JP2011199874A - Image generating apparatus and image generating method - Google Patents

Image generating apparatus and image generating method Download PDF

Info

Publication number
JP2011199874A
JP2011199874A JP2011064865A JP2011064865A JP2011199874A JP 2011199874 A JP2011199874 A JP 2011199874A JP 2011064865 A JP2011064865 A JP 2011064865A JP 2011064865 A JP2011064865 A JP 2011064865A JP 2011199874 A JP2011199874 A JP 2011199874A
Authority
JP
Japan
Prior art keywords
limit
color
cmyk
material amount
color material
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.)
Withdrawn
Application number
JP2011064865A
Other languages
Japanese (ja)
Inventor
Norimasa Ariga
徳政 有賀
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.)
Toshiba Corp
Toshiba TEC Corp
Original Assignee
Toshiba Corp
Toshiba TEC 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 Toshiba Corp, Toshiba TEC Corp filed Critical Toshiba Corp
Publication of JP2011199874A publication Critical patent/JP2011199874A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To provide an image generating apparatus for generating a color patch.SOLUTION: The image generating apparatus includes: an acquisition part for acquiring reference color patch data showing a combination of a plurality of amounts of color materials and a color material amount limit value showing a maximum amount of color material when the reference color patch data is printed; a controller for reducing the amount of color material in the reference color patch data according to the color material amount limit value when a sum of the amounts of color materials in the reference color patch data is larger than the color material amount limit value, and for not changing the color material when the sum is smaller than the color material amount limit value; a first generation part for generating color patch data different from the reference color patch data according to the color material amount limit value; and a second generation part for generating color patch image data using the color patch data generated from the amount of color material specified by the controller and the color patch data generated by the first generation part.

Description

本発明は、カラーパッチを生成する画像生成装置および画像生成方法に関する。   The present invention relates to an image generation apparatus and an image generation method for generating a color patch.

カラー印刷を行う機器では、印刷対象の入力画像の色と、印刷機器に使用されるインクの色が違う場合が多い。例えば、入力画像はR(赤),G(緑),B(青)の色成分で画像の色が表されているが、印刷機器では、C(シアン),M(マゼンタ),Y(イエロ)を用いて画像の色が表される。したがって、入力画像の色成分を印刷機器の色材量に変換する処理(色変換処理)を行う必要がある。   In a device that performs color printing, the color of an input image to be printed is often different from the color of ink used in the printing device. For example, the input image has R (red), G (green), and B (blue) color components, and the color of the image is represented by C (cyan), M (magenta), and Y (yellow). ) Is used to represent the color of the image. Therefore, it is necessary to perform processing (color conversion processing) for converting the color components of the input image into the color material amount of the printing device.

色変換処理では、ICCプロファイルと呼ばれる色変換テーブルが用いられている。CMYKのコンビネーションの複数のカラーパッチを、対象となる印刷機器で印刷し、印刷したカラーパッチを測色して得られたCIELAB値に基づいて、色変換テーブルが作成される。   In the color conversion process, a color conversion table called an ICC profile is used. A color conversion table is created based on CIELAB values obtained by printing a plurality of color patches of a combination of CMYK with a target printing device and measuring the color patches printed.

特開2008−193496号公報JP 2008-193396 A

印刷機器では、一般的に画質の悪化等を防ぐために、単位面積当たりに使用できる色材量を制限している。色材量制限値が変化すると、印刷機器によって印刷可能な色域が変化してしまう。すなわち、色材量制限値が変化することによって、CIELAB色空間における最大彩度が変化してしまう。   In printing machines, the amount of color material that can be used per unit area is generally limited in order to prevent deterioration of image quality and the like. When the color material amount limit value changes, the color gamut that can be printed by the printing device changes. That is, when the color material amount limit value changes, the maximum saturation in the CIELAB color space changes.

実施形態である画像生成装置は、取得部と、制限部と、第1生成部と、第2生成部とを有する。取得部は、複数の色材量の組み合わせを示す基準カラーパッチデータと、前記基準カラーパッチデータを印刷するときの最大の色材量を示す色材量制限値とを取得する。制限部は、前記基準カラーパッチデータにおける前記色材量の総和が前記色材量制限値よりも大きいときには、前記色材量制限値に応じて、前記基準カラーパッチデータにおける前記色材量を減少させ、前記総和が前記色材量制限値よりも小さいときには、前記色材量を変化させない。第1生成部は、前記色材量制限値に応じて、前記基準カラーパッチデータとは異なるカラーパッチデータを生成する。第2生成部は、前記制限部によって特定された前記色材量から生成されるカラーパッチデータと、前記第1生成部で生成されたカラーパッチデータとを用いて、カラーパッチ画像データを生成する。   The image generation apparatus according to the embodiment includes an acquisition unit, a restriction unit, a first generation unit, and a second generation unit. The acquisition unit acquires reference color patch data indicating a combination of a plurality of color material amounts and a color material amount limit value indicating a maximum color material amount when the reference color patch data is printed. The limiting unit reduces the color material amount in the reference color patch data according to the color material amount limit value when the sum of the color material amounts in the reference color patch data is larger than the color material amount limit value. When the sum is smaller than the color material amount limit value, the color material amount is not changed. The first generation unit generates color patch data different from the reference color patch data according to the color material amount limit value. The second generation unit generates color patch image data using the color patch data generated from the color material amount specified by the restriction unit and the color patch data generated by the first generation unit. .

画像生成装置の構成を示すブロック図である。It is a block diagram which shows the structure of an image generation apparatus. 画像生成装置の動作を示すフローチャートである。It is a flowchart which shows operation | movement of an image generation apparatus. 第1の実施形態における色材量制限処理を示すフローチャートである。It is a flowchart which shows the color material amount restriction | limiting process in 1st Embodiment. 第1の実施形態において、追加カラーパッチデータを生成する処理を示すフローチャートである。6 is a flowchart illustrating processing for generating additional color patch data in the first embodiment. CIELAB色空間のa*b*平面における色域を示す図である。It is a figure which shows the color gamut in the a * b * plane of CIELAB color space. 第4の実施形態における色材量制限処理を示すフローチャートである。It is a flowchart which shows the color material amount restriction | limiting process in 4th Embodiment.

(第1の実施形態)
本実施形態である画像生成装置の構成について、図1を用いて説明する。本実施形態の画像生成装置は、色変換テーブルを作成するときに用いられるカラーパッチを生成する。
(First embodiment)
The configuration of the image generation apparatus according to the present embodiment will be described with reference to FIG. The image generation apparatus according to the present embodiment generates a color patch used when creating a color conversion table.

CPU1は、画像生成装置の動作を制御する。システムバス2は、CPU1と、画像生成装置を構成する回路との間において、データを転送する。RAM3およびROM5は、特定の情報を格納する。外部記録媒体4は、画像生成装置に接続され、特定の情報を保存する。   The CPU 1 controls the operation of the image generation apparatus. The system bus 2 transfers data between the CPU 1 and a circuit constituting the image generating apparatus. The RAM 3 and ROM 5 store specific information. The external recording medium 4 is connected to the image generation device and stores specific information.

I/F6は、画像生成装置および外部機器の間において、データの送受信を行うために用いられる。コンソール7は、ユーザが特定の情報を入力するために用いられる。画像メモリ8は、画像データを格納する。   The I / F 6 is used to transmit and receive data between the image generation apparatus and the external device. The console 7 is used for the user to input specific information. The image memory 8 stores image data.

画像生成装置の動作について、図2を用いて説明する。図2に示す処理は、CPU1によって実行される。   The operation of the image generation apparatus will be described with reference to FIG. The process shown in FIG. 2 is executed by the CPU 1.

CPU1は、I/F6を介して、基準カラーパッチデータのファイルを読み込む(ACT101)。基準カラーパッチデータは、予め定められた標準となるカラーパッチデータである。基準カラーパッチデータは、各基準カラーパッチにおけるCMYKの量に関するデータを含んでいる。CPU1は、各基準カラーパッチにおけるCMYKの量を、基準カラーパッチデータとしてのinC、inM、inY、inKとしてRAM3に格納する。   The CPU 1 reads a file of reference color patch data via the I / F 6 (ACT 101). The reference color patch data is color patch data that is a predetermined standard. The reference color patch data includes data relating to the amount of CMYK in each reference color patch. The CPU 1 stores the amount of CMYK in each reference color patch in the RAM 3 as inC, inM, inY, and inK as reference color patch data.

CPU1は、コンソール7からユーザが指定する色材量制限値を読み込み、RAM3にLimitとして格納する(ACT102)。色材量制限値は、印刷時に使用される最大の色材量(CMYKの総量)を示す。   The CPU 1 reads the color material amount limit value designated by the user from the console 7 and stores it in the RAM 3 as Limit (ACT 102). The color material amount limit value indicates the maximum color material amount (total amount of CMYK) used during printing.

CPU1は、基準カラーパッチデータinC、inM、inY、inKに対して、色材量制限処理を行う(ACT103)。色材量制限処理について、図3を用いて説明する。   The CPU 1 performs a color material amount restriction process on the reference color patch data inC, inM, inY, and inK (ACT 103). The color material amount restriction process will be described with reference to FIG.

図3において、CPU1は、RAM3に格納された基準カラーパッチデータinC、inM、inY、inKの総和Sumを算出する(ACT201)。CPU1は、RAM3に格納された色材量制限値Limitと、基準カラーパッチデータの総和Sumとを比較し、色材量制限値Limitが総和Sumよりも小さいか否かを判別する(ACT202)。   In FIG. 3, the CPU 1 calculates the sum Sum of the reference color patch data inC, inM, inY, and inK stored in the RAM 3 (ACT 201). The CPU 1 compares the color material amount limit value Limit stored in the RAM 3 with the total sum Sum of the reference color patch data, and determines whether the color material amount limit value Limit is smaller than the total sum (ACT 202).

色材量制限値Limitが総和Sumよりも小さいとき(ACT202,Yes)、CPU1は、色材量を制限する処理を行う。具体的には、CPU1は、カラーパッチデータoutC、outM、outY、outKを算出し、算出結果をRAM3に格納する(ACT203)。   When the color material amount limit value Limit is smaller than the sum Sum (ACT202, Yes), the CPU 1 performs a process of limiting the color material amount. Specifically, the CPU 1 calculates the color patch data outC, outM, outY, outK, and stores the calculation results in the RAM 3 (ACT 203).

CPU1は、下記式(1)〜(4)に基づいて、カラーパッチデータoutC、outM、outY、outKを算出する。   The CPU 1 calculates the color patch data outC, outM, outY, outK based on the following formulas (1) to (4).

outC=inC−(Sum−Limit)/4 ・・・(1)
outM=inM−(Sum−Limit)/4 ・・・(2)
outY=inY−(Sum−Limit)/4 ・・・(3)
outK=inK−(Sum−Limit)/4 ・・・(4)
outC = inC- (Sum-Limit) / 4 (1)
outM = inM- (Sum-Limit) / 4 (2)
outY = inY- (Sum-Limit) / 4 (3)
outK = inK- (Sum-Limit) / 4 (4)

本実施形態では、上記式(1)〜(4)に基づいて、カラーパッチデータoutC、outM、outY、outKを算出しているが、下記式(5)〜(8)で表される一般式に基づいて、カラーパッチデータoutC、outM、outY、outKを算出することができる。   In this embodiment, the color patch data outC, outM, outY, and outK are calculated based on the above formulas (1) to (4), but the general formulas represented by the following formulas (5) to (8) are calculated. Based on the color patch data outC, outM, outY, outK can be calculated.

outC=f1(inC,inM,inY,inK,Limit) ・・・(5)
outM=f2(inC,inM,inY,inK,Limit) ・・・(6)
outY=f3(inC,inM,inY,inK,Limit) ・・・(7)
outK=f4(inC,inM,inY,inK,Limit) ・・・(8)
outC = f1 (inC, inM, inY, inK, Limit) (5)
outM = f2 (inC, inM, inY, inK, Limit) (6)
outY = f3 (inC, inM, inY, inK, Limit) (7)
outK = f4 (inC, inM, inY, inK, Limit) (8)

式(5)〜(8)において、f1〜f4は、inC,inM,inY,inK,Limitをパラメータとする処理関数である。f1〜f4は、上記式(1)〜(4)の他にも、例えば、下記式(9)〜(11)で表すことができる。   In Expressions (5) to (8), f1 to f4 are processing functions using inC, inM, inY, inK, and Limit as parameters. In addition to the above formulas (1) to (4), f1 to f4 can be represented by the following formulas (9) to (11), for example.

f1=inC−(Sum−Limit)*inC/Sum ・・・(9)
f2=inM−(Sum−Limit)*inM/Sum ・・・(10)
f3=inY−(Sum−Limit)*inY/Sum ・・・(11)
f4=inK−(Sum−Limit)*inK/Sum ・・・(12)
f1 = inC- (Sum-Limit) * inC / Sum (9)
f2 = inM- (Sum-Limit) * inM / Sum (10)
f3 = inY− (Sum−Limit) * inY / Sum (11)
f4 = inK− (Sum−Limit) * inK / Sum (12)

一方、色材量制限値Limitが総和Sumよりも大きいとき(ACT202,No)、CPU1は、RAM3に格納された基準カラーパッチデータinC、inM、inY、inKを、カラーパッチデータoutC、outM、outY、outKとしてRAM3に格納する(ACT204)。   On the other hand, when the color material amount limit value Limit is larger than the sum Sum (ACT202, No), the CPU 1 uses the reference color patch data inC, inM, inY, and inK stored in the RAM 3 as the color patch data outC, outM, outY. , OutK are stored in the RAM 3 (ACT 204).

CPU1は、すべての基準カラーパッチについて、ACT201〜ACT204の処理を行ったか否かを判別する(ACT205)。CPU1は、すべての基準カラーパッチについて、ACT201〜ACT204の処理を行ったときには、色材量制限処理を終了する(ACT205,Yes)。CPU1は、一部の基準カラーパッチについて、ACT201〜ACT204の処理を行っていないときには(ACT205,No)、ACT201の処理に戻り、一部の基準カラーパッチについて、ACT201〜ACT204の処理を行う。   The CPU 1 determines whether or not the processes of ACT 201 to ACT 204 have been performed for all reference color patches (ACT 205). When the processes of ACT201 to ACT204 are performed for all the reference color patches, the CPU 1 ends the color material amount restriction process (ACT205, Yes). When the processing of ACT 201 to ACT 204 is not performed for some of the reference color patches (ACT 205, No), the CPU 1 returns to the processing of ACT 201 and performs the processing of ACT 201 to ACT 204 for some of the reference color patches.

色材量制限処理を行った後、CPU1は、追加カラーパッチデータを生成する(図2のACT104)。追加カラーパッチデータの生成処理について、図4を用いて説明する。   After performing the color material amount restriction process, the CPU 1 generates additional color patch data (ACT 104 in FIG. 2). The additional color patch data generation process will be described with reference to FIG.

CPU1は、色材量制限値Limitが200〜300%の範囲内に含まれているか否かを判別する(ACT301)。色材量制限値Limitが200〜300%の範囲内に含まれているとき(ACT301,Yes)、CPU1は、第1カラーパッチ生成処理を行う(ACT302)。   The CPU 1 determines whether or not the color material amount limit value Limit is included in the range of 200 to 300% (ACT 301). When the color material amount limit value Limit is included in the range of 200 to 300% (ACT 301, Yes), the CPU 1 performs a first color patch generation process (ACT 302).

第1カラーパッチ生成処理において、CPU1は、下記式(13)〜(21)で表される9個の追加カラーパッチデータを生成して、RAM3に格納する。   In the first color patch generation process, the CPU 1 generates nine additional color patch data represented by the following formulas (13) to (21) and stores them in the RAM 3.

CMYK=(100,100,0,(Limit−200)) ・・・(13)
CMYK=(0,100,100,(Limit−200)) ・・・(14)
CMYK=(100,0,100,(Limit−200)) ・・・(15)
CMYK=((Limit−200),100,0,100) ・・・(16)
CMYK=((Limit−200),0,100,100) ・・・(17)
CMYK=(100,(Limit−200),0,100) ・・・(18)
CMYK=(0,(Limit−200),100,100) ・・・(19)
CMYK=(100,0,(Limit−200),100) ・・・(20)
CMYK=(0,100,(Limit−200),100) ・・・(21)
上記式(13)〜(21)に示す数値およびLimitの単位は%である。
CMYK = (100, 100, 0, (Limit−200)) (13)
CMYK = (0, 100, 100, (Limit−200)) (14)
CMYK = (100, 0, 100, (Limit−200)) (15)
CMYK = ((Limit−200), 100, 0, 100) (16)
CMYK = ((Limit−200), 0, 100, 100) (17)
CMYK = (100, (Limit−200), 0, 100) (18)
CMYK = (0, (Limit−200), 100, 100) (19)
CMYK = (100, 0, (Limit−200), 100) (20)
CMYK = (0, 100, (Limit−200), 100) (21)
The unit of numerical value and Limit shown in the above formulas (13) to (21) is%.

色材量制限値Limitが200%以上であって、300%以下であるとき、CMYのうちの2つの色材で表される二次色では、最大色域境界上において、色材量の制限による影響を受けることはない。一方、CMYのうちの2つの色材とKで表される三次色では、色域境界上において、色材量の制限による影響を受ける。   When the color material amount limit value Limit is 200% or more and 300% or less, in the secondary color represented by two color materials of CMY, the color material amount is limited on the maximum color gamut boundary. Will not be affected. On the other hand, the two color materials of CMY and the tertiary color represented by K are affected by the restriction of the color material amount on the color gamut boundary.

三次色で構成される色域境界上では、CMYのいずれか1つが0%であり、残りの2つの色材が100%であり、これらのCMYの組み合わせに任意の数値(%)のKが加わる。例えば、一番鮮やかな赤から、黒が最も多く含まれた赤への色の移り変わりを考える。ここで、M,Yが100%で、Cが0%のときが、いかなるKの量においても最も色域が広くなる。したがって、一番鮮やかな赤から、黒が最も多く含まれた赤に色が移り変わるときの色域境界のCMYKデータは、下記式(22)で表される。   On the color gamut boundary composed of tertiary colors, one of CMY is 0%, the remaining two color materials are 100%, and a combination of these CMYs has an arbitrary numerical value (%) of K. Join. For example, consider the color transition from the brightest red to the red with the most black. Here, when M and Y are 100% and C is 0%, the color gamut is widest for any amount of K. Therefore, the CMYK data of the color gamut boundary when the color changes from the brightest red to the red containing the most black is expressed by the following equation (22).

(c,m,y,k)=(0,100,100,X1) ・・・(22)
式(22)において、X1は、Kにおける任意の値(%)である。
(C, m, y, k) = (0, 100, 100, X1) (22)
In the formula (22), X1 is an arbitrary value (%) in K.

色材量制限値Limitが300%以上であれば、(c,m,y,k)=(0,100,100,100)に相当する点が色域の頂点になる。ここで、色材量制限値Limitが300%以下のときには、K=(色材量制限値Limit−200%)に相当する点が、300%以下の色材量制限値Limitによって色域が変化した後の色域の頂点になる。   If the color material amount limit value is 300% or more, a point corresponding to (c, m, y, k) = (0, 100, 100, 100) becomes the apex of the color gamut. Here, when the color material amount limit value Limit is 300% or less, the point corresponding to K = (color material amount limit value Limit−200%) changes the color gamut depending on the color material amount limit value Limit of 300% or less. It becomes the apex of the color gamut after.

上述した数値は、赤が移り変わるときの色域境界のCMYKデータであるが、他の色の組み合わせにも適用させると、以下のようになる。   The numerical values described above are the CMYK data of the color gamut boundary when red changes, but when applied to other color combinations, they are as follows.

色材量制限値Limitによって色域が変化した後の色域の頂点(c,m,y,k)のコンビネーションは、以下の条件(a)〜(c)を満たす。   The combination of the vertexes (c, m, y, k) of the color gamut after the color gamut has been changed by the color material amount limit value Limit satisfies the following conditions (a) to (c).

(a)CMYのいずれか1つの値が0%である。
(b)残りの2つの色材および黒のうち、2つの値が100%である。
(c)最後の1つの色材の値が「Limit−200」%である。
(A) Any one value of CMY is 0%.
(B) Of the remaining two colorants and black, two values are 100%.
(C) The value of the last one color material is “Limit-200”%.

上述した3つの条件を満たす追加カラーパッチデータ(式(13)〜(21))を生成することにより、色材量制限値Limitによって色域が変化した後の色域の頂点に相当するCMYKを組み合わせたカラーパッチ(新たなカラーパッチ)を生成することができる。   By generating additional color patch data (formulas (13) to (21)) that satisfy the above three conditions, CMYK corresponding to the vertex of the color gamut after the color gamut is changed by the color material amount limit value Limit is obtained. A combined color patch (new color patch) can be generated.

色材量制限値Limitが200%よりも小さいとき(ACT301,No)、CPU1は、色材量制限値Limitが100%よりも大きいか否かを判別する(ACT303)。色材量制限値Limitが100%よりも小さいとき(ACT303,No)、CPU1は、色材量制限値Limitを100%に設定する(ACT304)。色材量制限値Limitが100%よりも大きいとき(ACT303,Yes)、又は、色材量制限値Limitを100%に設定したとき(ACT304)、CPU1は、第2カラーパッチ生成処理を行う(ACT305)。   When the color material amount limit value Limit is smaller than 200% (ACT 301, No), the CPU 1 determines whether or not the color material amount limit value Limit is larger than 100% (ACT 303). When the color material amount limit value Limit is smaller than 100% (ACT 303, No), the CPU 1 sets the color material amount limit value Limit to 100% (ACT 304). When the color material amount limit value Limit is larger than 100% (ACT 303, Yes), or when the color material amount limit value Limit is set to 100% (ACT 304), the CPU 1 performs the second color patch generation process ( ACT305).

第2カラーパッチ生成処理において、CPU1は、下記式(23)〜(34)で表される12個の追加カラーパッチデータを生成して、RAM3に格納する。   In the second color patch generation process, the CPU 1 generates twelve additional color patch data represented by the following formulas (23) to (34) and stores them in the RAM 3.

CMYK=(Limit/2,Limit/2,0,0) ・・・(23)
CMYK=(Limit/2,0,Limit/2,0) ・・・(24)
CMYK=(0,Limit/2,Limit/2,0) ・・・(25)
CMYK=(100,(Limit−100),0,0) ・・・(26)
CMYK=(100,0,(Limit−100),0) ・・・(27)
CMYK=(0,(Limit−100),100,0) ・・・(28)
CMYK=(0,100,(Limit−100),0) ・・・(29)
CMYK=((Limit−100),0,100,0) ・・・(30)
CMYK=((Limit−100),100,0,0) ・・・(31)
CMYK=(100,0,0,(Limit−100)) ・・・(32)
CMYK=(0,100,0,(Limit−100)) ・・・(33)
CMYK=(0,0,100,(Limit−100)) ・・・(34)
上記式(22)〜(33)に示す数値およびLimitの単位は%である。
CMYK = (Limit / 2, Limit / 2, 0, 0) (23)
CMYK = (Limit / 2, 0, Limit / 2, 0) (24)
CMYK = (0, Limit / 2, Limit / 2, 0) (25)
CMYK = (100, (Limit-100), 0, 0) (26)
CMYK = (100, 0, (Limit-100), 0) (27)
CMYK = (0, (Limit-100), 100, 0) (28)
CMYK = (0, 100, (Limit−100), 0) (29)
CMYK = ((Limit-100), 0, 100, 0) (30)
CMYK = ((Limit-100), 100, 0, 0) (31)
CMYK = (100, 0, 0, (Limit−100)) (32)
CMYK = (0, 100, 0, (Limit-100)) (33)
CMYK = (0, 0, 100, (Limit−100)) (34)
The unit of numerical value and Limit shown in the above formulas (22) to (33) is%.

色材量制限値Limitが200%以下であるとき、CMYのうちの2つの色材で表される二次色では、色域境界上において、色材量の制限による影響を受ける。二次色で構成される色域境界上では、CMYのいずれか1つが0%であり、残りの2つの色材の合計値が色材量制限値Limit以下である必要がある。このCMYの組み合わせに対して、0%のKが加わる。   When the color material amount limit value is 200% or less, the secondary color represented by two color materials of CMY is affected by the restriction of the color material amount on the color gamut boundary. On the color gamut boundary composed of secondary colors, one of CMY needs to be 0%, and the total value of the remaining two color materials needs to be less than or equal to the color material amount limit value Limit. 0% K is added to this combination of CMY.

例えば、白から赤への色の移り変わりを考える。M,Yが同一量で、C,Kが0%であるとき、最も色域が広くなる。したがって、白から赤への色の移り変わりにおいて、色域境界のCMYKデータは、下記式(35)で表される。   For example, consider the color transition from white to red. When M and Y are the same amount and C and K are 0%, the color gamut becomes the widest. Therefore, CMYK data at the color gamut boundary in the color transition from white to red is expressed by the following equation (35).

(c,m,y,k)=(0,X2,X3,0) ・・・(35)
式(35)において、X2,X3は、M,Yにおける任意の値(%)である。
(C, m, y, k) = (0, X2, X3, 0) (35)
In the formula (35), X2 and X3 are arbitrary values (%) in M and Y.

色材量制限値Limitが200%以上であれば、(c,m,y,k)=(0,100,100,0)に相当する点が色域の頂点になる。色材量制限値Limitが200%以下であるとき、下記式(36)〜(38)を満たす点は、200%以下の色材量制限値Limitによって色域が変化した後の色域の頂点になる。   If the color material amount limit value is 200% or more, a point corresponding to (c, m, y, k) = (0, 100, 100, 0) becomes the apex of the color gamut. When the color material amount limit value Limit is 200% or less, the point that satisfies the following formulas (36) to (38) is the vertex of the color gamut after the color gamut is changed by the color material amount limit value Limit of 200% or less. become.

(m,y)=(Limit/2,Limit/2) ・・・(36)
(m,y)=(100,(Limit−100)) ・・・(37)
(m,y)=((Limit−100),100) ・・・(38)
(M, y) = (Limit / 2, Limit / 2) (36)
(M, y) = (100, (Limit-100)) (37)
(M, y) = ((Limit-100), 100) (38)

一方、例えば、一番鮮やかな黄色から、黒が最も多く含まれた黄色への色の移り変わりを考える。このとき、Yが100%、C,Mが0%のときでは、いかなるKの量においても最も色域が広くなる。したがって、一番鮮やかな黄色から、黒が最も多く含まれた黄色への色の移り変わりにおいて、色域境界のCMYKデータは、下記式(39)で表される。   On the other hand, for example, consider the color transition from the brightest yellow to the yellow that contains the most black. At this time, when Y is 100% and C and M are 0%, the color gamut becomes the widest regardless of the amount of K. Accordingly, the CMYK data of the color gamut boundary is expressed by the following equation (39) in the color transition from the most vivid yellow to the yellow containing the most black.

(c,m,y,k)=(0,0,100,X4) ・・・(39)
式(39)において、X4は、Kにおける任意の値(%)である。
(C, m, y, k) = (0, 0, 100, X4) (39)
In the formula (39), X4 is an arbitrary value (%) in K.

色材量制限値Limitが200%以上であれば、(c,m,y,k)=(0,0,100,100)に相当する点が色域の頂点になる。色材量制限値Limitが200%以下であるとき、k=(Limit−100)である点が、200%以下の色材量制限値Limitによって色域が変化した後の色域の頂点になる。   If the color material amount limit value is 200% or more, a point corresponding to (c, m, y, k) = (0, 0, 100, 100) becomes the apex of the color gamut. When the color material amount limit value Limit is 200% or less, the point of k = (Limit−100) becomes the apex of the color gamut after the color gamut is changed by the color material amount limit value Limit of 200% or less. .

上述した数値は、白から赤への色の移り変わりと、黄色の移り変わりにおける色域境界のCMYKデータであるが、他の色の組み合わせにも適用させると、以下のようになる。   The numerical values described above are the CMYK data of the color gamut boundary at the color transition from white to red and the color transition at yellow. When applied to other color combinations, the numerical values are as follows.

色材量制限値Limitによって色域が変化した後の色域の頂点(c,m,y,k)のコンビネーションは、以下の条件(d)〜(g)を満たす。   The combination of the vertexes (c, m, y, k) of the color gamut after the color gamut is changed by the color material amount limit value Limit satisfies the following conditions (d) to (g).

(d)CMYのいずれか1つの値が0%である。
(e)残りの2つの色材および黒のうちの1つの値が0%である。
(f)(d)および(e)の色材を選択した後に残った色材にKが含まれるときは、Kの値が「Limit−100」%、残りの1つの値が100%である。
(g)(d)および(e)の色材を選択した後に残った色材にKが含まれていないときは、残りの2つの値が(Limit/2,Limit/2)、(100,(Limit−100))、または((Limit−100),100)である。
(D) Any one value of CMY is 0%.
(E) One of the remaining two color materials and black is 0%.
(F) When K is included in the remaining color material after selecting the color materials of (d) and (e), the value of K is “Limit-100”%, and the remaining one value is 100%. .
(G) When K is not included in the remaining color material after selecting the color materials of (d) and (e), the remaining two values are (Limit / 2, Limit / 2), (100, (Limit-100)) or ((Limit-100), 100).

上述した4つの条件を満たす追加カラーパッチデータ(式(23)〜(34))を生成することにより、色材量制限値Limitによって色域が変化した後の色域の頂点に相当するCMYKを組み合わせたカラーパッチ(新たなカラーパッチ)を生成することができる。   By generating additional color patch data (formulas (23) to (34)) that satisfy the four conditions described above, CMYK corresponding to the vertex of the color gamut after the color gamut has been changed by the color material amount limit value Limit is obtained. A combined color patch (new color patch) can be generated.

次に、CPU1は、ACT103,104で得られたカラーパッチデータを加算して、RAM3に格納する(図2のACT105)。CPU1は、加算されたカラーパッチデータに相当する画像データを生成して画像メモリ8に格納する(図2のACT105)。   Next, the CPU 1 adds the color patch data obtained in the ACTs 103 and 104 and stores it in the RAM 3 (ACT 105 in FIG. 2). The CPU 1 generates image data corresponding to the added color patch data and stores it in the image memory 8 (ACT 105 in FIG. 2).

CPU1は、画像メモリ8に格納された画像データを所定形式に変換し、変換後の画像データをI/F6から出力する(ACT106)。所定形式としては、例えば、TIFFフォーマットがある。   The CPU 1 converts the image data stored in the image memory 8 into a predetermined format, and outputs the converted image data from the I / F 6 (ACT 106). An example of the predetermined format is a TIFF format.

例えば、色材量制限値Limitが400%から200%までの範囲内であれば、CIELAB色空間において最大彩度は変化せず、CIELAB色空間におけるa*b*平面に示される最大彩度(色域境界)の形は、理想的には、図5の点線で示すように、6角形のままである。図5においては、Kの量が0%である。しかし、色材量制限値Limitが200%以下であると、最大彩度が変化してしまい、特に赤、緑、青の最大彩度が低下して、色域が狭くなってしまう。   For example, if the color material amount limit value is within a range of 400% to 200%, the maximum saturation does not change in the CIELAB color space, and the maximum saturation shown on the a * b * plane in the CIELAB color space ( The shape of the (gamut boundary) ideally remains a hexagon as shown by the dotted line in FIG. In FIG. 5, the amount of K is 0%. However, when the color material amount limit value Limit is 200% or less, the maximum saturation changes, and particularly, the maximum saturation of red, green, and blue decreases, and the color gamut becomes narrow.

図5の実線は、最大彩度が変化したときの色域境界の形である。図5の実線で示すように、2次色(R,G,B)の各頂点が削り取られるとともに、この各頂点に対応した領域において、新たな2つの頂点が形成されている。これにより、色域境界の形は、6角形から9角形に変化する。新しく生成された頂点は、色材量の上限に到達した場所を意味し、この頂点を境に色域の面の傾きが大きく変化する。色材量制限値Limitが100%以下であると、色域境界の形は3角形になる。   The solid line in FIG. 5 is the shape of the color gamut boundary when the maximum saturation changes. As indicated by the solid line in FIG. 5, each vertex of the secondary color (R, G, B) is scraped off, and two new vertices are formed in the area corresponding to each vertex. As a result, the shape of the color gamut boundary changes from a hexagon to a hexagon. The newly generated vertex means a place where the upper limit of the color material amount is reached, and the inclination of the surface of the color gamut changes greatly with this vertex as a boundary. When the color material amount limit value is 100% or less, the shape of the color gamut boundary is a triangle.

色域を正確に表すためには、最大彩度の頂点におけるデータが必要になる。基準カラーパッチデータは、予め決定されたデータであるため、色材量制限値Limitが変化しても、基準カラーパッチにおけるCMYKの組み合わせは変化しない。このため、基準カラーパッチデータを印刷して測色しても、例えば、図5に示す黒点のような測色結果となってしまい、色材量制限値Limitの変化によって新たに生成された頂点(矢印で示す頂点)における測色データを取得することはできない。したがって、頂点を含む色域形状に誤差が発生してしまう。   In order to accurately represent the color gamut, data at the peak of the maximum saturation is required. Since the reference color patch data is predetermined data, even if the color material amount limit value Limit changes, the combination of CMYK in the reference color patch does not change. For this reason, even if the color measurement is performed by printing the reference color patch data, for example, a color measurement result such as a black dot shown in FIG. Colorimetric data at (vertex indicated by an arrow) cannot be acquired. Therefore, an error occurs in the color gamut shape including the vertex.

本実施形態によれば、色材量制限値Limitに応じて、C,M,Y,Kの色材量を減らすとともに、追加カラーパッチデータを生成することにより、CIELAB色空間において、正確な色域を再現することができるカラーパッチデータを生成することができる。図5においては、矢印で示す頂点に対応するカラーパッチデータを生成することができる。   According to the present embodiment, the color material amount of C, M, Y, and K is reduced according to the color material amount limit value Limit, and the additional color patch data is generated, so that an accurate color can be obtained in the CIELAB color space. Color patch data capable of reproducing the area can be generated. In FIG. 5, color patch data corresponding to the vertexes indicated by arrows can be generated.

(第2の実施形態)
本実施形態である画像生成装置の動作について説明する。本実施形態の動作は、第1の実施形態で説明した動作と同様であり、第1の実施形態と異なる点について、主に説明する。
(Second Embodiment)
An operation of the image generation apparatus according to the present embodiment will be described. The operation of the present embodiment is the same as the operation described in the first embodiment, and differences from the first embodiment will be mainly described.

第1の実施形態において、CPU1は、I/F6を介して、基準カラーパッチデータのファイルを読み込んでいる。本実施形態において、CPU1は、指定された基準カラーパッチデータのファイルを、外部記憶媒体4から選択して読み込んでいる(図2のACT101)。基準カラーパッチデータのファイルは、コンソール7を介して、ユーザによって指定される。   In the first embodiment, the CPU 1 reads a reference color patch data file via the I / F 6. In the present embodiment, the CPU 1 selects and reads a designated reference color patch data file from the external storage medium 4 (ACT 101 in FIG. 2). The reference color patch data file is designated by the user via the console 7.

CPU1は、第1の実施形態(図2)で説明したACT102〜105の処理を行う。   The CPU 1 performs the processes of ACTs 102 to 105 described in the first embodiment (FIG. 2).

CPU1は、画像メモリ8に格納された画像データを所定形式に変換して、外部記憶媒体4に出力する(図2のACT106)。画像メモリ8に格納された画像データは、色材量制限値Limitの変化によって新たに生成された色域の頂点に相当するCMYKを組み合わせたカラーパッチを示す。所定形式に変換された画像データは、外部記憶媒体4に保存される。所定形式としては、例えば、TIFFフォーマットがある。   The CPU 1 converts the image data stored in the image memory 8 into a predetermined format and outputs it to the external storage medium 4 (ACT 106 in FIG. 2). The image data stored in the image memory 8 indicates a color patch in which CMYK corresponding to the vertex of the color gamut newly generated by the change in the color material amount limit value Limit is combined. The image data converted into the predetermined format is stored in the external storage medium 4. An example of the predetermined format is a TIFF format.

(第3の実施形態)
本実施形態である画像生成装置の動作について説明する。本実施形態の動作は、第1の実施形態で説明した動作と同様であり、第1の実施形態と異なる点について、主に説明する。
(Third embodiment)
An operation of the image generation apparatus according to the present embodiment will be described. The operation of the present embodiment is the same as the operation described in the first embodiment, and differences from the first embodiment will be mainly described.

本実施形態において、CPU1は、指定された基準カラーパッチデータのファイルを、外部記憶媒体4から選択して読み込んでいる(図2のACT101)。基準カラーパッチデータのファイルは、コンソール7を介して、ユーザによって指定される。   In the present embodiment, the CPU 1 selects and reads a designated reference color patch data file from the external storage medium 4 (ACT 101 in FIG. 2). The reference color patch data file is designated by the user via the console 7.

基準カラーパッチデータのファイルは、各基準カラーパッチにおけるCMYKの量に関するデータを含んでいる。ROM5は、CMYKの量およびインク量の対応関係を示すテーブルデータを予め格納している。   The reference color patch data file includes data relating to the amount of CMYK in each reference color patch. The ROM 5 stores in advance table data indicating the correspondence between CMYK amounts and ink amounts.

CPU1は、ROM5に格納されたテーブルデータを用いて、外部記憶媒体4から読み込んだCMYKの量をインク量に変換する(図2のACT101)。CPU1は、変換したインク量を、基準カラーパッチデータとしてのinC、inM、inY、inKとしてRAM3に格納する(図2のACT101)。   The CPU 1 converts the amount of CMYK read from the external storage medium 4 into the amount of ink using the table data stored in the ROM 5 (ACT 101 in FIG. 2). The CPU 1 stores the converted ink amount in the RAM 3 as inC, inM, inY, and inK as reference color patch data (ACT 101 in FIG. 2).

CPU1は、第1の実施形態(図1)で説明したACT102〜104の処理を行う。ACT103の処理(図3のACT202参照)において、色材量制限値Limitは、インク量に対応した値である。   The CPU 1 performs the processes of ACTs 102 to 104 described in the first embodiment (FIG. 1). In the process of ACT 103 (see ACT 202 in FIG. 3), the color material amount limit value Limit is a value corresponding to the ink amount.

CPU1は、ACT103,104で得られたカラーパッチデータを加算して、RAM3に格納する(図2のACT105)。CPU1は、ROM5に格納されたテーブルデータを用いて、カラーパッチデータとしてRAM3に格納されているインク量をCMYKの量に変換する(図2のACT105)。CPU1は、変換したCMYKの量に相当する画像データを生成して画像メモリ8に格納する(図2のACT105)。画像メモリ8に格納された画像データは、色材量制限値Limitの変化によって新たに生成された色域の頂点に相当するCMYKを組み合わせたカラーパッチを示す。   The CPU 1 adds the color patch data obtained in the ACTs 103 and 104 and stores it in the RAM 3 (ACT 105 in FIG. 2). The CPU 1 uses the table data stored in the ROM 5 to convert the ink amount stored in the RAM 3 as the color patch data into the CMYK amount (ACT 105 in FIG. 2). The CPU 1 generates image data corresponding to the converted amount of CMYK and stores it in the image memory 8 (ACT 105 in FIG. 2). The image data stored in the image memory 8 indicates a color patch in which CMYK corresponding to the vertex of the color gamut newly generated by the change in the color material amount limit value Limit is combined.

CPU1は、画像メモリ8に格納された画像データを所定形式に変換し、変換後の画像データを出力する(図2のACT106)。所定形式としては、例えば、TIFFフォーマットがある。CPU1は、変換後の画像データを、I/F6を介して外部に出力したり、外部記憶媒体4に出力したりすることができる。外部記憶媒体4に出力された画像データは、外部記憶媒体4に保存される。CPU1は、RAM3に格納されたカラーパッチデータを外部記憶媒体4に出力して、カラーパッチデータをテキストファイルとして外部記憶媒体4に保存することができる。   The CPU 1 converts the image data stored in the image memory 8 into a predetermined format and outputs the converted image data (ACT 106 in FIG. 2). An example of the predetermined format is a TIFF format. The CPU 1 can output the converted image data to the outside via the I / F 6 or to the external storage medium 4. The image data output to the external storage medium 4 is stored in the external storage medium 4. The CPU 1 can output the color patch data stored in the RAM 3 to the external storage medium 4 and save the color patch data in the external storage medium 4 as a text file.

(第4の実施形態)
本実施形態である画像生成装置の動作について説明する。本実施形態の動作は、第1の実施形態で説明した動作と同様であり、第1の実施形態と異なる点について、主に説明する。
(Fourth embodiment)
An operation of the image generation apparatus according to the present embodiment will be described. The operation of the present embodiment is the same as the operation described in the first embodiment, and differences from the first embodiment will be mainly described.

第1の実施形態における色材量制限処理では、CMYKの量inC,inM,inY,inKの総和Sumと、色材量制限値Limitとの大小関係に応じて、カラーパッチデータoutC、outM、outY、outKを算出している。本実施形態における色材量制限処理では、CMYKの物理的な色材量の総和と、色材量制限値Limitとの大小関係に応じて、カラーパッチデータoutC、outM、outY、outKを算出している。   In the color material amount restriction process in the first embodiment, the color patch data outC, outM, and outY are determined according to the magnitude relationship between the sum Sum of the CMYK amounts inC, inM, inY, and inK and the color material amount restriction value Limit. , OutK. In the color material amount restriction process in the present embodiment, color patch data outC, outM, outY, and outK are calculated according to the magnitude relationship between the sum of the physical color material amounts of CMYK and the color material amount restriction value Limit. ing.

本実施形態における色材量制限処理について、図6を用いて説明する。   The color material amount restriction process in this embodiment will be described with reference to FIG.

CPU1は、RAM3に格納された基準カラーパッチデータinC,inM,inY,inKから、色材量tmpC,tmpM,tmpY,tmpKを算出する(ACT401)。色材量tmpC,tmpM,tmpY,tmpKは、CMYKの物理的な量であり、色材量の単位として、例えば、グラムを用いることができる。   The CPU 1 calculates the color material amounts tmpC, tmpM, tmpY, tmpK from the reference color patch data inC, inM, inY, inK stored in the RAM 3 (ACT 401). The color material amounts tmpC, tmpM, tmpY, and tmpK are physical amounts of CMYK, and for example, gram can be used as a unit of the color material amount.

具体的には、下記式(40)〜(43)で表されるように、所定の処理関数f1,f2,f3,f4を用いて、基準カラーパッチデータinC,inM,inY,inKから、色材量tmpC,tmpM,tmpY,tmpKをそれぞれ算出することができる。CPU1は、算出した色材量tmpC,tmpM,tmpY,tmpKをRAM3に格納する。   Specifically, as represented by the following formulas (40) to (43), the color is calculated from the reference color patch data inC, inM, inY, inK using predetermined processing functions f1, f2, f3, f4. The material amounts tmpC, tmpM, tmpY, and tmpK can be calculated, respectively. The CPU 1 stores the calculated color material amounts tmpC, tmpM, tmpY, tmpK in the RAM 3.

tmpC=f1(inC) ・・・(40)
tmpM=f2(inM) ・・・(41)
tmpY=f3(inY) ・・・(42)
tmpK=f4(inK) ・・・(43)
tmpC = f1 (inC) (40)
tmpM = f2 (inM) (41)
tmpY = f3 (inY) (42)
tmpK = f4 (inK) (43)

CPU1は、色材量tmpC,tmpM,tmpY,tmpKの総和Sumを算出し、総和SumをRAM3に格納する(ACT402)。   The CPU 1 calculates the sum Sum of the color material amounts tmpC, tmpM, tmpY, tmpK, and stores the sum Sum in the RAM 3 (ACT 402).

CPU1は、RAM3に格納された色材量tmpC,tmpM,tmpY,tmpKの総和Sumが色材量制限値Limitよりも大きいか否かを判別する(ACT403)。色材量制限値Limitは、色材量tmpC〜tmpKに対応した値である。   The CPU 1 determines whether or not the sum Sum of the color material amounts tmpC, tmpM, tmpY, and tmpK stored in the RAM 3 is larger than the color material amount limit value Limit (ACT403). The color material amount limit value Limit is a value corresponding to the color material amounts tmpC to tmpK.

総和Sumが色材量制限値Limitよりも大きいとき(ACT403,Yes)、CPU1は、色材量を制限する処理を行う。具体的には、CPU1は、下記式(44)〜(47)に基づいて、カラーパッチデータoutC,outM,outY,outKを算出し、算出結果をRAM3に格納する(ACT404)。   When the sum Sum is larger than the color material amount limit value Limit (ACT403, Yes), the CPU 1 performs a process of limiting the color material amount. Specifically, the CPU 1 calculates the color patch data outC, outM, outY, outK based on the following formulas (44) to (47), and stores the calculation results in the RAM 3 (ACT 404).

outC=f1inv(inC−(Sum−Limit)/4) ・・・(44)
outM=f2inv(inM−(Sum−Limit)/4) ・・・(45)
outY=f3inv(inY−(Sum−Limit)/4) ・・・(46)
outK=f4inv(inK−(Sum−Limit)/4) ・・・(47)
outC = f1inv (inC- (Sum-Limit) / 4) (44)
outM = f2inv (inM− (Sum−Limit) / 4) (45)
outY = f3inv (inY− (Sum−Limit) / 4) (46)
outK = f4inv (inK− (Sum−Limit) / 4) (47)

式(44)〜(47)において、f1inv,f2inv,f3inv,f4invは、f1,f2,f3,f4の逆関数である。   In the equations (44) to (47), f1inv, f2inv, f3inv, and f4inv are inverse functions of f1, f2, f3, and f4.

本実施形態では、上記式(44)〜(47)に基づいて、カラーパッチデータoutC、outM、outY、outKを算出しているが、下記式(48)〜(51)で表される一般式に基づいて、カラーパッチデータoutC、outM、outY、outKを算出することができる。   In the present embodiment, the color patch data outC, outM, outY, and outK are calculated based on the above formulas (44) to (47), but the general formulas represented by the following formulas (48) to (51) Based on the color patch data outC, outM, outY, outK can be calculated.

outC=f1inv(inC,inM,inY,inK,Limit)・・(48)
outM=f2inv(inC,inM,inY,inK,Limit)・・(49)
outY=f3inv(inC,inM,inY,inK,Limit)・・(50)
outK=f4inv(inC,inM,inY,inK,Limit)・・(51)
outC = f1inv (inC, inM, inY, inK, Limit) (48)
outM = f2inv (inC, inM, inY, inK, Limit) (49)
outY = f3inv (inC, inM, inY, inK, Limit) (50)
outK = f4inv (inC, inM, inY, inK, Limit) (51)

式(48)〜(51)において、f1inv〜f4invは、inC,inM,inY,inK,Limitをパラメータとする処理関数である。f1inv〜f4invは、上記式(44)〜(47)の他にも、例えば、下記式(52)〜(55)で表すことができる。   In Expressions (48) to (51), f1inv to f4inv are processing functions using inC, inM, inY, inK, and Limit as parameters. In addition to the above formulas (44) to (47), f1inv to f4inv can be represented by the following formulas (52) to (55), for example.

f1inv=inC−(Sum−Limit)*inC/Sum ・・・(52)
f2inv=inM−(Sum−Limit)*inM/Sum ・・・(53)
f3inv=inY−(Sum−Limit)*inY/Sum ・・・(54)
f4inv=inK−(Sum−Limit)*inK/Sum ・・・(55)
f1inv = inC- (Sum-Limit) * inC / Sum (52)
f2inv = inM− (Sum−Limit) * inM / Sum (53)
f3inv = inY− (Sum−Limit) * inY / Sum (54)
f4inv = inK− (Sum−Limit) * inK / Sum (55)

一方、色材量制限値Limitが総和Sumよりも大きいとき(ACT403,No)、CPU1は、RAM3に格納された基準カラーパッチデータinC、inM、inY、inKを、カラーパッチデータoutC、outM、outY、outKとしてRAM3に格納する(ACT405)。   On the other hand, when the color material amount limit value Limit is larger than the sum Sum (ACT403, No), the CPU 1 uses the reference color patch data inC, inM, inY, and inK stored in the RAM 3 as the color patch data outC, outM, outY. , OutK are stored in the RAM 3 (ACT 405).

CPU1は、すべての基準カラーパッチについて、ACT401〜ACT405の処理を行ったか否かを判別する(ACT406)。CPU1は、すべての基準カラーパッチについて、ACT401〜ACT405の処理を行ったときには、色材量制限処理を終了する(ACT406,Yes)。CPU1は、一部の基準カラーパッチについて、ACT401〜ACT405の処理を行っていないときには(ACT406,No)、ACT401の処理に戻り、一部の基準カラーパッチについて、ACT401〜ACT405の処理を行う。   The CPU 1 determines whether or not the processes of ACT 401 to ACT 405 have been performed for all reference color patches (ACT 406). When the processes of ACT 401 to ACT 405 have been performed for all reference color patches, the CPU 1 ends the color material amount restriction process (ACT 406, Yes). When the processing of ACT 401 to ACT 405 is not performed for some of the reference color patches (ACT 406, No), the CPU 1 returns to the processing of ACT 401 and performs the processing of ACT 401 to ACT 405 for some of the reference color patches.

第1〜第4の実施形態において、画像生成装置の動作をコンピュータに実行させるプログラムは、ROM5などの記憶領域に予め記憶することができる。   In the first to fourth embodiments, a program for causing a computer to execute the operation of the image generation apparatus can be stored in advance in a storage area such as the ROM 5.

一方、プログラムをネットワークから画像生成装置にダウンロードしてもよいし、コンピュータ読取可能な記録媒体にプログラムを記憶させておき、記録媒体から画像生成装置にプログラムをインストールしてもよい。記録媒体としては、プログラムを記憶でき、かつコンピュータが読み取り可能な記録媒体であればよい。   On the other hand, the program may be downloaded from the network to the image generation apparatus, or the program may be stored in a computer-readable recording medium, and the program may be installed from the recording medium to the image generation apparatus. The recording medium may be any recording medium that can store a program and can be read by a computer.

インストールやダウンロードによって得られる機能は、画像生成装置のOS(オペレーティング・システム)等と共働して実現されるものであってもよい。プログラムの一部または全部は、動的に生成される実行モジュールであってもよい。また、第1〜第4の実施形態で説明した処理の少なくとも一部は、ASIC(Application Specific Integrated Circuit)にて回路的に実行させることもできる。   The function obtained by installation or download may be realized in cooperation with an OS (Operating System) of the image generation apparatus. Some or all of the programs may be dynamically generated execution modules. In addition, at least a part of the processing described in the first to fourth embodiments can be executed in a circuit by an ASIC (Application Specific Integrated Circuit).

本発明のいくつかの実施形態を説明したが、これらの実施形態は、例として提示したものであり、発明の範囲を限定することを意図していない。これら実施形態は、その他の様々な形態で実施されることが可能であり、発明の要旨を逸脱しない範囲で、種々の省略、置き換え、変更を行うことができる。これら実施形態やその変形は、発明の範囲や要旨に含まれると同様に、特許請求の範囲に記載された発明とその均等の範囲に含まれるものである。   Although several embodiments of the present invention have been described, these embodiments are presented by way of example and are not intended to limit the scope of the invention. These embodiments can be implemented in various other forms, and various omissions, replacements, and changes can be made without departing from the spirit of the invention. These embodiments and their modifications are included in the scope and gist of the invention, and are also included in the invention described in the claims and the equivalents thereof.

1;CPU、2;システムバス、3;RAM、4;外部記録媒体、5;ROM、
6;I/F、7;コンソール、8;画像メモリ
1; CPU, 2; system bus, 3; RAM, 4; external recording medium, 5; ROM,
6; I / F, 7; Console, 8; Image memory

Claims (11)

複数の色材量の組み合わせを示す基準カラーパッチデータと、前記基準カラーパッチデータを印刷するときの最大の色材量を示す色材量制限値とを取得する取得部と、
前記基準カラーパッチデータにおける前記色材量の総和が前記色材量制限値よりも大きいときには、前記色材量制限値に応じて、前記基準カラーパッチデータにおける前記色材量を減少させ、前記総和が前記色材量制限値よりも小さいときには、前記色材量を変化させない制限部と、
前記色材量制限値に応じて、前記基準カラーパッチデータとは異なるカラーパッチデータを生成する第1生成部と、
前記制限部によって特定された前記色材量から生成されるカラーパッチデータと、前記第1生成部で生成されたカラーパッチデータとを用いて、カラーパッチ画像データを生成する第2生成部と、
を有することを特徴とする画像生成装置。
An acquisition unit that acquires reference color patch data indicating a combination of a plurality of color material amounts, and a color material amount limit value indicating a maximum color material amount when printing the reference color patch data;
When the total color material amount in the reference color patch data is larger than the color material amount limit value, the color material amount in the reference color patch data is decreased according to the color material amount limit value, and the total Is smaller than the color material amount limit value, a limit unit that does not change the color material amount,
A first generator that generates color patch data different from the reference color patch data according to the color material amount limit value;
A second generation unit that generates color patch image data using the color patch data generated from the color material amount specified by the restriction unit and the color patch data generated by the first generation unit;
An image generation apparatus comprising:
前記色材量制限値が100%以上であって、200%以下であるとき、前記第1生成部は、以下に示す6つのカラーパッチデータを生成する、
CMYK=(100,(Limit−100),0,0)
CMYK=(100,0,(Limit−100),0)
CMYK=(0,(Limit−100),100,0)
CMYK=(0,100,(Limit−100),0)
CMYK=((Limit−100),0,100,0)
CMYK=((Limit−100),100,0,0)
ここで、Limitは前記色材量制限値を示す、
ことを特徴とする請求項1に記載の画像生成装置。
When the color material amount limit value is 100% or more and 200% or less, the first generation unit generates the following six color patch data.
CMYK = (100, (Limit-100), 0, 0)
CMYK = (100,0, (Limit-100), 0)
CMYK = (0, (Limit-100), 100, 0)
CMYK = (0, 100, (Limit-100), 0)
CMYK = ((Limit-100), 0, 100, 0)
CMYK = ((Limit-100), 100, 0, 0)
Here, Limit indicates the color material amount limit value.
The image generating apparatus according to claim 1.
前記第1生成部は、さらに、以下に示す3つのカラーパッチデータを生成する、
CMYK=(Limit/2,Limit/2,0,0)
CMYK=(Limit/2,0,Limit/2,0)
CMYK=(0,Limit/2,Limit/2,0)
ことを特徴とする請求項2に記載の画像生成装置。
The first generation unit further generates the following three color patch data.
CMYK = (Limit / 2, Limit / 2, 0, 0)
CMYK = (Limit / 2, 0, Limit / 2, 0)
CMYK = (0, Limit / 2, Limit / 2, 0)
The image generating apparatus according to claim 2.
前記第1生成部は、さらに、以下に示す3つのカラーパッチデータを生成する、
CMYK=(100,0,0,(Limit−100))
CMYK=(0,100,0,(Limit−100))
CMYK=(0,0,100,(Limit−100))
ことを特徴とする請求項3に記載の画像生成装置。
The first generation unit further generates the following three color patch data.
CMYK = (100, 0, 0, (Limit-100))
CMYK = (0, 100, 0, (Limit-100))
CMYK = (0, 0, 100, (Limit-100))
The image generating apparatus according to claim 3.
前記色材量制限値が200%以上であって、300%以下であるとき、前記第1生成部は、以下に示す3つのカラーパッチデータを生成する、
CMYK=(100,100,0,(Limit−200))
CMYK=(0,100,100,(Limit−200))
CMYK=(100,0,100,(Limit−200))
ここで、Limitは前記色材量制限値を示す、
ことを特徴とする請求項1から4のいずれか1つに記載の画像生成装置。
When the color material amount limit value is 200% or more and 300% or less, the first generation unit generates the following three color patch data.
CMYK = (100, 100, 0, (Limit-200))
CMYK = (0, 100, 100, (Limit-200))
CMYK = (100, 0, 100, (Limit-200))
Here, Limit indicates the color material amount limit value.
The image generation apparatus according to claim 1, wherein the image generation apparatus is an image generation apparatus.
前記第1生成部は、さらに、以下に示す6つのカラーパッチデータを生成する、
CMYK=((Limit−200),100,0,100)
CMYK=((Limit−200),0,100,100)
CMYK=(100,(Limit−200),0,100)
CMYK=(0,(Limit−200),100,100)
CMYK=(100,0,(Limit−200),100)
CMYK=(0,100,(Limit−200),100)
ことを特徴とする請求項5に記載の画像生成装置。
The first generation unit further generates the following six color patch data.
CMYK = ((Limit−200), 100, 0, 100)
CMYK = ((Limit−200), 0, 100, 100)
CMYK = (100, (Limit-200), 0, 100)
CMYK = (0, (Limit-200), 100, 100)
CMYK = (100, 0, (Limit-200), 100)
CMYK = (0, 100, (Limit−200), 100)
The image generating apparatus according to claim 5.
前記カラーパッチ画像データを外部機器に出力する出力部を有することを特徴とする請求項1から6のいずれか1つに記載の画像生成装置。   The image generation apparatus according to claim 1, further comprising an output unit configured to output the color patch image data to an external device. 前記カラーパッチ画像データを記憶する記憶部を有することを特徴とする請求項1から7のいずれか1つに記載の画像生成装置。   The image generation apparatus according to claim 1, further comprising a storage unit that stores the color patch image data. 複数の色材量の組み合わせを示す基準カラーパッチデータと、前記基準カラーパッチデータを印刷するときの最大の色材量を示す色材量制限値とを取得し、
前記基準カラーパッチデータにおける前記色材量の総和が前記色材量制限値よりも大きいときには、前記色材量制限値に応じて、前記基準カラーパッチデータにおける前記色材量を減少させ、前記総和が前記色材量制限値よりも小さいときには、前記色材量を変化させず、
前記色材量制限値に応じて、前記基準カラーパッチデータとは異なるカラーパッチデータを生成し、
前記制限部によって特定された前記色材量から生成されるカラーパッチデータと、前記第1生成部で生成されたカラーパッチデータとを用いて、カラーパッチ画像データを生成する、
ことを特徴とする画像生成方法。
Obtaining a reference color patch data indicating a combination of a plurality of color material amounts, and a color material amount limit value indicating a maximum color material amount when printing the reference color patch data;
When the total color material amount in the reference color patch data is larger than the color material amount limit value, the color material amount in the reference color patch data is decreased according to the color material amount limit value, and the total Is smaller than the color material amount limit value, the color material amount is not changed,
In accordance with the color material amount limit value, color patch data different from the reference color patch data is generated,
Using the color patch data generated from the color material amount specified by the restriction unit and the color patch data generated by the first generation unit, color patch image data is generated,
An image generation method characterized by the above.
前記色材量制限値が100%以上であって、200%以下であるとき、以下に示す6つのカラーパッチデータを生成する、
CMYK=(100,(Limit−100),0,0)
CMYK=(100,0,(Limit−100),0)
CMYK=(0,(Limit−100),100,0)
CMYK=(0,100,(Limit−100),0)
CMYK=((Limit−100),0,100,0)
CMYK=((Limit−100),100,0,0)
ここで、Limitは前記色材量制限値を示す、
ことを特徴とする請求項9に記載の画像生成方法。
When the color material amount limit value is 100% or more and 200% or less, the following six color patch data are generated.
CMYK = (100, (Limit-100), 0, 0)
CMYK = (100,0, (Limit-100), 0)
CMYK = (0, (Limit-100), 100, 0)
CMYK = (0, 100, (Limit-100), 0)
CMYK = ((Limit-100), 0, 100, 0)
CMYK = ((Limit-100), 100, 0, 0)
Here, Limit indicates the color material amount limit value.
The image generation method according to claim 9.
前記色材量制限値が200%以上であって、300%以下であるとき、以下に示す3つのカラーパッチデータを生成する、
CMYK=(100,100,0,(Limit−200))
CMYK=(0,100,100,(Limit−200))
CMYK=(100,0,100,(Limit−200))
ここで、Limitは前記色材量制限値を示す、
ことを特徴とする請求項9又は10に記載の画像生成方法。
When the color material amount limit value is 200% or more and 300% or less, the following three color patch data are generated.
CMYK = (100, 100, 0, (Limit-200))
CMYK = (0, 100, 100, (Limit-200))
CMYK = (100, 0, 100, (Limit-200))
Here, Limit indicates the color material amount limit value.
The image generation method according to claim 9 or 10, characterized in that
JP2011064865A 2010-03-23 2011-03-23 Image generating apparatus and image generating method Withdrawn JP2011199874A (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US31640810A 2010-03-23 2010-03-23
US61/316,408 2010-03-23

Publications (1)

Publication Number Publication Date
JP2011199874A true JP2011199874A (en) 2011-10-06

Family

ID=44877417

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011064865A Withdrawn JP2011199874A (en) 2010-03-23 2011-03-23 Image generating apparatus and image generating method

Country Status (1)

Country Link
JP (1) JP2011199874A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015103855A (en) * 2013-11-21 2015-06-04 コニカミノルタ株式会社 Color conversion table creation method, color conversion table creation program, recording medium and color conversion table creation device

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015103855A (en) * 2013-11-21 2015-06-04 コニカミノルタ株式会社 Color conversion table creation method, color conversion table creation program, recording medium and color conversion table creation device

Similar Documents

Publication Publication Date Title
JP5617567B2 (en) Calibration system, calibration method and program
JP6156401B2 (en) Color conversion method, program, and image processing apparatus
JP2006287281A (en) Output data generating apparatus and output data generating program
JP2017069855A (en) Printer, scanner profile creation program and scanner profile creation method
JP6733526B2 (en) Color system conversion table generation method and color system conversion table generation program
JP6107706B2 (en) Data processing apparatus and computer program
JP6160418B2 (en) Image processing apparatus and program
JP6275058B2 (en) Color profile creation method and color profile creation program
JP5299232B2 (en) Color conversion table creation program, color conversion table creation device, and color conversion table creation method
JP2012178824A (en) Image processing apparatus and method of creating profile
JP2011199874A (en) Image generating apparatus and image generating method
JP4466037B2 (en) Image processing apparatus and image processing method
JP5958725B1 (en) Image processing apparatus, image processing method, and image processing program
JP2005210225A (en) Image processor and image processing method
JP4472594B2 (en) Image data color conversion apparatus, color conversion method, and color conversion program
JP2011055357A (en) Color processing apparatus, image processing apparatus, and program
JP2017135683A (en) Generation device, and computer program
JP2016144215A (en) Image processing device, image processing method and image processing program
JP6665559B2 (en) Calculation device and computer program
JP6405248B2 (en) Image processing apparatus, image processing method, and program
JP6685493B2 (en) Data processing method, data processing program, image processing device
JP5861690B2 (en) Profile creation method, profile creation program, recording medium, and profile creation apparatus
JP6221484B2 (en) Processing device and computer program
JP2022178424A (en) Information processing device and information processing program
JP5962551B2 (en) Color processing apparatus, image forming apparatus, and program

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20140603