JP2000341547A - Device and method for image processing - Google Patents

Device and method for image processing

Info

Publication number
JP2000341547A
JP2000341547A JP11150764A JP15076499A JP2000341547A JP 2000341547 A JP2000341547 A JP 2000341547A JP 11150764 A JP11150764 A JP 11150764A JP 15076499 A JP15076499 A JP 15076499A JP 2000341547 A JP2000341547 A JP 2000341547A
Authority
JP
Japan
Prior art keywords
color
density
data
cmy
pattern
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
JP11150764A
Other languages
Japanese (ja)
Inventor
Kiyoshi Une
清 宇根
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.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
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 Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP11150764A priority Critical patent/JP2000341547A/en
Publication of JP2000341547A publication Critical patent/JP2000341547A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To realize an image processor which performs optimum black generation and ground color elimination processing, even when image quality can be improved in such a manner a printing means uses a different binary pattern in each color and also improves image quality by performing density correction processing which corresponds to the printing means after generation of black color and the ground color elimination processing. SOLUTION: A binary processing part 7 binarizes CMY data after ROP processing, by the use of a prescribed binary pattern for each color. A data correcting part 9 performs black color generation and ground color elimination processing of the binarized CMY data and generates CMYK color print data. When the CMYK color print data is generated, the CMYK color print data is generated according to a binary pattern in a binary processing mode for each color. A density correction processing part 10 performs density correction processings to the characteristic of a printing part 3 of the binary CMYK color print data after the black color generation with respect to the ground color elimination processing and outputs corrected binary CMYK color print data.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、画像処理装置およ
び画像処理方法に関し、特に、多値のCMYカラーデー
タから2値のCMYKカラー印刷データ、さらにはプリ
ント手段の特性に応じた2値のCMYKカラー印刷デー
タを生成する画像処理装置および画像処理方法に関する
ものである。
[0001] 1. Field of the Invention [0002] The present invention relates to an image processing apparatus and an image processing method, and more particularly, to binary CMYK color print data from multi-value CMY color data and binary CMYK color data according to the characteristics of printing means. The present invention relates to an image processing apparatus and an image processing method for generating color print data.

【0002】[0002]

【従来の技術】電子写真方式の複写機やプリンタ等の画
像形成装置において、ホストコンピュータから受信した
描画データをシアン(C)、イエロー(Y)、マゼンタ
(M)および黒(K)のそれぞれのトナー色に対応した
CMYKデータに変換してプリンタエンジンに出力し、
カラー画像を得るようにしたものがある。
2. Description of the Related Art In an image forming apparatus such as an electrophotographic copying machine or a printer, drawing data received from a host computer is converted into cyan (C), yellow (Y), magenta (M), and black (K). Convert to CMYK data corresponding to toner color and output to printer engine,
There is one that obtains a color image.

【0003】図10は、従来のカラー画像形成装置の一
例を示すブロック図である。図中、1はホストコンピュ
ータ、2は画像処理部、3はプリント部、4はインタフ
ェース制御部、5はPDL解釈部、6は描画部、7は2
値化処理部、8は描画メモリ、11は色変換部、12は
データ変換部、13はデータ補正部である。
FIG. 10 is a block diagram showing an example of a conventional color image forming apparatus. In the figure, 1 is a host computer, 2 is an image processing unit, 3 is a printing unit, 4 is an interface control unit, 5 is a PDL interpreting unit, 6 is a drawing unit, and 7 is 2
A value processing unit, 8 is a drawing memory, 11 is a color conversion unit, 12 is a data conversion unit, and 13 is a data correction unit.

【0004】ホストコンピュータ1から供給された描画
データは、画像処理部(コントローラ)2に入力され、
所定の画像処理を施した後、プリント部3に出力してカ
ラー画像を得る。ホストコンピュータ1は、ポストスク
リプト(PostScript)で代表されるプリンタ
記述言語(PDL)で記述されたRGB色空間の描画デ
ータを出力する。
[0004] The drawing data supplied from the host computer 1 is input to an image processing unit (controller) 2,
After performing predetermined image processing, the image is output to the print unit 3 to obtain a color image. The host computer 1 outputs drawing data in an RGB color space described in a printer description language (PDL) typified by PostScript (PostScript).

【0005】画像処理部2のインタフェース制御部4
は、ホストコンピュータ1から送られてくるRGBの描
画データを受け取り、PDL解釈部5に転送する。PD
L解釈部5は前記RGBデータを解釈してCMYKデー
タに変換し、描画部6に出力する。PDL解釈部5は、
代表的にはポストスクリプト・インタプリタで構成され
る。描画部6は、PDL解釈部5から入力されたCMY
Kデータに含まれる指示内容に従って描画処理を行って
例えば8ビットのCMYKデータを作成し、またAND
処理やOR処理などの論理演算処理を行い、2値化処理
部7に出力する。2値化処理部7は、8ビットで表現さ
れていたCMYKデータを所定のパターンに従って2値
化処理し、2値のCMYKデータとして描画メモリ8に
出力する。描画メモリ8に例えば1ページ分の2値デー
タ(CMYKデータ)が蓄積されると、順次、プリント
部3に出力する。
The interface control unit 4 of the image processing unit 2
Receives the RGB drawing data sent from the host computer 1 and transfers it to the PDL interpreter 5. PD
The L interpreting unit 5 interprets the RGB data, converts it into CMYK data, and outputs it to the drawing unit 6. The PDL interpreter 5
Typically, it consists of a PostScript interpreter. The drawing unit 6 receives the CMY input from the PDL interpretation unit 5
The rendering process is performed in accordance with the instruction content included in the K data to create, for example, 8-bit CMYK data.
It performs logical operation processing such as processing and OR processing, and outputs the result to the binarization processing unit 7. The binarization processing unit 7 binarizes the CMYK data represented by 8 bits according to a predetermined pattern, and outputs the CMYK data to the drawing memory 8 as binary CMYK data. When, for example, one page of binary data (CMYK data) is accumulated in the drawing memory 8, the binary data is sequentially output to the printing unit 3.

【0006】PDL解釈部5は色変換部11を有してい
る。色変換部11は、供給されたRGBデータをCMY
データに変換するデータ変換部12と、データ変換部1
2で得られたCMYデータの下色除去処理および黒色生
成処理、さらにはCMYデータがプリント部3に適した
濃度変化となるように濃度補正処理を行うデータ補正部
13とを含んでいる。
[0006] The PDL interpreter 5 has a color converter 11. The color conversion unit 11 converts the supplied RGB data into CMY
A data conversion unit 12 for converting data into data, and a data conversion unit 1
And a data correction unit 13 for performing a density correction process so that the CMY data has a density change suitable for the printing unit 3.

【0007】データ補正部13における黒色生成処理で
は、例えば、CMYデータそれぞれの成分から等量を除
去し、その除去分のCMYデータに基づいて黒(K)を
生成する。また、下色除去処理では、例えば、黒色生成
のためにCMYデータそれぞれの成分から等量を除去す
る。下色除去処理によってCMYデータそれぞれから等
量成分を除去するのでトナーの無駄な消費を抑制する効
果がある。この下色除去処理および黒色生成処理は、そ
れぞれBG関数およびUCR関数を使用して行われる。
In the black generation process in the data correction unit 13, for example, an equal amount is removed from each component of the CMY data, and black (K) is generated based on the removed CMY data. In the under color removal process, for example, an equal amount is removed from each component of the CMY data to generate black. Since an equal component is removed from each of the CMY data by the under color removal processing, there is an effect of suppressing wasteful consumption of toner. The under color removal processing and the black generation processing are performed using a BG function and a UCR function, respectively.

【0008】下色除去処理手段を有するカラー画像形成
装置としては、例えば特公平7−36609号公報に記
載されたものが知られている。
[0008] As a color image forming apparatus having an under color removal processing means, for example, an apparatus described in Japanese Patent Publication No. 7-36609 is known.

【0009】図10に示したカラー画像形成装置には次
のような問題点がある。近年、ウィンドウズ(Wind
ows)用のプリンタにおいて、GDI(Graphi
cal Display Interface)に基づ
いて描画を行うようにして、機能を簡素化したプリンタ
が知られるようになっている。GDIに基づいて描画を
行うプリンタでは、ラスタ・オペレーション(ROP処
理)と呼ばれている機能を備える必要がある。ROP処
理では、描画部6での処理の演算方法を選択することが
できるので、多様な画像処理を行うことができるという
特徴を有する。
The color image forming apparatus shown in FIG. 10 has the following problems. In recent years, Windows
ows) printer, GDI (Graphic
2. Description of the Related Art A printer having a simplified function by performing drawing based on a cal display interface has been known. A printer that performs drawing based on GDI needs to have a function called a raster operation (ROP process). The ROP process has a feature that various image processes can be performed because the calculation method of the process in the drawing unit 6 can be selected.

【0010】このROP処理はRGBデータまたはCM
Yデータに対して行うことができるものであり、CMY
データに基づいて生成されたCMYKデータに対して処
理を施した場合に所望の処理結果が得られないことがあ
る。しかし、上述のように、従来は描画部6にはCMY
Kデータに変換された後に入力される。したがって、描
画部6でROP処理の機能を実現しようとする場合に
は、描画部6にはCMYデータ(またはRGBデータ)
の形態で描画データを入力するようにしなければならな
い。
This ROP processing is performed for RGB data or CM data.
Can be performed on Y data, and CMY
When processing is performed on CMYK data generated based on data, a desired processing result may not be obtained. However, as described above, conventionally, the CMY
It is input after being converted into K data. Therefore, when the ROP processing function is to be realized in the drawing unit 6, the CMY data (or RGB data) is stored in the drawing unit 6.
Must be input in the form of the drawing data.

【0011】ところで、プリント部3がCMYKデータ
に基づいて画像を出力するように構成されている場合に
は、CMYデータから黒(K)を生成する必要がある。
しかし、ROP処理を行った後のCMYデータに基づい
て、単純にCMY成分が重なる点を黒(K)に置き換え
るだけでは所望の色合いが得られないという問題点があ
る。
When the printing unit 3 is configured to output an image based on CMYK data, it is necessary to generate black (K) from the CMY data.
However, there is a problem that a desired hue cannot be obtained by simply replacing the point where the CMY components overlap with each other with black (K) based on the CMY data after the ROP processing.

【0012】このような問題を解決するため、下色除去
処理及び黒色生成処理を、描画部6におけるROP処理
の後に行うことが考えられている。図11は、従来のカ
ラー画像形成装置の別の例を示すブロック図である。図
中、図10と同様の部分にはおなじ符号を付して説明を
省略する。9はデータ補正部である。この構成は、例え
ば特願平9−343868号に記載されているものであ
る。図11において、PDL解釈部5の色変換部11
は、入力されたRGBデータをCMYデータに変換する
機能を備えているが、下色除去処理及び黒色生成処理を
行う機能は備えていない。
In order to solve such a problem, it has been considered that the undercolor removal processing and the black generation processing are performed after the ROP processing in the drawing unit 6. FIG. 11 is a block diagram showing another example of the conventional color image forming apparatus. In the figure, the same parts as those in FIG. 10 are denoted by the same reference numerals, and description thereof will be omitted. 9 is a data correction unit. This configuration is described, for example, in Japanese Patent Application No. 9-343868. In FIG. 11, the color conversion unit 11 of the PDL interpretation unit 5
Has a function of converting input RGB data into CMY data, but does not have a function of performing undercolor removal processing and black generation processing.

【0013】図11に示す構成において、描画部6は、
CMYカラーデータに対してROP処理を行い、2値化
処理部7で2値化の後、データ補正部9において下色除
去処理及び黒色生成処理を行って、2値のCMYKカラ
ーデータを得る。この構成では、CMYカラーデータに
対してROP処理を行うため、所望の処理結果が得られ
る。また、下色除去処理及び黒色生成処理を2値化処理
の後に行うことによって、所望の色合いが再現されるよ
うにしている。
In the configuration shown in FIG. 11, the drawing unit 6
ROP processing is performed on the CMY color data, and after binarization by the binarization processing unit 7, under color removal processing and black generation processing are performed by the data correction unit 9, and binary CMYK color data is obtained. In this configuration, since the ROP processing is performed on the CMY color data, a desired processing result can be obtained. Further, by performing the under color removal processing and the black generation processing after the binarization processing, a desired color is reproduced.

【0014】図12は、従来のカラー画像形成装置の別
の例におけるデータ補正部の一例を示すブロック図であ
る。図中、21は濃度判定部、22は黒色生成補正値演
算部、23は黒色パターン発生部、24は下色除去補正
値演算部、25は下色除去パターン発生部である。下色
除去処理及び黒色生成処理は、基本的には各色について
の濃度の処理である。図10におけるデータ補正部13
で下色除去処理及び黒色生成処理を行う際には、多値の
CMYカラーデータを扱うため、濃度を数値として扱え
ば処理を行うことができる。しかし図11に示すように
2値のCMYカラーデータに対して下色除去処理及び黒
色生成処理を行う場合には、そのままでは濃度の処理を
行うことができない。
FIG. 12 is a block diagram showing an example of a data correction unit in another example of a conventional color image forming apparatus. In the figure, 21 is a density determination unit, 22 is a black generation correction value calculation unit, 23 is a black pattern generation unit, 24 is an under color removal correction value calculation unit, and 25 is an under color removal pattern generation unit. The under color removal processing and the black generation processing are basically processing of the density for each color. Data correction unit 13 in FIG.
When the under color removal processing and the black generation processing are performed, since multi-valued CMY color data is handled, the processing can be performed by treating the density as a numerical value. However, when undercolor removal processing and black generation processing are performed on binary CMY color data as shown in FIG. 11, density processing cannot be performed as it is.

【0015】そのため、まず濃度判定部21において、
例えば所定の着目領域毎に、CMYデータの各成分毎の
濃度を検出する。黒色生成補正値演算部22は、入力さ
れた各色成分毎の濃度から多値の黒色データK’を演算
する。黒色パターン発生部23は、多値の黒色データ
K’に基づいて所定のパターンを発生し、黒色用のKカ
ラー印刷データとして出力する。
For this reason, first, in the density judgment section 21,
For example, the density of each component of the CMY data is detected for each predetermined region of interest. The black generation correction value calculator 22 calculates multi-valued black data K ′ from the input density of each color component. The black pattern generating section 23 generates a predetermined pattern based on the multi-valued black data K ′ and outputs the same as K color print data for black.

【0016】一方、下色除去補正値演算部24は、各色
成分毎の濃度から共通部分を除去し、多値の色データ
C’,M’,Y’を求める。下色除去パターン発生部2
5は、多値の色データC’,M’,Y’に基づいて所定
のパターンを発生し、各色用のCMYカラー印刷データ
として出力する。
On the other hand, the undercolor removal correction value calculation unit 24 removes the common part from the density for each color component to obtain multi-valued color data C ', M', Y '. Under color removal pattern generator 2
5 generates a predetermined pattern based on the multi-valued color data C ′, M ′, Y ′ and outputs it as CMY color print data for each color.

【0017】上述の例では、下色除去パターン発生部2
5で各色用のCMYカラー印刷データを発生するとき、
および、黒色パターン発生部23で黒色用のKカラー印
刷データを発生するときには、各色とも一律に同じパタ
ーンを用いている。しかしプリント部3の特性によって
は、2値化の際に用いるパターンの大きさや形、位置、
濃度毎の配置などを、それぞれの色毎に変化させた方が
よい場合がある。例えば同じ点に多量のトナーが重なる
と画像がぼけてしまうため、各色のトナーを分散させた
方がよい場合や、各色毎にスクリーン角度を異ならせて
モアレを防止する場合などでは、各色毎に異なる2値化
パターンを用いることがある。
In the above-described example, the undercolor removal pattern generation unit 2
When generating CMY color print data for each color in step 5,
When the black pattern generating unit 23 generates the K color print data for black, the same pattern is used uniformly for each color. However, depending on the characteristics of the printing unit 3, the size, shape, position,
In some cases, it is better to change the arrangement for each density for each color. For example, if a large amount of toner overlaps on the same point, the image will be blurred.Therefore, when it is better to disperse the toner of each color, or when the screen angle is made different for each color to prevent moiré, etc. Different binarization patterns may be used.

【0018】このような場合に一律に同じパターンを用
いると、2値化処理の際に異なるパターンを用いても、
下色除去処理及び黒色生成処理の後のCMYKカラー印
刷データではすべての色が同じパターンに従って生成さ
れてしまい、プリント部3の性能を引き出せない場合が
発生する。そのため、さらに画質の向上を図ることが望
まれていた。
In such a case, if the same pattern is used uniformly, even if a different pattern is used in the binarization processing,
In the CMYK color print data after the under color removal processing and the black generation processing, all the colors are generated according to the same pattern, and the performance of the printing unit 3 may not be brought out. Therefore, it has been desired to further improve the image quality.

【0019】また、図11に示した構成では、例えばプ
リント部3の特性に従った濃度調整処理を色変換部11
において行っている。しかし、下色除去処理及び黒色生
成処理は、このようなプリント部3の特性に従った濃度
調整処理よりも前に行った方が良好に行うことができ
る。そのため、図11に示すような構成において、さら
に、プリント部3の特性に従った濃度調整処理を下色除
去処理及び黒色生成処理よりも後に行い、さらなる画質
の向上が望まれていた。
In the configuration shown in FIG. 11, for example, a density adjustment process according to the characteristics of the printing unit 3 is performed by the color conversion unit 11.
It is done in. However, the undercolor removal processing and the black generation processing can be performed better before the density adjustment processing according to the characteristics of the printing unit 3. Therefore, in the configuration shown in FIG. 11, it is desired that the density adjustment processing according to the characteristics of the print unit 3 is further performed after the undercolor removal processing and the black generation processing, so that the image quality is further improved.

【0020】[0020]

【発明が解決しようとする課題】本発明は、上述した事
情に鑑みてなされたもので、入力データとしてCMYデ
ータを必要とするROP処理を可能にしつつ、CMYK
カラー印刷データをプリント手段に出力することがで
き、さらに画質を向上させた画像処理装置を提供するこ
とを目的とするものである。
SUMMARY OF THE INVENTION The present invention has been made in view of the above circumstances, and has been made in consideration of the above circumstances.
It is an object of the present invention to provide an image processing apparatus capable of outputting color print data to a printing unit and further improving the image quality.

【0021】[0021]

【課題を解決するための手段】本発明は、多値のCMY
カラーデータから2値のCMYKカラー印刷データを生
成する画像処理装置あるいは画像処理方法であって、2
値化手段で2値化されたCMYカラーデータの着目領域
の黒濃度あるいはCMYの各色の濃度を検出し、検出さ
れた濃度に基づいて、黒色パターン発生手段でKカラー
印刷データを発生するとともに、CMYの各色毎に設け
られた下色除去パターン発生手段で、下色除去パターン
を発生してCMYのカラー印刷データを生成する。各下
色除去パターン発生手段では、2値化手段において2値
化処理を行う際に対応する色に対して用いるスクリーン
を考慮して下色除去パターンを発生することができる。
あるいは、下色除去パターン発生手段でCMYの少なく
とも1つに対する下色除去パターンを、2値化処理の際
に用いる2値化パターンに基づいて発生させる。このよ
うな構成により、例えば2値化の際に用いるパターンの
大きさや形、位置、濃度毎の画素配置などを、それぞれ
の色毎に変化させた方が、プリント手段において記録さ
れる画像の画質を向上させることができるような場合に
も対応することができ、高画質の画像をえることができ
る。
SUMMARY OF THE INVENTION The present invention provides a multivalued CMY
An image processing apparatus or image processing method for generating binary CMYK color print data from color data.
The black density or the density of each color of CMY is detected in the target area of the CMY color data binarized by the binarizing means, and based on the detected density, the black pattern generating means generates K color print data, Under color removal pattern generation means provided for each color of CMY generates an under color removal pattern to generate CMY color print data. Each under-color removal pattern generating means can generate an under-color removal pattern in consideration of a screen used for a corresponding color when the binarization means performs the binarization processing.
Alternatively, the undercolor removal pattern generation means generates an undercolor removal pattern for at least one of CMY based on a binarization pattern used in the binarization processing. With such a configuration, for example, changing the size, shape, position, pixel arrangement for each density, and the like of the pattern used in binarization for each color can improve the image quality of the image recorded by the printing unit. Can be improved, and a high-quality image can be obtained.

【0022】また本発明は、多値のCMYカラーデータ
からプリント手段の特性に応じた2値のCMYKカラー
印刷データを生成する画像処理装置あるいは画像処理方
法において、多値のCMYカラーデータを2値化し、さ
らに黒色生成処理および下色除去処理を行った2値のC
MYKカラー印刷データに対して、濃度補正処理手段に
おいてプリント手段の特性に応じた濃度補正処理を行
う。これによって、プリント手段の特性に応じた濃度補
正処理を、黒色生成処理および下色除去処理の後に行う
ことができるので、黒色生成処理および下色除去処理は
プリント手段の特性に左右されず、より適切な黒色生成
処理および下色除去処理を行うことができる。そのた
め、プリント手段において高画質の画像を形成すること
ができる。
According to another aspect of the present invention, there is provided an image processing apparatus or image processing method for generating binary CMYK color print data corresponding to the characteristics of a printing means from multi-valued CMY color data. Binary C that has been subjected to black generation processing and under color removal processing
The density correction processing means performs density correction processing on the MYK color print data according to the characteristics of the printing means. With this, the density correction process according to the characteristics of the printing unit can be performed after the black generation process and the undercolor removal process, so that the black generation process and the undercolor removal process are not affected by the characteristics of the printing unit. Appropriate black generation processing and undercolor removal processing can be performed. Therefore, a high quality image can be formed by the printing unit.

【0023】なお、濃度補正処理手段は、所定の着目領
域毎に、その着目領域内の特徴量に基づいて、濃度補正
パターンを発生して出力することができる。このときの
濃度補正パターンは、2値化手段において2値化処理を
行う際にそれぞれの色に対応して用いるスクリーンを考
慮して設定するとよい。これにより、例えば2値化の際
に用いるパターンの大きさや形、位置、濃度毎の画素配
置などを、それぞれの色毎に変化させた方が、記録され
る画像の画質を向上させることができるようなプリント
手段にも対応した濃度補正処理を行うことができる。
The density correction processing means can generate and output a density correction pattern for each predetermined region of interest based on the characteristic amount in the region of interest. The density correction pattern at this time may be set in consideration of the screen used for each color when the binarization means performs the binarization processing. Thus, for example, by changing the size, shape, position, pixel arrangement, and the like of the pattern used for binarization for each color, the image quality of the recorded image can be improved. The density correction processing corresponding to such a printing means can be performed.

【0024】さらに、上述のように2値化手段で2値化
されたCMYカラーデータの着目領域の黒濃度あるいは
CMYの各色の濃度を検出し、検出された濃度に基づい
てKカラー印刷データおよびCMYのカラー印刷データ
を生成する際に、濃度補正処理を含めて処理を行ってか
ら、Kカラー印刷データおよびCMYのカラー印刷デー
タを生成することもできる。
Further, the black density or the density of each color of CMY is detected in the target area of the CMY color data binarized by the binarizing means as described above, and the K color print data and the CMY color data are detected based on the detected densities. When generating the CMY color print data, the K color print data and the CMY color print data may be generated after performing the processing including the density correction processing.

【0025】[0025]

【発明の実施の形態】図1は、本発明の画像処理装置の
実施の一形態を適用したカラー画像形成装置の構成を示
すブロック図である。図10、図11と同様の部分には
同じ符号を付して説明を省略する。10は濃度補正処理
部である。図1において、PDL解釈部5の色変換部1
1は、入力されたRGBデータをCMYデータに変換す
る機能を備えているが、下色除去処理及び黒色生成処理
と、濃度調整処理の機能を備えていない。従って、PD
L解釈部5から描画部6に入力されるデータは、下色除
去や黒色生成処理、濃度調整処理が施されていないCM
Yデータである。
FIG. 1 is a block diagram showing a configuration of a color image forming apparatus to which an embodiment of an image processing apparatus according to the present invention is applied. 10 and 11 are denoted by the same reference numerals and description thereof is omitted. Reference numeral 10 denotes a density correction processing unit. In FIG. 1, the color conversion unit 1 of the PDL interpretation unit 5
Reference numeral 1 has a function of converting input RGB data into CMY data, but does not have a function of undercolor removal processing, black generation processing, and density adjustment processing. Therefore, PD
The data input from the L interpretation unit 5 to the drawing unit 6 is a CM that has not been subjected to undercolor removal, black generation processing, and density adjustment processing.
This is Y data.

【0026】描画部6は、入力されたデータがCMYデ
ータであるため、このCMYデータに対して正しくRO
P処理を行うことができる。描画部6は、指示内容に従
ってCMYデータを演算処理し、処理されたCMYデー
タは2値化処理部7に入力される。2値化処理部7は、
CMYの各色毎に所定の2値化パターンを用いて、入力
データを1ビット2値のデータに変換し、その2値化デ
ータをデータ補正部9に入力する。なお、2値化処理部
7で2値化処理を行った後のデータもCMYデータであ
るので、データ補正部9でCMY空間からCMYK空間
への色変換を行う前であれば、2値のCMYデータに対
してROP処理を行うことが可能である。2値のCMY
データに対してROP処理を行う場合、データ量が少な
いので高速に処理を行うことができる。また、CMY空
間でのROP処理であるから、正確な色再現が期待でき
る。
Since the input data is CMY data, the drawing unit 6 correctly returns RO data to the CMY data.
P processing can be performed. The drawing unit 6 performs arithmetic processing on the CMY data according to the instruction content, and the processed CMY data is input to the binarization processing unit 7. The binarization processing unit 7
The input data is converted into 1-bit binary data using a predetermined binary pattern for each color of CMY, and the binary data is input to the data correction unit 9. Since the data after the binarization processing performed by the binarization processing unit 7 is also CMY data, if the data correction unit 9 does not perform the color conversion from the CMY space to the CMYK space, the binary ROP processing can be performed on CMY data. Binary CMY
When performing ROP processing on data, the processing can be performed at high speed because the amount of data is small. Further, since the ROP processing is performed in the CMY space, accurate color reproduction can be expected.

【0027】データ補正部9は、2値化処理部7で2値
化されたCMYデータに対して下色除去処理および黒色
生成処理を施してCMYKカラー印刷データを生成し、
濃度補正処理部10に入力する。CMYKカラー印刷デ
ータの生成の際には、それぞれの色毎に設定されたパタ
ーンに従って行われる。パターンは2値化処理部7で用
いた所定の2値化パターンに基づいたパターンを用い
る。
The data correction section 9 performs under color removal processing and black generation processing on the CMY data binarized by the binarization processing section 7 to generate CMYK color print data.
The data is input to the density correction processing unit 10. The generation of CMYK color print data is performed according to a pattern set for each color. As the pattern, a pattern based on a predetermined binarization pattern used in the binarization processing unit 7 is used.

【0028】濃度補正処理部10では、プリント部3の
特性に応じて、各色毎に濃度補正処理を行い、プリント
部3の特性に応じた2値のCMYKカラー印刷データを
描画メモリ8へ入力する。このとき、2値化処理部7で
用いた各色ごとの所定の2値化パターンに基づいて、各
色についてのプリント部3の特性に応じたカラー印刷デ
ータを生成する。
The density correction processing section 10 performs density correction processing for each color according to the characteristics of the printing section 3 and inputs binary CMYK color print data corresponding to the characteristics of the printing section 3 to the drawing memory 8. . At this time, based on the predetermined binarization pattern for each color used in the binarization processing unit 7, color print data corresponding to the characteristics of the printing unit 3 for each color is generated.

【0029】図2は、本発明の画像処理装置の実施の一
形態において2値化処理部で用いる2値化パターンの一
例の説明図である。上述のように、プリント部3の特性
によっては、2値化パターンの大きさや形、位置、濃度
毎の配置などを、それぞれの色毎に変化させた方がよい
場合がある。例えば、同じ点に多量のトナーが重なると
画像がぼけてしまう場合には、各色のトナーを分散させ
た方がよく、2値化パターンの位置をずらしたり、濃度
毎の配置を異ならせるとよい。また、プリント部3がな
るべく同色のトナーを隣接されて配置した方がよい特性
を有している場合には、トナーの付着位置がなるべく隣
接するような濃度毎の配置となるように、2値化パター
ンを構成するとよい。さらに、各色毎にスクリーン角度
を異ならせてモアレを防止するためには、各色毎に異な
る大きさ(形状)で、濃度毎の配置が異なる2値化パタ
ーンを用いるとよい。このように、プリント部3の特性
に応じた2値化パターンを用いることによって、プリン
ト部3で画像を形成したときの画質を向上させることが
可能である。
FIG. 2 is an explanatory diagram of an example of a binarization pattern used in a binarization processing section in an embodiment of the image processing apparatus of the present invention. As described above, depending on the characteristics of the printing unit 3, it may be better to change the size, shape, position, arrangement for each density, etc. of the binarized pattern for each color. For example, when an image is blurred when a large amount of toner is overlapped on the same point, it is better to disperse the toner of each color, and it is better to shift the position of the binarized pattern or change the arrangement for each density. . If the printing unit 3 has a characteristic that it is better to arrange toners of the same color adjacent to each other as much as possible, the binary unit is arranged so that toner adhering positions are arranged as close as possible to each density. It is good to form a conversion pattern. Further, in order to prevent moire by changing the screen angle for each color, it is preferable to use a binarized pattern having a different size (shape) for each color and a different arrangement for each density. As described above, by using the binarized pattern according to the characteristics of the printing unit 3, it is possible to improve the image quality when an image is formed by the printing unit 3.

【0030】図2においては一例として、各色毎にパタ
ーンの位置をずらした例を示している。太線で囲まれた
部分を単位として、この単位が繰り返されて構成されて
いる。各単位中の数字は、濃度毎の配置を表している。
すなわち、濃度が0から8まで変化するとき、各升目に
相当する画素の濃度と、記されている数値とを比較す
る。そして、画素の濃度が記されている数値より大きい
か否かで2値化する。このような処理により、例えば濃
度が4の一様な画像では、1,2,3,4と記された画
素が記録され、他の画素は記録されない。これによっ
て、全体的には半分の濃度の画像となる。
FIG. 2 shows an example in which the position of the pattern is shifted for each color. This unit is configured by repeating a unit surrounded by a thick line as a unit. The number in each unit represents the arrangement for each concentration.
That is, when the density changes from 0 to 8, the density of the pixel corresponding to each cell is compared with the indicated numerical value. Then, binarization is performed based on whether or not the pixel density is greater than the numerical value described. By such processing, for example, in a uniform image having a density of 4, pixels marked 1, 2, 3, and 4 are recorded, and other pixels are not recorded. As a result, an image having a half density is obtained as a whole.

【0031】図2(A)にはY色に対する2値化パター
ンの一例を示している。以下の説明では、プリント部3
の特性から、M色に対する2値化パターンとして、図2
(B)に示すように図2(A)に示すY色の2値化パタ
ーンを上に2画素ずらしたパターンを用いるものとす
る。また、C色に対する2値化パターンについても、プ
リント部3の特性に従い、図2(C)に示すように図2
(A)に示すY色の2値化パターンを右に2画素ずらし
たパターンを用いるものとする。
FIG. 2A shows an example of a binary pattern for the Y color. In the following description, the printing unit 3
From the characteristics of FIG.
As shown in FIG. 2B, a pattern obtained by shifting the binary pattern of the Y color shown in FIG. In addition, the binarized pattern for the C color also depends on the characteristics of the printing unit 3 as shown in FIG.
It is assumed that a pattern obtained by shifting the Y-color binarized pattern shown in (A) by two pixels to the right is used.

【0032】図2では、各色に対応する2値化パターン
として、それぞれ位置をずらしたパターンを用いる例を
示した。しかし、上述のように各色の2値化パターンは
プリント部3の特性に従って決定するものであり、この
例に限られるものではない。プリント部3の特性に従っ
て、適宜、2値化パターンの大きさや形状、位置、濃度
毎の配置(例えば図2における数字の配置)などを決定
すればよい。
FIG. 2 shows an example in which patterns whose positions are shifted are used as the binarized patterns corresponding to the respective colors. However, as described above, the binarized pattern of each color is determined according to the characteristics of the printing unit 3, and is not limited to this example. In accordance with the characteristics of the print unit 3, the size, shape, position, arrangement of each binarization pattern (for example, the arrangement of numerals in FIG. 2), etc., may be appropriately determined.

【0033】なお、図2(D)に示すK色に対するパタ
ーンは、この2値化処理部7では用いない。以下に説明
するように黒色パターン発生部23において用いる。な
お、この図2(D)に示すK色に対するパターンは、Y
色の2値化パターンを下に2画素ずらしたものである。
この例におけるプリント部3では、黒色についても、パ
ターンをずらして記録することによって画質を向上させ
ることができるものとしている。
The pattern for K color shown in FIG. 2D is not used in the binarization processing section 7. It is used in the black pattern generator 23 as described below. The pattern for the K color shown in FIG.
The color binarization pattern is shifted downward by two pixels.
In the printing unit 3 in this example, it is assumed that the image quality can be improved by recording the black pattern with the pattern shifted.

【0034】図3は、本発明の画像処理装置の実施の一
形態におけるデータ補正部9の一構成例を示すブロック
図である。図中、図12と同様の部分には同じ符号を付
して説明を省略する。25C,25M,25Yは、それ
ぞれ、C,M,Y色の下色除去パターン発生部である。
図12と同様に、濃度判定部21は2値化処理部7で2
値化されたCMYデータの各成分毎の濃度を検出する。
例えば所定の着目領域を設定し、その中に含まれる、記
録する画素の数を各色について計数すればよい。各色の
計数値が黒色生成補正値演算部22及び下色除去補正値
演算部24C、24M、24Yに入力される。
FIG. 3 is a block diagram showing an example of the configuration of the data correction unit 9 in one embodiment of the image processing apparatus of the present invention. In the figure, the same parts as those in FIG. 12 are denoted by the same reference numerals, and description thereof will be omitted. Reference numerals 25C, 25M, and 25Y denote C, M, and Y undercolor removal pattern generation units, respectively.
As in FIG. 12, the density determination unit 21 uses the binarization processing unit 7
The density of each component of the quantified CMY data is detected.
For example, a predetermined region of interest may be set, and the number of pixels to be recorded included therein may be counted for each color. The count value of each color is input to the black generation correction value calculation unit 22 and the under color removal correction value calculation units 24C, 24M, and 24Y.

【0035】黒色生成補正値演算部22は入力された各
色の計数値から、黒(K)色の出力値K’を演算する。
例えば、CMYデータの特徴量として各色の計数値の最
小値を抽出し、抽出した値から黒(K)色の出力値K’
を決定することができる。黒色パターン発生部23は、
黒色生成補正値演算部22で演算された黒(K)色の出
力値Koutをもとに、黒のKカラー印刷データを生成
する。このとき、プリント部3の特性に従ったパターン
を用いて生成するとよい。例えば図2(D)に示すパタ
ーンを用いることができる。このようにして2値のCM
Yデータから黒のKカラー印刷データを生成する。
The black generation correction value calculator 22 calculates an output value K 'of black (K) from the input count value of each color.
For example, the minimum value of the count value of each color is extracted as the feature amount of the CMY data, and the output value K ′ of the black (K) color is extracted from the extracted value.
Can be determined. The black pattern generation unit 23
Based on the black (K) output value Kout calculated by the black generation correction value calculator 22, black K color print data is generated. At this time, it may be generated using a pattern according to the characteristics of the printing unit 3. For example, a pattern shown in FIG. 2D can be used. In this way, binary CM
Black K color print data is generated from the Y data.

【0036】下色除去補正値演算部24は、濃度判定部
21で検出されたそれぞれの色の計数値をもとに下色除
去補正値を演算し、各色の計数値を下色除去補正値によ
って補正して、それぞれの色の下色除去パターン発生部
25C,25M,25Yに出力値Cout,Mout,
Yout出力する。下色除去補正値を演算する際には、
例えば、CMYデータの特徴量として各色の計数値の最
小値を抽出し、抽出した値から下色除去補正値UCRを
求める。そして、各色の計数値から下色除去補正値UC
Rを減算することによって、各色の出力値Cout,M
out,Youtを決定することができる。
The under color removal correction value calculation unit 24 calculates an under color removal correction value based on the count value of each color detected by the density determination unit 21, and calculates the count value of each color as the under color removal correction value. The output values Cout, Mout, and Cout are output to the under-color removal pattern generators 25C, 25M, and 25Y of the respective colors.
Yout output. When calculating the under color removal correction value,
For example, the minimum value of the count value of each color is extracted as the feature amount of the CMY data, and the under color removal correction value UCR is obtained from the extracted value. Then, the under color removal correction value UC is calculated from the count value of each color.
By subtracting R, the output value Cout, M of each color is obtained.
out, Yout can be determined.

【0037】下色除去パターン発生部25Cは、下色除
去補正値演算部24から出力されるC色の出力値Cou
tをもとに、Cカラー印刷データCoutptnを生成
する。このとき、プリント部3の特性に従ったパターン
を用いて生成するとよい。同様に、下色除去パターン発
生部25M,25Yは、下色除去補正値演算部24から
出力されるM色、Y色の出力値Mout,Youtをも
とに、プリント部3の特性に従ったパターンを用いて、
Mカラー印刷データMoutptn、Yカラー印刷デー
タYoutptnを生成する。例えばCカラー印刷デー
タを生成する際には図2(C)に示すパターン、Mカラ
ー印刷データを生成する際には図2(B)に示すパター
ン、Yカラー印刷データを生成する際には図2(A)に
示すパターンをそれぞれ用いることができる。
The under color removal pattern generation section 25C outputs the C color output value Cou output from the under color removal correction value calculation section 24.
The C color print data Coutptn is generated based on t. At this time, it may be generated using a pattern according to the characteristics of the printing unit 3. Similarly, the under color removal pattern generation units 25M and 25Y follow the characteristics of the printing unit 3 based on the output values Mout and Yout of the M and Y colors output from the under color removal correction value calculation unit 24. Using patterns
M color print data Moutptn and Y color print data Youptn are generated. For example, the pattern shown in FIG. 2C is used when generating C color print data, the pattern shown in FIG. 2B when generating M color print data, and the pattern shown in FIG. 2B when generating Y color print data. 2A can be used.

【0038】図4は、本発明の画像処理装置の実施の一
形態におけるデータ補正部9の一構成例の動作の一例を
示すフローチャートである。S1において、濃度判定部
21は、2値化処理部7から渡される2値のCMYデー
タから、M×N画素の着目領域を参照し、C,M,Yの
各色について記録する画素数を計数する。ここで、計数
値をCin,Min,Yinとする。
FIG. 4 is a flowchart showing an example of the operation of one example of the configuration of the data correction unit 9 in an embodiment of the image processing apparatus of the present invention. In S1, the density determination unit 21 counts the number of pixels to be recorded for each of the colors C, M, and Y from the binary CMY data passed from the binarization processing unit 7 with reference to a region of interest of M × N pixels. I do. Here, the count values are Cin, Min, and Yin.

【0039】S2およびS3は、黒色生成処理である。
S2において、黒色生成補正値演算部22は、濃度判定
部21で計数した各色の計数値Cin,Min,Yin
より、黒(K)の出力値Koutを計算する。例えば、
黒色生成のための関数BGを用い、 Kout=BG(Cin,Min,Yin) により求めることができる。関数BGとしては、例えば
Cin,Min,Yinの最小値に所定の係数を乗算す
る関数とすることができる。もちろん、他の関数であっ
てよい。そして、S3において、黒色パターン発生部2
3は、S2で求めた黒(K)の出力値Koutから、2
値のKカラー印刷データを生成する。
Steps S2 and S3 are black color generation processing.
In S2, the black generation correction value calculator 22 calculates the count values Cin, Min, Yin of the respective colors counted by the density determiner 21.
Thus, the output value Kout of black (K) is calculated. For example,
Kout = BG (Cin, Min, Yin) using a function BG for black color generation. The function BG can be, for example, a function that multiplies the minimum value of Cin, Min, and Yin by a predetermined coefficient. Of course, other functions may be used. Then, in S3, the black pattern generation unit 2
3 is 2 from the output value Kout of black (K) obtained in S2.
Generate value K color print data.

【0040】一方、S4〜S7は下色除去処理である。
S4において、下色除去補正値演算部24は、濃度判定
部21で計数した各色の計数値Cin,Min,Yin
より、下色除去補正値UCRoutを計算する。例え
ば、下色除去のための関数UCRを用い、 UCRout=UCR(Cin,Min,Yin) により求めることができる。関数UCRとしては、例え
ばCin,Min,Yinの最小値に所定の係数を乗算
する関数とすることができる。もちろん、他の関数であ
ってよい。
On the other hand, S4 to S7 are undercolor removal processing.
In S4, the under color removal correction value calculation unit 24 calculates the count values Cin, Min, Yin of the respective colors counted by the density determination unit 21.
Then, the under color removal correction value UCRout is calculated. For example, the function UCRout = UCR (Cin, Min, Yin) can be obtained by using a function UCR for undercolor removal. As the function UCR, for example, a function of multiplying a minimum value of Cin, Min, and Yin by a predetermined coefficient can be used. Of course, other functions may be used.

【0041】さらに下色除去補正値演算部24は、S5
において、S4で計算した下色除去補正値UCRout
をもとに、各色の出力値Cout,Mout,Yout
を決定する。例えば濃度判定部21で計数した各色の計
数値Cin,Min,Yinから下色除去補正値UCR
outを減算することによって、各色の出力値Cou
t,Mout,Youtを決定することができる。すな
わち、 Cout=Cin−UCRout Mout=Min−UCRout Yout=Yin−UCRout で各色の出力値Cout,Mout,Youtを決定す
ることができる。もちろん、各色の出力値Cout,M
out,Youtの決定方法はこの例に限られるもので
はない。
Further, the under color removal correction value calculating section 24 performs the processing in S5.
, The under color removal correction value UCRout calculated in S4
, The output values Cout, Mout, Yout of each color
To determine. For example, the undercolor removal correction value UCR is calculated from the count values Cin, Min, and Yin of each color counted by the density determination unit 21.
By subtracting out, the output value Cou of each color is obtained.
t, Mout, Yout can be determined. That is, output values Cout, Mout, and Yout of each color can be determined by Cout = Cin-UCRout Mout = Min-UCRout Yout = Yin-UCRout. Of course, the output value Cout, M of each color
The method of determining out and Yout is not limited to this example.

【0042】S6において、下色除去パターン発生部2
5CはC色の出力値Coutから2値のUCRパターン
Cucrptnを生成する。同様に、下色除去パターン
発生部25MはM色の出力値Moutから2値のUCR
パターンMucrptnを生成する。また下色除去パタ
ーン発生部25YはY色の出力値Youtから2値のU
CRパターンYucrptnを生成する。
In S6, the under color removal pattern generating section 2
5C generates a binary UCR pattern Cucrptn from the output value Cout of the C color. Similarly, the under color removal pattern generation unit 25M outputs a binary UCR from the output value Mout of the M color.
Generate a pattern Mucrptn. The under color removal pattern generation unit 25Y outputs a binary U from the output value Yout of the Y color.
A CR pattern Yucrptn is generated.

【0043】この例ではさらに、S7において、2値化
処理部7から出力されたCMYデータと、UCRパター
ンCucrptn,Mucrptn,Yucrptnか
ら、Cカラー印刷データCoutptn、Mカラー印刷
データMoutptn、Yカラー印刷データYoutp
tnを作成する。この処理は、CMYデータが2値化処
理部7において通常用いる2値化パターン以外の処理に
よって生成されたものである場合のために行っている。
例えば文字画像を印刷する場合には、図2に示したよう
な2値化パターンを用いて2値化すると画質が劣化する
ため、エッジを保持した別の2値化処理を行うことが望
ましい。このような場合にUCRパターンCucrpt
n,Mucrptn,Yucrptnをそのまま出力し
てしまうと同様の理由で画質が劣化してしまう。このS
7の処理では、このような画質の劣化を防止するための
処理を行うことができる。ここでは一例として、CMY
データとUCRパターンとの論理積をカラー印刷データ
としている。すなわち、 Coutptn=C&Cucrptn Moutptn=M&Mucrptn Youtptn=Y&Yucrptn としてCカラー印刷データCoutptn、Mカラー印
刷データMoutptn、Yカラー印刷データYout
ptnを作成することができる。もちろん、この例に限
らず、他の処理に従って各色のカラー印刷データを作成
してもよい。なお、このS7の処理は、必要がなければ
省略してもかまわない。すなわち、2値化パターンが固
定されていれば、UCRパターンCucrptn,Mu
crptn,YucrptnをそのままCカラー印刷デ
ータCoutptn、Mカラー印刷データMoutpt
n、Yカラー印刷データYoutptnとしてもかまわ
ない。
In this example, further, in S7, C color print data Coutptn, M color print data Moutptn, and Y color print data from the CMY data output from the binarization processing Youtp
Create tn. This process is performed for the case where the CMY data is generated by a process other than the binarization pattern normally used in the binarization processing unit 7.
For example, in the case of printing a character image, if binarization is performed using a binarization pattern as shown in FIG. 2, the image quality deteriorates. Therefore, it is desirable to perform another binarization process while retaining edges. In such a case, the UCR pattern Cucrpt
If n, Mucrptn, and Yucrptn are output as they are, the image quality deteriorates for the same reason. This S
In the process of 7, it is possible to perform a process for preventing such image quality deterioration. Here, as an example, CMY
The logical product of the data and the UCR pattern is used as color print data. That is, Cputtn = C & Cucrptn Moutptn = M & Mucrpt Youptn = Y & Yucrptn C-color print data Coutptn, M-color print data Moutptn, Y-color print data Yout
ptn can be created. Of course, the present invention is not limited to this example, and color print data of each color may be created according to other processes. The processing in S7 may be omitted if not necessary. That is, if the binary pattern is fixed, the UCR pattern Cucrptn, Mu
crptn and Yucrptn are used as they are as C color print data Coutptn and M color print data Moutpt
The n, Y color print data Youptn may be used.

【0044】上述のようにして、S3からKカラー印刷
データが得られ、またS7(あるいはS6)からCMY
カラー印刷データが得られる。このようにして得られた
CMYKカラー印刷データが濃度補正処理部10に入力
される。
As described above, the K color print data is obtained from S3, and the CMY print data is obtained from S7 (or S6).
Color print data is obtained. The CMYK color print data obtained in this way is input to the density correction processing unit 10.

【0045】上述の黒色生成処理及び下色除去処理を、
具体例を用いて説明する。図5は、本発明の画像処理装
置の実施の一形態におけるデータ補正部9の一構成例の
動作の具体例の説明図である。ここでは着目領域として
8×8の領域を想定し、この8×8の領域のみを示して
いる。また、2値化処理部7では図2(A)〜(C)に
示す2値化パターンを用いて2値化処理を行うものとす
る。
The above-described black generation processing and undercolor removal processing are performed as follows.
This will be described using a specific example. FIG. 5 is an explanatory diagram of a specific example of the operation of one configuration example of the data correction unit 9 in one embodiment of the image processing apparatus of the present invention. Here, an 8 × 8 region is assumed as the region of interest, and only this 8 × 8 region is shown. In addition, the binarization processing unit 7 performs the binarization processing using the binarization patterns shown in FIGS.

【0046】図5(A)は、描画部6から出力される多
値のCMYデータを、2値化処理部7で2値化した後の
2値のCMYデータの一例を示している。Cデータは、
図2(C)の1〜5と記した升目を記録するパターンで
ある。同様に、Mデータは、図2(B)の1,2と記し
た升目を記録するパターンである。さらにYデータは、
図2(A)の1〜3と記した升目を記録するパターンで
ある。このようなCMYデータがデータ補正部9に入力
されたとする。
FIG. 5A shows an example of binary CMY data after binarizing the multi-valued CMY data output from the drawing unit 6 by the binarization processing unit 7. C data is
This is a pattern for recording the squares denoted by 1 to 5 in FIG. Similarly, the M data is a pattern for recording squares marked 1 and 2 in FIG. 2B. Furthermore, the Y data
This is a pattern for recording squares marked 1 to 3 in FIG. It is assumed that such CMY data is input to the data correction unit 9.

【0047】S1において、濃度判定部21は、8×8
の参照領域を参照し、C,M,Yの各色について記録す
る画素数を計数し、計数値Cin,Min,Yinを得
る。図5(A)に示すCMYデータから画素数を計数す
ると、 Cin=40,Min=16,Yin=24 となる。
In S1, the density determining section 21 determines that the 8 × 8
, The number of pixels to be recorded for each of the colors C, M, and Y is counted, and count values Cin, Min, and Yin are obtained. When the number of pixels is counted from the CMY data shown in FIG. 5A, Cin = 40, Min = 16, and Yin = 24.

【0048】黒色生成処理として、S2において、上述
のように計数された各色の計数値Cin,Min,Yi
nより、関数BGを用いて黒(K)の出力値Koutを
計算する。例えば関数BGを、 BG(c,m,y)=min(c,m,y)×0.5 とすれば、 Kout=BG(Cin,Min,Yin)=8 となる。
In the black generation processing, the count values Cin, Min, Yi of the respective colors counted as described above in S2 are obtained.
The output value Kout of black (K) is calculated from n using the function BG. For example, if the function BG is BG (c, m, y) = min (c, m, y) × 0.5, then Kout = BG (Cin, Min, Yin) = 8.

【0049】S3において、黒色パターン発生部23は
S2で求めた黒(K)の出力値Koutから、2値のK
カラー印刷データを生成する。黒(K)の出力値Kou
t=8であるので、8×8のうち、8個の画素について
記録を行うパターンを発生すればよい。このとき、図2
(D)に示したパターンを用い、例えば1と記された画
素について記録を行うパターンをKカラー印刷データK
outptnとして生成し、出力する。この生成された
Kカラー印刷データKoutptnを、図5(C)の右
端に示している。
In S3, the black pattern generator 23 calculates the binary K value from the black (K) output value Kout obtained in S2.
Generate color print data. Black (K) output value Kou
Since t = 8, it suffices to generate a pattern for performing recording on eight pixels out of 8 × 8. At this time, FIG.
Using the pattern shown in (D), for example, a pattern for recording a pixel marked 1 is represented by K color print data K.
outptn is generated and output. The generated K color print data Koutptn is shown at the right end of FIG.

【0050】一方、下色除去処理として、まずS4にお
いて、下色除去補正値演算部24は、濃度判定部21で
計数した各色の計数値Cin,Min,Yinより、関
数UCRを用いて下色除去補正値UCRoutを計算す
る。例えば関数UCRを、 UCR(c,m,y)=min(c,m,y)×0.5 とすれば、 UCRout=UCR(Cin,Min,Yin)=8 となる。
On the other hand, in the under color removal processing, first, in S 4, the under color removal correction value calculation unit 24 calculates the under color using the function UCR based on the count values Cin, Min, and Yin of the colors counted by the density determination unit 21. The removal correction value UCRout is calculated. For example, if the function UCR is UCR (c, m, y) = min (c, m, y) × 0.5, UCRout = UCR (Cin, Min, Yin) = 8.

【0051】さらに下色除去補正値演算部24は、S5
において、S4で計算した下色除去補正値UCRout
=8を、各色の計数値Cin,Min,Yinから減算
して各色の出力値Cout,Mout,Youtを決定
する。すなわち、 Cout=Cin−UCRout=40−8=32 Mout=Min−UCRout=16−8=8 Yout=Yin−UCRout=24−8=16 となる。
Further, the under color removal correction value calculation section 24 performs the processing in S5.
, The under color removal correction value UCRout calculated in S4
= 8 is subtracted from the count value Cin, Min, Yin of each color to determine the output value Cout, Mout, Yout of each color. That is, Cout = Cin−UCRout = 40−8 = 32 Mout = Min−UCRout = 16−8 = 8 Yout = Yin−UCRout = 24−8 = 16

【0052】S6において、下色除去パターン発生部2
5C,25M,25Yは、各色の出力値Cout,Mo
ut,Youtから、各色のUCRパターンCucrp
tn,Mucrptn,Yucrptnを生成する。例
えば下色除去パターン発生部25Cは、C色の出力値C
out=32をもとに、図2(C)に示す2値化パター
ンを用いて、8×8の64個のうち32個の記録する画
素を有するパターンをUCRパターンCucrptnと
して生成する。例えば図2(C)において1〜4と記し
た升目について記録するパターンを生成すればよい。こ
れによって、図5(B)の左端に示すようなパターンが
生成される。
In S6, the under color removal pattern generating section 2
5C, 25M, and 25Y are output values Cout, Mo of each color.
From Ut, Yout, UCR pattern Cucrp of each color
tn, Mucrptn, and Yucrptn are generated. For example, the under color removal pattern generation unit 25C outputs the C color output value C
Based on out = 32, a pattern having 32 pixels to be printed out of 64 8 × 8 pixels is generated as a UCR pattern Cucrptn using the binarized pattern shown in FIG. 2C. For example, a pattern to be recorded for squares 1 to 4 in FIG. 2C may be generated. As a result, a pattern as shown at the left end of FIG. 5B is generated.

【0053】同様に、下色除去パターン発生部25M
は、M色の出力値Mout=8をもとに、図2(B)に
示す2値化パターンを用いて、8×8の64個のうち8
個の記録する画素を有するパターンをUCRパターンM
ucrptnとして生成する。例えば図2(B)におい
て1と記した升目について記録するパターンを生成すれ
ばよい。これによって、図5(B)の中央に示すような
パターンが生成される。
Similarly, the undercolor removal pattern generation unit 25M
Is based on the output value Mout = 8 of the M color, using a binarization pattern shown in FIG.
UCR pattern M
ucrptn. For example, a pattern to be recorded for the square indicated by 1 in FIG. 2B may be generated. As a result, a pattern as shown in the center of FIG. 5B is generated.

【0054】さらに、下色除去パターン発生部25Y
は、Y色の出力値Yout=16をもとに、図2(A)
に示す2値化パターンを用いて、8×8の64個のうち
16個の記録する画素を有するパターンをUCRパター
ンYucrptnとして生成する。例えば図2(A)に
おいて1および2と記した升目について記録するパター
ンを生成すればよい。これによって、図5(B)の右端
に示すようなパターンが生成される。
Further, the under color removal pattern generating section 25Y
Is based on the Y-color output value Yout = 16, as shown in FIG.
Is generated as a UCR pattern Yucrptn using 16 binarized pixels out of 64 8 × 8 pixels. For example, a pattern to be recorded for the squares marked 1 and 2 in FIG. 2A may be generated. As a result, a pattern as shown at the right end of FIG. 5B is generated.

【0055】この例ではさらにS7において、図5
(A)に示した2値のCMYデータと、図5(B)に示
したUCRパターンCucrptn,Mucrptn,
Yucrptnとの論理積を演算し、Cカラー印刷デー
タCoutptn、Mカラー印刷データMoutpt
n、Yカラー印刷データYoutptnを作成する。こ
の例では、UCRパターンCucrptn,Mucrp
tn,Yucrptnは、そのまま、Cカラー印刷デー
タCoutptn、Mカラー印刷データMoutpt
n、Yカラー印刷データYoutptnとなる。これ
は、同じ2値化パターンを用い、濃度を減ずる方向に下
色除去処理を行っているためである。そのため、UCR
パターンCucrptn,Mucrptn,Yucrp
tnは必ずCMYデータと一致あるいは一部分となり、
UCRパターンCucrptn,Mucrptn,Yu
crptnがそのままCカラー印刷データCoutpt
n、Mカラー印刷データMoutptn、Yカラー印刷
データYoutptnとなる。
In this example, further in S7, FIG.
The binary CMY data shown in FIG. 5A and the UCR patterns Cucrptn, Mucrptn, UCR patterns shown in FIG.
The logical product with Yucrptn is calculated, and C color print data Coutptn and M color print data Moutpt are calculated.
Create n, Y color print data Youptn. In this example, the UCR pattern Cucrptn, Mucrp
tn and Yucrptn are used as they are for the C color print data Coutptn and the M color print data Moutpt.
n, Y color print data Youptn. This is because the under-color removal processing is performed in the direction of decreasing the density using the same binary pattern. Therefore, UCR
Patterns Cucrptn, Mucrptn, Yucrup
tn always matches or becomes part of the CMY data,
UCR pattern Cucrptn, Mucrptn, Yu
crptn is the C color print data Coutpt
n, M color print data Moutptn and Y color print data Youptn.

【0056】なお、上述の各下色除去パターン発生部2
5C,25M,25Yにおいて、従来のように一律なパ
ターンを用いてUCRパターンCucrptn,Muc
rptn,Yucrptnを生成した場合、CMYデー
タとの論理積演算を行うと、UCRパターンの一部が失
われ、正確に下色除去処理を行うことができない。本発
明のようにCMYデータを作成したときと同じ2値化パ
ターンを用いてUCRパターンを作成しているので、U
CRパターンとCMYデータの論理積を演算しても、正
確な下色除去処理の結果を得ることができる。また、U
CRパターンとCMYデータの論理積を演算すること
で、他の2値化手法との共存を許容することができる。
It should be noted that each of the above-described undercolor removal pattern generation units 2
In 5C, 25M, and 25Y, a UCR pattern Cucrptn, Muc
When rptn and Yucrptn are generated, if an AND operation with CMY data is performed, a part of the UCR pattern is lost, and the undercolor removal process cannot be performed accurately. Since the UCR pattern is created using the same binary pattern as when the CMY data is created as in the present invention,
Even if the logical product of the CR pattern and the CMY data is calculated, an accurate result of the undercolor removal processing can be obtained. Also, U
By calculating the logical product of the CR pattern and the CMY data, coexistence with other binarization methods can be allowed.

【0057】このようにして、図5(C)に示すような
Cカラー印刷データCoutptn、Mカラー印刷デー
タMoutptn、Yカラー印刷データYoutpt
n、Kカラー印刷データKoutptnが得られる。な
お、上述の具体例では、着目領域を8×8、図2に示す
パターンをもとにカラー印刷データを生成する例を示し
たが、本発明はこれに限られるものでないことは、言う
までもない。
In this manner, the C color print data Coutptn, the M color print data Moutptn, and the Y color print data Yououtpt as shown in FIG.
The n, K color print data Koutptn is obtained. In the above-described specific example, an example has been described in which the target area is 8 × 8 and color print data is generated based on the pattern shown in FIG. 2, but the present invention is not limited to this. .

【0058】図6は、本発明の画像処理装置の実施の一
形態における濃度補正処理部10の一構成例を示すブロ
ック図である。図中、31は濃度判定部、32は濃度補
正部、33は補正パターン発生部である。濃度判定部3
1は、データ補正部9で黒色生成処理及び下色除去処理
を行ったCMYKカラー印刷データの各成分毎の濃度を
検出する。例えば所定の着目領域を設定し、その中に含
まれる、記録する画素の数を各色について計数すればよ
い。各色の計数値Cin,Min,Yin,Kinを濃
度補正部32に入力する。
FIG. 6 is a block diagram showing an example of the configuration of the density correction processing section 10 in an embodiment of the image processing apparatus of the present invention. In the figure, reference numeral 31 denotes a density determination unit, 32 denotes a density correction unit, and 33 denotes a correction pattern generation unit. Density determination unit 3
1 detects the density of each component of the CMYK color print data that has been subjected to black generation processing and undercolor removal processing by the data correction unit 9. For example, a predetermined region of interest may be set, and the number of pixels to be recorded included therein may be counted for each color. The count values Cin, Min, Yin, and Kin of each color are input to the density correction unit 32.

【0059】濃度補正部32は、入力された各色の計数
値Cin,Min,Yin,Kinに対し、プリント部
3の特性に応じた濃度補正処理を施し、補正された各色
の出力値Cout,Mout,Yout,Koutを出
力する。濃度補正処理は、例えば各色毎に設けられたテ
ーブルを利用して行うことができる。あるいは、所定の
演算を行ってもよい。
The density correction section 32 performs density correction processing according to the characteristics of the printing section 3 on the input count values Cin, Min, Yin, and Kin of each color, and outputs the corrected output values Cout, Mout of each color. , Yout, and Kout are output. The density correction process can be performed using, for example, a table provided for each color. Alternatively, a predetermined calculation may be performed.

【0060】補正パターン発生部33は、濃度補正部3
2で処理された各色毎の出力値Cout,Mout,Y
out,Koutから各色の補正後のカラー印刷データ
Coutptn,Moutptn,Youtptn,K
outptnを生成して出力する。このとき、プリント
部3の特性に従ったパターンを用いて生成するとよい。
例えば図2に示すパターンを用いることができる。この
ようにして、プリント部3の濃度特性に従って濃度補正
処理の施された、2値のCMYKカラー印刷データを生
成することができる。
The correction pattern generating section 33 includes the density correcting section 3
Output values Cout, Mout, Y for each color processed in 2
color print data Coutptn, Moutptn, Youptn, K after correction of each color from out, Kout
outptn is generated and output. At this time, it may be generated using a pattern according to the characteristics of the printing unit 3.
For example, the pattern shown in FIG. 2 can be used. In this way, it is possible to generate binary CMYK color print data that has been subjected to density correction processing according to the density characteristics of the printing unit 3.

【0061】図7は、本発明の画像処理装置の実施の一
形態における濃度補正処理部10の一構成例の動作の一
例を示すフローチャートである。S11において、濃度
判定部31は、データ補正部9から渡される2値のCM
YKカラー印刷データから、M×N画素の着目領域を参
照し、C,M,Y,Kの各色について記録する画素数を
計数する。ここで、計数値をCin,Min,Yin,
Kinとする。
FIG. 7 is a flow chart showing an example of the operation of a configuration example of the density correction processing section 10 in an embodiment of the image processing apparatus of the present invention. In S11, the density determination unit 31 outputs the binary CM passed from the data correction unit 9.
The number of pixels to be recorded for each of the colors C, M, Y, and K is counted by referring to the target area of M × N pixels from the YK color print data. Here, the count values are represented by Cin, Min, Yin,
Kin.

【0062】S12において、濃度補正部32は、濃度
判定部31で計数した各色の計数値Cin,Min,Y
in,Kinに対してプリント部3の特性に応じた濃度
補正処理を施し、補正された各色の出力値Cout,M
out,Yout,Koutを出力する。例えば、各色
毎の濃度補正処理のための関数TRCc,TRCm,T
RCy,TRCkを用い、 Cout=TRCc(Cin) Mout=TRCm(Min) Yout=TRCy(Yin) Kout=TRCk(Kin) により求めることができる。一般にプリント部3の濃度
特性は非線形となることが多いため、計数値Cin,M
in,Yin,Kinと出力値Cout,Mout,Y
out,Koutを対応付けたテーブルを利用すると簡
単に濃度補正処理を行うことができる。もちろん、非線
形関数を用いて演算したり、あるいはテーブルと線形補
間を用いて演算してもよい。
In S12, the density correction section 32 calculates the count values Cin, Min, Y of the respective colors counted by the density determination section 31.
in and Kin are subjected to density correction processing according to the characteristics of the printing unit 3, and the corrected output values Cout, M for each color
out, Yout, and Kout are output. For example, functions TRCc, TRCm, T for density correction processing for each color
Using RCy and TRCk, Cout = TRCc (Cin) Mout = TRCm (Min) Yout = TRCy (Yin) Kout = TRCk (Kin) Generally, the density characteristic of the print unit 3 is often non-linear, so the count values Cin, M
in, Yin, Kin and output values Cout, Mout, Y
By using a table in which out and Kout are associated, density correction processing can be easily performed. Of course, the calculation may be performed using a non-linear function, or may be performed using a table and linear interpolation.

【0063】S13において、補正パターン発生部33
は、各色の出力値Cout,Mout,Yout,Ko
utから、一旦、各色の比較パターンCcom,Mco
m,Ycom,Kcomを生成する。このとき、図2に
示した各パターンを用いることができる。
In S13, the correction pattern generator 33
Are output values Cout, Mout, Yout, Ko of each color.
ut, the comparison patterns Ccom, Mco
m, Ycom, and Kcom are generated. At this time, each pattern shown in FIG. 2 can be used.

【0064】この例では、S14において、データ補正
部9から出力されたCMYKカラー印刷データと、比較
パターンCcom,Mcom,Ycom,Kcomか
ら、濃度補正後のCカラー印刷データCoutptn、
Mカラー印刷データMoutptn、Yカラー印刷デー
タYoutptnを作成している。この処理は、CMY
データが2値化処理部7において通常用いる2値化パタ
ーン以外の処理によって生成されたものである場合のた
めに行っている。例えば文字画像を印刷する場合には、
図2に示したような2値化パターンを用いて2値化する
と画質が劣化するため、エッジを保持した別の2値化処
理を行うことが望ましい。このような場合に比較パター
ンCcom,Mcom,Ycom,Kcomをそのまま
出力してしまうと同様の理由で画質が劣化してしまう。
ここではこのような画質の劣化を防止するための処理を
行うことができる。
In this example, in step S14, the C color print data Coutptn after density correction is obtained from the CMYK color print data output from the data corrector 9 and the comparison patterns Ccom, Mcom, Ycom, and Kcom.
M color print data Moutptn and Y color print data Youptn are created. This process is CMY
This is performed for the case where the data is generated by processing other than the binarization pattern normally used in the binarization processing unit 7. For example, when printing a character image,
Since binarization using a binarization pattern as shown in FIG. 2 degrades image quality, it is desirable to perform another binarization process while retaining edges. In such a case, if the comparison patterns Ccom, Mcom, Ycom, and Kcom are output as they are, the image quality deteriorates for the same reason.
Here, processing for preventing such deterioration of image quality can be performed.

【0065】ここでは一例として、各色のカラー印刷デ
ータの計数値Pinと補正後の出力値Poutを比較
し、Pin<Poutのときにはその色のカラー印刷デ
ータと比較パターンとの論理積を、補正後のカラー印刷
データとしている。すなわち、 Coutptn=C&Ccom Moutptn=M&Mcom Youtptn=Y&Ycom Koutptn=K&Kcom として、補正後のCカラー印刷データCoutptn、
Mカラー印刷データMoutptn、Yカラー印刷デー
タYoutptnを作成することができる。また、Pi
n≧Poutのときにはその色のカラー印刷データと比
較パターンとの論理和を、補正後のカラー印刷データと
している。すなわち、 Coutptn=C or Ccom Moutptn=M or Mcom Youtptn=Y or Ycom Koutptn=K or Kcom として、補正後のCカラー印刷データCoutptn、
Mカラー印刷データMoutptn、Yカラー印刷デー
タYoutptnを作成することができる。なお、論理
積演算と論理和演算は、各色毎に条件を判断していずれ
かを行えばよい。
Here, as an example, the count value Pin of the color print data of each color is compared with the corrected output value Pout, and when Pin <Pout, the logical product of the color print data of that color and the comparison pattern is compared. Color print data. That is, Coutptn = C & Ccom Moutptn = M & Mcom Youptn = Y & Ycom Koutptn = K & Kcom, and the corrected C color print data Coutptn,
M color print data Moutptn and Y color print data Youptn can be created. Also, Pi
When n ≧ Pout, the logical sum of the color print data of the color and the comparison pattern is used as the corrected color print data. That is, Coutptn = Cor Ccom Moutptn = Mor Mcom Youptn = Yor Ycom Koutptn = Kor Kcom, and the corrected C color print data Coutptn,
M color print data Moutptn and Y color print data Youptn can be created. Note that the logical product operation and the logical sum operation may be performed by judging the condition for each color.

【0066】もちろん、この例に限らず、他の処理に従
って、補正後の各色のカラー印刷データを作成してもよ
い。なお、このS14の処理は、必要がなければ省略し
てもかまわない。すなわち、比較パターンCcom,M
com,Ycom,Kcomをそのまま補正後のCカラ
ー印刷データCoutptn、Mカラー印刷データMo
utptn、Yカラー印刷データYoutptnとして
もかまわない。
Of course, the present invention is not limited to this example, and color print data of each color after correction may be created according to other processes. The processing in S14 may be omitted if not necessary. That is, the comparison pattern Ccom, M
C, Ycom, and Kcom as they are, and the C color print data Coutptn and the M color print data Mo
uptn, Y color print data Youptn may be used.

【0067】上述のようにして、プリント部3の特性に
応じた濃度補正処理を施したCMYKカラー印刷データ
が得られる。このようにして得られた補正処理後のCM
YKカラー印刷データは、描画メモリ8に格納した後、
プリント部3に転送されて被記録媒体上に記録される。
As described above, CMYK color print data that has been subjected to density correction processing according to the characteristics of the printing unit 3 is obtained. CM after correction processing obtained in this way
After storing the YK color print data in the drawing memory 8,
The data is transferred to the printing unit 3 and recorded on the recording medium.

【0068】上述の濃度補正処理を、具体例を用いて説
明する。図8は、本発明の画像処理装置の実施の一形態
における濃度補正処理部10の一構成例の動作の具体例
の説明図である。ここでは着目領域として8×8の領域
を想定し、この8×8の領域のみを示している。また、
2値化処理部7では図2(A)〜(C)に示す2値化パ
ターンを用いて2値化処理を行い、また、データ補正部
9でKカラー印刷データを生成する際には図2(D)に
示すパターンを用いて生成しているものとする。
The above-described density correction processing will be described using a specific example. FIG. 8 is an explanatory diagram of a specific example of the operation of one configuration example of the density correction processing unit 10 in one embodiment of the image processing apparatus of the present invention. Here, an 8 × 8 region is assumed as the region of interest, and only this 8 × 8 region is shown. Also,
The binarization processing unit 7 performs a binarization process using the binarization patterns shown in FIGS. 2A to 2C. When the data correction unit 9 generates K color print data, It is assumed that the image is generated using the pattern shown in FIG.

【0069】図8(A)は、描画部6から出力される多
値のCMYデータを、2値化処理部7で2値化した後の
2値のCMYデータの一例を示している。Cデータは、
図2(C)の1〜5と記した升目を記録するパターンで
ある。同様に、Mデータは、図2(B)の1,2と記し
た升目を記録するパターンである。さらにYデータは、
図2(A)の1〜3と記した升目を記録するパターンで
ある。さらにKデータは、図2(D)の1と記した升目
を記録するパターンである。このようなCMYKカラー
印刷データが濃度補正処理部10に入力されたとする。
FIG. 8A shows an example of binary CMY data obtained by binarizing multi-valued CMY data output from the drawing unit 6 by the binarization processing unit 7. C data is
This is a pattern for recording the squares denoted by 1 to 5 in FIG. Similarly, the M data is a pattern for recording squares marked 1 and 2 in FIG. 2B. Furthermore, the Y data
This is a pattern for recording squares marked 1 to 3 in FIG. Further, the K data is a pattern for recording the cell marked 1 in FIG. 2 (D). It is assumed that such CMYK color print data is input to the density correction processing unit 10.

【0070】S11において、濃度判定部31は、8×
8の参照領域を参照し、C,M,Y,Kの各色について
記録する画素数を計数し、計数値Cin,Min,Yi
n,Kinを得る。図8(A)に示すCMYKカラー印
刷データから画素数を計数すると、 Cin=40,Min=16,Yin=24、Kin=
8 となる。
In S11, the density determination section 31 determines that the 8 ×
8, the number of pixels recorded for each color of C, M, Y, and K is counted, and the count values Cin, Min, Yi
n, Kin are obtained. When the number of pixels is counted from the CMYK color print data shown in FIG. 8A, Cin = 40, Min = 16, Yin = 24, Kin =
8

【0071】S12において、上述のように計数された
各色の計数値Cin,Min,Yin、Kinより、関
数TRCc,TRCm,TRCy,TRCkを用いて各
色の出力値Cout,Mout,Yout,Koutを
計算する。例えば、 Cout=TRCc(Cin)=TRCc(40)=3
9 Mout=TRCm(Min)=TRCm(16)=1
8 Yout=TRCy(Yin)=TRCy(24)=2
5 Kout=TRCk(Kin)=TRCk(8)=10 と求めることができたものとする。
In S12, the output values Cout, Mout, Yout, Kout of each color are calculated using the functions TRCc, TRCm, TRCy, TRCk from the count values Cin, Min, Yin, Kin of each color counted as described above. I do. For example, Cout = TRCc (Cin) = TRCc (40) = 3
9 Mout = TRCm (Min) = TRCm (16) = 1
8 Yout = TRCy (Yin) = TRCy (24) = 2
It is assumed that 5 Kout = TRCk (Kin) = TRCk (8) = 10 has been obtained.

【0072】S13において、補正パターン発生部33
は、各色の出力値Cout,Mout,Yout,Ko
utから、一旦、各色の比較パターンCcom,Mco
m,Ycom,Kcomを生成する。例えば、C色の出
力値Cout=39をもとに、図2(C)に示す2値化
パターンを用いて、8×8の64個のうち39個の記録
する画素を有するパターンを比較パターンCcomとし
て生成する。例えば図2(C)において1〜4と記した
升目と、5と記した升目のうち7個について記録するパ
ターンを生成すればよい。これによって、図8(B)の
左端にCcomとして示すようなパターンが生成され
る。
In S13, the correction pattern generating section 33
Are output values Cout, Mout, Yout, Ko of each color.
ut, the comparison patterns Ccom, Mco
m, Ycom, and Kcom are generated. For example, based on the C color output value Cout = 39, using a binarized pattern shown in FIG. 2C, a pattern having 39 pixels to be printed out of 64 8 × 8 pixels is compared with a comparison pattern. Generated as Ccom. For example, in FIG. 2C, a pattern for recording the squares 1 to 4 and the squares 7 among the squares 5 may be generated. As a result, a pattern shown as Ccom at the left end of FIG. 8B is generated.

【0073】同様に、M色の出力値Mout=18をも
とに、図2(B)に示す2値化パターンを用いて、8×
8の64個のうち18個の記録する画素を有するパター
ンを比較パターンMcomとして生成する。例えば図2
(B)において1,2と記した升目および3と記した升
目のうち2個について記録するパターンを生成すればよ
い。これによって、図8(B)の中央左にMcomとし
て示すようなパターンが生成される。
Similarly, based on the output value Mout = 18 of the M color, using the binarization pattern shown in FIG.
A pattern having 18 pixels to be printed out of 64 of 8 is generated as a comparison pattern Mcom. For example, FIG.
In (B), a pattern for recording two of the squares marked 1 and 3 and the square marked 3 may be generated. As a result, a pattern shown as Mcom at the center left of FIG. 8B is generated.

【0074】さらに、Y色の出力値Yout=25をも
とに、図2(A)に示す2値化パターンを用いて、8×
8の64個のうち25個の記録する画素を有するパター
ンを比較パターンYcomとして生成する。例えば図2
(A)において1および2と記した升目及び3と記した
升目のうち1個について記録するパターンを生成すれば
よい。これによって、図8(B)の中央右にYcomと
して示すようなパターンが生成される。
Further, based on the output value Yout = 25 of the Y color, the binary pattern shown in FIG.
A pattern having 25 pixels to be recorded out of 64 of 8 is generated as a comparison pattern Ycom. For example, FIG.
In (A), a pattern to be recorded for one of the squares marked 1 and 2 and the square marked 3 may be generated. As a result, a pattern shown as Ycom at the center right of FIG. 8B is generated.

【0075】さらに、K色の出力値Kout=10をも
とに、図2(D)に示すパターンを用いて、8×8の6
4個のうち10個の記録する画素を有するパターンを比
較パターンKcomとして生成する。例えば図2(D)
において1と記した升目及び2と記した升目のうち2個
について記録するパターンを生成すればよい。これによ
って、図8(B)の右端にKcomとして示すようなパ
ターンが生成される。
Further, based on the output value Kout = 10 of the K color, the pattern shown in FIG.
A pattern having ten pixels to be printed out of four is generated as a comparison pattern Kcom. For example, FIG.
In the above, a pattern for recording two of the squares marked 1 and the squares marked 2 may be generated. As a result, a pattern shown as Kcom on the right end of FIG. 8B is generated.

【0076】この例ではさらにS14において、各色の
計数値Cin,Min,Yin,Kinおよび各色の出
力値Cout,Mout,Yout,Koutに基づい
て、図8(A)に示したCMYKカラー印刷データと、
図8(B)に示した比較パターンCcom,Mcom,
Ycom,Kcomとの論理積または論理和を演算す
る。この論理積あるいは論理和の演算によって、補正後
のCカラー印刷データCoutptn、Mカラー印刷デ
ータMoutptn、Yカラー印刷データYoutpt
n、Kカラー印刷データKoutptnを作成する。
In this example, further, in S14, based on the count values Cin, Min, Yin, and Kin of each color and the output values Cout, Mout, Yout, and Kout of each color, the CMYK color print data shown in FIG. ,
The comparison patterns Ccom, Mcom, and Ccom shown in FIG.
The logical product or logical sum with Ycom and Kcom is calculated. By performing the logical product or logical sum operation, the corrected C color print data Coutptn, M color print data Moutptn, and Y color print data Youuppt
Create n, K color print data Koutptn.

【0077】例えばC色については、Cin=40,C
out=39であり、Cin≧Coutであるから、C
カラー印刷データと比較パターンCcomとの論理積を
演算する。これにより、図8(C)の左端にCoutp
tnとして示す補正後のCカラー印刷データが得られ
る。
For example, for the C color, Cin = 40, C
Since out = 39 and Cin ≧ Cout, C
The logical product of the color print data and the comparison pattern Ccom is calculated. As a result, Coutp is displayed at the left end of FIG.
The corrected C color print data indicated as tn is obtained.

【0078】M色については、Min=16,Mout
=18であり、Min<Moutであるから、Mカラー
印刷データと比較パターンMcomとの論理和を演算す
る。これにより、図8(C)の中央左にMoutptn
として示す補正後のMカラー印刷データが得られる。
For the M color, Min = 16, Mout
= 18 and Min <Mout, the logical sum of the M color print data and the comparison pattern Mcom is calculated. As a result, Moutptn is displayed at the center left of FIG.
, The corrected M color print data is obtained.

【0079】Y色については、Yin=24,Yout
=25であり、Yin<Youtであるから、Yカラー
印刷データと比較パターンYcomとの論理和を演算す
る。これにより、図8(C)の中央右にYoutptn
として示す補正後のYカラー印刷データが得られる。
For the Y color, Yin = 24, Yout
= 25 and Yin <Yout, so the logical sum of the Y color print data and the comparison pattern Ycom is calculated. As a result, Youptn at the center right of FIG.
Y color print data after correction is obtained.

【0080】K色については、Kin=8,Kout=
10であり、Kin<Koutであるから、Kカラー印
刷データと比較パターンKcomとの論理和を演算す
る。これにより、図8(C)の右端にKoutptnと
して示す補正後のKカラー印刷データが得られる。
For the K color, Kin = 8, Kout =
10, since Kin <Kout, the logical sum of the K color print data and the comparison pattern Kcom is calculated. As a result, corrected K color print data indicated as Koutptn at the right end of FIG. 8C is obtained.

【0081】なお、S14において論理積あるいは論理
和演算して得られる結果は、2値化処理部7において図
2(A)〜(C)の2値化パターンを用い、またデータ
補正部9でKカラー印刷データを生成する際に図2
(D)のパターンを用いている限りにおいては、基本的
には比較パターンCcom,Mcom,Ycom,Kc
omがそのまま、補正後のCMYKカラー印刷データと
なる。
The result obtained by performing the logical product or logical sum operation in S14 is obtained by the binarization processing unit 7 using the binarization patterns shown in FIGS. When generating K color print data, FIG.
As long as the pattern (D) is used, the comparison patterns Ccom, Mcom, Ycom, Kc
om as it is becomes the corrected CMYK color print data.

【0082】このようにして、2値のCMYKカラー印
刷データに対して、プリント部3の特性に応じた濃度補
正処理を行って、2値の補正されたCMYKカラー印刷
データを得ることができる。なお、上述の具体例では、
着目領域を8×8、図2に示すパターンをもとに補正後
のカラー印刷データを生成する例を示したが、本発明は
これに限られるものでないことは、言うまでもない。
As described above, the binary CMYK color print data is subjected to the density correction processing according to the characteristics of the printing unit 3, so that the binary corrected CMYK color print data can be obtained. In the above specific example,
Although an example of generating the corrected color print data based on an 8 × 8 region of interest and the pattern shown in FIG. 2 has been described, it is needless to say that the present invention is not limited to this.

【0083】上述の例では、データ補正部9と濃度補正
処理部10において、同様の処理、すなわち、各色毎に
着目領域の画素数を計数し、計数値を変換処理し、パタ
ーンを生成するという処理を行っている。このことか
ら、データ補正部9と濃度補正処理部10の処理を計数
値のレベルで共通化することができる。図9は、本発明
の画像処理装置の実施の一形態におけるデータ補正部9
および濃度補正処理部10の別の構成例を示すブロック
図である。図中の符号は、図3及び図6と同様である。
黒色生成補正値演算部22から出力される出力値Kou
t、および、下色除去補正値演算部24から出力される
出力値Cout,Mout,Youtは、濃度補正部3
2に入力される。そして、濃度補正部32において各色
毎に濃度補正処理を施し、濃度補正後の出力値Cou
t’,Mout’,Yout’,Kout’から、黒色
パターン発生部23及び下色除去パターン発生部25
C、25M、25Yにおいて、黒色生成処理及び下色除
去処理と濃度補正処理を行った後のCMYKカラー印刷
データを生成するように構成することができる。なお、
黒色パターン発生部23及び下色除去パターン発生部2
5C、25M、25Yは、図6に示す補正パターン発生
部33でもよい。
In the above example, the data correction unit 9 and the density correction processing unit 10 perform the same processing, that is, the number of pixels in the target area is counted for each color, the count value is converted, and a pattern is generated. Processing is in progress. Thus, the processes of the data correction unit 9 and the density correction processing unit 10 can be shared at the level of the count value. FIG. 9 illustrates a data correction unit 9 according to an embodiment of the image processing apparatus of the present invention.
FIG. 4 is a block diagram illustrating another configuration example of the density correction processing unit 10. The reference numerals in the figures are the same as those in FIGS.
Output value Kou output from black generation correction value calculation unit 22
t and the output values Cout, Mout, and Yout output from the under color removal correction value calculation unit 24 are
2 is input. The density correction unit 32 performs density correction processing for each color, and outputs the density-corrected output value Cou.
From t ′, Mout ′, Yout ′, Kout ′, a black pattern generation unit 23 and an under color removal pattern generation unit 25
C, 25M, and 25Y can be configured to generate CMYK color print data after performing black generation processing, undercolor removal processing, and density correction processing. In addition,
Black pattern generator 23 and undercolor removal pattern generator 2
5C, 25M and 25Y may be the correction pattern generator 33 shown in FIG.

【0084】[0084]

【発明の効果】以上の説明から明らかなように、本発明
によれば、各色毎に、例えば2値化処理時のパターンな
どを考慮して、カラー印刷データを作成するので、プリ
ント手段の特性に応じて最適な黒色生成処理及び下色除
去処理を行うことができ、プリント手段で記録される画
像の画質を向上させることができる。
As is apparent from the above description, according to the present invention, color print data is created for each color in consideration of, for example, a pattern at the time of binarization processing. , The optimum black generation processing and undercolor removal processing can be performed, and the image quality of the image recorded by the printing unit can be improved.

【0085】また、プリント手段の特性に応じた濃度補
正処理を、黒色生成処理及び下色除去処理の後の2値の
カラー印刷データに対して行うことができる。そのた
め、黒色生成処理及び下色除去処理は、濃度特性として
プリント手段に依存しない状態で行うことができるた
め、より適切な黒色生成処理及び下色除去処理を行うこ
とができる。これによって、プリント手段で記録される
画像の画質をさらに向上させることができるという効果
がある。
Further, the density correction processing according to the characteristics of the printing means can be performed on the binary color print data after the black generation processing and the under color removal processing. Therefore, the black generation processing and the undercolor removal processing can be performed in a state in which the density characteristics do not depend on the printing unit, so that more appropriate black generation processing and undercolor removal processing can be performed. Thus, there is an effect that the image quality of the image recorded by the printing unit can be further improved.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 本発明の画像処理装置の実施の一形態を適用
したカラー画像形成装置の構成を示すブロック図であ
る。
FIG. 1 is a block diagram illustrating a configuration of a color image forming apparatus to which an embodiment of an image processing apparatus according to the present invention is applied.

【図2】 本発明の画像処理装置の実施の一形態におい
て2値化処理部で用いる2値化パターンの一例の説明図
である。
FIG. 2 is an explanatory diagram illustrating an example of a binarization pattern used in a binarization processing unit according to an embodiment of the image processing apparatus of the present invention.

【図3】 本発明の画像処理装置の実施の一形態におけ
るデータ補正部9の一構成例を示すブロック図である。
FIG. 3 is a block diagram illustrating a configuration example of a data correction unit 9 according to the embodiment of the image processing apparatus of the present invention.

【図4】 本発明の画像処理装置の実施の一形態におけ
るデータ補正部9の一構成例の動作の一例を示すフロー
チャートである。
FIG. 4 is a flowchart illustrating an example of an operation of a configuration example of the data correction unit 9 according to the embodiment of the image processing apparatus of the present invention.

【図5】 本発明の画像処理装置の実施の一形態におけ
るデータ補正部9の一構成例の動作の具体例の説明図で
ある。
FIG. 5 is an explanatory diagram of a specific example of an operation of a configuration example of the data correction unit 9 in the embodiment of the image processing apparatus of the present invention.

【図6】 本発明の画像処理装置の実施の一形態におけ
る濃度補正処理部10の一構成例を示すブロック図であ
る。
FIG. 6 is a block diagram illustrating a configuration example of a density correction processing unit according to an embodiment of the image processing apparatus of the present invention.

【図7】 本発明の画像処理装置の実施の一形態におけ
る濃度補正処理部10の一構成例の動作の一例を示すフ
ローチャートである。
FIG. 7 is a flowchart illustrating an example of an operation of a configuration example of the density correction processing unit 10 according to the embodiment of the image processing apparatus of the present invention.

【図8】 本発明の画像処理装置の実施の一形態におけ
る濃度補正処理部10の一構成例の動作の具体例の説明
図である。
FIG. 8 is an explanatory diagram of a specific example of the operation of one configuration example of the density correction processing unit 10 in the embodiment of the image processing apparatus of the present invention.

【図9】 本発明の画像処理装置の実施の一形態におけ
るデータ補正部9および濃度補正処理部10の別の構成
例を示すブロック図である。
FIG. 9 is a block diagram illustrating another configuration example of the data correction unit 9 and the density correction processing unit 10 according to the embodiment of the image processing apparatus of the present invention.

【図10】 従来のカラー画像形成装置の一例を示すブ
ロック図である。
FIG. 10 is a block diagram illustrating an example of a conventional color image forming apparatus.

【図11】 従来のカラー画像形成装置の別の例を示す
ブロック図である。
FIG. 11 is a block diagram illustrating another example of a conventional color image forming apparatus.

【図12】 従来のカラー画像形成装置の別の例におけ
るデータ補正部の一例を示すブロック図である。
FIG. 12 is a block diagram illustrating an example of a data correction unit in another example of a conventional color image forming apparatus.

【符号の説明】[Explanation of symbols]

1…ホストコンピュータ、2…画像処理部、3…プリン
ト部、4…インタフェース制御部、5…PDL解釈部、
6…描画部、7…2値化処理部、8…描画メモリ、9…
データ補正部、10…濃度補正処理部、11…色変換
部、12…データ変換部、13…データ補正部、21…
濃度判定部、22…黒色生成補正値演算部、23…黒色
パターン発生部、24…下色除去補正値演算部、25,
25C,25M,25Y…下色除去パターン発生部、3
1…濃度判定部、32…濃度補正部、33…補正パター
ン発生部。
DESCRIPTION OF SYMBOLS 1 ... Host computer, 2 ... Image processing part, 3 ... Printing part, 4 ... Interface control part, 5 ... PDL interpretation part,
6 drawing unit, 7 binarization processing unit, 8 drawing memory, 9 ...
Data correction unit, 10: density correction processing unit, 11: color conversion unit, 12: data conversion unit, 13: data correction unit, 21 ...
Density determination unit, 22: black generation correction value calculation unit, 23: black pattern generation unit, 24: under color removal correction value calculation unit, 25,
25C, 25M, 25Y: Under color removal pattern generating section, 3
Reference numeral 1 denotes a density determination unit, 32 denotes a density correction unit, and 33 denotes a correction pattern generation unit.

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 多値のCMYカラーデータから2値のC
MYKカラー印刷データを生成する画像処理装置におい
て、多値のCMYカラーデータを2値のCMYカラーデ
ータに変換する2値化手段と、該2値化手段から出力さ
れた2値のCMYカラーデータの着目領域の黒濃度を検
出する濃度判定手段と、該濃度判定手段によって検出さ
れた濃度に基づいてKカラー印刷データを発生する黒色
パターン発生手段と、前記濃度判定手段によって検出さ
れた濃度に基づいてCMYの各色毎に下色除去パターン
を発生してCMYのカラー印刷データを生成する複数の
下色除去パターン発生手段を具備していることを特徴と
する画像処理装置。
1. A binary CMY color data from binary CMY color data
In an image processing apparatus that generates MYK color print data, a binarizing unit that converts multi-valued CMY color data into binary CMY color data, and a binary CMY color data output from the binarizing unit. Density determining means for detecting the black density of the region of interest; black pattern generating means for generating K color print data based on the density detected by the density determining means; An image processing apparatus comprising: a plurality of undercolor removal pattern generating means for generating an undercolor removal pattern for each of CMY colors to generate CMY color print data.
【請求項2】 多値のCMYカラーデータから2値のC
MYKカラー印刷データを生成する画像処理装置におい
て、多値のCMYカラーデータを2値のCMYカラーデ
ータに変換する2値化手段と、該2値化手段から出力さ
れた2値のCMYカラーデータの着目領域におけるCM
Yの各色の濃度を検出する濃度判定手段と、該濃度判定
手段によって検出された濃度に基づいてKカラー印刷デ
ータを発生する黒色パターン発生手段と、前記濃度判定
手段によって検出されたCMYの各色の濃度に基づいて
CMYの各色毎に下色除去パターンを発生してCMYの
カラー印刷データを生成する複数の下色除去パターン発
生手段を具備していることを特徴とする画像処理装置。
2. A binary C based on multi-valued CMY color data.
In an image processing apparatus that generates MYK color print data, a binarizing unit that converts multi-valued CMY color data into binary CMY color data, and a binary CMY color data output from the binarizing unit. CM in the area of interest
Density determination means for detecting the density of each color of Y; black pattern generation means for generating K color print data based on the density detected by the density determination means; and CMY color detection data detected by the density determination means. An image processing apparatus comprising: a plurality of undercolor removal pattern generating means for generating an undercolor removal pattern for each of CMY colors based on density and generating CMY color print data.
【請求項3】 それぞれの前記下色除去パターン発生手
段は、前記2値化手段において2値化処理を行う際に対
応する色に対して用いるスクリーンを考慮して下色除去
パターンを発生するものであることを特徴とする請求項
1または請求項2に記載の画像処理装置。
3. Each of the undercolor removal pattern generating means generates an undercolor removal pattern in consideration of a screen used for a corresponding color when the binarization means performs a binarization process. The image processing apparatus according to claim 1, wherein:
【請求項4】 多値のCMYカラーデータからプリント
手段の特性に応じた2値のCMYKカラー印刷データを
生成する画像処理装置において、多値のCMYカラーデ
ータを2値のCMYカラーデータに変換する2値化手段
と、該2値化手段から出力された2値のCMYカラーデ
ータから2値のCMYKカラー印刷データを生成する黒
色生成下色除去処理手段と、該黒色生成下色除去処理手
段から出力される2値のCMYKカラー印刷データに対
して前記プリント手段の特性に応じた濃度補正処理を行
う濃度補正処理手段を有することを特徴とする画像処理
装置。
4. An image processing apparatus for generating binary CMYK color print data according to the characteristics of a printing means from multi-valued CMY color data, wherein the multi-valued CMY color data is converted to binary CMY color data. A binarizing unit, a black generation and under color removal processing unit that generates binary CMYK color print data from the binary CMY color data output from the binarization unit, and An image processing apparatus comprising: a density correction processing unit that performs a density correction process on output binary CMYK color print data in accordance with characteristics of the printing unit.
【請求項5】 前記濃度補正処理手段は、所定の着目領
域毎に、該着目領域内の特徴量に基づいて、濃度補正パ
ターンを発生して出力することを特徴とする請求項4に
記載の画像処理装置。
5. The apparatus according to claim 4, wherein the density correction processing means generates and outputs a density correction pattern for each predetermined region of interest based on a feature amount in the region of interest. Image processing device.
【請求項6】 前記濃度補正処理手段は、前記濃度補正
パターンとして、前記2値化手段において2値化処理を
行う際にそれぞれの色に対応して用いるスクリーンを考
慮して設定することを特徴とする請求項5に記載の画像
処理装置。
6. The density correction processing means sets the density correction pattern in consideration of a screen used for each color when performing the binarization processing in the binarization means. The image processing apparatus according to claim 5, wherein
【請求項7】 前記2値化手段及び前記黒色生成下色除
去処理手段として、前記請求項1ないし請求項3のいず
れか1項に記載の画像処理装置を用いることを特徴とす
る請求項4ないし請求項6のいずれか1項に記載の画像
処理装置。
7. The image processing apparatus according to claim 1, wherein said binarizing means and said black generation and under color removal processing means are used. An image processing apparatus according to claim 6.
【請求項8】 多値のCMYカラーデータからプリント
手段の特性に応じた2値のCMYKカラー印刷データを
生成する画像処理装置において、多値のCMYカラーデ
ータを2値のCMYカラーデータに変換する2値化手段
と、該2値化手段から出力された2値のCMYカラーデ
ータの着目領域の黒濃度を検出する濃度判定手段と、該
濃度判定手段によって検出された濃度に対して前記プリ
ント手段の特性に応じた濃度補正処理を行った後に該濃
度補正処理後の濃度に基づいてKカラー印刷データを発
生する黒色パターン発生手段と、CMYの各色毎に前記
濃度判定手段によって検出された濃度に対して前記プリ
ント手段の特性に応じた濃度補正処理を行った後に該濃
度補正処理後の濃度に基づいて下色除去パターンを発生
してカラー印刷データを生成する複数の下色除去パター
ン発生手段を具備していることを特徴とする画像処理装
置。
8. An image processing apparatus for generating binary CMYK color print data according to characteristics of a printing means from multi-valued CMY color data, converts the multi-valued CMY color data into binary CMY color data. Binarizing means, density determining means for detecting the black density of a region of interest of the binary CMY color data output from the binarizing means, and printing means for the density detected by the density determining means Black pattern generating means for generating K color print data based on the density after the density correction processing after performing the density correction processing according to the characteristics of the CMY, and the density detected by the density determination means for each color of CMY. On the other hand, after performing density correction processing according to the characteristics of the printing means, an undercolor removal pattern is generated based on the density after the density correction processing, and color printing data is generated. An image processing apparatus comprising: a plurality of under-color removal pattern generating means for generating data.
【請求項9】 多値のCMYカラーデータから2値のC
MYKカラー印刷データを生成する画像処理装置におい
て、多値のCMYカラーデータを2値のCMYカラーデ
ータに変換する2値化手段と、該2値化手段から出力さ
れた2値のCMYカラーデータの着目領域におけるCM
Yの各色の濃度を検出する濃度判定手段と、該濃度判定
手段によって検出された濃度に対して前記プリント手段
の特性に応じた濃度補正処理を行った後に該濃度補正処
理後の濃度に基づいてKカラー印刷データを発生する黒
色パターン発生手段と、前記濃度判定手段によって検出
されたCMYの各色の濃度に対して前記プリント手段の
特性に応じた濃度補正処理を行った後に該濃度補正処理
後の濃度に基づいてCMYの各色毎に下色除去パターン
を発生してCMYのカラー印刷データを生成する複数の
下色除去パターン発生手段を具備していることを特徴と
する画像処理装置。
9. Binary C based on multi-valued CMY color data
In an image processing apparatus that generates MYK color print data, a binarizing unit that converts multi-valued CMY color data into binary CMY color data, and a binary CMY color data output from the binarizing unit. CM in the area of interest
Density determining means for detecting the density of each color of Y; and performing density correction processing on the density detected by the density determining means in accordance with the characteristics of the printing means, based on the density after the density correction processing. Black pattern generating means for generating K color print data; and performing density correction processing on the densities of the respective colors of CMY detected by the density determination means in accordance with the characteristics of the printing means. An image processing apparatus comprising: a plurality of undercolor removal pattern generating means for generating an undercolor removal pattern for each of CMY colors based on density and generating CMY color print data.
【請求項10】 多値のCMYカラーデータから2値の
CMYKカラー印刷データを生成する画像処理装置にお
いて、多値のCMYカラーデータを2値のCMYカラー
データに変換する2値化手段と、該2値化手段から出力
された2値のCMYカラーデータの着目領域の黒濃度を
検出する濃度判定手段と、該濃度判定手段によって検出
された濃度に基づいてKカラー印刷データを発生する黒
色パターン発生手段と、前記濃度判定手段によって検出
された濃度に基づいてCMYの各色毎に下色除去パター
ンを発生してCMYのカラー印刷データを生成する下色
除去パターン発生手段を具備し、該下色除去パターン発
生手段は、CMYの少なくとも1つに対する下色除去パ
ターンを前記2値化手段が2値化処理の際に用いる2値
化パターンに基づいて発生させることを特徴とする画像
処理装置。
10. An image processing apparatus for generating binary CMYK color print data from multi-valued CMY color data, wherein the binarizing means converts the multi-valued CMY color data into binary CMY color data. Density determining means for detecting the black density of the target area of the binary CMY color data output from the binarizing means, and black pattern generation for generating K color print data based on the density detected by the density determining means Means for generating CMY color print data by generating an undercolor removal pattern for each of the CMY colors based on the density detected by the density determination means. The pattern generation means determines an undercolor removal pattern for at least one of CMY based on a binarization pattern used in the binarization processing by the binarization means. An image processing apparatus characterized in that the image processing apparatus generates the image.
【請求項11】 多値のCMYカラーデータから2値の
CMYKカラー印刷データを生成する画像処理方法にお
いて、多値のCMYカラーデータを2値のCMYカラー
データに変換し、該2値のCMYカラーデータの着目領
域の黒濃度を検出し、検出された濃度に基づいてKカラ
ー印刷データを発生するとともに、検出された濃度に基
づいてCMYの各色毎に下色除去パターンを発生してC
MYのカラー印刷データを生成するものであって、前記
各色毎の下色除去パターンを発生する際に、CMYの少
なくとも1つに対する下色除去パターンを前記2値化処
理の際に用いる2値化パターンに基づいて発生させるこ
とを特徴とする画像処理方法。
11. An image processing method for generating binary CMYK color print data from multilevel CMY color data, wherein the multilevel CMY color data is converted into binary CMY color data, and the binary CMY color data is converted to binary CMY color data. Detecting the black density of the target area of the data, generating K color print data based on the detected density, and generating the under color removal pattern for each of the CMY colors based on the detected density to generate C color print data.
MY color print data is generated, and the undercolor removal pattern for at least one of CMY is used in the binarization process when the undercolor removal pattern for each color is generated. An image processing method, wherein the method is generated based on a pattern.
JP11150764A 1999-05-28 1999-05-28 Device and method for image processing Pending JP2000341547A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11150764A JP2000341547A (en) 1999-05-28 1999-05-28 Device and method for image processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11150764A JP2000341547A (en) 1999-05-28 1999-05-28 Device and method for image processing

Publications (1)

Publication Number Publication Date
JP2000341547A true JP2000341547A (en) 2000-12-08

Family

ID=15503916

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11150764A Pending JP2000341547A (en) 1999-05-28 1999-05-28 Device and method for image processing

Country Status (1)

Country Link
JP (1) JP2000341547A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6924819B2 (en) 2002-11-18 2005-08-02 Matsushita Electric Industrial Co., Ltd. Image processor
CN100350789C (en) * 2004-04-01 2007-11-21 株式会社东芝 Image forming apparatus
JP2012006228A (en) * 2010-06-24 2012-01-12 Casio Electronics Co Ltd Printer
CN111045617A (en) * 2019-12-27 2020-04-21 湖南鼎一致远科技发展有限公司 Printing method and system of picture gray scale, control chip and printer

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6924819B2 (en) 2002-11-18 2005-08-02 Matsushita Electric Industrial Co., Ltd. Image processor
CN100350789C (en) * 2004-04-01 2007-11-21 株式会社东芝 Image forming apparatus
JP2012006228A (en) * 2010-06-24 2012-01-12 Casio Electronics Co Ltd Printer
CN111045617A (en) * 2019-12-27 2020-04-21 湖南鼎一致远科技发展有限公司 Printing method and system of picture gray scale, control chip and printer
CN111045617B (en) * 2019-12-27 2023-12-08 湖南鼎一致远科技发展有限公司 Picture gray scale printing method, system, control chip and printer

Similar Documents

Publication Publication Date Title
US8477324B2 (en) Image processor and image processing method that uses s-shaped gamma curve
US7142717B2 (en) Image processing apparatus and method
EP1073260B1 (en) Image processing device, image forming device incorporating the same, and storage medium for storing program used thereby
US8004732B2 (en) Image processing apparatus and method thereof
US20030025926A1 (en) Image processing apparatus and image processing method
JPH10112801A (en) Input image processing method
JPH08116464A (en) Colored picture processing and picture processor
US8610957B2 (en) Image processing apparatus, image processing method, and non-transitory computer-readable medium
JP2000278523A (en) Image processor, image reader and image formation device loading the same, image processing method and computer readable storage medium storing image processing procedures
EP0695079A2 (en) Image processing method and apparatus
US7224487B2 (en) Ink reduction error diffusion
JP4596964B2 (en) Image processing apparatus, image forming apparatus, image processing method, computer program, and recording medium
JP2000341547A (en) Device and method for image processing
JP3823933B2 (en) Image processing device
JP3787393B2 (en) Image processing apparatus and method
JP3754736B2 (en) Image processing apparatus and method
JPH0630272A (en) Device and method for processing image
US6837570B2 (en) Print device and print processing method
JP3615308B2 (en) Image processing apparatus and method
JP2999786B2 (en) Color image processing method
JP3143511B2 (en) Image processing device
JPH1155505A (en) Image processing unit
JP2007055127A (en) Apparatus and method for processing image
JPH0846799A (en) Image processor
JPH09322007A (en) Color image processor and its method