JP2004291463A - Data transfer device - Google Patents

Data transfer device Download PDF

Info

Publication number
JP2004291463A
JP2004291463A JP2003088210A JP2003088210A JP2004291463A JP 2004291463 A JP2004291463 A JP 2004291463A JP 2003088210 A JP2003088210 A JP 2003088210A JP 2003088210 A JP2003088210 A JP 2003088210A JP 2004291463 A JP2004291463 A JP 2004291463A
Authority
JP
Japan
Prior art keywords
line data
data
address
line
compression
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
JP2003088210A
Other languages
Japanese (ja)
Inventor
Toyoaki Kuwabara
豊明 桑原
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2003088210A priority Critical patent/JP2004291463A/en
Publication of JP2004291463A publication Critical patent/JP2004291463A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To obviate the need of a memory device for temporarily storing line data adjacent to line data to be processed in a data transfer device that reads bit map image data from a memory device by each line data to transfer it to a compressing circuit for performing compression processing by referencing the line data adjacent to the line to be processed. <P>SOLUTION: This data transfer device comprises a first memory means for storing an address in a memory device of the line data to be processed, a second memory means for storing an address in a memory device of the line data adjacent to the line data to be processed, and a transferring means. The transferring means reads the line data corresponding to the address stored in the second memory means to transfer it to the compressing circuit after or before it reads the line data corresponding to the address stored in the first memory means from the memory device to transfer it to the compressing circuit. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、データ転送装置に係り、特に、記憶装置からビットマップイメージデータをラインデータごとに読み出して、処理対象のラインデータに隣接するラインデータを参照して圧縮処理を行なう圧縮回路に転送するデータ転送装置に関する。
【0002】
【従来の技術】
レーザプリンタ等のページプリンタは、ホストコンピュータから出力されるプリンタ制御言語で記載された印刷データを受信し、ビットマップイメージデータに変換する画像処理部と、ビットマップイメージデータに基づいて印刷用紙等の印刷媒体上に印刷を行なう印刷機構とを備えて構成される。
【0003】
ページプリンタの印刷機構ではページごとに印刷が行なわれるため、印刷機構が印刷を開始するときには、1ページ分のビットマップイメージデータが用意されていなければならない。このため、画像処理部では、1ページ分のビットマップイメージデータを一時的に保存しておく必要がある。
【0004】
ところが、ページプリンタが、高解像度の画像、あるいは、カラーの画像を取り扱う場合等には、1ページ分のビットマップイメージデータは膨大なデータ量となり、画像処理部が備える記憶容量ではまかないきれなくなる。
【0005】
このため、高解像度の画像、カラーの画像等を取り扱うページプリンタの画像処理部では、ビットマップイメージデータを圧縮して一時的に保存するようにしている。
【0006】
ビットマップイメージデータの圧縮アルゴリズムは種々の手法が提案されているが、ビットマップイメージデータを構成するラインデータの各画素について、上左右の画素を参照し、上左右の画素との一致不一致、右隣の画素との差分等に基づいて圧縮する手法が実用化されている。この圧縮処理は、例えば、画像処理部が備えるメモリコントローラにおいて、ハードウェア的に行なわれている。
【0007】
図3は、このようなアルゴリズムを用いた従来の画像処理部の圧縮処理を説明するためのブロック図である。
【0008】
図示しないCPUが生成したビットマップイメージデータは、バンド単位でRAM130に格納される。
【0009】
メモリコントローラ110のDMA処理部111は、RAM130に格納されたビットマップイメージデータを1ラインずつ圧縮部112にDMA転送する。この1ラインが圧縮処理の単位となる。このため、DMA処理部111は、圧縮処理の対象となるラインデータの先頭アドレスを指し示すアドレスカウンタ111aを備えており、順次RAM130から読み出して圧縮処理を行なえるようになっている。
【0010】
本アルゴリズムでは、対象となる画素の上左右の画素を参照して圧縮を行なうため、処理対象のラインデータの一つ前のラインデータも必要となる。このため、メモリコントローラ110には、ラインデータを一時的に保存するためのSRAM113が備えられている。
【0011】
DMA処理部111は、処理対象のラインデータを圧縮部112に転送するとともに、SRAM113から処理対象のラインデータの一つ前のラインデータを読み出して圧縮部112に転送する。そして、SRAM113の内容を処理対象のラインデータに更新する。また、アドレスカウンタ111aをインクリメントする。
【0012】
圧縮部112は、転送された処理対象のラインデータと一つ前のラインデータとを用いて圧縮処理を行なう。圧縮されたラインデータは、DMA処理部111により、RAM130にDMA転送され、バンド単位で格納される。
【0013】
【発明が解決しようとする課題】
このように、本圧縮アルゴリズムは、圧縮処理対象となるラインデータに隣接する他のラインデータ上の画素を参照して圧縮を行なうため、他のラインデータを一時的に保存する必要がある。
【0014】
したがって、このための記憶装置が必要になり、圧縮処理を行なうメモリコントローラ等の半導体装置の製造コストが上昇する。また、記憶装置を配置する分、半導体装置の面積も大きくなる。
【0015】
本発明は、記憶装置からビットマップイメージデータをラインデータごとに読み出して、処理対象のラインデータに隣接するラインデータを参照して圧縮処理を行なう圧縮回路に転送するデータ転送装置において、処理対象のラインデータに隣接するラインデータを一時的に記憶するための記憶装置を省くことを目的とする。
【0016】
【課題を解決するための手段】
上記課題を解決するため、本発明は、
記憶装置からビットマップイメージデータをラインデータごとに読み出して、処理対象のラインデータに隣接するラインデータを参照して圧縮処理を行なう圧縮回路に転送するデータ転送装置であって、
処理対象のラインデータの前記記憶装置上のアドレスを格納する第1の記憶手段と、
前記処理対象のラインデータに隣接するラインデータの前記記憶装置上のアドレスを格納する第2の記憶手段と、
前記第1の記憶手段に格納されたアドレスに対応するラインデータを前記記憶装置から読み出して前記圧縮回路に転送した後、あるいは、転送する前に、前記第2の記憶手段に格納されたアドレスに対応するラインデータを前記記憶装置から読み出して前記圧縮回路に転送する転送手段とを備えることを特徴とする。
【0017】
本発明によれば、処理対象となるラインデータに隣接するラインデータを記憶装置から読み出して圧縮回路に転送するために、隣接するラインデータを一時的に格納するための記憶装置が不要となる。
【0018】
ここで、前記第1の記憶手段はアドレスカウンタで構成することができる。
【0019】
このとき、前記転送手段は、前記第2の記憶手段に格納されたアドレスに対応するラインデータを前記記憶装置から読み出して前記圧縮回路に転送した後に、前記第2の記憶手段の内容を、前記第1の記憶手段であるアドレスカウンタが示すアドレスで更新し、前記アドレスカウンタをインクリメントする。
【0020】
【発明の実施の形態】
本発明の実施の形態について図面を参照して説明する。
【0021】
図1は、本発明を適用したページプリンタの構成を示すブロック図である。本プリンタは、ホストコンピュータから印刷制御言語で記載された印刷データを受信し、ビットマップイメージデータに変換する画像処理部1と、ビットマップイメージデータに基づいて印刷用紙等の印刷媒体上に印刷を行なう印刷機構2とを備えて構成される。
【0022】
画像処理部1において、ホストコンピュータから送られた印刷データは入力インタフェース50で受信し、CPU20がROM40に記録されたプログラムに従ってビットマップイメージデータに展開し、RAM30にバンドごとに格納していく。メモリコントローラ10は、格納されたビットマップイメージデータを順次読み込んで、圧縮処理により容量を減らして、RAM30に格納していく。
【0023】
圧縮されたビットマップイメージデータがRAM30に格納されると、元のビットマップイメージデータはRAM30から消去することができるため、1ページ分のビットマップイメージデータを格納するだけの記憶容量を備えていなくても、高解像度の画像、カラーの画像等の画像データを扱えるようになっている。
【0024】
圧縮されたビットマップイメージデータは、1ページ分のデータがそろうと、メモリコントローラ10により、ビデオインタフェース60にDMA転送される。ビデオインタフェース60は、圧縮されたビットマップイメージを伸張して印刷機構2に転送し、印刷機構2がこのビットマップイメージに従って印刷を行なう。
【0025】
本実施例において、ビットマップイメージデータの圧縮アルゴリズムは、ビットマップイメージデータを構成するラインデータの各画素について、上左右の画素を参照し、上左右の画素との一致不一致、右隣の画素との差分等に基づいて圧縮する手法が採用されている。この圧縮処理は、メモリコントローラ10が備える圧縮部12において、ハードウェア的に行なわれる。なお、下左右の画素を参照して圧縮する手法を用いてもよい。
【0026】
図2は、本実施形態における画像処理部1の圧縮処理を説明するためのブロック図である。
【0027】
CPU20が生成したビットマップイメージデータは、バンド単位でRAM30に格納される。
【0028】
メモリコントローラ10のDMA処理部11は、処理対象となるラインの先頭アドレスを指し示す従来のアドレスカウンタ11aに加え、処理対象となるラインの一つ前の先頭アドレスを格納する前ラインアドレスレジスタ11bを備えている。
【0029】
DMA処理部11は、アドレスカウンタ11aで示されたラインデータをRAM30から圧縮部12にDMA転送すると、前ラインアドレスレジスタ11bに格納されているアドレスに対応するラインデータをRAM30から圧縮部12にDMA転送する。このラインデータは、先にDMA転送された処理対象のラインの一つ前のラインデータである。なお、DMA転送する順番は逆でもかまわない。
【0030】
そして、前ラインアドレスレジスタ11bを、アドレスカウンタ11aの内容で更新し、アドレスカウンタ11aをインクリメントする。なお、前ラインアドレスレジスタ11bもカウンタで構成し、アドレスカウンタ11aとあわせてインクリメントするようにしてもよい。
【0031】
圧縮部12は、DMA処理部11によりDMA転送された処理対象のラインデータと一つ前のラインデータとを用いて圧縮処理を行なう。圧縮されたラインデータは、DMA処理部11により、RAM30にDMA転送され、バンド単位で格納される。
【0032】
一つのラインデータを処理するために、RAM30から圧縮部12へのDMA転送が2回必要となるが、RAM30とメモリコントローラ10との間の転送速度が十分速ければ(例えば、DMA処理部11と圧縮部12との間の転送速度の2倍以上)、従来と同様の処理時間で圧縮を行なうことができる。これは、近年、実用化されているDDR SDRAM(Double Data Rate Synchronous DRAM)等の高速RAMを用いることにより実現することができる。
【0033】
このように、本発明によれば、隣接するラインデータを一時的に記憶するための記憶装置を省くことができる。
【図面の簡単な説明】
【図1】本発明を適用したページプリンタの構成を示すブロック図。
【図2】本発明の画像処理部の圧縮処理を説明するためのブロック図。
【図3】従来の画像処理部の圧縮処理を説明するためのブロック図。
【符号の説明】
1…画像処理部、2…印刷機構、10…メモリコントローラ、11…メモリコントローラ、11…DMA処理部、11a…アドレスカウンタ、11b…前ラインアドレスレジスタ、12…圧縮部、50…入力インタフェース、60…ビデオインタフェース、110…メモリコントローラ、111a…アドレスカウンタ、111…DMA処理部、112…圧縮部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a data transfer device, and in particular, reads out bitmap image data from a storage device for each line data, and transfers the read data to a compression circuit that performs compression processing with reference to line data adjacent to the line data to be processed. The present invention relates to a data transfer device.
[0002]
[Prior art]
A page printer such as a laser printer receives print data written in a printer control language output from a host computer, converts the print data into bitmap image data, and prints a print sheet based on the bitmap image data. A printing mechanism for printing on a print medium.
[0003]
Since the printing mechanism of a page printer performs printing for each page, when the printing mechanism starts printing, one page of bitmap image data must be prepared. Therefore, it is necessary for the image processing unit to temporarily store bitmap image data for one page.
[0004]
However, when a page printer handles a high-resolution image or a color image, the amount of bitmap image data for one page is enormous, and the storage capacity of the image processing unit cannot be satisfied.
[0005]
For this reason, the image processing unit of the page printer that handles high-resolution images, color images, and the like compresses the bitmap image data and temporarily stores it.
[0006]
Various methods have been proposed as compression algorithms for bitmap image data. For each pixel of the line data constituting the bitmap image data, the upper and left and right pixels are referred, and the upper and left and right pixels are not matched. A technique of performing compression based on a difference from an adjacent pixel or the like has been put to practical use. This compression processing is performed in hardware, for example, in a memory controller included in the image processing unit.
[0007]
FIG. 3 is a block diagram for explaining a compression process of a conventional image processing unit using such an algorithm.
[0008]
Bitmap image data generated by a CPU (not shown) is stored in the RAM 130 in band units.
[0009]
The DMA processing unit 111 of the memory controller 110 DMA-transfers the bitmap image data stored in the RAM 130 line by line to the compression unit 112. This one line is a unit of the compression processing. For this reason, the DMA processing unit 111 includes an address counter 111a that indicates the head address of the line data to be subjected to the compression processing, and can sequentially read the data from the RAM 130 and perform the compression processing.
[0010]
In the present algorithm, compression is performed with reference to the upper and left pixels of the target pixel, so that the line data immediately before the line data to be processed is also required. For this reason, the memory controller 110 is provided with an SRAM 113 for temporarily storing line data.
[0011]
The DMA processing unit 111 transfers the line data to be processed to the compression unit 112, reads the line data immediately before the line data to be processed from the SRAM 113, and transfers the line data to the compression unit 112. Then, the contents of the SRAM 113 are updated to the line data to be processed. Further, the address counter 111a is incremented.
[0012]
The compression unit 112 performs a compression process using the transferred line data to be processed and the previous line data. The compressed line data is DMA-transferred to the RAM 130 by the DMA processing unit 111 and stored in band units.
[0013]
[Problems to be solved by the invention]
As described above, since the present compression algorithm performs compression with reference to pixels on other line data adjacent to the line data to be subjected to compression processing, it is necessary to temporarily store other line data.
[0014]
Therefore, a storage device for this is required, and the manufacturing cost of a semiconductor device such as a memory controller that performs compression processing increases. In addition, the area of the semiconductor device is increased due to the arrangement of the storage device.
[0015]
The present invention relates to a data transfer apparatus for reading bitmap image data from a storage device for each line data and transferring the read bitmap image data to a compression circuit that performs compression processing with reference to line data adjacent to the line data to be processed. An object of the present invention is to eliminate a storage device for temporarily storing line data adjacent to line data.
[0016]
[Means for Solving the Problems]
In order to solve the above problems, the present invention provides:
A data transfer device that reads bitmap image data from a storage device for each line data, and transfers the read bitmap image data to a compression circuit that performs compression processing with reference to line data adjacent to the line data to be processed.
First storage means for storing an address of the line data to be processed on the storage device;
Second storage means for storing an address on the storage device of line data adjacent to the line data to be processed;
After the line data corresponding to the address stored in the first storage means is read from the storage device and transferred to the compression circuit, or before the transfer, the line data is stored in the address stored in the second storage means. Transfer means for reading out the corresponding line data from the storage device and transferring it to the compression circuit.
[0017]
According to the present invention, since the line data adjacent to the line data to be processed is read from the storage device and transferred to the compression circuit, a storage device for temporarily storing the adjacent line data is not required.
[0018]
Here, the first storage means can be constituted by an address counter.
[0019]
At this time, the transfer unit reads line data corresponding to the address stored in the second storage unit from the storage device and transfers the read line data to the compression circuit. The address is updated by the address indicated by the address counter as the first storage means, and the address counter is incremented.
[0020]
BEST MODE FOR CARRYING OUT THE INVENTION
An embodiment of the present invention will be described with reference to the drawings.
[0021]
FIG. 1 is a block diagram showing a configuration of a page printer to which the present invention is applied. The printer receives print data described in a print control language from a host computer, converts the print data into bitmap image data, and prints on a print medium such as printing paper based on the bitmap image data. And a printing mechanism 2.
[0022]
In the image processing unit 1, the print data sent from the host computer is received by the input interface 50, the CPU 20 develops the data into bitmap image data according to the program recorded in the ROM 40, and stores the data into the RAM 30 for each band. The memory controller 10 sequentially reads the stored bitmap image data, reduces the capacity by compression processing, and stores the data in the RAM 30.
[0023]
When the compressed bitmap image data is stored in the RAM 30, the original bitmap image data can be erased from the RAM 30, so that the storage capacity for storing the bitmap image data for one page is not provided. However, it can handle image data such as high-resolution images and color images.
[0024]
The compressed bitmap image data is DMA-transferred to the video interface 60 by the memory controller 10 when one page of data is available. The video interface 60 expands the compressed bitmap image and transfers it to the printing mechanism 2, and the printing mechanism 2 performs printing according to the bitmap image.
[0025]
In the present embodiment, the compression algorithm of the bitmap image data, for each pixel of the line data constituting the bitmap image data, refer to the upper left and right pixels, match and mismatch with the upper and left and right pixels, the right and left pixels The compression method is adopted based on the difference between the two. This compression processing is performed by hardware in the compression unit 12 provided in the memory controller 10. Note that a method of performing compression by referring to the lower left and right pixels may be used.
[0026]
FIG. 2 is a block diagram illustrating a compression process of the image processing unit 1 according to the present embodiment.
[0027]
The bitmap image data generated by the CPU 20 is stored in the RAM 30 in band units.
[0028]
The DMA processing unit 11 of the memory controller 10 includes a previous line address register 11b that stores a head address immediately before a line to be processed, in addition to a conventional address counter 11a that indicates a head address of a line to be processed. ing.
[0029]
When the DMA processing unit 11 DMA-transfers the line data indicated by the address counter 11a from the RAM 30 to the compression unit 12, the DMA processing unit 11 transfers the line data corresponding to the address stored in the previous line address register 11b from the RAM 30 to the compression unit 12. Forward. This line data is the line data immediately before the line to be processed which has been DMA-transferred first. Note that the order of the DMA transfer may be reversed.
[0030]
Then, the previous line address register 11b is updated with the contents of the address counter 11a, and the address counter 11a is incremented. The previous line address register 11b may also be formed of a counter, and may be incremented together with the address counter 11a.
[0031]
The compression unit 12 performs a compression process using the line data to be processed, which has been DMA-transferred by the DMA processing unit 11, and the previous line data. The compressed line data is DMA-transferred to the RAM 30 by the DMA processing unit 11 and stored in band units.
[0032]
In order to process one line of data, two DMA transfers from the RAM 30 to the compression unit 12 are required. If the transfer speed between the RAM 30 and the memory controller 10 is sufficiently fast (for example, the DMA processing unit 11 Compression can be performed in the same processing time as in the past, which is twice or more the transfer speed with the compression unit 12). This can be realized by using a high-speed RAM such as a DDR SDRAM (Double Data Rate Synchronous DRAM) that has been put into practical use in recent years.
[0033]
As described above, according to the present invention, a storage device for temporarily storing adjacent line data can be omitted.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a page printer to which the present invention is applied.
FIG. 2 is a block diagram for explaining a compression process of an image processing unit according to the present invention.
FIG. 3 is a block diagram for explaining compression processing of a conventional image processing unit.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 ... Image processing part, 2 ... Printing mechanism, 10 ... Memory controller, 11 ... Memory controller, 11 ... DMA processing part, 11a ... Address counter, 11b ... Previous line address register, 12 ... Compression part, 50 ... Input interface, 60 ... Video interface, 110 ... Memory controller, 111a ... Address counter, 111 ... DMA processing unit, 112 ... Compression unit

Claims (3)

記憶装置からビットマップイメージデータをラインデータごとに読み出して、処理対象のラインデータに隣接するラインデータを参照して圧縮処理を行なう圧縮回路に転送するデータ転送装置であって、
処理対象のラインデータの前記記憶装置上のアドレスを格納する第1の記憶手段と、
前記処理対象のラインデータに隣接するラインデータの前記記憶装置上のアドレスを格納する第2の記憶手段と、
前記第1の記憶手段に格納されたアドレスに対応するラインデータを前記記憶装置から読み出して前記圧縮回路に転送した後、あるいは、転送する前に、前記第2の記憶手段に格納されたアドレスに対応するラインデータを前記記憶装置から読み出して前記圧縮回路に転送する転送手段とを備えることを特徴とするデータ転送装置。
A data transfer device that reads bitmap image data from a storage device for each line data, and transfers the read bitmap image data to a compression circuit that performs compression processing with reference to line data adjacent to the line data to be processed.
First storage means for storing an address of the line data to be processed on the storage device;
Second storage means for storing an address on the storage device of line data adjacent to the line data to be processed;
After the line data corresponding to the address stored in the first storage means is read from the storage device and transferred to the compression circuit, or before the transfer, the line data is stored in the address stored in the second storage means. Transfer means for reading corresponding line data from the storage device and transferring the read line data to the compression circuit.
請求項1に記載のデータ転送装置において、
前記第1の記憶手段はアドレスカウンタで構成することを特徴とするデータ転送装置。
The data transfer device according to claim 1,
The data transfer device according to claim 1, wherein said first storage means comprises an address counter.
請求項2に記載のデータ転送装置において、
前記転送手段は、前記第2の記憶手段に格納されたアドレスに対応するラインデータを前記記憶装置から読み出して前記圧縮回路に転送した後に、前記第2の記憶手段の内容を、前記第1の記憶手段であるアドレスカウンタが示すアドレスで更新し、前記アドレスカウンタをインクリメントすることを特徴とするデータ転送装置。
The data transfer device according to claim 2,
The transfer unit reads line data corresponding to an address stored in the second storage unit from the storage device and transfers the read line data to the compression circuit, and then stores the contents of the second storage unit in the first storage unit. A data transfer device, wherein the data is updated with an address indicated by an address counter as storage means, and the address counter is incremented.
JP2003088210A 2003-03-27 2003-03-27 Data transfer device Pending JP2004291463A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003088210A JP2004291463A (en) 2003-03-27 2003-03-27 Data transfer device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003088210A JP2004291463A (en) 2003-03-27 2003-03-27 Data transfer device

Publications (1)

Publication Number Publication Date
JP2004291463A true JP2004291463A (en) 2004-10-21

Family

ID=33402402

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003088210A Pending JP2004291463A (en) 2003-03-27 2003-03-27 Data transfer device

Country Status (1)

Country Link
JP (1) JP2004291463A (en)

Similar Documents

Publication Publication Date Title
US20050200877A1 (en) Printer, image processing device, image processing method, and recording medium
JP3660154B2 (en) Image processing device for printing
JP2004291463A (en) Data transfer device
JP2004328571A (en) Image processing apparatus
JP3737943B2 (en) Image processing device
JP4400709B2 (en) Image processing apparatus and image processing method
JP5110861B2 (en) Image processing apparatus, image processing method, and program
JP2003241983A (en) Information processor and information processing method
JP4307435B2 (en) Image data storage device, copying machine, image forming system, and image data storage method
JP5205317B2 (en) Image processing device
JP2006215918A (en) Image processing device and method
JP3214617B2 (en) Multi-value image printer
JP2001236191A (en) Printer and image processor provided with the printer
JP2004254187A (en) Information processor
JP4369137B2 (en) Image processing device for printing
JP3117987B2 (en) Image processing device
JP2007110480A (en) Image processing circuit and color page printer
US7380069B2 (en) Method and apparatus for DMA-generated memory write-back
JPS62164376A (en) Picture data restoration device
JP3119387B2 (en) Image processing device
JPH11348357A (en) Printing apparatus
JPH06292023A (en) Color picture processor
JP2008023860A (en) Image formation device
JP2004338213A (en) Printing method and its device
JP2000318229A (en) Apparatus for controlling image data compression