JP2007166562A - Color conversion apparatus and method, color conversion program, and storage medium - Google Patents

Color conversion apparatus and method, color conversion program, and storage medium Download PDF

Info

Publication number
JP2007166562A
JP2007166562A JP2005364152A JP2005364152A JP2007166562A JP 2007166562 A JP2007166562 A JP 2007166562A JP 2005364152 A JP2005364152 A JP 2005364152A JP 2005364152 A JP2005364152 A JP 2005364152A JP 2007166562 A JP2007166562 A JP 2007166562A
Authority
JP
Japan
Prior art keywords
color conversion
image
color
processing
value
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2005364152A
Other languages
Japanese (ja)
Inventor
Koichi Fujii
晃一 藤井
Yuzuru Suzuki
譲 鈴木
Hiroyuki Kono
裕之 河野
Kunikazu Ueno
邦和 上野
Shunsuke Kodaira
俊輔 小平
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Fuji Xerox Co Ltd filed Critical Fuji Xerox Co Ltd
Priority to JP2005364152A priority Critical patent/JP2007166562A/en
Publication of JP2007166562A publication Critical patent/JP2007166562A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processor and image processing method in which acceleration of operation is attained by decreasing throughput required for unwanted color conversion processing. <P>SOLUTION: Color conversion sections 2-1 to 2-M perform color conversion processing with color conversion techniques of different throughput. For example, a three-dimensional lookup table is used and a color conversion technique is applied of which throughput is less than a conventional tetrahedral interpolation scheme such as outputting a value of a most nearby lattice point, performing interpolation from two lattice points in an L* direction or performing interpolation from four lattice points of an a*-b* plane. Which one of these color conversion sections 2-1 to 2-M is to perform color conversion processing is selected in a selection section 1. The color conversion section can be selected in accordance with a pixel value or color component of an image to be processed. For example, a color conversion section of little throughput is selected in a high-speed processing mode, thereby attaining acceleration of color conversion processing. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、画像に対して色変換処理を行う画像処理技術に関するものである。   The present invention relates to an image processing technique for performing color conversion processing on an image.

画像に対する色変換処理は、様々な場面において用いられている。例えば複写機において画像入力装置で読み取った画像を画像出力装置で形成する場合、画像入力装置と画像出力装置の表色空間の違いから色変換処理が必要となる。従来の色変換処理技術のひとつとして、例えばDLUT(Direct Look−up Table)と呼ばれる補間付きの多次元ルックアップテーブルを用いる方法がある。   Color conversion processing for images is used in various situations. For example, when an image read by an image input device in a copying machine is formed by an image output device, color conversion processing is required due to the difference in the color space of the image input device and the image output device. As one of conventional color conversion processing techniques, for example, there is a method using a multidimensional lookup table with interpolation called DLUT (Direct Look-up Table).

図14は、DLUTによる色変換方法の一例の説明図である。ここでは3次元のL* * * 色空間をL* ,a* ,b* それぞれの軸を所定数で分割する。空間は立方体あるいは直方体に分割されるが、その頂点を格子点と呼び、この格子点毎に色変換後の値を保持しておく。例えばCMYK色空間へ変換するのであれば、格子点にCMYK値を対応づけて保持しておけばよい。 FIG. 14 is an explanatory diagram of an example of a color conversion method using DLUT. Here, the three-dimensional L * a * b * color space is divided by a predetermined number of axes of L * , a * , and b * . The space is divided into cubes or rectangular parallelepipeds, but the vertices are called lattice points, and the value after color conversion is held for each lattice point. For example, when converting to the CMYK color space, the CMYK values may be stored in association with the grid points.

分割された立方体あるいは直方体は、補間演算のために、図14に示すようにさらに6つの四面体に分割される。入力されるL* ,a* ,b* の値から、どの四面体に属するかを判定し、属する四面体の4頂点(格子点)に対応するCMYK値を用いた補間演算を行う。このようにして、入力された任意のL* * * 値をCMYK値に変換することができる。このような色変換方式は、例えば特許文献1などに記載されている。 The divided cube or rectangular parallelepiped is further divided into six tetrahedrons for interpolation calculation as shown in FIG. Which tetrahedron belongs is determined from the input L * , a * , and b * values, and an interpolation operation is performed using CMYK values corresponding to the four vertices (grid points) of the tetrahedron to which it belongs. In this way, any input L * a * b * value can be converted into a CMYK value. Such a color conversion method is described in Patent Document 1, for example.

このDLUTを用いる色変換方法では、格子点の値を容易に変更可能であることから、非線形の色変換を容易に実現することができるため、高精度に色変換を行うことができる。また、色再現範囲外の色についても統一的に扱うことができという利点もある。さらに、図14に示したように四面体を用いることによって、立方体あるいは直方体の頂点である8点を用いて補間処理を行う場合に比べて処理量の軽減を実現している。   In this color conversion method using the DLUT, since the value of the lattice point can be easily changed, nonlinear color conversion can be easily realized, so that color conversion can be performed with high accuracy. There is also an advantage that colors outside the color reproduction range can be handled in a unified manner. Further, by using a tetrahedron as shown in FIG. 14, the amount of processing is reduced compared to the case where the interpolation processing is performed using 8 points which are vertices of a cube or a rectangular parallelepiped.

しかし、このような四面体を用いた方法でも、変換対象となる画素値がどの四面体に属するかを判断する処理、四面体の頂点座標を用いて3次元ルックアップテーブルにアクセスして4点の変換後の値を取得する処理、それら4点の値から補間演算を行う処理の各処理は、それぞれの処理量が大きく、多大な処理時間を要していた。特に、この色変換処理をソフトウェアにより実現する場合、メモリアクセスや演算量が非常に多いため、膨大な処理時間がかかっている。また、DLUTは多次元のためアクセスするアドレスが連続せず、そのためメモリアクセスには多大な時間を要している。   However, even in such a method using a tetrahedron, a process for determining which tetrahedron a pixel value to be converted belongs to, and the vertex coordinates of the tetrahedron are used to access the three-dimensional lookup table to obtain four points. Each of the processes of obtaining the converted values and the process of performing the interpolation calculation from these four values requires a large amount of processing and requires a large amount of processing time. In particular, when this color conversion processing is realized by software, a large amount of processing time is required due to a very large memory access and calculation amount. In addition, since the DLUT is multi-dimensional, the addresses to be accessed are not continuous, and therefore, memory access takes a lot of time.

このような色変換処理における処理量の増大は、近年の画像の高解像度化とともに一層深刻になってきており、色変換処理の高速化が望まれていた。   The increase in the processing amount in such color conversion processing has become more serious with the recent increase in image resolution, and there has been a demand for speeding up the color conversion processing.

一方、複数の色変換手段を有するものとして、例えば特許文献2に記載されているカラー画像形成装置がある。この特許文献2においては格子点数が異なる複数のDLUTを設け、処理モードにより切り換えている。しかし、色変換方法自体はいずれのDLUTを用いた場合も同じである。そのため、DLUTを切り換えても処理量は変わらず、色変換処理を高速化することはできなかった。   On the other hand, as an apparatus having a plurality of color conversion means, there is a color image forming apparatus described in Patent Document 2, for example. In Patent Document 2, a plurality of DLUTs having different numbers of grid points are provided and switched according to the processing mode. However, the color conversion method itself is the same when any DLUT is used. Therefore, even if the DLUT is switched, the processing amount does not change and the color conversion process cannot be accelerated.

特開昭53−123201号公報JP-A-53-123201 特開平10−200772号公報Japanese Patent Laid-Open No. 10-200772

本発明は、上述した事情に鑑みてなされたもので、不必要な色変換処理に要する処理量を減少させ、高速化を図った画像処理装置および画像処理方法を提供することを目的とするものである。また、そのような画像処理装置の機能あるいは画像処理方法をコンピュータにより実行させる画像処理プログラム、および、その画像処理プログラムを格納した記憶媒体を提供することを目的とするものである。   The present invention has been made in view of the above-described circumstances, and an object thereof is to provide an image processing apparatus and an image processing method that reduce the amount of processing required for unnecessary color conversion processing and increase the speed. It is. It is another object of the present invention to provide an image processing program for causing a computer to execute such a function of the image processing apparatus or an image processing method, and a storage medium storing the image processing program.

本発明は、画像に対して色変換処理を行う色変換装置及び色変換方法において、処理量が異なる複数の色変換手段を有し、それらの色変換手段を適宜選択して、その選択した色変換手段で色変換処理を行うこと特徴とするものである。色変換手段の選択は、画像の属性や画像処理モード、処理すべき画像の画素値や色成分などに従って行うことができる。あるいはさらに、色領域によって選択してもよく、例えば入力される画素値の変動に対する出力値の変動量が一定値を超える色領域や、入力される画素値の色差成分の2乗和が一定値を超える色領域については、処理量が多くても精度のよい色変換手段を選択するように構成し、色変換精度の低下を抑えることができる。   The present invention relates to a color conversion apparatus and a color conversion method for performing color conversion processing on an image, and includes a plurality of color conversion units having different processing amounts, and appropriately selects the color conversion units and selects the selected color. The color conversion processing is performed by the conversion means. The selection of the color conversion means can be performed according to the attribute of the image, the image processing mode, the pixel value or color component of the image to be processed. Alternatively, the color region may be selected. For example, a color region in which the variation amount of the output value with respect to the variation of the input pixel value exceeds a certain value, or the square sum of the color difference components of the input pixel value is a constant value. For a color region exceeding 1, a color conversion means with high accuracy can be selected even if the amount of processing is large, and a decrease in color conversion accuracy can be suppressed.

複数の色変換手段として、N次元ルックアップテーブルを利用し、従来と同様に画素値を含む四面体の頂点となる4点の値を取得し、該4点の出力値から補間により前記画素に対応する出力値を得る方式の他、画素値近傍の1点の値を出力値として補間演算を行わない方式や、画素値の1成分について前記画素値近傍の2点の値から補間し、他の成分を固定して画素に対応する出力値を得る方式、画素値の1成分を固定した前記画素値近傍の複数点の値から補間して画素に対応する出力値を得る方式など、処理量の異なるいくつかの色変換手段を設けておけばよい。   As a plurality of color conversion means, an N-dimensional lookup table is used to obtain the values of the four points that are the vertices of the tetrahedron including the pixel values in the same manner as in the past, and the pixels are interpolated from the output values of the four points In addition to a method for obtaining a corresponding output value, a method in which interpolation calculation is not performed using a value at one point in the vicinity of the pixel value as an output value, or interpolating from two values in the vicinity of the pixel value for one component of the pixel value, etc. The amount of processing, such as a method of obtaining an output value corresponding to a pixel by fixing a component of the pixel, a method of obtaining an output value corresponding to a pixel by interpolating from values of a plurality of points in the vicinity of the pixel value, in which one component of the pixel value is fixed It is sufficient to provide several color conversion means having different colors.

例えば画素値近傍の1点の値を出力値とする方式では、画素値の上位所定数ビットによりN次元ルックアップテーブルを参照して前記画素値近傍の1点の値を取得するだけで出力値を得ることができ、非常に少ない処理量で色変換結果である出力値を得ることができる。また、画素値の1成分についての補間を行う方式でも、2回のN次元ルックアップテーブルと2点の補間処理だけで済み、少ない処理量で出力値を得ることができる。さらに、画素値の1成分を固定して複数点の値から補間する方式でも、例えば3次元であれば4点の補間となり、4回のN次元ルックアップテーブルと4点の補間処理で済む。この場合、四面体の4点の補間に比べていずれの四面体に含まれるかを判断しなくてよく、またこの場合の補間処理は4面体の頂点からの補間処理よりも容易であるので、その分だけ少ない処理量で出力値を得ることができる。   For example, in a method in which the value of one point in the vicinity of the pixel value is used as the output value, the output value can be obtained simply by acquiring the value of one point in the vicinity of the pixel value by referring to the N-dimensional lookup table using the upper predetermined number of bits of the pixel value. And an output value as a color conversion result can be obtained with a very small processing amount. Further, even in the method of performing interpolation for one component of the pixel value, only two N-dimensional lookup tables and two points of interpolation processing are required, and an output value can be obtained with a small processing amount. Further, even in a method of interpolating from a plurality of values by fixing one component of the pixel value, for example, if it is three-dimensional, it becomes four-point interpolation, and only four N-dimensional lookup tables and four-point interpolation processing are required. In this case, it is not necessary to determine which tetrahedron is included in comparison with the four-point interpolation of the tetrahedron, and the interpolation process in this case is easier than the interpolation process from the vertex of the tetrahedron. An output value can be obtained with a smaller amount of processing.

このような処理量が少ない色変換方式により色変換処理を行った場合、それぞれの色変換方式により色変換精度が異なり、処理量の低減によって色変換精度が低下することが懸念される。このような場合には、上述のような処理量が少ない色変換方式については、処理量の多い色変換手段が用いるN次元ルックアップテーブルよりも格子点数が多いN次元ルックアップテーブルを用いるようにすることで、色変換精度の低下を抑えることができる。   When color conversion processing is performed by such a color conversion method with a small amount of processing, the color conversion accuracy differs depending on each color conversion method, and there is a concern that the color conversion accuracy may be reduced due to a reduction in processing amount. In such a case, for a color conversion method with a small amount of processing as described above, an N-dimensional lookup table having a larger number of grid points than an N-dimensional lookup table used by a color conversion means having a large amount of processing is used. By doing so, it is possible to suppress a decrease in color conversion accuracy.

また、各色変換手段において用いるN次元ルックアップテーブルは、それぞれの色変換手段が保持するほか、いくつかにまとめたり、あるいは全体として1つのN次元ルックアップテーブルを共用するように構成してもよい。   In addition, the N-dimensional lookup table used in each color conversion unit is held by each color conversion unit, and may be arranged in several or may be configured to share one N-dimensional lookup table as a whole. .

本発明によれば、処理量が異なる複数の色変換手段を有し、画像の属性や画像処理モード、処理すべき画像の画素値や色成分、色領域などに従って色変換手段を選択して用いる。これによって、処理対象の画像や画素について、最低限必要な精度で色変換を行うことができるので、不必要な精度で行っていた色変換処理の処理量を減少させ、画像全体の色変換処理を高速化することができるという効果がある。   According to the present invention, a plurality of color conversion units having different processing amounts are provided, and the color conversion unit is selected and used according to the image attribute, image processing mode, pixel value, color component, color region, etc. of the image to be processed. . As a result, color conversion can be performed with the minimum necessary accuracy for the image or pixel to be processed, so the amount of color conversion processing performed with unnecessary accuracy can be reduced, and color conversion processing for the entire image can be performed. It is possible to increase the speed.

図1は、本発明の第1の実施の形態を示すブロック図である。図中、1は選択部、2−1〜Nは色変換部である。色変換部2−1〜Mは、それぞれ処理量が異なる色変換方式によって、入力された画像データに対して色変換処理を行うものである。各種の色変換方式の一例については後述する。   FIG. 1 is a block diagram showing a first embodiment of the present invention. In the figure, 1 is a selection unit, and 2-1 to N are color conversion units. The color conversion units 2-1 to 2 -M perform color conversion processing on input image data by color conversion methods having different processing amounts. An example of various color conversion methods will be described later.

選択部1は、複数の色変換部2−1〜Mのうちから1つを選択して、入力された画像データを渡す。色変換部の選択は、画像ごとあるいは1ないし複数画素ごとに行うことができる。またこの例では選択部1に画像属性と処理モードが入力されており、選択部1が色変換部を選択する際には、この画像属性及び処理モードを参照して行うことができる。もちろん、画像属性のみあるいは処理モードのみを参照する構成であってもよい。   The selection unit 1 selects one of the plurality of color conversion units 2-1 to M and passes the input image data. The color conversion unit can be selected for each image or for one or more pixels. In this example, an image attribute and a processing mode are input to the selection unit 1. When the selection unit 1 selects a color conversion unit, the image attribute and the processing mode can be referred to. Of course, a configuration in which only image attributes or only processing modes are referred to may be used.

画像属性としては、例えば下地、文字、絵柄などがある。また、下地はさらに色下地と白下地に、また文字はさらに色文字と黒文字に、さらに絵柄は写真とCGに、それぞれ分けることもできる。処理モードとしては、高速モードと高画質モード、さらにその中間の標準モードなどがある。また別の処理モードとして写真原稿モード、文字原稿モード、文字/写真原稿モードなどもある。これらの属性や処理モードをすべて揃えておく必要はなく、適宜取捨選択して使用することができる。もちろん、他の属性や処理モードが存在していてもかまわないし、それらの属性や処理モードを色変換部の選択に利用してもよい。   Examples of the image attribute include a background, a character, and a design. Further, the background can be further divided into a color background and a white background, the character can be further divided into a color character and a black character, and the picture can be divided into a photograph and a CG. As processing modes, there are a high-speed mode, a high-quality mode, and an intermediate standard mode. Other processing modes include a photo original mode, a character original mode, and a character / photo original mode. It is not necessary to prepare all these attributes and processing modes, and they can be appropriately selected and used. Of course, other attributes and processing modes may exist, and these attributes and processing modes may be used for selection of the color conversion unit.

色変換部2−1〜Mにおいて用いられる色変換方式の一例について説明する。ここでは、入力される画像データとしてL* * * 色空間の画素値が入力されるものとし、3次元ルックアップテーブルを用いて色変換処理を行う場合について説明する。もちろん入力される画像データの色空間及び色変換後の画像データの色空間は任意である。図2は、3次元ルックアップテーブルを参照する際のアドレス生成の具体例の説明図である。ここでは、L* * * 色空間の画素値のそれぞれの成分が8ビットであるものとし、そのうちの上位4ビットを3次元ルックアップテーブルを参照するためのアドレスとして用いる。例えば、L* 成分では上位4ビットをLh、下位4ビットをLlとし、Lhを3次元ルックアップテーブルへのアドレスとして用いる。同様に、a* 成分では上位4ビットをah、下位4ビットをalとし、ahを3次元ルックアップテーブルへのアドレスとして用い、b* 成分では上位4ビットをbh、下位4ビットをblとし、bhを3次元ルックアップテーブルへのアドレスとして用いる。従って、使用する3次元ルックアップテーブルの格子点は、それぞれの成分について17点(16分割)である。 An example of the color conversion method used in the color conversion units 2-1 to M will be described. Here, it is assumed that pixel values in the L * a * b * color space are input as input image data, and a case where color conversion processing is performed using a three-dimensional lookup table will be described. Of course, the color space of the input image data and the color space of the image data after color conversion are arbitrary. FIG. 2 is an explanatory diagram of a specific example of address generation when referring to a three-dimensional lookup table. Here, it is assumed that each component of the pixel value in the L * a * b * color space is 8 bits, and the upper 4 bits thereof are used as an address for referring to the three-dimensional lookup table. For example, in the L * component, the upper 4 bits are Lh, the lower 4 bits are Ll, and Lh is used as an address to the three-dimensional lookup table. Similarly, in the a * component, the upper 4 bits are ah and the lower 4 bits are al, ah is used as an address to the three-dimensional lookup table, and in the b * component, the upper 4 bits are bh and the lower 4 bits are bl. bh is used as an address to the 3D lookup table. Accordingly, the grid points of the three-dimensional lookup table to be used are 17 points (16 divisions) for each component.

図3は、第1の色変換方式の一例の説明図である。図中、黒丸は3次元ルックアップテーブルにおける格子点を示し、星印が色空間中における画素値を示している。以下の色変換方式の説明図において同様である。この第1の色変換方式は、画素値に最も近い格子点の値を出力値とするものである。図3に示した例では、星印で示した画素値が格子点S(Lh+1,ah,bh)に最も近いため、この格子点Sの値を出力値とすればよい。いずれの格子点に近いかは、具体例としてはそれぞれの色成分の下位4ビットの最上位ビットを参照すればよい。例えばLlの最上位ビットが0であればLh、1であればLh+1、alの最上位ビットが0であればah、1であればah+1、blの最上位ビットが0であればbh、1であればbh+1として、3次元ルックアップテーブルを参照すればよい。   FIG. 3 is an explanatory diagram of an example of the first color conversion method. In the figure, black circles indicate lattice points in the three-dimensional lookup table, and stars indicate pixel values in the color space. The same applies to the following explanation of the color conversion method. In this first color conversion method, the value of the grid point closest to the pixel value is used as the output value. In the example shown in FIG. 3, since the pixel value indicated by the star is closest to the lattice point S (Lh + 1, ah, bh), the value of this lattice point S may be used as the output value. As a specific example, the most significant bit of the lower 4 bits of each color component may be referred to as to which grid point is closer. For example, if the most significant bit of L1 is 0, Lh + 1, if L1, Lh + 1, if the most significant bit of al is 0, ah + 1, if a most significant bit of bl is 0, bh, Then, it is sufficient to refer to the three-dimensional lookup table as bh + 1.

この第1の色変換方式では、3次元ルックアップテーブルへのアクセスは1回で済み、また補間処理も行わないため、非常に処理量が少なく、高速に色変換処理を行うことができる。なお、さらに簡略化した方法として、Lh,ah,bhをそのまま用いて3次元ルックアップテーブルをアクセスし、変換後の値を取得して出力値とすることもできる。この方法ではさらに処理速度の向上を図ることができる。   In this first color conversion method, the three-dimensional lookup table needs to be accessed only once and no interpolation processing is performed, so that the amount of processing is very small and the color conversion processing can be performed at high speed. As a further simplified method, Lh, ah, and bh can be used as they are to access a three-dimensional lookup table, obtain a converted value, and use it as an output value. This method can further improve the processing speed.

図4は、第2の色変換方式の一例の説明図である。この第2の色変換方式は、画素値の1成分について画素値近傍の2点の値から補間して、画素に対応する出力値を得る方法である。ここではL* について異なる2点を用いて補間することとしている。図4に示した例では、星印で示した画素値が格子点S(Lh+1,ah,bh)に最も近いため、この格子点Sの値と、L* を−1した格子点P(Lh,ah,bh)の値とから補間すればよい。実際には、第1の色変換方式の場合と同様にして、a* についてahまたはah+1のいずれかを、またb* についてbhまたはbh+1のいずれかを決定し、L* についてはLhとLh+1の両方を用いてアドレスを生成し、3次元ルックアップテーブルをアクセスする。そして、得られた2点の変換後の値から補間により出力値を計算すればよい。 FIG. 4 is an explanatory diagram of an example of the second color conversion method. This second color conversion method is a method of obtaining an output value corresponding to a pixel by interpolating from two values near the pixel value for one component of the pixel value. Here, L * is interpolated using two different points. In the example shown in FIG. 4, since the pixel value indicated by the star is closest to the lattice point S (Lh + 1, ah, bh), the value of this lattice point S and the lattice point P (Lh obtained by subtracting L * from −1 ) are used. , Ah, bh). In fact, as in the case of the first color conversion method, any of ah or ah + 1 for a *, also b * to determine either bh or bh + 1 for, for L * of Lh and Lh + 1 Both are used to generate an address and access the 3D lookup table. Then, an output value may be calculated by interpolation from the obtained two converted values.

この第2の色変換方式では、3次元ルックアップテーブルへのアクセスは2回で済み、また、補間処理も2点間の補間であるから簡単な演算により行うことができる。従って、第1の色変換方式ほどではないものの、従来の四面体を用いる方法に比べて非常に処理量が少なく、高速に色変換処理を行うことができる。   In the second color conversion method, access to the three-dimensional lookup table is only required twice, and the interpolation processing is interpolation between two points, so that it can be performed by simple calculation. Therefore, although not as much as the first color conversion method, the amount of processing is very small compared to the method using the conventional tetrahedron, and the color conversion processing can be performed at high speed.

図5は、第3の色変換方式の一例の説明図である。この第3の色変換方式は、画素値に最も近い1点の値と、その1点の1成分を固定して他の成分について画素値近傍の他の3点の値とから、補間により出力値を計算する方法である。ここでは固定する1成分をL* としている。図5に示した例においては、星印で示した画素値が格子点S(Lh+1,ah,bh)に最も近いことから、この格子点Sの値と、Lh+1を固定してa* ,b* についてそれぞれ+1した組み合わせの格子点T(Lh+1,ah+1,bh)、格子点U(Lh+1,ah,bh+1)、格子点V(Lh+1,ah+1,bh+1)の値を用い、a* −b* 平面での補間を行うことにより出力値を得ることができる。 FIG. 5 is an explanatory diagram of an example of the third color conversion method. In this third color conversion method, one point value closest to the pixel value and one component at the one point are fixed and the other components are output by interpolation from the other three point values near the pixel value. It is a method of calculating a value. Here, one component to be fixed is L * . In the example shown in FIG. 5, since the pixel value indicated by an asterisk is closest to the lattice point S (Lh + 1, ah, bh), the value of this lattice point S and Lh + 1 are fixed and a * , b * for grid points of combinations respectively +1 T (Lh + 1, ah + 1, bh), the grid point U (Lh + 1, ah, bh + 1), using the value of the grid point V (Lh + 1, ah + 1, bh + 1), a * -b * plane The output value can be obtained by performing the interpolation at.

この第3の色変換方式では、3次元ルックアップテーブルへのアクセスは4回であり、従来の四面体を用いる方法と同じ回数であるが、いずれの四面体に含まれるかを判断する必要がなく、また、補間処理も四面体の補間に比べて平面上での補間は処理が容易である。そのため、従来の四面体を用いる方法に比べて処理量を低減させることができ、高速に色変換処理を行うことができる。   In the third color conversion method, access to the three-dimensional lookup table is four times, which is the same number of times as the method using the conventional tetrahedron, but it is necessary to determine which tetrahedron is included. In addition, the interpolation processing on the plane is easier than the interpolation of the tetrahedron. Therefore, the amount of processing can be reduced as compared with the conventional method using a tetrahedron, and color conversion processing can be performed at high speed.

上述のような第1〜第3の色変換方式のほか、高精度に色変換を行うために、従来から用いられている図14で説明した四面体補間や8点からの補間を行うキュービック補間を行う色変換部も設けておくとよい。さらに、特殊な色変換の例として、白色や黒色を示す出力値を出力する色変換部を設けておくことができる。もちろんこのほかにも、処理量が異なる各種の色変換方式により色変換を行う色変換部を設けておくことができる。例えば3次元ルックアップテーブルを用いずにマトリクス演算により色変換を行う方式を採用してもよい。   In addition to the first to third color conversion methods as described above, in order to perform color conversion with high accuracy, the conventional tetrahedral interpolation and cubic interpolation that performs interpolation from eight points described with reference to FIG. 14 are used. It is also preferable to provide a color conversion unit that performs the above. Furthermore, as an example of special color conversion, a color conversion unit that outputs an output value indicating white or black can be provided. Of course, in addition to this, a color conversion unit that performs color conversion by various color conversion methods having different processing amounts can be provided. For example, a method of performing color conversion by matrix calculation without using a three-dimensional lookup table may be adopted.

このような処理量が異なる複数の色変換部2−1〜Mを適宜用いて色変換処理を行うことができる。上述のような各種の色変換方式では、処理量が少ない色変換方式では色変換精度が低く、処理量が多い色変換方式では高い色変換精度が得られる傾向にある。そのほか、例えば第2の色変換方式では色相や彩度については色変換精度が低いものの明るさの階調性については精度が高く、逆に第3の色変換方式では色相や彩度についての色変換精度は高いが明るさについては精度が低いなどの特性を有している。このような処理量と色変換精度、さらに各色変換方式の特性などを考慮し、いずれの色変換部を用いるかを選択部1によって決定する。   The color conversion process can be performed by appropriately using a plurality of color conversion units 2-1 to M having different processing amounts. In the various color conversion methods as described above, a color conversion method with a small amount of processing tends to have a low color conversion accuracy, and a color conversion method with a large amount of processing tends to provide a high color conversion accuracy. In addition, for example, in the second color conversion method, the hue and saturation are low in color conversion accuracy, but the brightness gradation is high in accuracy, and conversely, in the third color conversion method, the color in terms of hue and saturation is high. It has characteristics such as high conversion accuracy but low brightness accuracy. The selection unit 1 determines which color conversion unit to use in consideration of such processing amount, color conversion accuracy, and characteristics of each color conversion method.

図6は、選択部における色変換方式の第1の選択例の説明図である。ここでは処理モードとして高画質、標準、高速の3モードがユーザにより選択可能であり、また、画像属性として白下地、色下地、文字、CG、写真の5つの属性値を取り得る場合について示している。なお、「白色出力」は入力された画素値にかかわらず白色に対応する出力値に変換することを示し、「再近傍」は図3に示した第1の色変換方式、「L補間」は図4に示した第2の色変換方式、「ab補間」は図5に示した第3の色変換方式、「Lab補間」は従来の四面体補間を行う色変換方式をそれぞれ示している。   FIG. 6 is an explanatory diagram of a first selection example of the color conversion method in the selection unit. Here, three modes of high image quality, standard, and high speed can be selected by the user as processing modes, and a case where five attribute values of white background, color background, text, CG, and photograph can be taken as image attributes is shown. Yes. Note that “white output” indicates conversion to an output value corresponding to white regardless of the input pixel value, “re-neighboring” is the first color conversion method shown in FIG. 3, and “L interpolation” is The second color conversion method shown in FIG. 4, “ab interpolation” indicates the third color conversion method shown in FIG. 5, and “Lab interpolation” indicates the conventional color conversion method for performing tetrahedral interpolation.

例えば処理モードが「高画質」の場合には、処理時間に関係なく、いずれの画像属性についても、四面体補間を行う色変換方式を使用する。これによって高精度に色変換を行うことができ、高画質の画像を出力することができる。また、処理モードが「高速」の場合には、なるべく処理量の少ない色変換方式を選択することとし、画像属性が白下地の画素では必ず白色を出力し、色下地や文字についてはそれほど色再現性が問われないことから最近傍の格子点の値を出力値とする第1の色変換方式を用いる。さらに、CGについては階調よりも色の変化が重要視されるので、a* −b* 平面で補間処理を行う第3の色変換方式を用い、写真については階調性が重視されるのでL* の補間処理を行う第2の色変換方式を用いるとよい。処理モードが「標準」の場合には、ある程度高速に処理を行うとともに、ある程度の精度で色変換を行うように、色変換方式を選択する。ここでは、白下地については白色を出力し、色下地については第1の色変換方式を用いる。文字とCGについては第2の色変換方式を用い、写真については高精度に色変換を行うことができる四面体補間などの色変換方式を用いる。 For example, when the processing mode is “high image quality”, a color conversion method that performs tetrahedral interpolation is used for any image attribute regardless of the processing time. As a result, color conversion can be performed with high accuracy, and a high-quality image can be output. When the processing mode is "High speed", select a color conversion method with as little processing amount as possible, and always output white for pixels with an image attribute of white background, and color reproduction for color background and characters. Therefore, the first color conversion method using the value of the nearest grid point as the output value is used. Furthermore, since color change is more important than gradation for CG, the third color conversion method that performs interpolation processing on the a * -b * plane is used, and gradation is emphasized for photographs. A second color conversion method that performs L * interpolation processing may be used. When the processing mode is “standard”, the color conversion method is selected so that the processing is performed at a certain high speed and the color conversion is performed with a certain degree of accuracy. Here, white is output for the white background, and the first color conversion method is used for the color background. A second color conversion method is used for characters and CG, and a color conversion method such as tetrahedral interpolation that can perform color conversion with high accuracy is used for photographs.

このようにして、処理モードと画像属性に応じて色変換方式を選択して色変換を行うことによって、それぞれの処理モードに応じて処理量を減少させることができ、例えば「高速」モードでは大幅な処理時間の短縮を図ることができる。もちろん「高画質」モードでは高精度の色変換が可能であり、ユーザが要求した色変換精度と処理速度により色変換処理を行うことができる。   In this way, by selecting the color conversion method according to the processing mode and the image attribute and performing color conversion, the processing amount can be reduced according to each processing mode. Processing time can be shortened. Of course, in the “high image quality” mode, highly accurate color conversion is possible, and color conversion processing can be performed with the color conversion accuracy and processing speed requested by the user.

図7は、選択部における色変換方式の第2の選択例の説明図である。この例では処理モードとして「高速」、「標準」、「高画質」のほかに、「写真」、「文字」、「文字/写真」の原稿モードを有している。そして、これらの組み合わせに応じ、各文字属性の画素に対していずれの色変換方式を選択するかを示している。例えば「高速」モードであっても「写真」原稿モードであれば画像属性が写真の部分については色変換精度を重視し、「文字」原稿モードであれば画像属性が文字の部分につて色変換精度を向上させ、「文字/写真」であれば画像属性が文字の部分も写真の部分も、ある程度の色変換精度の向上を図っている。処理モードが「標準」の場合も、「写真」原稿モードで画像属性が色下地及びCGの場合について、また「文字/写真」原稿モードで画像属性がCGの場合について、色変換精度を向上させている。処理モードが「高画質」の場合には、基本的にはすべての画像属性について高精度の色変換を行うが、この例では「文字」原稿モードについては文字を際だたせるため画像属性が白下地の場合に常に白色が出力されるようにしている。このようにして、原稿モードについても考慮して、色変換方式を選択することができる。   FIG. 7 is an explanatory diagram of a second selection example of the color conversion method in the selection unit. In this example, in addition to “high speed”, “standard”, and “high quality” as processing modes, there are document modes of “photo”, “text”, and “text / photo”. Then, it indicates which color conversion method is selected for each character attribute pixel according to the combination. For example, even in the “High Speed” mode, if the “Photo” document mode is selected, color conversion accuracy is emphasized for the image portion of the photo attribute. In the “Text” document mode, the image attribute is color converted for the character portion. The accuracy is improved, and if it is “character / photo”, the color conversion accuracy is improved to some extent in both the character portion and the photo portion of the image attribute. Even when the processing mode is “standard”, the color conversion accuracy is improved when the image attribute is “color background” and CG in the “photo” document mode, and when the image attribute is CG in the “text / photo” document mode. ing. When the processing mode is “High Quality”, high-accuracy color conversion is basically performed for all image attributes. In this example, however, the “Text” document mode has a white background to make the characters stand out. In this case, white is always output. In this way, the color conversion method can be selected in consideration of the document mode.

なお、図6、図7に示した処理モードと画像属性とによる色変換方式の選択は一例であって、この例に限らず、色変換方式を選択することができる。また、処理モードや画像属性についても、図6、図7に示した例に限られないことは言うまでもない。例えば黒文字については必ず黒単色で形成される出力値を出力する色変換方式を選択することも可能である。   The selection of the color conversion method based on the processing mode and the image attribute shown in FIGS. 6 and 7 is an example, and the color conversion method can be selected without being limited to this example. Needless to say, the processing mode and image attributes are not limited to the examples shown in FIGS. For example, for a black character, it is possible to select a color conversion method that always outputs an output value formed of a single black color.

図8は、本発明の第1の実施の形態における第1の変形例を示すブロック図である。図中、3はN次元ルックアップテーブル、21はアドレス生成部、22は補間部である。この第1の変形例では、複数の色変換部2によってN次元ルックアップテーブル3を共用する例を示している。それぞれの色変換部2では、対応する色変換方式においてN次元ルックアップテーブル3をアクセスするためのアドレスを生成するアドレス生成部21と、N次元ルックアップテーブル3から読み出された値をもとに補間処理を行う補間部22を有している。N次元ルックアップテーブル3はデータ量が多いため、複数の色変換部2で共用することによって、必要とするメモリ量を減らすことができる。   FIG. 8 is a block diagram showing a first modification of the first embodiment of the present invention. In the figure, 3 is an N-dimensional lookup table, 21 is an address generation unit, and 22 is an interpolation unit. In the first modification, an example in which the N-dimensional lookup table 3 is shared by a plurality of color conversion units 2 is shown. Each color conversion unit 2 uses an address generation unit 21 that generates an address for accessing the N-dimensional lookup table 3 in the corresponding color conversion method, and a value read from the N-dimensional lookup table 3. And an interpolation unit 22 for performing an interpolation process. Since the N-dimensional lookup table 3 has a large amount of data, it can be used by a plurality of color conversion units 2 to reduce the required memory amount.

もちろん、上述の第1の色変換方式のように、補間処理を必要としない色変換部2については、補間部22を設けずに構成してもよい。また、必ず白色や黒色を出力する色変換部2については、N次元ルックアップテーブル3を参照する必要がないので、アドレス生成部21及び補間部22とも設ける必要はない。   Of course, as in the first color conversion method described above, the color conversion unit 2 that does not require interpolation processing may be configured without providing the interpolation unit 22. Further, the color conversion unit 2 that always outputs white or black does not need to refer to the N-dimensional lookup table 3, and therefore it is not necessary to provide both the address generation unit 21 and the interpolation unit 22.

図9は、本発明の第1の実施の形態における第2の変形例の説明図である。上述の図3〜図5に示した第1ないし第3の色変換方式では、処理量が少ないものの3次元的な補間処理を行っていないので色変換精度が低下してしまう。この色変換精度の低下を、処理量を増加させずにある程度防ぐ方法の1つとして、N次元ルックアップテーブルの格子点数を増加させることが挙げられる。図9(A)には、図2で示したように上位4ビットでアクセスされるN次元ルックアップテーブルの格子点で形成される立方体あるいは直方体を示しており、黒丸がこのときの格子点である。ここで、各軸の格子点間隔を半分にしてN次元ルックアップテーブルを作成すると、白丸で示した格子点が追加される。この黒丸と白丸で示した格子点を利用することによって、色変換精度を向上させることができる。   FIG. 9 is an explanatory diagram of a second modification of the first embodiment of the present invention. In the first to third color conversion methods shown in FIGS. 3 to 5 described above, the amount of processing is small, but the three-dimensional interpolation processing is not performed, so that the color conversion accuracy is lowered. One method of preventing this decrease in color conversion accuracy to some extent without increasing the amount of processing is to increase the number of grid points in the N-dimensional lookup table. FIG. 9A shows a cube or a rectangular parallelepiped formed by lattice points of the N-dimensional lookup table accessed by the upper 4 bits as shown in FIG. 2, and the black circles are lattice points at this time. is there. Here, when an N-dimensional lookup table is created by halving the lattice point interval of each axis, lattice points indicated by white circles are added. By using the grid points indicated by the black and white circles, the color conversion accuracy can be improved.

例えば図3に示した画素値に最も近い格子点を選択する色変換手法では、格子点が増加した分だけ、画素値と選択した格子点との誤差は減少する。そのため、色変換精度を向上させることができる。このとき、N次元ルックアップテーブルの参照は1回のみで変わらないため、処理量は同じである。他の色変換手法についても同様に、処理量を変えずに色変換精度を向上させることができる。ただし、格子点を増加した分だけ、N次元ルックアップテーブルを保持するためのメモリ量が増加することになる。   For example, in the color conversion method for selecting the grid point closest to the pixel value shown in FIG. 3, the error between the pixel value and the selected grid point is reduced by the increase of the grid point. Therefore, color conversion accuracy can be improved. At this time, since the reference of the N-dimensional lookup table is changed only once, the processing amount is the same. Similarly, for other color conversion methods, the color conversion accuracy can be improved without changing the processing amount. However, the amount of memory for holding the N-dimensional lookup table increases as the number of grid points increases.

このように格子点間隔を半分にして格子点を増加させたN次元ルックアップテーブルを参照する場合には、例えば図9(B)に示したように、N次元ルックアップテーブルをアクセスするためのアドレスを作成する際に画素値の各成分から上位5ビットをLh、ah、bhとして使用すればよい。   When referring to the N-dimensional lookup table in which the lattice point interval is halved and the lattice points are increased in this way, for example, as shown in FIG. 9B, for accessing the N-dimensional lookup table. When generating an address, the upper 5 bits from each component of the pixel value may be used as Lh, ah, bh.

なお、図8に示したようにN次元ルックアップテーブルを共用する場合、いくつかの色変換部では格子点数が多いN次元ルックアップテーブルを共用し、いくつかの色変換部では格子点数が少ないN次元ルックアップテーブルを共用するといった利用も可能である。   As shown in FIG. 8, when the N-dimensional lookup table is shared, some color conversion units share an N-dimensional lookup table with a large number of grid points, and some color conversion units have a small number of grid points. Use such as sharing an N-dimensional lookup table is also possible.

図10は、本発明の第2の実施の形態を示すブロック図である。図中、図1と同様の部分には同じ符号を付して重複する説明を省略する。4は色成分検知部である。この例では、選択部1が色変換部2−1〜Mを選択する際に、入力された画像の画素値に従って行う例を示している。   FIG. 10 is a block diagram showing a second embodiment of the present invention. In the figure, the same parts as those in FIG. Reference numeral 4 denotes a color component detection unit. In this example, when the selection unit 1 selects the color conversion units 2-1 to 2 -M, an example is shown in which the selection is performed according to the pixel value of the input image.

色成分検知部4は、入力された処理すべき画像の画素値についてどのような色であるかを検出する。より詳細には、ある特定の色領域の色であるか否かを判定することができる。例えば、入力される画素値の変動に対する出力値の変動量が一定値を超える色領域や、入力される画素値の色差成分の2乗和が一定値を超える色領域の色であるか否かを判定することができる。これらの色は色変換精度が低下すると画質に影響してしまう。逆に、高明度の色領域、特にイエローの色領域や、低明度の色領域では、出力値が大きく変化しても見かけ上はそれほど色の変化が感じられない領域であり、これらの領域では色変換精度が多少悪くてもよいため処理の高速化を図ることができる。色成分検知部4では、画素値からこのような領域の色であるか否かを検知するものである。もちろん、検知する色領域については上述の例に限られるものではなく、予め設定しておけばよい。   The color component detection unit 4 detects what color the pixel value of the input image to be processed is. More specifically, it can be determined whether the color is in a specific color region. For example, whether or not the color region has an output value fluctuation amount that exceeds a certain value with respect to the input pixel value variation, or a color region in which the square sum of the color difference components of the input pixel value exceeds a certain value. Can be determined. These colors affect the image quality when the color conversion accuracy decreases. Conversely, in high-lightness color regions, especially yellow color regions and low-lightness color regions, even if the output value changes greatly, it is a region where the color change does not seem so much. In these regions, Since the color conversion accuracy may be somewhat worse, the processing speed can be increased. The color component detection unit 4 detects whether or not the color is in such a region from the pixel value. Of course, the color region to be detected is not limited to the above example, and may be set in advance.

選択部1は、色成分検知部4による検知結果に従って複数の色変換部2−1〜Mの中から実際に色変換処理を行う色変換部を選択する。上述のように、入力された画素が、入力される画素値の変動に対する出力値の変動量が一定値を超える色領域や、入力される画素値の色差成分の2乗和が一定値を超える色領域の色のように、色変換誤差が再現色に大きく影響する色領域については、色変換精度が高い色変換方式により色変換処理を行う色変換部を選択する。これにより、色変換精度を大きく低下させることがなくなる。また、例えば高明度あるいは低明度の色領域など、色変換精度が低い色変換方式を選択してもそれほど影響がない色領域については、処理量が少ない色変換部を選択する。これにより処理時間の短縮を図ることができる。なお、色成分検知部4の処理を選択部1内で行う構成であってもかまわない。   The selection unit 1 selects a color conversion unit that actually performs color conversion processing from among the plurality of color conversion units 2-1 to M in accordance with the detection result of the color component detection unit 4. As described above, the input pixel has a color region in which the variation amount of the output value with respect to the variation of the input pixel value exceeds a certain value, or the square sum of the color difference components of the input pixel value exceeds the certain value. For a color region where a color conversion error greatly affects the reproduced color, such as a color in the color region, a color conversion unit that performs color conversion processing by a color conversion method with high color conversion accuracy is selected. As a result, the color conversion accuracy is not greatly reduced. In addition, for a color region that does not have much influence even if a color conversion method with low color conversion accuracy is selected, such as a color region with high lightness or low lightness, a color conversion unit with a small processing amount is selected. Thereby, the processing time can be shortened. Note that the configuration may be such that the processing of the color component detection unit 4 is performed in the selection unit 1.

図11は、本発明の第2の実施の形態における選択部1の動作の一例を示すフローチャートである。ここでは、一例として、高明度の色領域において処理量が少ない色変換部を選択する場合の動作について示している。まずS11において、画素値のL* 成分が所定の閾値より大きいか否かを判定し、画素が高明度の色であるか否かを判定する。画素値のL* 成分が閾値以下であり、高明度の色でなければ、S12において、従来より行われている四面体補間などの高精度の色変換手法により色変換を行う色変換部を選択する。 FIG. 11 is a flowchart illustrating an example of the operation of the selection unit 1 according to the second embodiment of the present invention. Here, as an example, an operation in the case of selecting a color conversion unit with a small amount of processing in a high brightness color region is shown. First, in S11, it is determined whether or not the L * component of the pixel value is greater than a predetermined threshold value, and it is determined whether or not the pixel is a high brightness color. If the L * component of the pixel value is equal to or less than the threshold value and is not a high-lightness color, in S12, a color conversion unit that performs color conversion using a highly accurate color conversion method such as tetrahedral interpolation conventionally performed is selected. To do.

また、画素値のL* 成分が閾値より大きく、高明度の色であった場合には、この例ではさらにS13において、画素の色がイエローであるか否かを判定する。上述のようにイエローは高明度の色の中でも特に色の変化を感じにくい色である。そのため、高明度の色の中でも特にイエローについては、より処理量が少ない色変換方式を選択可能である。S13で画素の色がイエローであると判定された場合には、S15において、例えば図3で説明した最近傍の格子点の値で近似する色変換方式で色変換を行うなど、処理量が非常に少ない色変換部を選択する。また、イエロー以外の高明度の色である場合には、S14において、例えば図4で説明したL* の補間処理を行う色変換方式や図5で説明したa* −b* 平面で補間処理を行う色変換方式など、ある程度の色変換精度が保て、処理量が少ない色変換部を選択する。 If the L * component of the pixel value is larger than the threshold value and has a high brightness color, in this example, it is further determined in S13 whether or not the pixel color is yellow. As described above, yellow is a color that is particularly difficult to perceive a color change among high-lightness colors. Therefore, it is possible to select a color conversion method with a smaller amount of processing, particularly for yellow among high-lightness colors. If it is determined in S13 that the color of the pixel is yellow, in S15, for example, color conversion is performed using a color conversion method that approximates the value of the nearest grid point described in FIG. Select fewer color converters. If the color has a high lightness other than yellow, in S14, for example, the color conversion method for performing the L * interpolation process described in FIG. 4 or the a * -b * plane described in FIG. Select a color conversion unit that maintains a certain level of color conversion accuracy, such as the color conversion method to be performed, and has a small amount of processing.

そして選択した色変換部に対して画素値を渡し、色変換処理を行って出力値を得ればよい。このようにして、入力された画像の画素値に応じて色変換部を選択することによって、色変換処理の処理量を低減することができ、処理時間を短縮することができる。   Then, pixel values are passed to the selected color conversion unit, and color conversion processing is performed to obtain an output value. Thus, by selecting the color conversion unit according to the pixel value of the input image, the processing amount of the color conversion process can be reduced, and the processing time can be shortened.

ここでは高明度の色領域について処理量を低減し、色変換処理を高速化する場合の選択部1の動作例を示したが、他の色領域、例えば低明度の色領域についても同様に色変換部の選択処理を行うことができる。また、例えば入力された画素値が白や黒を示す場合に限って、複雑な色変換処理を行わずに白や黒の出力値を出力するように構成することができる。   Here, an example of the operation of the selection unit 1 in the case where the processing amount is reduced for the high brightness color area and the color conversion process is speeded up is described. However, the color is similarly applied to other color areas, for example, the low brightness color area. Conversion unit selection processing can be performed. For example, only when the input pixel value indicates white or black, the output value of white or black can be output without performing complicated color conversion processing.

この第2の実施の形態においても、上述の第1の実施の形態と同様に、処理モードや画像属性も考慮して色変換部を選択することもできる。図12は、選択部における色変換方式の第3の選択例の説明図である。この例では図11で説明した場合と同様に、入力された画素が高明度の色、さらにイエローであるか否かにより分類するとともに、処理モードを用いて色変換部を選択する例を示している。処理モードが「高画質」の場合には、イエローを含む高明度の色についても高精度に色変換が可能な色変換方式に対応する色変換部を選択する。また、処理モードが「高速」の場合には、図11で説明した選択処理をそのまま用いる。さらに処理モードが「標準」の場合には、イエローを含む高明度の色については図4で説明したL* の補間処理を行う色変換方式や図5で説明したa* −b* 平面で補間処理を行う色変換方式に対応する色変換部を選択し、それ以外は高精度に色変換が可能な色変換方式に対応する色変換部を選択する。このようにして、処理モードとともに入力された処理すべき画素の値に応じて色変換部を選択することができる。 Also in the second embodiment, the color conversion unit can be selected in consideration of the processing mode and the image attribute as in the first embodiment. FIG. 12 is an explanatory diagram of a third selection example of the color conversion method in the selection unit. In this example, as in the case described with reference to FIG. 11, an example is shown in which the input pixels are classified according to whether they are high brightness color and further yellow, and the color conversion unit is selected using the processing mode. Yes. When the processing mode is “high image quality”, a color conversion unit corresponding to a color conversion method capable of performing color conversion with high accuracy for high brightness colors including yellow is selected. When the processing mode is “high speed”, the selection process described with reference to FIG. 11 is used as it is. Further, when the processing mode is “standard”, the color conversion method for performing the L * interpolation processing described with reference to FIG. 4 and the a * -b * plane described with reference to FIG. A color conversion unit corresponding to a color conversion method to be processed is selected, and a color conversion unit corresponding to a color conversion method capable of performing color conversion with high accuracy is selected. In this way, the color conversion unit can be selected according to the value of the pixel to be processed input together with the processing mode.

さらに、図7でも示したように原稿モードを考慮したり、図6,図7でも説明したように画像属性をも考慮して色変換部を選択することができる。   Further, the color conversion unit can be selected in consideration of the document mode as shown in FIG. 7 and also in consideration of the image attribute as described in FIGS.

また、例えば図6,図7に示した色変換部の選択方法では処理モードが「高速」あるいは「標準」の場合に画像属性によっては処理量が少ない色変換部を選択することがある。しかし、上述の入力される画素値の変動に対する出力値の変動量が一定値を超える色領域や、入力される画素値の色差成分の2乗和が一定値を超える色領域においては、処理量が少ない色変換部を選択したことにより色変換精度が低下し、画質に影響することが考えられる。そのため、これらの領域においては処理モードでは処理量が少ない色変換部を選択する場合であっても、精度よく色変換を行うことができる色変換手法に対応する色変換部を選択するように構成することができる。なお、このときの変動量の判断基準とする一定値は、色変換精度に応じて決定すればよく、例えばN次元ルックアップテーブルの格子点間隔(サイズ)などに応じて設定することができる。例えば図9でも説明したように、格子点間隔が狭い場合には、色変換精度が向上するので一定値を大きくしてなるべく処理量が少ない色変換部を選択するように構成することができる。   For example, in the method for selecting a color conversion unit shown in FIGS. 6 and 7, when the processing mode is “high speed” or “standard”, a color conversion unit with a small processing amount may be selected depending on the image attribute. However, in the above-described color region in which the variation amount of the output value with respect to the variation of the input pixel value exceeds a certain value or the color region in which the square sum of the color difference components of the input pixel value exceeds the certain value, the processing amount It is conceivable that the color conversion accuracy is lowered and the image quality is affected by selecting a color conversion unit with a small amount of color. Therefore, in these areas, even when a color conversion unit with a small amount of processing is selected in the processing mode, a color conversion unit corresponding to a color conversion method capable of performing color conversion with high accuracy is selected. can do. Note that the constant value used as the criterion for determining the amount of variation at this time may be determined according to the color conversion accuracy, and may be set according to the grid point interval (size) of the N-dimensional lookup table, for example. For example, as described with reference to FIG. 9, when the grid point interval is narrow, the color conversion accuracy is improved. Therefore, it is possible to select a color conversion unit with a small processing amount as much as possible by increasing a certain value.

上述の説明において入力される画像データの色空間の一例としてL* * * を示しているが、本発明はこれに限られるものではなく、例えばYCbCr色空間やRGB色空間など、任意の色空間で同様に構成することができる。もちろん、色変換後の色空間も任意である。 In the above description, L * a * b * is shown as an example of the color space of the input image data. However, the present invention is not limited to this. For example, any color space such as YCbCr color space or RGB color space may be used. It can be similarly configured in a color space. Of course, the color space after color conversion is also arbitrary.

図13は、本発明の色変換装置の機能または色変換方法をコンピュータプログラムで実現した場合におけるコンピュータプログラム及びそのコンピュータプログラムを格納した記憶媒体の一例の説明図である。図中、31はプログラム、32はコンピュータ、41は光磁気ディスク、42は光ディスク、43は磁気ディスク、44はメモリ、51は光磁気ディスク装置、52は光ディスク装置、53は磁気ディスク装置である。   FIG. 13 is an explanatory diagram of an example of a computer program and a storage medium storing the computer program when the function of the color conversion apparatus or the color conversion method of the present invention is realized by the computer program. In the figure, 31 is a program, 32 is a computer, 41 is a magneto-optical disk, 42 is an optical disk, 43 is a magnetic disk, 44 is a memory, 51 is a magneto-optical disk apparatus, 52 is an optical disk apparatus, and 53 is a magnetic disk apparatus.

上述の各実施の形態で説明した選択部1及び色変換部2−1〜M、色成分検知部4の機能の一部または全部を、コンピュータにより実行可能なプログラム31によって実現することが可能である。その場合、そのプログラム31およびそのプログラムが用いるデータ(N次元ルックアップテーブルのデータを含む)などは、コンピュータが読み取り可能な記憶媒体に記憶することも可能である。記憶媒体とは、コンピュータのハードウェア資源に備えられている読取装置に対して、プログラムの記述内容に応じて、磁気、光、電気等のエネルギーの変化状態を引き起こして、それに対応する信号の形式で、読取装置にプログラムの記述内容を伝達できるものである。例えば、光磁気ディスク41,光ディスク42(CDやDVDなどを含む)、磁気ディスク43,メモリ44(ICカード、メモリカードなどを含む)等である。もちろんこれらの記憶媒体は、可搬型に限られるものではない。   A part or all of the functions of the selection unit 1, the color conversion units 2-1 to M, and the color component detection unit 4 described in the above embodiments can be realized by a program 31 that can be executed by a computer. is there. In that case, the program 31 and data used by the program (including data of the N-dimensional lookup table) can be stored in a computer-readable storage medium. A storage medium is a signal format that causes a state of change in energy such as magnetism, light, electricity, etc. according to the description of a program to a reader provided in the hardware resources of a computer. Thus, the description content of the program can be transmitted to the reading device. For example, there are a magneto-optical disk 41, an optical disk 42 (including a CD and a DVD), a magnetic disk 43, a memory 44 (including an IC card and a memory card), and the like. Of course, these storage media are not limited to portable types.

これらの記憶媒体にプログラム31を格納しておき、例えばコンピュータ32の光磁気ディスク装置51,光ディスク装置52,磁気ディスク装置53,あるいは図示しないメモリスロットにこれらの記憶媒体を装着することによって、コンピュータからプログラム31を読み出し、本発明の色変換装置の機能または色変換方法を実行することができる。あるいは、予め記憶媒体をコンピュータ32に装着しておき、例えばネットワークなどを介してプログラム31をコンピュータ32に転送し、記憶媒体にプログラム31を格納して実行させてもよい。   By storing the program 31 in these storage media and mounting these storage media in, for example, the magneto-optical disk device 51, the optical disk device 52, the magnetic disk device 53, or a memory slot (not shown) of the computer 32, the computer 31 The program 31 can be read to execute the function of the color conversion apparatus or the color conversion method of the present invention. Alternatively, a storage medium may be attached to the computer 32 in advance, and the program 31 may be transferred to the computer 32 via a network, for example, and the program 31 may be stored and executed on the storage medium.

もちろん、一部の機能についてハードウェアによって構成することもできるし、あるいは、すべてをハードウェアで構成してもよい。あるいは、他の構成とともに本発明の色変換装置の構成も含めたプログラムとして構成することも可能であり、例えば複写機や画像形成装置における制御プログラムとともに1つのプログラムとして構成することもできる。もちろん、他の用途に適用する場合には、その用途におけるプログラムとの一体化も可能である。   Of course, some functions may be configured by hardware, or all may be configured by hardware. Alternatively, it can be configured as a program including the configuration of the color conversion apparatus of the present invention together with other configurations. For example, it can be configured as one program together with a control program in a copying machine or an image forming apparatus. Of course, in the case of application to other purposes, integration with a program for that purpose is also possible.

本発明の第1の実施の形態を示すブロック図である。It is a block diagram which shows the 1st Embodiment of this invention. 3次元ルックアップテーブルを参照する際のアドレス生成の具体例の説明図である。It is explanatory drawing of the specific example of an address generation at the time of referring a three-dimensional lookup table. 第1の色変換方式の一例の説明図である。It is explanatory drawing of an example of the 1st color conversion system. 第2の色変換方式の一例の説明図である。It is explanatory drawing of an example of the 2nd color conversion system. 第3の色変換方式の一例の説明図である。It is explanatory drawing of an example of the 3rd color conversion system. 選択部における色変換方式の第1の選択例の説明図である。It is explanatory drawing of the 1st selection example of the color conversion system in a selection part. 選択部における色変換方式の第2の選択例の説明図である。It is explanatory drawing of the 2nd selection example of the color conversion system in a selection part. 本発明の第1の実施の形態における第1の変形例を示すブロック図である。It is a block diagram which shows the 1st modification in the 1st Embodiment of this invention. 本発明の第1の実施の形態における第2の変形例の説明図である。It is explanatory drawing of the 2nd modification in the 1st Embodiment of this invention. 本発明の第2の実施の形態を示すブロック図である。It is a block diagram which shows the 2nd Embodiment of this invention. 本発明の第2の実施の形態における選択部の動作の一例を示すフローチャートである。It is a flowchart which shows an example of operation | movement of the selection part in the 2nd Embodiment of this invention. 選択部における色変換方式の第3の選択例の説明図である。It is explanatory drawing of the 3rd selection example of the color conversion system in a selection part. 本発明の色変換装置の機能または色変換方法をコンピュータプログラムで実現した場合におけるコンピュータプログラム及びそのコンピュータプログラムを格納した記憶媒体の一例の説明図である。It is explanatory drawing of an example of the storage medium which stored the computer program in the case of implement | achieving the function of the color conversion apparatus or color conversion method of this invention with a computer program, and the computer program. DLUTによる色変換方法の一例の説明図である。It is explanatory drawing of an example of the color conversion method by DLUT.

符号の説明Explanation of symbols

1…選択部、2−1〜N…色変換部、3…N次元ルックアップテーブル、4…色成分検知部、21…アドレス生成部、22…補間部、31…プログラム、32…コンピュータ、41…光磁気ディスク、42…光ディスク、43…磁気ディスク、44…メモリ、51…光磁気ディスク装置、52…光ディスク装置、53…磁気ディスク装置。   DESCRIPTION OF SYMBOLS 1 ... Selection part, 2-1-N ... Color conversion part, 3 ... N-dimensional lookup table, 4 ... Color component detection part, 21 ... Address generation part, 22 ... Interpolation part, 31 ... Program, 32 ... Computer, 41 ... magneto-optical disk, 42 ... optical disk, 43 ... magnetic disk, 44 ... memory, 51 ... magneto-optical disk apparatus, 52 ... optical disk apparatus, 53 ... magnetic disk apparatus.

Claims (31)

画像に対して色変換処理を行う色変換装置において、処理量が異なる複数の色変換手段と、前記画像の属性に従って前記色変換手段のいずれかを選択して前記画像を選択した色変換手段へ渡す選択手段を有することを特徴とする色変換装置。   In a color conversion apparatus that performs color conversion processing on an image, a plurality of color conversion units having different processing amounts, and a color conversion unit that selects one of the color conversion units according to the attribute of the image and selects the image A color conversion apparatus comprising a selection unit for passing. 画像に対して色変換処理を行う色変換装置において、処理量が異なる複数の色変換手段と、画像処理モードに従って前記色変換手段のいずれかを選択して前記画像を選択した色変換手段へ渡す選択手段を有することを特徴とする色変換装置。   In a color conversion apparatus that performs color conversion processing on an image, a plurality of color conversion units having different processing amounts and one of the color conversion units according to an image processing mode are selected and the image is transferred to the selected color conversion unit A color conversion apparatus comprising a selection unit. 画像に対して色変換処理を行う色変換装置において、処理量が異なる複数の色変換手段と、処理すべき画像の画素値に従って前記色変換手段のいずれかを選択して前記画像を選択した色変換手段に渡す選択手段を有することを特徴とする色変換装置。   In a color conversion device that performs color conversion processing on an image, a plurality of color conversion units having different processing amounts and a color obtained by selecting the color conversion unit according to the pixel value of the image to be processed and selecting the image A color conversion apparatus comprising selection means for passing to the conversion means. 画像に対して色変換処理を行う色変換装置において、処理量が異なる複数の色変換手段と、処理すべき画像の色成分を検出する検出手段と、前記検出手段による検出結果に従って前記色変換手段のいずれかを選択して前記画像を選択した色変換手段に渡す選択手段を有することを特徴とする色変換装置。   In a color conversion apparatus that performs color conversion processing on an image, a plurality of color conversion units having different processing amounts, a detection unit that detects color components of an image to be processed, and the color conversion unit according to a detection result by the detection unit A color conversion apparatus comprising: a selection unit that selects any of the above and passes the image to the selected color conversion unit. 前記選択手段は、前記色変換手段の選択の際に、さらに画像処理モードも用いることを特徴とする請求項1または請求項3または請求項4に記載の色変換装置。   The color conversion apparatus according to claim 1, wherein the selection unit further uses an image processing mode when the color conversion unit is selected. 複数の前記色変換手段は、それぞれ色変換の精度が異なることを特徴とする請求項1ないし請求項5のいずれか1項に記載の色変換装置。   6. The color conversion apparatus according to claim 1, wherein the plurality of color conversion units have different color conversion accuracy. 前記属性として下地、絵柄、文字のうちの少なくとも2つの値のいずれかを取り得ることを特徴とする請求項1に記載の色変換装置。   The color conversion apparatus according to claim 1, wherein the attribute can take any one of at least two values of a background, a pattern, and a character. 前記下地の属性として色下地と白下地のいずれかを取り得ることを特徴とする請求項7に記載の色変換装置。   The color conversion apparatus according to claim 7, wherein either the color background or the white background can be taken as the attribute of the background. 前記色変換手段の1つは白色を表す画素データを出力するものであり、選択手段は、前記属性が白下地の場合に白色を表す画素データを出力する色変換手段を選択することを特徴とする請求項8に記載の色変換装置。   One of the color conversion means outputs pixel data representing white, and the selection means selects a color conversion means for outputting pixel data representing white when the attribute is a white background. The color conversion device according to claim 8. 前記絵柄の属性として写真とCGのいずれかを取り得ることを特徴とする請求項7に記載の色変換装置。   The color conversion apparatus according to claim 7, wherein either the photograph or the CG can be taken as the attribute of the pattern. 前記文字の属性として黒文字と色文字のいずれかを取り得ることを特徴とする請求項7に記載の色変換装置。   The color conversion apparatus according to claim 7, wherein the character attribute can be either a black character or a color character. 前記色変換手段の1つは黒色を表す画素データを出力するものであり、選択手段は、前記属性が黒文字の場合に黒色を表す画素データを出力する色変換手段を選択することを特徴とする請求項11に記載の色変換装置。   One of the color conversion means outputs pixel data representing black, and the selection means selects a color conversion means for outputting pixel data representing black when the attribute is a black character. The color conversion apparatus according to claim 11. 前記色変換手段の少なくとも1つは、N次元ルックアップテーブルを利用して色変換を行うことを特徴とする請求項1ないし請求項12のいずれか1項に記載の色変換装置。   The color conversion apparatus according to any one of claims 1 to 12, wherein at least one of the color conversion units performs color conversion using an N-dimensional lookup table. 前記色変換手段の少なくとも1つは、N次元ルックアップテーブルを利用して画素値近傍の1点の値を出力値とすることを特徴とする請求項13に記載の色変換装置。   14. The color conversion apparatus according to claim 13, wherein at least one of the color conversion means uses a value near one pixel value as an output value using an N-dimensional lookup table. 前記画素値の上位所定数ビットをもとに前記N次元ルックアップテーブルを参照して前記画素値近傍の1点の値を取得することを特徴とする請求項14に記載の色変換装置。   The color conversion apparatus according to claim 14, wherein a value of one point in the vicinity of the pixel value is obtained by referring to the N-dimensional lookup table based on a predetermined number of upper bits of the pixel value. 前記色変換手段の少なくとも1つは、N次元ルックアップテーブルを利用して画素値の1成分について前記画素値近傍の2点の値から補間して画素に対応する出力値を得ることを特徴とする請求項13ないし請求項15のいずれか1項に記載の色変換装置。   At least one of the color conversion means obtains an output value corresponding to a pixel by interpolating from two values near the pixel value for one component of the pixel value using an N-dimensional lookup table. The color conversion device according to any one of claims 13 to 15. 前記N次元ルックアップテーブルを参照して得られた前記画素値近傍の1点の値と、1成分について画素値を含み上位所定数ビットに+1または−1として前記N次元ルックアップテーブルを参照して得られた1点の値とから補間することを特徴とする請求項16に記載の色変換装置。   A value of one point in the vicinity of the pixel value obtained by referring to the N-dimensional lookup table and a pixel value for one component are referred to the N-dimensional lookup table as +1 or −1 in the upper predetermined number of bits. The color conversion apparatus according to claim 16, wherein interpolation is performed from the value of one point obtained in this way. 前記色変換手段の少なくとも1つは、N次元ルックアップテーブルを利用して画素値近傍の1点の値と、該1点の1成分を固定して他の成分について前記画素値近傍の複数点の値とから、補間して画素に対応する出力値を得ることを特徴とする請求項13ないし請求項17のいずれか1項に記載の色変換装置。   At least one of the color conversion means uses an N-dimensional lookup table to fix one point value near the pixel value and a plurality of points near the pixel value for the other component by fixing one component of the one point. The color conversion device according to any one of claims 13 to 17, wherein an output value corresponding to a pixel is obtained by interpolating from the value of. 前記N次元ルックアップテーブルを利用して画素値近傍の1点の値と、該1点の1成分を固定して他の成分についてそれぞれ上位所定数ビットに+1または−1として前記N次元ルックアップテーブルを参照して得られた複数点の値とから、補間することを特徴とする請求項18に記載の色変換装置。   Using the N-dimensional lookup table, the value of one point in the vicinity of the pixel value and one component of the one point are fixed, and the other components are each set to +1 or −1 for the upper predetermined number of bits, respectively. The color conversion apparatus according to claim 18, wherein interpolation is performed from values of a plurality of points obtained by referring to the table. 前記色変換手段の少なくとも1つは、N次元ルックアップテーブルを利用して画素値を含む四面体の頂点となる4点の値を取得し、該4点の出力値から補間により前記画素に対応する出力値を得ることを特徴とする請求項13ないし請求項19のいずれか1項に記載の色変換装置。   At least one of the color conversion means uses an N-dimensional lookup table to obtain four values that are the vertices of a tetrahedron including pixel values, and corresponds to the pixel by interpolation from the output values of the four points 20. The color conversion apparatus according to claim 13, wherein an output value to be obtained is obtained. 前記N次元ルックアップテーブルは、複数の前記色変換手段に共通して設けられていることを特徴とする請求項13ないし請求項20のいずれか1項に記載の色変換装置。   21. The color conversion apparatus according to claim 13, wherein the N-dimensional lookup table is provided in common for a plurality of the color conversion units. 当該色変換手段は、処理量の多い色変換手段が用いるN次元ルックアップテーブルよりも格子点数が多いN次元ルックアップテーブルを用いることを特徴とする請求項14ないし請求項19のいずれか1項に記載の色変換装置。   20. The color conversion unit uses an N-dimensional lookup table having a larger number of grid points than an N-dimensional lookup table used by a color conversion unit having a large amount of processing. The color conversion device described in 1. 前記選択手段は、入力される画素値の変動に対する出力値の変動量が一定値を超える色領域については、処理量が多くても精度のよい色変換手段を選択することを特徴とする請求項1ないし請求項21のいずれか1項に記載の色変換装置。   The selection means selects a color conversion means with high accuracy even if the amount of processing is large, for a color region in which a variation amount of an output value with respect to a variation of an input pixel value exceeds a certain value. The color conversion device according to any one of claims 1 to 21. 前記選択手段は、入力される画素値の変動に対する出力値の変動量が一定値を超える色領域については、処理量が多くても精度のよい色変換手段を選択するものであって、前記一定値を前記N次元ルックアップテーブルのサイズに応じて設定することを特徴とする請求項13ないし請求項21のいずれか1項に記載の色変換装置。   The selection unit selects a color conversion unit with high accuracy even if the amount of processing is large for a color region in which the variation amount of the output value with respect to the variation of the input pixel value exceeds a certain value. The color conversion apparatus according to any one of claims 13 to 21, wherein a value is set according to a size of the N-dimensional lookup table. 前記選択手段は、入力される画素値の色差成分の2乗和が一定値を超える色領域については、処理量が多くても精度のよい色変換手段を選択することを特徴とする請求項1ないし請求項21のいずれか1項に記載の色変換装置。   The selection means selects a color conversion means with high accuracy even if the amount of processing is large for a color region in which the sum of squares of color difference components of input pixel values exceeds a certain value. The color conversion device according to any one of claims 21 to 21. 画像に対して色変換処理を行う色変換方法において、処理量が異なる複数の色変換手段を有し、前記画像の属性に従って前記色変換手段のいずれかを選択手段で選択し、選択した色変換手段により前記画像の色変換処理を行うことを特徴とする色変換方法。   In a color conversion method for performing color conversion processing on an image, the color conversion method includes a plurality of color conversion units having different processing amounts, and the selection unit selects one of the color conversion units according to the attribute of the image, and the selected color conversion A color conversion method characterized by performing color conversion processing of the image by means. 画像に対して色変換処理を行う色変換方法において、処理量が異なる複数の色変換手段を有し、画像処理モードに従って前記色変換手段のいずれかを選択手段で選択し、選択した色変換手段により前記画像の色変換処理を行うことを特徴とする色変換方法。   In a color conversion method for performing color conversion processing on an image, the color conversion method includes a plurality of color conversion units having different processing amounts, the selection unit selects one of the color conversion units according to an image processing mode, and the selected color conversion unit A color conversion method characterized by performing color conversion processing of the image by the above. 画像に対して色変換処理を行う色変換方法において、処理量が異なる複数の色変換手段を有し、処理すべき画像の画素値に従って前記色変換手段のいずれかを選択手段で選択し、選択した色変換手段により前記画像の色変換処理を行うことを特徴とする色変換方法。   In a color conversion method for performing color conversion processing on an image, the image processing apparatus includes a plurality of color conversion units having different processing amounts, and the selection unit selects one of the color conversion units according to the pixel value of the image to be processed. A color conversion method comprising: performing color conversion processing of the image by the color conversion means. 画像に対して色変換処理を行う色変換方法において、処理量が異なる複数の色変換手段を有し、処理すべき画像の色成分を検出手段で検出し、検出結果に従って前記色変換手段のいずれかを選択手段で選択し、選択した色変換手段により前記画像の色変換処理を行うことを特徴とする色変換方法。   A color conversion method for performing a color conversion process on an image has a plurality of color conversion units with different processing amounts, detects a color component of an image to be processed by a detection unit, and determines any of the color conversion units according to a detection result. A color conversion method comprising: selecting a color by a selection unit, and performing color conversion processing of the image by the selected color conversion unit. コンピュータに、入力画像に対して色変換処理を行う色変換プログラムであって、請求項1ないし請求項25のいずれか1項に記載の色変換装置の機能または請求項26ないし請求項29のいずれか1項に記載の色変換方法をコンピュータに実行させることを特徴とする色変換プログラム。   A color conversion program for performing color conversion processing on an input image in a computer, the function of the color conversion device according to any one of claims 1 to 25 or any one of claims 26 to 29. A color conversion program that causes a computer to execute the color conversion method according to claim 1. 入力画像に対して色変換処理を行う色変換処理をコンピュータに実行させる色変換プログラムを格納したコンピュータが読取可能な記憶媒体において、請求項1ないし請求項25のいずれか1項に記載の色変換装置の機能または請求項26ないし請求項29のいずれか1項に記載の色変換方法をコンピュータに実行させる色変換プログラムを格納したことを特徴とするコンピュータが読取可能な記憶媒体。   The color conversion according to any one of claims 1 to 25, in a computer-readable storage medium storing a color conversion program for causing a computer to execute a color conversion process for performing a color conversion process on an input image. 30. A computer-readable storage medium storing a function of the apparatus or a color conversion program for causing a computer to execute the color conversion method according to any one of claims 26 to 29.
JP2005364152A 2005-12-17 2005-12-17 Color conversion apparatus and method, color conversion program, and storage medium Pending JP2007166562A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005364152A JP2007166562A (en) 2005-12-17 2005-12-17 Color conversion apparatus and method, color conversion program, and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005364152A JP2007166562A (en) 2005-12-17 2005-12-17 Color conversion apparatus and method, color conversion program, and storage medium

Publications (1)

Publication Number Publication Date
JP2007166562A true JP2007166562A (en) 2007-06-28

Family

ID=38248898

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005364152A Pending JP2007166562A (en) 2005-12-17 2005-12-17 Color conversion apparatus and method, color conversion program, and storage medium

Country Status (1)

Country Link
JP (1) JP2007166562A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009071434A (en) * 2007-09-11 2009-04-02 Fuji Xerox Co Ltd Image processor, and image forming apparatus
JP2009225449A (en) * 2008-03-18 2009-10-01 Toshiba Corp Image processing apparatus and image processing method
JP2011199797A (en) * 2010-03-24 2011-10-06 Fuji Xerox Co Ltd Color correction apparatus and program
US8390895B2 (en) 2008-11-14 2013-03-05 Ricoh Production Print Solutions LLC Color conversions in the real domain
JP2013219546A (en) * 2012-04-09 2013-10-24 Sharp Corp Image processing device, image forming device, image processing program, and computer readable recording medium

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10200772A (en) * 1997-01-14 1998-07-31 Fuji Xerox Co Ltd Color image forming device
JPH11187266A (en) * 1997-12-19 1999-07-09 Toshiba Corp Image processor and image forming device
JP2001292331A (en) * 2000-04-07 2001-10-19 Canon Inc Image processing method and device, image processing system and recording medium
JP2001320593A (en) * 2000-05-10 2001-11-16 Sharp Corp Image processing unit, and image forming device provided with it, and image processing method
JP2001352456A (en) * 2000-06-06 2001-12-21 Sharp Corp Image-processing method and image-processing unit, and image-forming device provided with them
JP2003198864A (en) * 2001-12-25 2003-07-11 Ricoh Co Ltd Color printer, color print method, and program allowing computer to execute the method
JP2005286611A (en) * 2004-03-29 2005-10-13 Sharp Corp Image processing apparatus, image forming apparatus equipped with it, image processing method, program, and recording medium recording the program thereon

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH10200772A (en) * 1997-01-14 1998-07-31 Fuji Xerox Co Ltd Color image forming device
JPH11187266A (en) * 1997-12-19 1999-07-09 Toshiba Corp Image processor and image forming device
JP2001292331A (en) * 2000-04-07 2001-10-19 Canon Inc Image processing method and device, image processing system and recording medium
JP2001320593A (en) * 2000-05-10 2001-11-16 Sharp Corp Image processing unit, and image forming device provided with it, and image processing method
JP2001352456A (en) * 2000-06-06 2001-12-21 Sharp Corp Image-processing method and image-processing unit, and image-forming device provided with them
JP2003198864A (en) * 2001-12-25 2003-07-11 Ricoh Co Ltd Color printer, color print method, and program allowing computer to execute the method
JP2005286611A (en) * 2004-03-29 2005-10-13 Sharp Corp Image processing apparatus, image forming apparatus equipped with it, image processing method, program, and recording medium recording the program thereon

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009071434A (en) * 2007-09-11 2009-04-02 Fuji Xerox Co Ltd Image processor, and image forming apparatus
JP2009225449A (en) * 2008-03-18 2009-10-01 Toshiba Corp Image processing apparatus and image processing method
US8390895B2 (en) 2008-11-14 2013-03-05 Ricoh Production Print Solutions LLC Color conversions in the real domain
JP2011199797A (en) * 2010-03-24 2011-10-06 Fuji Xerox Co Ltd Color correction apparatus and program
JP2013219546A (en) * 2012-04-09 2013-10-24 Sharp Corp Image processing device, image forming device, image processing program, and computer readable recording medium

Similar Documents

Publication Publication Date Title
JP4623300B2 (en) Image processing apparatus and image processing program
JP4623301B2 (en) Image processing apparatus and image processing program
US8891144B2 (en) Color management method, module, and program product, and printer using said method
JP2007166562A (en) Color conversion apparatus and method, color conversion program, and storage medium
JPH07203234A (en) Color picture converter
US20130182943A1 (en) Systems and methods for depth map generation
JP4840614B2 (en) Image processing apparatus and image processing program
US20050140994A1 (en) Image processing apparatus, image processing method and image processing program
CN104519237B (en) Image processing apparatus and image processing method
JP4645847B2 (en) Image processing apparatus and image processing program
WO1996039774A1 (en) A caching system for interpolation processing
JP2006215808A (en) Color conversion method, color conversion device, program and recording medium
JPH10191090A (en) Apparatus and method for manufacturing color conversion table, and recording medium
JP6163964B2 (en) Image processing device
JP2004194050A (en) Image processing apparatus
US9449579B2 (en) Systems and methods for mapping color data
JP4217888B2 (en) Profile conversion apparatus and profile conversion method, color conversion apparatus, color conversion method, image forming apparatus, profile conversion processing program, color conversion processing program, and storage medium
JP2010103733A (en) Color conversion table generating device, color conversion table, and image processing apparatus
JP5494931B2 (en) Color conversion device, image signal pair storage device, image processing device, image forming device, color conversion processing program, image processing program
US20230092409A1 (en) Image processing systems and methods
KR101074184B1 (en) Method for transforming color images to grayscale and recorded medium having program performing the same
JP2001320593A (en) Image processing unit, and image forming device provided with it, and image processing method
US9064347B2 (en) Method, medium, and system rendering 3 dimensional graphics data considering fog effect
JP2002354276A (en) Method and device for converting color
JP2014093592A (en) Image processing device and image processing program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20081120

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20100405

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100506

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100705

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20101006