JP2011120080A - Image forming apparatus - Google Patents

Image forming apparatus Download PDF

Info

Publication number
JP2011120080A
JP2011120080A JP2009276641A JP2009276641A JP2011120080A JP 2011120080 A JP2011120080 A JP 2011120080A JP 2009276641 A JP2009276641 A JP 2009276641A JP 2009276641 A JP2009276641 A JP 2009276641A JP 2011120080 A JP2011120080 A JP 2011120080A
Authority
JP
Japan
Prior art keywords
image
unit
image compression
forming apparatus
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2009276641A
Other languages
Japanese (ja)
Inventor
Kazuya Zeisho
和也 税所
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2009276641A priority Critical patent/JP2011120080A/en
Publication of JP2011120080A publication Critical patent/JP2011120080A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Facsimiles In General (AREA)
  • Compression Or Coding Systems Of Tv Signals (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To solve the following problem: power consumption may be increased in an image forming apparatus which includes a plurality of image compressing parts and performs in parallel a plurality of image compressing operations on single image data input for the unit of a predetermined region. <P>SOLUTION: The present invention relates to an image forming apparatus which includes a plurality of image compressing parts and performs in parallel a plurality of image compressing operations on single image data input for the unit of a predetermined processing region. The image forming apparatus includes: a determination means for determining whether or not a size of image compressed data processed in a first image compressing part among the plurality of image compressing parts is smaller than a predetermined value; and a shut-off means for shutting off power supply to a second image compressing part among the plurality of image compressing parts. If it is determined by the determination means that the size of the image compressed data processed in the first image compressing part is smaller than the predetermined value, the shut-off means shuts off power supply to the second image compressing part. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、入力された画像データに画像圧縮を施して出力する画像形成装置に関し、特に、単一の画像データに対して複数の画像圧縮を並列に実行する画像形成装置に関する。   The present invention relates to an image forming apparatus that performs image compression on input image data and outputs the image data, and more particularly to an image forming apparatus that executes a plurality of image compressions on a single image data in parallel.

従来、CPUの高速化、ICメモリやハードディスクの大容量化に伴い、モノクロだけでなくカラーの画像データを処理できる画像形成装置が存在している。しかしながら、1ページ全体の画像データ(例えば、用紙サイズがA4、解像度が600dpi、1画素あたりRGB各8bitの画像データ)は、データ量がかなり大きい。そこで、一般的に、画像形成装置は、画像データに対して何らかの圧縮処理を施した形で機器内に記憶する。   2. Description of the Related Art Conventionally, there has been an image forming apparatus capable of processing not only monochrome but also color image data as the CPU speed increases and the capacity of an IC memory or hard disk increases. However, the image data of the entire page (for example, the paper size is A4, the resolution is 600 dpi, and RGB 8-bit image data per pixel) has a considerably large data amount. Therefore, in general, the image forming apparatus stores the image data in the apparatus in a form in which some compression processing is performed.

上記の画像圧縮を適用すれば、画像形成装置は、1ページ全体の画像データを圧縮(圧縮)してから記憶し、記憶した画像データを伸張(復号化)してから必要な処理を実行できるので、圧縮後の1ページ全体の画像データを記憶するだけの容量を備えればよい。しかしながら、実際には、例えば、画像データを90度回転させたい場合に、1ページ全体の画像データをページ単位で圧縮していると、一度伸張してからでないと90度回転させることができない。そこで、この問題を解決するために、1ページの画像データをタイルと呼ばれる矩形単位(例えば、32画素×32画素)に分割する技術が提案されている。これにより、タイル単位で画像データを圧縮しておけば、タイル単位で画像圧縮データを伸張してから必要な処理を実行でき、画像圧縮のためのメモリ容量を節約することができる。   By applying the above image compression, the image forming apparatus can compress (compress) the image data of the entire page and store it, and decompress (decode) the stored image data and execute the necessary processing. Therefore, it is only necessary to have a capacity for storing the entire image data of one page after compression. However, in practice, for example, when it is desired to rotate the image data by 90 degrees, if the image data of one page is compressed in units of pages, the image data cannot be rotated by 90 degrees unless it is once expanded. In order to solve this problem, a technique for dividing one page of image data into rectangular units called tiles (for example, 32 pixels × 32 pixels) has been proposed. Accordingly, if the image data is compressed in units of tiles, necessary processing can be executed after the image compression data is expanded in units of tiles, and a memory capacity for image compression can be saved.

また、近年、上記の画像圧縮を適用する上で、予め複数の画像圧縮方法を備え、画像データの種別に適した画像圧縮方法を選択的に用いて画像圧縮する技術が提案されている。   In recent years, a technique has been proposed in which a plurality of image compression methods are provided in advance and the image compression is selectively performed using an image compression method suitable for the type of image data when the above-described image compression is applied.

例えば、[特許文献1]では、文字領域の画像データに対しては可逆圧縮方法、写真(自然画)領域の画像データに対しては非可逆圧縮方法を選択的に適用する。これにより、従来以上に高画質かつ小容量の画像データを生成し機器内に記憶することができる。   For example, in [Patent Document 1], a lossless compression method is selectively applied to image data in a character area, and an irreversible compression method is selectively applied to image data in a photograph (natural image) area. As a result, it is possible to generate image data with a higher image quality and smaller capacity than before and store it in the device.

一方で、上記のような画像圧縮部で消費電力を削減する技術もまた提案されている。   On the other hand, a technique for reducing power consumption by the image compression unit as described above has also been proposed.

例えば、[特許文献2]では、画像データの画像圧縮部において、ブロック毎に参照画像データと次に圧縮する原画像データとの差分(=必要な画像処理量)を取り、差分の大小に応じて圧縮処理エレメントの動作周波数を上下させることで、消費電力を削減する。   For example, in [Patent Document 2], a difference (= required image processing amount) between the reference image data and the original image data to be compressed next is taken for each block in the image data compression unit, and depending on the magnitude of the difference The power consumption is reduced by raising and lowering the operating frequency of the compression processing element.

また、例えば、[特許文献3]では、画像データの画像表示部において、常時表示部分と点滅表示部分をメモリに記憶し、一定時間継続して画像データが変化しない場合に、画像生成部の一部又は全部への電力供給を遮断することで、消費電力を削減する。   Also, for example, in [Patent Document 3], in the image display unit for image data, the always-displayed part and the blinking-displayed part are stored in the memory, and when the image data does not change for a certain period of time, Power consumption is reduced by cutting off the power supply to all or part of the equipment.

特開2006−50096号公報JP 2006-50096 A 特開平9−9251号公報JP-A-9-9251 特開平6−59653号公報JP-A-6-59653

前述したように、予め複数の画像圧縮方法を備え、それぞれの画像データに適した画像圧縮方法を選択的に用いて画像圧縮する技術を用いれば、従来以上に高画質かつ小容量の画像データを生成できる。しかしながら、上記アルゴリズムにより画像圧縮方法の選択を実現する回路は、単一の入力画像データに対して複数の画像圧縮処理部を並列に動作させ、各画像圧縮処理部の出力結果を比較する必要がある。これに伴い、最終的な出力データとして選択されない画像圧縮部に対しても、画像圧縮を実行するための電力を供給し続けなければならないため、当該画像処理部における消費電力が増加してしまう課題がある。   As described above, if a technique for compressing an image by using a plurality of image compression methods in advance and selectively compressing an image compression method suitable for each image data is used, image data with higher image quality and smaller capacity than before can be obtained. Can be generated. However, a circuit that realizes selection of an image compression method using the above algorithm needs to operate a plurality of image compression processing units in parallel on a single input image data and compare the output results of the image compression processing units. is there. As a result, it is necessary to continue to supply power for executing image compression even to an image compression unit that is not selected as final output data, which increases power consumption in the image processing unit. There is.

前述した課題を解決するために、本発明の画像形成装置は以下の構成・手段を備える。   In order to solve the above-described problems, the image forming apparatus of the present invention includes the following configurations and means.

複数の画像圧縮部(301)を備え、所定の処理領域単位で入力される単一の画像データに対して複数の画像圧縮を並列に実行する画像形成装置(100)であって、
前記複数の画像圧縮部のうち、第1の画像圧縮部で処理された画像データサイズが予め定めた値よりも小さいか否かを判定する判定手段(406)、前記複数の画像圧縮部のうち、第2の画像圧縮部の消費電力を低減する低消費電力モード設定手段を備え、
前記低消費電力モード設定手段は、前記判定手段で第1の画像圧縮部(404)での画像圧縮データサイズが予め定めた値よりも小さいと判定された場合に、前記第2の画像圧縮部(405)を低消費電力モードに設定することを特徴とする。
An image forming apparatus (100) that includes a plurality of image compression units (301) and performs a plurality of image compressions on a single image data input in units of a predetermined processing area in parallel.
Of the plurality of image compression units, determination means (406) for determining whether or not the image data size processed by the first image compression unit is smaller than a predetermined value, and among the plurality of image compression units , Comprising a low power consumption mode setting means for reducing the power consumption of the second image compression unit,
The low power consumption mode setting means, when the determination means determines that the image compression data size in the first image compression section (404) is smaller than a predetermined value, the second image compression section (405) is set to a low power consumption mode.

本発明は、複数の画像圧縮部を備え、所定の領域単位で入力される単一の画像データに対して複数の画像圧縮を並列に実行する画像形成装置である。第1の画像圧縮部での画像圧縮データサイズが予め定めた値よりも小さいと判定された場合に、第2の画像圧縮部へのクロック供給を遮断、又は電源をオフすることで、当該画像処理部における消費電力を削減できる。   The present invention is an image forming apparatus that includes a plurality of image compression units and performs a plurality of image compressions in parallel on single image data input in units of predetermined regions. When it is determined that the image compression data size in the first image compression unit is smaller than a predetermined value, the clock supply to the second image compression unit is cut off or the power is turned off to Power consumption in the processing unit can be reduced.

本発明の実施形態における画像形成装置の構成例を示したブロック図である。1 is a block diagram illustrating a configuration example of an image forming apparatus according to an embodiment of the present invention. 本発明の実施形態における画像形成装置のスキャン部の制御手順を説明するフローチャートである。6 is a flowchart illustrating a control procedure of a scanning unit of the image forming apparatus according to the embodiment of the present invention. 本発明の実施形態における画像形成装置のタイル生成部の制御手順を説明するフローチャートである。6 is a flowchart illustrating a control procedure of a tile generation unit of the image forming apparatus according to the embodiment of the present invention. 本発明の実施形態における画像形成装置の画像圧縮部の制御手順を説明するフローチャートである。6 is a flowchart illustrating a control procedure of an image compression unit of the image forming apparatus according to the embodiment of the present invention. 本発明の実施形態における画像形成装置の画像圧縮部の制御手順を説明するフローチャートである。6 is a flowchart illustrating a control procedure of an image compression unit of the image forming apparatus according to the embodiment of the present invention. 従来例の実施形態における画像形成装置の画像圧縮部の制御手順を説明するフローチャートである。10 is a flowchart illustrating a control procedure of an image compression unit of an image forming apparatus according to a conventional example. 本発明の実施形態における画像形成装置の画像伸張部の制御手順を説明するフローチャートである。6 is a flowchart illustrating a control procedure of an image expansion unit of the image forming apparatus according to the embodiment of the present invention. 従来例の実施形態における画像形成装置の画像圧縮部の動作を説明するブロック図(概念図)である。It is a block diagram (conceptual diagram) for explaining the operation of the image compression unit of the image forming apparatus in the embodiment of the conventional example. 本発明の実施形態における画像形成装置の画像圧縮部の動作を説明するブロック図(概念図)である。FIG. 5 is a block diagram (conceptual diagram) illustrating an operation of an image compression unit of the image forming apparatus according to the embodiment of the present invention. 本発明の実施形態における画像形成装置の画像圧縮部の動作を説明するブロック図(概念図)である。FIG. 5 is a block diagram (conceptual diagram) illustrating an operation of an image compression unit of the image forming apparatus according to the embodiment of the present invention. 本発明の実施形態における画像形成装置のタイル単位の画像圧縮処理時間を説明する概念図である。It is a conceptual diagram explaining the image compression processing time of the tile unit of the image forming apparatus in the embodiment of the present invention. 本発明の実施形態における画像形成装置に入力されるページ画像データの例である。4 is an example of page image data input to the image forming apparatus according to the embodiment of the present invention. 本発明の実施形態における画像形成装置に入力されたページ画像データに対するタイル生成処理を説明する概念図である。It is a conceptual diagram explaining the tile generation process with respect to the page image data input into the image forming apparatus in the embodiment of the present invention.

(実施例)
以下、本発明を実施するための最良の形態について図面を用いて説明する。
(Example)
The best mode for carrying out the present invention will be described below with reference to the drawings.

(第1の実施形態)
本発明に関する第1の実施の形態を、図1〜図9、図11〜図13を用いて説明する。
(First embodiment)
A first embodiment of the present invention will be described with reference to FIGS. 1 to 9 and FIGS.

<システム構成>
図1は、本発明の第1の実施形態における画像形成装置100の構成例を示したブロック図である。
<System configuration>
FIG. 1 is a block diagram showing a configuration example of an image forming apparatus 100 according to the first embodiment of the present invention.

画像形成装置100は、コピー機能、プリンタ機能、スキャナ機能、FAX機能などの異なる複数の機能を実現可能な複合機(MFP)を想定している。また、CPU200、ROM201、RAM202、HDD203、ネットワークコントローラ204、データバス205、操作表示部206、スキャン部207、208、エンジン部209、210、及び、画像処理部211で構成される。   The image forming apparatus 100 is assumed to be a multifunction peripheral (MFP) capable of realizing a plurality of different functions such as a copy function, a printer function, a scanner function, and a FAX function. The CPU 200, ROM 201, RAM 202, HDD 203, network controller 204, data bus 205, operation display unit 206, scanning units 207 and 208, engine units 209 and 210, and an image processing unit 211 are also included.

中央演算処理装置CPU200は、画像形成装置100における画像データの転送、及び、画像処理の実行を制御する制御部である。CPU200は、ROM201に予め記憶されたプログラムを順次実行して、画像形成装置100を制御する。   The central processing unit CPU 200 is a control unit that controls transfer of image data and execution of image processing in the image forming apparatus 100. The CPU 200 controls the image forming apparatus 100 by sequentially executing programs stored in advance in the ROM 201.

不揮発性メモリROM201は、画像形成装置100の制御手段を記述したプログラムを保持する記憶部である。   The nonvolatile memory ROM 201 is a storage unit that holds a program describing the control unit of the image forming apparatus 100.

揮発性メモリRAM202は、画像処理装置100の機能を実現するために、制御手段を記述したプログラムや画像データを一時的に記憶する記憶部である。特に、RAM202は、画像処理部211におけるタイル生成部300、画像圧縮部301、画像伸張部302のそれぞれが画像処理を実行する際に、画像データを一時的に記憶する。なお、本発明の実施形態において、RAM202と画像処理部211を分離して位置づけているが、本発明の請求範囲は、上記メモリ構成に限定されるものではなく、例えば、画像処理部211内部にSRAM等を用いた記憶部を備えるメモリ構成であっても良い。   The volatile memory RAM 202 is a storage unit that temporarily stores a program describing the control means and image data in order to realize the functions of the image processing apparatus 100. In particular, the RAM 202 temporarily stores image data when each of the tile generation unit 300, the image compression unit 301, and the image expansion unit 302 in the image processing unit 211 executes image processing. In the embodiment of the present invention, the RAM 202 and the image processing unit 211 are separated and positioned, but the scope of the present invention is not limited to the memory configuration described above. A memory configuration including a storage unit using SRAM or the like may be used.

ハードディスク203は、画像処理装置100の機能を実現するために、制御手段を記述したプログラムや画像データを記憶する記憶部である。特に、ハードディスク203は、画像圧縮部301によって圧縮された、圧縮処理後の画像データを記憶する。なお、本発明の実施形態において、ハードディスク203を圧縮処理後の画像データの記憶部として位置づけているが、本発明の請求の範囲は、特に上記メモリデバイスに限定するものではなく、フラッシュメモリ等の他のメモリデバイスであっても構わない。   The hard disk 203 is a storage unit that stores a program describing control means and image data in order to realize the functions of the image processing apparatus 100. In particular, the hard disk 203 stores the compressed image data compressed by the image compression unit 301. In the embodiment of the present invention, the hard disk 203 is positioned as a storage unit for image data after compression processing. However, the scope of the present invention is not particularly limited to the above-described memory device. Other memory devices may be used.

ネットワークコントローラ204は、インターネットやLANなどのネットワークに接続され、画像形成装置100と外部機器との間で画像データの送受信を行う処理部である。   A network controller 204 is connected to a network such as the Internet or a LAN, and is a processing unit that transmits and receives image data between the image forming apparatus 100 and an external device.

データバス205は、画像形成装置100における各処理部を電気的に接続する電気信号線の集合である。データバス205は、CPU200から入力される制御信号に従い、ネットワークコントローラ204、スキャン部207、208、エンジン部209、210、画像処理部211、RAM202、HDD203の各処理部の間で画像データを転送する。   The data bus 205 is a set of electrical signal lines that electrically connect the processing units in the image forming apparatus 100. The data bus 205 transfers image data among the processing units of the network controller 204, the scanning units 207 and 208, the engine units 209 and 210, the image processing unit 211, the RAM 202, and the HDD 203 in accordance with a control signal input from the CPU 200. .

操作表示部206は、ユーザの指示を入力させるタッチパネル、ボタン、スイッチ類、CPU200からの処理結果や選択事項を表示する液晶表示パネル等から構成される。   The operation display unit 206 includes a touch panel for inputting user instructions, buttons, switches, a liquid crystal display panel for displaying processing results and selection items from the CPU 200, and the like.

スキャンコントローラ207は、スキャンデバイス208を制御して、電気的な画像信号を取り込む。   The scan controller 207 controls the scan device 208 to capture an electrical image signal.

スキャンデバイス208は、原稿画像を光学的に読み取って電気的な画像信号に変換する処理部である。スキャンデバイス208は、密着型イメージセンサ、読取駆動部、読取点灯制御部、等で構成される。スキャンデバイス208は、読取駆動部によって駆動される密着型イメージセンサによって原稿全体がスキャンされる際、読取点灯制御部によって密着型イメージセンサ内部のLEDを点灯制御する。同時に、スキャンデバイス208は、密着型イメージセンサ内部のフォトセンサが原稿画像を光学的に読み取って、電気的な画像信号に変換する。   The scan device 208 is a processing unit that optically reads a document image and converts it into an electrical image signal. The scan device 208 includes a contact image sensor, a reading drive unit, a reading lighting control unit, and the like. When the entire original is scanned by the contact type image sensor driven by the reading drive unit, the scan device 208 controls lighting of the LEDs inside the contact type image sensor by the reading lighting control unit. At the same time, in the scan device 208, a photo sensor inside the contact image sensor optically reads a document image and converts it into an electrical image signal.

エンジンコントローラ209は、CPU200、画像処理部211で画像処理された電気的な画像信号を取り込み、エンジンデバイス210に出力し、制御する。   The engine controller 209 takes in an electrical image signal that has been subjected to image processing by the CPU 200 and the image processing unit 211, outputs it to the engine device 210, and controls it.

エンジンデバイス210は、電気的な画像信号に基づき、記録紙上にトナーやインクを用いた可視像として印字する処理部である。エンジンデバイス210は、レーザービームプリンタやインクジェットプリンタで構成される。   The engine device 210 is a processing unit that prints a visible image using toner or ink on recording paper based on an electrical image signal. The engine device 210 is configured by a laser beam printer or an ink jet printer.

画像処理部211は、スキャン系画像処理、通信系画像処理、プリント系画像処理を行う処理部である。ここで、本発明の実施形態における画像処理部211は、少なくとも、タイル生成部300、画像圧縮部301、画像伸張部302の各処理部を備える。スキャン系画像処理は、スキャンコントローラ207から受信した画像データを高精細な画像データに変換するための画像処理であり、シェーディング補正、ガンマ処理、2値化処理、中間調処理、RGBtoCMYK色変換処理、等を実行する。プリント系画像処理は、画像データを記録解像度に合わせて解像度変換するための画像処理であり、変倍処理、スムージング補正、濃度補正、等を実行する。通信系画像処理は、画像データを画像形成装置100内で記憶可能な容量及び通信性能に合わせて変換するための画像処理であり、タイル生成処理、画像圧縮処理、画像伸張処理、解像度変換、色変換処理、等を実行する。ここで、タイル生成部300は、1ページの画像データを、タイルと呼ばれる矩形単位(例えば、32画素×32画素)に分割する。また、画像圧縮部301は、タイル生成部300で分割されたタイル単位の画像データに対して、予め複数の画像圧縮方法を備え、それぞれの画像データに適した画像圧縮方法を選択的に適用する。具体的には、まずタイル単位の画像データを可逆圧縮方法で圧縮する。ことのき、可逆圧縮画像データサイズが予め定めた値よりも小さい場合は、可逆圧縮画像画像データを出力する。可逆圧縮方法で圧縮された画像データサイズが予め定めた値よりも大きい場合は、タイル単位の画像データを非可逆圧縮方法で圧縮し、可逆圧縮画像画像データと非可逆圧縮画像画像データのうちデータサイズが小さい方を出力する。また、画像伸張部302は、画像圧縮部301で圧縮されたタイル単位の画像データに対して、予め複数の画像伸張方法を備え、画像圧縮部301で選択的に適用された画像圧縮方法に対応する画像伸張方法を適用して、非圧縮の画像データを生成する。   The image processing unit 211 is a processing unit that performs scan system image processing, communication system image processing, and print system image processing. Here, the image processing unit 211 according to the embodiment of the present invention includes at least the processing units of the tile generation unit 300, the image compression unit 301, and the image expansion unit 302. The scan system image processing is image processing for converting image data received from the scan controller 207 into high-definition image data, and includes shading correction, gamma processing, binarization processing, halftone processing, RGB to CMYK color conversion processing, Etc. The print system image processing is image processing for converting the resolution of the image data in accordance with the recording resolution, and executes scaling processing, smoothing correction, density correction, and the like. Communication system image processing is image processing for converting image data according to the capacity and communication performance that can be stored in the image forming apparatus 100, and includes tile generation processing, image compression processing, image expansion processing, resolution conversion, color conversion, Perform conversion processing, etc. Here, the tile generation unit 300 divides one page of image data into rectangular units called tiles (for example, 32 pixels × 32 pixels). The image compression unit 301 includes a plurality of image compression methods in advance for the tile-unit image data divided by the tile generation unit 300, and selectively applies an image compression method suitable for each image data. . Specifically, first, image data in units of tiles is compressed by a lossless compression method. When the reversible compressed image data size is smaller than a predetermined value, the reversible compressed image data is output. When the size of the image data compressed by the lossless compression method is larger than a predetermined value, the image data in tile units is compressed by the lossy compression method, and the data of the lossless compressed image image data and the lossy compressed image image data is compressed. The smaller size is output. The image expansion unit 302 includes a plurality of image expansion methods for the tile-unit image data compressed by the image compression unit 301 in advance, and corresponds to the image compression method selectively applied by the image compression unit 301. An image compression method is applied to generate uncompressed image data.

<装置動作>
図2〜図9、図11〜図12を用いて、本発明の実施形態における画像形成装置100の制御手順を説明する。
<Device operation>
A control procedure of the image forming apparatus 100 according to the embodiment of the present invention will be described with reference to FIGS. 2 to 9 and FIGS. 11 to 12.

図2は、本発明の実施形態における画像形成装置100のスキャンコントローラ207の制御手順を説明するフローチャートである。図は、本発明の実施形態における画像形成装置100に入力されるページ画像データの例である。   FIG. 2 is a flowchart illustrating a control procedure of the scan controller 207 of the image forming apparatus 100 according to the embodiment of the present invention. FIG. 4 is an example of page image data input to the image forming apparatus 100 according to the embodiment of the present invention.

(S100)
画像形成装置100は、スキャンコントローラ207、スキャンデバイス208において、図12に示した例のようなページ単位の画像データを読み取り、RAM206に転送して保持する。ここで、スキャンデバイス208は、主走査幅X方向に画素データを1画素ずつ順番に読み取り、主走査幅X方向の1ラインを読み終えたら、続けて副走査幅Y方向の次ラインの画素データを1画素ずつ順番に読み取る。
(S100)
In the image forming apparatus 100, the scan controller 207 and the scan device 208 read page-unit image data as in the example shown in FIG. Here, the scanning device 208 sequentially reads pixel data pixel by pixel in the main scanning width X direction, and after reading one line in the main scanning width X direction, continues to pixel data of the next line in the sub scanning width Y direction. Are sequentially read pixel by pixel.

(S101)
画像形成装置100は、スキャンコントローラ207において、図13に示したバンドと呼ばれる主走査幅X×タイル幅(例えば、32画素)分の画像データがRAM202上に保持されたか否かを検知する。ここで、RAM202上に1バンド分の画像データが保持されたならば(Yes)、ステップS102に遷移し、保持されていなければ(No)、ステップS100に遷移する。
(S101)
In the image forming apparatus 100, the scan controller 207 detects whether or not image data for a main scanning width X × tile width (for example, 32 pixels) called a band shown in FIG. If image data for one band is held on the RAM 202 (Yes), the process proceeds to step S102. If not (No), the process proceeds to step S100.

(S102)
画像形成装置100は、スキャンコントローラ207から、データバス205を介して電気的に接続されたタイル生成部300に対して、RAM202上に1バンド分の画像データが保持されたことを通知する。
(S102)
The image forming apparatus 100 notifies the tile generation unit 300 electrically connected via the data bus 205 from the scan controller 207 that the image data for one band is held on the RAM 202.

(S103)
画像形成装置100は、スキャンコントローラ207において、データバス205を介して電気的に接続されたタイル生成部300から、RAM202上の1バンド分の画像データのタイル生成処理が終了したことを通知されたか否かを検知する。ここで、RAM202上の1バンド分の画像データのタイル生成処理が終了したならば(Yes)、ステップS104に遷移し、終了していなければ(No)、再びステップS103に遷移する。
(S103)
In the image forming apparatus 100, is the scan controller 207 notified from the tile generation unit 300 electrically connected via the data bus 205 that the tile generation processing of the image data for one band on the RAM 202 has been completed. Detect whether or not. Here, if the tile generation processing of the image data for one band on the RAM 202 is completed (Yes), the process proceeds to step S104, and if not completed (No), the process proceeds to step S103 again.

(S104)
画像形成装置100は、スキャンコントローラ207において、図12に示した例のようなページ単位、すなわち、主走査幅X×副走査幅Yの画像データの全画素データの読み取りが終了したか否かを検知する。ここで、主走査幅X×副走査幅Yの全画素データの読み取りが終了したならば(Yes)、スキャン動作を終了し、終了していなければ(No)、ステップS100に遷移してスキャン動作を継続する。
(S104)
The image forming apparatus 100 determines in the scan controller 207 whether or not reading of all pixel data of image data of page units as in the example shown in FIG. 12, that is, main scanning width X × sub-scanning width Y has been completed. Detect. Here, if reading of all pixel data of the main scanning width X × sub-scanning width Y is completed (Yes), the scanning operation is terminated, and if not completed (No), the process proceeds to step S100 and the scanning operation is performed. Continue.

図3は、本発明の実施形態における画像形成装置100のタイル生成部300の制御手順を説明するフローチャートである。図13は、本発明の実施形態における画像形成装置100に入力されたページ画像データに対するタイル生成処理を説明する概念図である。   FIG. 3 is a flowchart illustrating a control procedure of the tile generation unit 300 of the image forming apparatus 100 according to the embodiment of the present invention. FIG. 13 is a conceptual diagram illustrating tile generation processing for page image data input to the image forming apparatus 100 according to the embodiment of the present invention.

(S200)
画像形成装置100は、タイル生成部300において、データバス206を介して電気的に接続されたスキャンコントローラ207から、RAM202上に1バンド分の画像データが保持されたことを通知されたか否かを検知する。ここで、RAM202上に1バンド分の画像データが保持されたならば(Yes)、ステップS201に遷移し、保持されていなければ(No)、再びステップS200に遷移する。
(S200)
The image forming apparatus 100 determines whether or not the tile generation unit 300 has been notified by the scan controller 207 that is electrically connected via the data bus 206 that the image data for one band has been retained on the RAM 202. Detect. If image data for one band is held on the RAM 202 (Yes), the process proceeds to step S201. If not (No), the process proceeds to step S200 again.

(S201)
画像形成装置100は、タイル生成部300において、図13に示した例のようなRAM202上の1バンド分の画像データから、タイル単位(例えば、32画素×32画素)の画素データを1画素ずつ順番に読み取り、RAM202に転送して保持する。ここで、タイル生成部300は、図13の矢印で示したようにタイル単位の主走査幅X方向の画素データを1画素ずつ順番に読み取り、主走査幅X方向のタイル幅を読み終えたら、続けて副走査幅Y方向の次ラインの画素データを1画素ずつ順番に読み取る。
(S201)
In the tile forming unit 300, the tile generation unit 300 converts pixel data for each tile (for example, 32 pixels × 32 pixels) pixel by pixel from image data for one band on the RAM 202 as in the example illustrated in FIG. 13. Read sequentially, transfer to RAM 202 and hold. Here, the tile generation unit 300 sequentially reads pixel data in the main scanning width X direction in units of tiles, as indicated by arrows in FIG. 13, and after reading the tile width in the main scanning width X direction, Subsequently, the pixel data of the next line in the sub-scanning width Y direction is sequentially read pixel by pixel.

(S202)
画像形成装置100は、タイル生成部300において、図13に示したタイルと呼ばれる主走査幅X方向のタイル幅×副走査方向のタイル幅(例えば、32画素×32画素)分の画像データがRAM202上に保持されたか否かを検知する。ここで、RAM202上に1タイル分の画像データが保持されたならば(Yes)、ステップS203に遷移し、保持されていなければ(No)、ステップS201に遷移する。
(S202)
In the image forming apparatus 100, in the tile generation unit 300, image data corresponding to a tile width in the main scanning width X direction × tile width in the sub scanning direction (for example, 32 pixels × 32 pixels) called a tile illustrated in FIG. Detect whether it is held on. If one tile of image data is held on the RAM 202 (Yes), the process proceeds to step S203. If not (No), the process proceeds to step S201.

(S203)
画像形成装置100は、タイル生成部300において、ページ画像データ内における当該タイル画像データの位置情報(座標)を、当該タイル画像データのヘッダ情報として付加し、RAM202上に書き込む。ここで、タイル画像データの位置情報(座標)は、例えば、画像データを90度回転させたい場合に、タイル画像データのそれぞれを90度回転すると共に、タイル画像データのそれぞれの位置を適宜変更して読み出すために必要な情報である。
(S203)
In the tile forming unit 300, the image forming apparatus 100 adds position information (coordinates) of the tile image data in the page image data as header information of the tile image data, and writes it on the RAM 202. Here, for the position information (coordinates) of the tile image data, for example, when it is desired to rotate the image data by 90 degrees, each of the tile image data is rotated by 90 degrees and each position of the tile image data is appropriately changed. This information is necessary for reading.

(S204)
画像形成装置100は、タイル生成部300において、図13に示した例のようなRAM202上の1バンド分の画像データから、タイル単位の画像データとして全て取得したか否かを検知する。ここで、タイル単位の画像データとして全て取得したならば(Yes)、ステップS205に遷移し、取得していなければ(No)、ステップS201に遷移する。
(S204)
The image forming apparatus 100 detects whether or not the tile generation unit 300 has acquired all the image data for each tile from the image data for one band on the RAM 202 as in the example illustrated in FIG. 13. If all the tile-unit image data has been acquired (Yes), the process proceeds to step S205. If not acquired (No), the process proceeds to step S201.

(S205)
画像形成装置100は、タイル生成部300から、データバス205を介して電気的に接続されたスキャンコントローラ207に対して、RAM202上の1バンド分の画像データのタイル生成処理が終了したことを通知する。
(S205)
The image forming apparatus 100 notifies the tile generation unit 300 to the scan controller 207 that is electrically connected via the data bus 205 that the tile generation processing of image data for one band on the RAM 202 has been completed. To do.

(S206)
画像形成装置100は、タイル生成部300において、図12に示した例のようなページ単位、すなわち、主走査幅X×副走査幅Yの画像データの全画素データのタイル生成処理が終了したか否かを検知する。ここで、主走査幅X×副走査幅Yの全画素データのタイル生成処理が終了したならば(Yes)、タイル生成処理を終了し、終了していなければ(No)、ステップS200に遷移してタイル生成処理を継続する。
(S206)
In the image forming apparatus 100, has the tile generation unit 300 completed tile generation processing for all pixel data of page data as in the example illustrated in FIG. 12, that is, image data of main scanning width X × sub-scanning width Y? Detect whether or not. Here, if the tile generation process of all pixel data of main scanning width X × sub-scanning width Y is completed (Yes), the tile generation process is ended. If not completed (No), the process proceeds to step S200. To continue the tile generation process.

図6は、従来例の実施形態における画像形成装置100の画像圧縮部300の制御手順を説明するフローチャートである。図8は、従来例の実施形態における画像形成装置100の画像圧縮部の動作を説明するブロック図(概念図)である。   FIG. 6 is a flowchart illustrating a control procedure of the image compression unit 300 of the image forming apparatus 100 according to the conventional embodiment. FIG. 8 is a block diagram (conceptual diagram) for explaining the operation of the image compression unit of the image forming apparatus 100 in the embodiment of the conventional example.

(S400)
画像形成装置100は、画像圧縮部301において、図8に示した入力データ制御部400を経由してタイル画像データを読み取り、画像バッファ401a〜401bに保持する。
(S400)
In the image forming apparatus 100, the image compression unit 301 reads tile image data via the input data control unit 400 illustrated in FIG. 8 and stores the tile image data in the image buffers 401a to 401b.

(S401)
画像形成装置100は、画像圧縮部301において、図8に示した複数の画像圧縮方法402〜403を備え、複数の画像圧縮方法を同時並列に適用する。例えば、画像バッファ401a〜401bに保持したタイル単位の画像データに対しては、可逆圧縮処理部402と非可逆圧縮処理部403を同時並列に適用し、圧縮処理後の画像データを画像バッファ401c〜401dに保持する。
(S401)
The image forming apparatus 100 includes a plurality of image compression methods 402 to 403 illustrated in FIG. 8 in the image compression unit 301, and applies the plurality of image compression methods simultaneously in parallel. For example, the reversible compression processing unit 402 and the irreversible compression processing unit 403 are simultaneously applied in parallel to the tile-unit image data held in the image buffers 401a to 401b, and the image data after the compression processing is stored in the image buffers 401c to 401c. 401d.

(S402)
画像形成装置100は、画像圧縮部301における、図8に示した出力データ選択部で、画像バッファ401c〜401dに保持された圧縮処理後の画像データの容量を比較し、容量の少ない方を選択的に採用して、容量の多い方を破棄する。すなわち、例えば、可逆圧縮処理部404による圧縮処理後の画像データの容量が550Byte、非可逆圧縮処理部405による圧縮処理後の画像データの容量が450Byteであったならば、非可逆圧縮処理部405の出力を採用する。ここで、画像圧縮部301は、選択したいずれか一方の圧縮処理後の画像データを、出力データ制御部408を経由してハードディスクHDD203に格納する。
(S402)
The image forming apparatus 100 compares the volumes of the compressed image data held in the image buffers 401c to 401d by the output data selection unit shown in FIG. Adopt it and discard the one with more capacity. That is, for example, if the capacity of the image data after the compression processing by the lossless compression processing unit 404 is 550 bytes and the capacity of the image data after the compression processing by the lossy compression processing unit 405 is 450 bytes, the lossy compression processing unit 405 The output of is adopted. Here, the image compression unit 301 stores the selected image data after compression processing in the hard disk HDD 203 via the output data control unit 408.

(S403)
画像形成装置100は、画像圧縮部301において、図12に示した例のようなページ単位、すなわち、主走査幅X×副走査幅Yの画像データの全画素データの画像圧縮処理が終了したか否かを検知する。ここで、主走査幅X×副走査幅Yの全画素データの画像圧縮処理が終了したならば(Yes)、画像圧縮処理を終了し、終了していなければ(No)、ステップS400に遷移して画像圧縮処理を継続する。
(S403)
In the image forming apparatus 100, has the image compression unit 301 completed image compression processing for all pixel data of page units as in the example illustrated in FIG. 12, that is, image data of main scanning width X × sub-scanning width Y? Detect whether or not. Here, if the image compression processing of all the pixel data of the main scanning width X × sub-scanning width Y is completed (Yes), the image compression processing is completed. If not completed (No), the process proceeds to step S400. To continue the image compression process.

図4は、本発明の実施形態における画像形成装置100の画像圧縮部300の制御手順を説明するフローチャートである。図9は、本発明の実施形態における画像形成装置100の画像圧縮部300の動作を説明するブロック図(概念図)である。   FIG. 4 is a flowchart illustrating a control procedure of the image compression unit 300 of the image forming apparatus 100 according to the embodiment of the present invention. FIG. 9 is a block diagram (conceptual diagram) for explaining the operation of the image compression unit 300 of the image forming apparatus 100 according to the embodiment of the present invention.

(S300)
画像形成装置100は、画像圧縮部301において、図9に示した入力データ制御部400を経由してタイル画像データを読み取り、画像バッファ401a〜401bに保持する。
(S300)
In the image forming apparatus 100, the image compression unit 301 reads tile image data via the input data control unit 400 illustrated in FIG. 9 and stores the tile image data in the image buffers 401a to 401b.

(S301)
画像形成装置100は、画像圧縮部301における、図9に示した動作回路選択部402で、可逆圧縮処理部(可逆画像エンコーダ)に画像バッファ401aのタイル画像データを入力する。
(S301)
In the image forming apparatus 100, the operation circuit selection unit 402 shown in FIG. 9 in the image compression unit 301 inputs the tile image data of the image buffer 401a to the lossless compression processing unit (lossless image encoder).

(S302)
画像形成装置100は、画像圧縮部301における、図9に示した判定部で、画像バッファ401cの圧縮画像データサイズが予め定めた値よりも小さいか否か判定する。画像バッファ401cの圧縮画像データサイズが予め定めた値よりも小さいと判定した場合、ステップS306に遷移する。画像バッファ401cの圧縮画像データサイズが予め定めた値よりも大きいと判定した場合、ステップS304に遷移する。
(S302)
The image forming apparatus 100 determines whether or not the compressed image data size of the image buffer 401c is smaller than a predetermined value by the determination unit illustrated in FIG. 9 in the image compression unit 301. When it is determined that the compressed image data size of the image buffer 401c is smaller than a predetermined value, the process proceeds to step S306. When it is determined that the compressed image data size of the image buffer 401c is larger than a predetermined value, the process proceeds to step S304.

(S304)
非可逆圧縮処理部(非可逆画像エンコーダ)405への電力供給を遮断する。
(S304)
The power supply to the irreversible compression processing unit (irreversible image encoder) 405 is cut off.

(S305)
画像形成装置100は、画像圧縮部301における、図9に示した動作回路選択部402で、非可逆圧縮処理部(非可逆画像エンコーダ)に画像バッファ401bのタイル画像データを入力する。
(S305)
In the image forming apparatus 100, the operation circuit selection unit 402 shown in FIG. 9 in the image compression unit 301 inputs tile image data of the image buffer 401b to the irreversible compression processing unit (irreversible image encoder).

(S306)
画像形成装置100は、画像圧縮部302における、図9に示した出力データ選択部407で、画像バッファ401d〜401eに保持された圧縮処理後の画像データの容量を比較し、容量の少ない方を選択的に採用して、容量の多い方を破棄する。ただし、電力供給の遮断により、圧縮処理後の画像データとして有効な画像データが生成されていない場合には、これを選択対象としない。例えば、可逆圧縮処理部404による圧縮処理後の画像データの容量が250Byteであったのに対し、非可逆圧縮処理部405による圧縮処理後の画像データとして有効な画像データが生成されていなければ、可逆圧縮処理部404の出力を採用する。同様に、例えば、可逆圧縮処理部404による圧縮処理後の画像データの容量が550Byte、非可逆圧縮処理部405による圧縮処理後の画像データの容量が450Byteであったならば、非可逆圧縮処理部405の出力を採用する。上記の選択は、他のタイル画像データについても同様である。ここで、画像圧縮部302は、選択したいずれか一方の圧縮処理後の画像データを、出力データ制御部408を経由してハードディスクHDD203に格納する。
(S306)
In the image forming apparatus 100, the output data selection unit 407 shown in FIG. 9 in the image compression unit 302 compares the volume of the compressed image data held in the image buffers 401d to 401e, and the smaller one is stored. Selectively adopt and discard the one with more capacity. However, when effective image data is not generated as image data after compression processing due to the interruption of power supply, this is not selected. For example, if the capacity of the image data after the compression processing by the reversible compression processing unit 404 is 250 bytes, but no valid image data is generated as the image data after the compression processing by the irreversible compression processing unit 405, The output of the lossless compression processing unit 404 is employed. Similarly, for example, if the capacity of the image data after the compression processing by the lossless compression processing unit 404 is 550 bytes and the capacity of the image data after the compression processing by the lossy compression processing unit 405 is 450 bytes, the lossy compression processing unit Adopt 405 output. The above selection is the same for other tile image data. Here, the image compression unit 302 stores the selected image data after compression processing in the hard disk HDD 203 via the output data control unit 408.

(S307)
画像形成装置100は、画像圧縮部302において、図12及び図13に示した例のようなページ単位、すなわち、主走査幅X×副走査幅Yの画像データの全画素データの画像圧縮処理が終了したか否かを検知する。ここで、主走査幅X×副走査幅Yの全画素データの画像圧縮処理が終了したならば(Yes)、画像圧縮処理を終了し、終了していなければ(No)、ステップS300に遷移して画像圧縮処理を継続する。
(S307)
In the image forming apparatus 100, the image compression unit 302 performs image compression processing of all pixel data of image data of page units, that is, main scanning width X × sub-scanning width Y as in the examples illustrated in FIGS. Detect whether or not it is finished. Here, if the image compression processing of all the pixel data of the main scanning width X × sub-scanning width Y is completed (Yes), the image compression processing is completed. If not completed (No), the process proceeds to step S300. To continue the image compression process.

図7は、本発明の実施形態における画像形成装置100の画像伸張部303の制御手順を説明するフローチャートである。   FIG. 7 is a flowchart illustrating a control procedure of the image expansion unit 303 of the image forming apparatus 100 according to the embodiment of the present invention.

(S500)
画像形成装置100は、画像伸張部302において、圧縮処理後のタイル画像データを読み取り、画像バッファ(非図示)に保持する。
(S500)
In the image forming apparatus 100, the image expansion unit 302 reads the tile image data after the compression processing, and holds it in an image buffer (not shown).

(S501)
画像形成装置100は、画像伸張部302において、図8に示した複数の画像圧縮方法404〜405の逆変換に相当する複数の画像伸張方法を備え、複数の画像伸張方法のうちいずれか1つを適用し、伸張処理後の画像データを画像バッファに保持する。例えば、非可逆圧縮処理(非可逆エンコーダ)を用いて圧縮された圧縮処理後のタイル画像データに対しては、非可逆伸張処理部(非可逆画像デコーダ)を適用する。同様に、例えば、可逆圧縮処理(可逆エンコーダ)を用いて圧縮された圧縮処理後のタイル画像データに対しては、可逆伸張処理部(可逆画像デコーダ)を適用する。
(S501)
The image forming apparatus 100 includes a plurality of image expansion methods corresponding to inverse conversion of the plurality of image compression methods 404 to 405 illustrated in FIG. 8 in the image expansion unit 302, and any one of the plurality of image expansion methods. Is applied and the decompressed image data is held in the image buffer. For example, an irreversible decompression processing unit (irreversible image decoder) is applied to tile image data after compression processing compressed using irreversible compression processing (irreversible encoder). Similarly, for example, a reversible decompression processing unit (reversible image decoder) is applied to tile image data after compression processing compressed using a reversible compression processing (reversible encoder).

(S502)
画像形成装置100は、画像圧縮部301において、画像バッファ(非図示)に保持された圧縮処理後の画像データを、ハードディスクHDD203に格納する。
(S502)
In the image forming apparatus 100, the image compression unit 301 stores the compressed image data held in the image buffer (not shown) in the hard disk HDD 203.

(S503)
画像形成装置100は、画像圧縮部301において、図12及び図13に示した例のようなページ単位、すなわち、主走査幅X×副走査幅Yの画像データの全画素データの画像伸張処理が終了したか否かを検知する。ここで、主走査幅X×副走査幅Yの全画素データの画像伸張処理が終了したならば(Yes)、画像伸張処理を終了し、終了していなければ(No)、ステップS500に遷移して画像伸張処理を継続する。
(S503)
In the image forming apparatus 100, the image compression unit 301 performs image expansion processing for all pixel data of page data, that is, image data of main scanning width X × sub-scanning width Y as in the examples illustrated in FIGS. Detect whether or not it is finished. Here, if the image expansion process of all the pixel data of the main scanning width X × sub-scanning width Y is completed (Yes), the image expansion process is ended. If not completed (No), the process proceeds to step S500. To continue the image expansion process.

図11は、従来の実施形態と本発明の実施形態における、画像形成装置100での複数の画像圧縮部301によるタイル単位の画像圧縮処理時間を説明する概念図である。従来の実施例では、画像バッファ401a〜401bに保持したタイル単位の画像データに対して、可逆圧縮処理部(可逆画像エンコーダ)402と非可逆圧縮処理部(非可逆画像エンコーダ)403を同時並列に適用する。一方、本発明の実施例では、まず画像バッファ401aに保持した画像データに対して、可逆圧縮処理部402を適用する。次に、第1判定部406で圧縮画像データが規定値よりも大きいと判定された場合、画像バッファ401bに保持した画像データに対して、非可逆圧縮処理部403を適用する。よって、1タイルあたりのレイテンシは従来の実施例の方が小さい。しかし、実使用では複数タイルをパイプライン処理するので、図11に示すように、従来の実施例と本発明の実施例と比較してスループットは同等である。   FIG. 11 is a conceptual diagram illustrating tile-based image compression processing time by a plurality of image compression units 301 in the image forming apparatus 100 in the conventional embodiment and the embodiment of the present invention. In the conventional embodiment, the reversible compression processing unit (reversible image encoder) 402 and the irreversible compression processing unit (irreversible image encoder) 403 are simultaneously performed in parallel on the tile-unit image data held in the image buffers 401a to 401b. Apply. On the other hand, in the embodiment of the present invention, first, the lossless compression processing unit 402 is applied to the image data held in the image buffer 401a. Next, when the first determination unit 406 determines that the compressed image data is larger than the specified value, the irreversible compression processing unit 403 is applied to the image data held in the image buffer 401b. Therefore, the latency per tile is smaller in the conventional embodiment. However, since a plurality of tiles are pipelined in actual use, as shown in FIG. 11, the throughput is equivalent to that of the conventional embodiment and the embodiment of the present invention.

なお、本発明の実施形態においては、複数の画像圧縮部301を対象として説明したが、本発明の請求の範囲は、特に上記例に限定するものではない。すなわち、単一の画像データに対して複数の画像処理を同時並列に動作させる画像処理部であれば、画像圧縮以外の異なる画像処理であっても同様である。   In the embodiment of the present invention, a plurality of image compression units 301 have been described. However, the scope of the present invention is not particularly limited to the above example. That is, the same applies to different image processing other than image compression as long as the image processing unit operates a plurality of image processes simultaneously and in parallel on a single image data.

なお、本発明の実施形態においては、動作回路選択部409が有する遮断手段403を用いて電源供給を遮断する旨を説明したが、本発明の請求の範囲は、特に上記遮断の実現方法に関して手段を問わない。この実現方法としては、例えば、電源供給部から画像圧縮部301内の可逆画像圧縮部404、及び、非可逆画像圧縮部405に電気的に接続された動作クロック信号のうち、いずれか一方をマスクしてクロック供給を停止する方法であっても良い。また、この別の実現方法としては、例えば、電源供給部から画像圧縮部301内の可逆画像圧縮部404、及び、非可逆画像圧縮部405に供給される電源系統そのものを予め分離しておき、いずれか一方の電源系統を停止する方法であっても良い。   In the embodiment of the present invention, it has been described that the power supply is shut off using the shut-off means 403 included in the operation circuit selection unit 409. However, the claims of the present invention particularly relate to the means for realizing the shut-off. It doesn't matter. As an implementation method, for example, either one of the operation clock signals electrically connected to the reversible image compression unit 404 and the irreversible image compression unit 405 in the image compression unit 301 from the power supply unit is masked. Then, a method of stopping the clock supply may be used. As another implementation method, for example, the power supply system itself supplied from the power supply unit to the reversible image compression unit 404 and the irreversible image compression unit 405 in the image compression unit 301 is separated in advance. A method of stopping either one of the power supply systems may be used.

(第2の実施形態)
本発明に関する第2の実施の形態を、図10を用いて説明する。
(Second Embodiment)
A second embodiment of the present invention will be described with reference to FIG.

<システム構成>
図10に、本発明に関する第2の実施の形態の画像圧縮処理部を示す。本発明に関する第2の実施の形態において、画象圧縮処理部以外の画像形成装置のシステム構成は第1の実施形態と同様である。
<System configuration>
FIG. 10 shows an image compression processing unit according to the second embodiment of the present invention. In the second embodiment related to the present invention, the system configuration of the image forming apparatus other than the image compression processing unit is the same as that of the first embodiment.

<装置動作>
図5、図10を用いて、本発明の実施形態における画像形成装置100の制御手順を説明する。
<Device operation>
A control procedure of the image forming apparatus 100 according to the embodiment of the present invention will be described with reference to FIGS.

図5は、本発明の実施形態における画像形成装置100の画像圧縮部300の制御手順を説明するフローチャートである。図10は、本発明の実施形態における画像形成装置100の画像圧縮部300の動作を説明するブロック図(概念図)である。   FIG. 5 is a flowchart illustrating a control procedure of the image compression unit 300 of the image forming apparatus 100 according to the embodiment of the present invention. FIG. 10 is a block diagram (conceptual diagram) for explaining the operation of the image compression unit 300 of the image forming apparatus 100 according to the embodiment of the present invention.

(S300)
画像形成装置100は、画像圧縮部301において、図9に示した入力データ制御部400を経由してタイル画像データを読み取り、画像バッファ401a〜401bに保持する。
(S300)
In the image forming apparatus 100, the image compression unit 301 reads tile image data via the input data control unit 400 illustrated in FIG. 9 and stores the tile image data in the image buffers 401a to 401b.

(S301)
画像形成装置100は、画像圧縮部301における、図9に示した動作回路選択部402で、可逆圧縮処理部(可逆画像エンコーダ)に画像バッファ401aのタイル画像データを入力する。
(S301)
In the image forming apparatus 100, the operation circuit selection unit 402 shown in FIG. 9 in the image compression unit 301 inputs the tile image data of the image buffer 401a to the lossless compression processing unit (lossless image encoder).

(S302)
画像形成装置100は、画像圧縮部301における、図9に示した判定部で、画像バッファ401cの圧縮画像データサイズが予め定めた値よりも小さいか否か判定する。画像バッファ401cの圧縮画像データサイズが予め定めた値よりも小さいと判定した場合、ステップS306に遷移する。画像バッファ401cの圧縮画像データサイズが予め定めた値よりも大きいと判定した場合、ステップS304に遷移する。
(S302)
The image forming apparatus 100 determines whether or not the compressed image data size of the image buffer 401c is smaller than a predetermined value by the determination unit illustrated in FIG. 9 in the image compression unit 301. When it is determined that the compressed image data size of the image buffer 401c is smaller than a predetermined value, the process proceeds to step S306. When it is determined that the compressed image data size of the image buffer 401c is larger than a predetermined value, the process proceeds to step S304.

(S304)
非可逆圧縮処理部(非可逆画像エンコーダ)405への電力供給を遮断する。
(S304)
The power supply to the irreversible compression processing unit (irreversible image encoder) 405 is cut off.

(S306)
画像形成装置100は、画像圧縮部302における、図10に示した出力データ選択部407で、画像バッファ401dに保持された可逆圧縮処理後の画像データを出力する。ここで、画像圧縮部302は、可逆圧縮処理後の画像データを、出力データ制御部408を経由してハードディスクHDD203に格納する。
(S306)
The image forming apparatus 100 outputs the image data after the lossless compression process held in the image buffer 401d by the output data selection unit 407 shown in FIG. Here, the image compression unit 302 stores the image data after the lossless compression process in the hard disk HDD 203 via the output data control unit 408.

(S305)
画像形成装置100は、画像圧縮部301における、図10に示した動作回路選択部402で、非可逆圧縮処理部(非可逆画像エンコーダ)に画像バッファ401bのタイル画像データを入力する。
(S305)
In the image forming apparatus 100, the operation circuit selection unit 402 illustrated in FIG. 10 in the image compression unit 301 inputs the tile image data of the image buffer 401b to the irreversible compression processing unit (irreversible image encoder).

(S308)
画像形成装置100は、画像圧縮部302における、図10に示した出力データ選択部407で、画像バッファ401eに保持された非可逆圧縮処理後の画像データを出力する。ここで、画像圧縮部302は、非可逆圧縮処理後の画像データを、出力データ制御部408を経由してハードディスクHDD203に格納する。
(S308)
The image forming apparatus 100 outputs the image data after the irreversible compression processing held in the image buffer 401e by the output data selection unit 407 shown in FIG. Here, the image compression unit 302 stores the image data after the irreversible compression processing in the hard disk HDD 203 via the output data control unit 408.

(S307)
画像形成装置100は、画像圧縮部302において、図12及び図13に示した例のようなページ単位、すなわち、主走査幅X×副走査幅Yの画像データの全画素データの画像圧縮処理が終了したか否かを検知する。ここで、主走査幅X×副走査幅Yの全画素データの画像圧縮処理が終了したならば(Yes)、画像圧縮処理を終了し、終了していなければ(No)、ステップS300に遷移して画像圧縮処理を継続する。
(S307)
In the image forming apparatus 100, the image compression unit 302 performs image compression processing of all pixel data of image data of page units, that is, main scanning width X × sub-scanning width Y as in the examples illustrated in FIGS. Detect whether or not it is finished. Here, if the image compression processing of all the pixel data of the main scanning width X × sub-scanning width Y is completed (Yes), the image compression processing is completed. If not completed (No), the process proceeds to step S300. To continue the image compression process.

100 画像形成装置
101 ネットワーク
200 CPU
201 ROM
202 RAM
203 ハードディスク(HDD)
204 ネットワークコントローラ
205 データバス
206 操作表示部
207 スキャンコントローラ
208 スキャンデバイス
209 エンジンコントローラ
210 エンジンデバイス
211 画像処理部
300 タイル生成部
301 画像圧縮部
302 画像伸張部
400 入力データ制御部
401a〜401d 画像データバッファ
402 動作回路選択部
403 遮断手段
404 画像圧縮処理部(可逆画像エンコーダ)
405 画像圧縮処理部(非可逆画像エンコーダ)
406 判定部
407 出力データ選択部
408 出力データ制御部
100 Image forming apparatus 101 Network 200 CPU
201 ROM
202 RAM
203 Hard disk (HDD)
204 Network Controller 205 Data Bus 206 Operation Display Unit 207 Scan Controller 208 Scan Device 209 Engine Controller 210 Engine Device 211 Image Processing Unit 300 Tile Generation Unit 301 Image Compression Unit 302 Image Expansion Unit 400 Input Data Control Units 401a to 401d Image Data Buffer 402 Operation circuit selection unit 403 Blocking unit 404 Image compression processing unit (reversible image encoder)
405 Image compression processing unit (irreversible image encoder)
406 Determination unit 407 Output data selection unit 408 Output data control unit

Claims (6)

複数の画像圧縮部(301)を備え、所定の処理領域単位で入力される単一の画像データに対して複数の画像圧縮を並列に実行する画像形成装置(100)であって、
複数の画像圧縮部のうち、第1の画像圧縮部で処理された画像データサイズが予め定めた値よりも小さいか否かを判定する判定手段(406)、前記複数の画像圧縮部のうち、第2の画像圧縮部の消費電力を低減する低消費電力モード設定手段を備え、
前記遮断手段(403)は、前記判定手段で第1の画像圧縮部(404)での画像圧縮データサイズが予め定めた値よりも小さいと判定された場合に、前記第1の画像圧縮部での画像圧縮データを出力データとして、前記第2の画像圧縮部(405)を低消費電力モードに設定する。前記判定手段で前記第1の画像圧縮部での画像圧縮データサイズが予め定めた規定値より大きいと判定された場合に、入力される単一の画像データに対して前記第2の画像圧縮部を用いて画像圧縮を施行することを特徴とする画像形成装置。
An image forming apparatus (100) that includes a plurality of image compression units (301) and performs a plurality of image compressions on a single image data input in units of a predetermined processing area in parallel.
Of the plurality of image compression units, determination means (406) for determining whether or not the image data size processed by the first image compression unit is smaller than a predetermined value, and among the plurality of image compression units, A low power consumption mode setting means for reducing power consumption of the second image compression unit;
When the determination unit determines that the image compression data size in the first image compression unit (404) is smaller than a predetermined value, the blocking unit (403) is the first image compression unit. The second image compression unit (405) is set to the low power consumption mode using the compressed image data as output data. When it is determined by the determination means that the image compression data size in the first image compression unit is larger than a predetermined value, the second image compression unit is applied to single input image data. An image forming apparatus that performs image compression using
請求項1に記載の画像処理装置であって、
複数の画像データのうち、サイズの小さい方を選択する出力データ選択部(407)を備え、
前記判定手段によって、前記第1の画像圧縮部での画像圧縮データサイズが予め定めた値より大きいと判定された場合に、前記出力データ選択部は、前記第1の画像圧縮部で処理された画像圧縮データサイズと、前記第2の画像圧縮部で処理された画像圧縮データサイズのうち、小さい方を選択、出力することを特徴とする画像形成装置。
The image processing apparatus according to claim 1,
An output data selection unit (407) for selecting a smaller one of the plurality of image data;
When the determination means determines that the image compression data size in the first image compression unit is larger than a predetermined value, the output data selection unit is processed by the first image compression unit An image forming apparatus that selects and outputs a smaller one of an image compression data size and an image compression data size processed by the second image compression unit.
請求項1に記載の画像処理装置であって、
前記判定手段によって、前記第1の画像圧縮部での画像圧縮データサイズが予め定めた値より大きいと判定された場合に、前記第2の画像圧縮部で処理された画像圧縮データを出力することを特徴とする画像形成装置。
The image processing apparatus according to claim 1,
Outputting the compressed image data processed by the second image compression unit when the determination unit determines that the compressed image data size in the first image compression unit is larger than a predetermined value; An image forming apparatus.
請求項1〜3に記載の画像処理装置であって、
前記第1の画像圧縮部(404)では可逆圧縮処理を、前記第2の画像圧縮部(405)では非可逆圧縮処理を施行することを特徴とする画像形成装置。
The image processing apparatus according to claim 1,
An image forming apparatus, wherein the first image compression unit (404) performs a reversible compression process, and the second image compression unit (405) performs a lossy compression process.
請求項1に記載の画像処理装置であって、
前記低消費電力モードは、前記第2の画像圧縮部の画像圧縮部へのクロック供給を停止することで以って、消費電力を低減することを特徴とする画像形成装置。
The image processing apparatus according to claim 1,
In the low power consumption mode, the power consumption is reduced by stopping clock supply to the image compression unit of the second image compression unit.
請求項1に記載の画像処理装置であって、
前記消費電力モードは、前記第2の画像圧縮部の画像圧縮部に対応する予め電源分離された電源をオフ状態に切り替えることで以って、消費電力を低減することを特徴とする画像形成装置。
The image processing apparatus according to claim 1,
In the power consumption mode, the power consumption is reduced by switching a power source separated in advance corresponding to the image compression unit of the second image compression unit to an off state. .
JP2009276641A 2009-12-04 2009-12-04 Image forming apparatus Pending JP2011120080A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009276641A JP2011120080A (en) 2009-12-04 2009-12-04 Image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009276641A JP2011120080A (en) 2009-12-04 2009-12-04 Image forming apparatus

Publications (1)

Publication Number Publication Date
JP2011120080A true JP2011120080A (en) 2011-06-16

Family

ID=44284836

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009276641A Pending JP2011120080A (en) 2009-12-04 2009-12-04 Image forming apparatus

Country Status (1)

Country Link
JP (1) JP2011120080A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514920A (en) * 2012-06-21 2014-01-15 联发科技股份有限公司 Method and device for buffering image to buffer
JP2015195431A (en) * 2014-03-31 2015-11-05 株式会社メガチップス Data storage control device and data storage control method
WO2017107206A1 (en) * 2015-12-25 2017-06-29 王晓光 Method and system for video compression
JP2019014135A (en) * 2017-07-06 2019-01-31 株式会社東芝 Image processing device, image processing method and program
US10225569B2 (en) 2014-03-31 2019-03-05 Megachips Corporation Data storage control apparatus and data storage control method

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103514920A (en) * 2012-06-21 2014-01-15 联发科技股份有限公司 Method and device for buffering image to buffer
JP2015195431A (en) * 2014-03-31 2015-11-05 株式会社メガチップス Data storage control device and data storage control method
US10225569B2 (en) 2014-03-31 2019-03-05 Megachips Corporation Data storage control apparatus and data storage control method
WO2017107206A1 (en) * 2015-12-25 2017-06-29 王晓光 Method and system for video compression
CN107211107A (en) * 2015-12-25 2017-09-26 王晓光 A kind of video-frequency compression method and system
JP2019014135A (en) * 2017-07-06 2019-01-31 株式会社東芝 Image processing device, image processing method and program
JP6996884B2 (en) 2017-07-06 2022-01-17 株式会社東芝 Image processing equipment, image processing methods and programs

Similar Documents

Publication Publication Date Title
JP5538792B2 (en) Image processing apparatus, control method thereof, and program
JP4929073B2 (en) Multi-function printer
JP2008042688A (en) Image processing apparatus and control method thereof, and computer program and computer readable storage medium
US8665484B2 (en) Processing tile images including overlap regions
JP2008017441A (en) Data processing apparatus, data processing method, and program
JP2011120080A (en) Image forming apparatus
JP2011193279A (en) Image processing apparatus, image processing method, and program
JP2007108353A (en) Information processor
JP2011139162A (en) Image encoding device, control method, and program
JP2012110036A (en) Printer
JP2010081548A (en) Image forming apparatus
JP5326882B2 (en) Image processing device
JP5599033B2 (en) Image processing apparatus and method, and program
JP2008022082A (en) Image forming apparatus and control method thereof
JP2011139165A (en) Image processing apparatus and processing method thereof
JP2006224595A (en) Printing system
JP3997851B2 (en) Image coding apparatus and image coding program
US20110158531A1 (en) Image processing apparatus and control method thereof
JP4172410B2 (en) Image processing method and image processing apparatus
JP2006231854A (en) Image formation device and its controlling method
JP2008263311A (en) Image forming apparatus
JP4144544B2 (en) Image processing method and image processing apparatus
JP2002051220A (en) Image processor
JP2006231855A (en) Printing apparatus
JP2003333292A (en) Image formation system