JP2001275004A - Color converting processor and recording medium - Google Patents

Color converting processor and recording medium

Info

Publication number
JP2001275004A
JP2001275004A JP2000084315A JP2000084315A JP2001275004A JP 2001275004 A JP2001275004 A JP 2001275004A JP 2000084315 A JP2000084315 A JP 2000084315A JP 2000084315 A JP2000084315 A JP 2000084315A JP 2001275004 A JP2001275004 A JP 2001275004A
Authority
JP
Japan
Prior art keywords
color conversion
value
pixels
conversion processing
density data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000084315A
Other languages
Japanese (ja)
Inventor
Tetsuo Tanaka
哲夫 田中
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP2000084315A priority Critical patent/JP2001275004A/en
Publication of JP2001275004A publication Critical patent/JP2001275004A/en
Pending legal-status Critical Current

Links

Landscapes

  • Color Image Communication Systems (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)

Abstract

PROBLEM TO BE SOLVED: To speed up color conversion processing. SOLUTION: The color converting processor has a density data input part 1 which inputs data in 1st image format, a memory 2 which stores the values of pixels inputted by the density data input part 1, a 1st color conversion part 3 which performs color conversion processing for pixels less than the pixels stored in the memory 2 to data in 2nd image format, a 2nd color conversion part 4 which performs color conversion processing for the pixels other than the pixels converted by the 1st color conversion part 3 to data in the 2nd image format by using the values of the pixels stored in the memory 2 and the values converted by the 1st color conversion part 3, and an output part 5 which outputs the values obtained by the color conversion of the 1st color conversion part 3 and 2nd color conversion part 4.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、カラースキャナ、
カラープリンタ、カラーモニタ等などに用いられる色変
換処理技術に関し、特に、第1の画像フォーマットのデ
ータから第2の画像フォーマットのデータへ色変換を行
う色変換処理に適用して有効な技術に関する。
The present invention relates to a color scanner,
The present invention relates to a color conversion processing technology used for a color printer, a color monitor, and the like, and particularly to a technology that is effective when applied to a color conversion process for performing color conversion from data in a first image format to data in a second image format.

【0002】[0002]

【従来の技術】従来から、第1の画像フォーマットのデ
ータ(例えばRGB画像濃度データ)から第2の画像フ
ォーマットのデータ(例えばCMYまたはCMYK画像
印字データ)へ色変換を行うため、三次元ルックアップ
テーブル参照方式や3×3マスキング演算方式などが提
案されている。
2. Description of the Related Art Conventionally, three-dimensional lookup is performed to perform color conversion from data of a first image format (for example, RGB image density data) to data of a second image format (for example, CMY or CMYK image print data). A table reference method and a 3 × 3 masking operation method have been proposed.

【0003】以下、従来の三次元ルックアップテーブル
参照方式による色変換技術について図2および図3を用
いて、説明する。
Hereinafter, a conventional color conversion technique based on a three-dimensional lookup table reference method will be described with reference to FIGS. 2 and 3. FIG.

【0004】ここで、図2は色変換処理装置における色
変換処理を示すフローチャート、図3は色変換処理装置
における色変換処理に用いられる参照ルックアップテー
ブルを示す説明図である。なお、図3において、ルック
アップテーブルは、Dr,Dg,Dbの入力値である0
〜255までの8ビットのデータをそれぞれ8等分した
9×9×9個の格子点から構成され、格子点間の値は全
て32(=2の5乗)となっている。
FIG. 2 is a flowchart showing a color conversion process in the color conversion processing device, and FIG. 3 is an explanatory diagram showing a reference lookup table used for the color conversion process in the color conversion processing device. In FIG. 3, the look-up table contains 0, which is the input value of Dr, Dg, Db.
It is composed of 9 × 9 × 9 grid points obtained by equally dividing 8-bit data of up to 255 into 8 bits, and all values between the grid points are 32 (= 2 to the fifth power).

【0005】色変換プロセスは、図2において、先ず、
RGB画像濃度データdr,dg,dbを入力し(ステ
ップ1)、入力されたdr,dg,dbより上位3ビッ
トの値X,Y,Zおよび下位5ビットの値x,y,zを
抽出する(ステップ2)(ステップ3)。
In the color conversion process, first, in FIG.
RGB image density data dr, dg, db are input (step 1), and upper 3 bits X, Y, Z and lower 5 bits x, y, z are extracted from the input dr, dg, db. (Step 2) (Step 3).

【0006】次に、抽出された上位3ビットの値X,
Y,Zより、図3に示すDr・Dg・Db−C・M・Y
のルックアップテーブルにおいて、RGB画像濃度デー
タであるDr・Dg・Dbの8点の値P0(X,Y,
Z)、P1(X,Y,Z+1)、P2(X,Y+1,
Z)、P3(X,Y+1,Z+1)、P4(X+1,
Y,Z)、P5(X+1,Y,Z+1)、P6(X+
1,Y+1,Z)、P7(X+1,Y+1,Z+1)に
対応するそれぞれのCMY画像印字データであるC・M
・Y・Kの8点の値Q0(C0,M0,Y0)、Q1
(C1,M1,Y1)、Q2(C2,M2,Y2)、Q
3(C3,M3,Y3)、Q4(C4,M4,Y4)、
Q5(C5,M5,Y5)、Q6(C6,M6,Y
6)、Q7(C7,M7,Y7)を抽出する(ステップ
4)。
Next, the extracted upper three bits X,
From Y and Z, Dr.Dg.Db-C.M.Y shown in FIG.
, The values P0 (X, Y, and 8) of eight points of Dr. Dg. Db which are RGB image density data
Z), P1 (X, Y, Z + 1), P2 (X, Y + 1,
Z), P3 (X, Y + 1, Z + 1), P4 (X + 1,
Y, Z), P5 (X + 1, Y, Z + 1), P6 (X +
C, M, CMY image print data corresponding to P1, (Y + 1, Z) and P7 (X + 1, Y + 1, Z + 1).
-8 points Q0 (C0, M0, Y0) and Q1 of Y and K
(C1, M1, Y1), Q2 (C2, M2, Y2), Q
3 (C3, M3, Y3), Q4 (C4, M4, Y4),
Q5 (C5, M5, Y5), Q6 (C6, M6, Y
6), Q7 (C7, M7, Y7) is extracted (step 4).

【0007】さらに、C・M・Yの値であるQ0〜Q7
の8点に対する重み係数H0〜H7を、それぞれ、H0
=(32−x)×(32−y)×(32−z)、H1=
x×(32−y)×(32−z)、H2=(32−x)
×y×(32−z)、H3=x×y×(32−z)、H
4=(32−x)×(32−y)×z、H5=x×(3
2−y)×z、H6=(32−x)×y×z、H7=x
×y×zにより求める(ステップ5)。
Further, Q0 to Q7, which are the values of C, M and Y,
Weighting coefficients H0 to H7 for the eight points
= (32-x) × (32-y) × (32-z), H1 =
xx (32-y) x (32-z), H2 = (32-x)
× y × (32-z), H3 = x × y × (32-z), H
4 = (32−x) × (32−y) × z, H5 = xx × (3
2-y) × z, H6 = (32−x) × y × z, H7 = x
× y × z (step 5).

【0008】そして、入力値dr,dg,dbに対応す
るC,M,Yの値を、前述したQ0〜Q7およびH0〜
H7を用いて(数1)により求める(ステップ6)。
Then, the values of C, M, and Y corresponding to the input values dr, dg, and db are changed to Q0 to Q7 and H0 to
It is obtained by (Equation 1) using H7 (step 6).

【0009】このようなステップ1〜ステップ6までの
処理が全ての画素に対して行われると、色変換処理が終
了する。
When the processing from step 1 to step 6 is performed on all the pixels, the color conversion processing ends.

【0010】 (数1) C=Σ(Ci×Hi)÷(32×32×32) M=Σ(Mi×Hi)÷(32×32×32) Y=Σ(Yi×Hi)÷(32×32×32)(Equation 1) C = {(Ci × Hi)} (32 × 32 × 32) M = {(Mi × Hi)} (32 × 32 × 32) Y = {(Yi × Hi)} (32 × 32 × 32)

【0011】[0011]

【発明が解決しようとする課題】しかしながら、従来の
技術では、入力画像の画素毎にルックアップテーブルを
参照して補間処理を行っているので、処理時間がかかっ
てしまう。
However, in the prior art, since the interpolation processing is performed with reference to the look-up table for each pixel of the input image, processing time is required.

【0012】そこで、本発明は、色変換処理の高速化を
図ることのできる色変換処理技術を提供することを目的
とする。
Accordingly, an object of the present invention is to provide a color conversion processing technique that can speed up the color conversion processing.

【0013】[0013]

【課題を解決するための手段】この課題を解決するため
に、本発明の色変換処理装置は、第1の画像フォーマッ
トのデータが入力される入力部と、入力部により入力さ
れた複数の画素の値が格納されるメモリと、メモリに格
納された画素数より少ない数の画素に対して第2の画像
フォーマットのデータへ色変換処理を行う第1の色変換
部と、メモリに格納された画素の中で第1の色変換部で
色変換処理が行われなかった画素に対し、メモリに格納
された複数画素の値と第1の色変換部により色変換され
た値とを用いて第2の画像フォーマットのデータへ色変
換処理を行う第2の色変換部と、第1の色変換部および
第2の色変換部により色変換された値を出力する出力部
とを有する構成としたものである。
In order to solve this problem, a color conversion processing apparatus according to the present invention comprises: an input unit to which data of a first image format is input; and a plurality of pixels input by the input unit. , A first color conversion unit that performs a color conversion process on a smaller number of pixels than the number of pixels stored in the memory into data of a second image format, and a memory stored in the memory. For the pixels for which the color conversion processing has not been performed in the first color conversion unit among the pixels, a pixel using the values of the plurality of pixels stored in the memory and the values color-converted by the first color conversion unit is used. A second color conversion unit that performs a color conversion process on the data of the second image format, and an output unit that outputs a value color-converted by the first color conversion unit and the second color conversion unit. Things.

【0014】これにより、色変換処理の高速化を図るこ
とが可能になる。
This makes it possible to speed up the color conversion process.

【0015】[0015]

【発明の実施の形態】本発明の請求項1に記載の発明
は、第1の画像フォーマットのデータが入力される入力
部と、入力部により入力された複数の画素の値が格納さ
れるメモリと、メモリに格納された画素数より少ない数
の画素に対して第2の画像フォーマットのデータへ色変
換処理を行う第1の色変換部と、メモリに格納された画
素の中で第1の色変換部で色変換処理が行われなかった
画素に対し、メモリに格納された複数画素の値と第1の
色変換部により色変換された値とを用いて第2の画像フ
ォーマットのデータへ色変換処理を行う第2の色変換部
と、第1の色変換部および第2の色変換部により色変換
された値を出力する出力部とを有する色変換処理装置で
あり、色変換処理の高速化を図ることが可能になるとい
う作用を有する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The invention according to claim 1 of the present invention is directed to an input unit to which data of a first image format is input, and a memory for storing a plurality of pixel values input by the input unit. A first color conversion unit that performs a color conversion process on the number of pixels smaller than the number of pixels stored in the memory into data of the second image format, and a first color conversion unit among the pixels stored in the memory. For pixels for which color conversion processing has not been performed by the color conversion unit, data of the second image format is converted into data of the second image format using the values of a plurality of pixels stored in the memory and the values color-converted by the first color conversion unit. The color conversion processing device includes a second color conversion unit that performs a color conversion process, and an output unit that outputs a value that is color-converted by the first color conversion unit and the second color conversion unit. Has the effect that it is possible to increase the speed.

【0016】本発明の請求項2に記載の発明は、請求項
1記載の発明において、メモリに格納されるデータは、
同一ライン上の画素、または複数ライン上の画素である
色変換処理装置であり、色変換処理の高速化を図ること
が可能になるという作用を有する。
According to a second aspect of the present invention, in the first aspect, the data stored in the memory is:
This is a color conversion processing device that is a pixel on the same line or a pixel on a plurality of lines, and has an effect that the speed of the color conversion process can be increased.

【0017】本発明の請求項3に記載の発明は、第1の
画像フォーマットのデータを入力するステップと、入力
された複数の画素の値を格納するステップと、格納され
た画素数より少ない数の画素に対して第2の画像フォー
マットのデータへ色変換処理を行うステップと、格納さ
れた画素の中で色変換処理が行われなかった画素に対
し、格納された複数画素の値と既に色変換された値とを
用いて第2の画像フォーマットのデータへ色変換処理を
行うステップと、色変換された値を出力するステップと
を実行するプログラムが格納された記録媒体であり、色
変換処理の高速化を図ることが可能になるという作用を
有する。
According to a third aspect of the present invention, a step of inputting data of a first image format, a step of storing values of a plurality of input pixels, and a step of storing a number smaller than the number of stored pixels Performing a color conversion process on the pixels of the second image format into data of the second image format; and, for the pixels that have not been subjected to the color conversion process among the stored pixels, the stored values of the plurality of pixels and the color A recording medium storing a program for executing a step of performing a color conversion process on the data of the second image format using the converted value and a step of outputting the color-converted value; Has the effect that it is possible to increase the speed.

【0018】以下、本発明の実施の形態について、図1
から図7を用いて説明する。
FIG. 1 shows an embodiment of the present invention.
This will be described with reference to FIG.

【0019】図1は本発明の一実施の形態における色変
換処理装置を示すブロック図、図2は色変換処理装置に
おける色変換処理を示すフローチャート、図3は色変換
処理装置における色変換処理に用いられる参照ルックア
ップテーブルを示す説明図、図4は図1の色変換処理装
置の第2の色変換部における色変換処理の一例を示す説
明図、図5は図1の色変換処理装置の第2の色変換部に
おける色変換処理の他の一例を示す説明図、図6は図1
の色変換処理装置の第2の色変換部における色変換処理
のさらに他の一例を示す説明図、図7は図1の色変換処
理装置の具体的な展開例を示す説明図である。
FIG. 1 is a block diagram showing a color conversion processing device according to an embodiment of the present invention, FIG. 2 is a flowchart showing color conversion processing in the color conversion processing device, and FIG. FIG. 4 is an explanatory diagram showing a reference lookup table used, FIG. 4 is an explanatory diagram showing an example of a color conversion process in a second color conversion unit of the color conversion processing device of FIG. 1, and FIG. 5 is a diagram of the color conversion processing device of FIG. FIG. 6 is an explanatory diagram showing another example of the color conversion process in the second color conversion unit, and FIG.
FIG. 7 is an explanatory diagram showing still another example of the color conversion processing in the second color conversion unit of the color conversion processing device of FIG. 1, and FIG. 7 is an explanatory diagram showing a specific development example of the color conversion processing device of FIG.

【0020】図1に示すように、本実施の形態の色変換
処理装置は、RGB画像濃度データ(第1の画像フォー
マットのデータ)が入力される濃度データ入力部(入力
部)1と、濃度データ入力部1により入力された複数の
画素の濃度データを格納するメモリ2と、メモリ2に格
納された画素数より少ない数の画素に対してCMYやC
MYK画像印字データ(第2の画像フォーマットのデー
タ)へ色変換処理を行う第1の色変換部3と、メモリ2
に格納された画素の中で第1の色変換部3で色変換処理
が行われなかった画素に対し、メモリ2に格納された複
数画素の濃度データと第1の色変換部3により色変換さ
れた値とを用いて色変換処理を行う第2の色変換部4
と、第1の色変換部3および第2の色変換部4により色
変換された値を出力する出力部5とを具備する構成とな
っている。
As shown in FIG. 1, a color conversion processing apparatus according to the present embodiment includes a density data input section (input section) 1 for inputting RGB image density data (data of a first image format), A memory 2 for storing density data of a plurality of pixels input by the data input unit 1, and CMY or CMY for pixels smaller than the number of pixels stored in the memory 2.
A first color conversion unit 3 for performing a color conversion process on MYK image print data (data of a second image format);
Of the pixels that have not been subjected to the color conversion processing by the first color conversion unit 3 among the pixels stored in the memory 2, the density conversion of a plurality of pixels stored in the memory 2 and the color conversion by the first color conversion unit 3 Second color conversion unit 4 that performs a color conversion process using the obtained value
And an output unit 5 that outputs a value that has been color-converted by the first color conversion unit 3 and the second color conversion unit 4.

【0021】ここで、メモリ2に格納される画素数が2
個の場合について説明する。
Here, the number of pixels stored in the memory 2 is 2
The case of the number will be described.

【0022】先ず、濃度データ入力部1にRGB画像濃
度データdr・dg・dbが入力されると、この入力さ
れた2個の画素の濃度データをメモリ2に格納する。
First, when RGB image density data dr, dg, db is input to the density data input unit 1, the input density data of the two pixels is stored in the memory 2.

【0023】そして、メモリ2に格納された2個の濃度
データの中で、最初の画素の濃度データ6Aに対し、第
1の色変換部3で第1の色変換処理を行う。なお、第1
の色変換処理については、詳細を後述する。
The first color conversion unit 3 performs a first color conversion process on the density data 6A of the first pixel among the two density data stored in the memory 2. The first
The details of the color conversion processing will be described later.

【0024】次に、メモリ2に格納された2個の濃度デ
ータの中で、第1の色変換処理を行わなかった画素の濃
度データ6Bに対し、第2の色変換部4で第2の色変換
処理を行う。第2の色変換処理についても、詳細は後述
する。
Next, of the two density data stored in the memory 2, the second color conversion unit 4 applies the second color conversion unit 4 to the density data 6 B of the pixel that has not been subjected to the first color conversion processing. Perform color conversion processing. The details of the second color conversion processing will also be described later.

【0025】次に、第1の色変換処理について、図2お
よび図3を用いて詳細を説明する。
Next, the first color conversion processing will be described in detail with reference to FIGS.

【0026】RGB画像濃度データからCMYまたはC
MYK画像印字データへ変換する第1の色変換処理とし
て、三次元ルックアップテーブル参照方式や4面体補間
方式や3×3マスキング演算方式などの中から、三次元
ルックアップテーブル参照方式を例に説明する。
From the RGB image density data, CMY or C
As the first color conversion processing for converting to MYK image print data, a description will be given of a three-dimensional lookup table reference method from among a three-dimensional lookup table reference method, a tetrahedral interpolation method, a 3 × 3 masking operation method, and the like. I do.

【0027】ここで、図2は三次元ルックアップテーブ
ル参照方式による色変換プロセスを示すフローチャー
ト、図3はRGB画像濃度データであるDr(レッドの
濃度データ)・Dg(グリーンの濃度データ)・Db
(ブルーの濃度データ)からCMY画像印字データであ
るC(シアン)・M(マゼンタ)・Y(イエロー)への
参照ルックアップテーブルを示す説明図である。なお、
図3において、ルックアップテーブルは、Dr,Dg,
Dbの入力値である0〜255までの8ビットのデータ
をそれぞれ8等分した9×9×9個の格子点から構成さ
れ、格子点間の値は全て32(=2の5乗)となってい
る。
FIG. 2 is a flowchart showing a color conversion process using a three-dimensional lookup table reference method, and FIG. 3 is a diagram showing RGB image density data Dr (red density data), Dg (green density data) and Db.
FIG. 8 is an explanatory diagram showing a reference lookup table from (blue density data) to C (cyan), M (magenta), and Y (yellow), which are CMY image print data. In addition,
In FIG. 3, the lookup tables are Dr, Dg,
It is composed of 9 × 9 × 9 grid points obtained by equally dividing 8-bit data of 0 to 255, which is the input value of Db, into eight, and all the values between the grid points are 32 (= 2 to the fifth power). Has become.

【0028】色変換プロセスは、図2において、先ず、
RGB画像濃度データdr,dg,dbを入力し(ステ
ップ1)、入力されたdr,dg,dbより上位3ビッ
トの値X,Y,Zおよび下位5ビットの値x,y,zを
抽出する(ステップ2)(ステップ3)。
In the color conversion process, first, in FIG.
RGB image density data dr, dg, db are input (step 1), and upper 3 bits X, Y, Z and lower 5 bits x, y, z are extracted from the input dr, dg, db. (Step 2) (Step 3).

【0029】次に、抽出された上位3ビットの値X,
Y,Zより、図3に示すDr・Dg・Db−C・M・Y
のルックアップテーブルにおいて、RGB画像濃度デー
タであるDr・Dg・Dbの8点の値P0(X,Y,
Z)、P1(X,Y,Z+32)、P2(X,Y+3
2,Z)、P3(X,Y+32,Z+32)、P4(X
+32,Y,Z)、P5(X+32,Y,Z+32)、
P6(X+32,Y+32,Z)、P7(X+32,Y
+32,Z+32)に対応するそれぞれのCMY画像印
字データであるC・M・Y・Kの8点の値Q0(C0,
M0,Y0)、Q1(C1,M1,Y1)、Q2(C
2,M2,Y2)、Q3(C3,M3,Y3)、Q4
(C4,M4,Y4)、Q5(C5,M5,Y5)、Q
6(C6,M6,Y6)、Q7(C7,M7,Y7)を
抽出する(ステップ4)。
Next, the extracted upper three bits X,
From Y and Z, Dr.Dg.Db-C.M.Y shown in FIG.
, The values P0 (X, Y, and 8) of eight points of Dr. Dg. Db which are RGB image density data
Z), P1 (X, Y, Z + 32), P2 (X, Y + 3)
2, Z), P3 (X, Y + 32, Z + 32), P4 (X
+32, Y, Z), P5 (X + 32, Y, Z + 32),
P6 (X + 32, Y + 32, Z), P7 (X + 32, Y
+32, Z + 32), C, M, Y, K values of eight points Q0 (C0, C0,
M0, Y0), Q1 (C1, M1, Y1), Q2 (C
2, M2, Y2), Q3 (C3, M3, Y3), Q4
(C4, M4, Y4), Q5 (C5, M5, Y5), Q
6 (C6, M6, Y6) and Q7 (C7, M7, Y7) are extracted (step 4).

【0030】さらに、C・M・Yの値であるQ0〜Q7
の8点に対する重み係数H0〜H7を、それぞれ、H0
=(32−x)×(32−y)×(32−z)、H1=
x×(32−y)×(32−z)、H2=(32−x)
×y×(32−z)、H3=x×y×(32−z)、H
4=(32−x)×(32−y)×z、H5=x×(3
2−y)×z、H6=(32−x)×y×z、H7=x
×y×zにより求める(ステップ5)。
Further, Q0 to Q7 which are the values of C, M and Y
Weighting coefficients H0 to H7 for the eight points
= (32-x) × (32-y) × (32-z), H1 =
xx (32-y) x (32-z), H2 = (32-x)
× y × (32-z), H3 = x × y × (32-z), H
4 = (32−x) × (32−y) × z, H5 = xx × (3
2-y) × z, H6 = (32−x) × y × z, H7 = x
× y × z (step 5).

【0031】そして、入力値dr,dg,dbに対応す
るC,M,Yの値を、前述したQ0〜Q7およびH0〜
H7を用いて(数1)により求める(ステップ6)。
Then, the values of C, M, and Y corresponding to the input values dr, dg, and db are changed to Q0 to Q7 and H0 to
It is obtained by (Equation 1) using H7 (step 6).

【0032】このようなステップ1〜ステップ6までの
処理が全ての画素に対して行われると、色変換処理が終
了する。
When the processing from step 1 to step 6 is performed for all the pixels, the color conversion processing ends.

【0033】 (数1) C=Σ(Ci×Hi)÷(32×32×32) M=Σ(Mi×Hi)÷(32×32×32) Y=Σ(Yi×Hi)÷(32×32×32) 次に、第2の色変換処理について、図4を用いて詳細を
説明する。
(Equation 1) C = {(Ci × Hi)} (32 × 32 × 32) M = {(Mi × Hi)} (32 × 32 × 32) Y = {(Yi × Hi)} (32 (× 32 × 32) Next, the second color conversion processing will be described in detail with reference to FIG.

【0034】図4において、6A・6Bはメモリ2に格
納された画素の濃度データであり、7Aは濃度データ6
Aに対する色変換処理後の値であり、7Bは濃度データ
6Bに対する色変換後の値である。
In FIG. 4, reference numerals 6A and 6B denote density data of pixels stored in the memory 2;
A is a value after the color conversion processing for A, and 7B is a value after the color conversion for the density data 6B.

【0035】ここで、濃度データ6Aに対する色変換処
理後の値7Aは、前述した第1の色変換処理により求め
られ、濃度データ6Bに対する色変換処理後の値7B
は、第2の色変換処理として、例えば(数2)のように
求められる。
Here, the value 7A after the color conversion processing for the density data 6A is obtained by the above-described first color conversion processing, and the value 7B after the color conversion processing for the density data 6B is obtained.
Is obtained as the second color conversion processing, for example, as in (Equation 2).

【0036】 (数2) Cyan_b=Cyan_a−Red_a+Red_b Magenta_b=Magenta_a−Green_a+Green_b Yellow_b =Yellow_a−Blue_a+Blue_b ここで、Red_aは濃度データ6aのレッドの値で、
Red_bは濃度データ6bのレッドの値で、Gree
n_aは濃度データ6aのグリーンの値で、Green
_bは濃度データ6bのグリーンの値で、Blue_a
は濃度データ6aのブルーの値で、Blue_bは濃度
データ6bのブルーの値である。また、Cyan_aは
色変換処理後の値7aのシアンの値で、Cyan_bは
色変換処理後の値7bのシアンの値で、Magenta
_aは色変換処理後7aのマゼンタの値で、Magen
ta_bは色変換処理後の値7bのマゼンタの値で、Y
ellow_aは色変換処理後の値7aのイエローの値
で、Yellow_bは色変換処理後の値7bのイエロ
ーの値である。
(Equation 2) Cyan_b = Cyan_a-Red_a + Red_b Magenta_b = Magenta_a-Green_a + Green_b Yellow_b = Yellow_a-Blue_a + Blue_b where Red_a is the density data 6a and Red_a is the density data 6a.
Red_b is the red value of the density data 6b,
n_a is the green value of the density data 6a, Green
_B is the green value of the density data 6b, and Blue_a
Is the blue value of the density data 6a, and Blue_b is the blue value of the density data 6b. Cyan_a is the cyan value of the value 7a after the color conversion processing, Cyan_b is the cyan value of the value 7b after the color conversion processing, and Magenta
_A is the value of magenta after color conversion processing 7a, and
ta_b is the magenta value of the value 7b after the color conversion processing,
Yellow_a is the yellow value of the value 7a after the color conversion processing, and Yellow_b is the yellow value of the value 7b after the color conversion processing.

【0037】次に、メモリ2に格納される画素数が5個
で、且つ格納される画素が全て同一ライン上の場合につ
いて説明する。
Next, a case where the number of pixels stored in the memory 2 is five and all the stored pixels are on the same line will be described.

【0038】先ず、濃度データ入力部1にRGB画像濃
度データdr・dg・dbが入力されると、入力された
同一ライン上の5個の画素の濃度データをメモリ2に格
納する。
First, when RGB image density data dr, dg, db is input to the density data input unit 1, the input density data of five pixels on the same line is stored in the memory 2.

【0039】そして、メモリ2に格納された5個の濃度
データの中で、最初の画素の濃度データ6Cおよび最後
の画素の濃度データ6Gに対して、前述した第1の色変
換処理を行う。
Then, among the five density data stored in the memory 2, the above-described first color conversion processing is performed on the density data 6C of the first pixel and the density data 6G of the last pixel.

【0040】次に、メモリ2に格納された5個の濃度デ
ータの中で、第1の色変換処理を行わなかった画素の濃
度データ6D・6E・6Fに対して第2の色変換処理を
行う。
Next, of the five density data stored in the memory 2, the second color conversion processing is performed on the density data 6D, 6E, and 6F of the pixels for which the first color conversion processing has not been performed. Do.

【0041】ここで、第2の色変換処理について、図5
を用いて詳細を説明する。
Here, the second color conversion processing will be described with reference to FIG.
The details will be described with reference to FIG.

【0042】図5において、6C・6D・6E・6F・
6Gはメモリ2に格納された画素の濃度データであり、
7Cは濃度データ6Cに対する色変換処理後の値であ
り、7Dは濃度データ6Dに対する色変換処理後の値で
あり、7Eは濃度データ6Eに対する色変換処理後の値
であり、7Fは濃度データ6Fに対する色変換処理後の
値であり、7Gは濃度データ6Gに対する色変換後の値
である。
In FIG. 5, 6C, 6D, 6E, 6F,
6G is the density data of the pixel stored in the memory 2,
7C is a value of the density data 6C after the color conversion processing, 7D is a value of the density data 6D after the color conversion processing, 7E is a value of the density data 6E after the color conversion processing, and 7F is a density data 6F. 7G is a value after the color conversion for the density data 6G.

【0043】また、濃度データ6Cに対する色変換処理
後の値7Cは前述した第1の色変換処理により求めら
れ、同様に、濃度データ6Gに対する色変換処理後の値
7Gも第1の色変換処理により求められ、濃度データ6
D・6E・6Fに対する色変換処理後の値7D・7E・
7Fは、第2の色変換処理として、例えば(数3)のよ
うに求められる。
The value 7C after the color conversion processing for the density data 6C is obtained by the above-described first color conversion processing. Similarly, the value 7G after the color conversion processing for the density data 6G is also obtained by the first color conversion processing. And the density data 6
Values 7D, 7E, after color conversion processing for D, 6E, 6F
7F is obtained as the second color conversion processing, for example, as in (Equation 3).

【0044】 (数3) Cyan_e =((Red_e−Red_g)×Cyan_c +(Red_c−Red_e)×Cyan_g) ÷(Red_c−Red_g) Magenta_e =((Green_e−Green_g)×Magenta_c +(Green_c−Green_e)×Magenta_g) ÷(Green_c−Green_g) Yellow_e =((Blue_e−Blue_g)×Yellow_c +(Blue_c−Blue_e)×Yellow_g) ÷(Blue_c−Blue_g) ここで、Red_cは濃度データ6cのレッドの値で、
Red_eは濃度データ6eのレッドの値で、Red_
gは濃度データ6gのレッドの値で、Green_cは
濃度データ6cのグリーンの値で、Green_eは濃
度データ6eのグリーンの値で、Green_gは濃度
データ6gのグリーンの値で、Blue_cは濃度デー
タ6cのブルーの値で、Blue_eは濃度データ6e
のブルーの値で、Blue_gは濃度データ6gのブル
ーの値である。また、Cyan_cは色変換処理後の値
7cのシアンの値で、Cyan_eは色変換処理後の値
7eのシアンの値で、Cyan_gは色変換処理後の値
7gのシアンの値で、Magenta_cは色変換処理
後7cのマゼンタの値で、Magenta_eは色変換
処理後の値7eのマゼンタの値で、Magenta_g
は色変換処理後の値7gのマゼンタの値で、Yello
w_cは色変換処理後の値7cのイエローの値で、Ye
llow_eは色変換処理後の値7eのイエローの値
で、Yellow_gは色変換処理後の値7gのイエロ
ーの値である。
(Equation 3) Cyan_e = ((Red_e-Red_g) × Cyan_c + (Red_c-Red_e) × Cyan_g) ÷ (Red_c−Red_g) ) {(Green_c-Green_g) Yellow_e = ((Blue_e-Blue_g) * Yellow_c + (Blue_c-Blue_e) * Yellow_g) {(Blue_c-Blue_g) where Red is the value of Red_c,
Red_e is the red value of the density data 6e,
g is the red value of the density data 6g, Green_c is the green value of the density data 6c, Green_e is the green value of the density data 6e, Green_g is the green value of the density data 6g, and Blue_c is the green value of the density data 6c. Blue_e is the density data 6e
And Blue_g is the blue value of the density data 6g. Also, Cyan_c is the cyan value of the value 7c after the color conversion process, Cyan_e is the cyan value of the value 7e after the color conversion process, Cyan_g is the cyan value of the value 7g after the color conversion process, and Magenta_c is the color. Magenta_e is the magenta value of the converted 7c, and Magenta_e is the magenta value of the value 7e after the color conversion.
Is a magenta value of 7 g after the color conversion processing,
w_c is a yellow value of the value 7c after the color conversion processing,
“low_e” is a yellow value having a value of 7e after the color conversion processing, and Yellow_g is a yellow value having a value of 7g after the color conversion processing.

【0045】次に、メモリ2に格納される画素数が5個
で、且つ格納される画素が3ライン上の場合について説
明する。
Next, a case where the number of pixels stored in the memory 2 is five and the stored pixels are on three lines will be described.

【0046】先ず、濃度データ入力部1にRGB画像濃
度データdr・dg・dbが入力されると、入力された
3ライン上の5個の画素の濃度データをメモリ2に格納
する。
First, when RGB image density data dr, dg, db are input to the density data input unit 1, the input density data of five pixels on three lines is stored in the memory 2.

【0047】そして、メモリ2に格納された5個の濃度
データ6H・6I・6J・6K・6Lの中で、濃度デー
タ6H・6I・6JK・6Lに対して前述した第1の色
変換処理を行う。
Then, among the five density data 6H, 6I, 6J, 6K, and 6L stored in the memory 2, the above-described first color conversion processing is performed on the density data 6H, 6I, 6JK, and 6L. Do.

【0048】次に、メモリ2に格納された5個の濃度デ
ータの中で、第1の色変換処理を行わなかった画素の濃
度データ6Jに対して第2の色変換処理を行う。
Next, of the five density data stored in the memory 2, the second color conversion processing is performed on the density data 6J of the pixels for which the first color conversion processing has not been performed.

【0049】ここで、第2の色変換処理について、図6
を用いて詳細を説明する。
Here, the second color conversion processing will be described with reference to FIG.
The details will be described with reference to FIG.

【0050】図6において、6H・6I・6J・6K・
6Lはメモリ2に格納された画素の濃度データであり、
7Hは濃度データ6Hに対する色変換処理後の値であ
り、7Iは濃度データ6Iに対する色変換処理後の値で
あり、7Jは濃度データ6Jに対する色変換処理後の値
であり、7Kは濃度データ6Kに対する色変換処理後の
値であり、7Lは濃度データ6Lに対する色変換後の値
である。
In FIG. 6, 6H, 6I, 6J, 6K,
6L is density data of a pixel stored in the memory 2;
7H is the value of the density data 6H after the color conversion processing, 7I is the value of the density data 6I after the color conversion processing, 7J is the value of the density data 6J after the color conversion processing, and 7K is the density data 6K. 7L is a value after the color conversion for the density data 6L.

【0051】また、濃度データ6Hに対する色変換処理
後の値7Hは前述した第1の色変換処理により求めら
れ、濃度データ6Iに対する色変換処理後の値7Iも第
1の色変換処理により求められ、濃度データ6Kに対す
る色変換処理後の値7Kも第1の色変換処理により求め
られ、濃度データ6Lに対する色変換処理後の値7Lも
第1の色変換処理により求められ、濃度データ6Jに対
する色変換処理後の値7Jは、第2の色変換処理とし
て、例えば(数4)のように求められる。
The value 7H after the color conversion processing for the density data 6H is obtained by the above-described first color conversion processing, and the value 7I after the color conversion processing for the density data 6I is also obtained by the first color conversion processing. The value 7K after the color conversion processing for the density data 6K is also obtained by the first color conversion processing, the value 7L after the color conversion processing for the density data 6L is also obtained by the first color conversion processing, and the color for the density data 6J is obtained. The value 7J after the conversion processing is obtained as the second color conversion processing, for example, as shown in (Equation 4).

【0052】 (数4) Cyan_j =((Red_h−Red_j)×Cyan_l +(Red_i−Red_j)×Cyan_k) +(Red_k−Red_j)×Cyan_i) +(Red_l−Red_j)×Cyan_h) ÷(|Red_h−Red_j| +|Red_i−Red_j| +|Red_k−Red_j| +|Red_l−Red_j|) Magenta_j =((Green_h−Green_j)×Magenta_l +(Green_i−Green_j)×Magenta_k) +(Green_k−Green_j)×Magenta_i) +(Green_l−Green_j)×Magenta_h) ÷(|Green_h−Green_j| +|Green_i−Green_j| +|Green_k−Green_j| +|Green_l−Green_j|) Yellow_j =((Blue_h−Blue_j)×Yellow_l +(Blue_i−Blue_j)×Yellow_k) +(Blue_k−Blue_j)×Yellow_i) +(Blue_l−Blue_j)×Yellow_h) ÷(|Blue_h−Blue_j| +|Blue_i−Blue_j| +|Blue_k−Blue_j| +|Blue_l−Blue_j|) ここで、Red_hは濃度データ6hのレッドの値で、
Red_iは濃度データ6iのレッドの値で、Red_
jは濃度データ6jのレッドの値で、Red_kは濃度
データ6kのレッドの値で、Red_lは濃度データ6
lのレッドの値で、Green_hは濃度データ6hの
グリーンの値で、Green_iは濃度データ6iのグ
リーンの値で、Green_jは濃度データ6jのグリ
ーンの値で、Green_kは濃度データ6kのグリー
ンの値で、Green_lは濃度データ6lのグリーン
の値で、Blue_hは濃度データ6hのブルーの値
で、Blue_iは濃度データ6iのブルーの値で、B
lue_jは濃度データ6jのブルーの値で、Blue
_kは濃度データ6kのブルーの値で、Blue_lは
濃度データ6lのブルーの値である。
(Equation 4) Cyan_j = ((Red_h−Red_j) × Cyan_l + (Red_i−Red_j) × Cyan_k) + (Red_k−Red_j) × Cyan_i) + (Red_l−Red_j) × Cyan_h) − (− Red) | + | Red_i-Red_j | + | Red_k-Red_j | + | Red_l-Red_j |) Magenta_j = ((Green_h-Green_j) * Magenta_l + (Green_i-Green_j_Gen_Gen_Gen_k) (Green_l-Green_j) × Magenta_h) {(| Green_h-Green_j | + | Green_i-Green_j | + | Green _K-Green_j | + | Green_l-Green_j |) Yellow_j = ((Blue_h-Blue_j) * Yellow_l + (Blue_i-Blue_j) * Yellow_k) + (Blue_k_Blue_Blue_jl) | Blue_h-Blue_j | + | Blue_i-Blue_j | + | Blue_k-Blue_j | + | Blue_l-Blue_j |) where Red_h is the red value of the density data 6h,
Red_i is the red value of the density data 6i,
j is the red value of the density data 6j, Red_k is the red value of the density data 6k, and Red_l is the density data 6
1 is a red value, Green_h is a green value of the density data 6h, Green_i is a green value of the density data 6i, Green_j is a green value of the density data 6j, and Green_k is a green value of the density data 6k. , Green_l is the green value of the density data 6l, Blue_h is the blue value of the density data 6h, Blue_i is the blue value of the density data 6i, and B
blue_j is the blue value of the density data 6j,
_K is the blue value of the density data 6k, and Blue_l is the blue value of the density data 6l.

【0053】また、Cyan_hは色変換処理後の値7
hのシアンの値で、Cyan_iは色変換処理後の値7
iのシアンの値で、Cyan_jは色変換処理後の値7
jのシアンの値で、Cyan_kは色変換処理後の値7
kのシアンの値で、Cyan_lは色変換処理後の値7
lのシアンの値で、Magenta_hは色変換処理後
7hのマゼンタの値で、Magenta_iは色変換処
理後の値7iのマゼンタの値で、Magenta_jは
色変換処理後の値7jのマゼンタの値で、Magent
a_kは色変換処理後の値7kのマゼンタの値で、Ma
genta_lは色変換処理後の値7lのマゼンタの値
で、Yellow_hは色変換処理後の値7hのイエロ
ーの値で、Yellow_iは色変換処理後の値7iの
イエローの値で、Yellow_jは色変換処理後の値
7jのイエローの値で、Yellow_kは色変換処理
後の値7kのイエローの値で、Yellow_lは色変
換処理後の値7lのイエローの値である。
Cyan_h is a value 7 after the color conversion processing.
h is a cyan value, and Cyan_i is a value 7 after the color conversion processing.
i is a cyan value, and Cyan_j is a value 7 after color conversion processing
j is the cyan value, and Cyan_k is the value 7 after color conversion processing
k is a cyan value, and Cyan_l is a value 7 after color conversion processing
1 is a cyan value, Magenta_h is a magenta value of 7h after color conversion processing, Magenta_i is a magenta value of value 7i after color conversion processing, and Magenta_j is a magenta value of 7j after color conversion processing. Agent
a_k is a magenta value of a value 7k after the color conversion processing,
genta_l is the magenta value of the value 7l after the color conversion process, Yellow_h is the yellow value of the value 7h after the color conversion process, Yellow_i is the yellow value of the value 7i after the color conversion process, and Yellow_j is the color conversion process The later value 7j is the yellow value of the value 7j, Yellow_k is the yellow value of the value 7k after the color conversion process, and Yellow_l is the yellow value of the value 7l after the color conversion process.

【0054】このように、本実施の形態によれば、複数
の画素の値をメモリに格納し、格納された画素数より少
ない数の画素に対して色変換を行い、格納された画素の
中で色変換を行わなかった画素に対し、色変換を行った
画素の値とメモリに格納された複数の画素の値とを用い
て色変換を行っているので、色変換処理の高速化を図る
ことが可能になる。
As described above, according to the present embodiment, the values of a plurality of pixels are stored in the memory, color conversion is performed on a smaller number of pixels than the stored number of pixels, and The color conversion is performed on the pixels that have not been subjected to the color conversion using the values of the pixels that have been subjected to the color conversion and the values of a plurality of pixels stored in the memory, so that the color conversion processing is speeded up. It becomes possible.

【0055】ここで、以上に説明した色変換処理装置は
ソフトウェアによっても実現することが可能である。
Here, the color conversion processing device described above can be realized also by software.

【0056】すなわち、図7に示すように、CPU1
1、ディスプレイ12、ハードディスク13、メモリ1
4、フロッピー(登録商標)ディスクドライブ15、M
Oディスクドライブ16、CD−ROMドライブ17、
スキャナ18などからなるコンピュータシステムを構築
し、フロッピーやMOやCD−ROMなどのようにコン
ピュータシステムでデータの読み取り可能な記録媒体
に、前述した注目画素および周囲画素の色変換処理前の
値と周囲画素の色変換処理後の値より注目画素の色変換
処理後の値を求める機能を実現するプログラムを記録し
ておく。
That is, as shown in FIG.
1, display 12, hard disk 13, memory 1
4. Floppy (registered trademark) disk drive 15, M
O disk drive 16, CD-ROM drive 17,
A computer system including the scanner 18 is constructed, and the values before and after the color conversion processing of the target pixel and the surrounding pixels are stored on a recording medium such as a floppy disk, an MO, a CD-ROM, or the like, from which data can be read by the computer system. A program for realizing a function of obtaining the value of the pixel of interest after the color conversion processing from the value of the pixel after the color conversion processing is recorded.

【0057】そして、画像が入力されると、ハードディ
スクなどに一時的に格納される。ここで当該プログラム
が実行されると、格納された画像データが読み込まれ、
第1の色変換処理と第2の色変換処理とを用いた色変換
処理が実行され、その結果がディスプレイ12などに出
力される。
When an image is input, it is temporarily stored on a hard disk or the like. Here, when the program is executed, the stored image data is read,
A color conversion process using the first color conversion process and the second color conversion process is performed, and the result is output to the display 12 or the like.

【0058】[0058]

【発明の効果】以上のように、本発明によれば、複数の
画素の値をメモリに格納し、格納された画素数より少な
い数の画素に対して色変換を行い、格納された画素の中
で色変換を行わなかった画素に対し、色変換を行った画
素の値とメモリに格納された複数の画素の値とを用いて
色変換を行っているので、色変換処理の高速化を図るこ
とが可能になるという有効な効果が得られる。
As described above, according to the present invention, the values of a plurality of pixels are stored in a memory, color conversion is performed on a smaller number of pixels than the number of stored pixels, and Color conversion is performed for pixels that have not undergone color conversion using the values of the pixels that have undergone color conversion and the values of a plurality of pixels stored in the memory. An effective effect that it becomes possible to achieve this is obtained.

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

【図1】本発明の一実施の形態における色変換処理装置
を示すブロック図
FIG. 1 is a block diagram showing a color conversion processing device according to an embodiment of the present invention.

【図2】色変換処理装置における色変換処理を示すフロ
ーチャート
FIG. 2 is a flowchart showing a color conversion process in the color conversion processing device.

【図3】色変換処理装置における色変換処理に用いられ
る参照ルックアップテーブルを示す説明図
FIG. 3 is an explanatory diagram showing a reference lookup table used for color conversion processing in the color conversion processing device.

【図4】図1の色変換処理装置の第2の色変換部におけ
る色変換処理の一例を示す説明図
FIG. 4 is an explanatory diagram showing an example of a color conversion process in a second color conversion unit of the color conversion processing device of FIG.

【図5】図1の色変換処理装置の第2の色変換部におけ
る色変換処理の他の一例を示す説明図
FIG. 5 is an explanatory diagram illustrating another example of the color conversion processing in the second color conversion unit of the color conversion processing device in FIG. 1;

【図6】図1の色変換処理装置の第2の色変換部におけ
る色変換処理のさらに他の一例を示す説明図
FIG. 6 is an explanatory diagram showing still another example of the color conversion processing in the second color conversion unit of the color conversion processing device in FIG. 1;

【図7】図1の色変換処理装置の具体的な展開例を示す
説明図
FIG. 7 is an explanatory diagram showing a specific development example of the color conversion processing device of FIG. 1;

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

1 濃度データ入力部(入力部) 2 メモリ 3 第1の色変換部 4 第2の色変換部 5 出力部 Reference Signs List 1 density data input section (input section) 2 memory 3 first color conversion section 4 second color conversion section 5 output section

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B057 AA11 CA01 CA16 CB01 CB16 CE11 CE18 CH07 CH11 CH12 DB06 5C077 LL18 MP08 PP15 PP32 PP33 PQ22 PQ23 5C079 HB01 HB02 HB03 LA21 LB12 MA01 MA04 NA11 PA02 PA03 ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B057 AA11 CA01 CA16 CB01 CB16 CE11 CE18 CH07 CH11 CH12 DB06 5C077 LL18 MP08 PP15 PP32 PP33 PQ22 PQ23 5C079 HB01 HB02 HB03 LA21 LB12 MA01 MA04 NA11 PA02 PA03

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】第1の画像フォーマットのデータが入力さ
れる入力部と、 前記入力部により入力された複数の画素の値が格納され
るメモリと、 前記メモリに格納された画素数より少ない数の画素に対
して第2の画像フォーマットのデータへ色変換処理を行
う第1の色変換部と、 前記メモリに格納された画素の中で前記第1の色変換部
で色変換処理が行われなかった画素に対し、前記メモリ
に格納された複数画素の値と前記第1の色変換部により
色変換された値とを用いて第2の画像フォーマットのデ
ータへ色変換処理を行う第2の色変換部と、 前記第1の色変換部および前記第2の色変換部により色
変換された値を出力する出力部とを有することを特徴と
する色変換処理装置。
An input unit to which data of a first image format is input; a memory in which values of a plurality of pixels input by the input unit are stored; and a number smaller than the number of pixels stored in the memory. A first color conversion unit that performs a color conversion process on the pixels of the second image format into data of a second image format; and a color conversion process is performed by the first color conversion unit among the pixels stored in the memory. A second color conversion process is performed on the missing pixels using the values of the plurality of pixels stored in the memory and the values color-converted by the first color conversion unit into data of a second image format. A color conversion processing device comprising: a color conversion unit; and an output unit that outputs a value that is color-converted by the first color conversion unit and the second color conversion unit.
【請求項2】前記メモリに格納されるデータは、同一ラ
イン上の画素、または複数ライン上の画素であることを
特徴とする請求項1記載の色変換処理装置。
2. The color conversion processing device according to claim 1, wherein the data stored in the memory is pixels on the same line or pixels on a plurality of lines.
【請求項3】第1の画像フォーマットのデータを入力す
るステップと、 入力された複数の画素の値を格納するステップと、 格納された画素数より少ない数の画素に対して第2の画
像フォーマットのデータへ色変換処理を行うステップ
と、 格納された画素の中で色変換処理が行われなかった画素
に対し、格納された複数画素の値と既に色変換された値
とを用いて第2の画像フォーマットのデータへ色変換処
理を行うステップと、 色変換された値を出力するステップとを実行するプログ
ラムが格納されていることを特徴とする記録媒体。
3. A step of inputting data of a first image format, a step of storing input pixel values, and a second image format for a number of pixels smaller than the stored number of pixels. Performing a color conversion process on the stored data, and for a pixel that has not been subjected to the color conversion process among the stored pixels, a second process is performed using the stored values of the plurality of pixels and the already color-converted value. A program for executing a step of performing a color conversion process on data of the image format and a step of outputting a color-converted value.
JP2000084315A 2000-03-24 2000-03-24 Color converting processor and recording medium Pending JP2001275004A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000084315A JP2001275004A (en) 2000-03-24 2000-03-24 Color converting processor and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000084315A JP2001275004A (en) 2000-03-24 2000-03-24 Color converting processor and recording medium

Publications (1)

Publication Number Publication Date
JP2001275004A true JP2001275004A (en) 2001-10-05

Family

ID=18600806

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000084315A Pending JP2001275004A (en) 2000-03-24 2000-03-24 Color converting processor and recording medium

Country Status (1)

Country Link
JP (1) JP2001275004A (en)

Similar Documents

Publication Publication Date Title
JP2002016939A (en) Method and apparatus for processing image as well as recording medium
JP3560521B2 (en) Image display device
JP2001014454A (en) Picture processor
JP2003330447A (en) Image processor
JPH1079865A (en) Processor and method for image processing, and device and method for generating color reproduction information
JP4396479B2 (en) A correction processing method and an image processing apparatus in an image processing apparatus.
KR100552708B1 (en) Apparatus and method of color transformation from 3 input color signal to muti-color signal
JP2001275004A (en) Color converting processor and recording medium
JPH0457570A (en) Picture processor
JP2001197321A (en) Color picture processing method and picture processor
JPH10126636A (en) Color image processing method and processing unit
JP2000022975A (en) Device and method for converting data
JP4612870B2 (en) Image processing apparatus and method
JP3387509B2 (en) Image processing method and image processing apparatus
JPH09298670A (en) Picture processor and method therefor
JPH1063833A (en) Processor and method for image processing
JP3988012B2 (en) Color conversion method, color conversion device, and recording medium
JP2001320593A (en) Image processing unit, and image forming device provided with it, and image processing method
Szedo Color-space converter: RGB to YCrCb
JP3780587B2 (en) Color data converter
JP4774616B2 (en) Image processing apparatus and image processing system
JPH08161468A (en) Color conversion processing unit
JP4826022B2 (en) Image processing circuit and image processing system
JPH07262351A (en) Image processor and control method for the same
JP2003069841A (en) Apparatus and method for converting color and recording medium