JP2006237740A - System and apparatus for processing color image, and program thereof - Google Patents

System and apparatus for processing color image, and program thereof Download PDF

Info

Publication number
JP2006237740A
JP2006237740A JP2005046089A JP2005046089A JP2006237740A JP 2006237740 A JP2006237740 A JP 2006237740A JP 2005046089 A JP2005046089 A JP 2005046089A JP 2005046089 A JP2005046089 A JP 2005046089A JP 2006237740 A JP2006237740 A JP 2006237740A
Authority
JP
Japan
Prior art keywords
color
value
input
color value
conversion table
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
JP2005046089A
Other languages
Japanese (ja)
Inventor
Koichi Miyamoto
興一 宮本
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.)
Kyocera Document Solutions Inc
Original Assignee
Kyocera Mita 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 Kyocera Mita Corp filed Critical Kyocera Mita Corp
Priority to JP2005046089A priority Critical patent/JP2006237740A/en
Publication of JP2006237740A publication Critical patent/JP2006237740A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a system and apparatus for processing a color image, and a program thereof whereby a color displayed on a monitor screen can be reproduced with fidelity without using a color conversion table and profile edit software and then printed. <P>SOLUTION: The system includes: a monitor; a print section; a user information storage section; a color conversion table generating section; a storage section; and an input value conversion section. The system displays a color designated by a user on the monitor and allows the print section to print out peripheral colors. The user compares the color displayed on the monitor with the printed peripheral colors, selects a color desirably corresponded to the designated color on the screen among the printed peripheral colors, and stores the selected color to the user information storage section. The color conversion table generating section obtains a color value designated by the user and correction color values corresponding to the peripheral colors on the basis of the data stored in the user information storage section to generate a color conversion table. The input value conversion section uses the color conversion table to convert an original image on the basis of the correction value when printing the original image and provides an output of the result. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、カラー電子写真プリンタ、カラー複写装置、インクジェットプリンタ等のプリントアウト機能を有する装置と画像データを処理する装置とを含むカラー画像処理システム、カラー画像処理装置、およびそのプログラムに関し、特に、特定色の色再現を忠実に実現することを可能にするプリンタドライバを有するカラー画像処理システム、カラー画像処理装置、およびそのプログラムに関する。   The present invention relates to a color image processing system, a color image processing apparatus, and a program therefor, including an apparatus having a printout function such as a color electrophotographic printer, a color copying apparatus, and an ink jet printer, and an apparatus for processing image data. The present invention relates to a color image processing system having a printer driver capable of faithfully realizing color reproduction of a specific color, a color image processing apparatus, and a program thereof.

従来より、一般的にディスプレイ装置(モニタ)、スキャナ、デジタルカメラ等において、RGB(レッド、グリーン、ブルー)表色系が使用されている。これはRGBの各色を混色していくと白になる技法(加法混色)により色を生成する方法であり、普通RGBの各色を0〜255の数値で表す。これに対してカラープリンタ等における印刷には、CMYK(シアン、マゼンタ、イエロー、ブラック)表色系が用いられている。これはCMYKの各色を混色していくと黒になる技法(減法混色)により色を生成する方法である。   Conventionally, RGB (red, green, blue) color systems are generally used in display devices (monitors), scanners, digital cameras, and the like. This is a method of generating colors by a technique (additive color mixture) that becomes white when RGB colors are mixed, and each RGB color is generally expressed by a numerical value of 0-255. On the other hand, the CMYK (cyan, magenta, yellow, black) color system is used for printing in a color printer or the like. This is a method of generating a color by a technique (subtractive color mixture) that becomes black when CMYK colors are mixed.

ホスト装置等のシステム内において、アプリケーションソフトウェアやイメージスキャナ等で作成されたり取り込まれたりした画像データはRGB表色系のデータとして扱われることが多く、モニタ等においてはこのRGBデータを元にカラー表示する。一方、プリンタはこのRGBデータをCMYK表色系のデータに変換してカラー印刷を行なう。印刷を行なう際の画像データの処理、つまり画像データがホストコンピュータからプリンタに出力され、色が再現されるまでの従来の色データの処理について以下に述べる。   Image data created or captured by application software, image scanners, etc. in systems such as host devices are often handled as RGB color system data, and monitors, etc., display color based on this RGB data. To do. On the other hand, the printer performs color printing by converting the RGB data into CMYK color system data. Processing of image data at the time of printing, that is, processing of conventional color data until image data is output from the host computer to the printer and colors are reproduced will be described below.

ホストコンピュータから出力されたRGB表色系のカラー画像データは、プリンタ内部の色変換処理部に入力される。色変換処理部は、RGB表色系のカラースペースを格子状に分割したときのそれぞれの格子点におけるRGB色値と、それに対応するCMYK色値との関係を表記した色変換テーブルを有している。そして、入力されたRGB表色系のカラー画像データは、この色変換テーブルを参照することによりCMYK表色系の画像データに変換される。格子点以外のデータについては、補間演算を行なって求められる。このようにして変換されたCMYKデータがプリンタの印刷エンジンを駆動するデータとなり、このデータにしたがってインクやトナーの量をコントロールすることにより、カラー画像の印刷が行なわれる。   RGB color system color image data output from the host computer is input to a color conversion processing unit in the printer. The color conversion processing unit has a color conversion table that describes the relationship between the RGB color values at the respective grid points when the color space of the RGB color system is divided into a grid and the corresponding CMYK color values. Yes. The input RGB color system color image data is converted into CMYK color system image data by referring to this color conversion table. Data other than the grid points can be obtained by performing an interpolation operation. The CMYK data thus converted becomes data for driving the print engine of the printer, and a color image is printed by controlling the amount of ink and toner according to this data.

上記の方法により、ホストコンピュータによってモニタ画面に表示される画像はプリンタによって紙面上に印刷されるようになるが、印刷される画像の色はプリンタの種類、プリンタが使用するインクや顔料の成分、不純物の量、印刷方式、さらには気温、湿度、プリンタの経時変化等種々の要素によって、画面上に表示されている色とは異なることが多い。そのため、画面に表示されている色とプリンタによって紙面上に印刷された色の違いをなくし、画面の色をプリンタによって忠実に紙面上に実現させるための種々の試みがなされている。   By the above method, the image displayed on the monitor screen by the host computer is printed on the paper surface by the printer, but the color of the image to be printed is the type of the printer, the components of the ink and pigment used by the printer, The color displayed on the screen is often different depending on various factors such as the amount of impurities, printing method, temperature, humidity, printer aging, etc. Therefore, various attempts have been made to eliminate the difference between the color displayed on the screen and the color printed on the paper by the printer, and to realize the color of the screen faithfully on the paper by the printer.

例えば、プロファイル編集ソフトを使用したり、プリンタ内部の色変換テーブルを再編集したりすることにより、画面に表示されている色をプリンタが忠実に紙面上に再現できるようにする方法が知られている。しかし、プロファイル編集ソフトの使用はユーザーにとって複雑で難解な場合が多く、また、プロファイル編集ソフトの多くは比較的高価である。更に、プリンタ内部の色変換テーブルを再編集することは、色変換テーブルのデータ量が多く処理に長時間を要するため、容易ではない。従って、最近ではプリンタ内部の色変換テーブルを編集したりプロファイル編集ソフトを使用したりせず、画面の色と印刷された色を比較することにより補正テーブルを作成し、これを色変換の際に利用する方法が頻繁に用いられている。   For example, a method is known that enables the printer to faithfully reproduce the color displayed on the screen on the paper by using profile editing software or re-editing the color conversion table inside the printer. Yes. However, the use of profile editing software is often complicated and difficult for the user, and many of the profile editing software are relatively expensive. Furthermore, re-editing the color conversion table inside the printer is not easy because the data amount of the color conversion table is large and a long time is required for processing. Therefore, recently, a correction table is created by comparing the screen color with the printed color without editing the color conversion table inside the printer or using profile editing software. The method used is frequently used.

下記特許文献1(特開平7−288704号公報)は、色データのサンプルであるパッチデータを印刷してそれを測色装置を使用して読み取り、この測色値を元のデータと比較することにより色補正データを生成する技術を開示している。この色補正データは特にプリンタドライバ内部において使用され、ホストコンピュータから画像データをプリンタに出力する際に、プリンタドライバは色補正データを参照しながら色データを補正し、補正されたCMYKデータをプリンタに送出する。   The following Patent Document 1 (Japanese Patent Laid-Open No. 7-288704) prints patch data, which is a sample of color data, reads it using a colorimetric device, and compares this colorimetric value with the original data. Discloses a technique for generating color correction data. This color correction data is used especially in the printer driver, and when outputting image data from the host computer to the printer, the printer driver corrects the color data while referring to the color correction data, and the corrected CMYK data is sent to the printer. Send it out.

また、下記特許文献2(特開2002−290753号公報)は、あらかじめ決められた代表色から色彩、彩度、明度を変化させた周辺色を幾つか発生させて画面に表示すると同時に、現状のカラープロファイルを使用して代表色の印刷を行ない、印刷された代表色と画面の周辺色をユーザーが比較し、もっとも近いと感じる色を選択し、近いとされた色の色変換情報を用いてもとの色変換情報を変換する計算を行ない、調整情報をカラープロファイルに反映させるカラープリンタを開示している。   Patent Document 2 below (Japanese Patent Laid-Open No. 2002-290753) generates several peripheral colors in which the color, saturation, and brightness are changed from predetermined representative colors and displays them on the screen. The representative color is printed using the color profile, the user compares the printed representative color with the peripheral color of the screen, selects the closest color, and uses the color conversion information of the closest color. A color printer is disclosed that performs calculations for converting the original color conversion information and reflects the adjustment information in the color profile.

さらに、下記特許文献3(特開平10−285417号公報)は、モニタに表示されている原画像をプリンタにより印刷し、印刷された画像を原画像の横に並べて表示し、ユーザーは二つの画像を比較しながら原画像の色が印刷された画像の色と同じになるように調整していき、ユーザーの意図した色をプリンタにより実現する技術を開示している。   Furthermore, the following Patent Document 3 (Japanese Patent Laid-Open No. 10-285417) prints an original image displayed on a monitor by a printer, displays the printed image side by side, and the user displays two images. A technique is disclosed in which the color of the original image is adjusted to be the same as the color of the printed image while the colors are intended to be realized by the printer.

特開平7−288704号公報JP 7-288704 A 特開2002−290753号公報JP 2002-290753 A 特開平10−285417号公報Japanese Patent Laid-Open No. 10-285417

しかしながら、上記特許文献1の色補正方法においては、測色装置を使用しなければならず、読取装置のないユーザーが自分の感性に合うように色合いを調整することは困難である。また上記特許文献2および3に示される色の補正方法を使用した画像処理システムの場合、ユーザーは印刷された色を固定しておき、画面の色の方を調節したり選択したりすることにより色補正を行なうものであり、画面の色の方を固定しておき、印刷する色の方を調節したい、というユーザー側の感覚に反するものである。従って、本発明の主な目的は、(1)モニタ画面に表示される色を色変換テーブルやカラープロファイルの編集を行なうことなく、忠実に再現して印刷できるようにすること、(2)印刷された画像の読み取り手段等を使用せずに色調整を行なえるようにすること、(3)ユーザーが操作しやすいよう、画面に表示される色を固定しておき、印刷される色を調節する方法をとることにより色補正を行なうことである。   However, in the color correction method disclosed in Patent Document 1, it is necessary to use a colorimetric device, and it is difficult for a user without a reading device to adjust the hue so as to match his or her sensitivity. In the case of the image processing system using the color correction method disclosed in Patent Documents 2 and 3, the user fixes the printed color and adjusts or selects the color of the screen. This is to perform color correction, contrary to the user's feeling that the user wants to fix the color of the screen and adjust the color of the print. Accordingly, the main objects of the present invention are (1) making it possible to faithfully reproduce and print colors displayed on the monitor screen without editing the color conversion table or color profile, and (2) printing. (3) Fix the color displayed on the screen and adjust the color to be printed so that the user can easily operate it. The color correction is performed by adopting the method to do this.

前記課題を解決するために、本願の請求項1に係る発明は、所定の設定画面等を入力カラースペースにて表示する表示手段と、入力カラースペースのデータを出力カラースペースに変換して印刷する印刷手段と、を備え、所望の出力結果が得られるように原画像の色再現を実現させるカラー画像処理システムにおいて、
ユーザーにより指定された所定の入力カラースペースの色値とその複数の周辺色を前記表示手段に表示する表示制御手段と、
前記指定された入力カラースペースの色値とその複数の周辺色とを、前記印刷手段により出力カラースペースの色値に変換して印刷する印刷制御手段と、
前記指定された入力カラースペースの色値に、前記印刷された出力カラースペースの複数の周辺色の色値の中からユーザーにより選択された一つの色値を関連付けて記憶するユーザー情報保持手段と、
前記ユーザーにより選択された出力カラースペースの色値に対応する入力カラースペースの色値を補正色値とし、前記指定された入力カラースペースの色値を検出した際にこの色値を前記補正色値に変換するための色変換テーブルを作成する色変換テーブル作成手段と、
前記色変換テーブルを格納する記憶手段と、
入力された原画像を、前記色変換テーブルを使用して変換し、その後印刷手段へ出力する入力値変換手段と、を備えたことを特徴とする。
In order to solve the above-mentioned problem, the invention according to claim 1 of the present application is directed to display means for displaying a predetermined setting screen or the like in the input color space, and to convert the input color space data into the output color space for printing. A color image processing system that realizes color reproduction of an original image so as to obtain a desired output result.
Display control means for displaying a color value of a predetermined input color space designated by the user and a plurality of peripheral colors thereof on the display means;
Print control means for converting the specified input color space color values and the plurality of peripheral colors into color values of an output color space by the printing means;
User information holding means for storing the color value of the designated input color space in association with one color value selected by the user from among the color values of the plurality of peripheral colors of the printed output color space;
The color value of the input color space corresponding to the color value of the output color space selected by the user is set as a correction color value, and this color value is detected when the color value of the designated input color space is detected. Color conversion table creation means for creating a color conversion table for conversion to
Storage means for storing the color conversion table;
Input value conversion means for converting the input original image using the color conversion table and then outputting to the printing means.

また、本願の請求項2に係る発明は、請求項1に記載のカラー画像処理システムに係り、前記色変換テーブル作成手段は、前記指定された入力カラースペースの色値の周辺色の色値を算出し、前記指定された入力カラースペースの色値と前記補正色値間の変化量を反映させた補正周辺色値を算出し、前記周辺色の色値を検出した際にこの色値を前記補正周辺色値に変換する色変換テーブルを作成することを特徴とする。   The invention according to claim 2 of the present application relates to the color image processing system according to claim 1, wherein the color conversion table creating means calculates color values of peripheral colors of color values of the designated input color space. Calculating a corrected peripheral color value reflecting a change amount between the color value of the designated input color space and the corrected color value, and detecting the color value of the peripheral color when the color value of the peripheral color is detected; A color conversion table for converting to corrected peripheral color values is created.

本願の請求項3に係る発明は、所定の設定画面等を入力カラースペースにて表示する表示手段と、入力カラースペースのデータを出力カラースペースに変換して印刷する印刷手段と、を備え、所望の出力結果が得られるよう原画像の色再現を実現させるカラー画像処理装置において、
ユーザーにより指定された入力カラースペースの色値を前記表示手段に表示させる表示制御手段と、
前記指定された入力カラースペースの色値とその複数の周辺色とを、前記印刷手段により出力カラースペースの色値に変換して印刷させる印刷制御手段と、
前記指定された入力カラースペースの色値に、前記印刷された出力カラースペースの複数の周辺色の色値の中からユーザーにより選択された一つの色値を関連付けて記憶するユーザー情報保持手段と、
前記ユーザーにより選択された出力カラースペースの色値に対応する入力カラースペースの色値を補正色値とし、前記指定された入力カラースペースの色値を検出した際にこの色値を前記補正色値に変換するための色変換テーブルを作成する色変換テーブル作成手段と、
前記色変換テーブルを格納する記憶手段と、
入力された原画像を、前記色変換テーブルを使用して変換し、その後印刷手段へ出力する入力値変換手段と、を備えたことを特徴とする。
The invention according to claim 3 of the present application includes a display unit that displays a predetermined setting screen or the like in the input color space, and a printing unit that converts the data of the input color space into the output color space and prints it. In a color image processing apparatus that realizes color reproduction of an original image so that an output result of
Display control means for causing the display means to display color values of the input color space designated by the user;
Print control means for converting the color value of the designated input color space and a plurality of peripheral colors thereof into color values of the output color space by the printing means and printing;
User information holding means for storing the color value of the designated input color space in association with one color value selected by the user from among the color values of the plurality of peripheral colors of the printed output color space;
The color value of the input color space corresponding to the color value of the output color space selected by the user is set as a correction color value, and this color value is detected when the color value of the designated input color space is detected. Color conversion table creation means for creating a color conversion table for conversion to
Storage means for storing the color conversion table;
Input value conversion means for converting the input original image using the color conversion table and then outputting to the printing means.

また、本願の請求項4に係る発明は、請求項3に記載のカラー画像処理装置に係り、前記色変換テーブル作成手段は、前記指定された入力カラースペースの色値の周辺色の色値を算出し、前記指定された入力カラースペースの色値と前記補正色値間の変化量を反映させた補正周辺色値を算出し、前記周辺色の色値を検出した際にこの色値を前記補正周辺色値に変換する色変換テーブルを作成することを特徴とする。   The invention according to claim 4 of the present application relates to the color image processing apparatus according to claim 3, wherein the color conversion table creating means calculates color values of peripheral colors of color values of the designated input color space. Calculating a corrected peripheral color value reflecting a change amount between the color value of the designated input color space and the corrected color value, and detecting the color value of the peripheral color when the color value of the peripheral color is detected; A color conversion table for converting to corrected peripheral color values is created.

本願の請求項5に係るプログラムの発明は、所定の設定画面等を入力カラースペースにて表示する表示手段と、入力カラースペースのデータを出力カラースペースに変換して印刷する印刷手段と、を備えるカラー画像処理装置を構成するコンピュータに、
ユーザーにより指定された入力カラースペースの色値を前記表示手段に表示させる処理と、
前記指定された入力カラースペースの色値とその複数の周辺色とを、前記印刷手段により印刷させる処理と、
前記指定された入力カラースペースの色値に前記印刷された出力カラースペースの複数の周辺色の色値の中からユーザーにより選択された一つの色値を関連付けて記憶させる処理と、
前記ユーザーにより選択された出力カラースペースの色値に対応する入力カラースペースの色値を補正色値とし、前記指定された入力カラースペースの色値を検出した際にこの色値を前記補正色値に変換するための色変換テーブルを作成する処理と、
入力された原画像を、前記色変換テーブルを使用して変換し、その後印刷手段へ出力する処理と、を実行させることを特徴とする。
The invention of the program according to claim 5 of the present application comprises display means for displaying a predetermined setting screen or the like in the input color space, and printing means for converting the data of the input color space into the output color space for printing. In the computer constituting the color image processing apparatus,
Processing for displaying the color value of the input color space designated by the user on the display means;
A process of printing the color value of the designated input color space and the plurality of peripheral colors by the printing means;
A process of associating and storing one color value selected by the user from among the color values of a plurality of peripheral colors of the printed output color space to the color value of the designated input color space;
The color value of the input color space corresponding to the color value of the output color space selected by the user is set as a correction color value, and this color value is detected when the color value of the designated input color space is detected. Processing to create a color conversion table for conversion to
A process of converting the input original image using the color conversion table and then outputting to the printing means.

また、本願の請求項6に係る発明は、請求項5に記載のプログラムに係り、前記色変換テーブルは、さらに前記指定された入力カラースペースの色値の周辺色の色値を算出し、前記指定された入力カラースペースの色値と前記補正色値間の変化量を反映させた補正周辺色値を算出し、前記周辺色の色値を検出した際にこの色値を前記補正周辺色値に変換することを特徴とする。   The invention according to claim 6 of the present application relates to the program according to claim 5, wherein the color conversion table further calculates a color value of a surrounding color of the color value of the specified input color space, A corrected peripheral color value that reflects the amount of change between the color value of the specified input color space and the corrected color value is calculated, and when the color value of the peripheral color is detected, this color value is calculated as the corrected peripheral color value. It is characterized by converting into.

請求項1に係る発明においては、前記特徴を備えているので、プリンタドライバやプリンタ内部の色変換テーブルを再編集せずに、忠実な色の再現を容易に実現することができる。また、印刷された画像を測色する測色手段等を使用せずに色調整を行なうことができる。更に、画面に表示される色を固定しておき、印刷される色を調節する方法により色補正を行なうため、補正作業に要するユーザーの操作が容易になる。   According to the first aspect of the present invention, since the above feature is provided, faithful color reproduction can be easily realized without re-editing the printer driver or the color conversion table inside the printer. Further, color adjustment can be performed without using a colorimetric means for measuring the color of a printed image. Furthermore, since the color displayed on the screen is fixed and color correction is performed by adjusting the color to be printed, the user's operation required for the correction work is facilitated.

また、請求項2に係る発明においては、色変換テーブル作成手段において、指定された色値に補正色値を対応させるだけでなく、指定された色値の周辺色に補正周辺色を対応させ、指定された色値と補正色値間の関係を反映させることができるため、指定された色の周辺色をもより忠実に印刷することができる。   Further, in the invention according to claim 2, in the color conversion table creating means, not only the correction color value is associated with the designated color value, but the correction peripheral color is associated with the peripheral color of the designated color value, Since the relationship between the designated color value and the correction color value can be reflected, the peripheral colors of the designated color can be printed more faithfully.

また、請求項3に係る発明においては、請求項1に係る発明と同様、プリンタドライバやプリンタ内部の色変換テーブルを再編集せずに、容易に忠実な色の再現を可能にするカラー画像処理装置を実現することができる。   Further, in the invention according to claim 3, as in the invention according to claim 1, color image processing enabling easy faithful color reproduction without re-editing the printer driver or the color conversion table in the printer. An apparatus can be realized.

また、請求項4に係る発明においては、色変換テーブル作成手段において、指定された色値に補正色値を対応させるだけでなく、指定された色値の周辺色に補正周辺色を対応させ、指定された色値と補正色値間の関係を反映させることができるため、指定された色の周辺色をもより忠実に印刷することができる。   Further, in the invention according to claim 4, in the color conversion table creating means, not only the correction color value is associated with the designated color value, but the correction peripheral color is associated with the peripheral color of the designated color value, Since the relationship between the designated color value and the correction color value can be reflected, the peripheral colors of the designated color can be printed more faithfully.

また、請求項5に係る発明においては、請求項1に係る発明と同様、プリンタドライバやプリンタ内部の色変換テーブルを再編集せずに、容易に忠実な色の再現を可能にするカラー画像処理装置の動作プログラムを実現することができる。   Further, in the invention according to claim 5, similar to the invention according to claim 1, color image processing enabling easy faithful color reproduction without re-editing the printer driver or the color conversion table inside the printer. An operation program for the apparatus can be realized.

また、請求項6に係る発明においては、色変換テーブルが、指定された色値に補正色値を対応させるだけでなく、指定された色値の周辺色に補正周辺色を対応させ、指定された色値と補正色値間の関係を反映させることができるため、指定された色の周辺色をもより忠実に印刷することができるカラー画像処理装置の動作プログラムを実現できる。   In the invention according to claim 6, the color conversion table is designated not only by associating the correction color value with the designated color value but also by associating the correction peripheral color with the peripheral color of the designated color value. Therefore, the operation program of the color image processing apparatus that can more faithfully print the peripheral colors of the designated color can be realized.

以下、本発明の具体例を実施例及び図面を用いて詳細に説明する。   Hereinafter, specific examples of the present invention will be described in detail with reference to examples and drawings.

本発明の実施例にかかるカラー画像処理システムの構成と機能を図1を参照して説明する。図1は、本発明のカラー画像処理システムの概略図である。カラー画像処理システムは、ホストコンピュータ100、モニタ160、カラープリンタ170を備える。モニタ160とカラープリンタ170はそれぞれ接続ケーブル等によってホストコンピュータ100に接続される。ホストコンピュータ100は、制御部120、入力操作部130、画像データ140、画像データ送信部150、プリンタドライバ110を備える。制御部120は、CPU等であってホストコンピュータの基本的な動作を司るものであり、本発明においてはプリンタドライバ110をコンピュータ上において動作させる。入力操作部130は、キーボード、マウス等の入力装置であり、ユーザーはキーボードやマウスを操作することにより、任意の情報をコンピュータに入力できるようにする。画像データ140は、コンピュータのRAMに記憶されており、ホストコンピュータにおいて動作する他のアプリケーションプログラムによって作成されたもの、あるいはスキャナやデジタルカメラ等によってコンピュータに取り込まれたものとする。画像データ送信部150は、プリンタドライバ110によって処理された画像データをカラープリンタ170に出力する。カラープリンタ170は、ホストコンピュータ100からRGB表色系の画像データを受け取り、それをカラープリンタ内部に収められているプリンタ側色変換テーブル等を利用しながらCMYKデータに変換し、画像を紙面上等に形成する。なおこのプリンタ側色変換テーブルは、プリンタ製造メーカーにより予め作成されたものであり、メーカーごとにその対応する色値が若干異なるものである。   The configuration and function of a color image processing system according to an embodiment of the present invention will be described with reference to FIG. FIG. 1 is a schematic diagram of a color image processing system of the present invention. The color image processing system includes a host computer 100, a monitor 160, and a color printer 170. The monitor 160 and the color printer 170 are each connected to the host computer 100 by a connection cable or the like. The host computer 100 includes a control unit 120, an input operation unit 130, image data 140, an image data transmission unit 150, and a printer driver 110. The control unit 120 is a CPU or the like and controls the basic operation of the host computer. In the present invention, the control unit 120 operates the printer driver 110 on the computer. The input operation unit 130 is an input device such as a keyboard and a mouse, and allows the user to input arbitrary information to the computer by operating the keyboard and mouse. It is assumed that the image data 140 is stored in the RAM of the computer and is created by another application program that operates on the host computer, or is captured in the computer by a scanner or a digital camera. The image data transmission unit 150 outputs the image data processed by the printer driver 110 to the color printer 170. The color printer 170 receives RGB color system image data from the host computer 100, converts it into CMYK data using a printer-side color conversion table or the like housed in the color printer, and converts the image onto the paper surface. To form. This printer-side color conversion table is created in advance by a printer manufacturer, and the corresponding color value is slightly different for each manufacturer.

プリンタドライバ110は、ホストコンピュータ100のハードディスク等に記憶されており、ユーザーが任意の画像を調整・印刷しようとするときにコンピュータのメモリに読み出され、制御部120により実行される。プリンタドライバ110は、モニタ表示制御部111、テスト印刷データ作成部112、ユーザー情報保持部113、色変換テーブル作成部114、記憶部115、入力値変換部116、データ受信部117を備える。モニタ表示制御部111は、読み込んだ画像データ140や、ユーザーにより指定された入力カラースペースの色をホストコンピュータに接続されたモニタ160に出力して表示させる。テスト印刷データ作成部112は、ユーザーにより指定された入力カラースペースの色と、その周辺色とを発生させて画像データ送信部150に送信し、カラープリンタ170によりテストパッチ用紙を出力させる。ユーザー情報保持部113は、ユーザーの指定した入力カラースペースの色の色値と、カラープリンタ170によって紙面上に印刷された周辺色の中からユーザーによって選択された一つの色値とを関連付けて記憶する。またユーザー情報保持部113は、ユーザーの指定した色値の周辺色を発生させる。色変換テーブル作成部114は、ユーザーにより指定された入力カラースペースの色値と、印刷された周辺色の中のユーザーが選択した出力カラースペースの色値に対応する入力カラースペースの色値とを関連付けた色変換テーブル118を作成する。さらにユーザーにより指定された色値の周辺色に対応する補正周辺色を算出して関連付け、色変換テーブル118に加える。記憶部115は、色変換テーブル作成部114によって作成された色変換テーブル118を格納する。入力値変換部116は、データ受信部117によってホストコンピュータ100のメモリ上に読み込まれた画像データ140(RGB表色系)を、記憶部115に収められている色変換テーブル118を参照することにより変換・補正し、その補正された画像データ(RGB表色系)をホストコンピュータの画像データ送信部150に送出する。そして、この画像データは、カラープリンタ170内部のプリンタ側色変換テーブルによりCMYKデータに変換され紙等に出力される。   The printer driver 110 is stored in the hard disk or the like of the host computer 100, and is read out to the computer memory and executed by the control unit 120 when the user attempts to adjust / print an arbitrary image. The printer driver 110 includes a monitor display control unit 111, a test print data creation unit 112, a user information holding unit 113, a color conversion table creation unit 114, a storage unit 115, an input value conversion unit 116, and a data reception unit 117. The monitor display control unit 111 outputs and displays the read image data 140 and the color of the input color space designated by the user on the monitor 160 connected to the host computer. The test print data creation unit 112 generates the color of the input color space designated by the user and its peripheral color, transmits them to the image data transmission unit 150, and causes the color printer 170 to output test patch paper. The user information holding unit 113 stores the color value of the color in the input color space designated by the user and one color value selected by the user from the peripheral colors printed on the paper surface by the color printer 170. To do. Further, the user information holding unit 113 generates a peripheral color having a color value designated by the user. The color conversion table creating unit 114 calculates the color value of the input color space designated by the user and the color value of the input color space corresponding to the color value of the output color space selected by the user among the printed peripheral colors. The associated color conversion table 118 is created. Further, a corrected peripheral color corresponding to the peripheral color of the color value designated by the user is calculated and associated, and added to the color conversion table 118. The storage unit 115 stores the color conversion table 118 created by the color conversion table creation unit 114. The input value conversion unit 116 refers to the color conversion table 118 stored in the storage unit 115 for the image data 140 (RGB color system) read into the memory of the host computer 100 by the data reception unit 117. Conversion / correction is performed, and the corrected image data (RGB color system) is sent to the image data transmission unit 150 of the host computer. The image data is converted into CMYK data by a printer-side color conversion table inside the color printer 170 and output to paper or the like.

次に、プリンタドライバ110の動作を図2〜図5を参照してより詳細に説明する。図2はプリンタドライバを立ち上げた際にモニタ160に表示される変更指定ダイアログボックス200を示す。変更指定ダイアログボックス200には、変更したいRGB値入力欄210が設けられ、ユーザーは変更したい色のRGB値を入力することができる。また変更指定ダイアログボックス200には、OKボタン220と、キャンセルボタン230が表示される。入力したRGB値を確定して次の作業に移行する際には、このOKボタン220をマウス等のホストコンピュータ100の入力操作部130により選択する。キャンセルボタン230を選択すると、この変更指定を中断することができる。OKボタン220を選択すると、ユーザー情報保持部113は、ユーザーにより指定された入力カラースペースの色値を保存するとともに、その周辺色を算出する。この周辺色の算出方法は後で詳細に説明する。   Next, the operation of the printer driver 110 will be described in more detail with reference to FIGS. FIG. 2 shows a change designation dialog box 200 displayed on the monitor 160 when the printer driver is started up. The change designation dialog box 200 is provided with an RGB value input field 210 to be changed, and the user can input the RGB value of the color to be changed. In the change designation dialog box 200, an OK button 220 and a cancel button 230 are displayed. When confirming the input RGB values and proceeding to the next operation, the OK button 220 is selected by the input operation unit 130 of the host computer 100 such as a mouse. When the cancel button 230 is selected, this change designation can be interrupted. When the OK button 220 is selected, the user information holding unit 113 saves the color value of the input color space designated by the user and calculates the surrounding color. The method for calculating the peripheral color will be described in detail later.

図3は、モニタ160に表示されるRGB値調整ダイアログボックス300を示す。図3において、RGB値調整ダイアログボックス300には、前述の操作においてユーザーにより指定された変更したい色のRGB値を表示する指定RGB値表示欄310と、その色画像を表示する変更対象色表示部分320が表示される。それらの下には、ユーザー情報保持部113により算出された、ユーザー指定色に対する周辺色330が複数個表示される。そして、それぞれの周辺色には番号が付される。さらに、RGB値調整ダイアログボックス300にはテスト印刷ボタン340、キャンセルボタン350が設けられ、テスト印刷ボタン340を選択すると、次の操作に移行できる。キャンセルボタン350を選択すると、処理を中断し、変更指定ダイアログボックス200に戻る。   FIG. 3 shows an RGB value adjustment dialog box 300 displayed on the monitor 160. In FIG. 3, the RGB value adjustment dialog box 300 includes a designated RGB value display field 310 for displaying the RGB value of the color to be changed designated by the user in the above-described operation, and a change target color display portion for displaying the color image. 320 is displayed. A plurality of peripheral colors 330 calculated by the user information holding unit 113 and corresponding to the user-specified color are displayed below them. Each peripheral color is numbered. Further, the RGB value adjustment dialog box 300 is provided with a test print button 340 and a cancel button 350. When the test print button 340 is selected, the next operation can be performed. When the cancel button 350 is selected, the process is interrupted and the process returns to the change designation dialog box 200.

RGB値調整ダイアログボックス300においてテスト印刷ボタン340を選択すると、テスト印刷データ作成部112は、ユーザーの指定した色とその周辺色を複数個並べたテストパッチ印刷出力データを作成し、画像データ送信部150を介してカラープリンタ170に送出する。   When the test print button 340 is selected in the RGB value adjustment dialog box 300, the test print data creation unit 112 creates test patch print output data in which a plurality of colors designated by the user and their peripheral colors are arranged, and an image data transmission unit The data is sent to the color printer 170 via 150.

図4は、カラープリンタ170により印刷されるテストパッチ印刷出力400を示す。図4において、テストパッチ印刷出力400は、未補正時の画像410、複数の周辺出力色420を含む。未補正時の画像410は、ユーザーにより指定されたRGB値に対応する色、つまりCMYK出力カラースペースによって実現されたものであり、周辺出力色420は、前述の操作によってユーザー情報保持部113により算出した入力カラースペースにおける周辺色330を、カラープリンタ170内部のプリンタ側色変換テーブルにより変換して出力したものである。周辺出力色420には、順番に番号が付される。   FIG. 4 shows a test patch print output 400 printed by the color printer 170. In FIG. 4, the test patch print output 400 includes an uncorrected image 410 and a plurality of peripheral output colors 420. The uncorrected image 410 is realized by the color corresponding to the RGB value designated by the user, that is, the CMYK output color space, and the peripheral output color 420 is calculated by the user information holding unit 113 by the above-described operation. The peripheral color 330 in the input color space is converted by the printer side color conversion table inside the color printer 170 and output. Peripheral output colors 420 are numbered sequentially.

図5は、テストパッチ印刷出力時に表示される変更設定ダイアログボックス500を示す。図5において、変更設定ダイアログボックス500には、ユーザーにより指定された変更したいRGB値を表示する指定RGB値表示欄510(図3における変更するRGB値表示欄310と同じ)と、その変更色520(図3における画像320と同じ)が表示される。さらに設定値入力欄530、色変換テーブル作成ボタン540、キャンセルボタン550が設けられる。ユーザーは、変更設定ダイアログボックス500に表示された変更色520と、テストパッチ印刷出力400に印刷された複数の周辺出力色420を比較する。そしてテストパッチ印刷出力400の周辺出力色420のうち、変更設定ダイアログボックス500の変更色520に最も近いと感じるものを選び、その番号を設定値入力欄530に入力する。次いでユーザーが色変換テーブル作成ボタン540を選択すると、ユーザー情報保持部113は変更すべきRGB値とユーザーが選択した出力色330とを対応させて記憶し、同時に色変換テーブル作成部114は後述する方法により色変換テーブル118を作成し、色変更処理を終える。キャンセルボタン550を選択すると、処理を中断し、変更指定ダイアログ200に戻る。ここで、ユーザーはテストパッチ印刷出力400の周辺出力色420の中から画面上の変更色520に最も近いものを選択するものとしたが、周辺出力色420の中からユーザーの好みの色を任意に選択してもよいであろう。   FIG. 5 shows a change setting dialog box 500 displayed at the time of test patch print output. 5, the change setting dialog box 500 includes a specified RGB value display field 510 (the same as the RGB value display field 310 to be changed in FIG. 3) for displaying the RGB value specified by the user and the change color 520. (Same as the image 320 in FIG. 3) is displayed. Further, a set value input field 530, a color conversion table creation button 540, and a cancel button 550 are provided. The user compares the change color 520 displayed in the change setting dialog box 500 with the plurality of peripheral output colors 420 printed on the test patch print output 400. Then, from among the peripheral output colors 420 of the test patch print output 400, the one that feels closest to the change color 520 of the change setting dialog box 500 is selected, and the number is input to the setting value input field 530. Next, when the user selects the color conversion table creation button 540, the user information holding unit 113 stores the RGB value to be changed in association with the output color 330 selected by the user, and the color conversion table creation unit 114 is described later. The color conversion table 118 is created by the method, and the color change process is completed. When the cancel button 550 is selected, the process is interrupted and the process returns to the change designation dialog 200. Here, the user selects the closest output color 520 on the screen from the peripheral output colors 420 of the test patch print output 400, but arbitrarily selects the user's favorite color from the peripheral output colors 420. You may choose

次に、色変換テーブル作成部114における色変換テーブル118の作成方法を図6〜図8を参照して説明する。図6は、テスト印刷データ作成部112において作成される周辺色テーブル800を示す。図6において、周辺色テーブル800は、ユーザーにより指定された入力カラースペースの色値(指定RGB値)810と、その周辺RGB値820を有する。   Next, a method of creating the color conversion table 118 in the color conversion table creation unit 114 will be described with reference to FIGS. FIG. 6 shows a peripheral color table 800 created by the test print data creation unit 112. In FIG. 6, the peripheral color table 800 includes a color value (specified RGB value) 810 of an input color space specified by the user and a peripheral RGB value 820 thereof.

図7は、ユーザーが、変更したいRGB値とそれに対応させて実際に印刷させたい出力カラースペースのCMYK値とを、上記のプリンタドライバのプログラムを利用することにより選択した際に、ユーザー情報保持部113により作成されるユーザー情報テーブル850を示す。図7において、ユーザー情報テーブル850は、ユーザーにより指定された指定RGB値860と、周辺出力色420の中からユーザーが選択した色値に対応するRGB周辺色値870とを関連付けたものであり、この入力カラースペースの周辺色値870を補正RGB値とする。   FIG. 7 shows a user information holding unit when a user selects an RGB value to be changed and a CMYK value of an output color space to be actually printed correspondingly by using the printer driver program. The user information table 850 created by 113 is shown. In FIG. 7, the user information table 850 associates a specified RGB value 860 specified by the user with an RGB peripheral color value 870 corresponding to the color value selected by the user from the peripheral output colors 420. The peripheral color value 870 of this input color space is set as a corrected RGB value.

色変換テーブル作成部114は、ユーザー情報保持部113により作成されたユーザー情報テーブル850を参照し、下記に示す方法で色変換テーブル118を作成する。まず、色変換テーブル作成部114は、ユーザー情報テーブル850を参照し、指定RGB値860と、補正RGB値870との差あるいは変化量Aを求める。この変化量Aは、RGB色空間を格子状に分割した際の、指定RGB値の位置から補正RGB値の位置までの距離とすることができる。次いで、指定RGB値を中心として一定の範囲内Bにあるそれぞれの格子点におけるRGB値を周辺RGB値とし、それぞれの周辺RGB値について、その周辺RGB補正値を算出する。補正値の算出方法は、下記の式1を用いる。
周辺RGB補正値={(一定の範囲距離B−指定RGB値からのそれぞれの周辺RGB値までの距離)/一定の範囲距離B}×変化量A …(式1)
The color conversion table creation unit 114 refers to the user information table 850 created by the user information holding unit 113 and creates the color conversion table 118 by the method described below. First, the color conversion table creation unit 114 refers to the user information table 850 to obtain a difference or change amount A between the designated RGB value 860 and the corrected RGB value 870. This amount of change A can be the distance from the position of the designated RGB value to the position of the corrected RGB value when the RGB color space is divided into a grid. Next, the RGB value at each lattice point within a certain range B around the designated RGB value is set as the peripheral RGB value, and the peripheral RGB correction value is calculated for each peripheral RGB value. The following formula 1 is used as the correction value calculation method.
Peripheral RGB correction value = {(Constant range distance B−Distance from each specified RGB value to each peripheral RGB value) / Constant range distance B} × Change A (Formula 1)

図8は、色変換テーブル作成部114により作成される補正テーブル850'を示す。色変換テーブル作成部114は、一定の範囲内Bの各格子点にあるそれぞれの周辺RGB値について式1の計算を行ない、それぞれの周辺RGB値に対応する周辺RGB補正値を算出した後、前記補正テーブル850'を作成する。補正テーブル850'は、上述した指定RGB値860、指定RGB値860に対応した補正RGB値870、さらに周辺RGB値880とそれに対応した補正周辺RGB補正値890を含む。このようにして作成された色変換テーブル118は記憶部115に格納され、印刷データを補正する際に参照されることになる。   FIG. 8 shows a correction table 850 ′ created by the color conversion table creation unit 114. The color conversion table creation unit 114 calculates Equation 1 for each peripheral RGB value at each lattice point within a certain range B, calculates the peripheral RGB correction value corresponding to each peripheral RGB value, and then A correction table 850 ′ is created. The correction table 850 ′ includes the specified RGB value 860 described above, the corrected RGB value 870 corresponding to the specified RGB value 860, the peripheral RGB value 880, and the corrected peripheral RGB correction value 890 corresponding thereto. The color conversion table 118 created in this way is stored in the storage unit 115 and is referred to when the print data is corrected.

図9は、本発明のプリンタドライバプログラム、またはアプリケーションプログラムにおけるプログラムの動作フローを示す。このプログラムは、プリンタドライバ110におけるモニタ表示制御部111、テスト印刷データ作成部112、ユーザー情報保持部113、色変換テーブル作成部114、入力値変換部116に対応するもので、制御部120により実行される。ユーザーの操作、あるいはホストコンピュータの要求により、アプリケーションプログラムが起動されると、アプリケーションプログラムは、前述の変更指定ダイアログボックス200を通してユーザーより入力された変更させたいRGB値を取得する(S−910)。次いでユーザーにより指定されたRGB値の色とその周辺色を発生させ、モニタに出力する(S−920)。さらに、ユーザーにより指定された色と周辺色とをプリンタに出力する(S−930)。画面に表示されている色と印刷された周辺色とを比較することによりユーザーによって選択された色値を取得する(S−940)。次に、ユーザーにより変更を設定されたRGB値とユーザーにより選択されたプリンタ出力の色に対応する補正RGB値をユーザー情報保持部113に格納する(S−951)。次に、ユーザーにより設定されたRGB値の周辺色値を求め、それに対応した周辺色補正値を計算し、色変換テーブル118を作成する(S−952)。ホストコンピュータからの画像データを取得すると(S−960)、色変換テーブル118を参照しながら、画像のRGBデータを補正RGBデータに変換し、カラープリンタ170に補正RGBデータを送出する(S−970)。   FIG. 9 shows an operation flow of a program in the printer driver program or application program of the present invention. This program corresponds to the monitor display control unit 111, the test print data creation unit 112, the user information holding unit 113, the color conversion table creation unit 114, and the input value conversion unit 116 in the printer driver 110, and is executed by the control unit 120. Is done. When the application program is activated by a user operation or a request from the host computer, the application program obtains an RGB value to be changed input by the user through the change designation dialog box 200 (S-910). Next, the color of the RGB value designated by the user and the surrounding color are generated and output to the monitor (S-920). Further, the color designated by the user and the peripheral color are output to the printer (S-930). The color value selected by the user is obtained by comparing the color displayed on the screen with the printed peripheral color (S-940). Next, the RGB value set by the user and the corrected RGB value corresponding to the color of the printer output selected by the user are stored in the user information holding unit 113 (S-951). Next, the peripheral color value of the RGB value set by the user is obtained, the peripheral color correction value corresponding to it is calculated, and the color conversion table 118 is created (S-952). When image data from the host computer is acquired (S-960), the RGB data of the image is converted into corrected RGB data while referring to the color conversion table 118, and the corrected RGB data is sent to the color printer 170 (S-970). ).

以上説明したように、本発明の実施例によれば、モニタ画面に表示される色を色変換テーブルやカラープロファイルの編集を行なうことなく、忠実に再現して印刷することができる。また、印刷された画像を測色する測色手段等を使用せずに色調整を行なうことができる。更に、画面に表示される色を固定しておき、印刷される色を調節する方法で色補正を行なうため、補正作業に要するユーザーの操作が容易になる。   As described above, according to the embodiment of the present invention, the colors displayed on the monitor screen can be faithfully reproduced and printed without editing the color conversion table or the color profile. Further, color adjustment can be performed without using a colorimetric means for measuring the color of a printed image. Furthermore, since the color displayed on the screen is fixed and the color correction is performed by adjusting the printed color, the user's operation required for the correction work is facilitated.

本発明の実施例におけるカラー画像処理システムの概略図である。1 is a schematic diagram of a color image processing system in an embodiment of the present invention. 本発明の実施例における変更指定ダイアログボックスを示す図である。It is a figure which shows the change designation | designated dialog box in the Example of this invention. 本発明の実施例におけるRGB値調整ダイアログボックスを示す図である。It is a figure which shows the RGB value adjustment dialog box in the Example of this invention. 本発明の実施例におけるテスト印刷出力を示す図である。It is a figure which shows the test print output in the Example of this invention. 本発明の実施例における変更設定ダイアログボックスを示す図である。It is a figure which shows the change setting dialog box in the Example of this invention. 本発明の実施例におけるテスト印刷データ作成部により作成される周辺色テーブルを示す図である。It is a figure which shows the peripheral color table created by the test print data creation part in the Example of this invention. 本発明の実施例におけるユーザー情報保持部により作成されるユーザー情報テーブルを示す図である。It is a figure which shows the user information table produced by the user information holding part in the Example of this invention. 本発明の実施例における色変換テーブル作成部により作成される補正テーブルを示す図である。It is a figure which shows the correction table produced by the color conversion table preparation part in the Example of this invention. 本発明の実施例におけるカラー画像処理システムの動作フローである。It is an operation | movement flow of the color image processing system in the Example of this invention.

符号の説明Explanation of symbols

100・・・ホストコンピュータ
110・・・プリンタドライバ
111・・・モニタ表示制御部
112・・・テスト印刷データ作成部
113・・・ユーザー情報保持部
114・・・色変換テーブル作成部
115・・・記憶部
116・・・入力値変換部
117・・・データ受信部
118・・・色変換テーブル
130・・・入力操作部
140・・・画像データ
150・・・画像データ送信部
160・・・モニタ
170・・・カラープリンタ
DESCRIPTION OF SYMBOLS 100 ... Host computer 110 ... Printer driver 111 ... Monitor display control part 112 ... Test print data creation part 113 ... User information holding part 114 ... Color conversion table creation part 115 ... Storage unit 116 ... input value conversion unit 117 ... data reception unit 118 ... color conversion table 130 ... input operation unit 140 ... image data 150 ... image data transmission unit 160 ... monitor 170 ... Color printer

Claims (6)

所定の設定画面等を入力カラースペースにて表示する表示手段と、入力カラースペースのデータを出力カラースペースに変換して印刷する印刷手段と、を備え、所望の出力結果が得られるように原画像の色再現を実現させるカラー画像処理システムにおいて、
ユーザーにより指定された所定の入力カラースペースの色値とその複数の周辺色を前記表示手段に表示する表示制御手段と、
前記指定された入力カラースペースの色値とその複数の周辺色とを、前記印刷手段により出力カラースペースの色値に変換して印刷する印刷制御手段と、
前記指定された入力カラースペースの色値に、前記印刷された出力カラースペースの複数の周辺色の色値の中からユーザーにより選択された一つの色値を関連付けて記憶するユーザー情報保持手段と、
前記ユーザーにより選択された出力カラースペースの色値に対応する入力カラースペースの色値を補正色値とし、前記指定された入力カラースペースの色値を検出した際にこの色値を前記補正色値に変換するための色変換テーブルを作成する色変換テーブル作成手段と、
前記色変換テーブルを格納する記憶手段と、
入力された原画像を、前記色変換テーブルを使用して変換し、その後印刷手段へ出力する入力値変換手段と、を備えたことを特徴とするカラー画像処理システム。
An original image having a display means for displaying a predetermined setting screen or the like in an input color space and a printing means for converting the data of the input color space into an output color space and printing, so that a desired output result can be obtained. In color image processing system that realizes color reproduction of
Display control means for displaying a color value of a predetermined input color space designated by the user and a plurality of peripheral colors thereof on the display means;
Print control means for converting the specified input color space color values and the plurality of peripheral colors into color values of an output color space by the printing means;
User information holding means for storing the color value of the designated input color space in association with one color value selected by the user from among the color values of the plurality of peripheral colors of the printed output color space;
The color value of the input color space corresponding to the color value of the output color space selected by the user is set as a correction color value, and this color value is detected when the color value of the designated input color space is detected. Color conversion table creation means for creating a color conversion table for conversion to
Storage means for storing the color conversion table;
A color image processing system comprising: an input value conversion unit that converts an input original image using the color conversion table and then outputs the converted image to a printing unit.
前記色変換テーブル作成手段は、前記指定された入力カラースペースの色値の周辺色の色値を算出し、前記指定された入力カラースペースの色値と前記補正色値間の変化量を反映させた補正周辺色値を算出し、前記周辺色の色値を検出した際にこの色値を前記補正周辺色値に変換する色変換テーブルを作成することを特徴とする請求項1に記載のカラー画像処理システム。   The color conversion table creation means calculates a color value of a peripheral color of the color value of the designated input color space, and reflects the amount of change between the color value of the designated input color space and the correction color value. 2. The color according to claim 1, further comprising: generating a color conversion table that calculates a corrected peripheral color value and converts the color value into the corrected peripheral color value when the color value of the peripheral color is detected. Image processing system. 所定の設定画面等を入力カラースペースにて表示する表示手段と、入力カラースペースのデータを出力カラースペースに変換して印刷する印刷手段と、を備え、所望の出力結果が得られるよう原画像の色再現を実現させるカラー画像処理装置において、
ユーザーにより指定された入力カラースペースの色値を前記表示手段に表示させる表示制御手段と、
前記指定された入力カラースペースの色値とその複数の周辺色とを、前記印刷手段により出力カラースペースの色値に変換して印刷させる印刷制御手段と、
前記指定された入力カラースペースの色値に、前記印刷された出力カラースペースの複数の周辺色の色値の中からユーザーにより選択された一つの色値を関連付けて記憶するユーザー情報保持手段と、
前記ユーザーにより選択された出力カラースペースの色値に対応する入力カラースペースの色値を補正色値とし、前記指定された入力カラースペースの色値を検出した際にこの色値を前記補正色値に変換するための色変換テーブルを作成する色変換テーブル作成手段と、
前記色変換テーブルを格納する記憶手段と、
入力された原画像を、前記色変換テーブルを使用して変換し、その後印刷手段へ出力する入力値変換手段と、を備えたことを特徴とするカラー画像処理装置。
A display unit for displaying a predetermined setting screen or the like in the input color space; and a printing unit for converting the data of the input color space into the output color space for printing, so that a desired output result can be obtained. In a color image processing device that realizes color reproduction,
Display control means for causing the display means to display color values of the input color space designated by the user;
Print control means for converting the color value of the designated input color space and a plurality of peripheral colors thereof into color values of the output color space by the printing means and printing;
User information holding means for storing the color value of the designated input color space in association with one color value selected by the user from among the color values of the plurality of peripheral colors of the printed output color space;
The color value of the input color space corresponding to the color value of the output color space selected by the user is set as a correction color value, and this color value is detected when the color value of the designated input color space is detected. Color conversion table creation means for creating a color conversion table for conversion to
Storage means for storing the color conversion table;
A color image processing apparatus comprising: an input value conversion unit that converts an input original image using the color conversion table and then outputs the converted image to a printing unit.
前記色変換テーブル作成手段は、前記指定された入力カラースペースの色値の周辺色の色値を算出し、前記指定された入力カラースペースの色値と前記補正色値間の変化量を反映させた補正周辺色値を算出し、前記周辺色の色値を検出した際にこの色値を前記補正周辺色値に変換する色変換テーブルを作成することを特徴とする請求項3に記載のカラー画像処理装置。   The color conversion table creation means calculates a color value of a peripheral color of the color value of the designated input color space, and reflects the amount of change between the color value of the designated input color space and the correction color value. 4. A color conversion table according to claim 3, further comprising: generating a color conversion table for calculating a corrected peripheral color value and converting the color value to the corrected peripheral color value when the color value of the peripheral color is detected. Image processing device. 所定の設定画面等を入力カラースペースにて表示する表示手段と、入力カラースペースのデータを出力カラースペースに変換して印刷する印刷手段と、を備えるカラー画像処理装置を構成するコンピュータに、
ユーザーにより指定された入力カラースペースの色値を前記表示手段に表示させる処理と、
前記指定された入力カラースペースの色値とその複数の周辺色とを、前記印刷手段により印刷させる処理と、
前記指定された入力カラースペースの色値に前記印刷された出力カラースペースの複数の周辺色の色値の中からユーザーにより選択された一つの色値を関連付けて記憶させる処理と、
前記ユーザーにより選択された出力カラースペースの色値に対応する入力カラースペースの色値を補正色値とし、前記指定された入力カラースペースの色値を検出した際にこの色値を前記補正色値に変換するための色変換テーブルを作成する処理と、
入力された原画像を、前記色変換テーブルを使用して変換し、その後印刷手段へ出力する処理と、を実行させることを特徴とするプログラム。
A computer constituting a color image processing apparatus comprising: display means for displaying a predetermined setting screen or the like in an input color space; and printing means for converting data in the input color space into an output color space for printing.
Processing for displaying the color value of the input color space designated by the user on the display means;
A process of printing the color value of the designated input color space and the plurality of peripheral colors by the printing means;
A process of associating and storing one color value selected by the user from among the color values of a plurality of peripheral colors of the printed output color space to the color value of the designated input color space;
The color value of the input color space corresponding to the color value of the output color space selected by the user is set as a correction color value, and this color value is detected when the color value of the designated input color space is detected. Processing to create a color conversion table for conversion to
A program for converting an input original image using the color conversion table and then outputting the converted image to a printing unit.
前記色変換テーブルは、さらに前記指定された入力カラースペースの色値の周辺色の色値を算出し、前記指定された入力カラースペースの色値と前記補正色値間の変化量を反映させた補正周辺色値を算出し、前記周辺色の色値を検出した際にこの色値を前記補正周辺色値に変換することを特徴とする請求項5に記載のプログラム。   The color conversion table further calculates a color value of a surrounding color of the color value of the designated input color space, and reflects a change amount between the color value of the designated input color space and the correction color value. 6. The program according to claim 5, wherein a correction peripheral color value is calculated, and when the color value of the peripheral color is detected, the color value is converted into the correction peripheral color value.
JP2005046089A 2005-02-22 2005-02-22 System and apparatus for processing color image, and program thereof Pending JP2006237740A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005046089A JP2006237740A (en) 2005-02-22 2005-02-22 System and apparatus for processing color image, and program thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005046089A JP2006237740A (en) 2005-02-22 2005-02-22 System and apparatus for processing color image, and program thereof

Publications (1)

Publication Number Publication Date
JP2006237740A true JP2006237740A (en) 2006-09-07

Family

ID=37044949

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005046089A Pending JP2006237740A (en) 2005-02-22 2005-02-22 System and apparatus for processing color image, and program thereof

Country Status (1)

Country Link
JP (1) JP2006237740A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013222160A (en) * 2012-04-18 2013-10-28 Ricoh Co Ltd Print control device, print control system, print control method, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013222160A (en) * 2012-04-18 2013-10-28 Ricoh Co Ltd Print control device, print control system, print control method, and program

Similar Documents

Publication Publication Date Title
KR100739731B1 (en) Image processing method and apparatus for printing displayed image
JP5713727B2 (en) Profile creation method, profile creation apparatus, image processing apparatus and program for performing color conversion by profile
EP2775699B1 (en) Color image processing apparatus, method for processing color image, and program for executing method for processing color image
US20070030499A1 (en) Color processing method and apparatus
JP5968132B2 (en) Image processing apparatus, image processing method, and program
JP2021093719A (en) Image processing apparatus, image processing method, and program
JP4325575B2 (en) Standard color setting for monotone images
JP2006129479A (en) System and method for color print
US20070285694A1 (en) Color conversion definition creation apparatus and color conversion definition creation program storage medium
JP4369151B2 (en) Image processing apparatus, image processing method, and program used therefor
US20090296112A1 (en) Spot color control method, apparatus and system
JP2007336549A (en) Image forming apparatus and method
JP2008160307A (en) Image processor and its control method
JP2004304539A (en) Image processing apparatus, image processing method, and program used therefor
JP2006237740A (en) System and apparatus for processing color image, and program thereof
JP2009225451A (en) Image forming apparatus and method
JP2010066502A (en) Image forming apparatus and program
JP2009017473A (en) Color gamut generation device, color gamut generation method, color gamut generation program, and color conversion unit
JP2006237741A (en) System and apparatus for processing color image, and operating program thereof
JP2006024971A (en) Creating method, creating device and program for creating color conversion definition
JP4377203B2 (en) Profile creation method, profile creation device, profile creation program, and profile creation program storage medium
JP2005123874A (en) Color separation system and color separation program
JP2007158723A (en) Image processor and its method
JP2022112269A (en) Image processing apparatus, image processing method, and program
JP2004023650A (en) Image processor and image producing or processing program to be used for the same

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20070405

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20080124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080401

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20080819