JP2004276259A - Image formation device, its control method, computer program, and computer readable storage medium - Google Patents

Image formation device, its control method, computer program, and computer readable storage medium Download PDF

Info

Publication number
JP2004276259A
JP2004276259A JP2003066860A JP2003066860A JP2004276259A JP 2004276259 A JP2004276259 A JP 2004276259A JP 2003066860 A JP2003066860 A JP 2003066860A JP 2003066860 A JP2003066860 A JP 2003066860A JP 2004276259 A JP2004276259 A JP 2004276259A
Authority
JP
Japan
Prior art keywords
color space
color
setting
management
print data
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
JP2003066860A
Other languages
Japanese (ja)
Other versions
JP2004276259A5 (en
Inventor
Takashi Yabe
隆司 矢部
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP2003066860A priority Critical patent/JP2004276259A/en
Priority to US10/795,335 priority patent/US7298527B2/en
Publication of JP2004276259A publication Critical patent/JP2004276259A/en
Publication of JP2004276259A5 publication Critical patent/JP2004276259A5/ja
Priority to US11/928,492 priority patent/US7751085B2/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Color, Gradation (AREA)
  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)
  • Record Information Processing For Printing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To enable printing convenient for both of users among whom one regards a printing speed as important rather than color reproduction, and the other desires color reproduction with high precision to printing data expressed by a Separation color space or a DviceN color space. <P>SOLUTION: In the case where the printing data expressed by the Separation color space or the DviceN color space are received, the data are converted to an alternative color space (S4 and S9). In the case where setting is made to perform color management, a normal process is carried out. On the other hand, in the case where setting is made not to perform the color management, the alternative color space is kept as it is if it is CMYK, and is converted to CMYK if it is other than a CMYK space (S7 and S12). The data are printed as data of the CMYK color space (S8 and S13). <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明はページ記述言語(Page Description Language=PDL)で記述されたデータに従って印刷する技術に関するものである。
【0002】
【従来の技術】
ページ記述言語の代表的なものとして、PostScript(米国アドビ社の登録商標で、以下「PS」という)がある。PSは、そのバージョンとしてlevel 1,2、そして現在はPS level3にまで発展してきている。
【0003】
PS Level1,2では、その色空間としてRGB、CMYK、Grayの3通りが選択可能であって、どの色空間であるのかが印刷データ中の記述を解析することで得られる。
【0004】
従って、プリンタとしては、図1に示すようにDeviceRGB, DeviceCMYK, DeviceGray のいずれかであるかを判断し、その判断結果に従って、単純な処理によりプリンタの色空間であるC(Cyan),M(Magenta),Y(Yellow),K(Black)に変換し、印刷処理を行うことになる。たとえば、Red,Green,BlueのRGB信号のDeviceRGBであれば明るさ信号から濃度信号に変換するため、Inverse部(101)で反転しCMYに変換し、UCR,BG部(102)でUnder Color Removal(UCR)で下色除去を行い、Black Generation(BG)で黒生成を行いCMYK信号を生成する。また、CMYK信号のDeviceCMYKであれば出力プリンタ空間と同じなのでなにも処理せずそのまま出力する。更に、Gray1色のDeviceGrayであれば明るさと濃度が反転しているのでInverse部(103)で反転しK成分を生成し、KだけのCMYK信号を生成し、印刷処理を行う。
【0005】
一方、PS Level3からはUseCIEColorパラメーターを指定することによりDeviceRGB, DeviceCMYK, DeviceGrayをカラーマネージメントして出力できるようになった。すなわちUseCIEColorパラメーターをtrueにすると図2に示すような色処理フローが取られ、Falseにすると図1の処理が適用されている。
【0006】
以下に図2のカラーマネージメントの処理を説明する。まずDeviceRGBであれば予め設定されたRGB Source Profileが選択され、選択されたプロファイルを使いどのような色なのか正規化したXYZ色空間(204)に色変換される。次にそのXYZ色空間を出力するにはどのようなCMYKの組み合わせが適切かの情報が入ったプロファイルであるOutput Profile(205)に従い、その選択したプロファイルによりXYZ色空間からCMYK値に変換され、入力されたRGBがプリンタで色度的に正しい値に出力される。
【0007】
DeviceCMYKの入力に関しては、予め設定されているCMYK Simulation Profile(202)によりXYZ色空間(204)に変換される。また、DeviceGrayの入力に関しては機器内に予めもったGray Profile(203)によりXYZ色空間(204)に変換される。変換されたXYZ色空間(204)からCMYKへの変換はDeviceRGBでの変換と同様なのでここでは省略する。
【0008】
また、それぞれの信号の実際の流れを図3を用いて説明する。UseCIEColorパラメーターをtrueにするとDeviceRGBはCIEBasedABCまたはCIEBasedDEFに変換され、DeviceCMYKはCIEBasedDEFGに変換され、DeviceGrayはCIEBasedAに変換される。また、PSのカラーマネージメントの中間色空間であるXYZ色空間まで変換される。次にOutput Profile(205)の設定に従ってXYZ色空間からCMYKに変換される。
【0009】
以上、PSlevel3について説明したが、PS Level3では、上記のYMCK、RGB、GRAYのそれぞれの色空間とは別の、特殊な色材を用いて印刷する高価な専用印刷機に対応させるために、Separation色空間、DeviceN色空間というものを定義することが可能となっている。たとえば、Separation色空間では基本のCMYKでは再現できない色に対応したり、DeviceN色空間では標準のCMYK色に色を追加して色域を広げたりするときに専用の印刷機などのイメージセッターなどのユーザーに用いられている。
【0010】
Separation色空間やDeviceN色空間は、主として専用印刷機での印刷用のものであるが、この専用印刷機での印刷コストは非常に高価である。従って、普通のCMYKの4色のカラープリンタで試し印刷することも行われる。
【0011】
ここで問題になるのは、Separation色空間やDeviceN色空間は上記の如く高機能の専用印刷機のものであって、通常のYMCK色材を用いるカラープリンタの色空間にダイレクトに反映させることができない点である。つまり、通常のカラープリンタでは、Separation色空間やDeviceN色空間のデータを直接には印刷できない。
【0012】
そこで、PS level3では、Separation色空間やDeviceN色空間を、代替色空間を記述して、通常のカラープリンタでの印刷を可能にしている。
【0013】
たとえばSeparation色空間の定義例としては、次のようなものである。
[ /Separation
(LogoGreen)
/DeviceCMYK
{ dup 0.84 mul exch 0.0 exch dup 0.44 mul exch 0.21 mul }
] setcolorspace
かかる記述の意味は、印刷データは色「LogoGreen」に対するものであり、その色空間は、YMCKの色空間(代替色空間)で示すと、{…}内に記述したパラメータで変換した空間色に相当することを明記するものである。
【0014】
従って、上記のような印刷PSデータがあったとき、先ず、色LogoGreenの色空間を、与えられたCMYKの色空間に対するパラメータで表現し、これ以降に受信する印刷データで記述された色LogoGrenの値は、この代替色空間でのYMCK値を示すものとして処理することになる。
【0015】
次にDeviceN色空間の場合の記述は次の通りである。
[ /DeviceN
[/Cyan /Black]
/DeviceCMYK
{ 0 0 3 −1 rool}

上記意味は、2色(シアンとブラック)の色材を用いて印刷することを示し(DeviceNのN=2の例)、その2色で表現される色空間を、代替色空間CMYKで表現したとき、後続する{…}にて定義されたパラメータで代替色空間に変換することを定義するものである。
【0016】
【発明が解決しようとする課題】
上記の如く、PSlevel3においては、上記の如く、Separation色空間やDviceN色空間を代替色空間で定義することで、通常のYMCKのカラープリンタで印刷を行うことを可能にしている。
【0017】
先に例示したSeparation色空間の例の場合には、代替色空間CMYKを用いることになるから、この後の処理は、図2に示す「CMYK」色空間のデータを入力したものとして処理を行うことになる。これは、上記のDeviceN色空間の例でも同様である(UseCIEColorパラメータがTrueの場合)。
【0018】
してみると、上記のSeparation色空間やDeviceN色空間のデータを受信した場合、先ず、代替色空間への変換、次いで、それを今度は標準色空間XYZへの変換、最後に、プリンタが持つOutPut Profileに基づくYMCKへの変換と、何度も色空間変換を必要とする。従って、印刷対象がビットマップイメージの場合には、個々の画素について変換処理を行わなければならず、その処理に要する時間はもはや無視できないものとなり、結果的に印刷のスループットの低下の要因となる。
【0019】
本発明はかかる問題点に鑑みなされたものであり、Separation色空間やDviceN色空間で表現された印刷データに対し、色再現よりはむしろ印刷速度を重視するユーザ、高い精度で色再現を望むユーザ双方に都合の良い印刷を実現する技術を提供しようとするものである。
【0020】
【課題を解決するための手段】
この課題を解決するため、例えば本発明の画像形成装置の制御方法は以下の工程を備える。すなわち、
Separation色空間もしくはDeviceN色空間で表現された印刷データを受信し、印刷色空間に変換して、印刷する画像形成装置の制御方法であって、
カラーマネージメントを行うか否かを設定する設定工程と、
受信したSeparation色空間もしくはDeviceN色空間で表現された印刷データを、その記述に従って代替色空間に変換する変換工程と、
前記設定工程でカラーマネージメントを行うことが設定された場合、前記変換工程で得られた色空間を、カラーマネージメントして印刷色空間に変換する第1の変換工程と、
前記設定工程でカラーマネージメントを行わないことが設定された場合、前記変換工程で得られた色空間を、カラーマネージメント処理無しに、印刷色空間に変換する第2の変換工程とを備える。
【0021】
また、本発明にかかる実施態様に従えば、オフィスユーザーは代替色空間の色でも十分であり、そうすることによりカラーマネージメントの処理時間を節約できる。また、Graphic Artsユーザーでは代替色空間では満足できずカラーマネージメントが必要なユーザーにはカラーマネージメントを選択できるようにし色再現を補償する。
【0022】
上記のカラーマネージメントの選択によりユーザーの好ましい処理を選択できるようになる効果も付加できる効果がある。また、代替色空間のDevice色空間のものと元々Device色空間のものとをわけて処理できるようになり、従来よりユーザーの所望の動きをサポートできる効果がある。また、機械の性能に応じて予め設定しておくことによってユーザーの設定のわずらわしさを軽減させる効果が得られる。
【0023】
【発明の実施の形態】
以下、添付図面に従って本発明に係る実施形態を説明する。
【0024】
図6は、実施形態が適用するプリンタのブロック構成図である。図中、1は装置全体の制御を司るCPUであり、2はCPU1の処理手順やフォントデータを記憶するROM、3はCPU1のワークエリアとして使用するRAMである。4は、液晶表示器並びに各種キーが配置された操作パネルである。5は不揮発性メモリ(例えば電池電力を常時受けているRAM、或いは、EEPROMやフラッシュメモリ等)であり、設定情報を保持するものである。6はホストコンピュータコンピュータから印刷データを受信するインタフェースである。なお、ネットワークプリンタとして機能させても構わない。この場合、インタフェース6はネットワークに接続することで、ホストコンピュータから印刷データを受信することになる。7は印刷するビットマップイメージ(Y、M、C、Kの4色)を展開可能なフレームメモリであり、8は実際に印刷処理を行うプリンタエンジンである。9はフレームメモリ7に展開された各色成分のビットマップイメージデータをプリンタエンジン8に出力するエンジンインタフェースである。なお、プリンタエンジンとしては、レーザビームプリンタエンジンであるものとして説明するが、勿論、これに限るものではなく、例えばインク液滴を吐出するタイプのプリンタでも構わない。この場合、フレームメモリ7の容量は、記録ヘッドの1回もしくは数回の走査運動に必要なメモリ容量があれば良いであろう。
【0025】
以上の構成において、実施形態におけるプリンタにおいては、操作パネル4により、使用目的の設定登録を行う。図4は、操作パネル4が有する表示器に表示される選択メニューであり、Separation色空間、もしくは、DeviceN色空間の印刷データを受信した場合にカラーマネージメントを行うか否かを設定することになる。設定は、操作パネル4がタッチパネルであれば、対応するボタンをタッチすることで行うが、物理的なスイッチで選択しても構わない。
【0026】
ここで、「行う」を選択した場合であって、SeparationやDeviceN色空間のデータを受信した場合には、先ず、代替色空間に変換する。そして、その変換の後、図2に示す手順に従って、カラーマネージメント処理を行う処理、すなわち、カラープロファイル(ユーザが指定する)を用いて標準色空間XYZへの変換と、OutPut Profileを用いたYMCK色空間への変換を行ない印刷を行う。
【0027】
一方、「行わない」が選択し、SeparationやDeviceN色空間のデータを受信した場合に、代替色空間に変換する処理は行うが、その後の処理としては図1に示すように、標準色空間XYZへの変換を行わず、簡易的にYMCK色空間にして印刷を行う。このとき、代替色空間がCMYKであれば、その後の変換は不要であり、そのまま印刷処理を行う。
【0028】
従って、「行わない」が選択された場合には、「行う」を選択した場合よりは多少色味が意図通りにはならないものの、色空間変換回数が減るので(代替色空間がCMYKの場合は1回)、印刷処理を高速なものとすることができるようになり、事務文書に場合に最適な状態を提供できるようになる。
【0029】
上記のようにして操作パネル4による設定が行われると、不揮発性メモリ5には、図7に示すように、Separation色空間、DeviceN色空間についてカラーマネージメント処理を行うか否かの設定(オン/オフのフラグ)が設定され、記憶保持されることになる。従って、本装置の電源を再投入したとしても、前回の設定内容に従って印刷処理が行われることになる。
【0030】
次に、実施形態におけるプリンタのCPU1の動作処理を図8のフローチャートに従って説明する。
【0031】
先ず、ステップS1、S2において、ホストコンピュータより受信した印刷データがSeparation色空間であるか否か、DeviceN色空間であるか否かを判断する。いずれでもない、すなわち、DeviceRGB,DeviceYMCK,DeviceGrayのいずれかと判断した場合には、ステップS3に進んで、PSデータの記述に従い、印刷処理を行う。
【0032】
また、ステップS1において、受信した印刷データがSeparation色空間のデータであると判断した場合には、ステップS4に進んで、その記述に従って代替色空間への変換を行う。次いで、ステップS5に進み、不揮発性メモリ5の「Separationカラーマネージメント」のデータを読み込み、そのフラグがオンであるかオフであるか、すなわち、カラーマネージメントを行うか否かを判断する。カラーマネージメントを行うことが設定されていた場合には、代替色空間を起点とし、図2の処理を行うため、ステップS3に進む。また、ステップS5で、カラーマネージメント処理を行わないことが指定されていたと判断した場合には、ステップS6に進み、代替色空間がCMYK空間であるか否かを判断する。CMYK以外であると判断した場合には、ステップS7において代替色空間をCMYK色空間へ変換する。そして、ステップS8でCMYK色空間に従って印刷を行う。
【0033】
また、ステップS2で、受信した印刷データがDeviceN色空間であると判断した場合には、ステップS9に進み、その記述に従って代替色空間への変換を行う。次いで、不揮発性メモリ5の「DeviceNカラーマネージメント」のデータを読み込み、そのフラグがオンであるかオフであるか、すなわち、カラーマネージメントを行うか否かを判断する。カラーマネージメントを行うことが設定されていた場合には、代替色空間を起点とし、図2の処理を行うため、ステップS3に進む。
【0034】
また、カラーマネージメント処理を行わないことが指定されていた場合には、ステップS11に進み、代替色空間がCMYK空間であるか否かを判断する。CMYK以外であると判断した場合には、ステップS12において代替色空間をCMYK色空間へ変換する。そして、ステップS13でCMYK色空間に従って印刷を行う。
【0035】
以上説明したように本実施形態に従えば、PSlevel3のようなページ記述言語で、通常とは異なる特殊な色空間であるSeparation色空間やDeviceN色空間が指定された場合、ユーザの設定によっては、カラーマネージメントを行わないで印刷することが可能となり、印刷処理が簡略化されたものとでき、結果的に印刷処理を高速なものとすることが可能になる。
【0036】
<第2の実施形態>
上記実施形態では、印刷データがSeparation色空間やDeviceN色空間である場合を説明したが、DeviceRGB,DeviceYMCK,DeviceGrayのデータを受信し、UceCIEColorがtrueである場合には、無条件に、図2に示すような手順を行うことになる。
【0037】
しかしながら、DeviceRGB,DeviceYMCK,DeviceGray等の汎用色空間であっても、標準色空間XYZに変換し、その後でOutput Profileを用いてYMCK色空間に変換するわけであるから、そこには少なくとも2回の色空間の変換を行う必要がある。これは、モノクロを主体とする事務文書及び高速印刷を要求するユーザにとっては、過剰な機能であるとも言える。換言すれば、グラフィックスアートを主目的とするユーザが要求する事項であるとも言える。
【0038】
そこで、本第2の実施形態では、Separation色空間やDeviceN色空間だけでなく、DeviceRGB,DeviceYMCK,DeviceGrayの印刷データであっても、カラーマネージメントを行う、行わないが設定できるようにする。
【0039】
この場合、操作パネル4には、例えば図5に示すように、使用目的として「Office」、「Graphic Arts」のいずれかを選択するようにする。
【0040】
すなわち、高い色再現性を要求しない事務書類が多い場合に適した「office」と、グラフィックスアート等、高い色再現の印刷を行う「Graphic Arts」の2つを用意し、ユーザにいずれかを選択させる。
【0041】
「office」を選択した場合には、Separation色空間、DeviceN色空間、DeviceRGB,DeviceYMCK,DeviceGrayの全てに対してカラーマネージメントを行わないようにする。また、「Graphic Arts」を選択した場合には、図2に示すごとく、DeviceRGB,DeviceYMCK,DevaiceGrayそれぞれに対し、使用するプロファイルを選択することができるようにした。
【0042】
例えば、色空間RGBで記述された印刷データを受信した場合に対しては、使用するプロファイルとして、
sRGB、
HDTV γ1.5
HDTV γ1.8
HDTV γ2.4
Custom
None
の中から選択できる。sRGB、HDTV γ1.5、HDTV γ1.8、HDTV γ2.4のそれぞれは、色空間RGBを標準色空間XYZに変換する際に用いるプロファイルであって、それぞれ変換する程度が異なるものである。Customは、ユーザが自身の好みのプロファイルを作成、もしくはダウンロード(ホストコンピュータから所定のコマンドを受信した場合に、後続するプロファイルを記憶保持する)して使用する場合に設けられている。また、Noneは、カラーマネージメントを使用しないことを意味する。
【0043】
また、YMCKの場合には、SWOP、EuroScale、JapanColor、Custom、Noneの中から選択し、GrayであればプロファイルでもってXYZ色空間への変換を介在させるか否かのフラグ(オフの場合にはNoneと等価の意味になる)を設定する。
【0044】
いずれにしても、かかる設定内容は、不揮発性メモリ4に記憶保持させるようにする。
【0045】
本第2の実施形態の場合の処理手順としては、図8のステップS3の中で、注目している色空間用に設定されたプロファイルが「None」であれば、図1に示す流れで処理を行い、それ以外の場合には、設定されたプロファイルに従ってXYZ色空間への変換及びOutPut Profileに従った色変換を行なって印刷するようにすれば良い。
【0046】
以上説明したように本第2の実施形態によれば、グラフィクスアート等の特定の専門分野のユーザに対しては、入力する印刷データの色空間が如何なるものであっても、色空間の変換回数を減らし、印刷することが可能となるので、印刷処理速度を高速なものとすることができるようになる。
【0047】
<他の実施形態の説明>
上記第1、第2の実施形態では、プリンタが、PSlevel3の印刷データ(RGB、YMCK、Gray色空間のいずれか)を受信し、ユーザが設定した内容に従って処理する例を説明した。
【0048】
しかしながら、最終的に出力するYMCKのデータを生成するまでを、ホストコンピュータ側で行うようにしても構わない。この場合、ユーザが設定した内容は、ホストコンピュータが有するハードディスク等に保存しておき、上記の処理をプリンタドライバ、もしくは、PSプリンタドライバにアドオンするタイプのプログラムでもって実現しても良いであろう。すなわち、本発明は、コンピュータプログラムをもその範疇とするのは明らかである。また、ホストコンピュータ上で動作するプログラムは、通常、CDROM等のコンピュータ可読記憶媒体をセットし、システムにコピーもしくはインストールすることで実行可能になるので、かかるコンピュータ可読記憶媒体も本発明の範疇に含まれるのは明らかである。
【0049】
また、実施形態では、PSlevel3を例にして、Separation色空間、DeviceN色空間を例にして説明したが、特殊な印刷装置向けのデータを通常のプリンタに向けて印刷する際に代替色空間を設定可能なページ記述言語であれば適用できるので、必ずしもPSlevel3に限定されるものではない。
【0050】
以上説明したように実施形態に従えば、オフィスユーザーは代替色空間の色でも十分であり、そうすることによりカラーマネージメントの処理時間を節約できる。また、Graphic Artsユーザーに対しては、極力オリジナルに近い色再現が要求されるであろうから、カラーマネージメントを行なって、その要求に応えることが可能になる。
【0051】
また、代替色空間のDevice色空間のものと元々Device色空間のものとをわけて処理できるようになり、従来よりユーザーの所望の動きをサポートできる効果がある。
【0052】
また、機械の性能に応じて予め設定しておくことによってユーザーの設定のわずらわしさを軽減させる効果が得られる。
【0053】
【発明の効果】
以上説明したように本発明によれば、Separation色空間やDviceN色空間で表現された印刷データに対し、色再現よりはむしろ印刷速度を重視するユーザ、高い精度で色再現を望むユーザ双方に都合の良い印刷を実現することが可能になる。
【図面の簡単な説明】
【図1】PS level1,2 における印刷処理概要を説明するための図である。
【図2】PS Level 3におけるカラーマネージメントを行うときの印刷処理概要を説明するための図である。
【図3】PSによるカラーマネージメント処理の概要を説明するための図である。
【図4】実施形態におけるカラーマネージメントする/しないの設定画面の例を示す図である。
【図5】第2の実施形態におけるカラーマネージメントする/しないの設定画面の例を示す図である。
【図6】実施形態におけるプリンタのブロック構成図である。
【図7】実施形態における不揮発性メモリの内容を示す図である。
【図8】実施形態におけるプリンタの処理手順を示すフローチャートである。
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a technique for printing in accordance with data described in a page description language (Page Description Language = PDL).
[0002]
[Prior art]
A typical page description language is PostScript (registered trademark of Adobe Systems Incorporated in the United States, hereinafter referred to as "PS"). PS has evolved to version 1, 2 as its version, and now to PS level 3.
[0003]
In PS Levels 1 and 2, three color spaces, RGB, CMYK, and Gray, can be selected, and the color space can be obtained by analyzing the description in the print data.
[0004]
Therefore, as shown in FIG. 1, the printer determines whether it is DeviceRGB, DeviceCMYK, or DeviceGray, and according to the result of the determination, performs a simple process to perform C (Cyan), M (Magenta) which is the color space of the printer. ), Y (Yellow), and K (Black), and print processing is performed. For example, in the case of DeviceRGB of RGB signals of Red, Green and Blue, in order to convert a brightness signal into a density signal, the inverse signal is inverted by the inverse unit (101) and converted into CMY, and the under color removal is performed by the UCR and BG unit (102). Under color removal is performed by (UCR), black is generated by Black Generation (BG), and a CMYK signal is generated. If the device is CMYK of the CMYK signal, it is output as it is without any processing because it is the same as the output printer space. Further, in the case of DeviceGray of one color of Gray, since the brightness and the density are inverted, the inverse component (103) inverts it to generate a K component, generates a CMYK signal of only K, and performs a printing process.
[0005]
On the other hand, by specifying the UseCIEColor parameter from PS Level 3, DeviceRGB, DeviceCMYK, and DeviceGray can be color-managed and output. That is, when the UseCIEColor parameter is set to true, a color processing flow as shown in FIG. 2 is taken, and when set to False, the processing of FIG. 1 is applied.
[0006]
Hereinafter, the color management processing of FIG. 2 will be described. First, in the case of DeviceRGB, a preset RGB Source Profile is selected, and the color is converted into an XYZ color space (204) in which colors are normalized using the selected profile. Next, in order to output the XYZ color space, in accordance with the Output Profile (205) which is a profile containing information on what combination of CMYK is appropriate, the XYZ color space is converted into CMYK values by the selected profile, The input RGB is output to a chromaticity correct value by the printer.
[0007]
The input of DeviceCMYK is converted to an XYZ color space (204) by a preset CMYK Simulation Profile (202). In addition, the input of DeviceGray is converted into an XYZ color space (204) by a Gray Profile (203) preset in the device. The conversion from the converted XYZ color space (204) to CMYK is the same as the conversion in DeviceRGB, and a description thereof will be omitted.
[0008]
The actual flow of each signal will be described with reference to FIG. When the UseCIEColor parameter is set to true, DeviceRGB is converted to CIEBasedABC or CIEBasedDEF, DeviceCMYK is converted to CIEBasedDEFG, and DeviceGray is converted to CIEBaseA. Further, the image data is converted to an XYZ color space which is an intermediate color space of the PS color management. Next, the image data is converted from the XYZ color space to CMYK in accordance with the settings of Output Profile (205).
[0009]
As described above, PS Level 3 has been described. In PS Level 3, Separation is used in order to correspond to an expensive dedicated printing machine that prints using a special color material different from the color spaces of YMCK, RGB, and GRAY. It is possible to define a color space, DeviceN color space. For example, in the Separation color space, colors that cannot be reproduced by the basic CMYK are supported. In the DeviceN color space, colors are added to the standard CMYK colors to expand the color gamut. Used by users.
[0010]
The Separation color space and the DeviceN color space are mainly for printing on a dedicated printing press, but the printing cost on this dedicated printing press is very high. Therefore, test printing is also performed with a normal CMYK four-color printer.
[0011]
The problem here is that the Separation color space and the DeviceN color space are those of a high-performance dedicated printing press as described above, and can be directly reflected in the color space of a color printer using a normal YMCK color material. It is impossible. That is, a normal color printer cannot directly print data in the Separation color space or the DeviceN color space.
[0012]
Therefore, in PS level 3, the Separation color space and the DeviceN color space are described as an alternative color space, and can be printed by a normal color printer.
[0013]
For example, a definition example of the Separation color space is as follows.
[/ Separation
(Logo Green)
/ DeviceCMYK
{Dup 0.84 mul exch 0.0 exch dup 0.44 mul exch 0.21 mul}
Setcolorspace
The meaning of such a description is that the print data is for the color “LogoGreen”, and the color space is expressed in a YMCK color space (alternate color space) as a space color converted by the parameters described in {. It specifies what is equivalent.
[0014]
Therefore, when there is the print PS data as described above, first, the color LogoGreen color space is expressed by the parameters for the given CMYK color space, and the color LogoGreen of the color LogoGen described by the print data received thereafter. The value will be processed as indicating the YMCK value in this alternative color space.
[0015]
Next, the description in the case of the DeviceN color space is as follows.
[/ DeviceN
[/ Cyan / Black]
/ DeviceCMYK
{003-1 rule}
]
The above meaning indicates that printing is performed using two color materials (cyan and black) (an example of N = 2 in DeviceN), and the color space represented by the two colors is represented by the alternative color space CMYK. At this time, the conversion to the alternative color space is defined by the parameters defined by the following {...}.
[0016]
[Problems to be solved by the invention]
As described above, in PSLevel3, by defining the Separation color space and the DiceN color space in the alternative color space as described above, it is possible to perform printing with a normal YMCK color printer.
[0017]
In the case of the Separation color space exemplified above, the alternative color space CMYK will be used. Therefore, the subsequent processing is performed assuming that data in the “CMYK” color space shown in FIG. 2 is input. Will be. This is the same in the above-described example of the DeviceN color space (when the UseCIEColor parameter is True).
[0018]
Then, when the data of the Separation color space or the DeviceN color space is received, first, the data is converted into the alternative color space, then, it is converted into the standard color space XYZ, and finally, the printer has Conversion to YMCK based on OutPut Profile and color space conversion are required many times. Therefore, when the printing target is a bitmap image, the conversion processing must be performed for each pixel, and the time required for the processing is no longer negligible, resulting in a reduction in printing throughput. .
[0019]
The present invention has been made in view of such a problem, and a user who attaches importance to a printing speed rather than a color reproduction for print data expressed in a Separation color space or a DeviceN color space, and a user who wants color reproduction with high accuracy. It is an object of the present invention to provide a technique for realizing convenient printing for both sides.
[0020]
[Means for Solving the Problems]
In order to solve this problem, for example, a method for controlling an image forming apparatus of the present invention includes the following steps. That is,
A method of controlling an image forming apparatus which receives print data expressed in a Separation color space or a DeviceN color space, converts the print data into a print color space, and prints the print data.
A setting step of setting whether or not to perform color management;
A conversion step of converting the received print data expressed in the Separation color space or the DeviceN color space into an alternative color space according to the description;
When color management is set in the setting step, a first conversion step of converting the color space obtained in the conversion step into a print color space by color management,
A second conversion step of converting the color space obtained in the conversion step to a print color space without color management processing when the setting step does not perform color management.
[0021]
Also, in accordance with an embodiment of the present invention, office users may suffice with colors in the alternative color space, thereby saving color management processing time. Also, Graphic Arts users are not satisfied with the alternative color space, and users who need color management can select color management to compensate for color reproduction.
[0022]
There is an effect that the user can select a preferable process by selecting the above-described color management. Further, the processing in the device color space of the alternative color space and the processing in the device color space can be performed separately, and there is an effect that a desired movement of the user can be supported conventionally. Further, by setting in advance according to the performance of the machine, an effect of reducing the troublesomeness of the user setting can be obtained.
[0023]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings.
[0024]
FIG. 6 is a block diagram of a printer to which the embodiment is applied. In the figure, reference numeral 1 denotes a CPU that controls the entire apparatus, 2 denotes a ROM that stores processing procedures of the CPU 1 and font data, and 3 denotes a RAM that is used as a work area of the CPU 1. Reference numeral 4 denotes an operation panel on which a liquid crystal display and various keys are arranged. Reference numeral 5 denotes a non-volatile memory (for example, a RAM that constantly receives battery power, or an EEPROM or a flash memory), which holds setting information. Reference numeral 6 denotes an interface for receiving print data from a host computer. In addition, you may function as a network printer. In this case, the interface 6 receives print data from the host computer by connecting to the network. Reference numeral 7 denotes a frame memory capable of developing bitmap images (four colors of Y, M, C, and K) to be printed, and reference numeral 8 denotes a printer engine that actually performs a printing process. Reference numeral 9 denotes an engine interface for outputting bitmap image data of each color component developed in the frame memory 7 to the printer engine 8. The printer engine will be described as a laser beam printer engine, but is not limited to this, and may be, for example, a printer that ejects ink droplets. In this case, the capacity of the frame memory 7 only needs to have a memory capacity necessary for one or several scanning movements of the recording head.
[0025]
In the above configuration, in the printer according to the embodiment, the setting of the purpose of use is registered by the operation panel 4. FIG. 4 shows a selection menu displayed on the display device of the operation panel 4, which sets whether or not to perform color management when print data in the Separation color space or the DeviceN color space is received. . If the operation panel 4 is a touch panel, the setting is performed by touching a corresponding button, but it may be selected by a physical switch.
[0026]
Here, when “execute” is selected, and when data in Separation or DeviceN color space is received, first, the data is converted into an alternative color space. After the conversion, the color management processing is performed in accordance with the procedure shown in FIG. 2, that is, the conversion to the standard color space XYZ using the color profile (specified by the user) and the YMCK color using the OutPut Profile Convert to space and print.
[0027]
On the other hand, when “do not perform” is selected and the data of Separation or DeviceN color space is received, the process of converting to the alternative color space is performed. However, as the subsequent process, as shown in FIG. The printing is simply performed in the YMCK color space without conversion to. At this time, if the alternative color space is CMYK, subsequent conversion is unnecessary and the printing process is performed as it is.
[0028]
Therefore, when “do not perform” is selected, although the color tone is not as intended as when “do” is selected, the number of color space conversions is reduced (when the alternative color space is CMYK, Once), the printing process can be performed at high speed, and an optimal state can be provided for office documents.
[0029]
When the setting by the operation panel 4 is performed as described above, the setting (ON / OFF) of whether or not to perform the color management process on the Separation color space and the DeviceN color space is made in the nonvolatile memory 5 as shown in FIG. OFF flag) is set and stored. Therefore, even if the power of the apparatus is turned on again, the printing process is performed according to the previous settings.
[0030]
Next, an operation process of the CPU 1 of the printer according to the embodiment will be described with reference to a flowchart of FIG.
[0031]
First, in steps S1 and S2, it is determined whether or not the print data received from the host computer is in the Separation color space and in the DeviceN color space. If not, that is, if it is determined to be any of DeviceRGB, DeviceYMCK, or DeviceGray, the process proceeds to step S3, and print processing is performed according to the description of the PS data.
[0032]
If it is determined in step S1 that the received print data is data in the Separation color space, the process proceeds to step S4, and conversion to an alternative color space is performed according to the description. Next, the process proceeds to step S5, where data of "Separation color management" in the nonvolatile memory 5 is read, and it is determined whether the flag is on or off, that is, whether or not to perform color management. If it is set to perform color management, the process proceeds to step S3 in order to perform the processing of FIG. 2 starting from the alternative color space. If it is determined in step S5 that the color management process is not to be performed, the process advances to step S6 to determine whether the alternative color space is a CMYK space. If it is determined that the color space is other than CMYK, the alternative color space is converted to the CMYK color space in step S7. Then, in step S8, printing is performed according to the CMYK color space.
[0033]
If it is determined in step S2 that the received print data is in the DeviceN color space, the process proceeds to step S9, and conversion to an alternative color space is performed according to the description. Next, the data of “DeviceN color management” in the nonvolatile memory 5 is read, and it is determined whether the flag is on or off, that is, whether or not to perform color management. If it is set to perform color management, the process proceeds to step S3 in order to perform the processing of FIG. 2 starting from the alternative color space.
[0034]
If it is specified not to perform the color management process, the process proceeds to step S11, and it is determined whether or not the alternative color space is a CMYK space. If it is determined that the alternative color space is not CMYK, the alternative color space is converted to the CMYK color space in step S12. Then, in step S13, printing is performed according to the CMYK color space.
[0035]
As described above, according to the present embodiment, when a Separation color space or a DeviceN color space, which is a special color space different from the normal one, is specified in a page description language such as PSLevel3, depending on the user setting, Printing can be performed without performing color management, and the printing process can be simplified, and as a result, the printing process can be performed at high speed.
[0036]
<Second embodiment>
In the above-described embodiment, the case where the print data is in the Separation color space or the DeviceN color space has been described. However, when the device RGB, DeviceYMCK, and DeviceGray data are received and UceCIEColor is true, unconditionally, FIG. The procedure shown below will be performed.
[0037]
However, even a general-purpose color space such as DeviceRGB, DeviceYMCK, or DeviceGray is converted into a standard color space XYZ, and then converted into a YMCK color space using an Output Profile. Color space conversion needs to be performed. It can be said that this is an excessive function for a user who requests office documents mainly composed of monochrome and high-speed printing. In other words, it can be said that this is an item required by the user whose main purpose is graphics art.
[0038]
Therefore, in the second embodiment, it is possible to set whether or not to perform color management, not only for the Separation color space and the DeviceN color space, but also for the print data of DeviceRGB, DeviceYMCK, and DeviceGray.
[0039]
In this case, as shown in FIG. 5, for example, one of “Office” and “Graphic Arts” is selected on the operation panel 4 as the purpose of use.
[0040]
In other words, “office” suitable for many office documents that do not require high color reproducibility and “Graphic Arts” for printing high color reproduction such as graphics art are prepared. Let me choose.
[0041]
When “office” is selected, color management is not performed for all of the Separation color space, DeviceN color space, DeviceRGB, DeviceYMCK, and DeviceGray. Also, when "Graphic Arts" is selected, as shown in FIG. 2, a profile to be used can be selected for each of DeviceRGB, DeviceYMCK, and DeviceGray.
[0042]
For example, when print data described in the color space RGB is received, as a profile to be used,
sRGB,
HDTV γ1.5
HDTV γ1.8
HDTV γ2.4
Custom
None
You can choose from. Each of sRGB, HDTV γ1.5, HDTV γ1.8, and HDTV γ2.4 is a profile used when converting the color space RGB into the standard color space XYZ, and has different degrees of conversion. The Custom is provided when the user creates or downloads his or her favorite profile (when a predetermined command is received from the host computer, the subsequent profile is stored and used). None means that no color management is used.
[0043]
Further, in the case of YMCK, a selection is made from among SWOP, EuroScale, JapanColor, Custom, and None, and in the case of Gray, a flag indicating whether or not the conversion to the XYZ color space is interposed with a profile (in the case of OFF, None).
[0044]
In any case, such setting contents are stored and held in the nonvolatile memory 4.
[0045]
If the profile set for the color space of interest is "None" in step S3 in FIG. 8, the processing procedure in the second embodiment is as follows. In other cases, conversion to the XYZ color space and color conversion according to the OutPut Profile may be performed according to the set profile, and printing may be performed.
[0046]
As described above, according to the second embodiment, the number of color space conversions for a user in a specific specialty such as graphics art, regardless of the color space of the input print data. , And printing can be performed, so that the printing processing speed can be increased.
[0047]
<Description of Other Embodiments>
In the first and second embodiments, an example has been described in which the printer receives print data of PSLevel3 (any of RGB, YMCK, and Gray color spaces) and processes the print data in accordance with the content set by the user.
[0048]
However, the processing up to the final output of YMCK data may be performed on the host computer side. In this case, the contents set by the user may be stored in a hard disk or the like of the host computer, and the above processing may be realized by a program of a type that is added to the printer driver or the PS printer driver. . That is, it is obvious that the present invention also includes a computer program in its category. Further, since a program that operates on the host computer is usually executable by setting a computer-readable storage medium such as a CDROM and copying or installing the same in the system, such a computer-readable storage medium is also included in the scope of the present invention. Obviously.
[0049]
Further, in the embodiment, the Separation color space and the DeviceN color space have been described as examples using PSLevel3 as an example, but an alternative color space is set when printing data for a special printing device to a normal printer. The present invention is not necessarily limited to PSLevel3 because any applicable page description language can be applied.
[0050]
As described above, according to the embodiment, the office user can suffice with the colors in the alternative color space, thereby saving the processing time of the color management. Further, since Graphic Arts users will be required to reproduce colors as close to the original as possible, it is possible to perform color management and respond to the request.
[0051]
Further, the processing in the device color space of the alternative color space and the processing in the device color space can be performed separately, and there is an effect that a desired movement of the user can be supported conventionally.
[0052]
Further, by setting in advance according to the performance of the machine, an effect of reducing the troublesomeness of the user setting can be obtained.
[0053]
【The invention's effect】
As described above, according to the present invention, for print data expressed in Separation color space or DeviceN color space, both users who value printing speed rather than color reproduction and users who want color reproduction with high accuracy are convenient. It is possible to realize good printing.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining an outline of a printing process in PS levels 1 and 2;
FIG. 2 is a diagram for describing an outline of a printing process when performing color management in PS Level 3. FIG.
FIG. 3 is a diagram for describing an outline of a color management process by a PS.
FIG. 4 is a diagram showing an example of a setting screen for color management / non-color management in the embodiment.
FIG. 5 is a diagram illustrating an example of a setting screen for color management / non-color management according to the second embodiment.
FIG. 6 is a block diagram of a printer according to the embodiment.
FIG. 7 is a diagram showing contents of a nonvolatile memory in the embodiment.
FIG. 8 is a flowchart illustrating a processing procedure of the printer according to the embodiment.

Claims (8)

Separation色空間もしくはDeviceN色空間で表現された印刷データを受信し、印刷色空間に変換して、印刷する画像形成装置の制御方法であって、
カラーマネージメントを行うか否かを設定する設定工程と、
受信したSeparation色空間もしくはDeviceN色空間で表現された印刷データを、その記述に従って代替色空間に変換する変換工程と、
前記設定工程でカラーマネージメントを行うことが設定された場合、前記変換工程で得られた色空間を、カラーマネージメントして印刷色空間に変換する第1の変換工程と、
前記設定工程でカラーマネージメントを行わないことが設定された場合、前記変換工程で得られた色空間を、カラーマネージメント処理無しに、印刷色空間に変換する第2の変換工程と
を備えることを特徴とする画像形成装置の制御方法。
A method of controlling an image forming apparatus which receives print data expressed in a Separation color space or a DeviceN color space, converts the print data into a print color space, and prints the print data.
A setting step of setting whether or not to perform color management;
A conversion step of converting the received print data expressed in the Separation color space or the DeviceN color space into an alternative color space according to the description;
When color management is set in the setting step, a first conversion step of converting the color space obtained in the conversion step into a print color space by color management,
A second conversion step of converting the color space obtained in the conversion step to a print color space without performing color management processing when the setting of the color management is not performed in the setting step. A method for controlling an image forming apparatus.
前記第2の変換工程は、代替色空間が記録色成分と同等な色空間であるとき、代替色空間のままで印刷を行うことを特徴とする請求項1に記載の画像形成装置の制御方法。2. The method according to claim 1, wherein in the second conversion step, when the alternative color space is a color space equivalent to a recording color component, printing is performed in the alternative color space. . 前記印刷データは、PostScriptで記述されたデータであって、カラーマネージメントを行う場合にはUseCIEColorパラメータがTrueである場合の色変換を行ない、カラーマネージメントを行なわない場合にはUseCIEColorパラメータがfalseである場合の色変換を行なうことを特徴とする請求項1に記載の画像形成装置の制御方法。The print data is data described in PostScript. When color management is performed, color conversion is performed when the UseCIEColor parameter is True, and when color management is not performed, the UseCIEColor parameter is false. 2. The method according to claim 1, wherein the color conversion is performed. Separation色空間もしくはDeviceN色空間で表現された印刷データを受信し、印刷色空間に変換して、印刷する画像形成装置であって、
カラーマネージメントを行うか否かを設定する設定手段と、
受信したSeparation色空間もしくはDeviceN色空間で表現された印刷データを、その記述に従って代替色空間に変換する変換手段と、
前記設定手段でカラーマネージメントを行うことが設定された場合、前記変換手段で得られた色空間を、カラーマネージメントして印刷色空間に変換する第1の変換手段と、
前記設定手段でカラーマネージメントを行わないことが設定された場合、前記変換手段で得られた色空間を、カラーマネージメント処理無しに、印刷色空間に変換する第2の変換手段と
を備えることを特徴とする画像形成装置。
An image forming apparatus that receives print data expressed in a Separation color space or a DeviceN color space, converts the print data into a print color space, and prints the print data.
Setting means for setting whether or not to perform color management;
Converting means for converting the received print data expressed in the Separation color space or the DeviceN color space into an alternative color space in accordance with the description thereof;
When color setting is set by the setting unit, a first conversion unit that converts the color space obtained by the conversion unit into a printing color space by performing color management,
A second conversion unit configured to convert the color space obtained by the conversion unit to a print color space without color management processing when the setting unit sets not to perform color management. Image forming apparatus.
Separation色空間もしくはDeviceN色空間で表現された印刷データの記述に従って、印刷色空間に変換して、印刷装置に出力する情報処理装置の制御方法であって、
カラーマネージメントを行うか否かを設定する設定工程と、
受信したSeparation色空間もしくはDeviceN色空間で表現された印刷データを、その記述に従って代替色空間に変換する変換工程と、
前記設定工程でカラーマネージメントを行うことが設定された場合、前記変換工程で得られた色空間を、カラーマネージメントして印刷色空間に変換する第1の変換工程と、
前記設定工程でカラーマネージメントを行わないことが設定された場合、前記変換工程で得られた色空間を、カラーマネージメント処理無しに、印刷色空間に変換する第2の変換工程と
を備えることを特徴とする情報処理装置の制御方法。
A method for controlling an information processing apparatus, which converts a print data into a print color space according to a description of print data expressed in a Separation color space or a DeviceN color space and outputs the converted data to a printing device,
A setting step of setting whether or not to perform color management;
A conversion step of converting the received print data expressed in the Separation color space or the DeviceN color space into an alternative color space according to the description;
When color management is set in the setting step, a first conversion step of converting the color space obtained in the conversion step into a print color space by color management,
A second conversion step of converting the color space obtained in the conversion step to a print color space without performing color management processing when the setting of the color management is not performed in the setting step. Control method for an information processing apparatus.
Separation色空間もしくはDeviceN色空間で表現された印刷データの記述に従って、印刷色空間に変換して、印刷装置に出力する情報処理装置であって、
カラーマネージメントを行うか否かを設定する設定手段と、
受信したSeparation色空間もしくはDeviceN色空間で表現された印刷データを、その記述に従って代替色空間に変換する変換手段と、
前記設定手段でカラーマネージメントを行うことが設定された場合、前記変換手段で得られた色空間を、カラーマネージメントして印刷色空間に変換する第1の変換手段と、
前記設定手段でカラーマネージメントを行わないことが設定された場合、前記変換手段で得られた色空間を、カラーマネージメント処理無しに、印刷色空間に変換する第2の変換手段と
を備えることを特徴とする情報処理装置。
An information processing device that converts the data into a print color space according to a description of the print data expressed in a Separation color space or a DeviceN color space and outputs the converted data to a printing device,
Setting means for setting whether or not to perform color management;
Converting means for converting the received print data expressed in the Separation color space or the DeviceN color space into an alternative color space in accordance with the description thereof;
When color setting is set by the setting unit, a first conversion unit that converts the color space obtained by the conversion unit into a printing color space by performing color management,
A second conversion unit configured to convert the color space obtained by the conversion unit to a print color space without color management processing when the setting unit sets not to perform color management. Information processing device.
Separation色空間もしくはDeviceN色空間で表現された印刷データの記述に従って、印刷色空間に変換して、印刷装置に出力する情報処理装置用のコンピュータプログラムであって、
カラーマネージメントを行うか否かを設定する設定手段と、
受信したSeparation色空間もしくはDeviceN色空間で表現された印刷データを、その記述に従って代替色空間に変換する変換手段と、
前記設定手段でカラーマネージメントを行うことが設定された場合、前記変換手段で得られた色空間を、カラーマネージメントして印刷色空間に変換する第1の変換手段と、
前記設定手段でカラーマネージメントを行わないことが設定された場合、前記変換手段で得られた色空間を、カラーマネージメント処理無しに、印刷色空間に変換する第2の変換手段と
して機能することを特徴とするコンピュータプログラム。
A computer program for an information processing device that converts to a printing color space and outputs to a printing device in accordance with a description of print data expressed in a Separation color space or a DeviceN color space,
Setting means for setting whether or not to perform color management;
Converting means for converting the received print data expressed in the Separation color space or the DeviceN color space into an alternative color space in accordance with the description thereof;
When color setting is set by the setting unit, a first conversion unit that converts the color space obtained by the conversion unit into a printing color space by performing color management,
When the setting unit sets not to perform the color management, the color space obtained by the conversion unit functions as a second conversion unit that converts the color space into a print color space without performing color management processing. And a computer program.
請求項7に記載のコンピュータプログラムを格納することを特徴とするコンピュータ可読記憶媒体。A computer-readable storage medium storing the computer program according to claim 7.
JP2003066860A 2003-03-12 2003-03-12 Image formation device, its control method, computer program, and computer readable storage medium Pending JP2004276259A (en)

Priority Applications (3)

Application Number Priority Date Filing Date Title
JP2003066860A JP2004276259A (en) 2003-03-12 2003-03-12 Image formation device, its control method, computer program, and computer readable storage medium
US10/795,335 US7298527B2 (en) 2003-03-12 2004-03-09 Image forming apparatus and its control method, and computer program
US11/928,492 US7751085B2 (en) 2003-03-12 2007-10-30 Image forming apparatus and its control method, and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003066860A JP2004276259A (en) 2003-03-12 2003-03-12 Image formation device, its control method, computer program, and computer readable storage medium

Publications (2)

Publication Number Publication Date
JP2004276259A true JP2004276259A (en) 2004-10-07
JP2004276259A5 JP2004276259A5 (en) 2005-10-20

Family

ID=33284638

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003066860A Pending JP2004276259A (en) 2003-03-12 2003-03-12 Image formation device, its control method, computer program, and computer readable storage medium

Country Status (1)

Country Link
JP (1) JP2004276259A (en)

Similar Documents

Publication Publication Date Title
US7751085B2 (en) Image forming apparatus and its control method, and computer program
JP4223708B2 (en) Medium recording color conversion program, color conversion program, color conversion table creation method, color conversion device, and color conversion method
US7679795B2 (en) Image processing apparatus and method thereof
US9836676B2 (en) Color image processing apparatus, control method therefor, and program for executing image processing method
JP3491998B2 (en) Image processing method and apparatus
US20090185205A1 (en) Image processing apparatus, image processing method, and computer program product
EP2421242B1 (en) Print controlling terminal and method for compensating colors
JP2008028679A (en) Color conversion table, and method and device for generating the same
US11636294B2 (en) Image forming apparatus, control method thereof, and storage medium
JP2001292331A (en) Image processing method and device, image processing system and recording medium
KR20060044146A (en) Method and apparatus for generating preview image
US20080212113A1 (en) Host device having a printer driver and control method of the printer driver
US20190052774A1 (en) Image processing apparatus, image processing method, and storage medium
JP7479841B2 (en) Control device, control method and program
JP2004276259A (en) Image formation device, its control method, computer program, and computer readable storage medium
US11652950B1 (en) Methods and systems for handling drifting of colors in printing scenarios
JP2006053642A (en) Print result notification device
US11531855B2 (en) Image processing apparatus, image processing method, and storage medium
JP7490447B2 (en) Image processing device, control method thereof, and program
US7978368B2 (en) System and method for visualization of black-component gamut sculpting
JP2005018524A (en) Method for controlling printing
JP3715965B2 (en) Color image processing apparatus, color image processing method, storage medium, and program
JP2004276258A (en) Image formation device, its control method, computer program, and computer readable storage medium
JP4095436B2 (en) Color image processing apparatus, color image processing method, storage medium, and program
JP2004348405A (en) Information processing device and program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050613

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20050613

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080530

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20080729

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20081216