JP2002314830A - Printed data generating device, printer driver used therefor, and recording medium recording printer driver - Google Patents

Printed data generating device, printer driver used therefor, and recording medium recording printer driver

Info

Publication number
JP2002314830A
JP2002314830A JP2001116912A JP2001116912A JP2002314830A JP 2002314830 A JP2002314830 A JP 2002314830A JP 2001116912 A JP2001116912 A JP 2001116912A JP 2001116912 A JP2001116912 A JP 2001116912A JP 2002314830 A JP2002314830 A JP 2002314830A
Authority
JP
Japan
Prior art keywords
color conversion
print data
information
color
print
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
JP2001116912A
Other languages
Japanese (ja)
Inventor
Hiroshi Okada
博志 岡田
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson 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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2001116912A priority Critical patent/JP2002314830A/en
Publication of JP2002314830A publication Critical patent/JP2002314830A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide a technique which is capable of meeting users' tastes to color conversions, by preparing a means of enabling a user to designate a color conversion easily conforming to his tastes and the limited kinds of color conversion information or correction information. SOLUTION: An image forming device prints print data based on image data, and a print data generating device which generates the above print data is provided. The print data generating device is equipped with a print condition control unit 254 which has a function to hold color conversion information, which converts colors represented by image data into colors in print data corresponding to the previously determined regions, a print data generating unit 254 which enables the image data to carry out color conversion processing by the use of color conversion information so as to generate print data, and an input-output control unit 253 which receives indications of designating the regions. The print data generation unit 251 acquires information which indicates the designated regions and carries out color conversions by the use pf the corresponding color conversion information managed by the print condition control unit 254.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、プリンタ等の画像
形成装置における印刷データ生成技術に係り、特に、ユ
ーザが属する集団の好みを反映した色変換を行うための
技術に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a print data generation technique for an image forming apparatus such as a printer, and more particularly to a technique for performing color conversion reflecting the preference of a group to which a user belongs.

【0002】[0002]

【従来の技術】用紙にインクを吐出させて印刷を行うプ
リンタでは、CMYK(シアン、マゼンタ、イエローお
よびブラック)の各色のインクを印刷ヘッドに供給し、
印刷すべき画像に応じて必要な色のインクをヘッドから
吐出させてカラー印刷を行う。インクは、一般的にイン
クカートリッジと称される容器に充填された状態で提供
される。
2. Description of the Related Art In a printer that performs printing by ejecting ink onto paper, ink of each color of CMYK (cyan, magenta, yellow, and black) is supplied to a print head.
Color printing is performed by discharging ink of a required color from a head according to an image to be printed. The ink is provided in a state of being filled in a container generally called an ink cartridge.

【0003】プリンタにより印刷をおこなう場合、印刷
すべき画像をコンピュータにおいて生成し、それをプリ
ンタが扱える形式の印刷データに変換して、プリンタに
送る。コンピュータでは、通常、RGB(レッド、グリ
ーンおよびブルー)の各色について、それらの階調の組
合せでカラー画像が表現される。ところが、印刷で用い
られるインクはCMYKであるため、RGB画像データ
をCMYK印刷データに変換する必要がある。この変換
処理は、コンピュータ上で行う。
When printing is performed by a printer, an image to be printed is generated in a computer, converted into print data in a format that can be handled by the printer, and sent to the printer. In a computer, a color image is generally represented by a combination of gradations of each of RGB (red, green, and blue) colors. However, since the ink used for printing is CMYK, it is necessary to convert the RGB image data into CMYK print data. This conversion process is performed on a computer.

【0004】コンピュータでは、アプリケーションプロ
グラムにおいて生成された画像データをプリンタにより
印刷できるようにするための各種処理を、予めインスト
ールされているプリンタドライバと称されるプログラム
によって行う。このプリンタドライバは、上述した色変
換処理の他、ハーフトーン処理、印刷開始要求、プリン
タの状態を表す情報の取得等の各種処理を実行する機能
を有する。
[0004] In a computer, various processes for enabling image data generated by an application program to be printed by a printer are performed by a program called a printer driver which is installed in advance. This printer driver has a function of executing various processes such as a halftone process, a print start request, and acquisition of information indicating the status of the printer, in addition to the color conversion process described above.

【0005】前記プリンタドライバは、画像データに基
づいて印刷データを生成する処理として、一般的に、R
GB多値データを、CMYK多値データに色変換処理
し、その後、CMYK二値データに変換する処理を行
う。画像データは、一般に、RGB各色について256
階調の異なる値の組合せでそれぞれの色が特定される。
一方、印刷データは、CMYと、これに黒を加えた各色
の階調の異なる値の組合せにより、各色を特定してい
る。画像データから印刷データへの色変換は、計算によ
って行うことが可能である。しかし、実用的には、色変
換の際、対応関係を規定する色変換情報、例えば、ルッ
クアップテーブル等の色変換テーブルを参照して、任意
の画像データの色を、対応する印刷データの色に変換す
る。
[0005] The printer driver generally performs R processing for generating print data based on image data.
The color conversion processing is performed on the GB multi-valued data to CMYK multi-valued data, and then the conversion processing is performed to convert the data into CMYK binary data. The image data generally has 256 colors for each of the RGB colors.
Each color is specified by a combination of values having different gradations.
On the other hand, in the print data, each color is specified by a combination of CMY and different values of gradation of each color obtained by adding black. Color conversion from image data to print data can be performed by calculation. However, practically, at the time of color conversion, the color of arbitrary image data is referred to the color conversion information defining the correspondence, for example, a color conversion table such as a lookup table. Convert to

【0006】[0006]

【発明が解決しようとする課題】ところで、地域、集団
等によって、自然景観、都市景観等の景観に現れる色に
固有の特徴のあることが、経験的に知られている。例え
ば、原色に近い色の花々が咲き乱れ、また、人々も原色
を好んで使用する、色鮮やかな表現が見られる地域、青
い海、白い雲、木々の緑等が鮮やかに現れる地域、自然
の景観がモノトーンに近い色調で現れ、また、人々も渋
い色合いを好む地域、柔らかい光線の下で、ハーフトー
ンの色が好まれる地域等がある。また、集団、例えば、
国民性、民族性等において、それらの構成員に好まれる
色調があることも知られている。例えば、ある民族は、
赤みがかかった色を好む傾向があるといったことがあ
る。また、企業、団体等の場合、当該企業、団体のイメ
ージをシンボリックに表す企業カラー(一色とは限らな
い)が定められている場合がある。このような場合、そ
れらの色が最もきれいに表れるように印刷されることが
望まれる。
It has been empirically known that colors appearing in landscapes such as natural landscapes and city landscapes have unique characteristics depending on regions, groups, and the like. For example, flowers that are close to the primary colors are in full bloom, people prefer to use the primary colors, areas where colorful expressions can be seen, areas where the blue sea, white clouds, green trees and the like appear vividly, natural scenery May appear in a color tone close to monotone, and there may be an area where people like a bitter shade, and an area where a halftone color is preferred under a soft light ray. Also, a group, for example,
It is also known that in terms of nationality, ethnicity, etc., there is a color that is favored by those members. For example, one ethnic group
They tend to prefer reddish colors. In the case of a company or a group, a company color (not necessarily a single color) that symbolically represents the image of the company or the group may be defined. In such a case, it is desired that the colors be printed so that they appear most clearly.

【0007】しかし、前述した色変換情報は、使用する
インクに併せて、プリンタドライバが予め用意してい
る。そのため、ユーザが好みの色調に変換するための色
変換情報を選んだり、また、補正を指定したりすること
は、これまで考えられていなかった。
However, the above-mentioned color conversion information is prepared in advance by a printer driver in accordance with the ink to be used. Therefore, it has not been considered that the user selects color conversion information for converting to a desired color tone or specifies correction.

【0008】これについて、色変換情報を複数種用意す
ることが考えられる。また、標準の色変換情報を用意
し、これに、複数種の補正情報を用意することが考えら
れる。しかし、複数種の色変換情報または補正情報か
ら、ユーザが好みの色変換情報または補正情報を選択す
ることは、必ずしも容易とはいえない。その理由は、自
らの色の好みを指定することが容易でないことによる。
In this regard, it is conceivable to prepare a plurality of types of color conversion information. It is also conceivable to prepare standard color conversion information and prepare a plurality of types of correction information. However, it is not always easy for a user to select desired color conversion information or correction information from a plurality of types of color conversion information or correction information. The reason is that it is not easy to specify one's own color preferences.

【0009】一方、メーカ側も、各人各様の好みに合わ
せて多種の色変換情報または補正情報を用意すること
は、情報量が膨大となり、実現困難である。したがっ
て、限られた種類の色変換情報または補正情報を用意す
ることで対応せざるを得ない。
On the other hand, it is difficult for the manufacturer to prepare various types of color conversion information or correction information according to the taste of each person because the information amount becomes enormous and it is difficult to realize. Therefore, it is inevitable to prepare a limited type of color conversion information or correction information.

【0010】本発明の目的は、ユーザが、好みに応じた
色変換を可能とするための指定が容易に行えると共に、
限られた種類の色変換情報または補正情報を用意するこ
とで、ユーザの好みに合わせた色変換を可能とする技術
を提供することにある。
[0010] An object of the present invention is to allow a user to easily specify a color conversion according to his / her preference.
An object of the present invention is to provide a technology that enables color conversion according to user's preference by preparing limited types of color conversion information or correction information.

【0011】[0011]

【課題を解決するための手段】本発明の第1の態様は、
画像データに基づいて、画像形成装置において印刷する
印刷データを生成する印刷データ生成装置において、画
像データにおいて表れる色を、印刷データにおいて、予
め定めた地域に応じた色に変換するための色変換情報を
保持する機能を有する印刷条件管理手段と、画像データ
について、前記色変換情報を用いて色変換処理を行って
印刷データを生成する印刷データ生成手段と、地域を指
定する指示を受け付ける手段とを備える。
According to a first aspect of the present invention, there is provided:
In a print data generating apparatus for generating print data to be printed in an image forming apparatus based on image data, color conversion information for converting a color appearing in the image data into a color corresponding to a predetermined region in the print data. A print condition management unit having a function of holding print data, a print data generation unit that performs a color conversion process on image data using the color conversion information to generate print data, and a unit that receives an instruction to specify a region. Prepare.

【0012】印刷データ生成手段は、前記指定された地
域を示す情報を取得し、前記印刷条件管理手段が管理す
る対応する色変換情報を用いて前記色変換を行う。
The print data generating means acquires information indicating the designated area and performs the color conversion using the corresponding color conversion information managed by the print condition management means.

【0013】このような構成により、ユーザが希望する
地域について予め記憶されている色変換情報により色変
換を行うことが可能となる。
With such a configuration, it is possible to perform color conversion based on color conversion information stored in advance for a region desired by the user.

【0014】本発明の第2の態様は、画像データに基づ
いて、画像形成装置において印刷する印刷データを生成
する印刷データ生成装置において、画像データにおいて
表れる色を、印刷データにおいて、予め定めた地域に応
じた色に変換するための色変換情報を保持する機能を有
する印刷条件管理手段と、画像データについて、前記色
変換情報を用いて色変換処理を行って印刷データを生成
する印刷データ生成手段とを備える。
According to a second aspect of the present invention, in a print data generating apparatus for generating print data to be printed in an image forming apparatus based on image data, a color represented in the image data is determined in a predetermined area in the print data. Print condition management means having a function of holding color conversion information for converting to a color corresponding to the image data, and print data generation means for generating print data by performing color conversion processing on the image data using the color conversion information And

【0015】印刷データ生成手段は、オペレーティング
システムにおいて管理されている地域を示す情報を取得
し、前記印刷条件管理手段が管理する対応する色変換情
報を用いて前記色変換を行う。
The print data generating means obtains information indicating the area managed by the operating system, and performs the color conversion using the corresponding color conversion information managed by the print condition management means.

【0016】このような構成により、オペレーティング
システムでの地域指定に応じた色変換処理を行うことが
できる。
With such a configuration, it is possible to perform a color conversion process according to the region designation by the operating system.

【0017】また、本発明では、ユーザがプリンタドラ
イバにより設定された地域(言語)指定情報と、OSに
おいて設定された地域(言語)指定情報とを用いること
ができる。この場合、ユーザにより設定された情報を優
先的に用いるようにすることができる。それにより、ユ
ーザの好みを優先することが可能となる。
Further, in the present invention, the user can use the area (language) designation information set by the printer driver and the area (language) designation information set by the OS. In this case, the information set by the user can be preferentially used. Thereby, it is possible to give priority to the user's preference.

【0018】[0018]

【発明の実施の形態】以下、本発明の実施形態につい
て、図面を参照して説明する。以下の実施形態では、色
変換情報を用いて画像データを色変換する。ここで、色
変換情報としては、例えば、画像データにおいて表れる
ことが想定される各色を特定する、RGBの各値の組合
せからなる入力値群と、各入力値の組合せに対応して、
印刷時に再現される色として表れることが想定される各
色を特定する、CMYKの各値の組合せからなる出力値
群とを対応付けるデータで構成される。具体的には、ル
ックアップテーブルの形式で用意することができる。ま
た、すべての色変換情報を用意するためには、膨大なメ
モリ空間が必要であるため、各色の256階調を予めい
くつかに分割して、それらの分割点の格子を仮想的に想
定し、それぞれの格子点において、入力値、および、そ
れに対応する出力値を持たせることができる。この場
合、格子点間に存在する色については、格子点間での補
間演算によって対応する。
Embodiments of the present invention will be described below with reference to the drawings. In the following embodiments, color conversion of image data is performed using color conversion information. Here, as the color conversion information, for example, an input value group consisting of a combination of RGB values, which specifies each color expected to appear in image data, and a combination of each input value,
It comprises data that specifies each color that is expected to appear as a color reproduced during printing and that is associated with an output value group composed of a combination of CMYK values. Specifically, it can be prepared in the form of a look-up table. In order to prepare all the color conversion information, an enormous memory space is required. Therefore, 256 gradations of each color are divided into several parts in advance, and a grid of these division points is virtually assumed. , Each grid point can have an input value and an output value corresponding thereto. In this case, a color existing between grid points is handled by an interpolation operation between grid points.

【0019】なお、CMYKに、さらに、ライトシアン
(LC)およびライトマゼンタ(LM)を追加したカラ
ーインクを用いることもできる。この場合には、RGB
画像データを、CMYLCLMKで特定される印刷デー
タに色変換する。
It is also possible to use color ink obtained by adding light cyan (LC) and light magenta (LM) to CMYK. In this case, RGB
The image data is color-converted into print data specified by CMYLCLMK.

【0020】図1に、本発明の第1の実施形態に用いら
れるハードウェアシステム構成の一例を示す。本実施の
形態では、図1に示すように、アプリケーションプログ
ラムによる各種処理、および、その結果を印刷するため
のプリンタドライバによる処理等を実現するためのコン
ピュータ2と、このコンピュータ2に接続されたプリン
タ1とを示す。コンピュータ2とプリンタ1とで、用紙
上に画像を形成する印刷システムを構成することができ
る。この場合、プリンタ1は、画像形成装置として機能
し、コンピュータ2は印刷データ生成装置として機能す
る。
FIG. 1 shows an example of a hardware system configuration used in the first embodiment of the present invention. In the present embodiment, as shown in FIG. 1, a computer 2 for realizing various processes by an application program and a process by a printer driver for printing the result, and a printer connected to the computer 2 1 is shown. The computer 2 and the printer 1 can constitute a printing system for forming an image on paper. In this case, the printer 1 functions as an image forming device, and the computer 2 functions as a print data generating device.

【0021】コンピュータ2は、コンピュータ本体20
0と、これに接続されるディスプレイ装置221と、キ
ーボード222と、図示しない電源装置とを備えてい
る。
The computer 2 includes a computer main body 20.
0, a display device 221 connected thereto, a keyboard 222, and a power supply device (not shown).

【0022】コンピュータ本体200は、各種プログラ
ムを実行するCPU201と、各種データ、各種プログ
ラム等が記憶されているROM202と、データおよび
プログラムを一時的に記憶するRAM203と、ディス
プレイ装置221と接続され、該ディスプレイ装置22
1を制御するディスプレイコントローラ204と、キー
ボード222と接続されてキーボードを制御するキーボ
ードコントローラ205と、フレキシブルディスクの読
み書きを行うフロッピディスクドライブ206と、デー
タ、プログラムを記憶するハードディスクドライブ20
7と、CD−ROMからのデータの読み出しを行うCD
−ROMドライブ208と、プリンタ1と接続するため
のプリンタインタフェース209と、ネットワークと接
続するためのネットワークインタフェース210とを有
する。なお、入力装置として、前述したキーボード22
2の他、図示を省略しているマウス等のポインティング
デバイスと、そのためのコントローラとを有する。
The computer main body 200 is connected to a CPU 201 for executing various programs, a ROM 202 for storing various data and various programs, a RAM 203 for temporarily storing data and programs, and a display device 221. Display device 22
, A keyboard controller 205 connected to a keyboard 222 to control the keyboard, a floppy disk drive 206 for reading and writing a flexible disk, and a hard disk drive 20 for storing data and programs.
7 and a CD for reading data from a CD-ROM
A ROM drive 208, a printer interface 209 for connecting to the printer 1, and a network interface 210 for connecting to a network. In addition, the keyboard 22 described above is used as an input device.
2, a pointing device such as a mouse (not shown) and a controller therefor.

【0023】プリンタ1は、カラー印刷可能なインクジ
ェットプリンタである。このプリンタ1は、印刷機構1
00と、印刷制御部160と、図示しない電源回路とを
有する。また、プリンタ1には、インクを収容している
インクカートリッジ(図示せず)が装着されると共に、
これらのインクカートリッジに設けられた記憶素子40
0が接続される。
The printer 1 is an ink jet printer capable of performing color printing. This printer 1 has a printing mechanism 1
00, a print control unit 160, and a power supply circuit (not shown). In addition, an ink cartridge (not shown) containing ink is attached to the printer 1, and
The storage element 40 provided in these ink cartridges
0 is connected.

【0024】印刷制御部160は、各種プログラムを実
行するCPU161と、各種データおよび各種プログラ
ムが記憶されるROM162と、データおよびプログラ
ムを一時的に記憶するRAM163と、コンピュータ2
と接続するためのインタフェース164と、後述するイ
ンク情報等が格納される書換可能な不揮発性メモリであ
るEEPROM165と、印刷機構100、記憶素子4
00および操作パネル167と印刷制御部160とを接
続するためのパラレル入出力インタフェース166とを
有する。この印刷制御部160は、印刷機構100と接
続され、印刷データを送ると共に、印刷動作を制御す
る。また、印刷機構100の印刷の状態を示す情報を取
得し、コンピュータ2に送る。
The print control unit 160 includes a CPU 161 for executing various programs, a ROM 162 for storing various data and various programs, a RAM 163 for temporarily storing data and programs, and a computer 2.
164 for connecting to the printer, an EEPROM 165 which is a rewritable nonvolatile memory for storing ink information and the like to be described later, the printing mechanism 100, and the storage element 4.
00 and a parallel input / output interface 166 for connecting the operation panel 167 to the print control unit 160. The print control unit 160 is connected to the print mechanism 100, sends print data, and controls a printing operation. Further, information indicating the printing state of the printing mechanism 100 is obtained and sent to the computer 2.

【0025】操作パネル167では、プリンタに対する
各種指示を受け付ける。なお、コンピュータ本体200
においてプリンタドライバ250が行う用紙の種類の設
定受け付けを、操作パネル167においても行えるよう
にすることができる。用紙種類の設定としては、例え
ば、普通紙、スパーファイン紙、光沢紙等の、当該プリ
ンタで使用する用紙の種類を設定が挙げられる。操作パ
ネル167で受け付けた用紙の種類を表す用紙種類情報
は、例えば、EEPROM165のに格納される。な
お、用紙の種類の設定は、コンピュータ本体200にお
いてプリンタドライバ250(図2(a)参照)により
受け付ける。コンピュータ本体200で行う場合には、
例えば、図3に示すように、設定のための画面を表示装
置221に表示させて、用紙の種類を特定する指示を受
け付ける機能を、プリンタドライバ250の入出力制御
部253に持たせる。
The operation panel 167 receives various instructions to the printer. The computer 200
, The setting of the paper type, which is performed by the printer driver 250, can also be performed on the operation panel 167. The setting of the paper type includes, for example, setting of the type of paper used in the printer, such as plain paper, fine paper, glossy paper, and the like. Paper type information indicating the type of paper received on the operation panel 167 is stored in, for example, the EEPROM 165. The setting of the paper type is received by the printer driver 250 (see FIG. 2A) in the computer main body 200. When the operation is performed by the computer 200,
For example, as shown in FIG. 3, the input / output control unit 253 of the printer driver 250 has a function of displaying a screen for setting on the display device 221 and receiving an instruction to specify the type of paper.

【0026】なお、プリンタに用紙種類検出装置を設け
ることもできる。この場合には、用紙種類検出装置の検
出結果を取り込んで、EEPROM165に格納するよ
うにしてもよい。この種のセンサとしては、用紙に付さ
れているマークを読み取る検出装置、用紙の梱包材の一
部に付されている用紙の種類を示す情報を読み取る検出
装置等を用いることができる。この種の検出装置として
は、例えば、バーコードリーダ等を用いることができ
る。
The printer may be provided with a paper type detecting device. In this case, the detection result of the paper type detection device may be fetched and stored in the EEPROM 165. As this type of sensor, a detection device that reads a mark attached to a sheet, a detection device that reads information indicating the type of a sheet attached to a part of a sheet packaging material, or the like can be used. As this type of detection device, for example, a barcode reader or the like can be used.

【0027】図2(a)に、本実施形態において、コン
ピュータ本体200により実現される機能構成を示す。
FIG. 2A shows a functional configuration realized by the computer main body 200 in this embodiment.

【0028】コンピュータ本体200は、アプリケーシ
ョンプログラムによって実現される各種アプリケーショ
ン240と、印刷データ等の生成を行うプログラムおよ
びデータを有するプリンタドライバ250と、通信制御
部230とを有する。これらは、図示していないオペレ
ーティングシステム(OS)の制御下でOSの機能を利
用して各種処理を実行する。これらの処理は、CPU2
01により実現される。OSの機能としては、例えば、
表示等についての各種設定を行うことが挙げられる。具
体的には、地域(言語)は、通常、出荷時に、OSにお
いて標準的に指定されている。この地域(言語)を、ユ
ーザが希望する地域(言語)に変更する指定が行える。
この地域指定を行うことで、ユーザが利用する言語によ
り、ウインドウの表記、時計等が設定される。地域指定
情報は、プリンタドライバ250および各種アプリケー
ションにおいて参照することができる。本実施形態にお
いても、この地域指定情報が色変換の際の色補正につい
て利用される。
The computer main body 200 has various applications 240 realized by application programs, a printer driver 250 having a program and data for generating print data and the like, and a communication control unit 230. These perform various processes using the functions of an operating system (OS) (not shown) under the control of the OS. These processes are executed by the CPU 2
01. OS functions include, for example,
Various settings for display and the like are performed. Specifically, the region (language) is normally specified as a standard in the OS at the time of shipment. The user can specify to change the area (language) to the area (language) desired by the user.
By specifying the area, the notation of the window, the clock, and the like are set according to the language used by the user. The area designation information can be referred to in the printer driver 250 and various applications. Also in the present embodiment, the area designation information is used for color correction at the time of color conversion.

【0029】本実施形態では、後述するように、色変換
の際に、印刷される色を地域の好みに合わせた色調とす
ることができるように、地域の指定に応じた色変換情報
を用いて色変換処理を行う。その際に、地域指定の情報
を参照する。
In the present embodiment, as will be described later, color conversion uses color conversion information corresponding to the designation of a region so that the color to be printed can be adjusted to a color tone that matches the taste of the region. To perform color conversion processing. At that time, the information of the area designation is referred to.

【0030】プリンタドライバ250は、その機能とし
て、印刷データ生成部251と、スプールファイル記憶
部252と、入出力制御部253と、印刷条件管理部2
54とを有する。
The printer driver 250 has, as its functions, a print data generation unit 251, a spool file storage unit 252, an input / output control unit 253, and a print condition management unit 2
54.

【0031】印刷データ生成部251は、画像データに
基づいて印刷データを生成する手段として機能する。そ
の際、画像データを、指定された色変換情報を用いて色
変換処理を行う。すなわち、アプリケーション40、キ
ーボード222等からの印刷要求に基づき、表示用デー
タ(RGBデータ)について色変換処理し、さらに、ハ
ーフトーン処理を行って、印刷データを生成する。その
後、印刷データをプリンタ1に送る。プリンタ1への印
刷データの送出は、印刷データを、一旦、スプールファ
イル記憶部252に格納し、印刷の順に従って、読み出
して、通信制御部230を介してプリンタ1に送ること
により行われる。
The print data generator 251 functions as a means for generating print data based on image data. At that time, color conversion processing is performed on the image data using the designated color conversion information. That is, based on a print request from the application 40, the keyboard 222, or the like, color conversion processing is performed on display data (RGB data), and further, halftone processing is performed to generate print data. After that, the print data is sent to the printer 1. The transmission of the print data to the printer 1 is performed by temporarily storing the print data in the spool file storage unit 252, reading the print data in the order of printing, and sending the read data to the printer 1 via the communication control unit 230.

【0032】印刷データ生成部251は、設定された印
刷条件を取得し、印刷条件に基づいて、対応する色変換
情報を用いて、印刷すべき画像データに設定されている
解像度に対応する色変換情報を用いて色変換を行う。こ
の際、色変換情報を特定するための印刷条件として、本
実施形態では、用紙の種類、印刷モードの設定を用いて
いる。すなわち、例えば、図3に示すように、用紙の種
類、印刷モードに応じた色変換処理を行う。プリンタ1
において使用する用紙が指定される場合には、指定され
た用紙種類情報を取得して、RAMに一時的に保存す
る。これらの情報の管理は、後述する印刷条件管理部2
54により行われる。
The print data generation unit 251 acquires the set printing conditions and uses the corresponding color conversion information based on the printing conditions to perform color conversion corresponding to the resolution set for the image data to be printed. Color conversion is performed using the information. At this time, as the printing conditions for specifying the color conversion information, in the present embodiment, the setting of the paper type and the print mode are used. That is, for example, as shown in FIG. 3, a color conversion process is performed according to the type of paper and the print mode. Printer 1
When the paper to be used is specified, the specified paper type information is acquired and temporarily stored in the RAM. The management of such information is performed by a printing condition management unit 2 described later.
54.

【0033】スプールファイル記憶部252は、RAM
203および/またはハードディスクドライブ207に
より構成され、前述した印刷データをスプールファイル
として保存する。
The spool file storage unit 252 has a RAM
The hard disk drive 203 and / or the hard disk drive 207 store the print data described above as a spool file.

【0034】入出力制御部253は、案内画面等を前記
ディスプレイ装置221上に表示させ、ユーザに情報を
提供する。また、キーボード222およびマウスを介し
て各種指示を受け付ける。例えば、用紙種類の指定、イ
ンクの指定、印刷モードの指定、プレビュー表示の指示
等の指示を受け付ける。
The input / output control section 253 displays a guidance screen or the like on the display device 221 to provide information to the user. Various instructions are received via the keyboard 222 and the mouse. For example, instructions such as paper type designation, ink designation, print mode designation, and preview display instruction are accepted.

【0035】表示する画面としては、印刷に際して、プ
リンタに対する各種設定のための画面が挙げられる。例
えば、用紙サイズ、用紙の種類、解像度等の設定を受け
付けるための画面を表示する。図3、図4に、その一例
を示す。これらの図において、設定画面500には、設
定のためのウインドウの内、選択されたウインドウが表
示される。図3および図4では、本実施形態に直接関係
する基本設定ウインドウ510が表示されている。
The screen to be displayed includes a screen for various settings for the printer at the time of printing. For example, a screen for receiving settings such as paper size, paper type, and resolution is displayed. 3 and 4 show an example thereof. In these figures, the setting screen 500 displays a window selected from among windows for setting. 3 and 4, a basic setting window 510 directly related to the present embodiment is displayed.

【0036】基本設定ウインドウ510には、プルダウ
ンメニュー形式で用紙の種類の設定を行う用紙種類領域
520と、インクの選択を行うインク選択領域530
と、印刷時の印刷モードの設定を行うためのモード設定
領域540と、インク残量を示すインク残量表示領域5
50と、印刷プレビューを指示するボタン560と、設
定事項を案内表示するガイド領域570とが表示され
る。また、ウインドウ500には、設定事項について確
定する指示入力を行うための「OK」ボタン領域501
と、入力事項をキャンセルする指示入力を行うための
「キャンセル」ボタン領域502と、ヘルプを表示する
指示入力を行うための「ヘルプボタン」領域503等が
表示される。
The basic setting window 510 includes a paper type area 520 for setting a paper type in a pull-down menu format, and an ink selection area 530 for selecting ink.
A mode setting area 540 for setting a print mode at the time of printing, and an ink remaining amount display area 5 indicating an ink remaining amount.
50, a button 560 for instructing a print preview, and a guide area 570 for guiding and displaying setting items are displayed. In the window 500, an “OK” button area 501 for inputting an instruction to determine a setting item is displayed.
A "cancel" button area 502 for inputting an instruction to cancel an input item and a "help button" area 503 for inputting an instruction to display help are displayed.

【0037】モード設定領域540には、解像度、印刷
速度等に関係する項目として、推奨設定541、オート
フォトファイン542、詳細設定543の各選択肢が用
意されている。また、色調に関する設定として、地域
(言語)別色補正指示544と、地域(言語)を指定す
るための地域(言語)指定領域545と、それに付随す
るプルダウンメニュー546、印刷条件に合うイメージ
を表示するモード設定見本表示領域547が用意されて
いる。ここで、地域(言語)別色補正指示544がオ
ン、すなわち、選択されている状態の場合、プリンタド
ライバにおける地域指定がOSによる地域指定より優先
される。図3,図4は、選択された状態にある。また、
本実施形態では、解像度、印刷速度等に関係する項目と
して、推奨設定541、オートフォトファイン542、
詳細設定543の各選択肢に関連して、地域(言語)指
定が可能となっている。このようにすることで、解像度
等の印刷の質に応じて、色調の補正を対応させることが
できる。もちろん、地域指定と、解像度等とを組み合わ
せずに指定できるようにしてもよい。
In the mode setting area 540, options such as a recommended setting 541, an auto photo fine 542, and a detailed setting 543 are prepared as items relating to resolution, printing speed, and the like. Further, as a setting relating to the color tone, a color correction instruction 544 for each region (language), a region (language) designation area 545 for designating a region (language), a pull-down menu 546 associated therewith, and an image matching the printing conditions are displayed. A mode setting sample display area 547 is prepared. Here, when the region (language) -specific color correction instruction 544 is on, that is, in a selected state, the region designation in the printer driver has priority over the region designation by the OS. FIG. 3 and FIG. 4 are in a selected state. Also,
In the present embodiment, the recommended settings 541, the auto photo fine 542,
A region (language) can be designated in relation to each option in the detailed setting 543. In this manner, color tone correction can be performed in accordance with print quality such as resolution. Of course, it may be possible to specify the area without combining the area specification and the resolution.

【0038】プルダウンメニュー546には、OSが対
応する地域(言語)を示す情報、例えば、ドイツ語、英
語、日本語等が列挙されている。本実施形態では、地域
を言語により指定する。しかし、本発明は、これに限ら
れない。例えば、大陸、島、国、地域、集団等で指定で
きるようにしてもよい。集団としては、例えば、企業、
学校等が挙げられる。
The pull-down menu 546 lists information indicating a region (language) corresponding to the OS, for example, German, English, Japanese, and the like. In the present embodiment, the area is specified by language. However, the present invention is not limited to this. For example, designation may be made by continent, island, country, region, group, and the like. As a group, for example, companies,
Schools and the like.

【0039】印刷条件管理部254は、印刷制御部25
1において、色変換の際、用紙種類、印刷モードに対応
する色変換情報を保持する。また、本実施の形態では、
該当する色変換情報が無い場合、その取得支援処理も行
う。具体的には、インターネットを介してダウンロード
することの支援処理を行うことができる。
The print condition management unit 254 includes a print control unit 25
1, color conversion information corresponding to a paper type and a print mode is held during color conversion. In the present embodiment,
If there is no corresponding color conversion information, an acquisition support process is also performed. Specifically, a support process for downloading via the Internet can be performed.

【0040】色変換情報は、例えば、LUTの形態で保
持される。このテーブルでは、入力値群と出力値群とが
対応付けられている。入力値群としては、画像データに
おいて表れることが想定される各色の階調を特定する入
力値の組合せを複数組有する。具体的には、例えば、R
GBの各色について256階調をそれぞれ特定する値の
組合せが複数組存在する。一方、出力値群としては、印
刷時に再現される色として表れることが想定される各色
の階調を特定する複数の出力値の組合せを複数組有す
る。具体的には、例えば、CMYKおよびLCLMの各
色の階調をそれぞれ特定する値の組合せが複数組存在す
る。LUTは、入力値群の各入力値の組合せと、出力値
群の対応する出力値の組合せとを対応付ける。従って、
ある入力値の組合せが与えられることで、対応する出力
値の組合せが特定される。
The color conversion information is held, for example, in the form of an LUT. In this table, an input value group and an output value group are associated with each other. The input value group includes a plurality of combinations of input values that specify the gradation of each color expected to appear in the image data. Specifically, for example, R
There are a plurality of combinations of values that specify 256 gradations for each of the colors GB. On the other hand, the output value group includes a plurality of combinations of a plurality of output values that specify the gradation of each color that is expected to appear as a color reproduced during printing. Specifically, for example, there are a plurality of combinations of values for specifying the gradation of each color of CMYK and LCLM. The LUT associates a combination of each input value of the input value group with a corresponding combination of output values of the output value group. Therefore,
Given a certain combination of input values, a corresponding combination of output values is specified.

【0041】色変換情報の決定ロジックは、例えば、図
8に模式的に示すように、階層的に組み立てられる。L
UT選択処理2540では、まず、インクの違いにより
大別され、それぞれのインク毎に、さらに、用紙の種類
毎に分けられる。さらに、解像度毎に分けられる。ここ
で、LUTは、各解像度対応に決定される。インクを特
定する選択肢として、図8では、原料の選択肢2541
として、染料系および顔料系を示すが、これに限られな
い。例えば、それぞれについて複数種の濃度毎の選択肢
があり得る。用紙の種類2542としては、例えば、普
通紙、スパーファイン(SF)紙、光沢紙等がある。さ
らに、解像度2543としては、例えば、180dp
i、360dpi、720dpi等が挙げられる。した
がって、LUTとしては、インク特定情報、用紙の種類
および解像度を組み合わせて一つのLUTが構成され
る。すなわち、図8の解像度の階層において、選択肢の
数に相当するLUTが存在することとなる。
The logic for determining the color conversion information is assembled hierarchically, for example, as schematically shown in FIG. L
In the UT selection processing 2540, first, it is roughly classified according to the difference in ink, and is further divided for each ink and further for each paper type. Furthermore, it is divided for each resolution. Here, the LUT is determined for each resolution. As an option for specifying the ink, in FIG.
Are shown, but are not limited thereto. For example, there may be multiple options for each concentration for each. Examples of the paper type 2542 include plain paper, spur fine (SF) paper, glossy paper, and the like. Further, as the resolution 2543, for example, 180 dp
i, 360 dpi, 720 dpi and the like. Therefore, as an LUT, one LUT is configured by combining the ink identification information, the paper type, and the resolution. That is, in the resolution hierarchy of FIG. 8, there are LUTs corresponding to the number of options.

【0042】本発明では、地域に応じた色調とするため
の色変換情報を用いる。そのため、解像度対応に、それ
ぞれ地域固有の色調とするための色変換情報が用いられ
る。このために、LUTは、前記解像度に対応するもの
の他、各地域固有の色調とするためのLUTが必要とな
る。しかし、各地域ごとにLUTを用意すると、膨大な
データ量となる。そこで、本実施形態では、解像度の階
層の選択肢に相当するLUTに対し、地域に応じた色調
とするための補正を行う際に用いられる色補正情報を用
意する。例えば、ドイツ語、英語、日本語等の言語対応
に地域を特定して、それぞれに応じた色調とする補正を
行うための地域1−色補正情報、地域2−色補正情報、
……、地域n−色補正情報のように、各地域対応の色補
正情報2544を有する。このようにすることで、保持
すべきLUTのデータ量を減らすことを可能としてい
る。なお、地域色補正情報は、すべての地域について異
なっている場合もあり得るが、実際には、複数の地域に
ついて、同じ色調としても、区別することは困難であ
る。そこで、印刷後に、ほとんど同一の色調となるもの
については、まとめて、共通の色補正情報を用いること
とする。このようにすることで、保持すべき色補正情報
のデータ量をさらに減少させることができる。
In the present invention, color conversion information for obtaining a color tone corresponding to a region is used. Therefore, color conversion information for obtaining a color tone specific to each area is used for resolution. For this reason, in addition to the LUT corresponding to the resolution, an LUT for obtaining a color tone unique to each region is required. However, if an LUT is prepared for each region, a huge amount of data is required. Therefore, in the present embodiment, color correction information used when performing correction for obtaining a color tone corresponding to a region is prepared for an LUT corresponding to a resolution hierarchy option. For example, a region 1 is specified for languages such as German, English, and Japanese, and region 1-color correction information, region 2-color correction information,
.., Like area n-color correction information, has color correction information 2544 corresponding to each area. This makes it possible to reduce the data amount of the LUT to be held. It should be noted that the regional color correction information may be different for all regions, but in practice, it is difficult to distinguish a plurality of regions even if they have the same color tone. For this reason, common color correction information is used for those having almost the same color tone after printing. By doing so, the data amount of the color correction information to be held can be further reduced.

【0043】ところで、通常は、使用するインクが特定
されているため、前述したLUTのうち、インクによっ
て選択される部分は、固定的に定まる。もちろん、イン
クの種類を交換することが可能なプリンタの場合には、
インクの種類を選択、または、インクカートリッジに装
着されているメモリに記録されるインクの種類を表す情
報をプリンタドライバ250が取得して、インクの種類
に応じたLUTが選択される。また、用紙の種類は、用
紙の種類の選択により決定される。一方、解像度は、モ
ード指定の際に、仕上げ状態、印刷速度等に応じて決定
される印刷モードに対応して決められる。
By the way, since the ink to be used is usually specified, the portion selected by the ink in the above LUT is fixedly determined. Of course, in the case of a printer that can change the ink type,
The printer driver 250 obtains information indicating the type of ink or the type of ink recorded in the memory mounted on the ink cartridge, and selects an LUT according to the type of ink. The type of paper is determined by selecting the type of paper. On the other hand, the resolution is determined according to a print mode determined according to a finishing state, a printing speed, and the like when the mode is designated.

【0044】これらのLUTおよび色補正情報は、すべ
て印刷条件管理部254において管理することができ
る。すなわち、プリンタドライバの出荷時に、予め用意
されたLUTを解像度2543の階層の選択肢対応に記
憶しておき、それぞれのLUTを、インク特定情報、用
紙種類情報および解像度情報の組合せにより選択できる
ようにしておく。これにより、インク種類2541、用
紙種類2542および解像度2543が決まると、必然
的に使用されるべきLUTが決定される。そして、さら
に、地域指定が行われると、その地域指定情報に基づい
て、色補正情報が決定され、関連するLUTと色補正情
報とを色変換情報として用いることで、色変換が行われ
る。
These LUTs and color correction information can all be managed by the printing condition management unit 254. That is, at the time of shipment of the printer driver, a prepared LUT is stored in correspondence with the choice of the hierarchy of the resolution 2543, and each LUT can be selected by a combination of the ink identification information, the paper type information and the resolution information. deep. With this, when the ink type 2541, the paper type 2542, and the resolution 2543 are determined, the LUT to be used inevitably is determined. Then, when the area is specified, color correction information is determined based on the area specification information, and color conversion is performed by using the related LUT and color correction information as color conversion information.

【0045】LUTは、色変換に必要なすべてのRGB
の階調の組合せと、それに対応するCMYKとLCLM
の各階調の組合せを用意する。しかし、そのための情報
は膨大であるため、前述したように、RGBの格子を形
成、その格子点を代表的な組合せとしてデータを用意
し、格子点間のRGBの各色についての階調の組合せ
は、補間演算で算出する。本実施の形態においても、そ
の方式を採る。
The LUT contains all RGB necessary for color conversion.
Combinations of gradations, and corresponding CMYK and LCLM
Are prepared. However, since the information for this is enormous, as described above, an RGB grid is formed, data is prepared using the grid points as a representative combination, and the gradation combination for each color of RGB between the grid points is , Calculated by interpolation. This embodiment also employs that method.

【0046】なお、各解像度対応にLUTを設けなくと
もよい。いずれかの解像度についてのLUTを標準LU
Tとして、それに対する色補正情報を持つことで、他の
解像度について、色変換情報の用意をするようにしても
よい。また、いずれかの用紙の種類について、各解像度
毎のLUTを用意し、異なる用紙の種類については、そ
れぞれ対応する色補正情報を持つ構成とすることもでき
る。これは、インクの種琉に対応する場合についても同
様とすることができる。このように色補正情報を用いる
ことで、色変換情報を、すべてLUTの形式で保存する
場合に比べて、少ない記憶領域で保存することができ
る。
It is not necessary to provide an LUT for each resolution. The LUT for any resolution is standard LU
By having color correction information corresponding to T, color conversion information may be prepared for other resolutions. Further, it is also possible to prepare a LUT for each resolution for any type of paper, and to have color correction information corresponding to each different paper type. This can be similarly applied to a case corresponding to the kind of ink. By using the color correction information in this manner, the color conversion information can be stored in a smaller storage area as compared with the case where all the color conversion information is stored in the LUT format.

【0047】標準LUTおよび色補正情報については、
予めプリンタドライバと共に用意され、プリンタドライ
バをインストールする際に、併せて、コンピュータ本体
200に取り込まれる。インストールされた標準LUT
および色補正情報は、色情報管理部254の管理下に置
かれる。
For the standard LUT and the color correction information,
It is prepared together with the printer driver in advance, and is installed in the computer main body 200 when the printer driver is installed. Standard LUT installed
The color correction information and the color correction information are placed under the management of the color information management unit 254.

【0048】もちろん、新たな標準LUTおよび色補正
情報を追加してインストールすることもできる。また、
標準LUTをプリンタドライバに用意しておき、色補正
情報を追加インストールするようにしてもよい。例え
ば、記憶素子400から取得すること、Webサイトか
らダウンロードすること等が可能である。色補正情報が
格納されていない場合、例えば、これに代えてダウンロ
ード元となるWebサイトのアドレス(URL)を格納
しておくことができる。これにより、当該URLを利用
して、色補正情報をダウンロードすることができる。こ
のようにすることで、すべての地域について色補正情報
を予め用意しておくことを避けることが可能となる。本
実施の形態では、追加されたLUTは、色情報管理部2
54の管理下に置かれ、色変換時に利用される。
Of course, a new standard LUT and color correction information can be additionally installed. Also,
A standard LUT may be prepared in a printer driver, and color correction information may be additionally installed. For example, it can be obtained from the storage element 400 or downloaded from a website. When the color correction information is not stored, for example, an address (URL) of a Web site as a download source can be stored instead. As a result, the color correction information can be downloaded using the URL. By doing so, it is possible to avoid preparing color correction information for all areas in advance. In the present embodiment, the added LUT is the color information management unit 2
It is placed under the management of 54 and used at the time of color conversion.

【0049】図5に、地域(言語)指定情報2544a
と、それに対応する色補正情報の格納場所を示す色補正
情報ポインタ2544bとを対応させるテーブルの一例
を示す。ここで、いずれかの地域(言語)指定情報に対
応する色補正情報が存在しない場合、ダウンロード元と
なるWebサイトのアドレス(URL)を格納してお
く。
FIG. 5 shows region (language) designation information 2544a.
An example of a table for associating a color correction information pointer 2544b indicating the storage location of the corresponding color correction information is shown. Here, if there is no color correction information corresponding to any of the region (language) designation information, the address (URL) of the Web site as the download source is stored.

【0050】地域(言語)指定情報と色補正情報とは、
必ずしも一対一対応するわけではない。例えば、複数の
地域(言語)指定情報が同じ色補正情報に対応すること
があり得る。この場合には、異なる地域(言語)指定情
報について、同じ色補正情報を示すポインタが対応す
る。
The region (language) designation information and the color correction information
It does not necessarily correspond one-to-one. For example, a plurality of region (language) designation information may correspond to the same color correction information. In this case, pointers indicating the same color correction information correspond to different region (language) designation information.

【0051】なお、プリンタドライバにLUTを用意せ
ず、すべて外部から導入するようにしてもよい。導入の
仕方は、前述したとおり、記憶素子400から読み出す
こと、インターネット等によりダウンロードすることに
より対処することができる。
It should be noted that the LUT may not be prepared in the printer driver but all may be introduced from outside. As described above, the method of introduction can be dealt with by reading out from the storage element 400 or downloading it through the Internet or the like.

【0052】色補正情報は、例えば、次のように構成す
ることができる。すなわち、色補正情報として、標準L
UTに用意される色変換情報における差異が生じる部分
の値について、それを置き換えて使用する値を用意する
こと、標準色変換情報における差異が生じる部分の値に
ついて、それを補正するための差分値を用意すること等
が可能である。もちろん、これらに限定されない。この
ような色補正情報を用いる場合には、例えば、標準LU
Tの値を用いることができる範囲では、それを用い、用
いることができない範囲では、補正LUTの値を用い
る。このようにすることで、少ないデータ量で、多くの
LUTを用意したと同様に対応することが可能となる。
また、異なる地域が新たな指定されたり、新たに対応す
べき用紙の種類が増えたりした場合に、LUT全体を用
意せずに、差異がある部分のみについて色補正情報を用
意することで対処することができる。
The color correction information can be constituted, for example, as follows. That is, as the color correction information, the standard L
For the value of the part where the difference occurs in the color conversion information prepared in the UT, prepare a value to be used by replacing it. For the value of the part where the difference occurs in the standard color conversion information, a difference value for correcting it Can be prepared. Of course, it is not limited to these. When such color correction information is used, for example, the standard LU
In the range where the value of T can be used, it is used, and in the range where it cannot be used, the value of the correction LUT is used. By doing so, it is possible to deal with a small amount of data in the same manner as when many LUTs are prepared.
Further, when a different region is newly designated or the type of paper to be newly dealt with is increased, color correction information is prepared only for a difference portion without preparing the entire LUT. be able to.

【0053】また、印刷条件管理部254は、印刷を行
う際に、印刷データ生成部251が指定された地域(言
語)に対応する色補正情報を用意していない場合、「適
合する色補正情報が用意されていない」旨、および、
「用意されている色補正情報のうち、近い値を有する色
補正情報を用いて印刷してよいか」の承認の入力を求め
るための画面を、入出力制御部253により表示装置に
表示させる。また、この表示画面には、対応する色補正
情報を入手するための方法について案内するメッセージ
を併せて表示することができる。その際、表示画面内
に、ダウンロードのためのクリックボタンを併せて表示
させ、インターネットを介して必要な色補正情報をダウ
ンロードすることができるようにしてもよい。この場
合、対応する色補正情報をダウンロードすることのほ
か、対応するLUTは、色補正情報をダウンロードする
ことでができる。ダウンロードされたLUTは、印刷条
件管理部254の管理下に置かれ、色変換時に利用され
る。
When performing printing, if the print data generation unit 251 does not prepare the color correction information corresponding to the designated area (language), the printing condition management unit 254 determines that the “compatible color correction information Is not available ", and
The input / output control unit 253 causes the input / output control unit 253 to display a screen on the display device for requesting an input of an approval of “Is it possible to print using color correction information having a close value among the prepared color correction information?” In addition, a message that guides a method for obtaining corresponding color correction information can be displayed on the display screen. At this time, a click button for download may be displayed on the display screen so that necessary color correction information can be downloaded via the Internet. In this case, in addition to downloading the corresponding color correction information, the corresponding LUT can be downloaded by downloading the color correction information. The downloaded LUT is placed under the control of the printing condition management unit 254, and is used at the time of color conversion.

【0054】色変換情報の考え方として、解像度の階層
におけるLUTを、地域によらず中立的な色調となるよ
うに設定し、各地域毎に、色補正情報を用意する構成と
することができる。また、他の考え方として、解像度の
階層におけるLUTを、いずれかの地域の色調となるよ
うに調整しておき、他の地域について、色補正情報を設
ける構成とすることもできる。例えば、指定される可能
性が高い地域について、その地域固有の色調を実現する
ため、当該地域について、LUTを用意してもよい。具
体的には、日本語版OS、英語版OS等のOSの対応言
語に関する地域については、他の地域より指定される可
能性が高いため、LUTを用意することが考えられる。
As a concept of the color conversion information, a configuration is possible in which the LUT in the resolution hierarchy is set to have a neutral color tone regardless of the region, and color correction information is prepared for each region. As another concept, the LUT in the resolution hierarchy may be adjusted so as to have a color tone in any region, and color correction information may be provided for other regions. For example, an LUT may be prepared for a region that is likely to be specified, in order to realize a color tone unique to that region. Specifically, an LUT may be prepared for a region related to a language supported by an OS such as a Japanese OS or an English OS because it is more likely to be specified from another region.

【0055】図2(b)に印刷制御部160の機能構成
を示す。印刷制御部160は、印刷機構100の動作を
制御する印刷機構制御部171と、記憶素子400から
インク情報を読み出すと共に、インク情報の更新を行
い、かつ、コンピュータ本体200からの要求に応じ
て、インク情報を送信する用紙・インク情報管理部17
2と、コンピュータ本体200との間でデータの授受を
行う通信制御部174とを有する。これらの機能は、C
PU161がROM162に格納されるプログラムを実
行することにより実現される。
FIG. 2B shows a functional configuration of the print control unit 160. The print control unit 160 reads out ink information from the storage element 400, updates the ink information, and responds to a request from the computer main body 200, with a print mechanism control unit 171 that controls the operation of the print mechanism 100. Paper / ink information management unit 17 for transmitting ink information
2 and a communication control unit 174 that exchanges data with the computer main body 200. These functions are
This is realized by the PU 161 executing a program stored in the ROM 162.

【0056】次に、本発明の印刷制御装置の動作につい
て、図6および図7をさらに参照して、説明する。
Next, the operation of the print control apparatus of the present invention will be described with further reference to FIGS.

【0057】インクカートリッジが装着され、プリンタ
1の電源がオンされると、印刷制御部160が起動され
る。すなわち、CPU161は、通信制御部174、印
刷制御機構管理部171および用紙・インク情報管理部
として機能する。印刷機構制御部171は、印刷機構1
00に対して初期設定処理等の各種準備処理を行う。ま
た、用紙・インク情報管理部172は、記憶素子400
に記憶されている情報を読み出し、記憶されていた内容
をEEPROM165に格納する。また、操作パネル1
67からの用紙種類特定の設定が行われると、用紙・イ
ンク情報管理部172は、入力された情報をインタフェ
ース166を介して取り込み、EEPROM165の該
当する領域に格納する。
When the ink cartridge is mounted and the power of the printer 1 is turned on, the print control unit 160 is started. That is, the CPU 161 functions as the communication control unit 174, the print control mechanism management unit 171 and the paper / ink information management unit. The printing mechanism control unit 171 controls the printing mechanism 1
Various preparation processes such as an initial setting process are performed on 00. The paper / ink information management unit 172 stores the storage element 400.
Is read, and the stored contents are stored in the EEPROM 165. Operation panel 1
When the paper type specific setting from 67 is performed, the paper / ink information management unit 172 fetches the input information via the interface 166 and stores the information in a corresponding area of the EEPROM 165.

【0058】一方、コンピュータ本体200において
は、プリンタ1に設定されている各種の情報を取り込ん
で、印刷時の条件設定において参照できるようにする。
また、コンピュータ本体200を制御しているOSにお
いて、地域指定がなされているものとする。
On the other hand, the computer main body 200 fetches various information set in the printer 1 so that the information can be referred to in setting conditions at the time of printing.
It is also assumed that an area controlling the OS controlling the computer body 200 has been designated.

【0059】ここで、図7を参照して、印刷時の動作に
ついて説明する。コンピュータ本体200では、プリン
タドライバ250は、印刷データ生成部251が、OS
において設定されているOS地域(言語)指定情報を取
得する(ステップ2001)。次に、ドライバに地域指
定情報が設定されているかを調べる(ステップ200
2)。これは、前述したように、図3、図4に示す地域
(言語)別色補正の指示544において、オンに設定さ
れているかを調べる。この設定は、プリンタドライバ2
50が保存しているデータを調べることで知ることがで
きる。ここで、オンに設定されている場合には、当該ド
ライバで設定されたドライバ地域(言語)指定情報をセ
ットする(ステップ2003)。一方、オンに設定され
ていない場合には、OS地域(言語)指定情報をセット
する(ステップ2004)。そして、印刷実行指示を待
つ(ステップ2006)。
Here, the operation at the time of printing will be described with reference to FIG. In the computer main body 200, the printer driver 250 includes a print data generation unit
The OS area (language) designation information set in step (1) is acquired (step 2001). Next, it is checked whether or not the area designation information is set in the driver (step 200).
2). For this, as described above, it is checked whether or not the region (language) -specific color correction instruction 544 shown in FIGS. 3 and 4 is set to ON. This setting is for the printer driver 2
It can be known by examining the data stored by the 50. If it is set to ON, the driver area (language) designation information set for the driver is set (step 2003). On the other hand, if it is not set to ON, the OS area (language) designation information is set (step 2004). Then, it waits for a print execution instruction (step 2006).

【0060】印刷指示があると、印刷データ生成手段2
51は、印刷条件管理手段254から印刷条件を取得す
る。その印刷条件の内には、セットされている地域(言
語)指定情報に対応する色補正情報を取得も含まれる。
色補正情報は、図5に示すように、地域(言語)指定情
報に対応に予め与えられる。ここで、対応する色補正情
報が存在しない場合には、前述したように、メッセージ
を表示させる。また、Webサイトからのダウンロード
が行えるように、URLを表示する。なお、このURL
の表示自体をインターネットにリンクさせるようにして
もよい。
When there is a print instruction, the print data generating means 2
51 obtains printing conditions from the printing condition management means 254. The printing conditions include obtaining color correction information corresponding to the set area (language) designation information.
As shown in FIG. 5, the color correction information is provided in advance in correspondence with the area (language) designation information. Here, when there is no corresponding color correction information, a message is displayed as described above. Also, a URL is displayed so that downloading from a Web site can be performed. Note that this URL
May be linked to the Internet.

【0061】ここで、色補正情報が取得できた場合、印
刷条件、すなわち、用紙、印刷モード等から、使用する
LUTを捕捉すると共に、それに対する色補正情報を取
得して、色変換を行う(ステップ2007)。その後、
ハーフトーン処理等の処理を行って、印刷データを生成
し、これをプリンタに向けて送る(ステップ200
8)。
Here, when the color correction information can be obtained, the LUT to be used is captured from the printing conditions, that is, the paper, the print mode, and the like, and the color correction information for the LUT is obtained and color conversion is performed ( Step 2007). afterwards,
The print data is generated by performing a process such as a halftone process and transmitted to the printer (step 200).
8).

【0062】このようにして、ユーザの指定により、ま
たは、OSの指定により、それぞれに応じた地域固有の
色調で、印刷を行うことが可能となる。ここで、用紙を
変更したり、印刷モードを変更すると、それに伴って、
LUTが選択され、また、それに対応する色補正情報が
選択される。
In this manner, printing can be performed in a region-specific color tone corresponding to each of the user's designation and the OS's designation. Here, if you change the paper or change the print mode,
The LUT is selected, and the corresponding color correction information is selected.

【0063】次に、地域(言語)指定情報のユーザによ
る設定について、図6を参照して説明する。なお、ユー
ザは、OSの地域指定において、地域の指定を行うこと
ができる。その場合には、指定された地域(言語)指定
情報が保存され、次からは、その情報が用いられる。こ
こでは、プリンタドライバ250による地域(言語)指
定情報の設定について説明する。
Next, the setting of the area (language) designation information by the user will be described with reference to FIG. Note that the user can specify a region in the region specification of the OS. In that case, the designated area (language) designation information is stored, and the information is used from the next time. Here, the setting of the area (language) designation information by the printer driver 250 will be described.

【0064】ユーザが、印刷条件を設定するための指示
を入力すると、入出力制御部253は、図3に示す設定
画面を表示装置に表示させる。それと共に、それまでに
設定されている印刷条件を印刷条件管理部254から取
得する(ステップ1001)。そして、その印刷条件に
合う印刷イメージを見本としてモード設定見本表示領域
547に表示する(ステップ1002)。この状態で、
操作入力を待つ(ステップ1003)。
When the user inputs an instruction for setting printing conditions, the input / output control unit 253 causes the display device to display a setting screen shown in FIG. At the same time, the printing conditions that have been set are acquired from the printing condition management unit 254 (step 1001). Then, a print image matching the print condition is displayed as a sample in the mode setting sample display area 547 (step 1002). In this state,
Wait for an operation input (step 1003).

【0065】操作入力があると、それが設定を変更する
操作であるかを調べる(ステップ1004)。そうであ
る場合、設定入力を受け付ける(ステップ1005)。
そして、入力された設定入力に基づいて印刷条件を改め
て取得して、それに対応するモード設定見本を表示する
(ステップ1001,1002)。そして、キャンセル
ボタン502によるキャンセルがあると、それまでの操
作入力をキャンセルして(ステップ1009)、処理を
終わる。一方、または、OKボタン501による確定の
指示があると、設定値を印刷条件管理部254の管理下
において、保存する(ステップ1008)。
If there is an operation input, it is checked whether it is an operation for changing the setting (step 1004). If so, a setting input is accepted (step 1005).
Then, the printing conditions are newly acquired based on the input settings, and a corresponding mode setting sample is displayed (steps 1001 and 1002). Then, when there is a cancel by the cancel button 502, the operation input up to that time is canceled (step 1009), and the process is ended. On the other hand, or when there is an instruction to confirm with the OK button 501, the setting values are saved under the control of the printing condition management unit 254 (step 1008).

【0066】以上の処理により、設定値が新たな印刷条
件となる。例えば、地域(言語)の指定が新たに行われ
ると、以後の印刷に際しては、この指定が有効となる。
なお、その際、地域(言語)別色補正指示がオンである
ことが条件となる。印刷に際しての地域(言語)指定情
報を参照した、地域固有の色調による印刷は、前述した
とおりの手順により行われる。
With the above processing, the set value becomes a new printing condition. For example, if a region (language) is newly specified, the specification becomes effective in subsequent printing.
At this time, the condition is that the region (language) -specific color correction instruction is on. Printing in a color tone unique to a region with reference to the region (language) designation information at the time of printing is performed according to the procedure described above.

【0067】前述した実施の形態では、モード設定の表
示を行っている。これは、次のようにして行うことがで
きる。すなわち、前述した色補正情報に対応して、その
色補正情報により色調が補正されて印刷されるイメージ
を画面上で表すことができる見本イメージを予め用意し
ておき、指定された色補正情報に対応して、それをモー
ド設定見本表領域547に表示する。見本は、印刷条件
管理部254に管理され、記憶される。
In the above-described embodiment, the mode setting is displayed. This can be done as follows. That is, corresponding to the above-described color correction information, a sample image that can be displayed on a screen with an image whose color tone is corrected by the color correction information and printed is prepared in advance, and the designated color correction information is Correspondingly, it is displayed in the mode setting sample table area 547. The sample is managed and stored in the print condition management unit 254.

【0068】また、色補正された印刷データを、補正さ
れた色調を保存できる状態でRGBに変換して、モード
設定見本表領域に表示することもできる。この場合、印
刷データは、見本データを用いるが、実際の変換処理を
行う点で、見本をそのまま表示する例とは異なる。
The color-corrected print data can be converted into RGB in a state where the corrected color tone can be stored and displayed in the mode setting sample table area. In this case, the sample data is used as the print data, but is different from the example in which the sample is directly displayed in that the actual conversion process is performed.

【0069】さらに、印刷すべき実際の印刷データの一
部を、モード設定見本表領域に表示することもできる。
Further, a part of the actual print data to be printed can be displayed in the mode setting sample table area.

【0070】なお、プリンタドライバにおいて行ってい
る処理の全部または一部をプリンタの印刷制御部160
で行うようにしてもよい。また、プリンタ側で行ってい
る処理の一部をプリンタドライバ側で行うようにしても
よい。
Note that all or a part of the processing performed by the printer driver is performed by the print control unit 160 of the printer.
May be performed. Further, a part of the processing performed on the printer side may be performed on the printer driver side.

【0071】上述した実施形態では、地域を、そこで使
用される言語を指定することで指定している。本発明
は、色の好みを、例えば、地図を表示し、その地図の領
域を指定することで指定するように構成することもでき
る。また、企業ユーザ等の場合には、地域(言語)の
内、特定の言語を企業カラーに当てはめて、その地域
(言語)を指定することで、企業固有の色調による印刷
を実現できる。また、直接、地域(言語)指定情報の中
に、当該企業名を列挙し、それについて、予め特定の色
補正情報を割り当てておき、当該企業固有の色調による
印刷を可能とすることができる。これは、例えば、企業
毎に専用LUTを設け、それを地域(限度)指定情報に
割り当てることで実現することもできる。
In the embodiment described above, the area is specified by specifying the language used there. The present invention can also be configured so that the color preference is specified by, for example, displaying a map and specifying an area of the map. In the case of a corporate user or the like, by assigning a specific language to a corporate color among the regions (languages) and designating the region (language), it is possible to realize printing with a tone unique to the company. In addition, the company name can be listed directly in the region (language) designation information, and specific color correction information can be assigned to the company name in advance, and printing with a color tone unique to the company can be performed. This can be realized, for example, by providing a dedicated LUT for each company and assigning it to region (limit) designation information.

【0072】[0072]

【発明の効果】本発明によれば、ユーザが、好みに応じ
た色変換を可能とするための指定が容易に行えると共
に、限られた種類の色変換情報または補正情報を用意す
ることで、ユーザの好みに合わせた色変換を可能とす
る。
According to the present invention, the user can easily specify the color conversion according to his / her preference and prepare limited types of color conversion information or correction information. It enables color conversion according to the user's preference.

【図面の簡単な説明】[Brief description of the drawings]

【図1】 図1は、本発明の実施形態において用いられ
るハードウェアシステムの構成の一例を示すブロック
図。
FIG. 1 is a block diagram showing an example of a configuration of a hardware system used in an embodiment of the present invention.

【図2】 図2(a)は、本発明の実施形態において、
コンピュータ本体により実現される機能構成を示すブロ
ック図、図2(b)は、本実施の形態において、プリン
タによって実現される機能構成を示すブロック図。
FIG. 2A shows an embodiment of the present invention.
FIG. 2B is a block diagram showing a functional configuration realized by a computer main body, and FIG. 2B is a block diagram showing a functional configuration realized by a printer in the present embodiment.

【図3】 図3は、印刷条件を設定するための画面の一
例を示す説明図。
FIG. 3 is an explanatory diagram illustrating an example of a screen for setting print conditions.

【図4】 図4は、印刷条件を設定するための画面、出
会って、特に、地域(言語)指定の一例を示す説明図。
FIG. 4 is an explanatory diagram showing an example of a screen for setting printing conditions, and particularly, an example of area (language) designation;

【図5】 図5は、地域(言語)指定情報と色補正情報
ポインタとを格納するテーブルの一例を模式的に示す説
明図。
FIG. 5 is an explanatory diagram schematically showing an example of a table storing region (language) designation information and a color correction information pointer.

【図6】 図6は、印刷条件設定画面での印刷条件、特
に、地域(言語)指定情報の設定手順を示すフローチャ
ート。
FIG. 6 is a flowchart showing a procedure for setting printing conditions, particularly, area (language) designation information on a printing condition setting screen.

【図7】 図7は、印刷時の地域(言語)指定情報を参
照して印刷データを生成する手順を示すフローチャー
ト。
FIG. 7 is a flowchart illustrating a procedure for generating print data with reference to area (language) designation information at the time of printing.

【図8】 図8は、色変換に用いるLUTを決定するた
めの選択ロジックを模式的に示す説明図。
FIG. 8 is an explanatory diagram schematically showing selection logic for determining an LUT used for color conversion.

【符号の説明】[Explanation of symbols]

1…プリンタ 100…印刷機構 160…印刷制御部 161…CPU 162…ROM 163…RAM 164、166…I/F 165…EEPROM 167…操作パネル 171…印刷機構制御部 172…用紙・インク情報管理部 174…通信制御部 2…コンピュータ 200…コンピュータ本体 201…CPU 202…ROM 203…RAM 209…P・I/F 221…表示装置 222…キーボード 230…通信制御部 240…アプリケーション 250…プリンタドライバ 251…印刷データ生成部 252…スプールファイル記憶部 253…入出力制御部 254…印刷条件管理部 310…CD−ROM 320…フロッピディク 400…記憶素子 500…印刷条件設定ウインドウ DESCRIPTION OF SYMBOLS 1 ... Printer 100 ... Printing mechanism 160 ... Printing control part 161 ... CPU 162 ... ROM 163 ... RAM 164, 166 ... I / F 165 ... EEPROM 167 ... Operation panel 171 ... Printing mechanism control part 172 ... Paper / ink information management part 174 ... Communication control unit 2 ... Computer 200 ... Computer body 201 ... CPU 202 ... ROM 203 ... RAM 209 ... P / I / F 221 ... Display device 222 ... Keyboard 230 ... Communication control unit 240 ... Application 250 ... Printer driver 251 ... Print data Generation unit 252 Spool file storage unit 253 Input / output control unit 254 Printing condition management unit 310 CD-ROM 320 Floppy disk 400 Storage element 500 Printing condition setting window

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5B057 AA11 CA01 CA08 CA12 CA16 CB01 CB08 CB12 CB16 CC01 CE17 CH18 5C077 LL19 MP01 MP08 PP32 PP34 PP37 PQ08 PQ23 TT02 5C079 HB01 HB03 HB12 LA01 LA31 LB00 MA04 NA03 NA06 NA18 PA03  ──────────────────────────────────────────────────続 き Continued on the front page F term (reference) 5B057 AA11 CA01 CA08 CA12 CA16 CB01 CB08 CB12 CB16 CC01 CE17 CH18 5C077 LL19 MP01 MP08 PP32 PP34 PP37 PQ08 PQ23 TT02 5C079 HB01 HB03 HB12 LA01 LA31 LB00 MA03 NA03 NA03 NA06

Claims (11)

【特許請求の範囲】[Claims] 【請求項1】 画像データに基づいて、画像形成装置に
おいて印刷する印刷データを生成する印刷データ生成装
置において、 画像データにおいて表れる色を、印刷データにおいて、
予め定めた地域に応じた色に変換するための色変換情報
を保持する機能を有する印刷条件管理手段と、 画像データについて、前記色変換情報を用いて色変換処
理を行って印刷データを生成する印刷データ生成手段
と、 地域を指定する指示を受け付ける手段とを備え、 前記印刷データ生成手段は、前記指定された地域を示す
情報を取得し、前記印刷条件管理手段が管理する対応す
る色変換情報を用いて前記色変換を行うことを特徴とす
る印刷データ生成装置。
1. A print data generating apparatus for generating print data to be printed by an image forming apparatus based on image data, wherein a color represented in the image data is represented by
A print condition management unit having a function of retaining color conversion information for converting to a color corresponding to a predetermined region; and generating print data by performing a color conversion process on the image data using the color conversion information. A print data generating unit, and a unit for receiving an instruction to specify a region, wherein the print data generating unit acquires information indicating the specified region, and corresponding color conversion information managed by the print condition managing unit. A print data generating apparatus for performing the color conversion using
【請求項2】 画像データに基づいて、画像形成装置に
おいて印刷する印刷データを生成する印刷データ生成装
置において、 画像データにおいて表れる色を、印刷データにおいて、
予め定めた地域に応じた色に変換するための色変換情報
を保持する機能を有する印刷条件管理手段と、 画像データについて、前記色変換情報を用いて色変換処
理を行って印刷データを生成する印刷データ生成手段と
を備え、 前記印刷データ生成手段は、オペレーティングシステム
において管理されている地域を示す情報を取得し、前記
印刷条件管理手段が管理する対応する色変換情報を用い
て前記色変換を行うことを特徴とする印刷データ生成装
置。
2. A print data generating apparatus for generating print data to be printed in an image forming apparatus based on image data, wherein a color appearing in the image data is represented by
A print condition management unit having a function of retaining color conversion information for converting to a color corresponding to a predetermined region; and generating print data by performing a color conversion process on the image data using the color conversion information. A print data generation unit, wherein the print data generation unit acquires information indicating an area managed by the operating system, and performs the color conversion using corresponding color conversion information managed by the print condition management unit. A print data generation apparatus characterized in that the print data generation is performed.
【請求項3】 請求項2に記載の印刷データ生成装置に
おいて、 地域を指定する指示を受け付ける手段をさらに備え、 前記印刷データ生成手段は、前記印刷データ生成手段に
より地域を示す情報が指定されている場合には、当該地
域を示す情報を取得し、前記印刷データ生成手段により
地域を示す情報が指定されていない場合には、オペレー
ティングシステムにおいて管理されている地域を示す情
報を取得し、前記印刷条件管理手段が管理する対応する
色変換情報を用いて前記色変換を行うことを特徴とする
印刷データ生成装置。
3. The print data generation device according to claim 2, further comprising: a unit that receives an instruction to specify a region, wherein the print data generation unit receives information indicating the region by the print data generation unit. If the information indicates the area, the information indicating the area managed by the operating system is obtained if the information indicating the area is not specified by the print data generation unit. A print data generation apparatus, wherein the color conversion is performed using corresponding color conversion information managed by a condition management unit.
【請求項4】 請求項1、2および3のいずれか一項に
記載の印刷データ生成装置において、 前記印刷条件管理手段は、前記色変換情報として、前記
地域に応じた色とするための複数種の色変換情報を有
し、 前記印刷データ生成手段は、地域を指定する情報に基づ
いて、対応する色変換情報を用いて色変換処理を行うこ
とを特徴とする印刷データ生成装置。
4. The print data generation device according to claim 1, wherein the print condition management unit includes a plurality of print condition management units configured to output the color conversion information as a color corresponding to the region. A print data generation apparatus, which has a kind of color conversion information, wherein the print data generation means performs a color conversion process using corresponding color conversion information based on information designating a region.
【請求項5】 請求項1、2および3のいずれか一項に
記載の印刷データ生成装置において、 前記印刷条件管理手段は、前記色変換情報として、標準
となる標準色変換情報、および、この標準色変換情報に
ついて、前記地域に応じた色に補正するための色補正情
報を保持し、 前記印刷データ生成手段は、地域を指定する情報に基づ
いて、前記標準色変換情報により色変換が行える場合に
は、標準色変換情報を用いて色変換処理を行い、前記色
補正情報がある場合には、前記標準色変換情報および色
補正情報を用いて色変換処理を行うことを特徴とする印
刷データ生成装置。
5. The print data generation device according to claim 1, wherein the print condition management unit includes, as the color conversion information, standard color conversion information that is a standard, and The standard color conversion information holds color correction information for correcting to a color corresponding to the region, and the print data generation unit can perform color conversion by the standard color conversion information based on information specifying a region. In this case, the color conversion processing is performed using the standard color conversion information, and if the color correction information is present, the color conversion processing is performed using the standard color conversion information and the color correction information. Data generator.
【請求項6】 請求項1〜5のいずれか一項に記載の印
刷データ生成装置において、 前記印刷条件管理手段は、指定可能な用紙の種類に応じ
た色変換情報を有し、かつ、指定可能な用紙のうち、少
なくとも1種について、前記予め定めた地域に応じた色
に変換するための色変換情報を保持することを特徴とす
る印刷データ生成装置。
6. The print data generation device according to claim 1, wherein the print condition management unit has color conversion information corresponding to a type of paper that can be specified, and A print data generating apparatus for storing color conversion information for converting at least one of possible papers into a color corresponding to the predetermined area.
【請求項7】 請求項1〜6のいずれか一項に記載の印
刷データ生成装置において、 前記地域を指定する情報は、言語を指定する情報である
ことを特徴とする印刷データ生成装置。
7. The print data generation apparatus according to claim 1, wherein the information for specifying the area is information for specifying a language.
【請求項8】 画像データに基づいて、画像形成装置に
おいて印刷する印刷データをコンピュータに生成させる
プリンタドライバであって、 画像データにおいて表れる色を、印刷データにおいて、
予め定めた地域に応じた色に変換するための色変換情報
を有し、かつ、 前記色変換情報を管理する機能と、 画像データについて、前記色変換情報を用いて色変換処
理を行って印刷データを生成する機能と、 地域を指定する指示を受け付ける機能とを前記コンピュ
ータに実行させ、 前記印刷データを生成する機能を実行するに際し、前記
コンピュータに、前記指定された地域を示す情報を取得
させて、前記印刷条件管理手段が管理する対応する色変
換情報を用いて前記色変換を行わせることを特徴とする
プリンタドライバ。
8. A printer driver for causing a computer to generate print data to be printed in an image forming apparatus based on image data, wherein a color represented in the image data is represented by
It has color conversion information for converting to a color corresponding to a predetermined region, and has a function of managing the color conversion information, and prints image data by performing a color conversion process using the color conversion information. Causing the computer to execute a function of generating data and a function of receiving an instruction to specify a region, and causing the computer to acquire information indicating the specified region when executing the function of generating the print data. A printer driver for performing the color conversion using corresponding color conversion information managed by the printing condition management unit.
【請求項9】 画像データに基づいて、画像形成装置に
おいて印刷する印刷データをコンピュータに生成させる
プリンタドライバであって、 画像データにおいて表れる色を、印刷データにおいて、
予め定めた地域に応じた色に変換するための色変換情報
を有し、かつ、 前記色変換情報を管理する機能と、 画像データについて、前記色変換情報を用いて色変換処
理を行って印刷データを生成する印刷データを生成手す
る機能とを前記コンピュータに実行させ、 前記印刷データを生成する機能を実行するに際し、前記
コンピュータに、オペレーティングシステムにおいて管
理されている地域を示す情報を取得させ、前記印刷条件
管理手段が管理する対応する色変換情報を用いて前記色
変換を行わせることを特徴とするプリンタドライバ。
9. A printer driver for causing a computer to generate print data to be printed in an image forming apparatus based on image data, wherein a color represented in the image data is represented by
It has color conversion information for converting to a color corresponding to a predetermined area, and has a function of managing the color conversion information, and prints image data by performing a color conversion process using the color conversion information. Causing the computer to execute a function of generating print data for generating data, and executing the function of generating the print data, causing the computer to obtain information indicating an area managed by an operating system, A printer driver for causing the color conversion to be performed using corresponding color conversion information managed by the printing condition management unit.
【請求項10】 請求項9に記載のプリンタドライバに
おいて、 地域を指定する指示を受け付ける機能とをさらに、前記
コンピュータに実行させ、 前記印刷データを生成する機能を実行するに際し、前記
コンピュータが地域を指定する指示を受け付ける機能を
実行して、地域を指定する情報を取得している場合に
は、当該情報により、また、前記コンピュータが地域を
指定する指示を受け付ける機能を実行していない場合に
は、オペレーティングシステムにおいて管理されている
地域を示す情報を取得させ、前記印刷条件管理手段が管
理する対応する色変換情報を用いて前記色変換を行わせ
ることを特徴とするプリンタドライバ。
10. The printer driver according to claim 9, further comprising: causing the computer to execute a function of receiving an instruction to specify an area, wherein the computer executes the function of generating the print data. If the function to accept the instruction to specify is executed and the information to specify the area is obtained, the information is used, and if the computer does not execute the function to accept the instruction to specify the area, A printer driver for acquiring information indicating an area managed by an operating system, and performing the color conversion using corresponding color conversion information managed by the printing condition management unit.
【請求項11】 請求項8、9および10のいずれか一
項に記載のプリンタドライバを記録した記録媒体。
11. A recording medium on which the printer driver according to claim 8, 9 or 10 is recorded.
JP2001116912A 2001-04-16 2001-04-16 Printed data generating device, printer driver used therefor, and recording medium recording printer driver Pending JP2002314830A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001116912A JP2002314830A (en) 2001-04-16 2001-04-16 Printed data generating device, printer driver used therefor, and recording medium recording printer driver

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001116912A JP2002314830A (en) 2001-04-16 2001-04-16 Printed data generating device, printer driver used therefor, and recording medium recording printer driver

Publications (1)

Publication Number Publication Date
JP2002314830A true JP2002314830A (en) 2002-10-25

Family

ID=18967565

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001116912A Pending JP2002314830A (en) 2001-04-16 2001-04-16 Printed data generating device, printer driver used therefor, and recording medium recording printer driver

Country Status (1)

Country Link
JP (1) JP2002314830A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007018374A (en) * 2005-07-08 2007-01-25 Canon Inc Printing control apparatus, its controlling method, control program, printer driver, and printer
JP2009524136A (en) * 2006-01-20 2009-06-25 オーセ プリンティング システムズ ゲゼルシャフト ミット ベシュレンクテル ハフツング Method, computer program product and apparatus for generating and processing document data using color management resources associated with media
JP2011082796A (en) * 2009-10-07 2011-04-21 Riso Kagaku Corp Image reader, and image processing method
JP2013069202A (en) * 2011-09-26 2013-04-18 Seiko Epson Corp Lookup table provision system, lookup table provision device, lookup table provision method, and lookup table provision program
JP2016129040A (en) * 2016-02-12 2016-07-14 セイコーエプソン株式会社 Lookup table provision system, lookup table provision device, lookup table provision method, and lookup table provision program

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007018374A (en) * 2005-07-08 2007-01-25 Canon Inc Printing control apparatus, its controlling method, control program, printer driver, and printer
JP4537276B2 (en) * 2005-07-08 2010-09-01 キヤノン株式会社 PRINT CONTROL DEVICE, ITS CONTROL METHOD, CONTROL PROGRAM, PRINTER DRIVER AND PRINT DEVICE
JP2009524136A (en) * 2006-01-20 2009-06-25 オーセ プリンティング システムズ ゲゼルシャフト ミット ベシュレンクテル ハフツング Method, computer program product and apparatus for generating and processing document data using color management resources associated with media
US8031369B2 (en) 2006-01-20 2011-10-04 Oce Printing Systems Gmbh Method, computer program product and device for generating and processing document data with media-related color management resources
JP2011082796A (en) * 2009-10-07 2011-04-21 Riso Kagaku Corp Image reader, and image processing method
JP2013069202A (en) * 2011-09-26 2013-04-18 Seiko Epson Corp Lookup table provision system, lookup table provision device, lookup table provision method, and lookup table provision program
JP2016129040A (en) * 2016-02-12 2016-07-14 セイコーエプソン株式会社 Lookup table provision system, lookup table provision device, lookup table provision method, and lookup table provision program

Similar Documents

Publication Publication Date Title
US7356181B2 (en) Embedded gamut mapping algorithm
US6680740B2 (en) Dynamic selection of data format conversion paths
JP3902816B2 (en) Color image processing apparatus and method
US6266152B1 (en) Image processing method and apparatus
US8289592B2 (en) Image processing apparatus and method with color space conversion depending on environmental light and display of color differences in areas of the image
US20010012396A1 (en) Image process method, image process apparatus and storage medium
US8422077B2 (en) Method and apparatus for performing printing job by adjusting color information
US7777914B2 (en) Image-processing device and method using combined color correction table
JP2006229402A (en) Simulation service for printed matter by way of network
EP1883222B1 (en) Image data output device, printing device, printing system, image data output program and its installation program
JP2006303984A (en) Color conversion definition generating device, program, program storage medium, and method
US20060170993A1 (en) Printer
US6829058B1 (en) Color matching, and calibrating a color-matching profile, preferably using a client-server architecture
JP2021093719A (en) Image processing apparatus, image processing method, and program
JP2002084433A (en) Image processor, host computer and image output terminal
KR101126170B1 (en) Color printing system
JP2002314830A (en) Printed data generating device, printer driver used therefor, and recording medium recording printer driver
US20040239965A1 (en) Systems and methods for generating source color space interpretations
US7986436B2 (en) Image processing apparatus and method
JP2010274616A (en) Image processing system, image processing device, image forming apparatus and program
GB2368436A (en) Named colour sustitution
JP2011249931A (en) Image forming system and image forming program
JP3715965B2 (en) Color image processing apparatus, color image processing method, storage medium, and program
JP2005316613A (en) Calibration device, calibration method, calibration program, printing controller, printing control method and printing control program
JP4986414B2 (en) Image processing method and image processing apparatus

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050516

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050607

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050802

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050823