JP5106436B2 - Color conversion apparatus and color conversion processing method - Google Patents

Color conversion apparatus and color conversion processing method Download PDF

Info

Publication number
JP5106436B2
JP5106436B2 JP2009021819A JP2009021819A JP5106436B2 JP 5106436 B2 JP5106436 B2 JP 5106436B2 JP 2009021819 A JP2009021819 A JP 2009021819A JP 2009021819 A JP2009021819 A JP 2009021819A JP 5106436 B2 JP5106436 B2 JP 5106436B2
Authority
JP
Japan
Prior art keywords
rgb
values
color
converted
color conversion
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.)
Active
Application number
JP2009021819A
Other languages
Japanese (ja)
Other versions
JP2010178304A (en
Inventor
裕貴 富田
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.)
Riso Kagaku Corp
Original Assignee
Riso Kagaku Corp
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 Riso Kagaku Corp filed Critical Riso Kagaku Corp
Priority to JP2009021819A priority Critical patent/JP5106436B2/en
Publication of JP2010178304A publication Critical patent/JP2010178304A/en
Application granted granted Critical
Publication of JP5106436B2 publication Critical patent/JP5106436B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、カラー画像の色変換を行なう色変換装置および色変換処理方法に関する。   The present invention relates to a color conversion apparatus and a color conversion processing method for performing color conversion of a color image.

画像読取装置で読み取った原稿の画像を複写印刷する装置では、一般に読取画像は、RGB形式で表現され、印刷時のデータはCMY形式で表現される。このため、RGB形式の画像データからCMY形式の画像データへの色変換が行なわれる。RGB形式の画像データからCMY形式の画像データへの色変換処理は、通常、ルックアップテーブルを用い、必要に応じて補間演算を組み合わせて行なう。   In an apparatus for copying and printing a document image read by an image reading apparatus, generally, a read image is expressed in RGB format, and data at the time of printing is expressed in CMY format. Therefore, color conversion from RGB format image data to CMY format image data is performed. Color conversion processing from RGB format image data to CMY format image data is usually performed by using a lookup table and combining interpolation operations as necessary.

ルックアップテーブルは、RGBそれぞれの軸を所定の間隔で区切り、3次元空間上に格子点を形成し、それぞれの格子点にCMYあるいはCMYKの変換後の値を対応させたテーブルである。そして、中間的なRGB値に対しては、周囲の格子点から補間演算を行なって、変換後のCMY値あるいはCMYK値を算出する。   The look-up table is a table in which RGB axes are divided at predetermined intervals, lattice points are formed in a three-dimensional space, and CMY or CMYK converted values are associated with the respective lattice points. For intermediate RGB values, interpolation calculation is performed from surrounding grid points to calculate a converted CMY value or CMYK value.

ところで、画像読取装置で読み取った原稿の画像を複写印刷した際に、原稿の黒濃度が十分高い部分であるのに、印刷結果の濃度が薄くなる場合がある。この問題を解決するため、特許文献1には、読み取った画像を印刷する際に、黒に近い領域がすべて黒に変換されるようなルックアップテーブルを用いて色変換を行なうことが記載されている。これにより、原稿の黒っぽい部分がはっきりとした黒で印刷され、文字を読みやすくすることができる。   By the way, when an image of a document read by the image reading apparatus is copied and printed, the density of the printed result may be light even though the black density of the document is a sufficiently high portion. In order to solve this problem, Patent Document 1 describes that color conversion is performed using a look-up table in which all areas close to black are converted to black when the read image is printed. Yes. Thereby, the blackish portion of the document is printed in clear black, and the characters can be easily read.

特開2002−252781号公報JP 2002-252781 A

特許文献1に記載された技術によれば、複写印刷による黒の濃度低下を防ぐことができるが、一方で、色味を有する暗い部分もすべて黒に変換されてしまう。このため、微妙な色味が失われてしまい、例えば、緑の暗い部分や、青の暗い部分等の階調表現が不十分になってしまう。そこで、本発明は、色味を有する暗い部分の色味を保ったまま、複写印刷による黒の濃度低下を防ぐことを目的とする。   According to the technique described in Patent Document 1, it is possible to prevent a decrease in black density due to copy printing, but on the other hand, all dark portions having color are also converted to black. For this reason, a delicate color tone is lost, and for example, gradation expression such as a dark green part or a dark blue part becomes insufficient. Accordingly, an object of the present invention is to prevent a decrease in black density due to copy printing while maintaining the color of a dark portion having a color.

上記課題を解決するため、本発明の第1の態様である色変換装置は、RGB形式の色データを、異なる色表現形式の色データに変換する色変換装置であって、RGBの代表値の組み合わせと変換後の値との対応関係を定めたルックアップテーブルと、前記RGBの代表値の組み合わせ以外の色データについて、前記ルックアップテーブルを用いて補間演算を行なうことで変換後の値を算出する補間演算手段と、を備え、前記ルックアップテーブルは、RGBを軸とした3次元空間上に、黒を示す座標を原点として前記代表値の組み合わせによる格子点を形成し、それぞれの格子点に変換後の値を割り当てた場合に、RGBそれぞれ原点に最も近い代表値によって形成される立方体の頂点となる格子点(原点を除く)について、RGBの値が等しい代表値によって定められる格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と等しく、他の格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と異なることを特徴とする。   In order to solve the above problems, a color conversion device according to a first aspect of the present invention is a color conversion device that converts color data in RGB format into color data in a different color representation format, and includes RGB representative values. A look-up table that defines the correspondence between the combination and the value after conversion, and color data other than the combination of the RGB representative values are calculated by performing an interpolation operation using the look-up table. Interpolating means, and the look-up table forms a grid point by a combination of the representative values with a coordinate indicating black as an origin on a three-dimensional space with RGB as an axis, and each grid point When the converted values are assigned, the RGB values are the same for the grid points (excluding the origin) that are the vertices of the cube formed by the representative values closest to the origins of RGB. The converted value assigned to the grid point determined by the representative value is equal to the converted value assigned to the origin, and the converted value assigned to another grid point is the transformation assigned to the origin. It is different from the later values.

本発明によれば、RGBの値が等しい原点に最も近い代表値によって定められる格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と等しくなっているため、黒の濃度低下を防ぐことができる。さらに、他の格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と異なるため、色味を有する暗い部分の色味を保つことができる。   According to the present invention, since the converted value assigned to the grid point determined by the representative value closest to the origin having the same RGB value is equal to the converted value assigned to the origin, A decrease in concentration can be prevented. Furthermore, since the value after conversion assigned to the other grid points is different from the value after conversion assigned to the origin, the color of the dark portion having the color can be maintained.

ここで、前記異なる色表現形式は、CMY形式あるいはCMYK形式とすることができる。また、前記ルックアップテーブルは、所定間隔毎に前記RGBの代表値を定めることができる。さらには、前記補間演算手段は、変換対象のRGBの値を囲む8つの格子点によって形成される立方体を6つの三角錐に分割し、前記変換対象のRGBの値が含まれる三角錐の頂点に対応する格子点に割り当てられた変換後の値を用いて、補間演算を行なうことができる。このとき、前記6つの三角錐は、いずれも、RGBの値が等しい代表値によって定められる2つの格子点を頂点として含むように分割されることが望ましい。   Here, the different color expression format may be a CMY format or a CMYK format. The look-up table can determine the RGB representative values at predetermined intervals. Further, the interpolation calculation means divides a cube formed by eight lattice points surrounding the RGB values to be converted into six triangular pyramids, and sets the vertexes of the triangular pyramids including the RGB values to be converted. Interpolation can be performed using the converted values assigned to the corresponding grid points. At this time, each of the six triangular pyramids is preferably divided so as to include two lattice points defined by representative values having the same RGB value as vertices.

上記課題を解決するため、本発明の第2の態様である色変換処理方法は、RGBの代表値の組み合わせと変換後の値との対応関係を定めたルックアップテーブルを用いてRGB形式の色データを、異なる色表現形式の色データに変換する色変換処理方法であって、前記ルックアップテーブルは、RGBを軸とした3次元空間上に、黒を示す座標を原点として前記代表値の組み合わせによる格子点を形成し、それぞれの格子点に変換後の値を割り当てた場合に、RGBそれぞれ原点に最も近い代表値によって形成される立方体の原点を除く頂点となる格子点について、RGBの値が等しい代表値によって定められる格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と等しく、他の格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と異なることを特徴とする。   In order to solve the above-described problem, the color conversion processing method according to the second aspect of the present invention uses a lookup table that defines a correspondence relationship between a combination of RGB representative values and a value after conversion. A color conversion processing method for converting data into color data of a different color representation format, wherein the lookup table is a combination of the representative values with a coordinate indicating black as an origin on a three-dimensional space with RGB as an axis. When the grid points are formed and the converted values are assigned to the respective grid points, the RGB values of the grid points that are the vertices excluding the origin of the cube formed by the representative values closest to the respective RGB origins are The transformed value assigned to a grid point defined by an equal representative value is equal to the transformed value assigned to the origin, and the transformed value assigned to another grid point is Characterized in that different from the value of the converted assigned to the point.

本発明によれば、色味を有する暗い部分の色味を保ったまま、複写印刷による黒の濃度低下を防ぐことができる。   According to the present invention, it is possible to prevent a decrease in black density due to copy printing while maintaining the color of a dark portion having a color.

本発明に係る色変換装置と、色変換装置に接続された印刷装置の機能構成を示すブロック図である。FIG. 2 is a block diagram illustrating a functional configuration of a color conversion apparatus according to the present invention and a printing apparatus connected to the color conversion apparatus. システム構成の具体例を示すブロック図である。It is a block diagram which shows the specific example of a system configuration. ルックアップテーブルの概念を示す図である。It is a figure which shows the concept of a look-up table. ルックアップテーブルの一例を示す図である。It is a figure which shows an example of a lookup table. 補間演算を説明する図である。It is a figure explaining an interpolation calculation. 本実施形態のルックアップテーブルの概念を示す図である。It is a figure which shows the concept of the look-up table of this embodiment. 本実施形態のルックアップテーブルの一例を示す図である。It is a figure which shows an example of the lookup table of this embodiment. 本実施形態のルックアップテーブルの生成手順を示す図である。It is a figure which shows the production | generation procedure of the lookup table of this embodiment. 本実施形態の色変換結果を示す図である。It is a figure which shows the color conversion result of this embodiment.

本発明の実施の形態について図面を参照して説明する。図1は、本発明に係る色変換装置10と、色変換装置10に接続された印刷装置20の機能構成を示すブロック図である。本図に示すように、色変換装置10は、RGB形式のドットイメージデータを入力するRGBドットイメージ入力部110と、RGB形式のイメージデータをCMYK形式のイメージデータに変換する色変換処理部120と、CMYK形式のドットイメージデータを出力するCMYKドットイメージ出力部140とを備えている。   Embodiments of the present invention will be described with reference to the drawings. FIG. 1 is a block diagram illustrating a functional configuration of a color conversion apparatus 10 according to the present invention and a printing apparatus 20 connected to the color conversion apparatus 10. As shown in the figure, the color conversion apparatus 10 includes an RGB dot image input unit 110 for inputting RGB dot image data, a color conversion processing unit 120 for converting RGB image data into CMYK format image data, and the like. And a CMYK dot image output unit 140 that outputs dot image data in the CMYK format.

RGBドットイメージ入力部110は、例えば、各色8ビットで表わされたRGBドットイメージデータを外部装置あるいは装置内の他機能部から入力する。色変換処理部120は、ルックアップテーブル(LUT)122を備えており、ルックアップテーブル122を参照してRGBドットイメージデータをCMYKドットイメージデータに変換する。ルックアップテーブル122は、RGBの代表値とCMYK値との対応関係が記録されたテーブルである。ルックアップテーブル122は、RGBの代表値についてCMYK値との対応関係が記録されているため、中間値については補間演算を行なってCMYK値を算出する必要がある。この補間演算処理を行なうため、色変換処理部120は、補間演算部124を備えている。なお、ルックアップテーブル122は、印刷用紙の種類等に応じて複数種類用意しておくようにしてもよい。   The RGB dot image input unit 110 inputs, for example, RGB dot image data represented by 8 bits for each color from an external device or another function unit in the device. The color conversion processing unit 120 includes a lookup table (LUT) 122 and converts RGB dot image data into CMYK dot image data with reference to the lookup table 122. The look-up table 122 is a table in which the correspondence between RGB representative values and CMYK values is recorded. Since the lookup table 122 records the correspondence between the representative values of RGB and the CMYK values, it is necessary to calculate the CMYK values by performing an interpolation operation on the intermediate values. In order to perform this interpolation calculation processing, the color conversion processing unit 120 includes an interpolation calculation unit 124. Note that a plurality of types of lookup tables 122 may be prepared in accordance with the type of printing paper.

CMYKドットイメージ出力部140は、CMYK形式に変換されたドットイメージデータに対して中間調処理等を施して印刷装置20に出力する。ここで、中間調処理は、例えば、各色8ビットで表わされたCMYKドットイメージを、印刷装置20で印刷可能な階調で表現するための処理である。   The CMYK dot image output unit 140 performs halftone processing or the like on the dot image data converted into the CMYK format and outputs the result to the printing apparatus 20. Here, the halftone process is, for example, a process for expressing a CMYK dot image represented by 8 bits for each color with gradation that can be printed by the printing apparatus 20.

本図に示すように、印刷装置20は、CMYK形式のドットイメージデータを入力するCMYKドットイメージ入力部210と、印刷機構220と、印刷用紙の給排紙動作を行なう給排紙機構230とを備えている。   As shown in the figure, the printing apparatus 20 includes a CMYK dot image input unit 210 that inputs dot image data in CMYK format, a printing mechanism 220, and a paper supply / discharge mechanism 230 that performs a paper supply / discharge operation for printing paper. I have.

本実施形態において、印刷機構220は、用紙搬送方向に直交する方向に伸び、多数のノズルが形成された印字ヘッドを複数本備え、それぞれの印字ヘッドから黒またはカラーインクを吐出して印刷を行なうインクジェット方式を採用している。ただし、他の方式を採用するようにしてもよい。   In the present embodiment, the printing mechanism 220 includes a plurality of print heads that extend in a direction perpendicular to the paper conveyance direction and in which a large number of nozzles are formed, and performs printing by discharging black or color ink from each print head. Inkjet method is adopted. However, other methods may be adopted.

図1に示したような色変換装置10と印刷装置20とは、例えば、図2に示すようなシステム構成として具体的に実現することができる。図2(a)は、画像読取装置40と、ドットイメージ展開部510と色変換部520とインクジェット印刷機構530を備えたインクジェットプリンタ50とでシステムを構成した例を示している。本システムでは、画像読取装置40で読み取ったRGB形式の画像データを、インクジェットプリンタ50の色変換部520がCMYK形式に色変換を行なってインクジェット印刷機構530で印刷を行なう。この場合、インクジェットプリンタ50が色変換装置10および印刷装置20として機能する。   The color conversion apparatus 10 and the printing apparatus 20 as shown in FIG. 1 can be specifically realized as a system configuration as shown in FIG. FIG. 2A shows an example in which the system is configured by the image reading device 40, the dot image development unit 510, the color conversion unit 520, and the inkjet printer 50 including the inkjet printing mechanism 530. In this system, the RGB image data read by the image reading device 40 is color-converted into the CMYK format by the color conversion unit 520 of the inkjet printer 50 and printed by the inkjet printing mechanism 530. In this case, the inkjet printer 50 functions as the color conversion device 10 and the printing device 20.

図2(b)は、プリンタドライバ610を備えたPC60と、インクジェット印刷機構710を備えたインクジェットプリンタ70とでシステムを構成した例を示している。本システムではプリンタドライバ610が色変換部612を備えており、PC60のアプリケーションが作成したRGB形式の画像データや、デジタルカメラ等から読み込んだ画像データ等をPC60側でドットイメージに展開し、さらにCMYK形式に色変換処理を行なってインクジェットプリンタ70に出力する。この場合、PC60が色変換装置10として機能し、インクジェットプリンタ70が印刷装置20として機能する。   FIG. 2B shows an example in which the system is configured by a PC 60 having a printer driver 610 and an ink jet printer 70 having an ink jet printing mechanism 710. In this system, the printer driver 610 includes a color conversion unit 612. The RGB image data created by the application of the PC 60, the image data read from a digital camera, or the like is developed into a dot image on the PC 60 side, and further CMYK. A color conversion process is performed on the format and output to the inkjet printer 70. In this case, the PC 60 functions as the color conversion device 10, and the ink jet printer 70 functions as the printing device 20.

次に、ルックアップテーブルについて説明する。図3はルックアップテーブルの一般的な概念を示す図である。本図に示すように、ルックアップテーブルは、互いに直交するRGBそれぞれの軸を所定の間隔で区切って3次元空間上に格子点を形成し、それぞれの格子点にCMYあるいはCMYKの変換後の値を対応させたテーブルである。本実施形態では、RGBそれぞれ8ビットの256階調(0〜255)を、4ビット(16)ずつに区切って格子点を生成し、各格子点にそれぞれ0〜100の範囲のCMYK値を対応させている。階調毎あるいは1ビットずつ区切って格子点を生成し、各点に0〜100の範囲のCMYK値を対応させるとすると、ルックアップテーブルの容量が大きくなってしまうからである。ただし、格子点の間隔は4ビットに限られず、メモリ容量、演算処理速度等に応じて変更することができる。なお、格子点は、(0,0,0)〜(16,16,16)の範囲で表わすことができる。   Next, the lookup table will be described. FIG. 3 is a diagram showing a general concept of the lookup table. As shown in this figure, the lookup table forms grid points on a three-dimensional space by dividing the mutually orthogonal RGB axes at a predetermined interval, and values obtained by converting CMY or CMYK to the respective grid points. Is a table in which In the present embodiment, 256 gray levels (0 to 255) of 8 bits for each RGB are divided into 4 bits (16) to generate grid points, and CMYK values in the range of 0 to 100 are associated with each grid point. I am letting. This is because if the grid points are generated by dividing each gradation or bit by bit and the CMYK values in the range of 0 to 100 are associated with each point, the capacity of the lookup table becomes large. However, the interval between the lattice points is not limited to 4 bits, and can be changed according to the memory capacity, the calculation processing speed, and the like. The lattice points can be expressed in the range of (0, 0, 0) to (16, 16, 16).

ルックアップテーブルは、3次元の概念を有するが、実際には図4に示すような2次元のテーブル形式で色変換装置10に格納される。すなわち、入力値として各格子点に対応するRGB値の組み合わせが記載され、それぞれの組み合わせに対応するCMYK値が出力値として設定される。なお、図4には、参考のため、格子点の対応表も記載している。また、入力値は所定の規則で並ぶため、出力値だけでルックアップテーブルを構成してもよい。   The lookup table has a three-dimensional concept, but is actually stored in the color conversion apparatus 10 in a two-dimensional table format as shown in FIG. That is, a combination of RGB values corresponding to each grid point is described as an input value, and a CMYK value corresponding to each combination is set as an output value. FIG. 4 also shows a grid point correspondence table for reference. Further, since the input values are arranged according to a predetermined rule, the lookup table may be configured with only the output values.

図4に示したルックアップテーブル122aは、従来のルックアップテーブルであり、例えば、RGB値すべてが0の最も黒い状態を示している場合は、CMYがそれぞれ20、K100として印刷上の黒が表現される。これは、例えば、最も黒い状態で、かつ、用紙裏移りが最も抑えられるように決めることができる。また、RGB値すべてが255の最も白い状態を示している場合は、CMYKそれぞれが0となりインクを吐出しないことで印刷上の白が表現される。また、RGB値すべてが16の格子点(1,1,1)は、無彩色のグレーのうち黒に近い色を示している。この場合、出力値は、CMYがそれぞれ15、K90として黒に近いグレーが印刷されることになる。したがって、格子点(0,0,0)から格子点(1,1,1)までのグレー軸上のRGB値は、CMYがそれぞれ20、K100の最も黒い状態からCMYがそれぞれ15、K90の黒に近いグレーまでの階調を描くことになる。   The look-up table 122a shown in FIG. 4 is a conventional look-up table. For example, when the RGB state shows the blackest state where all the RGB values are 0, CMY is 20 and K100 is represented as black on printing. Is done. This can be determined, for example, so as to be in the blackest state and to minimize the sheet offset. Further, when all the RGB values indicate the whitest state of 255, each of CMYK becomes 0 and white on printing is expressed by not discharging ink. Also, the grid point (1, 1, 1) having all the RGB values of 16 indicates a color close to black in the achromatic gray. In this case, as the output values, CMY is 15 and K90 is printed as gray close to black. Therefore, the RGB values on the gray axis from the grid point (0, 0, 0) to the grid point (1, 1, 1) are 20 for CMY and 20 for K100, and 15 for CMY and black for K90. Tones that are close to gray are drawn.

図5は、補間演算部124が行なう補間演算について説明する図である。図4に示したようにルックアップテーブルは、格子点毎に変換後の値を設定したものであるため離散的である。このため、RGB値が格子点に一致しない場合は、補間演算により変換後のCMYK値を求めるようにしている。本実施形態において補間演算は、以下のように行なうことができる。すなわち、変換対象のRGB値を囲む8つの格子点で構成される立方体を、図5(a)〜図5(f)に示すような4つの格子点で定まる6つの三角錐に分割する。そして、変換対象のRGB値が含まれる三角錐の頂点に対応する格子点に割り当てられたCMYK値を用いて、位置関係から得られる重み係数により重み平均を算出することで補間演算を行なう
図5(a)〜図5(f)に示すように、6つの三角錐には、すべて(n,n,n)の格子点と(n+1,n+1,n+1)の格子点が含まれる。このため、(n,n,n)の格子点と(n+1,n+1,n+1)の格子点に割り当てられたCMYK値が補間演算の結果に大きな影響を与えることになる。
FIG. 5 is a diagram for explaining the interpolation calculation performed by the interpolation calculation unit 124. As shown in FIG. 4, the look-up table is discrete because values after conversion are set for each lattice point. For this reason, when the RGB values do not coincide with the grid points, the CMYK values after conversion are obtained by interpolation calculation. In the present embodiment, the interpolation calculation can be performed as follows. That is, a cube composed of eight lattice points surrounding the RGB values to be converted is divided into six triangular pyramids determined by four lattice points as shown in FIGS. 5 (a) to 5 (f). Then, using the CMYK values assigned to the lattice points corresponding to the vertices of the triangular pyramid including the RGB values to be converted, an interpolation operation is performed by calculating a weighted average using a weighting coefficient obtained from the positional relationship. As shown in FIGS. 5A to 5F, the six triangular pyramids include (n, n, n) lattice points and (n + 1, n + 1, n + 1) lattice points. For this reason, the CMYK values assigned to the (n, n, n) grid points and the (n + 1, n + 1, n + 1) grid points greatly affect the result of the interpolation calculation.

次に、本実施形態におけるルックアップテーブル122について説明する。図6は、図3に示した3次元のルックアップテーブルから最も黒側に近い格子点で定められる立方体(図3の網掛け部分)を抽出した図である。すなわち、格子点(0,0,0)、格子点(0,1,0)、格子点(0,1,1)、格子点(0,0,1)、格子点(1,0,0)、格子点(1,1,0)、格子点(1,0,1)、格子点(1,1,1)で定められる立方体である。   Next, the lookup table 122 in this embodiment will be described. FIG. 6 is a diagram in which a cube (shaded portion in FIG. 3) defined by the lattice point closest to the black side is extracted from the three-dimensional lookup table shown in FIG. That is, lattice point (0, 0, 0), lattice point (0, 1, 0), lattice point (0, 1, 1), lattice point (0, 0, 1), lattice point (1, 0, 0) ), A lattice point (1, 1, 0), a lattice point (1, 0, 1), and a cube defined by the lattice point (1, 1, 1).

従来は、この立方体を構成する格子点について、格子点(0,0,0)は最も黒い色に変換され、それ以外の格子点はいずれも黒濃度が下がるように設定されていた。また、特許文献1に記載されたルックアップテーブルでは、この立方体を構成する8つの格子点すべてにおいて最も黒い色に変換されるようになっていた。   Conventionally, with respect to the lattice points constituting this cube, the lattice point (0, 0, 0) is converted to the blackest color, and all other lattice points are set so that the black density decreases. Further, in the lookup table described in Patent Document 1, all eight lattice points constituting this cube are converted to the blackest color.

このため、前者のルックアップテーブルを用いた場合は、黒い部分の濃度が下がるという問題が生じ、後者のルックアップテーブルを用いた場合は、立方体に含まれるRGB値がすべて最も黒い色に変換されるため、黒い部分の濃度低下を防ぐことができるものの、色味を有する暗い部分の色味が失われるという問題が生じていた。   For this reason, when the former lookup table is used, there is a problem that the density of the black portion is lowered, and when the latter lookup table is used, all the RGB values contained in the cube are converted to the blackest color. Therefore, although the density reduction of the black portion can be prevented, there is a problem that the color of the dark portion having the color is lost.

そこで、本実施形態では、最も黒側に近い立方体を構成する8つの格子点のうち、格子点(0,0,0)と格子点(1,1,1)は最も黒い色に変換されるようにCMYK値を設定し、他の格子点は黒の濃度が下がるようにCMYK値を設定する。また、ルックアップテーブルを構成する他の格子点については従来と同じCMYK値とする。この結果、本実施形態で用いるルックアップテーブル122は、図7に示すように、格子点(1,1,1)が格子点(0,0,0)と同じ値に変換される以外は、従来と同じ値とすることができる。   Therefore, in the present embodiment, among the eight lattice points constituting the cube closest to the black side, the lattice point (0, 0, 0) and the lattice point (1, 1, 1) are converted to the blackest color. The CMYK values are set as described above, and the CMYK values are set so that the black density of the other lattice points is lowered. Further, other lattice points constituting the look-up table are set to the same CMYK values as in the past. As a result, the look-up table 122 used in the present embodiment, as shown in FIG. 7, except that the lattice point (1, 1, 1) is converted to the same value as the lattice point (0, 0, 0), The same value as before can be used.

したがって、本実施形態のルックアップテーブル122は、例えば、図8に示すように、従来のルックアップテーブル128に対して、格子点(1,1,1)の出力値を、格子点(0,0,0)の出力値と同じにする処理(S101)を施すことにより作成することができる。具体的には、変換元のルックアップテーブルを読み込み、格子点(0,0,0)の出力値を取得する。次いで、格子点(1,1,1)の出力値を取得した格子点(0,0,0)の出力値に変更すればよい。   Therefore, the look-up table 122 of this embodiment, for example, as shown in FIG. 8, outputs the output value of the lattice point (1, 1, 1) from the conventional look-up table 128 to the lattice point (0, It can be created by performing the processing (S101) to make it the same as the output value of (0, 0). Specifically, the conversion source lookup table is read, and the output value of the grid point (0, 0, 0) is acquired. Next, the output value of the grid point (1, 1, 1) may be changed to the output value of the acquired grid point (0, 0, 0).

本実施形態では、このようなルックアップテーブル122を用いることにより、RGB値が等しいグレー軸上の格子点のうち最も原点に近い格子点が原点と同じ最も黒い色に変換され、他の格子点は黒の濃度が下がっていくように変換されるようにしている。このため、RGB値が等しいグレー階調を入力したときの出力は、図9(a)に示すような特性となる。   In the present embodiment, by using such a lookup table 122, a grid point closest to the origin among the grid points on the gray axis having the same RGB value is converted to the blackest color same as the origin, and other grid points are obtained. Is converted so that the density of black decreases. Therefore, the output when gray gradations having the same RGB value are input has characteristics as shown in FIG.

本図に示すように、格子点(0,0,0)から格子点(1,1,1)までのRGB値は、補間演算の結果、格子点(0,0,0)と同じ最も黒い色に変換され、格子点(1,1,1)から格子点(16,16,16)までのグレー軸上のRGB値は、補間演算の結果、グレーの階調が表現されるように変換されることになる。また、RGB値がほぼ等しいグレー軸に近い色についても、格子点(0,0,0)と格子点(1,1,1)の影響を強く受け、濃度が低下することを防ぐことができる。   As shown in this figure, the RGB values from the grid point (0, 0, 0) to the grid point (1, 1, 1) are the blackest as the grid point (0, 0, 0) as a result of the interpolation calculation. The RGB values on the gray axis from the grid point (1, 1, 1) to the grid point (16, 16, 16) are converted so that the gray gradation is expressed as a result of the interpolation operation. Will be. Further, colors close to the gray axis having substantially the same RGB values are also strongly influenced by the grid point (0, 0, 0) and the grid point (1, 1, 1), and can prevent the density from being lowered. .

一方、グレー軸から離れた色味を有するRGBデータについては、格子点(0,0,0)および格子点(1,1,1)以外の各格子点が黒の濃度が下がっていくように設定されているため、緑の暗い部分や、青の暗い部分等の階調表現が保たれることになる。この結果、図9(b)に示すように有彩色の部分が色味を失って最も黒い色に変換されることを防ぐことができ、良好な印刷結果を得ることができる。   On the other hand, for RGB data having a color away from the gray axis, the black density of the grid points other than the grid point (0, 0, 0) and the grid point (1, 1, 1) decreases. Since it is set, gradation expression such as a dark green portion or a dark blue portion is maintained. As a result, as shown in FIG. 9B, it is possible to prevent the chromatic color portion from being lost in color and being converted to the blackest color, and a good printing result can be obtained.

以上説明したように、本実施形態における色変換装置10は、上述したルックアップテーブル122を用いて色変換処理を行なうため、色味を有する暗い部分の色味を保ったまま、複写印刷による黒の濃度低下を防ぐことができる。   As described above, the color conversion apparatus 10 according to the present embodiment performs the color conversion process using the lookup table 122 described above, so that the black color by copy printing is maintained while maintaining the color of the dark portion having the color. It is possible to prevent a decrease in concentration.

なお、上記の実施形態では、格子点(1,1,1)の出力値を、最も黒い色である格子点(0,0,0)の出力値と同じにするようにしていたが、実装上は必ずしも一致させなくてもよい。すなわち、格子点(1,1,1)の出力値が十分濃度の高い黒と見なせる値であれば足りる。また、グレー軸上の格子点(2,2,2)あるいはそれ以上の格子点(n,n,n)まで拡張して出力値が十分濃度の高い黒となるように設定するようにしてもよい。さらには、格子点(0,0,0)と(1,1,1)とで、黒濃度が同等であれば、用紙裏移りが最も抑えられるように、Kの値を少し減らし、CMYの値を少し増やすようにしてもよい。   In the above embodiment, the output value of the grid point (1, 1, 1) is made the same as the output value of the grid point (0, 0, 0) which is the blackest color. The above does not necessarily have to match. That is, it is sufficient if the output value of the grid point (1, 1, 1) is a value that can be regarded as black having a sufficiently high density. Further, the output value may be set to black having a sufficiently high density by extending to the grid point (2, 2, 2) on the gray axis or higher grid points (n, n, n). Good. Furthermore, if the black density is the same at the grid points (0, 0, 0) and (1, 1, 1), the value of CMY is slightly reduced so that the paper back-off is minimized. You may make it increase a value a little.

また、上記の実施形態では、RGB形式の色データをCMYK形式の色データに変換する場合について説明したが、本発明は、他の色表現形式間の変換にも適用することができる。例えば、RGB形式の色データを、一旦Lab形式の色データに変換してからCMYK形式の色データに変換する場合があるが、この場合も本発明を適用することで、色味を有する暗い部分の色味を保ったまま、黒の濃度低下を防ぐことができる。   In the above-described embodiment, the case of converting RGB format color data into CMYK format color data has been described. However, the present invention can also be applied to conversion between other color representation formats. For example, there is a case where RGB format color data is once converted into Lab format color data and then converted into CMYK format color data. In this case as well, a dark portion having a color tone can be obtained by applying the present invention. It is possible to prevent a decrease in black density while maintaining the color tone.

10…色変換装置
20…印刷装置
40…画像読取装置
50…インクジェットプリンタ
60…PC
70…インクジェットプリンタ
110…RGBドットイメージ入力部
120…色変換処理部
122…ルックアップテーブル
124…補間演算部
128…ルックアップテーブル
140…CMYKドットイメージ出力部
210…CMYKドットイメージ入力部
220…印刷機構
230…給排紙機構
510…ドットイメージ展開部
520…色変換部
530…インクジェット印刷機構
610…プリンタドライバ
612…色変換部
710…インクジェット印刷機構
DESCRIPTION OF SYMBOLS 10 ... Color conversion apparatus 20 ... Printing apparatus 40 ... Image reading apparatus 50 ... Inkjet printer 60 ... PC
70: inkjet printer 110 ... RGB dot image input unit 120 ... color conversion processing unit 122 ... lookup table 124 ... interpolation calculation unit 128 ... lookup table 140 ... CMYK dot image output unit 210 ... CMYK dot image input unit 220 ... printing mechanism 230: paper feeding / discharging mechanism 510 ... dot image developing unit 520 ... color converting unit 530 ... inkjet printing mechanism 610 ... printer driver 612 ... color converting unit 710 ... inkjet printing mechanism

Claims (5)

RGB形式の色データを、異なる色表現形式の色データに変換する色変換装置であって、
RGBの代表値の組み合わせと変換後の値との対応関係を定めたルックアップテーブルと、
前記RGBの代表値の組み合わせ以外の色データについて、前記ルックアップテーブルを用いて補間演算を行なうことで変換後の値を算出する補間演算手段と、を備え、
前記ルックアップテーブルは、
RGBを軸とした3次元空間上に、黒を示す座標を原点として前記代表値の組み合わせによる格子点を形成し、それぞれの格子点に変換後の値を割り当てた場合に、RGBそれぞれ原点に最も近い代表値によって形成される立方体の頂点となる格子点(原点を除く)について、RGBの値が等しい代表値によって定められる格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と等しく、他の格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と異なることを特徴とする色変換装置。
A color conversion device that converts color data in RGB format into color data in a different color representation format,
A lookup table that defines the correspondence between the combination of RGB representative values and the converted value;
For color data other than the combination of RGB representative values, interpolation calculation means for calculating a converted value by performing an interpolation calculation using the lookup table, and
The lookup table is
In a three-dimensional space with RGB as the axis, grid points are formed by combining the representative values with the coordinates indicating black as the origin, and when converted values are assigned to the respective grid points, the RGB points are the most at the origin. For the lattice points (excluding the origin) that are the vertices of the cube formed by the close representative values, the converted values assigned to the lattice points defined by the representative values with the same RGB values are the converted values assigned to the origin A color conversion apparatus characterized in that a converted value assigned to another grid point is different from a converted value assigned to the origin.
請求項1に記載の色変換装置であって、
前記ルックアップテーブルは、所定間隔毎に前記RGBの代表値が定められていることを特徴とする色変換装置。
The color conversion device according to claim 1,
The color conversion apparatus according to claim 1, wherein the lookup table has representative values of RGB at predetermined intervals.
請求項2に記載の色変換装置であって、
前記補間演算手段は、変換対象のRGBの値を囲む8つの格子点によって形成される立方体を4つの格子点で定まる6つの三角錐に分割し、前記変換対象のRGBの値が含まれる三角錐の頂点に対応する格子点に割り当てられた変換後の値を用いて、補間演算を行なうことを特徴とする色変換装置。
The color conversion device according to claim 2,
The interpolation calculation means divides a cube formed by eight lattice points surrounding the RGB values to be converted into six triangular pyramids determined by the four lattice points, and a triangular pyramid including the RGB values to be converted A color conversion apparatus that performs an interpolation operation using a value after conversion assigned to a lattice point corresponding to a vertex of the color.
請求項3に記載の色変換装置であって、
前記6つの三角錐は、いずれも、RGBの値が等しい代表値によって定められる2つの格子点を頂点として含むように分割されることを特徴とする色変換装置。
The color conversion device according to claim 3,
Each of the six triangular pyramids is divided so as to include two lattice points defined by representative values having the same RGB value as vertices.
RGBの代表値の組み合わせと変換後の値との対応関係を定めたルックアップテーブルを用いてRGB形式の色データを、異なる色表現形式の色データに変換する色変換処理方法であって、
前記ルックアップテーブルは、RGBを軸とした3次元空間上に、黒を示す座標を原点として前記代表値の組み合わせによる格子点を形成し、それぞれの格子点に変換後の値を割り当てた場合に、RGBそれぞれ原点に最も近い代表値によって形成される立方体の頂点となる格子点(原点を除く)について、RGBの値が等しい代表値によって定められる格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と等しく、他の格子点に割り当てられた変換後の値が、原点に割り当てられた変換後の値と異なることを特徴とする色変換処理方法。
A color conversion processing method for converting color data in RGB format into color data in a different color representation format using a look-up table that defines the correspondence between combinations of RGB representative values and converted values,
The lookup table forms a grid point by a combination of the representative values with a black coordinate as an origin on a three-dimensional space with RGB as an axis, and assigns a converted value to each grid point. For the grid points (excluding the origin) which are the vertices of the cube formed by the representative values closest to the origins of RGB, the converted values assigned to the grid points defined by the representative values having the same RGB values are A color conversion processing method characterized in that a converted value assigned to another grid point is different from a converted value assigned to the origin, which is equal to the converted value assigned to.
JP2009021819A 2009-02-02 2009-02-02 Color conversion apparatus and color conversion processing method Active JP5106436B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009021819A JP5106436B2 (en) 2009-02-02 2009-02-02 Color conversion apparatus and color conversion processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009021819A JP5106436B2 (en) 2009-02-02 2009-02-02 Color conversion apparatus and color conversion processing method

Publications (2)

Publication Number Publication Date
JP2010178304A JP2010178304A (en) 2010-08-12
JP5106436B2 true JP5106436B2 (en) 2012-12-26

Family

ID=42708764

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009021819A Active JP5106436B2 (en) 2009-02-02 2009-02-02 Color conversion apparatus and color conversion processing method

Country Status (1)

Country Link
JP (1) JP5106436B2 (en)

Family Cites Families (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3493104B2 (en) * 1996-10-24 2004-02-03 シャープ株式会社 Color image processing equipment
JP2002044474A (en) * 2000-07-28 2002-02-08 Seiko Epson Corp Color conversion processing method and device
JP2002252781A (en) * 2001-02-26 2002-09-06 Seiko Epson Corp Color transformation method, color transformer and printer with scanner function
JP4315027B2 (en) * 2004-03-16 2009-08-19 セイコーエプソン株式会社 Image background removal technology
JP2007158723A (en) * 2005-12-05 2007-06-21 Canon Inc Image processor and its method

Also Published As

Publication number Publication date
JP2010178304A (en) 2010-08-12

Similar Documents

Publication Publication Date Title
JP6768343B2 (en) Image processing equipment, image processing methods and programs
JP5269042B2 (en) Image processing apparatus, image processing method, and lookup table generation method
JP5354875B2 (en) Color processing apparatus and color processing method
JP4238992B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
JP2008028679A (en) Color conversion table, and method and device for generating the same
JP2003136683A (en) System and method for management of printing color
JP4512354B2 (en) Digital image printing using a reduced amount of colorant while maintaining perceived color
JP5854066B2 (en) Color processing apparatus, image forming apparatus, and program
JP4471021B2 (en) Color printing control apparatus, color printing control method, and color printing control program
JP4518408B2 (en) Image processing apparatus, method, and program
JP6729743B2 (en) System for performing color management mapping
JP2014060703A (en) Image processing apparatus, image processing method, and program
JP2007194810A (en) Image processing device
JP4086442B2 (en) Color space coordinate conversion method and apparatus, color signal conversion table generation method and apparatus, and memory medium
JP5106436B2 (en) Color conversion apparatus and color conversion processing method
JP4228207B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
JP5595341B2 (en) Image processing apparatus, image processing method, and recording apparatus
JP4228208B2 (en) Color image processing method, color image processing apparatus, color image processing program, and storage medium
US20020126303A1 (en) Printer having scanning function, color converting device and color converting method
JP4281583B2 (en) Image signal processing method, image signal processing apparatus, and printing apparatus
JP3854644B2 (en) Image processing method and apparatus
JP2006086969A (en) Image processing apparatus, method thereof and storage medium
JP2006121530A (en) Color conversion apparatus, image forming apparatus, color conversion method and computer program
JP2005210339A (en) Image processor, print controller, and image processing method and program
JP2011151491A (en) Device and program for color conversion

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20111213

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20120703

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20120824

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: 20120918

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: 20121002

R150 Certificate of patent or registration of utility model

Ref document number: 5106436

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20151012

Year of fee payment: 3

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250