JP2006081209A - Image processing apparatus and image processing method - Google Patents

Image processing apparatus and image processing method Download PDF

Info

Publication number
JP2006081209A
JP2006081209A JP2005306158A JP2005306158A JP2006081209A JP 2006081209 A JP2006081209 A JP 2006081209A JP 2005306158 A JP2005306158 A JP 2005306158A JP 2005306158 A JP2005306158 A JP 2005306158A JP 2006081209 A JP2006081209 A JP 2006081209A
Authority
JP
Japan
Prior art keywords
data
conversion table
color
grid point
color component
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.)
Granted
Application number
JP2005306158A
Other languages
Japanese (ja)
Other versions
JP4137113B2 (en
Inventor
Kazuyoshi Sumiuchi
一芳 隅内
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2005306158A priority Critical patent/JP4137113B2/en
Publication of JP2006081209A publication Critical patent/JP2006081209A/en
Application granted granted Critical
Publication of JP4137113B2 publication Critical patent/JP4137113B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve a problem that a data size of a conversion table for color conversion becomes larger when using inks of seven colors adding three colors of cmy of low density to four colors of CMYK in a color ink jet printer. <P>SOLUTION: A compressed data buffer 100 stores compressed conversion table data compressing lattice point data of a conversion table arrayed for each of color components constituting image data. A data restoration unit 101 extends the compressed conversion table data, and a color conversion process unit 103 applies a color conversion process to input image data by an interpolation operation process based on the extended conversion table data. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は画像処理装置およびその方法、並びに、記録媒体に関し、例えば変換テーブルに基づく補間演算処理により画像データに変換処理を施す画像処理装置およびその方法、並びに、記録媒体に関するものである。   The present invention relates to an image processing apparatus and method, and a recording medium, and more particularly to an image processing apparatus and method for performing conversion processing on image data by interpolation processing based on a conversion table, and a recording medium.

カラープリンタなどを用いて画像出力を行う際には色変換が必要である。例えば、コンピュータのモニタに表示された画像を表すRGB画像データをカラーインクジェットプリンタで印刷する場合は、そのカラーインクジェットプリンタのインク色を表すCMYK信号に色変換する必要がある。その色変換方法の一つとして、古くから用いられているマトリクス演算がある。   When image output is performed using a color printer or the like, color conversion is necessary. For example, when RGB image data representing an image displayed on a computer monitor is printed by a color ink jet printer, it is necessary to perform color conversion to a CMYK signal representing the ink color of the color ink jet printer. One of the color conversion methods is a matrix operation that has been used for a long time.

しかし、周知のようにマトリクス演算を用いる色変換は、色再現性が充分ではないなどの欠点がある。例えば、モニタに表示された画像と印刷された画像との色合いをマッチングさせる場合、色変換特性を高精度にシミュレートすることが要求されるが、マトリクス演算を用いた色変換は、そのような要求を満たすことは到底できない。   However, as is well known, color conversion using matrix calculation has drawbacks such as insufficient color reproducibility. For example, when matching the hue of an image displayed on a monitor and a printed image, it is required to simulate the color conversion characteristics with high accuracy. The demand cannot be satisfied.

そこで、予め色変換用の変換テーブルを用意し、その変換テーブルを基に、変換後の画像データを補間演算によって求めるルックアップテーブル補間方法がある。例えば「ディスプレイアンドイメージング」SCI, Volume 2, Number 1 (1993)の17頁から25頁など。これによれば、近傍の八点のデータを参照して立方体補間を行う方法、近傍の六点のデータを参照してプリズム補間を行う方法、および、近傍の四点のデータを参照して四面体補間を行う方法などが記載されている。   Therefore, there is a lookup table interpolation method in which a conversion table for color conversion is prepared in advance, and converted image data is obtained by interpolation calculation based on the conversion table. For example, “Display and Imaging” SCI, Volume 2, Number 1 (1993), pages 17 to 25. According to this, a method of performing cubic interpolation by referring to the data of the neighboring eight points, a method of performing the prism interpolation by referring to the data of the six nearby points, and a four-surface by referring to the data of the four neighboring points A method for performing body interpolation is described.

このようなルックアップテーブル(LUT)を用いた補間処理を行う場合、LUTのデータサイズが大きくなる不都合がある。例えば、出力画像データがCMYK四色の補間処理においては、変換テーブルを16分割にし、各格子点の色成分一色あたり8ビットのデータとすると、4×17×17×17 = 19652バイトのデータを必要とする。   When interpolation processing using such a lookup table (LUT) is performed, there is a disadvantage that the data size of the LUT becomes large. For example, when the output image data is CMYK four-color interpolation processing, if the conversion table is divided into 16 parts and the color component of each grid point is 8 bits of data, 4 × 17 × 17 × 17 = 19652 bytes of data is obtained. I need.

また、さらなる高精細な画質を実現するカラーインクジェットプリンタにおいては、従来からのCMYK四色に濃度の薄いcmy三色を加えた七色のインクを使用する。このため、色変換のためのLUTのデータサイズは益々大きくなる。   Further, in a color ink jet printer that realizes further high definition image quality, seven colors of ink are used, in which the conventional CMYK four colors are added with lighter CMY three colors. For this reason, the data size of the LUT for color conversion increases more and more.

本発明は、上述の問題を解決するためのものであり、画像データの変換処理に利用される変換テーブルの記憶容量を小さくすることができる画像処理装置およびその方法、並びに、記録媒体を提供することを目的とする。   The present invention is intended to solve the above-described problems, and provides an image processing apparatus and method, and a recording medium that can reduce the storage capacity of a conversion table used for image data conversion processing. For the purpose.

本発明は、前記の目的を達成する一手段として、以下の構成を備える。   The present invention has the following configuration as one means for achieving the above object.

本発明にかかる画像処理装置は、変換テーブルを用いる補間演算処理を用いた色変換処理により、入力色データをシアン、マゼンタ、イエロー、ブラックを含む複数の色成分データに変換する画像処理装置であって、
各色成分の色成分データをそれぞれ同一の色成分ごとにまとめるとともに格子点番号順に並べた第一の並び順の変換テーブルを圧縮した圧縮変換テーブルデータを格納する格納手段と、
前記圧縮変換テーブルデータを伸長する伸長手段と、
伸長された前記第一の並び順の変換テーブルについて、同一の格子点番号に係る複数の色成分データを格子点データとしてまとめるとともに前記格子点データを格子点番号順に並べ替えることで第二の並び順の変換テーブルとする並べ替え手段と、
前記第二の並び順の変換テーブルを用いた補間演算処理により色変換処理を行って前記出力画像データを生成する変換手段とを有し、
前記格子点番号は、前記変換テーブルを構成する複数の格子点のそれぞれに対して、前記入力色データの複数の色成分データが全て0である格子点から前記入力色データの複数の色成分データが全て最大値である格子点まで、
前記変換テーブルの格子点に対応する入力色データの複数の色成分データそれぞれの大きさに応じて、順次、付加されていることを特徴とする。
An image processing apparatus according to the present invention is an image processing apparatus that converts input color data into a plurality of color component data including cyan, magenta, yellow, and black by color conversion processing using interpolation calculation processing using a conversion table. And
Storage means for storing the compression conversion table data obtained by compressing the conversion table in the first arrangement order in which the color component data of each color component is collected for each identical color component and arranged in the order of the grid point number;
Decompression means for decompressing the compression conversion table data;
For the expanded conversion table in the first arrangement order, a plurality of color component data related to the same grid point number are collected as grid point data, and the grid point data is rearranged in the order of the grid point number to form a second sequence. Reordering means for converting the conversion table in order;
Conversion means for performing color conversion processing by interpolation processing using the conversion table of the second arrangement order to generate the output image data,
The grid point number is a plurality of color component data of the input color data from a grid point in which the plurality of color component data of the input color data are all 0 for each of a plurality of grid points constituting the conversion table. Up to the grid point where
The input color data corresponding to the grid points of the conversion table are sequentially added according to the size of each of the plurality of color component data.

また、複数の色成分データは、例えば、シアン、マゼンタ、イエロー、ブラックに加え、薄いシアン、薄いマゼンタ、薄いイエローが含まれることを特徴とする。   Further, the plurality of color component data includes, for example, light cyan, light magenta, and light yellow in addition to cyan, magenta, yellow, and black.

さらに、 本発明にかかる画像処理装置は、プリントにおける条件に対応する圧縮変換テーブルデータを、前記格納手段から読み出す手段を有し、
前記伸長手段は、前記読み出された圧縮変換テーブルデータを伸長することを特徴とする。
Furthermore, the image processing apparatus according to the present invention has means for reading out the compression conversion table data corresponding to the conditions in printing from the storage means,
The decompressing means decompresses the read compression conversion table data.

変換テーブルを用いる補間演算処理を用いた色変換処理により、入力色データをシアン、マゼンタ、イエロー、ブラックを含む複数の色成分データに変換する画像処理方法であって、
各色成分の色成分データをそれぞれ同一の色成分ごとにまとめるとともに格子点番号順に並べた第一の並び順の変換テーブルを圧縮した圧縮変換テーブルデータを格納するステップと、
前記圧縮変換テーブルデータを伸長するステップと、
伸長された前記第一の並び順の変換テーブルについて、同一の格子点番号に係る複数の色成分データを格子点データとしてまとめるとともに前記格子点データを格子点番号順に並べ替えることで第二の並び順の変換テーブルとするステップと、
前記第二の並び順の変換テーブルを用いた補間演算処理により色変換処理を行って前記出力画像データを生成するステップとを有し、
前記格子点番号は、前記変換テーブルを構成する複数の格子点のそれぞれに対して、前記入力色データの複数の色成分データが全て0である格子点から前記入力色データの複数の色成分データが全て最大値である格子点まで、
前記変換テーブルの格子点に対応する入力色データの複数の色成分データそれぞれの大きさに応じて、順次、付加されていることを特徴とする。
An image processing method for converting input color data into a plurality of color component data including cyan, magenta, yellow, and black by color conversion processing using interpolation calculation processing using a conversion table,
Storing the compression conversion table data obtained by compressing the conversion table of the first arrangement order in which the color component data of each color component is collected for each identical color component and arranged in the order of the grid point number;
Decompressing the compression conversion table data;
For the expanded conversion table in the first arrangement order, a plurality of color component data related to the same grid point number are collected as grid point data, and the grid point data is rearranged in the order of the grid point number to form a second sequence. A step of converting to a sequential conversion table;
Performing color conversion processing by interpolation processing using the conversion table of the second arrangement order and generating the output image data,
The grid point number is a plurality of color component data of the input color data from a grid point in which the plurality of color component data of the input color data are all 0 for each of a plurality of grid points constituting the conversion table. Up to the grid point where
The input color data corresponding to the grid points of the conversion table are sequentially added according to the size of each of the plurality of color component data.

本発明にかかる記録媒体は、変換テーブルを用いる補間演算処理を用いた色変換処理により、入力色データをシアン、マゼンタ、イエロー、ブラックを含む複数の色成分データに変換する画像処理のプログラムコードが記録された記録媒体であって、
各色成分の色成分データをそれぞれ同一の色成分ごとにまとめるとともに格子点番号順に並べた第一の並び順の変換テーブルを圧縮した圧縮変換テーブルデータを格納するステップのコードと、
前記圧縮変換テーブルデータを伸長するステップのコードと、
伸長された前記第一の並び順の変換テーブルについて、同一の格子点番号に係る複数の色成分データを格子点データとしてまとめるとともに前記格子点データを格子点番号順に並べ替えることで第二の並び順の変換テーブルとするステップのコードと、
前記第二の並び順の変換テーブルを用いた補間演算処理により色変換処理を行って前記出力画像データを生成するステップのコードとを有し、
前記格子点番号は、前記変換テーブルを構成する複数の格子点のそれぞれに対して、前記入力色データの複数の色成分データが全て0である格子点から前記入力色データの複数の色成分データが全て最大値である格子点まで、
前記変換テーブルの格子点に対応する入力色データの複数の色成分データそれぞれの大きさに応じて、順次、付加されていることを特徴とする。
The recording medium according to the present invention has an image processing program code for converting input color data into a plurality of color component data including cyan, magenta, yellow, and black by color conversion processing using interpolation calculation processing using a conversion table. A recorded recording medium,
The code of the step of storing the compression conversion table data obtained by compressing the conversion table in the first arrangement order in which the color component data of each color component is collected for each identical color component and arranged in the order of the grid point number;
A code for decompressing the compression conversion table data;
For the expanded conversion table in the first arrangement order, a plurality of color component data related to the same grid point number are collected as grid point data, and the grid point data is rearranged in the order of the grid point number to form a second sequence. The code of the step to be the order conversion table,
A code of a step of performing color conversion processing by interpolation processing using the conversion table of the second arrangement order to generate the output image data;
The grid point number is a plurality of color component data of the input color data from a grid point in which the plurality of color component data of the input color data are all 0 for each of a plurality of grid points constituting the conversion table. Up to the grid point where
The input color data corresponding to the grid points of the conversion table are sequentially added according to the size of each of the plurality of color component data.

以上説明したように、本発明によれば、画像データの変換処理に利用される変換テーブルの記憶容量を小さくすることができる画像処理装置およびその方法、並びに、記録媒体を提供することができる。   As described above, according to the present invention, it is possible to provide an image processing apparatus and method, and a recording medium that can reduce the storage capacity of a conversion table used for image data conversion processing.

以下、本発明にかかる一実施形態の画像処理装置を図面を参照して詳細に説明する。
[第1実施形態]
図1は本発明にかかる画像処理装置の構成例を示す概略図である。
Hereinafter, an image processing apparatus according to an embodiment of the present invention will be described in detail with reference to the drawings.
[First Embodiment]
FIG. 1 is a schematic diagram showing a configuration example of an image processing apparatus according to the present invention.

100は圧縮されたLUTデータが格納される圧縮データバッファである。101は圧縮されたLUTデータを伸長(復元)するデータ復元部である。102は復元されたLUTデータが格納されるLUTデータバッファである。103はLUTデータバッファ102に格納されたLUTデータに基づき、RGB入力画像データに補間演算を施してCMYK出力画像データを生成する色変換処理部である。   A compressed data buffer 100 stores compressed LUT data. A data restoration unit 101 decompresses (restores) the compressed LUT data. Reference numeral 102 denotes an LUT data buffer in which restored LUT data is stored. Reference numeral 103 denotes a color conversion processing unit that generates CMYK output image data by performing an interpolation operation on RGB input image data based on the LUT data stored in the LUT data buffer 102.

図6は色変換処理部103により実行される画像処理例を示すフローチャートである。ステップS11で、入力されたRGB画像データに基づき、その画像データが図2Aに示されるどの補間立体(小立方体)に属するかが判定され、その判定結果に基づき補間処理に必要な八つの格子点、つまり補間立体の頂点に対応する格子点番号が決定される。そして、ステップS12で、決定された格子点番号それぞれに対応する複数の格子点データ(CMYKデータ)がLUTデータバッファ102から読み出される。続いて、ステップS13で、読み出された複数の格子点データおよび入力画像データを用いて、CMYK各色成分ごとに立方体補間処理を行い、CMYK出力画像データが生成される。   FIG. 6 is a flowchart illustrating an example of image processing executed by the color conversion processing unit 103. In step S11, based on the input RGB image data, it is determined which interpolation solid (small cube) shown in FIG. 2A belongs, and based on the determination result, eight grid points necessary for the interpolation processing That is, the grid point number corresponding to the vertex of the interpolation solid is determined. In step S 12, a plurality of grid point data (CMYK data) corresponding to the determined grid point numbers are read from the LUT data buffer 102. Subsequently, in step S13, cube interpolation processing is performed for each color component of CMYK using the read plurality of grid point data and input image data, and CMYK output image data is generated.

LUTデータバッファ102には、図4に示すように、格子点番号の順番に同一の格子点に対応するCMYKデータの組が並べて格納されている。図4に示すようにデータを並べることにより、補間演算処理に必要な格子点データを簡単に読み出すことができる。本実施形態においては、一つの格子点データは4バイトからなる。よって、格子点番号iの格子点データは、LUTデータバッファ102の先頭アドレスから数えて4iバイト目から4バイトのデータを、LUTデータバッファ102から読み出す。これにより、格子点番号iの格子点データを得ることができる。つまり、一つの格子点番号に対応する4バイトのCMYKデータを一度の読取動作で得ることができる。   As shown in FIG. 4, the LUT data buffer 102 stores a set of CMYK data corresponding to the same grid point in the order of grid point numbers. By arranging the data as shown in FIG. 4, the grid point data necessary for the interpolation calculation process can be easily read out. In the present embodiment, one grid point data consists of 4 bytes. Therefore, for the lattice point data of lattice point number i, 4 bytes from the 4i-th byte counted from the head address of the LUT data buffer 102 are read from the LUT data buffer 102. Thereby, lattice point data of lattice point number i can be obtained. That is, 4-byte CMYK data corresponding to one grid point number can be obtained by one reading operation.

データ復元部101および色変換処理部103は、例えばROMに格納されたプログラムをCPUに供給することで実現可能である。あるいは、本実施形態の画像処理は、パーソナルコンピュータなどにプログラムを供給することによりドライバとして実現することも可能である。それらの場合、LUTデータバッファ102は、CPUのワークメモリとして利用されるRAMなどの上に割り当てればよい。また、圧縮データバッファ100はROMやハードディスクなどの不揮発性メモリに格納すればよい。   The data restoration unit 101 and the color conversion processing unit 103 can be realized, for example, by supplying a program stored in the ROM to the CPU. Alternatively, the image processing of this embodiment can be realized as a driver by supplying a program to a personal computer or the like. In these cases, the LUT data buffer 102 may be allocated on a RAM or the like used as a work memory for the CPU. The compressed data buffer 100 may be stored in a nonvolatile memory such as a ROM or a hard disk.

なお、色変換処理部103へは、所定のインタフェイスを介して、イメージリーダ、フィルムリーダ、ディジタルスチルカメラまたはディジタルビデオカメラなどの画像入力デバイスから入力画像データが入力される。あるいは、磁気ディスクや光ディスクなどの記憶媒体を備えた記憶装置から入力画像データが入力される。また、色変換処理部103からは、所定のインタフェイスを介して、CRTやLCDのモニタ、プリンタ、フィルムレコーダなどの画像出力デバイスへ出力画像データが出力される。あるいは、磁気ディスクや光ディスクなどの記憶媒体を備えた記憶装置へ出力画像データが出力される。また、上記の画像入出力デバイスや記憶装置が接続されたコンピュータ機器とネットワークインタフェイスカード(NIC)を介して画像データのやり取りを行うこともできる。そのようなネットワークとしては、Ethernet(登録商標)、FDDI(Fiber Distributed Data Interface)を用いるネットワークなどがあげられる。また、IEEE1394に規定されるシリアルバス、USB(Universal Serial Bus)などがあげられる。   Note that input image data is input to the color conversion processing unit 103 from an image input device such as an image reader, a film reader, a digital still camera, or a digital video camera via a predetermined interface. Alternatively, input image data is input from a storage device including a storage medium such as a magnetic disk or an optical disk. The color conversion processing unit 103 outputs output image data to an image output device such as a CRT or LCD monitor, printer, or film recorder via a predetermined interface. Alternatively, the output image data is output to a storage device including a storage medium such as a magnetic disk or an optical disk. It is also possible to exchange image data via a network interface card (NIC) with a computer device to which the image input / output device or storage device is connected. Examples of such a network include a network using Ethernet (registered trademark) and FDDI (Fiber Distributed Data Interface). In addition, there are a serial bus defined by IEEE 1394, a USB (Universal Serial Bus), and the like.

以下では、式(1)から(4)に示すような、各色成分を分割した変換テーブルの作成方法を説明する。これは、入力画像データの色空間RGBを出力画像データの色空間CMYKへ色変換する補色反転処理や、100%の下色除去(UCR: Under Color Remove)処理を行うために用いられる。なお、各色成分のデータは8ビット(0から255)で表現されるものとする。
K = 255 − MAX(R, G, B) …(1)
C = (255 − R) − K …(2)
M = (255 − G) − K …(3)
Y = (255 − B) − K …(4)
ただし、関数MAX()は最大値を出力する。
Hereinafter, a method of creating a conversion table in which each color component is divided as shown in equations (1) to (4) will be described. This is used to perform complementary color inversion processing for color conversion from the color space RGB of the input image data to the color space CMYK of the output image data, and 100% under color removal (UCR) processing. Note that the data of each color component is expressed by 8 bits (0 to 255).
K = 255−MAX (R, G, B) (1)
C = (255−R) −K (2)
M = (255−G) −K (3)
Y = (255−B) −K (4)
However, the function MAX () outputs the maximum value.

図2Aは変換テーブルの座標設定の一例を、図2Bは変換テーブルの各格子点の入力データの一例をそれぞれ示す。図2Bに示す各格子点のデータに一対一で対応する出力データを、式(1)から(4)に基づき求めると、図2Cに示すようになる。圧縮データバッファ100には、図2Cに示す格子点番号と出力データ(C,M,Y,K)の対応関係を表すLUTデータが圧縮されたものが格納されている。   FIG. 2A shows an example of coordinate setting of the conversion table, and FIG. 2B shows an example of input data of each grid point of the conversion table. When the output data corresponding to the data of each grid point shown in FIG. 2B on a one-to-one basis is obtained based on the equations (1) to (4), it is as shown in FIG. 2C. The compressed data buffer 100 stores the compressed LUT data representing the correspondence between the grid point numbers and the output data (C, M, Y, K) shown in FIG. 2C.

圧縮データバッファ100に格納された圧縮されたLUTデータは、必要に応じて、データ復元部101により図4に示すようなLUTデータに復元され、LUTデータバッファ102に格納される。   The compressed LUT data stored in the compressed data buffer 100 is restored to LUT data as shown in FIG. 4 by the data restoration unit 101 and stored in the LUT data buffer 102 as necessary.

図5はデータ復元部101が実行する処理例を示すフローチャートである。ステップS1で、効率的に圧縮するために図3に示すように並べられている圧縮されたLUTデータが、圧縮データバッファ100から読み出されて伸長される。伸長されたLUTデータは色成分ごとに格子点番号順にデータが並んでいるが、ステップS2で、このデータの並びが図4に示すように並べ替えられ、ステップS3で、並べ替えられたデータがLUTデータバッファ102に格納される。なお、LUTデータの圧縮方法は、例えば一般的に用いられているPackビット方式など、同一のデータが連続すると圧縮率が高くなるような圧縮方法を用いればよい。   FIG. 5 is a flowchart illustrating an example of processing executed by the data restoration unit 101. In step S1, compressed LUT data arranged as shown in FIG. 3 for efficient compression is read from the compressed data buffer 100 and decompressed. The expanded LUT data is arranged in the order of the grid point number for each color component. In step S2, this data arrangement is rearranged as shown in FIG. 4, and in step S3, the rearranged data is changed. Stored in the LUT data buffer 102. Note that the LUT data compression method may be a compression method that increases the compression rate when the same data continues, such as the commonly used Pack bit method.

ここで、圧縮データバッファ100に格納されているLUTデータは、図3に示すように、色成分ごとに格子点の番号順に並べられて圧縮されている。なお、図3は、CMYK各色の格子点データが125バイトであったものが、それぞれi、j、kおよびmバイトに圧縮されていることを示している。つまり、i < 125、j < 125、k < 125およびm < 125である。   Here, the LUT data stored in the compressed data buffer 100 is arranged and compressed in the order of the number of grid points for each color component, as shown in FIG. Note that FIG. 3 shows that the grid point data for each color of CMYK of 125 bytes is compressed to i, j, k, and m bytes, respectively. That is, i <125, j <125, k <125, and m <125.

色成分ごとに格子点の番号順にLUTデータを並べる利点は、次の通りである。例えば、格子点の番号120から124に着目すると、図2Cに示すように、この部分はY単色のイエロー(C,M,Y,K) = (0,0,255,0)からホワイト(C,M,Y,K) = (0,0,0,0)へ変化する部分である。よって、Y色のみ零以外のデータが存在し、C、MおよびK色は零である。従って、格子点順に並べたC、MおよびK色のデータには零が連続し、圧縮効率を向上させることができる。   The advantage of arranging the LUT data in the order of the grid points for each color component is as follows. For example, when attention is paid to the grid point numbers 120 to 124, as shown in FIG. 2C, this portion is changed from Y single color yellow (C, M, Y, K) = (0, 0, 255, 0) to white (C , M, Y, K) = (0, 0, 0, 0). Therefore, only the Y color has data other than zero, and the C, M, and K colors are zero. Therefore, zero continues in the C, M, and K color data arranged in the order of the grid points, and the compression efficiency can be improved.

一般的に、出力画像データが一次色(シアン、マゼンタおよびイエロー)や、二次色(レッド、グリーンおよびブルー)で表現される部分は、墨成分Kが存在しないため、少なくともK色のデータは零が連続する。例えば、レッド(C,M,Y,K)= (0,255,255,0)からマゼンタ(C,M,Y,K) = (0,255,0,0)への遷移部分は、MおよびY色のデータで表現されるため、CおよびK色に関しては零が連続する。このような傾向は、補色反転および100%UCR処理の色変換処理に限らず、出現するものである。   In general, in the portion where the output image data is expressed by primary colors (cyan, magenta and yellow) and secondary colors (red, green and blue), the black component K does not exist. Zero continues. For example, the transition portion from red (C, M, Y, K) = (0,255,255,0) to magenta (C, M, Y, K) = (0,255,0,0) is M Since it is expressed by the Y and Y color data, zero continues for the C and K colors. Such a tendency appears not only in the color conversion processing of complementary color inversion and 100% UCR processing but also in appearance.

従って、LUTデータを色成分ごとに格子点の番号順に並べて圧縮することにより、値が零であるデータが連続する場合が増す。つまり、C0、M0、Y0、K0、C1、M1、Y1、K1、C2、…のように格子点の番号順にLUTデータを並べて圧縮する場合に比べて、図3に示す本実施形態のLUTのデータの並べ方は、圧縮率を飛躍的に向上させることができる。よって、圧縮されたLUTデータを格納する圧縮データバッファ101の記憶容量を節約することができる。   Therefore, by arranging the LUT data for each color component in the order of the grid point numbers and compressing the data, the case where data having zero values continues increases. That is, compared with the case where the LUT data is arranged and compressed in the order of the grid points like C0, M0, Y0, K0, C1, M1, Y1, K1, C2,. The way of arranging the data can dramatically improve the compression rate. Therefore, the storage capacity of the compressed data buffer 101 that stores the compressed LUT data can be saved.

上記の説明では、入力色空間をRGB色空間、出力色空間をCMYK色空間とした。しかし、CMYK四色の濃いインクと、薄いcmy三色のインクを採用するような高精細な印刷を目的としたカラーインクジェットプリンタのCMYKcmy色空間などにも、本実施形態を適用することができる。例えば、CMYKcmy色空間で画像を形成する場合、画像の高濃度部分は濃いCMYKインクで表現され、低濃度部分は薄いcmyインクで表現されることになる。従って、高濃度領域に対応する出力画像データはcmy色のデータが零になることが多く、逆に低濃度領域に対応する出力画像データはCMYK色のデータが零になることが多い。その結果、CMYKcmy色空間のLUTデータにおいては、零が連続する部分がCMYK色空間に比べてより多くなり、LUTデータの圧縮効率はさらに向上する。なお、本実施形態によれば、CMYKcmy色空間に限らず、色成分数の多い色空間への色変換を行う場合、そのLUTデータの圧縮効率を向上させることができる。   In the above description, the input color space is the RGB color space, and the output color space is the CMYK color space. However, the present embodiment can also be applied to the CMYK cmy color space of a color inkjet printer for the purpose of high-definition printing that employs CMYK four-color dark ink and light Cmy three-color ink. For example, when an image is formed in the CMYKcmy color space, the high density portion of the image is expressed by dark CMYK ink, and the low density portion is expressed by thin cmy ink. Therefore, the output image data corresponding to the high density region often has zero cmy color data, and conversely, the output image data corresponding to the low density region often has zero CMYK color data. As a result, in the LUT data in the CMYKcmy color space, there are more portions where zeros continue than in the CMYK color space, and the compression efficiency of the LUT data is further improved. According to the present embodiment, not only the CMYKcmy color space but also color conversion to a color space with a large number of color components can be performed, the compression efficiency of the LUT data can be improved.

また、説明の簡略化するために、RGB色空間からCMYK色空間への変換を、補色変換(反転)処理および100%UCR処理により行う例に挙げた。しかし、色変換の方法、すなわち各格子点における入力画像データと出力画像データとの関係はどんなものであってもよい。   In order to simplify the description, the conversion from the RGB color space to the CMYK color space is described as an example in which complementary color conversion (inversion) processing and 100% UCR processing are performed. However, the color conversion method, that is, any relationship between the input image data and the output image data at each grid point may be used.

さらに、色変換のための変換テーブルの補間方法は、立方体補間に限らない。例えば、1993年第24回画像工学コンファレンス論文集の347から350頁に示される三角柱補間、斜三角柱補間であってもよい。また、特開平2−87192号公報に開示された四面体補間など、他の形状の補間体を利用する補間方法であってもよい。   Furthermore, the conversion table interpolation method for color conversion is not limited to cubic interpolation. For example, the triangular prism interpolation and the oblique triangular prism interpolation shown in pages 347 to 350 of the 1993 24th Image Engineering Conference Papers may be used. Also, an interpolation method using an interpolation body of another shape such as tetrahedral interpolation disclosed in Japanese Patent Laid-Open No. 2-87192 may be used.

また、圧縮データバッファ100に格納されるLUTデータは一つに限らず、圧縮データバッファ100をデータベース形式にすることで、複数の圧縮されたLUTデータを格納することができる。また、入出力画像データの色空間は、RGBおよびCMYKに限らず、YIQ、LabおよびXYZなどの色空間でも構わない。   Further, the number of LUT data stored in the compressed data buffer 100 is not limited to one, and a plurality of compressed LUT data can be stored by making the compressed data buffer 100 into a database format. The color space of the input / output image data is not limited to RGB and CMYK, and may be a color space such as YIQ, Lab, and XYZ.

各格子点の入力画像データに対する出力画像データを格子点ごとに格納すると、LUTデータが異なる色成分のデータの羅列になり、同じ値のデータの連続が少なくなるので、LUTデータの圧縮効率が極めて低くなる。さらに、複数のLUTデータをLUTデータベースとして記憶する場合には、その記憶部の記憶容量も膨大なものとなってしまうという欠点がある。これに対して、本実施形態によれば、各格子点の入力画像データに対する出力画像データを色成分ごとに格納するので、同じ値のデータを連続させることができる。従って、LUT補間演算処理を用いて画像データの変換処理を行う際に、LUTデータの圧縮効率を向上させ、LUTデータを記憶するための記憶容量を節約することが可能になる。
[第2実施形態]
以下、本発明にかかる第2実施形態の画像処理装置を説明する。なお、本実施形態において、第1実施形態と略同様の構成については、同一符号を付して、その詳細説明を省略する。
When the output image data corresponding to the input image data at each grid point is stored for each grid point, the LUT data becomes a list of data of different color components, and the continuity of data of the same value is reduced, so the compression efficiency of the LUT data is extremely high. Lower. Furthermore, when storing a plurality of LUT data as an LUT database, there is a disadvantage that the storage capacity of the storage unit becomes enormous. On the other hand, according to the present embodiment, the output image data corresponding to the input image data at each grid point is stored for each color component, so that data of the same value can be continued. Accordingly, when image data conversion processing is performed using LUT interpolation calculation processing, it is possible to improve the compression efficiency of LUT data and save the storage capacity for storing LUT data.
[Second Embodiment]
The image processing apparatus according to the second embodiment of the present invention will be described below. Note that in the present embodiment, the same reference numerals are given to substantially the same configurations as those in the first embodiment, and the detailed description thereof is omitted.

第2実施形態においては、第1実施形態に示した画像処理をプリンタドライバに適用する場合の処理を説明する。   In the second embodiment, processing when the image processing shown in the first embodiment is applied to a printer driver will be described.

昨今のプリンタにおいては、普通紙、光沢紙、光沢フィルムなど様々な特性をもつ記録媒体上に画像が形成されることを考慮する必要がある。これら特性の異なる記録媒体において良好な色再現を実現するためには、記録媒体の特性それぞれに対応する変換特性をもったLUTを用意する必要がある。   In recent printers, it is necessary to consider that an image is formed on a recording medium having various characteristics such as plain paper, glossy paper, and glossy film. In order to realize good color reproduction on recording media having different characteristics, it is necessary to prepare an LUT having conversion characteristics corresponding to the characteristics of the recording medium.

さらに、プリンタにより形成される画像には、写真やグラフィックスなど、好ましい色再現方法が異なる複数のオブジェクトが含まれていることがある。例えば、写真は階調性および色の連続性が重要であり、グラフィックスは鮮やかな色が好んで用いられる傾向があるので色を鮮やかに再現することが重要である。   Furthermore, an image formed by a printer may include a plurality of objects having different preferable color reproduction methods such as photographs and graphics. For example, gradation and color continuity are important for photographs, and vivid colors tend to be used favorably for graphics, so it is important to reproduce colors vividly.

従って、高品質の出力画像を得るためには、入力画像に含まれる各オブジェクトに適した変換特性を有するLUTを用意する必要がある。つまり、プリンタから高画質の出力画像を得るには、様々な条件に対応した非常にたくさんのLUTを用意することが必要である。また、一回のプリント動作において複数のLUTを使用することも必要である。   Therefore, in order to obtain a high-quality output image, it is necessary to prepare an LUT having conversion characteristics suitable for each object included in the input image. That is, in order to obtain a high-quality output image from a printer, it is necessary to prepare a very large number of LUTs corresponding to various conditions. It is also necessary to use a plurality of LUTs in one printing operation.

そこで、第1実施形態で説明したLUTデータの圧縮方法を用いて、複数のLUTを格納するのに必要なメモリの記憶容量を低減する。また、プリント指示に基づき、ユーザからマニュアル指示された画像形成条件に基づき選択された複数のLUTを伸長することにより、高速にLUTを切り換えることができるようにする。   Accordingly, the storage capacity of the memory required to store a plurality of LUTs is reduced by using the LUT data compression method described in the first embodiment. Further, the LUT can be switched at high speed by expanding a plurality of LUTs selected based on the image forming conditions manually designated by the user based on the print instruction.

図7は第2実施形態の処理の一例を示すフローチャートである。ステップS21でプリント命令が入力される。例えば、ユーザがアプリケーションソフトウェアに対して印刷指示を行うことにより、プリンタドライバにはプリント命令が入力される。   FIG. 7 is a flowchart illustrating an example of processing according to the second embodiment. In step S21, a print command is input. For example, when a user issues a print instruction to application software, a print command is input to the printer driver.

次に、ステップS22で、画像が形成される記録媒体の種類を示す記録媒体情報が入力される。記録媒体情報は、ユーザが印刷指示を行った際に表示されるプリンタドライバのユーザインタフェイスの一つである設定ダイアログによりユーザが選択した、あるいは、デフォルト設定の記録媒体の種類に対応する情報である。なお、プリンタに記録媒体の種類を識別する機能があれば、この機能により得られる識別結果を示す情報を記録媒体情報として利用することもできる。   Next, in step S22, recording medium information indicating the type of recording medium on which an image is formed is input. The recording medium information is information corresponding to the type of the recording medium selected by the user or the default setting on the setting dialog which is one of the user interfaces of the printer driver displayed when the user issues a print instruction. is there. If the printer has a function for identifying the type of the recording medium, information indicating the identification result obtained by this function can be used as the recording medium information.

次に、ステップS23で、入力された記録媒体情報に対応する圧縮されたLUTデータを圧縮データバッファ100から複数読み出す。読み出される複数の圧縮されたLUTデータは、記録媒体情報、および、例えば複数のオブジェクトの種類のそれぞれに対応している。そして、ステップS24で、圧縮されたLUTデータそれぞれに図5に示した処理が施され、処理されたデータがLUTデータバッファ102に格納される。   In step S23, a plurality of compressed LUT data corresponding to the input recording medium information is read from the compressed data buffer 100. The plurality of compressed LUT data to be read corresponds to the recording medium information and each of a plurality of object types, for example. In step S 24, the compressed LUT data is subjected to the processing shown in FIG. 5 and the processed data is stored in the LUT data buffer 102.

次に、ステップS25で、プリント命令に続いて入力される画像データに対してLUTを用いた色変換処理が行われる。色変換処理部103は、入力画像データに属するオブジェクトの種類を、入力画像データを解析することにより判定するとともに、その判定結果に応じたLUTを用いて入力画像データに色変換処理を施す。   Next, in step S25, color conversion processing using an LUT is performed on the image data input following the print command. The color conversion processing unit 103 determines the type of object belonging to the input image data by analyzing the input image data, and performs color conversion processing on the input image data using an LUT corresponding to the determination result.

このように、第2実施形態によれば、プリント命令とともに入力されるそのプリントにおける条件に対応する複数のLUTが復元される。復元されたデータはLUTデータバッファ102に格納される。よって、LUTを圧縮して格納しておいても入力画像に適した複雑な色再現処理を効率的に行うことができる。
[第3実施形態]
以下、本発明にかかる第3実施形態の画像処理装置を説明する。なお、本実施形態において、第1実施形態と略同様の構成については、同一符号を付して、その詳細説明を省略する。
As described above, according to the second embodiment, a plurality of LUTs corresponding to the conditions in the print input together with the print command are restored. The restored data is stored in the LUT data buffer 102. Therefore, even if the LUT is compressed and stored, complex color reproduction processing suitable for the input image can be performed efficiently.
[Third Embodiment]
The image processing apparatus according to the third embodiment of the present invention will be described below. Note that in the present embodiment, the same reference numerals are given to substantially the same configurations as those in the first embodiment, and the detailed description thereof is omitted.

第3実施形態においては、LUTの変更処理を説明する。例えば、プリンタの特性は環境および経時により変換するので、プリンタドライバに第1実施形態で説明した画像処理を適用して常に高画質な出力画像を得ようとする場合は、プリンタ特性の変化に応じてLUTデータを変更する必要がある。   In the third embodiment, an LUT changing process will be described. For example, since the printer characteristics are converted according to the environment and time, when the image processing described in the first embodiment is applied to the printer driver to always obtain a high-quality output image, the printer characteristics are changed according to changes in the printer characteristics. Therefore, it is necessary to change the LUT data.

LUTデータを変更させる技術にキャリブレーションがある。キャリブレーションによるLUTデータの作成は、プリンタに複数の色パッチを形成させ、得られた色パッチを測色して、その測色結果に基づきLUTデータを作成するものである。   There is calibration as a technique for changing LUT data. The LUT data is created by calibration by forming a plurality of color patches on the printer, measuring the color patches obtained, and generating LUT data based on the color measurement results.

第3実施形態においては、キャリブレーションにより作成されたLUTデータを、図5に示す処理の逆処理に相当する処理を用いて、圧縮データバッファ100に格納する。すなわち、キャリブレーションにより作成される図4に示すようなLUTデータを、色成分ごとに格子点番号順に並べ替え、そして圧縮することにより図3に示すような圧縮されたLUTデータを作成して、圧縮データバッファ100に格納する。   In the third embodiment, the LUT data created by calibration is stored in the compressed data buffer 100 using a process corresponding to the reverse process of the process shown in FIG. That is, the LUT data as shown in FIG. 4 created by the calibration is rearranged in order of the grid point number for each color component and compressed to create the compressed LUT data as shown in FIG. Store in the compressed data buffer 100.

なお、LUTデータの変更処理だけではなく、LUTデータを追加する場合も第3実施形態を適用することができる。
[他の実施形態]
なお、本発明は、複数の機器(例えばホストコンピュータ、インタフェイス機器、リーダ、プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機、ファクシミリ装置など)に適用してもよい。
Note that the third embodiment can be applied not only to the process of changing the LUT data but also to the addition of LUT data.
[Other embodiments]
Note that the present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer), and a device (for example, a copying machine and a facsimile device) including a single device. You may apply to.

また、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給する。そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行する。これによっても、本発明の目的は、達成されることは言うまでもない。この場合、記憶媒体から読出されたプログラムコード自体が前述した実施形態の機能を実現することになる。そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。また、コンピュータが読出したプログラムコードを実行することにより、前述した実施形態の機能が実現される。それだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)などが実際の処理の一部または全部を行う。その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   In addition, a storage medium storing software program codes for realizing the functions of the above-described embodiments is supplied to the system or apparatus. The computer (or CPU or MPU) of the system or apparatus reads and executes the program code stored in the storage medium. It goes without saying that the object of the present invention is also achieved by this. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiment. The storage medium storing the program code constitutes the present invention. Further, the functions of the above-described embodiment are realized by executing the program code read by the computer. In addition, based on the instruction of the program code, an OS (operating system) running on the computer performs part or all of the actual processing. Needless to say, the process includes the case where the functions of the above-described embodiments are realized.

さらに、記憶媒体から読出されたプログラムコードが、コンピュータに挿入された機能拡張カードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれる。その後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行う。その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, the program code read from the storage medium is written in a memory provided in a function expansion card inserted into the computer or a function expansion unit connected to the computer. Thereafter, based on the instruction of the program code, the CPU or the like provided in the function expansion card or function expansion unit performs part or all of the actual processing. Needless to say, the process includes the case where the functions of the above-described embodiments are realized.

本発明にかかる一実施形態の画像処理装置の一例を示すブロック図、1 is a block diagram showing an example of an image processing apparatus according to an embodiment of the present invention; 変換テーブルの座標設定の一例を示す図、The figure which shows an example of the coordinate setting of a conversion table, 変換テーブルの各格子点の入力データの一例を示す図、The figure which shows an example of the input data of each grid point of a conversion table, 変換テーブルの各格子点の出力データの一例を示す図、The figure which shows an example of the output data of each grid point of a conversion table, 圧縮される変換テーブルデータのデータの並べ方を示す図、The figure which shows how to arrange the data of the conversion table data which is compressed, LUTデータバッファに格納されるデータの形態例を示す図、The figure which shows the example of a form of the data stored in a LUT data buffer, データ復元部により実行される処理例を示すフローチャート、A flowchart showing an example of processing executed by the data restoration unit, 色変換処理部により実行される画像処理例を示すフローチャート、A flowchart showing an example of image processing executed by the color conversion processing unit; 第2実施形態の処理の一例を示すフローチャートである。It is a flowchart which shows an example of the process of 2nd Embodiment.

Claims (5)

変換テーブルを用いる補間演算処理を用いた色変換処理により、入力色データをシアン、マゼンタ、イエロー、ブラックを含む複数の色成分データに変換する画像処理装置であって、
各色成分の色成分データをそれぞれ同一の色成分ごとにまとめるとともに格子点番号順に並べた第一の並び順の変換テーブルを圧縮した圧縮変換テーブルデータを格納する格納手段と、
前記圧縮変換テーブルデータを伸長する伸長手段と、
伸長された前記第一の並び順の変換テーブルについて、同一の格子点番号に係る複数の色成分データを格子点データとしてまとめるとともに前記格子点データを格子点番号順に並べ替えることで第二の並び順の変換テーブルとする並べ替え手段と、
前記第二の並び順の変換テーブルを用いた補間演算処理により色変換処理を行って前記出力画像データを生成する変換手段とを有し、
前記格子点番号は、前記変換テーブルを構成する複数の格子点のそれぞれに対して、前記入力色データの複数の色成分データが全て0である格子点から前記入力色データの複数の色成分データが全て最大値である格子点まで、前記変換テーブルの格子点に対応する入力色データの複数の色成分データそれぞれの大きさに応じて、順次、付加されていることを特徴とする画像処理装置。
An image processing apparatus that converts input color data into a plurality of color component data including cyan, magenta, yellow, and black by color conversion processing using interpolation calculation processing using a conversion table,
Storage means for storing the compression conversion table data obtained by compressing the conversion table in the first arrangement order in which the color component data of each color component is collected for each identical color component and arranged in the order of the grid point number;
Decompression means for decompressing the compression conversion table data;
For the expanded conversion table in the first arrangement order, a plurality of color component data related to the same grid point number are collected as grid point data, and the grid point data is rearranged in the order of the grid point number to form a second sequence. Reordering means for converting the conversion table in order;
Conversion means for performing color conversion processing by interpolation processing using the conversion table of the second arrangement order to generate the output image data,
The grid point number is a plurality of color component data of the input color data from a grid point in which the plurality of color component data of the input color data are all 0 for each of a plurality of grid points constituting the conversion table. Are sequentially added according to the size of each of the plurality of color component data of the input color data corresponding to the grid points of the conversion table, up to the grid points where all are maximum values. .
複数の色成分データは、シアン、マゼンタ、イエロー、ブラックに加え、薄いシアン、薄いマゼンタ、薄いイエローが含まれることを特徴とする請求項1記載の画像処理装置。   2. The image processing apparatus according to claim 1, wherein the plurality of color component data includes light cyan, light magenta, and light yellow in addition to cyan, magenta, yellow, and black. さらに、プリントにおける条件に対応する圧縮変換テーブルデータを、前記格納手段から読み出す手段を有し、
前記伸長手段は、前記読み出された圧縮変換テーブルデータを伸長することを特徴とする請求項1記載の画像処理装置。
Furthermore, it has means for reading the compression conversion table data corresponding to the conditions in printing from the storage means,
The image processing apparatus according to claim 1, wherein the decompressing unit decompresses the read compression conversion table data.
変換テーブルを用いる補間演算処理を用いた色変換処理により、入力色データをシアン、マゼンタ、イエロー、ブラックを含む複数の色成分データに変換する画像処理方法であって、
各色成分の色成分データをそれぞれ同一の色成分ごとにまとめるとともに格子点番号順に並べた第一の並び順の変換テーブルを圧縮した圧縮変換テーブルデータを格納するステップと、
前記圧縮変換テーブルデータを伸長するステップと、
伸長された前記第一の並び順の変換テーブルについて、同一の格子点番号に係る複数の色成分データを格子点データとしてまとめるとともに前記格子点データを格子点番号順に並べ替えることで第二の並び順の変換テーブルとするステップと、
前記第二の並び順の変換テーブルを用いた補間演算処理により色変換処理を行って前記出力画像データを生成するステップとを有し、
前記格子点番号は、前記変換テーブルを構成する複数の格子点のそれぞれに対して、前記入力色データの複数の色成分データが全て0である格子点から前記入力色データの複数の色成分データが全て最大値である格子点まで、前記変換テーブルの格子点に対応する入力色データの複数の色成分データそれぞれの大きさに応じて、順次、付加されていることを特徴とする画像処理方法。
An image processing method for converting input color data into a plurality of color component data including cyan, magenta, yellow, and black by color conversion processing using interpolation calculation processing using a conversion table,
Storing the compression conversion table data obtained by compressing the conversion table of the first arrangement order in which the color component data of each color component is collected for each identical color component and arranged in the order of the grid point number;
Decompressing the compression conversion table data;
For the expanded conversion table in the first arrangement order, a plurality of color component data related to the same grid point number are collected as grid point data, and the grid point data is rearranged in the order of the grid point number to form a second sequence. A step of converting to a sequential conversion table;
Performing color conversion processing by interpolation processing using the conversion table of the second arrangement order and generating the output image data,
The grid point number is a plurality of color component data of the input color data from a grid point in which the plurality of color component data of the input color data are all 0 for each of a plurality of grid points constituting the conversion table. Are sequentially added according to the size of each of the plurality of color component data of the input color data corresponding to the grid points of the conversion table, up to the grid points where all are maximum values. .
変換テーブルを用いる補間演算処理を用いた色変換処理により、入力色データをシアン、マゼンタ、イエロー、ブラックを含む複数の色成分データに変換する画像処理のプログラムコードが記録された記録媒体であって、
各色成分の色成分データをそれぞれ同一の色成分ごとにまとめるとともに格子点番号順に並べた第一の並び順の変換テーブルを圧縮した圧縮変換テーブルデータを格納するステップのコードと、
前記圧縮変換テーブルデータを伸長するステップのコードと、
伸長された前記第一の並び順の変換テーブルについて、同一の格子点番号に係る複数の色成分データを格子点データとしてまとめるとともに前記格子点データを格子点番号順に並べ替えることで第二の並び順の変換テーブルとするステップのコードと、
前記第二の並び順の変換テーブルを用いた補間演算処理により色変換処理を行って前記出力画像データを生成するステップのコードとを有し、
前記格子点番号は、前記変換テーブルを構成する複数の格子点のそれぞれに対して、前記入力色データの複数の色成分データが全て0である格子点から前記入力色データの複数の色成分データが全て最大値である格子点まで、前記変換テーブルの格子点に対応する入力色データの複数の色成分データそれぞれの大きさに応じて、順次、付加されていることを特徴とする記録媒体。
A recording medium recording a program code for image processing for converting input color data into a plurality of color component data including cyan, magenta, yellow, and black by color conversion processing using interpolation calculation processing using a conversion table. ,
The code of the step of storing the compression conversion table data obtained by compressing the conversion table in the first arrangement order in which the color component data of each color component is collected for each identical color component and arranged in the order of the grid point number;
A code for decompressing the compression conversion table data;
For the expanded conversion table in the first arrangement order, a plurality of color component data related to the same grid point number are collected as grid point data, and the grid point data is rearranged in the order of the grid point number to form a second sequence. The code of the step to be the order conversion table,
A code of a step of performing color conversion processing by interpolation processing using the conversion table of the second arrangement order to generate the output image data;
The grid point number is a plurality of color component data of the input color data from a grid point in which the plurality of color component data of the input color data are all 0 for each of a plurality of grid points constituting the conversion table. The recording medium is characterized in that, up to a grid point where all the values are the maximum value, the input color data corresponding to the grid points of the conversion table are sequentially added according to the size of each of the plurality of color component data.
JP2005306158A 2005-10-20 2005-10-20 Image processing apparatus and image processing method Expired - Fee Related JP4137113B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005306158A JP4137113B2 (en) 2005-10-20 2005-10-20 Image processing apparatus and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005306158A JP4137113B2 (en) 2005-10-20 2005-10-20 Image processing apparatus and image processing method

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP18774198A Division JP4046857B2 (en) 1998-07-02 1998-07-02 Image processing apparatus and method, and recording medium

Publications (2)

Publication Number Publication Date
JP2006081209A true JP2006081209A (en) 2006-03-23
JP4137113B2 JP4137113B2 (en) 2008-08-20

Family

ID=36160219

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005306158A Expired - Fee Related JP4137113B2 (en) 2005-10-20 2005-10-20 Image processing apparatus and image processing method

Country Status (1)

Country Link
JP (1) JP4137113B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009159493A (en) * 2007-12-27 2009-07-16 Canon Inc Conversion table compression method and program
JP2013038726A (en) * 2011-08-11 2013-02-21 Brother Ind Ltd Image processor
JP2014200014A (en) * 2013-03-29 2014-10-23 キヤノン株式会社 Image processing device and image processing method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009159493A (en) * 2007-12-27 2009-07-16 Canon Inc Conversion table compression method and program
JP2013038726A (en) * 2011-08-11 2013-02-21 Brother Ind Ltd Image processor
JP2014200014A (en) * 2013-03-29 2014-10-23 キヤノン株式会社 Image processing device and image processing method

Also Published As

Publication number Publication date
JP4137113B2 (en) 2008-08-20

Similar Documents

Publication Publication Date Title
JP4217398B2 (en) Image data processing method, image data processing apparatus, storage medium, and program
US5719956A (en) Image processing apparatus with separate color conversion for CMY signals and K signal
JP5269042B2 (en) Image processing apparatus, image processing method, and lookup table generation method
JP4632438B2 (en) Color processing method, and color processing apparatus and method for creating a lookup table
JP4046857B2 (en) Image processing apparatus and method, and recording medium
CN103108106B (en) Image processing apparatus
JP4238992B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
JP4206743B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
US8503025B2 (en) Image processing apparatus, image processing method, and computer program product
JP2009154365A (en) Image processing apparatus, image processing method, image processing program and recording medium
JPWO2004077837A1 (en) Image playback using a specific color space
JP2003219193A (en) Color image processing method and color image processor
JP2007028148A (en) Apparatus, method and program for color conversion, and recording medium
JP4137113B2 (en) Image processing apparatus and image processing method
JP2014135544A (en) Image processing apparatus, image processing method, program, and storage medium
JP4228207B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
US6556312B1 (en) Data converter and method
JP4228208B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
JP2006140972A (en) Color processing method and apparatus therefor
JP2003230020A (en) Image processor, printer, and image processing method
JP2006254369A (en) Color processing method and device thereof
JP3581381B2 (en) Image processing method and image processing apparatus
JP2006031376A (en) Image processor and color conversion method
JP6332529B2 (en) Image processing system
US8175381B2 (en) Image processing method and apparatus

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070606

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070717

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20070918

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080222

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080416

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20080512

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20080603

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110613

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120613

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120613

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130613

Year of fee payment: 5

LAPS Cancellation because of no payment of annual fees