JP2004128538A - Inspection system, inspection method, program, and recording medium - Google Patents

Inspection system, inspection method, program, and recording medium Download PDF

Info

Publication number
JP2004128538A
JP2004128538A JP2002285518A JP2002285518A JP2004128538A JP 2004128538 A JP2004128538 A JP 2004128538A JP 2002285518 A JP2002285518 A JP 2002285518A JP 2002285518 A JP2002285518 A JP 2002285518A JP 2004128538 A JP2004128538 A JP 2004128538A
Authority
JP
Japan
Prior art keywords
data
lab
cmyk
image
rgb
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
JP2002285518A
Other languages
Japanese (ja)
Inventor
Shuichiro Nose
野瀬 修一郎
Yasuhiro Mizunuma
水沼 康弘
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.)
Dai Nippon Printing Co Ltd
Original Assignee
Dai Nippon Printing 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 Dai Nippon Printing Co Ltd filed Critical Dai Nippon Printing Co Ltd
Priority to JP2002285518A priority Critical patent/JP2004128538A/en
Publication of JP2004128538A publication Critical patent/JP2004128538A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an inspection system enabling a user to easily confirm the difference between RGB data and CMYK data. <P>SOLUTION: The inspection system 1 applies Lab transformation to each of the RGB image data when received DTP data are confirmed and the CMYK image data obtained by applying RIP processing to the DIP data. When the difference ΔE between pixels obtained by applying the Lab transformation to them exceeds a set value, a display apparatus displays the corresponding pixel. It can be confirmed that the displayed area indicates the difference between the RGB data and the CMYK data. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、DTPデータのモニタ表示用のRGBデータと、印刷用のCMYKデータとの差異を確認する検査システムに関する。
【0002】
【従来の技術】
DTPデータの製版処理・文字組版等は、DTPデータをモニタ表示したイメージと、DTPデータを印刷用に変換した出力結果とが一致しないことがある。従来は、印刷出力物と、モニタ表示とを、作業者が目で見て差異の確認を行っていた。
【0003】
また、例えば印刷用のCMYKデータをTIFF等のデータに変換して比較することが行われていた。
【0004】
【発明が解決しようとする課題】
しかしながら、印刷出力物と、モニタ表示とを、目で見て差異の確認を行う作業は、作業者にとって負荷であり、効率が悪いと共に、差異を確認しきれないことがあった。また、差異の確認を正確に行うためには、同一のデータ変換用専用装置を、DTPの制作側と、印刷用データ変換部署に設置する必要がありコストがかかる上に効率が悪かった。
【0005】
本発明は、このような問題に鑑みてなされたもので、その目的とするところは、簡単にRGBデータとCMYKデータとの差異を確認することのできる検査システムを提供することにある。
【0006】
【課題を解決するための手段】
前述した目的を達成するために第1の発明は、RGBデータとCMYKデータとの差異の確認を行う検査システムであって、RGBデータを、CMYKデータに変換する手段と、前記RGBデータ、及び前記CMYKデータをそれぞれLab変換するLab変換手段と、前記Lab変換されたデータの差分を算出し、前記差分のうち設定値を超える差分に該当する領域を表示させる表示手段とを、具備することを特徴とする検査システムである。
【0007】
RGBデータとは、R(Red赤)、G(Green緑)、B(Blue青)の光の3原色を加法混色して色調を表現するデータでありモニタ、スキャナ、カラーテレビ等に使用されている。
CMYKデータとは、C(Cyan青)、M(Magenta赤)、Y(Yellow黄)、B(Black黒)の原色を減法混色して色調を表現するデータであり、カラー印刷等に使用されている。
Lab変換は、RGBデータ、及びCMYKデータを、それぞれのLab対応テーブルを用いてLab色空間上でのデータに変換することであり、色調を比較することができる。Lab色空間とは、1976年に国際照明委員会CIE(Commission Internationale de I‘Eclairage)より提案され、Lは明度(明るさ)、aは赤から緑への色座標、bは青から黄への色座標を表している。Lab色空間は、色域が広く、システム間での色調のずれが少ない。
またLab対応テーブルとは、CMYKチャート画像をLab変換し補間処理して作成されるCMYK画像用Lab対応テーブルと、CMYKチャート画像を画面表示して取得したRGB画像を、Lab変換し補間処理して作成されるRGB画像用Lab対応テーブルである。
CMYKチャート画像は、例えばISO規格で決められたCMYKデータの標準チャート(928色)である。この各色のデータをLab変換し、モニタや出力装置に合わせてデータの補間処理を行い、CMYK画像用Lab対応テーブルを作成する。
また、CMYKチャート画像を画面表示してRGB画像データを取得し、この各色のデータをLab変換し、モニタや出力装置に合わせてデータの補間処理を行い、RGB画像用Lab対応テーブルを作成する。
また、RGBデータを、RIP処理してCMYKデータに変換する。RIP(Raster Image Processor)処理とは、数式で記述されたベクトルデータをビットマップ(ラスタイメージ)にラスタライズ(展開)する処理である。イメージセッタや印刷装置等の出力装置に出力する時のデータ処理である。
第1の発明の検査システムは、RGBデータをCMYKデータに変換し、RGBデータ、及びCMYKデータをそれぞれLab変換してそれらの差分のうち設定値を超える差分に該当する領域を表示する。
【0008】
第2の発明は、RGBデータとCMYKデータとの差異の確認を行う検査システムであって、CMYKチャート画像を取得し、画面表示してRGB画像を取得する手段と、前記CMYK画像をLab変換し、Lab対応テーブルを作成する手段と、前記RGB画像をLab変換し、Lab対応テーブルを作成する手段とを、具備することを特徴とする検査システムである。
【0009】
第2の発明の検査システムは、CMYKチャート画像を取得し、画面表示してRGB画像を取得し、該CMYK画像及びRGB画像をそれぞれLab変換し、それぞれのLab対応テーブルを作成する。
【0010】
第3の発明は、RGBデータとCMYKデータとの差異の確認を行う検査システムにおいて、RGBデータを、CMYKデータに変換する工程と、前記RGBデータ、及び前記CMYKデータをそれぞれLab変換するLab変換工程と、前記Lab変換されたデータの差分を算出し、前記差分のうち設定値を超える差分に該当する領域を表示させる表示工程とを、具備することを特徴とする検査方法である。
【0011】
第3の発明の検査方法は、第1の発明の検査システムの方法である。
【0012】
第4の発明は、RGBデータとCMYKデータとの差異の確認を行う検査システムにおいて、CMYKチャート画像を取得し、画面表示してRGB画像を取得する工程と、前記CMYK画像をLab変換し、Lab対応テーブルを作成する工程と、前記RGB画像をLab変換し、Lab対応テーブルを作成する工程とを、具備することを特徴とする検査方法である。
【0013】
第4の発明の検査方法は、第2の発明の検査システムの方法である。
【0014】
第5の発明は、請求項1又は請求項4記載の検査システムを実現するためのプログラムである。
【0015】
第5の発明のプログラムは、請求項1又は請求項4記載の検査システムを機能させるものであり、このプログラムをネットワークを介して流通させることもできる。
【0016】
第6の発明は、請求項1又は請求項4記載の検査システムを実現するためのプログラムを記録した記録媒体である。
【0017】
第6の発明の記録媒体は、請求項1又は請求項4記載の検査システムを機能させるプログラムを記憶しており、この記録媒体を流通させることもでき、またこのプログラムをネットワークを介して流通させることもできる。
【0018】
【発明の実施の形態】
以下、図面に基づいて本発明の実施の形態を詳細に説明する。図1は、本発明の実施の形態に係る検査システム1の構成を示す図である。検査システム1は、演算装置3、記憶装置5、及び表示装置7とで構成される。検査システム1には、DTP制作側2が作成するDTPデータ21と、それを画面表示させたRGB画像データ17が入稿される。
【0019】
詳細については後述するが、演算装置3は、取得したDTPデータ21をRIP処理23してCMYK画像データ19に変換する。このRIP処理23は、別装置で行いその結果をCMYK画像で取得しても良い。また、RGBデータ及びCMYKデータに対するそれぞれのLab変換テーブルa、bを作成する。また、該Lab変換テーブルを用いて、取得したRGB画像データ17及び変換処理後のCMYK画像データ19をLab変換する。また、Lab変換したRGB画像データ17及び変換処理後のCMYK画像データ19の差ΔE33を算出し、設定値(例えばΔEが10)を超えるΔEに該当する領域を、表示装置に表示する。
【0020】
記憶装置5は、取得したRGB画像データ17を記憶する。また、DTPデータ21をRIP処理23して得られるCMYK画像データ19を記憶する。また、算出される差ΔE33を記憶する。また、作成される、RGBデータ及びCMYKデータに対するそれぞれの「Lab変換テーブルa、b」31を記憶する。
【0021】
表示装置7は、検査システム1の処理工程において、RGB画像11、CMYK画像13、及びLab差分画像15(ΔEのうち設定値を超える領域画像)等を表示する。
【0022】
図2は、図1の表示装置7に表示される画像をそれぞれ詳細に示したものである。例えばRGB画像11に示す領域41と、CMYK画像13に示す領域45は、Lab差分画像15上には表示されない。即ち領域41と領域45は、Lab変換時の差ΔE33が設定値以下であることがわかる。また、CMYK画像13の領域47の部分は、RGB画像11の該当する領域と比較すると差ΔE33が設定値を超えるのでLab差分画像15上に領域51として表示される。即ち作業者は、Lab差分画像15に表示される領域を、画面表示と印刷時との差として認識することができる。
【0023】
次に、図3及び図4を用いて、本実施の形態に係る検査システム1の処理手順を説明する。
【0024】
図3は、演算装置3が「Lab対応テーブルa、b」31を作成する手順を示す図である。Lab対応テーブルaは、CMYKデータをLab変換する時に使用する変換テーブルであり、使用する表示装置や印刷装置に合わせてデータの補間処理を行ったものである。また、Lab対応テーブルbは、RGBデータをLab変換する時に使用する変換テーブルであり、使用する表示装置や印刷装置に合わせてデータの補間処理を行ったものである。
【0025】
まず、検査システム1は、例えばISO規格で決められたCMYKデータの標準チャート(928色)を選定する(ステップ201)。
【0026】
次に、チャートの各色について、Lab変換の処理が行われる(ステップ202)。更に、出力用モニタやイメージセッタ等の機種やメーカーの違いだけでなく、同じ機種でも電子ビームのバランスの差等が生じる為、補間処理が行われる(ステップ203)。即ち、各色とLab値との対応を示すLab対応テーブルaが作成される(ステップ204)。Lab対応テーブルaは、記憶装置5に記憶される。
【0027】
従って、CMYKチャートのある色がCMYKデータ(c,m,y,k)で表されるとするとLab値は、要素L、a、bがそれぞれ、c,m,y,kの関数として下記の式(1)のように表される。
(L,a,b)=(f (c,m,y,k),fa1(c,m,y,k),fb1(c,m,y,k))……(1)
【0028】
一方、選定されたCMYKデータの標準チャート(928色)をモニタに画面表示してRGB画像を取得する(ステップ205)。即ち、CMYKチャートの各色がモニタ表示された時のRGB値を取得する。更に、この各RGB値をLab変換し(ステップ206)、モニタ等の固有の補間処理を行い(ステップ207)、各RGB値とLab値との対応を示すLab対応テーブルbが作成される(ステップ208)。Lab対応テーブルbは、記憶装置5に記憶される。
【0029】
尚、Lab対応テーブルbの作成において、ある色がRGBデータ(r,g,b)で表されるとすると、Lab値は、要素L、a、bがそれぞれ、r,g,bの関数として下記の式(2)のように表される。
(L,a,b)=(f (r,g,b),fa2(r,g,b),fb2(r,g,b))……(2)
【0030】
以上の様に作成された「Lab対応テーブルa、b」31は、検査システム1の記憶装置5に記憶される。
【0031】
次に図4は、検査システム1に入稿されたRGB画像と、CMYK画像との色差検出のフローチャートである。図1、図2と合わせて説明する。
【0032】
まず図1において、DTP制作側2は、モニタ表示9しつつDTPデータ21作成を行う。さらに、作成されたDTPデータ21を、モニタ表示したRGB画像として保存し(図1のステップ101)、これを作成されたDTPデータ21と共に印刷用データ変換部署の検査システム1へ入稿する(図1のステップ102)。入稿は、インターネット等のネットワークで行っても良いし、記憶媒体を介して行っても良い。
【0033】
検査システム1の記憶装置5は、DTP制作側2が意図した完成イメージをRGB画像データ17として得る(ステップ301)。
【0034】
演算装置3は、入稿されたDTPデータ21を、イメージセッタや印刷装置等の出力装置に出力する時のデータ処理、即ち数式で記述されたベクトルデータをビットマップ(ラスタイメージ)にラスタライズするRIP処理23を行い、CMYK画像データ19を得る(ステップ302)。
【0035】
CMYK画像データ19は、記憶装置5に記録される(図1ステップ106)。次に、CMYK画像データ19は、Lab対応テーブルaを用いてLab変換される(ステップ304)。
【0036】
一方、検査システム1に入稿されたRGB画像データ17は、Lab対応テーブルbを用いてLab変換される(ステップ306)。
【0037】
即ち入稿されたRGB画像データ17と、DTPデータ21がCMYK画像データ19に変換されたデータが、それぞれLab変換される。次に、Lab変換されたそれぞれの画素に対して、色差(ΔE)の算出27を行う(ステップ307)。
【0038】
Lab色空間で2つのLab値(L,a,b)と(L,a,b)の間の色差ΔE12は、式(3)で求められる。
【0039】
【数1】

Figure 2004128538
【0040】
尚、式(3)において、
ΔL=L−L
Δa=a−a          ……(4)
Δb=b−b
である。
【0041】
ΔEの許容値を10.0に設定すると、算出されるΔEが10.0を超える画素が、Lab差分画像15として表示装置7に表示される(ステップ308)。即ち、図2に表示されるLab差分画像15の領域51は、ΔEが許容値10.0を越えた領域である。作業者は、表示装置7に表示されるLab差分画像15により、RGBデータとCMYKデータとの差異を確認することができる。
【0042】
また、RIP処理により、コード番号と書体名等で指示された文字(フォント)データを、RIP装置に保存、もしくはDTPデータ内に保存してあるフォントデータにより、文字コードからビットマップデータに置き換える際、保存されているフォントデータの不備等(例えば該当する書体が保存されていない等)が原因で、異なる書体(明朝体、ゴシック体)で再現される等、DTP制作側が意図したイメージと異なる文字(図形)になることがある。この違いを本装置でチェックすることができる。
【0043】
このように、本実施の形態によれば、入稿されるDTPデータの完成イメージをDTP制作側が確認した時のRGB表示データと、RIP処理後のCMYKデータとを、それぞれLab変換して、同じLab色空間上で比較し、差異が許容値を超える領域を表示装置に表示するので、簡単にRGBデータとCMYKデータとの差異を確認することができる。
【0044】
また、従来の出力物とモニタ表示を目視して差異を確認する方法に比べると、作業負荷が少なく、また、差異を正確にチェックできる効果がある。
【0045】
【発明の効果】
以上、詳細に説明したように本発明によれば、簡単にRGBデータとCMYKデータとの差異を確認することのできる検査システムを提供することができる。
【図面の簡単な説明】
【図1】本発明の実施の形態に係る検査システム1の構成を示す図
【図2】表示装置7に表示される画像を示す図
【図3】Lab対応テーブル作成の手順を示す図
【図4】検査システム1のフローチャート
【符号の説明】
1・・・ 検査システム
2・・・ DTP制作側
3・・・ 演算装置
5・・・ 記憶装置
7・・・ 表示装置
9・・・ モニタ表示
11・・・ RGB画像
13・・・ CMYK画像
15・・・ Lab差分画像
17・・・ RGB画像データ
19・・・ CMYK画像データ
21・・・ DTPデータ
23・・・ RIP処理
25・・・ Lab変換a、b
27・・・ ΔEの算出
29・・・ Lab対応テーブルa、bの作成
31・・・ Lab対応テーブルa、b
33・・・ ΔE
41、43、45、47、49、51・・・ 領域[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to an inspection system for confirming a difference between RGB data for monitor display of DTP data and CMYK data for printing.
[0002]
[Prior art]
In the DTP data plate making process, character typesetting, and the like, an image on which the DTP data is displayed on a monitor may not match an output result obtained by converting the DTP data for printing. Conventionally, an operator visually confirms a difference between a printout and a monitor display.
[0003]
Further, for example, CMYK data for printing is converted into data such as TIFF and compared.
[0004]
[Problems to be solved by the invention]
However, the task of visually confirming the difference between the printed output and the monitor display is a burden on the operator, is inefficient, and sometimes the difference cannot be confirmed. In addition, in order to accurately confirm the difference, it is necessary to install the same dedicated device for data conversion on the DTP production side and on the printing data conversion department, which is costly and inefficient.
[0005]
The present invention has been made in view of such a problem, and an object of the present invention is to provide an inspection system capable of easily confirming a difference between RGB data and CMYK data.
[0006]
[Means for Solving the Problems]
According to a first aspect of the present invention, there is provided an inspection system for confirming a difference between RGB data and CMYK data, comprising: means for converting RGB data into CMYK data; Lab conversion means for performing Lab conversion on each of CMYK data, and display means for calculating a difference between the Lab-converted data and displaying an area corresponding to a difference exceeding a set value among the differences. Is an inspection system.
[0007]
The RGB data is data expressing the color tone by adding and mixing three primary colors of light of R (Red Red), G (Green Green), and B (Blue Blue), and is used for monitors, scanners, color televisions, and the like. I have.
The CMYK data is data expressing the color tone by subtractively mixing the primary colors of C (Cyan blue), M (Magenta red), Y (Yellow yellow), and B (Black black), and is used for color printing and the like. I have.
The Lab conversion is to convert RGB data and CMYK data into data in a Lab color space using respective Lab correspondence tables, and color tones can be compared. The Lab color space was proposed in 1976 by the International Commission on Illumination CIE (Commission Internationale de I'Eclairage), where L is lightness (brightness), a is color coordinates from red to green, and b is blue to yellow. Represents the color coordinates of. The Lab color space has a wide color gamut and a small difference in color tone between systems.
The Lab correspondence table is a CMYK image Lab correspondence table created by performing Lab conversion and interpolation processing of a CMYK chart image and an RGB image acquired by displaying a CMYK chart image on a screen by performing Lab conversion and interpolation processing. It is a Lab correspondence table for RGB images to be created.
The CMYK chart image is, for example, a standard chart (928 colors) of CMYK data determined by the ISO standard. The data of each color is subjected to Lab conversion, the data is interpolated according to the monitor or the output device, and a CMYK image Lab correspondence table is created.
Further, the CMYK chart image is displayed on the screen to obtain RGB image data, the data of each color is subjected to Lab conversion, and the data is interpolated in accordance with a monitor or an output device to create an RGB image Lab correspondence table.
Further, the RGB data is converted to CMYK data by performing a RIP process. RIP (Raster Image Processor) processing is processing for rasterizing (developing) vector data described by a mathematical expression into a bitmap (raster image). This is data processing when outputting to an output device such as an image setter or a printing device.
The inspection system of the first invention converts RGB data into CMYK data, performs Lab conversion on each of the RGB data and CMYK data, and displays an area corresponding to a difference exceeding a set value among the differences.
[0008]
A second invention is an inspection system for confirming a difference between RGB data and CMYK data. The inspection system acquires a CMYK chart image, displays the screen and acquires an RGB image, and performs Lab conversion of the CMYK image. , A Lab correspondence table, and a means for converting the RGB image into a Lab to create a Lab correspondence table.
[0009]
The inspection system of the second invention acquires a CMYK chart image, displays it on a screen, acquires an RGB image, performs Lab conversion on each of the CMYK image and the RGB image, and creates a respective Lab correspondence table.
[0010]
According to a third aspect, in an inspection system for confirming a difference between RGB data and CMYK data, a step of converting RGB data into CMYK data, and a Lab conversion step of performing Lab conversion on each of the RGB data and the CMYK data And a display step of calculating a difference between the Lab-converted data and displaying an area corresponding to a difference exceeding a set value among the differences.
[0011]
An inspection method according to a third invention is a method of the inspection system according to the first invention.
[0012]
According to a fourth aspect of the present invention, in the inspection system for confirming the difference between the RGB data and the CMYK data, a step of acquiring a CMYK chart image, displaying it on a screen and acquiring an RGB image, converting the CMYK image into a Lab, An inspection method comprising: a step of creating a correspondence table; and a step of converting the RGB image to Lab to create a Lab correspondence table.
[0013]
The inspection method of the fourth invention is a method of the inspection system of the second invention.
[0014]
A fifth invention is a program for realizing the inspection system according to the first or fourth aspect.
[0015]
A program according to a fifth invention causes the inspection system according to claim 1 or 4 to function, and the program can be distributed via a network.
[0016]
A sixth invention is a recording medium recording a program for realizing the inspection system according to the first or fourth aspect.
[0017]
A recording medium according to a sixth aspect of the present invention stores a program for causing the inspection system according to claim 1 or 4 to function. The recording medium can be distributed, and the program is distributed via a network. You can also.
[0018]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings. FIG. 1 is a diagram showing a configuration of an inspection system 1 according to an embodiment of the present invention. The inspection system 1 includes a calculation device 3, a storage device 5, and a display device 7. The inspection system 1 receives the DTP data 21 created by the DTP production side 2 and the RGB image data 17 on the screen.
[0019]
Although details will be described later, the arithmetic unit 3 converts the acquired DTP data 21 into CMYK image data 19 by performing RIP processing 23. The RIP processing 23 may be performed by another device and the result may be obtained as a CMYK image. In addition, respective Lab conversion tables a and b for RGB data and CMYK data are created. Further, the obtained RGB image data 17 and the converted CMYK image data 19 are subjected to Lab conversion using the Lab conversion table. Further, a difference ΔE33 between the Lab-converted RGB image data 17 and the converted CMYK image data 19 is calculated, and an area corresponding to ΔE exceeding a set value (for example, ΔE is 10) is displayed on the display device.
[0020]
The storage device 5 stores the acquired RGB image data 17. Also, the CMYK image data 19 obtained by performing the RIP processing 23 on the DTP data 21 is stored. Further, the calculated difference ΔE33 is stored. In addition, the “Lab conversion tables a, b” 31 for the RGB data and the CMYK data to be created are stored.
[0021]
The display device 7 displays the RGB image 11, the CMYK image 13, the Lab difference image 15 (area image exceeding the set value among ΔE) and the like in the processing steps of the inspection system 1.
[0022]
FIG. 2 shows the images displayed on the display device 7 of FIG. 1 in detail. For example, the area 41 shown in the RGB image 11 and the area 45 shown in the CMYK image 13 are not displayed on the Lab difference image 15. That is, it can be seen that the difference ΔE33 in the Lab conversion between the region 41 and the region 45 is equal to or smaller than the set value. In addition, the area 47 of the CMYK image 13 is displayed as the area 51 on the Lab difference image 15 because the difference ΔE33 exceeds the set value when compared with the corresponding area of the RGB image 11. That is, the operator can recognize the area displayed in the Lab difference image 15 as the difference between the screen display and the time of printing.
[0023]
Next, a processing procedure of the inspection system 1 according to the present embodiment will be described with reference to FIGS.
[0024]
FIG. 3 is a diagram showing a procedure in which the arithmetic unit 3 creates the “Lab correspondence tables a, b” 31. The Lab correspondence table a is a conversion table used when converting CMYK data into Lab data, and is obtained by performing data interpolation processing according to a display device or a printing device to be used. The Lab correspondence table b is a conversion table used when converting RGB data into Lab data, and is obtained by performing data interpolation processing according to a display device or a printing device to be used.
[0025]
First, the inspection system 1 selects, for example, a standard chart (928 colors) of CMYK data determined by the ISO standard (Step 201).
[0026]
Next, Lab conversion processing is performed for each color of the chart (step 202). Furthermore, not only differences in models and manufacturers of output monitors, imagesetters and the like, but also differences in electron beam balance occur in the same model, so that interpolation processing is performed (step 203). That is, a Lab correspondence table a indicating the correspondence between each color and the Lab value is created (Step 204). The Lab correspondence table a is stored in the storage device 5.
[0027]
Therefore, assuming that a certain color of the CMYK chart is represented by CMYK data (c, m, y, k), the Lab value is obtained by dividing the elements L, a, and b as functions of c, m, y, and k, respectively, It is expressed as in equation (1).
(L, a, b) = (f L 1 (c, m, y, k), f a1 (c, m, y, k), f b1 (c, m, y, k)) ...... (1 )
[0028]
On the other hand, a standard chart (928 colors) of the selected CMYK data is displayed on a monitor to obtain an RGB image (step 205). That is, the RGB values when each color of the CMYK chart is displayed on the monitor are acquired. Further, each RGB value is subjected to Lab conversion (step 206), and a unique interpolation process such as monitoring is performed (step 207), and a Lab correspondence table b indicating the correspondence between each RGB value and Lab value is created (step 206). 208). The Lab correspondence table b is stored in the storage device 5.
[0029]
In the creation of the Lab correspondence table b, if a certain color is represented by RGB data (r, g, b), the Lab value is obtained by defining the elements L, a, b as functions of r, g, b, respectively. It is expressed as in the following equation (2).
(L, a, b) = (f L 2 (r, g, b), f a2 (r, g, b), f b2 (r, g, b)) (2)
[0030]
The “Lab correspondence tables a, b” 31 created as described above are stored in the storage device 5 of the inspection system 1.
[0031]
Next, FIG. 4 is a flowchart of color difference detection between the RGB image submitted to the inspection system 1 and the CMYK image. This will be described with reference to FIGS.
[0032]
First, in FIG. 1, the DTP production side 2 creates the DTP data 21 while displaying on the monitor 9. Further, the created DTP data 21 is stored as an RGB image displayed on a monitor (step 101 in FIG. 1), and is submitted to the inspection system 1 of the print data conversion section together with the created DTP data 21 (FIG. 1 step 102). The submission may be performed on a network such as the Internet or via a storage medium.
[0033]
The storage device 5 of the inspection system 1 obtains a completed image intended by the DTP production side 2 as RGB image data 17 (Step 301).
[0034]
The arithmetic unit 3 performs data processing when outputting the submitted DTP data 21 to an output device such as an image setter or a printing device, that is, RIP for rasterizing vector data described by a mathematical expression into a bitmap (raster image). The process 23 is performed to obtain the CMYK image data 19 (step 302).
[0035]
The CMYK image data 19 is recorded in the storage device 5 (Step 106 in FIG. 1). Next, the CMYK image data 19 is subjected to Lab conversion using the Lab correspondence table a (step 304).
[0036]
On the other hand, the RGB image data 17 submitted to the inspection system 1 is subjected to Lab conversion using the Lab correspondence table b (step 306).
[0037]
That is, the input RGB image data 17 and the data obtained by converting the DTP data 21 into the CMYK image data 19 are respectively subjected to Lab conversion. Next, the color difference (ΔE) calculation 27 is performed for each of the Lab-transformed pixels (step 307).
[0038]
Color difference Delta] E 12 between the two Lab values in Lab color space (L 1, a 1, b 1) and (L 2, a 2, b 2) is obtained by the equation (3).
[0039]
(Equation 1)
Figure 2004128538
[0040]
Note that in equation (3),
ΔL = L 1 −L 2
Δa = a 1 −a 2 (4)
Δb = b 1 −b 2
It is.
[0041]
When the allowable value of ΔE is set to 10.0, the pixel whose calculated ΔE exceeds 10.0 is displayed on the display device 7 as the Lab difference image 15 (Step 308). That is, the region 51 of the Lab difference image 15 displayed in FIG. 2 is a region where ΔE exceeds the allowable value 10.0. The operator can confirm the difference between the RGB data and the CMYK data from the Lab difference image 15 displayed on the display device 7.
[0042]
Also, when the character (font) data designated by the code number and the typeface name is stored in the RIP device by the RIP process, or replaced from the character code to the bitmap data by the font data stored in the DTP data. The image is different from the image intended by the DTP production side, such as being reproduced in a different typeface (Mincho style, Gothic style) due to inadequate stored font data (for example, the corresponding typeface is not stored). May be characters (graphics). This difference can be checked with the present device.
[0043]
As described above, according to the present embodiment, the RGB display data when the DTP production side confirms the completed image of the DTP data to be submitted and the CMYK data after the RIP processing are Lab-converted into the same, respectively. Since the comparison is made in the Lab color space and the area where the difference exceeds the allowable value is displayed on the display device, the difference between the RGB data and the CMYK data can be easily confirmed.
[0044]
Further, compared with the conventional method of visually confirming the difference between the output product and the monitor display, there is an effect that the work load is small and the difference can be accurately checked.
[0045]
【The invention's effect】
As described above in detail, according to the present invention, it is possible to provide an inspection system capable of easily confirming a difference between RGB data and CMYK data.
[Brief description of the drawings]
FIG. 1 is a diagram showing a configuration of an inspection system 1 according to an embodiment of the present invention. FIG. 2 is a diagram showing an image displayed on a display device 7. FIG. 3 is a diagram showing a procedure for creating a Lab correspondence table. 4) Flowchart of inspection system 1 [Description of reference numerals]
DESCRIPTION OF SYMBOLS 1 ... Inspection system 2 ... DTP production side 3 ... Calculation device 5 ... Storage device 7 ... Display device 9 ... Monitor display 11 ... RGB image 13 ... CMYK image 15 ... Lab difference image 17 ... RGB image data 19 ... CMYK image data 21 ... DTP data 23 ... RIP processing 25 ... Lab conversion a, b
27 ... Calculation of ΔE 29 ... Creation of Lab correspondence tables a and b 31 ... Lab correspondence tables a and b
33 ... ΔE
41, 43, 45, 47, 49, 51 ... region

Claims (10)

RGBデータとCMYKデータとの差異の確認を行う検査システムであって、
RGBデータを、CMYKデータに変換する手段と、
前記RGBデータ、及び前記CMYKデータをそれぞれLab変換するLab変換手段と、
前記Lab変換されたデータの差分を算出し、前記差分のうち設定値を超える差分に該当する領域を表示させる表示手段と、
を、具備することを特徴とする検査システム。
An inspection system for confirming a difference between RGB data and CMYK data,
Means for converting RGB data into CMYK data;
Lab conversion means for performing Lab conversion on each of the RGB data and the CMYK data,
Display means for calculating a difference between the Lab-converted data and displaying an area corresponding to a difference exceeding a set value among the differences;
An inspection system comprising:
前記Lab変換手段は、前記RGBデータ、及び前記CMYKデータを、それぞれのLab対応テーブルを用いてデータ変換することを特徴とする請求項1記載の検査システム。The inspection system according to claim 1, wherein the Lab conversion unit converts the RGB data and the CMYK data using respective Lab correspondence tables. 前記Lab対応テーブルは、
CMYKチャート画像をLab変換し補間処理して作成される、CMYK画像用Lab対応テーブルと、
前記CMYKチャート画像を画面表示して取得したRGB画像を、Lab変換し補間処理して作成される、RGB画像用Lab対応テーブルであることを特徴とする請求項2記載の検査システム。
The Lab correspondence table is:
A CMYK image Lab correspondence table created by performing Lab conversion and interpolation processing on the CMYK chart image,
3. The inspection system according to claim 2, wherein the inspection system is an RGB image Lab correspondence table created by performing Lab conversion and interpolation processing on an RGB image obtained by displaying the CMYK chart image on a screen.
RGBデータとCMYKデータとの差異の確認を行う検査システムであって、CMYKチャート画像を取得し、画面表示してRGB画像を取得する手段と、
前記CMYK画像をLab変換し、Lab対応テーブルを作成する手段と、
前記RGB画像をLab変換し、Lab対応テーブルを作成する手段と、
を、具備することを特徴とする検査システム。
An inspection system for confirming a difference between RGB data and CMYK data, a unit for acquiring a CMYK chart image, displaying it on a screen, and acquiring an RGB image,
Means for performing Lab conversion of the CMYK image and creating a Lab correspondence table;
Means for converting the RGB image into a Lab to create a Lab correspondence table;
An inspection system comprising:
RGBデータとCMYKデータとの差異の確認を行う検査システムにおいて、
RGBデータを、CMYKデータに変換する工程と、
前記RGBデータ、及び前記CMYKデータをそれぞれLab変換するLab変換工程と、
前記Lab変換されたデータの差分を算出し、前記差分のうち設定値を超える差分に該当する領域を表示させる表示工程と、
を、具備することを特徴とする検査方法。
In an inspection system for confirming a difference between RGB data and CMYK data,
Converting RGB data to CMYK data;
A Lab conversion step of performing Lab conversion on each of the RGB data and the CMYK data;
A display step of calculating a difference between the Lab-converted data and displaying an area corresponding to a difference exceeding a set value among the differences;
An inspection method, comprising:
前記Lab変換工程は、前記RGBデータ、及び前記CMYKデータを、それぞれのLab対応テーブルを用いてデータ変換することを特徴とする請求項5記載の検査方法。The inspection method according to claim 5, wherein in the Lab conversion step, the RGB data and the CMYK data are converted using respective Lab correspondence tables. 前記Lab対応テーブルは、
CMYKチャート画像をLab変換し補間処理して作成される、CMYK画像用Lab対応テーブルと、
前記CMYKチャート画像を画面表示して取得したRGB画像を、Lab変換し補間処理して作成される、RGB画像用Lab対応テーブルであることを特徴とする請求項6記載の検査方法。
The Lab correspondence table is:
A CMYK image Lab correspondence table created by performing Lab conversion and interpolation processing on the CMYK chart image,
7. The inspection method according to claim 6, wherein the inspection method is an RGB image Lab correspondence table created by performing Lab conversion and interpolation processing on an RGB image obtained by displaying the CMYK chart image on a screen.
RGBデータとCMYKデータとの差異の確認を行う検査システムにおいて、
CMYKチャート画像を取得し、画面表示してRGB画像を取得する工程と、
前記CMYK画像をLab変換し、Lab対応テーブルを作成する工程と、
前記RGB画像をLab変換し、Lab対応テーブルを作成する工程と、
を、具備することを特徴とする検査方法。
In an inspection system for confirming a difference between RGB data and CMYK data,
A step of acquiring a CMYK chart image, displaying it on a screen, and acquiring an RGB image;
Converting the CMYK image into a Lab to create a Lab correspondence table;
Converting the RGB image into a Lab to create a Lab correspondence table;
An inspection method, comprising:
請求項1又は請求項4記載の検査システムを実現するためのプログラム。A program for realizing the inspection system according to claim 1. 請求項1又は請求項4記載の検査システムを実現するためのプログラムを記録した記録媒体。A recording medium on which a program for realizing the inspection system according to claim 1 or 4 is recorded.
JP2002285518A 2002-09-30 2002-09-30 Inspection system, inspection method, program, and recording medium Pending JP2004128538A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002285518A JP2004128538A (en) 2002-09-30 2002-09-30 Inspection system, inspection method, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002285518A JP2004128538A (en) 2002-09-30 2002-09-30 Inspection system, inspection method, program, and recording medium

Publications (1)

Publication Number Publication Date
JP2004128538A true JP2004128538A (en) 2004-04-22

Family

ID=32278799

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002285518A Pending JP2004128538A (en) 2002-09-30 2002-09-30 Inspection system, inspection method, program, and recording medium

Country Status (1)

Country Link
JP (1) JP2004128538A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009260775A (en) * 2008-04-18 2009-11-05 Dainippon Screen Mfg Co Ltd Image inspection device, image inspection program, and image inspecting method
JP2013197860A (en) * 2012-03-19 2013-09-30 Fuji Xerox Co Ltd Printing system, and image forming device
JP2017216009A (en) * 2017-08-16 2017-12-07 株式会社Screenホールディングス Inspection method of page data

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2009260775A (en) * 2008-04-18 2009-11-05 Dainippon Screen Mfg Co Ltd Image inspection device, image inspection program, and image inspecting method
JP2013197860A (en) * 2012-03-19 2013-09-30 Fuji Xerox Co Ltd Printing system, and image forming device
JP2017216009A (en) * 2017-08-16 2017-12-07 株式会社Screenホールディングス Inspection method of page data

Similar Documents

Publication Publication Date Title
JP5948737B2 (en) Image processing apparatus, image processing method, and image processing program
US7312891B2 (en) Image processing method and apparatus
US20030035157A1 (en) Image processing apparatus, image processing method and storage medium
JP2006197457A (en) Color chart creating method, device, and program, and color conversion definition correcting method
JP2006262446A (en) Image processing equipment, image processing method, and image processing program
JP4189169B2 (en) Color conversion definition correcting device and color conversion definition correcting program
JP4803122B2 (en) Color processing apparatus and program
JP2003136683A (en) System and method for management of printing color
JP5023036B2 (en) Profile generation apparatus, profile generation program, profile generation method, image processing apparatus, image processing program, and image processing method
JP2007280402A (en) Method and system for generating gray tones from color image data
JP4189188B2 (en) Color conversion definition correction method, color conversion definition correction apparatus, and color conversion definition correction program
JPH09284583A (en) Color correction device
JP2004128538A (en) Inspection system, inspection method, program, and recording medium
JP2007151055A (en) Image processing equipment, image processing method, and image processing program
JP2007151055A6 (en) Image processing apparatus, image processing method, and image processing program
JP2007243957A (en) System, method and program for extracting gray information from color image data
JP5206428B2 (en) Color processing apparatus and program
JP3292519B2 (en) Image processing device
JP2020005136A (en) Image processing apparatus, image processing method, and program
JP2005057570A (en) Printing controller, color conversion device, printing control method, color conversion method, printing control program, color conversion program; method, device and program for generating color conversion table; and color conversion table and medium recording data of color conversion table
JP2006013608A (en) Color transformation definition correcting device and program
JP2011130230A (en) Device and program for processing image
JP2005119189A (en) Image processor and method of processing image
JP2004242072A (en) Device and program for modifying color conversion definition
EP1422665A1 (en) Method and apparatus for converting image color values from a first to a second color space

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050922

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070301

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070424

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070904