JP2004254187A - Information processor - Google Patents

Information processor Download PDF

Info

Publication number
JP2004254187A
JP2004254187A JP2003044343A JP2003044343A JP2004254187A JP 2004254187 A JP2004254187 A JP 2004254187A JP 2003044343 A JP2003044343 A JP 2003044343A JP 2003044343 A JP2003044343 A JP 2003044343A JP 2004254187 A JP2004254187 A JP 2004254187A
Authority
JP
Japan
Prior art keywords
data
holding circuit
resolution conversion
processing unit
data holding
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.)
Withdrawn
Application number
JP2003044343A
Other languages
Japanese (ja)
Inventor
Takashi Yamaguchi
宇 山口
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 JP2003044343A priority Critical patent/JP2004254187A/en
Publication of JP2004254187A publication Critical patent/JP2004254187A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To execute the reference table of a data expansion circuit and the reference window of a smoothing processing circuit by using a data holding circuit in common in an information processor having the data expansion circuit which requires a plurality of the reference tables, and the smoothing processing circuit. <P>SOLUTION: The information processor is so composed that compressed image data are expanded, the resolution conversion is executed to them, and they are outputted. It has an expansion processing means for expanding the compressed image data, and a resolution conversion processing means for applying smoothing processing to the image data and for outputting smooth characters and images. It is provided with a data holding circuit control means which can use the data holding circuit used in the expansion processing means and the data holding circuit used in the resolution conversion processing in common. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、画像処理装置及び方法に関し、特に圧縮された画像データを伸張し、さらに解像度変換を行う画像処理装置及び方法に関する。
【0002】
【従来の技術】
従来、この種の画像処理装置としては、例えばレーザープリンタであって、プリンタ記述言語(PDL)等で記述された画像情報をホストコンピュータから送信され、制御部においてビットマップデータに変換し、プリンタエンジンに送り、プリンタエンジンにおいて記録紙等に転写、定着し所望の印字結果を得るものがある。
【0003】
このようなレーザープリンタとして、例えば600ドット/インチの解像度で印字するものが存在する。その場合、文字や画像を構成する画素は600dpiの格子状の位置に印字される。最近ではプリンタエンジンの高解像度化が実現され、1200dpiの解像度で印字可能なプリンタが登場してきた。
【0004】
しかしながら600dpiの解像度でのA4サイズの用紙のビットマップデータ量は4Mバイトに達し、1200dpiでは16Mバイトに達する。さらに両面印刷機能を有するプリンタである場合には印字保証のために2ページ分、すなわち600dpiで8Mバイト、1200dpiでは32Mバイト必要となる。
【0005】
このため、画像メモリ上のビットマップ情報を圧縮して保存しておき、プリンタエンジンに送出するときに伸張しながら送出することにより、画像メモリの容量を抑える方法が一般的になってきた。
【0006】
一方、主走査方向の解像度を上げる方法はレーザープリンタの構造上、比較的容易であり、スムージング処理等、様々な手法が試みられてはいる。スムージング処理とは600dpiの注目画素とその周辺のM×Nから600dpi以上の解像度の画素を出力しエッジのぎざぎざを取り除く手法で、解像度としては2400dpi×600dpi相当の解像度を得る事ができる。
【0007】
【発明が解決しようとする課題】
データの圧縮率を高めるためには符号化するための参照テーブルをより多く必要とし、参照テーブルはデータの高速アクセスが必要なことからSRAMで構成される場合が多い。参照テーブルはデータ保持回路にデータを格納しておくことで実現され、SRAMやフリップフロップを用いるのが一般的であるがテーブルの参照エリアが大きく必要な場合はフリップフロップで構成するとゲート規模が膨大になることからSRAMを使用することになる。伸張処理に関しても同じサイズの参照テーブルを必要とするため、外付けのSRAMやASIC内蔵のSRAMを用いることによってデータ伸張回路を構成している。また、スムージング処理回路は注目画素近傍の参照ウインドウを必要とし、かつ主走査方向に高速に処理を行う必要があるので、主走査のドット数X副走査nライン分のSRAMを必要とし、伸張処理回路における参照テーブルと同様に外付けのSRAMやASIC内蔵のSRAMを用いてスムージング処理回路を構成している。
【0008】
しかしながらSRAMの容量は解像度が600dpiでA3用紙場合、A3の主走査ドット数は7200ドットであるため、副走査が8ライン分必要とした場合、7200×8=57.6kbitに達し、さらに伸張処理、スムージング処理双方に必要となることから、SRAM容量の増大を招き、特にASIC内蔵の場合はチップのダイサイズが大きくなりコスト的に大きな問題となっていた。
【0009】
【課題を解決するための手段】
上記の問題を解決するために本発明にかかる圧縮された画像データを伸張し、さらに解像度変換を行う画像処理装置は圧縮された画像データを伸張する伸張処理手段と、画像データを平滑化処理し、なめらかな文字やイメージを出力するスムージング処理手段を有し、伸張処理手段において使用するデータ保持回路とスムージング処理において使用するデータ保持回路を共通に使用可能なデータ保持回路制御手段を備えることを特徴とする。
【0010】
【発明の実施の形態】
以下、添付図面を参照して、本発明に係わる好適な実施例を詳細に説明する。
【0011】
図1は本発明の実施例に係わるレーザービームプリンタ(以下、プリンタという)のブロック構成図である。同図において、符号101はプリンタ102に接続されるホストコンピュータであり、アプリケーションソフトウエア等により作成された画像情報をコマンドまたはデータD1として、不図示のインターフェースを介してプリンタ102内のコントローラ103に送信される。コントローラ103は、このコマンドまたはデータに応じて、300dpiの画素に対応したRGBの多値のビットデータD2(例えば8ビット)に展開する。
【0012】
コントローラ103から出力された上記300dpiのRGBのビットデータD2は、次に色変換処理部104に入力され、色変換処理部104では入力された300dpiのRGBの多値のビットデータをYMCKの多値のビットデータD3に変換する。YMCKの多値のビットデータD3はデータ圧縮伸張処理部105へ送られ、そこでデータ圧縮されて1ページ分のYMCKの多値のビットデータとしてメモリに格納される。そして、データ圧縮伸張処理部105は、このメモリからエンジン部106のプロセスタイミングに応じて伸張した300dpiのYMCKの多値のビットデータD4を順次、出力する。そしてYMCKの多値のビットデータD4は、次段の解像度変換処理部106でスムージング処理等を行い、600dpiの多値のビットデータに解像度変換され、それをビットデータD5としてエンジン部107に出力する。なお、このビットデータD5は、エンジン部107にて、データに応じたパルス幅変調を施され、それにてレーザーを駆動してカラー画像を得る。
【0013】
図2はデータ圧縮伸張処理部105と解像度変換処理部106の従来例を示すブロック構成図である。色変換処理部104によってYMCKに色変換されたデータD3が圧縮処理部151によってデータ圧縮を行う。この場合に必要な参照テーブルが152であり参照テーブル152に保持されているデータに従って圧縮されたデータはDRAMで構成されるメモリ111に格納される。メモリ111の容量はプリンタの印字保証にかかるビットマップデータのサイズ分のメモリ容量より少ないことは言うまでもない。
【0014】
メモリ111に格納された圧縮データを伸張する場合は伸張処理部153により処理され、圧縮処理部151と同様に参照テーブル152に保持されているデータにしたがって伸張処理され、ビットデータD4として解像度変換処理部106に送られる。ビットデータD4を受け取った解像度変換処理部106はビットデータD4を参照ウインドウ161に保持していき、注目画素とその近傍のビットデータが揃い次第、パターンマッチング部162に入力され、スムージング等の解像度変換処理が施された後、画像データD5を出力する。
【0015】
図3は本発明におけるデータ圧縮伸張処理部105と解像度変換処理部106を示すブロック構成図である。図2における参照テーブル152と参照ウインドウ161の機能が共通に使用される参照テーブル201、シングルポートSRAMまたはデュアルポートSRAMで構成される参照テーブル201のメモリアクセスを制御するメモリアクセス制御部202からなり、データ圧縮伸張処理部105と解像度変換処理部106のメモリアクセスを管理可能とすることにより、メモリ容量の削減を可能とした。
【0016】
【発明の効果】
以上説明したように、本発明によれば圧縮された画像データを伸張する伸張処理手段と、画像データを平滑化処理し、なめらかな文字やイメージを出力するスムージング処理手段を有し、伸張処理手段において使用するデータ保持回路とスムージング処理において使用するデータ保持回路を共通に使用可能なデータ保持回路制御手段を備えることでメモリ容量の削減を可能とし、かかるコストを削減することを可能とした。
【図面の簡単な説明】
【図1】本発明の実施例を示す印刷装置のブロック図である。
【図2】本発明の実施例を示すためのデータ圧縮伸張処理部と解像度変換処理部の従来例のブロック図である。
【図3】本発明の実施例を示すデータ圧縮伸張処理部と解像度変換処理部のブロック図である。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an image processing apparatus and method, and more particularly to an image processing apparatus and method for expanding compressed image data and performing resolution conversion.
[0002]
[Prior art]
Conventionally, an image processing apparatus of this type is, for example, a laser printer, which transmits image information described in a printer description language (PDL) or the like from a host computer, converts the image information into bitmap data in a control unit, and converts the information into a printer engine. And a printer engine transfers and fixes it on recording paper or the like to obtain a desired print result.
[0003]
As such a laser printer, there is one that prints at a resolution of, for example, 600 dots / inch. In that case, the pixels that make up the character or image are printed at grid positions at 600 dpi. Recently, higher resolution of a printer engine has been realized, and a printer capable of printing at a resolution of 1200 dpi has appeared.
[0004]
However, the amount of bitmap data of A4 size paper at a resolution of 600 dpi reaches 4 Mbytes and reaches 16 Mbytes at 1200 dpi. Further, in the case of a printer having a double-sided printing function, two pages are required to guarantee printing, that is, 8 Mbytes at 600 dpi and 32 Mbytes at 1200 dpi.
[0005]
For this reason, it has become common to reduce the capacity of the image memory by compressing and storing the bitmap information on the image memory, and transmitting it while expanding it when sending it to the printer engine.
[0006]
On the other hand, a method of increasing the resolution in the main scanning direction is relatively easy due to the structure of the laser printer, and various methods such as a smoothing process have been tried. The smoothing process is a method of outputting a pixel having a resolution of 600 dpi or more from a target pixel of 600 dpi and its surrounding M × N to remove jagged edges, and a resolution equivalent to 2400 dpi × 600 dpi can be obtained.
[0007]
[Problems to be solved by the invention]
In order to increase the data compression ratio, more reference tables for encoding are required. Since the reference tables require high-speed access to data, they are often constituted by SRAMs. The look-up table is realized by storing data in a data holding circuit. Generally, an SRAM or a flip-flop is used. However, if a large reference area of the table is required, a flip-flop is used to increase the gate scale. Therefore, the SRAM is used. Since a reference table of the same size is required for the decompression process, a data decompression circuit is configured by using an external SRAM or an SRAM with a built-in ASIC. Also, the smoothing processing circuit needs a reference window near the pixel of interest and needs to perform high-speed processing in the main scanning direction. Like the reference table in the circuit, an external SRAM or an SRAM with a built-in ASIC constitutes a smoothing processing circuit.
[0008]
However, when the resolution of the SRAM is 600 dpi and the size of A3 paper is A200, the number of main scanning dots of A3 is 7200 dots. If 8 lines of sub-scanning are required, the capacity of the SRAM reaches 7200 × 8 = 57.6 kbits. Since it is necessary for both the smoothing process, the SRAM capacity is increased, and especially when the ASIC is built in, the die size of the chip becomes large, which is a big problem in cost.
[0009]
[Means for Solving the Problems]
In order to solve the above-described problem, the image processing apparatus that expands the compressed image data according to the present invention and further performs resolution conversion is an expansion processing unit that expands the compressed image data, and performs a smoothing process on the image data. A smoothing processing means for outputting smooth characters and images, and a data holding circuit control means capable of commonly using a data holding circuit used in the decompression processing means and a data holding circuit used in the smoothing processing. And
[0010]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings.
[0011]
FIG. 1 is a block diagram of a laser beam printer (hereinafter, referred to as a printer) according to an embodiment of the present invention. In FIG. 1, reference numeral 101 denotes a host computer connected to the printer 102, which transmits image information created by application software or the like as a command or data D1 to a controller 103 in the printer 102 via an interface (not shown). Is done. The controller 103 develops RGB multi-valued bit data D2 (for example, 8 bits) corresponding to 300 dpi pixels according to the command or the data.
[0012]
The 300 dpi RGB bit data D2 output from the controller 103 is next input to the color conversion processing unit 104, and the color conversion processing unit 104 converts the input 300 dpi RGB multivalued bit data to YMCK multivalued data. Is converted into the bit data D3. The YMCK multi-valued bit data D3 is sent to the data compression / expansion processing unit 105, where it is compressed and stored in the memory as one page of YMCK multi-valued bit data. Then, the data compression / decompression processing unit 105 sequentially outputs 300 dpi YMCK multi-valued bit data D4 decompressed in accordance with the process timing of the engine unit 106 from this memory. The multi-valued bit data D4 of YMCK is subjected to a smoothing process or the like in a resolution conversion processing unit 106 in the next stage, converted to multi-valued bit data of 600 dpi, and output to the engine unit 107 as bit data D5. . The bit data D5 is subjected to pulse width modulation according to the data in the engine unit 107, and a laser is driven based on the pulse data to obtain a color image.
[0013]
FIG. 2 is a block diagram showing a conventional example of the data compression / decompression processing unit 105 and the resolution conversion processing unit 106. The data D3 color-converted into YMCK by the color conversion processing unit 104 is subjected to data compression by the compression processing unit 151. In this case, the reference table required is 152, and the data compressed according to the data held in the reference table 152 is stored in the memory 111 composed of a DRAM. Needless to say, the capacity of the memory 111 is smaller than the memory capacity of the size of the bitmap data required for the printing guarantee of the printer.
[0014]
When the compressed data stored in the memory 111 is decompressed, it is processed by the decompression processing unit 153, and is decompressed according to the data held in the reference table 152 in the same manner as the compression processing unit 151. Sent to the unit 106. Upon receiving the bit data D4, the resolution conversion processing unit 106 holds the bit data D4 in the reference window 161, and is input to the pattern matching unit 162 as soon as the target pixel and the bit data in the vicinity thereof are aligned, and performs resolution conversion such as smoothing. After the processing, the image data D5 is output.
[0015]
FIG. 3 is a block diagram showing the data compression / decompression processing unit 105 and the resolution conversion processing unit 106 according to the present invention. 2 includes a reference table 201 in which the functions of the reference table 152 and the reference window 161 are commonly used, and a memory access control unit 202 that controls memory access of the reference table 201 including a single-port SRAM or a dual-port SRAM. The memory capacity of the data compression / decompression processing unit 105 and the resolution conversion processing unit 106 can be managed, thereby reducing the memory capacity.
[0016]
【The invention's effect】
As described above, according to the present invention, the decompression processing means includes decompression processing means for decompressing compressed image data, and smoothing processing means for smoothing image data and outputting smooth characters and images. By providing a data holding circuit control means that can commonly use the data holding circuit used in the above and the data holding circuit used in the smoothing processing, the memory capacity can be reduced, and the cost can be reduced.
[Brief description of the drawings]
FIG. 1 is a block diagram of a printing apparatus according to an embodiment of the present invention.
FIG. 2 is a block diagram of a conventional example of a data compression / decompression processing unit and a resolution conversion processing unit for showing an embodiment of the present invention.
FIG. 3 is a block diagram of a data compression / decompression processing unit and a resolution conversion processing unit according to the embodiment of the present invention.

Claims (1)

圧縮された画像データを伸張し、解像度変換を行い出力する画像処理装置において、圧縮された画像データを伸張する伸張処理手段と、画像データを平滑化処理し、なめらかな文字やイメージを出力する解像度変換処理手段を有し、前記伸張処理手段において使用するデータ保持回路と前記解像度変換処理において使用するデータ保持回路を共通に使用可能なデータ保持回路制御手段を備えることを特徴とする。An image processing apparatus that expands compressed image data, converts the resolution, and outputs the converted image data. The image processing apparatus further includes a data holding circuit control means which has a conversion processing means and can commonly use a data holding circuit used in the decompression processing means and a data holding circuit used in the resolution conversion processing.
JP2003044343A 2003-02-21 2003-02-21 Information processor Withdrawn JP2004254187A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003044343A JP2004254187A (en) 2003-02-21 2003-02-21 Information processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003044343A JP2004254187A (en) 2003-02-21 2003-02-21 Information processor

Publications (1)

Publication Number Publication Date
JP2004254187A true JP2004254187A (en) 2004-09-09

Family

ID=33027070

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003044343A Withdrawn JP2004254187A (en) 2003-02-21 2003-02-21 Information processor

Country Status (1)

Country Link
JP (1) JP2004254187A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008012866A (en) * 2006-07-07 2008-01-24 Canon Inc Image processing apparatus and image processing method
US8134742B2 (en) 2006-07-07 2012-03-13 Canon Kabushiki Kaisha Output device and method for outputting density data corresponding to a color material to a printing unit
JP2016124260A (en) * 2015-01-07 2016-07-11 コニカミノルタ株式会社 Image forming apparatus

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008012866A (en) * 2006-07-07 2008-01-24 Canon Inc Image processing apparatus and image processing method
US8134742B2 (en) 2006-07-07 2012-03-13 Canon Kabushiki Kaisha Output device and method for outputting density data corresponding to a color material to a printing unit
US8320018B2 (en) 2006-07-07 2012-11-27 Canon Kabushiki Kaisha Method and means for converting image data in encoded format
JP2016124260A (en) * 2015-01-07 2016-07-11 コニカミノルタ株式会社 Image forming apparatus

Similar Documents

Publication Publication Date Title
JP3660154B2 (en) Image processing device for printing
JP3685234B2 (en) Image processing device
JP2004254187A (en) Information processor
JP4400709B2 (en) Image processing apparatus and image processing method
JP3254672B2 (en) Image forming device
JP3550979B2 (en) Image processing device
JP3695498B2 (en) Image processing device
JP5441676B2 (en) Image processing apparatus and processing method thereof
JP3204136B2 (en) Image processing apparatus and compression processing method
JP3203660B2 (en) Image recording device
JP2001169120A (en) Method, device, and system for image processing
JPH10207645A (en) Method for controlling output and device therefor and picture formation device equipped with the same device and storage medium for storing program for executing the same method
KR100208385B1 (en) Apparatus and method for buffering data by dividing text and picture data
JP2004268553A (en) Printing device
JP2000339128A (en) Printer control device
JP4265196B2 (en) Print data generation by distributed processing
JP2020090075A (en) Image formation device and image formation method
JP3093245B2 (en) Image processing device, output control device, image processing system and method
JP2006159458A (en) Image output device
JP3214617B2 (en) Multi-value image printer
JP2005244748A (en) Image processing method and image processing apparatus
JP2000225735A (en) Image printer
JP2001053957A (en) Printer host, printer, printer system and storage medium storing program for converting plotting instruction to binarized image data
JPH05205015A (en) Image processor
JP2005041066A (en) Printing device

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060509