JP2001144983A - Image data conversion method for ink jet recorder - Google Patents

Image data conversion method for ink jet recorder

Info

Publication number
JP2001144983A
JP2001144983A JP32598899A JP32598899A JP2001144983A JP 2001144983 A JP2001144983 A JP 2001144983A JP 32598899 A JP32598899 A JP 32598899A JP 32598899 A JP32598899 A JP 32598899A JP 2001144983 A JP2001144983 A JP 2001144983A
Authority
JP
Japan
Prior art keywords
density
recording medium
conversion
luminance
image 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
JP32598899A
Other languages
Japanese (ja)
Inventor
Fumihiro Gotou
史博 後藤
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 JP32598899A priority Critical patent/JP2001144983A/en
Publication of JP2001144983A publication Critical patent/JP2001144983A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide an image data conversion method for an ink jet recorder by which an image providing a similar impression can be obtained even from any of recording media with different color development characteristics by applying luminance gray level conversion to each recording medium depending on its characteristic. SOLUTION: This method includes a step 1 where the gray level of an image is converted into a luminance signal that is normalized into a value between 0 and 1 on the basis of an expression of luminance signal=10(-gray level)×255, a step 2 where the luminance signal between a maximum luminance signal and a minimum luminance signal is divided into 256 divisions according to a prescribed characteristic, a step 3 where each of 256 divisions of the luminance signals is converted into a gray level on the basis of an expression gray level signal = -Log10 (luminance signal/255), and a step 4 where the gray level signals are normalized into integers of 0 to 255. Using a conversion curve obtained in this way depending on the characteristic of each recording medium can make conversion between the luminance signal and the gray level signal.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、インクジェット記
録装置の画像データ変換方法に関し、より詳細には、イ
ンクジェット記録に使用する多種多様な記録媒体に対す
る画像データ変換方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image data conversion method for an ink jet recording apparatus, and more particularly, to an image data conversion method for various kinds of recording media used for ink jet recording.

【0002】[0002]

【従来の技術】従来、この種の記録装置としては、記録
装置に対して記録データを転送するホスト装置と、その
ホスト装置から記録データを受け取り、そのデータに従
って被記録面へ複数色のインクを付着させて記録を行う
カラーインクジェット記録装置とからなるシステムがあ
る。
2. Description of the Related Art Heretofore, as a recording apparatus of this type, a host apparatus which transfers recording data to the recording apparatus, receives recording data from the host apparatus, and applies a plurality of color inks to a recording surface in accordance with the data. 2. Description of the Related Art There is a system including a color ink jet recording apparatus that performs recording by adhering.

【0003】これらのシステムにおけるホスト装置にお
いては、ディスプレイ装置により対話的に処理を行うた
めに、画像データはRGBの3原色により取り扱われる
一方、インクジェット記録装置においては、CMYKの
4色のインクによって記録を行うのが一般的である。こ
のようなシステムにおいては、ディスプレイ装置に依存
したRGB値から記録装置に依存したCMYK値への補
正・変換処理を行わなければならない。
In a host device in these systems, image data is handled by three primary colors of RGB in order to perform interactive processing by a display device, while in an ink jet printing device, printing is performed by four colors of CMYK inks. It is common to do. In such a system, it is necessary to perform correction / conversion processing from RGB values depending on the display device to CMYK values depending on the recording device.

【0004】図1は、一般的なRGB値からCMYK値
への補正・変換処理を行うための工程図である。
FIG. 1 is a process chart for performing a general correction / conversion process from RGB values to CMYK values.

【0005】まず、入力ガンマ補正(S1)で、ディス
プレイ装置の特性を補正し、入力値に対してディスプレ
イ上での輝度特性が比例関係になるようにする。次に、
輝度濃度変換(S2)で、RGBの輝度信号をCMYの
濃度信号に変換する。次に、色補正(S3)で、インク
ジェット記録装置に用いるインクの不要成分を補正し、
忠実な色を再現する。次に、UCR・黒生成(S4)
で、所定の値で下色除去を行い、所定量の黒データを生
成し、CMYデータからプリンタで記録できるCMYK
の色データに変換する。次に、出力ガンマ補正(S5)
で、CMYK各色の入力値に対し、記録媒体上での濃度
が入力値に比例関係になるように出力値の変換を行う。
最後に、量子化(S6)で、多値の信号をプリンタで表
現できる2値の信号に変換する。
First, the characteristics of the display device are corrected by input gamma correction (S1) so that the luminance value on the display is proportional to the input value. next,
In the brightness / density conversion (S2), the RGB brightness signals are converted into CMY density signals. Next, in color correction (S3), unnecessary components of the ink used in the inkjet recording apparatus are corrected,
Reproduce faithful colors. Next, UCR / black generation (S4)
Then, under color removal is performed with a predetermined value, a predetermined amount of black data is generated, and CMYK data that can be recorded by a printer from the CMY data can be obtained.
To the color data. Next, output gamma correction (S5)
Then, the output values are converted so that the density on the recording medium is proportional to the input values for the input values of the respective colors CMYK.
Finally, the quantization (S6) converts the multi-valued signal into a binary signal that can be expressed by a printer.

【0006】入力ガンマ補正(S1)では、ユーザーが
選択指定した入力ガンマ値やディスプレイの種類により
補正が行われるとともに、輝度濃度変換(S2)では、
ユーザーが選択指定した入力ソースにより変換が行わ
れ、量子化(S6)では、ユーザーが選択指定した量子
化方法により所定の変換が行われる。また、色補正(S
3)、UCR・黒生成(S4)、出力ガンマ補正(S
5)では、ユーザーが選択指定した記録媒体の種類と量
子化方法の組み合せにより所定の変換処理を行ってい
た。
In the input gamma correction (S1), correction is performed according to the input gamma value selected and designated by the user and the type of display, and in the luminance / density conversion (S2),
The conversion is performed by the input source selected and specified by the user, and in the quantization (S6), a predetermined conversion is performed by the quantization method selected and specified by the user. In addition, color correction (S
3), UCR / black generation (S4), output gamma correction (S4)
In 5), a predetermined conversion process is performed according to a combination of the type of recording medium selected and designated by the user and the quantization method.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、上述し
た従来例では記録媒体毎に異なる出力濃度範囲を持って
いるにも関わらず、全ての記録媒体に対して、図2に示
すような選択された入力ソースにより同一の輝度濃度変
換を施していたため、各記録媒体上での濃度の階調特性
は同じになっていたが、濃度の絶対値では図3に示すよ
うに記録媒体毎に異なり、この濃度データを輝度信号に
変換したときの階調特性は、図4に示すように各記録媒
体で異なっていた。階調特性の違いを明らかにするた
め、図5には、図4に示した各記録媒体の階調特性を正
規化したものを示している。ここで、前述した図2、図
3、図4、図5において、次の3種類の記録媒体を例と
して用いている。
However, in the above-mentioned conventional example, although the output density range differs for each recording medium, all the recording media are selected as shown in FIG. Since the same luminance / density conversion was performed by the input source, the gradation characteristics of the density on each recording medium were the same, but the absolute value of the density was different for each recording medium as shown in FIG. The gradation characteristic when the density data was converted into a luminance signal was different for each recording medium as shown in FIG. In order to clarify the difference in the gradation characteristics, FIG. 5 shows a normalized gradation characteristic of each recording medium shown in FIG. Here, in FIGS. 2, 3, 4, and 5, the following three types of recording media are used as examples.

【0008】 記録媒体A ; 最小濃度が0.05、最大濃度が2.0 記録媒体B ; 最小濃度が0.05、最大濃度が1.5 記録媒体C ; 最小濃度が0.05、最大濃度が1.0 以上説明したように、ディスプレイ上で輝度リニアに表
現されている画像を表現可能な濃度領域の異なる各記録
媒体に記録した際、記録媒体上で表現される濃度の階調
特性を輝度の階調特性に変換すると各記録媒体毎に特性
が異なるため記録媒体毎に異なる雰囲気の画像を出力し
てしまうという問題があった。
Recording medium A: minimum density of 0.05, maximum density of 2.0 Recording medium B: minimum density of 0.05, maximum density of 1.5 Recording medium C; minimum density of 0.05, maximum density As described above, when an image expressed linearly in luminance on a display is recorded on each recording medium having a different density region capable of being expressed, the gradation characteristics of the density expressed on the recording medium are changed. When converted into luminance gradation characteristics, there is a problem that an image having a different atmosphere is output for each recording medium because the characteristics are different for each recording medium.

【0009】本発明は、このような問題に鑑みてなされ
たもので、その目的とするところは、記録媒体毎にその
特性に応じた輝度濃度変換を行うことにより、発色特性
の異なるどのような記録媒体においても同様の印象を与
える画像を得ることのできるインクジェット記録装置の
画像データ変換方法を提供することにある。
SUMMARY OF THE INVENTION The present invention has been made in view of such a problem, and an object of the present invention is to perform luminance-density conversion in accordance with the characteristics of each recording medium so that any recording medium having different coloring characteristics can be obtained. It is an object of the present invention to provide an image data conversion method for an ink jet recording apparatus capable of obtaining an image giving a similar impression on a recording medium.

【0010】[0010]

【課題を解決するための手段】本発明は、このような課
題を達成するために、ディスプレイ上で輝度リニアに表
現されている画像を表現可能な濃度領域の異なる各記録
媒体に記録する際に、該記録媒体上で表現される濃度の
階調特性を輝度の階調特性に変換するインクジェット記
録装置の画像データ変換方法において、前記記録媒体毎
に異なる特性を有する輝度濃度変換を行うことを特徴と
するものである。
SUMMARY OF THE INVENTION In order to achieve the above object, the present invention provides a method for recording an image represented linearly on a display on recording media having different density regions capable of being represented. In an image data conversion method for an ink jet printing apparatus for converting a gradation characteristic of density expressed on the recording medium into a gradation characteristic of luminance, a luminance / density conversion having different characteristics for each recording medium is performed. It is assumed that.

【0011】つまり、記録媒体上で表される濃度を輝度
信号に変換して正規化したときの階調特性が各記録媒体
で同様の特性を表すことができるように記録媒体毎に固
有である最小濃度と最大濃度の値に応じてRGBの輝度
信号からCMYの濃度信号に変換することを特徴とする
ものである。ここで、最小濃度(R,G,B)=(25
5,255,255)の時(白を表現)に記録した記録媒
体上の濃度であり、最大濃度とは(R,G,B)=(0,
0,0)の時(黒を表現)に記録した記録媒体上の濃度を
示すものである。
That is, the gradation characteristics when the density expressed on the recording medium is converted into a luminance signal and normalized are unique to each recording medium so that the same characteristic can be expressed in each recording medium. It is characterized in that RGB luminance signals are converted into CMY density signals in accordance with the values of the minimum density and the maximum density. Here, the minimum density (R, G, B) = (25
5, 255, 255) (expressing white) on the recording medium, and the maximum density is (R, G, B) = (0,
(0, 0) indicates the density on the recording medium recorded at the time (expressing black).

【0012】本発明のインクジェット記録装置の画像デ
ータ変換方法は、記録媒体毎にその特性に応じた輝度濃
度変換を行うことにより、発色特性の異なるどのような
記録媒体においても同様の印象を与える画像を得ること
が可能である。
According to the image data conversion method of the ink jet recording apparatus of the present invention, by performing luminance density conversion according to the characteristics of each recording medium, an image giving the same impression on any recording medium having different coloring characteristics can be obtained. It is possible to obtain

【0013】[0013]

【発明の実施の形態】図面に基づいて、本発明の実施の
態様を説明する。
Embodiments of the present invention will be described with reference to the drawings.

【0014】(実施例1)図6は、各記録媒体における
RGB信号からCMY信号への変換を表す図で、本発明
の特徴を最もよく表している図である。各色8bitの
RGB信号を各色8bitのCMY信号に変換する特性
を表し、異なる記録媒体においては異なる変換を行うこ
とが示されている。図6において、記録媒体Aは最高濃
度が2.0、最低濃度が0.05である記録媒体、記録
媒体Bは最高濃度が1.5、最低濃度が0.05である
記録媒体、記録媒体Cは最高濃度が1.0、最低濃度が
0.05である記録媒体であり、0〜255のRGBの
入力信号に対して0〜255のCMYの出力信号に変換
する輝度濃度変換の変換曲線を表している。図6から分
かるように、記録媒体の種類により、その特性に応じた
変換曲線を用いて輝度濃度変換を行うことができる。
(Embodiment 1) FIG. 6 is a diagram showing conversion from RGB signals to CMY signals in each recording medium, and is a diagram which best illustrates the features of the present invention. It represents the characteristic of converting an 8-bit RGB signal of each color into an 8-bit CMY signal of each color, and indicates that different conversions are performed on different recording media. In FIG. 6, a recording medium A has a maximum density of 2.0 and a minimum density of 0.05, a recording medium B has a maximum density of 1.5 and a minimum density of 0.05, and a recording medium. C is a recording medium having a maximum density of 1.0 and a minimum density of 0.05, and is a conversion curve of luminance / density conversion for converting 0 to 255 RGB input signals into 0 to 255 CMY output signals. Is represented. As can be seen from FIG. 6, depending on the type of the recording medium, the luminance / density conversion can be performed using the conversion curve according to the characteristics.

【0015】これらの変換曲線は、以下の手順により生
成される。
These conversion curves are generated by the following procedure.

【0016】手順1;以下の(1)式により、濃度値を
0〜1に正規化された輝度信号に変換する。
Procedure 1: The density value is converted into a luminance signal normalized to 0 to 1 by the following equation (1).

【0017】[0017]

【外2】 [Outside 2]

【0018】手順2;最大輝度信号と最小輝度信号間を
所定の特性に合わせて256分割する。
Step 2: The space between the maximum luminance signal and the minimum luminance signal is divided into 256 parts according to predetermined characteristics.

【0019】手順3;256分割された輝度信号を、以
下の(2)式により濃度値に変換する。
Procedure 3: The 256-divided luminance signal is converted into a density value by the following equation (2).

【0020】 濃度信号=−LOG10(輝度信号/255) ・・・(2) 手順4;濃度信号を0〜255の整数に正規化する。Density signal = −LOG 10 (luminance signal / 255) (2) Step 4: Normalize the density signal to an integer of 0 to 255.

【0021】以下に、上述した3種類の記録媒体に対す
る輝度濃度変換の変換曲線の生成について説明する。
Hereinafter, the generation of the conversion curve of the luminance / density conversion for the above three types of recording media will be described.

【0022】手順1により記録媒体A,B,Cの輝度信
号は(1)式から以下のようになる。ここで値は小数点
以下第4位で四捨五入している。
According to the procedure 1, the luminance signals of the recording media A, B, and C are as follows from the equation (1). Here, the value is rounded off to the fourth decimal place.

【0023】 最小輝度信号 最大輝度信号 記録媒体A 2.55 227.269 記録媒体B 8.063 227.269 記録媒体C 25.5 227.269 この変換により、各記録媒体での輝度の範囲が0〜25
5の範囲内で規定され、この輝度範囲内で所定の特性を
持つ曲線で階調特性を表すことができる。 次に、手順
2により、0〜255の256等分の入力信号において
所定の特性(ここでは輝度リニア)に合わせたものを図
7に示す。図7に示したように、各記録媒体は、それぞ
れの輝度範囲において入力に対して輝度リニアな特性を
示している。ここでは例として図8の階調特性Aのよう
な輝度リニアな特性としたが、階調特性Bに示すような
特性であってもよい。
Minimum luminance signal Maximum luminance signal Recording medium A 2.55 227.269 Recording medium B 8.063 227.269 Recording medium C 25.5 227.269 By this conversion, the range of luminance in each recording medium becomes zero. ~ 25
5, the gradation characteristic can be represented by a curve having a predetermined characteristic within this luminance range. Next, FIG. 7 shows an input signal equivalent to a predetermined characteristic (in this case, a linear luminance) in an input signal equally divided into 256 from 0 to 255 by the procedure 2. As shown in FIG. 7, each recording medium has a luminance linear characteristic with respect to an input in each luminance range. Here, as an example, a luminance linear characteristic like the gradation characteristic A in FIG. 8 is used, but a characteristic shown as the gradation characteristic B may be used.

【0024】次に、手順3により、256に分割された
それぞれの値に対して(2)式により求めた値を図9に
示す。図9に示したように、濃度に対する特性は明るい
部分においてほぼ同程度の濃度を表現し、暗い方に行く
に従って最大濃度の高いものは急激に濃度が上がり、最
大濃度の低いものは緩やかに濃度があがる特性を示して
いる。
Next, FIG. 9 shows values obtained by the equation (2) for each value divided into 256 according to the procedure 3. As shown in FIG. 9, the characteristics with respect to the density represent almost the same density in a bright portion, and the darker one has a higher maximum density, and the lower one has a lower density. It shows the characteristic that rises.

【0025】最後に、手順4により、濃度信号を0〜2
55の整数値に正規化したものを図6に示す。図6にお
ける横軸はRGBの輝度信号、縦軸はCMYの濃度信号
を表し、RGBの入力に対するCMYの出方を表した輝
度濃度変換の変換曲線を示したものである。
Finally, according to procedure 4, the density signal is set to 0 to 2
FIG. 6 shows the result normalized to an integer value of 55. In FIG. 6, the horizontal axis represents the RGB luminance signal, and the vertical axis represents the CMY density signal, and shows a conversion curve of the luminance / density conversion showing how the CMY is output with respect to the RGB input.

【0026】以上の手順により求められた輝度濃度変換
の変換曲線を用いることで、各記録媒体で表現できる濃
度範囲において輝度の階調特性として同様の特性を表す
ことができる。その結果として各記録媒体間で同様な印
象を与える画像を得ることが可能となる。
By using the conversion curve of the luminance / density conversion obtained by the above procedure, the same characteristic can be represented as the luminance gradation characteristic in the density range that can be expressed by each recording medium. As a result, it is possible to obtain an image giving a similar impression between the recording media.

【0027】(実施例2)通常、ユーザーが選択できる
記録媒体は、光沢紙、コート紙、普通紙などの総称であ
るが、実際にはその中でも多種多様の特性を持つものが
存在するため、メーカーが推奨している記録媒体に合わ
せた画像信号処理が行われている。そのため、使用して
いる記録媒体がメーカー推奨のものと特性が違っている
場合には、記録媒体毎に異なる印象の出力がなされてし
まう。
(Embodiment 2) Normally, the recording medium that can be selected by the user is a generic term such as glossy paper, coated paper, plain paper, and the like. Image signal processing is performed according to the recording medium recommended by the manufacturer. Therefore, if the characteristics of the recording medium used are different from those recommended by the manufacturer, a different impression is output for each recording medium.

【0028】そこで、ユーザーが使用している記録媒体
で良好な画像を得るために、ユーザーが使用している紙
種の最大濃度と最小濃度を指定し、そのデータに基づき
輝度濃度変換の変換曲線を生成する。このデータをプリ
ンタドライバに登録することにより、ユーザーが常に使
用している紙種において良好な画像を得ることが可能と
なる。
Therefore, in order to obtain a good image on the recording medium used by the user, the maximum density and the minimum density of the paper type used by the user are specified, and the conversion curve of the brightness density conversion is specified based on the data. Generate By registering this data in the printer driver, it is possible to obtain a good image on the paper type that the user always uses.

【0029】最大濃度と最小濃度を得る方法としては、
あらかじめ用意されたパタ一ンを通常使用する記録媒体
上に記録し、スキャナなどの画像入力手段によりデータ
を取り込む。そして、その値に基づき上述の手順に従っ
て輝度濃度変換の変換曲線を生成し、プリンタドライバ
に登録するようにする。
As a method of obtaining the maximum density and the minimum density,
A pattern prepared in advance is recorded on a recording medium that is normally used, and data is captured by image input means such as a scanner. Then, based on the value, a conversion curve of the luminance / density conversion is generated according to the above-described procedure, and registered in the printer driver.

【0030】このようにすることで、ユーザーが常に使
用している各記録媒体間で同様な印象を与える画像を得
ることができる。
By doing so, it is possible to obtain an image that gives a similar impression between the recording media that the user always uses.

【0031】(実施例3)記録媒体の濃度は、各記録媒
体の最大濃度ほどの差はなく、例えば、0と0.1の差
があったとしても最大濃度が同じであれば輝度濃度変換
の変換曲線は、図10に示すようにほぼ一致したものと
なる。ここで、記録媒体D,E,F,Gはそれそれ以下
に示すような記録媒体である。
(Embodiment 3) The density of the recording medium does not differ as much as the maximum density of each recording medium. For example, if the maximum density is the same even if there is a difference between 0 and 0.1, the luminance density conversion Are almost the same as shown in FIG. Here, the recording media D, E, F, and G are the following recording media.

【0032】 記録媒体D ; 最小濃度が0.1、最大濃度が2.0 記録媒体E ; 最小濃度が0.0、最大濃度が2.0 記録媒体F ; 最小濃度が0.1、最大濃度が1.0 記録媒体G ; 最小濃度が0.0、最大濃度が1.0 そこで、各記録媒体の最小濃度を所定の値に固定して、
最大濃度の値に基づき輝度濃度変換の変換曲線を決定し
た場合にも、各記録媒体において同様な印象を与える画
像を得ることが可能である。
Recording medium D: minimum density of 0.1, maximum density of 2.0 Recording medium E: minimum density of 0.0, maximum density of 2.0 Recording medium F; minimum density of 0.1, maximum density Is 1.0 recording medium G; the minimum density is 0.0 and the maximum density is 1.0. Therefore, the minimum density of each recording medium is fixed to a predetermined value.
Even when the conversion curve of the brightness / density conversion is determined based on the value of the maximum density, it is possible to obtain an image giving a similar impression on each recording medium.

【0033】このようにして最大濃度の値のみで輝度濃
度変換の変換曲線を決めることにより最大濃度と最小濃
度の値から決めることに比較して組み合せが少ないため
記憶しておく容量が少なくなる。例えば、あらかじめ決
められた最大濃度と最小濃度の値に対する変換曲線を保
持しているとした場合、最大濃度の値の種類をN、最小
濃度の値の種類をMとすると最大濃度のみで変換曲線を
決める方法ではN種類の変換曲線を持ち、最大濃度と最
小濃度の値から変換曲線を決める方法ではN×M種類の
変換曲線を持つ必要がある。
By determining the conversion curve of the brightness / density conversion based on only the maximum density value in this way, the number of combinations is smaller than that determined from the maximum density value and the minimum density value, so that the storage capacity is reduced. For example, assuming that a conversion curve for a predetermined maximum density and minimum density value is held, if the type of the maximum density value is N and the type of the minimum density value is M, the conversion curve is only the maximum density. The method of determining N has N types of conversion curves, and the method of determining the conversion curves from the values of the maximum density and the minimum density requires N × M types of conversion curves.

【0034】[0034]

【発明の効果】以上説明したように本発明によれば、記
録媒体上で表される濃度を輝度信号に変換して正規化し
たときの階調特性が各記録媒体で同様の特性を表すこと
ができるように記録媒体毎に固有である最小濃度と最大
濃度の値に応じてRGBの輝度信号からCMYの濃度信
号に変換するようにしたので、記録媒体毎にその特性に
応じた輝度濃度変換を行うことにより、発色特性の異な
るどのような記録媒体においても同様の印象を与える画
像を得ることが可能である。
As described above, according to the present invention, the gradation characteristics obtained when the density represented on the recording medium is converted into a luminance signal and normalized are similar in each recording medium. Is converted from an RGB luminance signal to a CMY density signal in accordance with the minimum density and maximum density values unique to each recording medium. Is performed, it is possible to obtain an image giving the same impression on any recording medium having different coloring characteristics.

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

【図1】RGB信号からCMYKの2値信号への変換処
理の流れを表す図である。
FIG. 1 is a diagram illustrating a flow of a conversion process from an RGB signal to a CMYK binary signal.

【図2】RGB信号からCMY信号への変換を表す図で
ある。
FIG. 2 is a diagram illustrating conversion from an RGB signal to a CMY signal.

【図3】各記録媒体における黒から白への濃度特性を表
す図である。
FIG. 3 is a diagram illustrating a density characteristic from black to white in each recording medium.

【図4】各記録媒体における黒から白への輝度特性を表
す図である。
FIG. 4 is a diagram illustrating luminance characteristics from black to white in each recording medium.

【図5】各記録媒体における黒から白への輝度特性を正
規化した図である。
FIG. 5 is a diagram in which luminance characteristics from black to white in each recording medium are normalized.

【図6】各記録媒体におけるRGB信号からCMY信号
への変換を表す図である。
FIG. 6 is a diagram illustrating conversion from RGB signals to CMY signals in each recording medium.

【図7】各記録媒体における黒から白への輝度特性を表
す図である。
FIG. 7 is a diagram illustrating a luminance characteristic from black to white in each recording medium.

【図8】各記録媒体における黒から白への濃度特性を表
す図である。
FIG. 8 is a diagram illustrating a density characteristic from black to white in each recording medium.

【図9】各記録媒体におけるRGB信号からCMY信号
への変換を表す図である。
FIG. 9 is a diagram illustrating conversion from RGB signals to CMY signals in each recording medium.

【図10】ディスプレイの階調特性を表す図である。FIG. 10 is a diagram showing gradation characteristics of a display.

フロントページの続き Fターム(参考) 2C056 EB27 EB42 EC76 EC79 2C057 AF39 AL36 AL37 CA10 5C074 BB16 DD02 DD23 DD27 EE08 FF15 HH04 HH08 5C077 LL19 MP08 PP15 PP32 PP33 PP37 PP43 SS06 TT05 5C079 HB01 HB03 KA12 KA15 LA12 LA13 LB02 MA17 NA03 PA03 PA05 Continued on the front page F-term (reference) 2C056 EB27 EB42 EC76 EC79 2C057 AF39 AL36 AL37 CA10 5C074 BB16 DD02 DD23 DD27 EE08 FF15 HH04 HH08 5C077 LL19 MP08 PP15 PP32 PP33 PP37 PP43 SS06 TT05 5C079 HB01 KA03 PA13 LA15

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 ディスプレイ上で輝度リニアに表現され
ている画像を表現可能な濃度領域の異なる各記録媒体に
記録する際に、該記録媒体上で表現される濃度の階調特
性を輝度の階調特性に変換するインクジェット記録装置
の画像データ変換方法において、前記記録媒体毎に異な
る特性を有する輝度濃度変換を行うことを特徴とするイ
ンクジェット記録装置の画像データ変換方法。
When recording an image expressed linearly on a display on recording media having different densities that can be expressed on a display, a gradation characteristic of the density expressed on the recording medium is represented by a luminance gradation. An image data conversion method for an ink-jet recording apparatus for converting into tone characteristics, wherein brightness-density conversion having different characteristics for each recording medium is performed.
【請求項2】 前記記録媒体上で表現できる最大濃度と
最小濃度の値に基づき輝度濃度変換を行うことを特徴と
する請求項1に記載のインクジェット記録装置の画像デ
ータ変換方法。
2. The image data conversion method according to claim 1, wherein the luminance density conversion is performed based on the maximum density and the minimum density that can be expressed on the recording medium.
【請求項3】 画像を読み取る手段を有し、前記記録媒
体上に記録した黒100%データ((RGB)=(0,0,
0)であるデータ)と該記録媒体の濃度を読み取ることに
より、前記記録媒体の最大濃度と最小濃度を得ることを
特徴とする請求項2に記載のインクジェット記録装置の
画像データ変換方法。
3. A method for reading an image, comprising: means for reading an image, wherein 100% black data ((RGB) = (0,0,
The image data conversion method according to claim 2, wherein the maximum density and the minimum density of the recording medium are obtained by reading the data (0) and the density of the recording medium.
【請求項4】 前記記録媒体上で表現できる最大の濃度
値に基づき輝度濃度変換を行うことを特徴とする請求項
1に記載のインクジェット記録装置の画像データ変換方
法。
4. The image data conversion method according to claim 1, wherein the luminance density conversion is performed based on a maximum density value that can be expressed on the recording medium.
【請求項5】 画像を読み取る手段を有し、前記記録媒
体上に記録した黒100%データ((RGB)=(0,0,
0)であるデータ)の濃度を読み取ることにより、前記記
録媒体の最大濃度を得ることを特徴とする請求項4に記
裁のインクジェット記録装置の画像データ変換方法。
5. A method for reading an image, wherein 100% black data ((RGB) = (0,0,
The method according to claim 4, wherein the maximum density of the recording medium is obtained by reading the density of the data (0).
【請求項6】 前記記録媒体毎に異なる特性の変換テー
ブルを有し、該テーブル変換により輝度濃度変換を行う
ことを特徴とする請求項1に記載のインクジェット記録
装置の画像データ変換方法。
6. The image data conversion method according to claim 1, further comprising a conversion table having different characteristics for each of the printing media, and performing the brightness / density conversion by the table conversion.
【請求項7】 前記記録媒体の最大濃度と最小濃度の値
を有し、その値から変換テーブルを生成することを特徴
とする請求項6に記載のインクジェット記録装置の画像
データ変換方法。
7. The image data conversion method for an ink jet printing apparatus according to claim 6, comprising a maximum density value and a minimum density value of the recording medium, and generating a conversion table from the values.
【請求項8】 記録媒体の種類により、その特性に応じ
た変換曲線を用いて輝度濃度変換を行うインクジェット
記録装置の画像データ変換方法であって、 【外1】 に基づいて、濃度値を0〜1に正規化された輝度信号に
変換する手順と、 最大輝度信号と最小輝度信号間を所定の特性に合わせて
256分割する手順と、 濃度信号=−LOG10(輝度信号/255)に基づいて、
256分割された輝度信号を濃度値に変換する手順と、 濃度信号を0〜255の整数に正規化する手順とにより
変換曲線を生成することを特徴とするインクジェット記
録装置の画像データ変換方法。
8. An image data conversion method for an ink-jet printing apparatus for performing brightness-density conversion using a conversion curve according to the characteristics of a printing medium according to the type of printing medium. , A procedure for converting the density value into a luminance signal normalized to 0 to 1, a procedure for dividing the maximum luminance signal and the minimum luminance signal into 256 according to a predetermined characteristic, and a density signal = −LOG 10 (Luminance signal / 255)
An image data conversion method for an ink jet recording apparatus, wherein a conversion curve is generated by a procedure for converting a 256-divided luminance signal into a density value and a procedure for normalizing the density signal to an integer of 0 to 255.
JP32598899A 1999-11-16 1999-11-16 Image data conversion method for ink jet recorder Pending JP2001144983A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32598899A JP2001144983A (en) 1999-11-16 1999-11-16 Image data conversion method for ink jet recorder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32598899A JP2001144983A (en) 1999-11-16 1999-11-16 Image data conversion method for ink jet recorder

Publications (1)

Publication Number Publication Date
JP2001144983A true JP2001144983A (en) 2001-05-25

Family

ID=18182851

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32598899A Pending JP2001144983A (en) 1999-11-16 1999-11-16 Image data conversion method for ink jet recorder

Country Status (1)

Country Link
JP (1) JP2001144983A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007223263A (en) * 2006-02-27 2007-09-06 Seiko Epson Corp Picture drawing device, and rationalizing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007223263A (en) * 2006-02-27 2007-09-06 Seiko Epson Corp Picture drawing device, and rationalizing method

Similar Documents

Publication Publication Date Title
US6118547A (en) Image processing method and apparatus
US5734801A (en) Method of and apparatus for producing color proof
US5375002A (en) Color error diffusion
US6393148B1 (en) Contrast enhancement of an image using luminance and RGB statistical metrics
KR100405226B1 (en) Halftone dither cell with integrated preferred color matching
JPH07333822A (en) Method and device for forming image of printing plate
US5469276A (en) Method and apparatus for reducing artifacts in halftone images using gray balance correction
JPH09116767A (en) Print proof generating method and its device
US8184340B2 (en) Method for color rendering using scanned halftone classification
JP3309944B2 (en) Improved method and apparatus for performing vivid color correction in a binary printing device
JP2001094813A (en) Method and device for reducing quantization error in image forming system
US6108098A (en) Image processing apparatus and method
US9147140B2 (en) Image processing apparatus, method, and product for converting image data into fewer gradations based on total value of pixels in a group except for a detected pixel having a specific value
US6344903B1 (en) System and method for multi-level processing with level limiting
US6643399B1 (en) Apparatus, method, and computer program product for noise reduction image processing
US20020024687A1 (en) Dynamic generation of linearized halftone matrix
US6693731B1 (en) Image processing apparatus and method
US7403304B2 (en) Method for optimised colour reproduction of a coloured original image
JP3360476B2 (en) Image processing method and apparatus
JP2001144983A (en) Image data conversion method for ink jet recorder
JP2000050099A (en) Method for converting unprintable color value into printable color value, picture reproduction system for reproducing color picture, and control means provided with color conversion means fitted to the system
JP3790204B2 (en) Color image processing apparatus and color image processing method
JP3824674B2 (en) Printing proof creation method and apparatus
JP3854644B2 (en) Image processing method and apparatus
JPH1169176A (en) Color reproducing method