JP2002218273A - Image processor and image processing method - Google Patents

Image processor and image processing method

Info

Publication number
JP2002218273A
JP2002218273A JP2001012882A JP2001012882A JP2002218273A JP 2002218273 A JP2002218273 A JP 2002218273A JP 2001012882 A JP2001012882 A JP 2001012882A JP 2001012882 A JP2001012882 A JP 2001012882A JP 2002218273 A JP2002218273 A JP 2002218273A
Authority
JP
Japan
Prior art keywords
color
image data
data
ymc
image
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
JP2001012882A
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 JP2001012882A priority Critical patent/JP2002218273A/en
Publication of JP2002218273A publication Critical patent/JP2002218273A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image processor and an image processing method by which gray reproduction is performed by the single color of K in the image processing of the color conversion of converting the image data of RGB to the image data of the color space of a prescribed color system, converting them to the image data of YMC on the basis of the converted image data of the color space of the prescribed color system and converting them to the image data of YMCK on the basis of the image data of YMC. SOLUTION: A printer driver 14 is provided with a multidimensional lookup table(DLUT) 16 for performing conversion to the image data of YMC after performing correction to follow YMC axes matched with a colorimetric value in Y=M=C at the time of converting the image data of RGB to the color spatial data of L*a*b*, adjusting a lightness range and converting them to the image data of YMC. An UCR processing part 22 for generating the color K and performing the conversion to the image data of YMCK on the basis of the image data of YMC outputted from the printer driver 14 is provided.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、画像処理装置及び
画像処理方法にかかり、特に、RBG入力のデータをY
MCKのデータに変換する色変換処理上のパラメータ作
成を行う画像処理装置及び画像処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus and an image processing method.
The present invention relates to an image processing apparatus and an image processing method for creating parameters in a color conversion process for converting data into MCK data.

【0002】[0002]

【従来の技術】従来、ネットワークに接続された画像表
示装置や印刷装置等のデバイス間で色情報を含む画像デ
ータの通信が行われている。この場合、各デバイス間で
色情報を扱う方式が異なるので、各デバイスに合わせた
色変換処理を行う必要がある。例えば、画像表示装置で
主に用いられるRGBの画像データを用いた画像をカラ
ー印刷する場合には、RGBの画像データを印刷装置で
主に用いられるYMCの画像データやK(黒)色を生成
したYMCKの画像データに変換しなければならない。
2. Description of the Related Art Conventionally, image data including color information is communicated between devices such as an image display device and a printing device connected to a network. In this case, since the method of handling color information differs between devices, it is necessary to perform color conversion processing suitable for each device. For example, when an image using RGB image data mainly used in an image display device is printed in color, the RGB image data is converted into YMC image data or K (black) color mainly used in a printing device. Must be converted to YMCK image data.

【0003】また、YMCKの画像データに変換する際
の印刷装置上の色変換処理におけるK(黒)色生成方法
には、大きく分けて2つの方法がある。一方は、RGB
の画像データをL***色空間やXYZ色空間等の一
般的に用いられる色空間の画像データに変換し、YMC
の画像データに変換して、さらにYMCKの画像データ
の順に変換していく(RGB→(L***)→YMC
→YMCKの色変換パスでK色生成を行う)方法と、他
方は、RGBの画像データをL***色空間やXYZ
色空間等の一般的に用いられる色空間の画像データに変
換して、YMCKの画像データの順に変換していく(R
GB→(L***)→YMCKの色変換パスでK色生
成を行う)方法とがある。
Further, there are roughly two methods of generating a K (black) color in a color conversion process on a printing apparatus when converting into YMCK image data. One is RGB
Is converted to image data in a commonly used color space such as an L * a * b * color space or an XYZ color space.
, And further in the order of YMCK image data (RGB → (L * a * b * ) → YMC
→ K color generation by YMCK color conversion pass) method, and the other is to convert RGB image data into L * a * b * color space or XYZ
The image data is converted into image data in a generally used color space such as a color space, and is converted in the order of YMCK image data (R
GB → (L * a * b * ) → K color generation by YMCK color conversion path).

【0004】例えば、前者としては、図6に示すよう
に、RGBの画像データをL***の画像データ(L
0a0b0)に変換し、変換されたL0a0b0の明度
レンジ調整を行う(L1a1b1に変換する)。そし
て、YMC予測(測色値的予測により、予測モデルを作
成して予測する)し、Y=M=Cとなる分を所定の割合
(UCR率)でYMCをK色と置き換える(以下、UC
R(under color removal:下色除去)処理という)こ
とでYMCKの画像データに変換する方法がある。この
場合には、RGB→(L***)→YMCの色変換パ
スをプリンタドライバ上のソフトウエア処理で行い、Y
MC→YMCKの色変換パスをハードウエア化すること
により、負荷分散することができる。そして、YMC→
YMCKはUCR処理で行うことにより、ハードウエア
化しても極端なコストアップとなることがない。
For example, as the former, as shown in FIG. 6, RGB image data is converted into L * a * b * image data (L
0a0b0), and adjusts the brightness range of the converted L0a0b0 (converts to L1a1b1). Then, YMC prediction (a prediction model is created and predicted by colorimetric prediction) is performed, and YMC is replaced with K at a predetermined ratio (UCR rate) where Y = M = C (hereinafter, UC).
R (under color removal) processing) to convert the image data into YMCK image data. In this case, a color conversion pass of RGB → (L * a * b * ) → YMC is performed by software processing on the printer driver, and Y
By making the color conversion path for MC → YMCK hardware, the load can be distributed. And YMC →
By performing YMCK by UCR processing, there is no extreme increase in cost even if hardware is used.

【0005】一方、後者の場合は、例えば、本願出願人
によって既に提案されている特開平2000−2325
88号公報に記載の技術がある。後者は図7に示すよう
に、RGBの画像データをL***の画像データ(L
0a0b0)に変換し、変換された(L0a0b0)の
明度レンジ調整を行う(L1a1b1に変換する)。こ
こで、グレー軸は通常a*=b*=0であるが、K色はa
*=b*=0でないため、それで予測してもK色単色で再
現することができない。そこで、グレー軸をK色の測色
値に基づいてずらし(K軸追従を行う)、L2a2b2
に変換する。それから、YMCK予測(測色値的予測に
より、予測モデルを作成して予測する)を行ってYMC
Kに変換する。このように、デバイスに依存しないカラ
ー(independent color)であるL***から直接YM
CKを求めるので精度よく色変換処理を行うことができ
る。
On the other hand, in the latter case, for example, Japanese Patent Laid-Open No. 2000-2325, which has already been proposed by the present applicant.
There is a technique described in JP-A-88. In the latter case, as shown in FIG. 7, RGB image data is converted to L * a * b * image data (L
0a0b0) and adjusts the brightness range of the converted (L0a0b0) (converts to L1a1b1). Here, the gray axis is usually a * = b * = 0, but the K color is a
Since * = b * = 0, it cannot be reproduced as a single K color even if prediction is made based on this. Therefore, the gray axis is shifted based on the K colorimetric value (K axis tracking is performed), and L2a2b2
Convert to Then, a YMCK prediction (a prediction model is created and predicted by colorimetric prediction) is performed, and the YMCK prediction is performed.
Convert to K As described above, YM is directly obtained from L * a * b *, which is a device-independent color.
Since CK is obtained, color conversion processing can be performed with high accuracy.

【0006】さらに、RGBの画像データをYMCKの
画像データに変換する方法としは、特開平6−4625
1号公報に記載されるように、最小値抽出回路にてRG
Bカラー画像信号のうちの最小値を抽出し、演算回路に
てそれぞれの差信号を求める。そして、マトリックス変
換回路にて差信号をラッチするラッチと差信号の2次項
を演算する演算回路からの出力をマトリックス変換し、
続く加算器にて元のRGB信号と加算され、所望の色分
解信号を出力することによって、色変換を行う技術が提
案されている。
A method for converting RGB image data into YMCK image data is disclosed in Japanese Patent Laid-Open No. 6-4625.
As described in Japanese Patent Publication No.
The minimum value of the B color image signal is extracted, and each difference signal is obtained by an arithmetic circuit. Then, a matrix conversion circuit performs matrix conversion on an output from a latch for latching the difference signal and an output from a calculation circuit for calculating a quadratic term of the difference signal,
A technique has been proposed in which color conversion is performed by adding the original RGB signal by a subsequent adder and outputting a desired color separation signal.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、RGB
→(L***)→YMC→YMCKの色変換パスでK
色生成を行う方法では、図8に示すように、YMC→Y
MCKの色変換において、Y=M=Cとなる分を所定の
割合(図8ではUCR率100%)でK色と置き換える
ことによりK色の生成を行うため、R=G=Bの測色上
の予測値Y、M、Cの値がグレーデータ(K色単色で表
現される色)に対して、Y=M=Cとはならず、グレー
軸(R=G=B)をK色単色で処理することができな
い。例えば、図6に示すように、RGBの画像データ
(R=G=B=25)を変換した場合には、L***
の画像データ(L=10、a*=b*=0)に変換され、
明度レンジ調整によって、(L=20、a*=b*=0)
に変換され、YMC予測では、(Y=200、M=22
0、C=240)に変換される。ここで、グレーデータ
に対して測色値と一致するようなYMCを予測するた
め、一般的にY=M=Cとはならない。従って、UCR
100%で変換した場合には、(Y=0、M=20、C
=40、K=200)となり、UCR率100%として
もK色単色とならない。すなわち、RGB→(L**
*)→YMCKの色変換パスでK色生成を行った場合の
ように、精度よく色変換処理を行うことができない、と
いう問題がある。
SUMMARY OF THE INVENTION However, RGB
→ (L * a * b * ) → YMC → K in YMCK color conversion path
In the method of performing color generation, as shown in FIG.
In the color conversion of MCK, the color of Y = M = C is replaced with the K color at a predetermined ratio (the UCR rate is 100% in FIG. 8) to generate the K color, so that the color measurement of R = G = B The values of the above predicted values Y, M, and C are not Y = M = C with respect to gray data (a color represented by a single color of K), and the gray axis (R = G = B) is changed to K color. Cannot be processed in a single color. For example, as shown in FIG. 6, when RGB image data (R = G = B = 25) is converted, L * a * b *
Is converted into image data (L = 10, a * = b * = 0)
By adjusting the brightness range, (L = 20, a * = b * = 0)
, And in YMC prediction, (Y = 200, M = 22
0, C = 240). Here, in order to predict a YMC that matches the colorimetric value with respect to the gray data, Y = M = C is not generally satisfied. Therefore, UCR
When converted at 100%, (Y = 0, M = 20, C
= 40, K = 200), and even if the UCR rate is 100%, K color is not a single color. That is, RGB → (L * a * b
* ) → There is a problem that color conversion processing cannot be performed with high accuracy as in the case where K color is generated in the YMCK color conversion path.

【0008】また、特開平6−46251号公報に記載
の技術は、R=G=Bの場合には、別ルーチンでK色単
色に置き換える処理を行うため効率的ではない。
Further, the technique described in Japanese Patent Application Laid-Open No. 6-46251 is not efficient because when R = G = B, processing for replacing with K single color is performed in another routine.

【0009】本発明は、上記問題を解決すべく成された
もので、RGBの画像データを所定表色系の色空間の画
像データに変換し、変換された所定表色系の色空間の画
像データに基づいてYMCの画像データに変換すると共
に、該YMCの画像データに基づいて、YMCKの画像
データに変換する色変換の画像処理において、グレー再
現をK色単色で行うことができる、画像処理装置及び画
像処理方法の提供を目的とする。
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem. The present invention converts RGB image data into image data in a predetermined color system color space, and converts the converted image in a predetermined color system color space. In the color conversion image processing for converting the image data into YMC image data based on the data and converting the YMC image data into YMCK image data, it is possible to perform gray reproduction in K color single color. It is intended to provide an apparatus and an image processing method.

【0010】[0010]

【課題を解決するための手段】上記目的を達成するため
に請求項1に記載の発明は、R(赤)G(緑)B(青)
の画像データを少なくともY(イエロー)M(マゼン
タ)C(シアン)の画像データに色変換する画像処理装
置であって、RGBの画像データを所定表色系の色空間
の画像データに変換する第1の変換手段と、値が同じY
MCデータになるべき前記所定表色系の色空間の色デー
タと、前記色データにより形成された色のYMCデータ
との間の関係に基づいて、前記値が同じになるべき前記
所定表色系の色空間の色データと、YMCデータの値が
同一となる前記形成された色における前記所定表色系の
色空間の色データと、の対応関係を予め定め、該対応関
係によって前記第1の変換手段により変換された画像デ
ータを補正する補正手段と、前記補正手段により補正し
た前記所定表色系の色空間の画像データを、YMCの画
像データに変換する第2の変換手段と、を備えることを
特徴としている。
In order to achieve the above object, the invention described in claim 1 is characterized in that R (red), G (green), B (blue)
An image processing apparatus for color-converting image data of at least Y (yellow), M (magenta) and C (cyan) into image data of a color space of a predetermined color system. Y of the same value as the conversion means of 1
The predetermined color system that should have the same value based on a relationship between color data of the color space of the predetermined color system to be MC data and YMC data of a color formed by the color data. And the color data of the color space of the predetermined color system for the formed color having the same YMC data value is determined in advance, and the first relationship is determined based on the correspondence relationship. A correction unit configured to correct the image data converted by the conversion unit; and a second conversion unit configured to convert the image data in the color space of the predetermined color system corrected by the correction unit into YMC image data. It is characterized by:

【0011】請求項1に記載の発明によれば、第1の変
換手段は、RGBの画像データが一般的に用いられる所
定表色系の色空間の画像データ、例えば、L***
空間、XYZ色空間やLuv色空間等の画像データに変
換される。補正手段では、値が同じYMCデータになる
べき所定表色系の色空間の色データ(グレーデータにな
るべき所定表色系の色空間における色データ)と、色デ
ータにより形成された色のYMCデータ(例えば、グレ
ーデータになるべき所定表色系の色空間の色データをY
MCデータに変換して画像形成を行う画像形成装置等で
形成された画像を測色した測色値などのYMCデータ)
との間の関係に基づいて、グレーデータになるべき所定
表色系の色空間の色データと、YMCデータの値が同一
となる色データにより形成された色における所定表色系
の色空間の色データと、の対応関係を予め定める。そし
て、この対応関係によって第1の変換手段により変換さ
れた画像データが補正される。例えば、所定表色系の色
空間におけるグレーを表す色データが、値が同一となる
YMCデータに基づいて画像形成装置等で形成した画像
を測色した値を所定表色系の色データに変換した値とな
るように補正される。
According to the first aspect of the present invention, the first conversion means converts the image data in a color space of a predetermined color system, such as L * a * b * , into which RGB image data is generally used . The image data is converted into image data such as a color space, an XYZ color space, and a Luv color space. The correction means includes a color data of a color space of a predetermined color system that should be YMC data having the same value (color data in a color space of a predetermined color system that should be gray data) and a YMC of a color formed by the color data. Data (for example, color data of a color space of a predetermined color system to be gray data is represented by Y
YMC data such as colorimetric values obtained by measuring the color of an image formed by an image forming apparatus or the like that converts an image into MC data and forms an image)
Based on the relationship between the color data of the predetermined color system to be gray data and the color space of the predetermined color system in the color formed by the color data having the same YMC data value. The correspondence between the color data and the color data is determined in advance. Then, the image data converted by the first conversion unit is corrected based on the correspondence. For example, color data representing gray in a color space of a predetermined color system is converted into color data of a predetermined color system based on color measurement of an image formed by an image forming apparatus or the like based on YMC data having the same value. The value is corrected so as to be the calculated value.

【0012】また、第2の変換手段では、補正手段によ
り補正した所定表色系の色空間の画像データが、YMC
の画像データに変換される。この時、補正手段によっ
て、上述のように所定表色系の色空間におけるグレーを
表す色データが、値が同一となるYMCデータに基づい
て画像形成装置等で形成した画像を測色した値を所定表
色系の色データに変換した値となるように補正されるの
で、RGBの画像データからYMCの画像データに変換
した場合に、グレーデータに対してYMCの画像データ
の値を同一にすることができる。従って、グレー再現を
K単色で行うことができる。
In the second conversion means, the image data of the color space of the predetermined color system corrected by the correction means is converted to YMC
Is converted to image data. At this time, as described above, the color data representing gray in the color space of the predetermined color system is converted by the correction unit into a value obtained by measuring the color of an image formed by an image forming apparatus or the like based on the YMC data having the same value. Since the correction is performed so as to be a value converted into the color data of the predetermined color system, when the RGB image data is converted into the YMC image data, the value of the YMC image data is made equal to the gray data. be able to. Therefore, gray reproduction can be performed with K single color.

【0013】例えば、L***空間におけるグレーを
表す色データの基準軸は、a=b=0である。この基準
軸を、値が同一となるYMCデータに基づいて画像形成
装置等で形成した画像を測色して得られる測色値に基づ
いて補正することによって、グレーデータを表すL**
*の画像データを第2の変換手段によりYMCの画像
データに変換した場合でもYMCの画像データを同一
(Y=M=C)、すなわち、グレーを表す画像データと
することができ、グレー再現をK単色で行うことができ
る。
For example, the reference axis of the color data representing gray in the L * a * b * space is a = b = 0. This reference axis is corrected based on colorimetric values obtained by measuring the color of an image formed by an image forming apparatus or the like based on YMC data having the same value, thereby obtaining L * a * representing gray data .
Even when the image data b * is converted into YMC image data by the second conversion means, the YMC image data can be the same (Y = M = C), that is, image data representing gray, and gray reproduction can be performed. Can be performed with K single color.

【0014】請求項2に記載の発明は、請求項1に記載
の発明において、前記第2の変換手段により変換された
YMCの画像データをYMCKの画像データに変換する
第3の変換手段を更に備えることを特徴としている。
According to a second aspect of the present invention, in the first aspect of the invention, there is further provided a third conversion means for converting the YMC image data converted by the second conversion means into YMCK image data. It is characterized by having.

【0015】請求項2に記載の発明によれば、請求項1
に記載の発明において、さらに第3の変換手段を備えて
おり、第3の変換手段では、第2の変換手段により変換
されたYMCの画像データがYMCKの画像データに変
換される。この時、上述したように、グレーを表す画像
データに対してY=M=Cとすることができるので、第
3の変換手段でK色を生成してYMCKの画像データに
変換する際には、グレー再現をK色単色で行うことがで
きる。
According to the invention described in claim 2, according to claim 1
In the invention described in (1), a third conversion unit is further provided, and the third conversion unit converts the YMC image data converted by the second conversion unit into YMCK image data. At this time, as described above, since Y = M = C can be set for the image data representing gray, when the K color is generated by the third conversion means and converted into YMCK image data, , Gray reproduction can be performed with a single color of K color.

【0016】すなわち、請求項2に記載の発明は、RG
Bの画像データを所定の色空間の画像データに変換し、
変換された色空間の画像データに基づいてYMCの画像
データに変換すると共に、該YMCの画像データに基づ
いて、YMCKの画像データに変換する色変換処理にお
いて、グレー再現をK色単色で行うことができる。
That is, according to the second aspect of the present invention, the RG
B image data is converted into image data of a predetermined color space,
In a color conversion process for converting YMC image data based on the converted color space image data and converting it into YMCK image data based on the YMC image data, gray reproduction is performed in a single color of K color. Can be.

【0017】請求項3に記載の発明は、請求項1に記載
の発明において、前記第1の変換手段、前記補正手段、
及び前記第2の変換手段を合成した処理とすることを特
徴としている。
According to a third aspect of the present invention, in the first aspect, the first conversion means, the correction means,
And the second conversion means is a combined process.

【0018】請求項3に記載の発明によれば、請求項1
に記載の発明において、第1の変換手段、補正手段、及
び第2の変換手段を合成した処理とすることにより、R
GBの画像データからYMCの画像データへの変換を一
括して行うことができる。例えば、予め作成した演算式
等を用いることにより実現可能であり、請求項4に記載
の発明のように、多次元ルックアップテーブルを用いる
ことによっても実現することができる。
According to the invention described in claim 3, according to claim 1 of the present invention,
In the invention described in the above, the first conversion means, the correction means, and the second conversion means are combined to form a process, whereby R
The conversion from GB image data to YMC image data can be performed collectively. For example, it can be realized by using an arithmetic expression or the like created in advance, and can also be realized by using a multidimensional look-up table as in the invention described in claim 4.

【0019】請求項5に記載の発明は、請求項2乃至請
求項4の何れか1項に記載の発明において、前記第3の
変換手段は、YMCのそれぞれのデータが同一である場
合に、K色単色に変換することを特徴としている。
According to a fifth aspect of the present invention, in the first aspect of the present invention, the third conversion means is provided when the respective data of YMC are the same. It is characterized in that it is converted into a single K color.

【0020】請求項5に記載の発明によれば、請求項2
乃至請求項4の何れか1項に記載の発明において、第3
の変換手段がYMCのそれぞれのデータが同一である場
合に、K色単色に変換することにより、YMCによって
表現されるグレー色と、K単色によって表現されるグレ
ー色を重ねることなく、K単色でグレー再現できる。
According to the invention set forth in claim 5, according to claim 2,
The invention according to any one of claims 4 to 4, wherein
The conversion means converts the data of YMC to the single color of K, so that the gray color represented by YMC and the gray color represented by single K are not overlapped with each other. Can reproduce gray.

【0021】請求項6に記載の発明は、請求項2乃至請
求項5の何れか1項に記載の発明において、前記第1の
変換手段、補正手段、及び第2の変換手段による処理
を、記録媒体に画像形成を行う画像形成装置に画像形成
を指示するコンピュータのソフトウエアで行い、前記第
3の変換手段を前記画像形成装置で行うことを特徴とし
ている。
According to a sixth aspect of the present invention, in the invention of any one of the second to fifth aspects, the processing by the first conversion means, the correction means, and the second conversion means is performed by: The image forming apparatus for forming an image on a recording medium is instructed to form an image by software of a computer, and the third conversion unit is performed by the image forming apparatus.

【0022】請求項6に記載の発明によれば、請求項2
乃至請求項5の何れか1項に記載の発明において、第1
の変換手段、補正手段、及び第2の変換手段をコンピュ
ータのソフトウエア、すなわち、デバイスドライバ等の
ソフトウエア上で行い、第3の変換手段を用紙等の記録
媒体に画像形成を行うプリンタ等の画像形成装置側、例
えば、ハードウエア的に変換処理を行うことにより、色
変換を行う処理の負荷をコンピュータと画像形成装置と
に分散することができる。
According to the invention of claim 6, according to claim 2,
The invention according to any one of claims 5 to 5, wherein
The conversion means, the correction means, and the second conversion means are performed on software of a computer, that is, software such as a device driver, and the third conversion means is a printer or the like which forms an image on a recording medium such as paper. By performing the conversion processing on the image forming apparatus side, for example, by hardware, the load of the processing for performing the color conversion can be distributed to the computer and the image forming apparatus.

【0023】請求項7に記載の発明は、R(赤)G
(緑)B(青)の画像データを所定表色系の色空間の画
像データに変換し、前記所定表色系の色空間の画像デー
タに基づいて、少なくともY(イエロー)M(マゼン
タ)C(シアン)の画像データに変換する色変換処理を
行う際の画像処理方法であって、値が同じYMCデータ
になるべき前記所定表色系の色空間の色データと、前記
色データにより形成された色のYMCデータとの間の関
係に基づいて、前記値が同じになるべき前記所定表色系
の色空間の色データと、YMCデータの値が同一となる
前記形成された色における前記所定表色系の色空間のデ
ータと、の対応関係を予め定め、該対応関係によって前
記所定表色系の色空間の画像データに変換された画像デ
ータを補正してから、前記YMCの画像データに変換す
ることを特徴としている。
According to a seventh aspect of the present invention, R (red) G
The image data of (green) B (blue) is converted into image data of a color space of a predetermined color system, and at least Y (yellow) M (magenta) C based on the image data of the color space of the predetermined color system. An image processing method for performing a color conversion process for converting image data into (cyan) image data, wherein the color data is formed by the color data of the color space of the predetermined color system to be YMC data having the same value, and the color data. Based on the relationship between the YMC data of the predetermined color and the color data of the color space of the predetermined color system that should have the same value, and the predetermined color in the formed color having the same value of the YMC data. The correspondence between the data of the color space of the color system is determined in advance, and the image data converted into the image data of the color space of the predetermined color system is corrected according to the correspondence. The feature of converting That.

【0024】請求項7に記載の発明によれば、色変換
は、RGBの画像データ、所定の色空間の画像データ
(例えば、L***色空間、XYZ色空間やLuv色
空間等の画像データ)、YMCの画像データ、YMCK
の画像データ、の順に変換する。そして、所定の色空間
の画像データからYMCの画像データに変換する際に、
値が同じYMCデータになるべき所定表色系の色空間の
色データ(グレーデータになるべき所定表色系の色空間
の色データ)と、色データにより形成された色のYMC
データ(例えば、グレーデータになるべき所定表色系の
色空間の色データをYMCデータに変換して画像形成を
行う画像形成装置等で形成された画像を測色した測色値
などのYMCデータ)との間の関係に基づいて、グレー
データになるべき所定表色系の色空間の色データと、Y
MCデータの値が同一となる色データにより形成された
色における所定表色系の色空間の色データと、の対応関
係を予め定める。そして、この対応関係によって所定表
色系の色空間のデータに変換された画像データを補正す
る。例えば、所定表色系の色空間におけるグレーを表す
色データが、値が同一となるYMCデータに基づいて画
像形成装置等で形成した画像を測色した値を所定表色系
の色データに変換した値となるように補正する。
According to the seventh aspect of the present invention, the color conversion is performed by using RGB image data, image data in a predetermined color space (for example, L * a * b * color space, XYZ color space, Luv color space, etc.). Image data), YMC image data, YMCK
, And in this order. When converting image data in a predetermined color space into YMC image data,
The color data of the color space of the predetermined color system to be YMC data having the same value (the color data of the color space of the predetermined color system to be gray data) and the YMC of the color formed by the color data
Data (for example, YMC data such as a colorimetric value obtained by measuring the color of an image formed by an image forming apparatus or the like that converts color data in a color space of a predetermined color system to be gray data into YMC data and forms an image) ), Color data of a color space of a predetermined color system to be gray data, and Y
The correspondence between the color data formed by the color data having the same value of the MC data and the color data of the color space of the predetermined color system is predetermined. Then, the image data converted into the data of the color space of the predetermined color system is corrected based on the correspondence. For example, color data representing gray in a color space of a predetermined color system converts colorimetric values of an image formed by an image forming apparatus or the like based on YMC data having the same value into color data of a predetermined color system. The value is corrected so that it becomes the value obtained.

【0025】このように補正を行うことによって得られ
る所定表色系の色空間の画像データをYMCの画像デー
タに変換するので、RGBの画像データからYMCの画
像データに変換した場合に、グレーデータに対してYM
Cの画像データの値を同一にすることができる。従っ
て、グレー再現をK単色で行うことができる。
Since the image data in the color space of the predetermined color system obtained by performing the correction is converted into the YMC image data, when the RGB image data is converted into the YMC image data, the gray data is converted. YM
The value of the image data of C can be made the same. Therefore, gray reproduction can be performed with K single color.

【0026】また、このようにして得られるYMCの画
像データを、例えばYMCが同一の画像データを所定の
割合でK色に置き換えてYMCKの画像データに変換す
ると、上述のようにグレーデータに対してYMCを同一
の値にすることができるので、グレー再現をK色単色で
行うことができる。
When the YMC image data thus obtained is converted into YMCK image data by, for example, replacing the image data of the same YMC with K at a predetermined ratio, the image data is converted to gray data as described above. Since YMC can be set to the same value, gray reproduction can be performed in K single color.

【0027】[0027]

【発明の実施の形態】以下、図面を参照して本発明の実
施の形態の一例を詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.

【0028】本実施の形態は、クライアントコンピュー
タ及びクライアントコンピュータに接続されたプリンタ
に本発明を適用したものである。図1にクライアントコ
ンピュータ及びプリンタの概略構成を示す。
In this embodiment, the present invention is applied to a client computer and a printer connected to the client computer. FIG. 1 shows a schematic configuration of a client computer and a printer.

【0029】図1に示すように、クライアントコンピュ
ータ10にプリンタ12が接続されている。図1では、
クライアントコンピュータ10は、1台接続された構成
として記載するが、複数のクライアントコンピュータ1
0が複数のプリンタ12に接続された構成としてもよ
い。また、LAN(local aerie network)等のネット
ワークにクライアントコンピュータ10、プリンタ12
や画像処理装置等のその他の装置が接続された構成とし
てもよい。なお、クライアントコンピュータ10及びプ
リンタ12は、本発明の画像処理装置に相当する。
As shown in FIG. 1, a printer 12 is connected to a client computer 10. In FIG.
Although the client computer 10 is described as being connected to one client, a plurality of client computers 1
0 may be connected to a plurality of printers 12. In addition, a client computer 10 and a printer 12 are connected to a network such as a LAN (local aerie network).
It may be configured such that another device such as an image processing device or the like is connected. Note that the client computer 10 and the printer 12 correspond to the image processing device of the present invention.

【0030】クライアントコンピュータ10は、図示し
ないCPU、ROM、RAM等の周辺装置によって構成
されていると共に、図示しないハードディスク装置を備
えている。該ハードディスク装置には各種のアプリケー
ションソフト、プリンタ12の設定やプリンタ12で行
う印刷の条件等を設定して印刷を行なうためのプリンタ
ドライバ14等が記憶されている。すなわち、クライア
ントコンピュータ10で動作するアプリケーションソフ
ト上における印刷は、クライアントコンピュータ10の
ハードディスクに記憶されたプリンタドライバ14によ
りプリンタ12を制御することによって行われる。
The client computer 10 includes peripheral devices such as a CPU, a ROM, and a RAM (not shown), and has a hard disk device (not shown). The hard disk device stores various kinds of application software, a printer driver 14 for setting the printer 12, setting conditions for printing performed by the printer 12, and the like, and performing printing. That is, printing on application software running on the client computer 10 is performed by controlling the printer 12 by the printer driver 14 stored on the hard disk of the client computer 10.

【0031】また、プリンタドライバ14には、R
(赤)G(緑)B(青)の画像データをL***の色
空間データに変換(以下、色空間データ変換という)
し、変換されたL***の色空間データの明度レンジ
調整を行い、明度レンジ調整されたL***の色空間
データを、Y(イエロー)M(マゼンタ)C(シアン)
の画像データに変換する際に、Y=M=Cにおける測色
値(予めY=M=Cの画像データに基づいて印刷を行っ
た画像の測色値)に合わせてYMC軸に追従させるため
の補正を行い(以下、YMC軸追従という)、YMC軸
追従されたL***の色空間データを、YMC予測
(測色値的予測により予め予測モデルを作成してYMC
の画像データの予測を行う)によりYMCの画像データ
に変換する多次元ルックアップテーブル(DLUT)1
6が設けられている。すなわち、プリンタドライバ14
に入力されるRGBの画像データは、該DLUT16に
よってYMCの画像データに一括変換される。なお、多
次元ルックアップテーブルではなく、RGBの画像デー
タをL***の色空間データに変換するルックアップ
テーブル、L***の色空間データの明度レンジ調整
を行うルックアップテーブル、明度レンジ調整されたL
***の色空間データをYMC軸追従させるためのル
ックアップテーブル、及びYMC軸追従されたL**
*の色空間データをYMCの画像データに変換するルッ
クアップテーブルをそれぞれの別々のルックアップテー
ブルとして備えるようにしてもよいし、多次元ルックア
ップテーブルではなく、演算式としてもよい。
The printer driver 14 includes R
(Red) G (green) B (blue) image data is converted into L * a * b * color space data (hereinafter referred to as color space data conversion)
Then, the lightness range of the converted L * a * b * color space data is adjusted, and the lightness range adjusted L * a * b * color space data is converted into Y (yellow), M (magenta), C (cyan) )
When converting to image data of Y, the colorimetric value at Y = M = C (the colorimetric value of an image printed based on image data of Y = M = C in advance) is to follow the YMC axis. (Hereinafter, referred to as YMC axis follow-up), and the YMC axis-followed L * a * b * color space data is subjected to YMC prediction (a predictive model is created in advance by colorimetric prediction and YMC
Multi-dimensional look-up table (DLUT) 1 for converting the image data into YMC image data
6 are provided. That is, the printer driver 14
The RGB image data input to the DUT 16 is collectively converted into YMC image data by the DLUT 16. A lookup table for converting RGB image data into L * a * b * color space data instead of a multidimensional lookup table, and a lookup table for adjusting the lightness range of L * a * b * color space data Table, lightness range adjusted L
A look-up table for causing the color space data of * a * b * to follow the YMC axis, and L * a * b followed by the YMC axis
Lookup tables for converting the color space data of * into YMC image data may be provided as separate look-up tables, respectively, or may be an arithmetic expression instead of a multidimensional look-up table.

【0032】また、DLUT16は、本発明の第1の変
換手段、補正手段、及び第2の変換手段に相当し、DL
UT16の処理における色空間データ変換が第1の変換
手段に相当し、YMC軸追従が補正手段に相当し、YM
C予測が第2の変換手段に相当する。
The DLUT 16 corresponds to the first conversion means, the correction means, and the second conversion means of the present invention.
The color space data conversion in the processing of the UT 16 corresponds to the first conversion means, the YMC axis tracking corresponds to the correction means,
The C prediction corresponds to a second conversion unit.

【0033】プリンタ12は、データ処理部18及び画
像形成部20で主に構成されており、プリンタ12に入
力されるYMCの画像データに対して、データ処理18
で所定のデータ処理を行うと共に、YMCKの画像デー
タに変換する。そして、画像形成部20で記録用紙等の
記録媒体に印刷を行なうようになっている。
The printer 12 is mainly composed of a data processing section 18 and an image forming section 20, and performs a data processing 18 on the YMC image data input to the printer 12.
Performs predetermined data processing, and converts the data into YMCK image data. The image forming unit 20 prints on a recording medium such as recording paper.

【0034】データ処理部18は、プリンタドライバ1
4でRGBの画像データからYMCの画像データに変換
された画像データに基づいて、K色を生成してYMCK
の画像データに変換するUCR(under color remova
l:下色除去)処理を行うUCR処理部22と、階調特
性を色毎、記録媒体毎、環境条件毎に補正するTRC
(トーンリプロダクション)処理を行うTRC処理部2
4と、1ページ毎にページイメージを生成するSCRE
EN処理を行って、画像形成部20に出力するSCRE
EN処理部26とによって構成されている。なお、UC
R処理部22は、本発明の第3の変換手段に相当する。
The data processing section 18 is a printer driver 1
In step 4, a K color is generated based on the image data converted from the RGB image data into the YMC image data, and the YMCK is generated.
UCR (under color remova) that converts to image data
l: UCR processing unit 22 that performs (under color removal) processing, and TRC that corrects gradation characteristics for each color, each recording medium, and each environmental condition
TRC processing unit 2 that performs (tone reproduction) processing
4 and SCRE that generates a page image for each page
SCRE to perform EN processing and output to image forming unit 20
And an EN processing unit 26. UC
The R processing unit 22 corresponds to a third conversion unit of the present invention.

【0035】続いて、上述のように構成されたクライア
ントコンピュータ10及びプリンタ12で行われる色変
換処理について説明する。
Next, the color conversion processing performed by the client computer 10 and the printer 12 configured as described above will be described.

【0036】まず、クライアントコンピュータ10側で
行われる処理の流れについて図2のフローチャート及び
図3を参照して説明する。
First, the flow of processing performed on the client computer 10 will be described with reference to the flowchart of FIG. 2 and FIG.

【0037】クライアントコンピュータ10でプリンタ
ドライバ14が動作されると、ステップ100で印刷指
示があるか否かの判定がクライアントコンピュータ10
で行われる。すなわち、クライアントコンピュータ10
で動作しているアプリケーションソフト上でプリンタド
ライバ14が操作され、印刷を行なうための条件等が設
定されて印刷指示が行われたか否か判定される。該判定
が否定された場合には、印刷指示が行われるまで待機
し、印刷指示が行われてステップ100の判定が肯定さ
れると、印刷指示に伴って印刷を行なうためのRGBの
画像データがプリンタドライバ14に取り込まれてステ
ップ102へ移行する。
When the printer driver 14 is operated in the client computer 10, it is determined in step 100 whether or not there is a print instruction.
Done in That is, the client computer 10
It is determined whether or not the printer driver 14 is operated on the application software operating under the conditions described above, conditions for printing are set, and a print instruction is issued. If the determination is denied, the process waits until a print instruction is issued, and if the print instruction is issued and the determination in step 100 is affirmed, RGB image data for printing in accordance with the print instruction is output. The data is taken into the printer driver 14 and the process proceeds to step 102.

【0038】そして、ステップ102〜ステップ108
では、色変換処理が行われる。なお、本実施の形態で
は、RGBの画像データからYMCの画像データへの変
換処理は、上述した多次元ルックアップテーブル16に
よって一括変換されるが、色変換方法を詳細に説明する
ため、多次元ルックアップテーブル16で一括変換され
る処理を分解してステップ102以降に示す。
Steps 102 to 108
Then, a color conversion process is performed. In the present embodiment, the conversion process from RGB image data to YMC image data is collectively converted by the above-described multidimensional lookup table 16. However, in order to describe the color conversion method in detail, The processing to be collectively converted by the look-up table 16 is decomposed and shown in step 102 and subsequent steps.

【0039】ステップ102では、図3に示すように、
RGBの画像データが一般的な色空間であるL***
の画像データに変換される。そして、ステップ104で
は、一般的な色空間であるL***の画像データに対
して、明度レンジ調整が行われ、L0a0b0からL1
a1b1の画像データに変換される。
In step 102, as shown in FIG.
L * a * b * where RGB image data is a general color space
Is converted to image data. In step 104, the lightness range adjustment is performed on the image data of L * a * b * , which is a general color space, and L0a0b0 to L1
The image data is converted into image data of a1b1.

【0040】続いて、ステップ106では、明度レンジ
調整されたL1a1b1の画像データに対してYMC軸
追従が行われる。すなわち、本来グレー軸は、色空間L
***においてa*=b*=0であるが、Y=M=Cの
画像データに基づいて印刷された画像の測色値に合わせ
て軸がずらされる。そして、ステップ108でYMC予
測が行われる。すなわち、予め作成された予測モデルに
基づいて、L***の画像データがYMCの画像デー
タに変換され、ステップ110へ移行して、YMCの画
像データがプリンタ12へ出力され、クライアントコン
ピュータ10側の処理を終了する。
Subsequently, in step 106, the YMC axis follow-up is performed on the L1a1b1 image data whose brightness range has been adjusted. That is, the gray axis is originally the color space L
In * a * b * , a * = b * = 0, but the axis is shifted in accordance with the colorimetric value of the image printed based on the image data of Y = M = C. Then, in step 108, YMC prediction is performed. That is, based on a prediction model created in advance, L * a * b * image data is converted into YMC image data, and the process proceeds to step 110, where the YMC image data is output to the printer 12, and the client computer The process on the side 10 is ended.

【0041】続いて、図4のフローチャート及び図3を
参照してプリンタ12側で行われる処理の流れを説明す
る。
Next, the flow of processing performed on the printer 12 side will be described with reference to the flowchart of FIG. 4 and FIG.

【0042】ステップ200では、プリンタドライバ1
4でRGBの画像データからYMCの画像データに色変
換された画像データの入力があるか否か判定される。該
判定が否定された場合には、画像データが入力されるま
で待機し、画像データが入力されてステップ200の判
定が肯定されると、YMCの画像データがプリンタ12
に取り込まれてステップ202へ移行する。
In step 200, the printer driver 1
At 4, it is determined whether there is an input of image data that has been color-converted from RGB image data to YMC image data. If the determination is negative, the process waits until image data is input. If image data is input and the determination in step 200 is affirmative, the YMC image data is
To step 202.

【0043】そして、ステップ202では、UCR処理
部22によるUCR処理が行われる。すなわち、YMC
の画像データに基づいて、図5に示すようにYMCの最
小値をベースにK色を生成してYMCKの画像データに
変換される。なお、最小値の何%をK色に置き換えるか
がUCR率であるが、本実施の形態では、UCR率10
0%として全てをK色に置き換える。
Then, in step 202, UCR processing is performed by the UCR processing section 22. That is, YMC
5, K color is generated based on the minimum value of YMC as shown in FIG. 5, and is converted into YMCK image data. The percentage of the minimum value to be replaced with the K color is the UCR rate. In the present embodiment, the UCR rate is 10%.
All are replaced with K color as 0%.

【0044】ところで本実施の形態では、プリンタドラ
イバ14によってRGBの画像データからYMCの画像
データに変換する際に、上述のようにYMC軸追従を行
っているので、K色を生成する際には、グレーデータに
対してY=M=Cの画像データに基づいて印刷された画
像の測色値に合わせて色空間が補正されてからYMCに
変換されている。従って、YMC予測を行った結果につ
いてもグレーデータに対してY=M=Cとなるため、K
色を生成する際にUCR率100%とすれば、図5に示
すようにK色単色に置き換えることができ、グレー再現
をK色単色で行うことができる。
In the present embodiment, when the printer driver 14 converts the RGB image data into the YMC image data, the YMC axis follow-up is performed as described above. The gray space is converted to YMC after the color space is corrected in accordance with the colorimetric values of the image printed based on the image data of Y = M = C for Y = M = C. Therefore, Y = M = C for the gray data for the result of the YMC prediction,
If the UCR rate is set to 100% when the color is generated, the color can be replaced with a single K color as shown in FIG. 5, and gray reproduction can be performed with the single K color.

【0045】また、本実施の形態では、クライアントコ
ンピュータ10でRGBの画像データからYMCの画像
データへ変換するまでの処理を行い、プリンタ12でY
MCの画像データからYMCKの画像データへの変換を
行うので、色変換を行う処理の負荷をクライアントコン
ピュータ10とプリンタ12それぞれに分散することが
できる。
In this embodiment, the client computer 10 performs the processing from the conversion of the RGB image data to the YMC image data.
Since the conversion from the MC image data to the YMCK image data is performed, the load of the color conversion processing can be distributed to each of the client computer 10 and the printer 12.

【0046】一方、ステップ204では、UCR処理に
よりYMCKの画像データに変換された画像データに対
して、TRC処理部24によるTRC処理が行われる。
すなわち、階調特性が色毎、記録媒体毎、環境条件毎に
補正される。そして、ステップ206では、SCREE
N処理部26によるSCREEN処理が行われ、1ペー
ジ毎にページイメージが作成されて、ステップ208に
移行して、YMCKの画像データが画像形成部20に出
力されることによって、画像処理部20でYMCKに基
づく記録用紙への画像形成が行われる。
On the other hand, in step 204, the TRC processing by the TRC processing section 24 is performed on the image data converted into the YMCK image data by the UCR processing.
That is, the gradation characteristics are corrected for each color, each recording medium, and each environmental condition. Then, in step 206, SCREE
SCREEN processing is performed by the N processing unit 26, a page image is created for each page, and the process proceeds to step 208, where the YMCK image data is output to the image forming unit 20. An image is formed on recording paper based on YMCK.

【0047】続いて、上述の処理の流れを具体的な数値
を例に挙げて説明する。例えば、図3に示すように、プ
リンタドライバ14に入力されるRGBの画像データが
(R=G=B=25)である場合を例に説明すると、プ
リンタドライバ14では、入力されたRGBの画像デー
タが(L=10、a=b=0)の色空間データに変換さ
れる。続いて、明度レンジ調整が行われると、色空間デ
ータは、(L=20a=b=0)になる。ここで、YM
C軸追従が行われて色空間データは、(L=20、a=
1.5、b=2.0)に補正されて、YMC予測が行わ
れる。すなわち、グレーデータに対し、YMCの値が
(Y=M=C)となるようなYMC予測が行われるの
で、予測結果も(Y=M=C=240)となる。続い
て、プリンタ12のデータ処理部18では、上述のよう
にして得られるYMCの画像データに基づいて、UCR
率100%でK色を生成してYMCKの画像データに変
換されて、(Y=M=C=0、K=240)となり、K
色単色となる。従って、グレーデータについてK色単色
で置き換えられ、グレー再現をK色単色で行うことがで
き、正確に色変換処理を行うことができる。
Next, the flow of the above-described processing will be described with reference to specific numerical values. For example, as shown in FIG. 3, a case where the RGB image data input to the printer driver 14 is (R = G = B = 25) will be described. In the printer driver 14, the input RGB image data The data is converted to (L = 10, a = b = 0) color space data. Subsequently, when the lightness range adjustment is performed, the color space data becomes (L = 20a = b = 0). Where YM
Following the C-axis tracking, the color space data becomes (L = 20, a =
1.5, b = 2.0), and YMC prediction is performed. That is, YMC prediction is performed on the gray data such that the value of YMC is (Y = M = C), and the prediction result is also (Y = M = C = 240). Subsequently, the data processing unit 18 of the printer 12 performs the UCR based on the YMC image data obtained as described above.
A K color is generated at a rate of 100%, converted into YMCK image data, and (Y = M = C = 0, K = 240).
It becomes a single color. Therefore, the gray data is replaced with a single color of K, gray can be reproduced with a single color of K, and color conversion processing can be performed accurately.

【0048】なお、上記の実施の形態では、RGBの画
像データからYMCの画像データまでの変換をクライア
ントコンピュータ10側で行い、YMCの画像データか
らYMCKの画像データへの変換をプリンタ12側で行
うようにしていたが、RGBの画像データからYMCK
の画像データへの変換の一連の処理をクライアントコン
ピュータ10側で全て行うようにしてもよいし、プリン
タ12側で全て行うようにしてもよい。また、クライア
ントコンピュータ10側の処理をソフトウエアで行い、
プリンタ12側の処理をハードウエアで行うようにした
が、全てソフトウエアで行うようしてもよいし、全てハ
ードウエアで行うようにしてもよい。
In the above embodiment, conversion from RGB image data to YMC image data is performed on the client computer 10 side, and conversion from YMC image data to YMCK image data is performed on the printer 12 side. However, YMCK from RGB image data
The series of processes for conversion into image data may be performed entirely on the client computer 10 side, or may be performed entirely on the printer 12 side. Also, the processing on the client computer 10 side is performed by software,
Although the processing on the printer 12 side is performed by hardware, it may be entirely performed by software or entirely performed by hardware.

【0049】また、上記の実施の形態では、RGBの画
像データを所定表色系の色空間の画像データに変換し、
所定表色系の画像データに基づいて、YMCの画像デー
タに変換する際に、所定表色系の色空間としてL**
*の色空間を例に挙げて説明したが、これに限るもので
はなく、例えば、XYZ色空間やLuv色空間等の色空
間を用いるようにしてもよい。XYZ色空間を用いた場
合では、上記の実施形態におけるYMC軸追従としてグ
レーデータになるべき所定表色系の色空間の色データ
と、YMCデータの値が同一となる色データにより形成
された色における所定表色系の色空間の色データと、の
対応関係を予め例えばテーブルとして定め、この対応関
係によって所定表色系の色空間のデータに変換された画
像データを補正することによって実現することが可能で
ある。
In the above embodiment, RGB image data is converted into image data in a color space of a predetermined color system,
When converting into image data of YMC based on image data of a predetermined color system, L * a * b is used as a color space of the predetermined color system.
The color space of * has been described as an example, but the present invention is not limited to this. For example, a color space such as an XYZ color space or a Luv color space may be used. In the case where the XYZ color space is used, the color data formed by the color data in the color space of the predetermined color system that should become gray data as the YMC axis follow-up in the above embodiment and the color data having the same YMC data value. The correspondence between the color data of the predetermined color system and the color data of the predetermined color system is determined in advance as a table, for example, and the image data converted into the data of the color space of the predetermined color system is corrected based on the correspondence. Is possible.

【0050】[0050]

【発明の効果】以上説明したように本発明によれば、R
GBの画像データを所定表色系の色空間の画像データに
変換し、前記所定表色系の色空間の画像データに基づい
てYMCの画像データに変換すると共に、該YMCの画
像データに基づいて、YMCKの画像データに変換する
色変換処理において、所定の色空間の画像データからY
MCの画像データに変換する際に、YMCそれぞれの画
像データの値が同一となる測色値に基づいて、所定の色
空間の画像データにおける色空間のグレーを表す軸を補
正するので、グレー再現をK色単色で行うことができ
る、という効果がある。
As described above, according to the present invention, R
The image data of GB is converted into image data of a color space of a predetermined color system, and is converted into image data of YMC based on the image data of the color space of the predetermined color system, and based on the image data of YMC. , YMCK image data, the image data in a predetermined color space is converted to YMCK image data.
When converting to image data of MC, the axis representing the gray of the color space in the image data of the predetermined color space is corrected based on the colorimetric values at which the values of the image data of the respective YMC are the same, so that gray reproduction is performed. Can be performed in a single color of K.

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

【図1】 本発明の実施の形態に係るクライアントコン
ピュータ及びプリンタの概略構成を示すブロック図であ
る。
FIG. 1 is a block diagram illustrating a schematic configuration of a client computer and a printer according to an embodiment of the present invention.

【図2】 クライアントコンピュータ側で行われる処理
の流れを示すフローチャートである。
FIG. 2 is a flowchart illustrating a flow of processing performed on a client computer side.

【図3】 本発明の実施の形態に係るクライアントコン
ピュータ及びプリンタで行われる色変換の概略を示す図
である。
FIG. 3 is a diagram schematically illustrating color conversion performed by a client computer and a printer according to the embodiment of the present invention.

【図4】 プリンタ側で行われる処理の流れを示すフロ
ーチャートである。
FIG. 4 is a flowchart showing the flow of processing performed on the printer side.

【図5】 本発明の実施の形態に係る色変換において、
YMCからYMCKに変換する際のK色作成を示す図で
ある。
FIG. 5 shows a color conversion according to the embodiment of the present invention.
It is a figure which shows the K color creation at the time of converting from YMC to YMCK.

【図6】 RGB→(L***)→YMC→YMCK
の色変換パスでK色生成を行う従来の方法を示す図であ
る。
FIG. 6: RGB → (L * a * b * ) → YMC → YMCK
FIG. 8 is a diagram showing a conventional method for performing K color generation in a color conversion pass of FIG.

【図7】 RGB→(L***)→YMCKの色変換
パスでK色生成を行う従来の方法を示す図である。
FIG. 7 is a diagram illustrating a conventional method of generating K colors in a color conversion path of RGB → (L * a * b * ) → YMCK.

【図8】 従来のRGB→(L***)→YMC→Y
MCKの色変換パスでK色生成を行った場合の問題点を
説明するための図である。
FIG. 8: Conventional RGB → (L * a * b * ) → YMC → Y
FIG. 9 is a diagram for explaining a problem when K color is generated in an MCK color conversion pass.

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

10 クライアントコンピュータ 12 プリンタ 14 プリンタドライバ 16 DLUT 18 データ処理部 22 UCR処理部 Reference Signs List 10 client computer 12 printer 14 printer driver 16 DLUT 18 data processing unit 22 UCR processing unit

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 2C262 AA24 AC02 BA02 BA07 BC01 BC19 5B057 AA11 BA02 CA01 CA08 CA12 CA16 CB01 CB08 CB12 CB16 CC01 CE17 CE18 CH07 CH08 5C077 LL19 MP08 PP32 PP33 PP36 PP37 PP38 PQ12 PQ23 SS02 TT02 TT06 5C079 HB01 HB02 HB03 HB08 HB11 HB12 LA21 LB02 LB15 MA04 MA11 NA03 NA13  ──────────────────────────────────────────────────続 き Continuing on the front page F term (reference) 2C262 AA24 AC02 BA02 BA07 BC01 BC19 5B057 AA11 BA02 CA01 CA08 CA12 CA16 CB01 CB08 CB12 CB16 CC01 CE17 CE18 CH07 CH08 5C077 LL19 MP08 PP32 PP33 PP36 PP37 PP38 PQ12 PQ23 SS02 TT025 HB02 HB03 HB08 HB11 HB12 LA21 LB02 LB15 MA04 MA11 NA03 NA13

Claims (7)

【特許請求の範囲】[Claims] 【請求項1】 R(赤)G(緑)B(青)の画像データ
を少なくともY(イエロー)M(マゼンタ)C(シア
ン)の画像データに色変換する画像処理装置であって、 RGBの画像データを所定表色系の色空間の画像データ
に変換する第1の変換手段と、 値が同じYMCデータになるべき前記所定表色系の色空
間の色データと、前記色データにより形成された色のY
MCデータとの間の関係に基づいて、前記値が同じにな
るべき前記所定表色系の色空間の色データと、YMCデ
ータの値が同一となる前記形成された色における前記所
定表色系の色空間の色データと、の対応関係を予め定
め、該対応関係によって前記第1の変換手段により変換
された画像データを補正する補正手段と、 前記補正手段により補正した前記所定表色系の色空間の
画像データを、YMCの画像データに変換する第2の変
換手段と、を備えた画像処理装置。
1. An image processing apparatus for color-converting R (red), G (green), and B (blue) image data into at least Y (yellow), M (magenta), and C (cyan) image data. First conversion means for converting image data into image data in a predetermined color space color space; color data in the predetermined color space color space to be YMC data having the same value; Color Y
The color data of the color space of the predetermined color system that should have the same value based on the relationship between the MC data and the predetermined color system of the formed color that has the same value of the YMC data. And a correction unit for correcting the image data converted by the first conversion unit in accordance with the correspondence, and a predetermined color system of the predetermined color system corrected by the correction unit. A second conversion unit that converts image data in a color space into YMC image data.
【請求項2】 前記第2の変換手段により変換されたY
MCの画像データをYMCKの画像データに変換する第
3の変換手段を更に備えることを特徴とする請求項1に
記載の画像処理装置。
2. The Y converted by the second converting means.
The image processing apparatus according to claim 1, further comprising a third conversion unit that converts MC image data into YMCK image data.
【請求項3】 前記第1の変換手段、前記補正手段、及
び前記第2の変換手段を合成した処理とすることを特徴
とする請求項1又は請求項2に記載の画像処理装置。
3. The image processing apparatus according to claim 1, wherein the processing is performed by combining the first conversion unit, the correction unit, and the second conversion unit.
【請求項4】 前記合成した処理は、多次元ルックアッ
プテーブルにより行うことを特徴とする請求項3に記載
の画像処理装置。
4. The image processing apparatus according to claim 3, wherein the combined processing is performed using a multidimensional lookup table.
【請求項5】 前記第3の変換手段は、YMCのそれぞ
れのデータが同一である場合に、K色単色に変換するこ
とを特徴とする請求項2乃至請求項4の何れか1項に記
載の画像処理装置。
5. The apparatus according to claim 2, wherein the third conversion means converts the data into a single color of K when the respective data of YMC are the same. Image processing device.
【請求項6】 前記第1の変換手段、補正手段、及び第
2の変換手段による処理を、記録媒体に画像形成を行う
画像形成装置に画像形成を指示するコンピュータのソフ
トウエアで行い、前記第3の変換手段を前記画像形成装
置で行うことを特徴とする請求項2乃至請求項5の何れ
か1項に記載の画像処理装置。
6. The processing by the first conversion unit, the correction unit, and the second conversion unit is performed by software of a computer that instructs an image forming apparatus that forms an image on a recording medium to form an image. The image processing apparatus according to claim 2, wherein the conversion unit is performed by the image forming apparatus.
【請求項7】 R(赤)G(緑)B(青)の画像データ
を所定表色系の色空間の画像データに変換し、前記所定
表色系の色空間の画像データに基づいて、少なくともY
(イエロー)M(マゼンタ)C(シアン)の画像データ
に変換する色変換処理を行う際の画像処理方法であっ
て、 値が同じYMCデータになるべき前記所定表色系の色空
間の色データと、前記色データにより形成された色のY
MCデータとの間の関係に基づいて、前記値が同じにな
るべき前記所定表色系の色空間の色データと、YMCデ
ータの値が同一となる前記形成された色における前記所
定表色系の色空間のデータと、の対応関係を予め定め、
該対応関係によって前記所定表色系の色空間の画像デー
タに変換された画像データを補正してから、前記YMC
の画像データに変換することを特徴とする画像処理方
法。
7. Converting R (red), G (green), and B (blue) image data into image data of a predetermined color space, and based on the image data of the predetermined color space, At least Y
An image processing method for performing a color conversion process for converting (yellow) M (magenta) C (cyan) image data, wherein the color data of the color space of the predetermined color system should be YMC data having the same value. And Y of the color formed by the color data
The color data of the color space of the predetermined color system that should have the same value based on the relationship between the MC data and the predetermined color system of the formed color that has the same value of the YMC data. The correspondence between the color space data and
After correcting the image data converted into the image data of the color space of the predetermined color system by the correspondence, the YMC
An image processing method for converting image data into image data.
JP2001012882A 2001-01-22 2001-01-22 Image processor and image processing method Pending JP2002218273A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001012882A JP2002218273A (en) 2001-01-22 2001-01-22 Image processor and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001012882A JP2002218273A (en) 2001-01-22 2001-01-22 Image processor and image processing method

Publications (1)

Publication Number Publication Date
JP2002218273A true JP2002218273A (en) 2002-08-02

Family

ID=18879822

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001012882A Pending JP2002218273A (en) 2001-01-22 2001-01-22 Image processor and image processing method

Country Status (1)

Country Link
JP (1) JP2002218273A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007336542A (en) * 2006-06-12 2007-12-27 Toshiba Corp Image forming apparatus and method
US8218196B2 (en) 2007-02-15 2012-07-10 Sharp Kabushiki Kaisha Image processing method and image processing apparatus
TWI411770B (en) * 2010-12-22 2013-10-11 Inventec Corp Method for judging a light color of light-emitting diode

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007336542A (en) * 2006-06-12 2007-12-27 Toshiba Corp Image forming apparatus and method
US8218196B2 (en) 2007-02-15 2012-07-10 Sharp Kabushiki Kaisha Image processing method and image processing apparatus
TWI411770B (en) * 2010-12-22 2013-10-11 Inventec Corp Method for judging a light color of light-emitting diode

Similar Documents

Publication Publication Date Title
US7199903B2 (en) Method and device for determining the color appearance of color overprints
US20010038468A1 (en) Color management system
JPH10309833A (en) Method and system for converting externally defined four-dimensional colorant to equivalent four-dimensional colorant having color component of given printer, and printing system having converting means
JP6338480B2 (en) Color conversion apparatus and color conversion method
US7466463B2 (en) Color conversion definition correction apparatus, and color conversion definition correction program storage medium
JP2004194042A (en) Color image processing method, color image processor, color image processing program and storage medium
US7843599B2 (en) Image processing method and image processing apparatus
EP1309175A2 (en) Printing color management system, and printing color management method
US7580150B2 (en) System and method for reproducing colors on a printing device
JP2001157074A (en) Method and device for color transformation and color transformation definition storage medium
JP3254183B2 (en) Method and apparatus for creating color conversion table
JP4518408B2 (en) Image processing apparatus, method, and program
JP2005286904A (en) Device link profile making method, its device and image processing device
JP2001045313A (en) Method and device for converting color, color conversion program storage medium and method for correcting color
US20070211267A1 (en) System and method for extracting grayscale data within a prescribed tolerance
JP2002218273A (en) Image processor and image processing method
JP2003324624A (en) Method, apparatus and program for color conversion definition correction
JP2006048420A (en) Method for preparing color conversion table, and image processor
JP2006238025A (en) Image processor and method for color transformation
US6979069B2 (en) Color conversion processing method, color conversion processing apparatus, and color conversion processing program storage medium
JP2008172681A (en) Color converter, color converting method, color conversion program, color conversion coefficient creating apparatus, color conversion coefficient creating method, and color conversion coefficient creation program
JP4010952B2 (en) Color conversion definition creation method, color conversion definition creation device, and color conversion definition creation program
JP4443838B2 (en) Hue-specific color adjustment processing circuit and method
JPH1169176A (en) Color reproducing method
JP2006013608A (en) Color transformation definition correcting device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040907

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20061013

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061031

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061228

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070703