JP2002171407A - Image processing apparatus and image processing method - Google Patents

Image processing apparatus and image processing method

Info

Publication number
JP2002171407A
JP2002171407A JP2000364629A JP2000364629A JP2002171407A JP 2002171407 A JP2002171407 A JP 2002171407A JP 2000364629 A JP2000364629 A JP 2000364629A JP 2000364629 A JP2000364629 A JP 2000364629A JP 2002171407 A JP2002171407 A JP 2002171407A
Authority
JP
Japan
Prior art keywords
density
error diffusion
component
image processing
determining
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.)
Granted
Application number
JP2000364629A
Other languages
Japanese (ja)
Other versions
JP4463970B2 (en
JP2002171407A5 (en
Inventor
Akitoshi Yamada
顕季 山田
Masao Kato
真夫 加藤
Hiromitsu Hirabayashi
弘光 平林
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 JP2000364629A priority Critical patent/JP4463970B2/en
Priority to US09/993,641 priority patent/US7099046B2/en
Priority to DE60138082T priority patent/DE60138082D1/en
Priority to EP09152521A priority patent/EP2051500B1/en
Priority to ES01310025T priority patent/ES2322887T3/en
Priority to AT01310025T priority patent/ATE426999T1/en
Priority to EP01310025A priority patent/EP1211884B1/en
Publication of JP2002171407A publication Critical patent/JP2002171407A/en
Priority to US11/370,982 priority patent/US7548346B2/en
Publication of JP2002171407A5 publication Critical patent/JP2002171407A5/ja
Priority to US12/431,624 priority patent/US7859723B2/en
Application granted granted Critical
Publication of JP4463970B2 publication Critical patent/JP4463970B2/en
Priority to US12/952,819 priority patent/US7965418B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To provide an image processing apparatus and an image processing method that can simplify more complicated threshold condition processing and apply error spread processing to image data at a high-speed to form an image with high quality. SOLUTION: In the application of error spread processing to multi-value image data consisting of density components to provide an output of the processing result, when the error spread processing is executed for a first density component among density components, a threshold used for the error spread processing is decided on the basis of the density of a second density component, the error spread processing is applied to the first density component on the basis of the decided threshold and its execution result is outputted, and when the error spread processing is executed for the second density component, a threshold used for the error spread processing is decided on the basis of the density of the first density component, the error spread processing is applied to the second density component on the basis of the decided threshold and its execution result is outputted.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は画像処理装置及び画
像処理方法に関し、特に、多値画像濃度データに誤差拡
散処理を施して擬似中間調処理を行う画像処理装置及び
画像処理方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus and an image processing method, and more particularly to an image processing apparatus and an image processing method for performing an error diffusion process on multi-value image density data to perform a pseudo halftone process.

【0002】[0002]

【従来の技術】従来、多値画像を2値で表現する疑似階
調処理として誤差拡散法が知られている("An Adaptive
Algorithm for Spatial Gray Scale" in society for I
nformation Display 1975 Symposium Digest of Techni
cal Papers, 1975, 36)。この方法は、着目画素をP、そ
の濃度をv、着目画素Pの周辺画素P0、P1、P2、P3の濃度
をそれぞれv0、v1、v2、v3、2値化のための閾値をTと
すると、着目画素Pにおける2値化誤差Eを周辺画素P0、P
1、P2、P3に経験的に求めた重み係数W0、W1、W2、W3で
振り分けてマクロ的に平均濃度を元画像の濃度と等しく
する方法である。
2. Description of the Related Art Conventionally, an error diffusion method is known as pseudo gradation processing for expressing a multi-valued image in binary ("An Adaptive Method").
Algorithm for Spatial Gray Scale "in society for I
nformation Display 1975 Symposium Digest of Techni
cal Papers, 1975, 36). In this method, the target pixel is P, its density is v, and the densities of peripheral pixels P0, P1, P2, and P3 of the target pixel P are v0, v1, v2, v3, and the threshold for binarization is T. , The binarization error E in the target pixel P is
This is a method in which weighting factors W0, W1, W2, and W3 empirically obtained are assigned to 1, P2, and P3, and the average density is macroscopically equal to the density of the original image.

【0003】例えば、出力2値データをoとすると v ≧ T ならば o = 1, E = v - Vmax; ....(1) v < T ならば o = 0, E = v - Vmin; ( ただし、Vmax:最大濃度、Vmin:最小濃度 ) v0 = v0 + E × W0; ....(2) v1 = v1 + E × W1; ....(3) v2 = v2 + E × W2; ....(4) v3 = v3 + E × W3; ....(5) ( 重み係数の例: W0 = 7/16, W1 = 1/16, W2 = 5/16, W
3 = 3/16 )と表すことができる。
For example, assuming that the output binary data is o, if v ≧ T, then o = 1, E = v−Vmax;. . . . (1) If v <T, then o = 0, E = v−Vmin; (where Vmax: maximum density, Vmin: minimum density) v0 = v0 + E × W0; . . . (2) v1 = v1 + E × W1; . . . (3) v2 = v2 + E × W2; . . . (4) v3 = v3 + E × W3; . . . (5) (Example of weighting factor: W0 = 7/16, W1 = 1/16, W2 = 5/16, W
3 = 3/16).

【0004】従来、例えば、カラーインクジェットプリ
ンタ等、シアン(C)、マゼンタ(M)、イエロ
(Y)、ブラック(K)4色のインクを用いて多値画像
を出力する際には、各色独立に誤差拡散法等を用いて疑
似階調処理を行っていたために、1色について見た場合
には視覚特性が優れていても、2色以上が重なると必ず
しも良好な視覚特性が得られなかった。
Conventionally, for example, when a multi-valued image is output using four color inks such as cyan (C), magenta (M), yellow (Y), and black (K) in a color ink jet printer or the like, each color is independent. Since the pseudo gradation processing was performed using the error diffusion method or the like, the visual characteristics were excellent when one color was viewed, but good visual characteristics were not always obtained when two or more colors overlapped. .

【0005】この問題を改良するために、特開平8−2
79920号公報および特開平11−10918号公報
等においては、2色以上を組み合わせて誤差拡散法を用
いることにより、2色以上が重なり合う場合においても
良好な視覚特性の得られる擬似中間調処理方法が開示さ
れている。
In order to improve this problem, Japanese Patent Application Laid-Open No. Hei 8-2
Japanese Patent Application Laid-Open No. 79920 and Japanese Patent Application Laid-Open No. H11-10918 disclose an error diffusion method in which two or more colors are combined to obtain a pseudo halftone processing method that can obtain good visual characteristics even when two or more colors overlap. It has been disclosed.

【0006】また、特開平9−139841号公報にお
いては、2色以上を独立に疑似中階調処理をしたのち
に、入力値の合計により出力値の修正を行い、同様な改
良を行う方法が開示されている。
Japanese Unexamined Patent Application Publication No. Hei 9-139841 discloses a method in which two or more colors are independently subjected to pseudo middle gradation processing, and then the output value is corrected by summing the input values, thereby making a similar improvement. It has been disclosed.

【0007】特に、カラー画像の中濃度領域の粒状感を
低減するのに、シアン成分(C)とマゼンタ成分(M)
のドットが互いに重なり合わない様に画像形成をする事
が効果的であり、そのために以下の手法が用いられてい
る。
[0007] In particular, to reduce the graininess in the middle density area of a color image, a cyan component (C) and a magenta component (M) are used.
It is effective to form an image so that the dots do not overlap with each other, and the following method is used for that purpose.

【0008】図14は従来のインクジェット方式に従う
画像形成制御を示す図である。
FIG. 14 is a diagram showing image forming control according to a conventional ink jet system.

【0009】ここでは、画像データは各画素各濃度成分
(YMCK)が8ビット(階調値が0〜255)の多値
データで表現されるとして説明する。
Here, the image data will be described on the assumption that each density component (YMCK) of each pixel is represented by multi-bit data of 8 bits (gradation value is 0 to 255).

【0010】多値カラー画像の注目画素のC成分とM成
分の濃度Ct、Mtは夫々、原画像のC成分とM成分の濃
度値を夫々、C、Mとすれば、 Ct = C + Cerr Mt = M + Merr と表される。ここで、CerrとMerrとはC成分とM成分
夫々について注目画素に対して誤差拡散された値であ
る。
The Ct and Mt densities of the C component and the M component of the pixel of interest in the multi-valued color image are Ct = C + Cerr, where C and M are the density values of the C and M components of the original image, respectively. Mt = M + Merr. Here, Cerr and Merr are error-diffused values of the C component and the M component, respectively, with respect to the target pixel.

【0011】図14に示されるように、C、Mの画像形
成に関し、注目画素のC成分とM成分の濃度に従って、
4通りの画像形成制御を行う。 1.(Ct+Mt)の和が閾値(Threshold 1)以下、即
ち、図14の領域(1)に属する場合には、Cインクも
Mインクも用いてドット記録はしない。 2.(Ct+Mt)の和が閾値(Threshold 1)を越えて
おり、かつ、(Ct+Mt)の和が別の閾値(Threshold
2)未満であり、かつ、Ct>Mtである、即ち、図14
の領域(2)に属する場合には、Cインクのみでドット
記録を行う。 3.(Ct+Mt)の和が閾値(Threshold 1)を越えて
おり、かつ、(Ct+Mt)の和が別の閾値(Threshold
2)未満であり、かつ、Ct≦Mtである、即ち、図14
の領域(3)に属する場合には、Mインクのみでドット
記録を行う。 4.(Ct+Mt)の和が別の閾値(Threshold 2)以上
である、即ち、図14の領域(4)に属する場合には、
CインクとMインクとを用いてドット記録を行う。
As shown in FIG. 14, with respect to C and M image formation, according to the densities of the C component and the M component of the pixel of interest,
Four types of image formation control are performed. 1. When the sum of (Ct + Mt) is equal to or smaller than the threshold value (Threshold 1), that is, when the sum belongs to the area (1) in FIG. 14, dot recording is not performed using both the C ink and the M ink. 2. The sum of (Ct + Mt) exceeds the threshold (Threshold 1), and the sum of (Ct + Mt) is another threshold (Threshold
2) and Ct> Mt, that is, FIG.
If it belongs to the area (2), dot recording is performed using only the C ink. 3. The sum of (Ct + Mt) exceeds the threshold (Threshold 1), and the sum of (Ct + Mt) is another threshold (Threshold
2) and Ct ≦ Mt, that is, FIG.
If it belongs to the area (3), dot recording is performed using only the M ink. 4. If the sum of (Ct + Mt) is equal to or greater than another threshold (Threshold 2), that is, if it belongs to the area (4) in FIG.
Dot recording is performed using C ink and M ink.

【0012】なお、ここで、Threshold 1<Threshold 2
である。
Here, Threshold 1 <Threshold 2
It is.

【0013】[0013]

【発明が解決しようとする課題】しかしながら上記従来
例では、C成分とM成分についての画像形成方法をC成
分とM成分の濃度値の和に基づいて変えているため、単
純な画像形成制御しか行うことができず、例えば、処理
対象となる画像のデータが閾値の前後で変動するような
画素が近接して存在する場合、その狭い領域でCインク
とMインクの重なり合いが発生する画素とそうではない
画素とが混在し、結局のところ、形成画像の質が劣化し
てしまう。
However, in the above conventional example, since the image forming method for the C component and the M component is changed based on the sum of the density values of the C component and the M component, only a simple image forming control is performed. For example, when there is a pixel in which the data of the image to be processed fluctuates before and after the threshold value is close to the pixel where the C ink and the M ink are overlapped in the narrow area. And non-pixels are mixed, and eventually the quality of the formed image is degraded.

【0014】このようなことを防止するためには、より
複雑な閾値分割をすれば良いが、そのようにすると、そ
の分だけ閾値条件処理をより複雑にする必要が有り、結
局処理時間が長くなる事が避けられない。
In order to prevent such a situation, it is sufficient to perform more complicated threshold division. However, in such a case, it is necessary to make the threshold condition processing more complicated by that much. Is inevitable.

【0015】さらに、従来のようなC成分とM成分の濃
度値の和に基づく処理では閾値処理が単純にならざるを
得ず、柔軟性に富む処理を行なうことは困難であるとい
う問題もあった。
Further, in the conventional processing based on the sum of the density values of the C component and the M component, there is a problem in that the threshold processing must be simple, and it is difficult to perform a flexible processing. Was.

【0016】また、ブラック(K)成分も加えて3つの
成分の和を用いて排他的誤差拡散を行おうとすれば、例
えば、以下に示すコードのように非常に複雑な処理が必
要となる。
If exclusive error diffusion is to be performed using the sum of the three components in addition to the black (K) component, very complicated processing is required, for example, as shown in the following code.

【0017】 Ct = C + Cerr Mt = M + Merr Kt = K + Kerr If( Ct + Mt + Kt > Threshold 1 ) If(Ct + Mt + Kt < Threshold 2 ) If( Ct > Mt && Ct > Kt) Print C Else If( Mt > Ct && Mt > Kt) Print M Else Print K Else If(Ct + Mt + Kt < Threshold 3 ) If( Ct < Mt && Ct < Kt) Print M Print K Else If( Mt < Ct && Mt < Kt) Print C Print K Else Print C Print M Else Print C Print M Print K 本発明は上記従来例に鑑みてなされたもので、より複雑
な閾値条件処理を簡単に行って高速に誤差拡散処理を行
ない高品位な画像を形成することができる画像処理装置
及び画像処理方法を提供することを目的としている。
Ct = C + Cerr Mt = M + Merr Kt = K + Kerr If (Ct + Mt + Kt> Threshold1) If (Ct + Mt + Kt <Threshold2) If (Ct> Mt &&Ct> Kt) Print C Else If (Mt> Ct &&Mt> Kt) Print M Else Print K Else If (Ct + Mt + Kt <Threshold 3) If (Ct <Mt && Ct <Kt) Print M Print K Else If (Mt <Ct && Mt <Kt) Print C Print K Else Print C Print M Else Print C Print M Print K The present invention has been made in view of the above-described conventional example, and performs more complicated threshold condition processing easily to achieve high-speed error diffusion. It is an object of the present invention to provide an image processing apparatus and an image processing method capable of performing processing and forming a high-quality image.

【0018】[0018]

【課題を解決するための手段】上記目的を達成するため
に本発明の画像処理装置は、以下のような構成からな
る。
In order to achieve the above object, an image processing apparatus according to the present invention has the following arrangement.

【0019】即ち、複数の濃度成分からなる多値画像デ
ータに誤差拡散処理を施して前記誤差拡散処理の結果を
出力する画像処理装置であって、前記複数の濃度成分の
うち、第1の濃度成分に誤差拡散処理を実行するに当た
り、該誤差拡散処理に用いる閾値を第2の濃度成分の濃
度値に基づいて決定する第1決定手段と、前記第1決定
手段によって決定された閾値に基づいて前記第1の濃度
成分に関して誤差拡散処理を実行する第1誤差拡散実行
手段と、前記第1誤差拡散実行手段による実行結果を出
力する第1出力手段と、前記複数の濃度成分のうち、第
2の濃度成分に誤差拡散処理を実行するに当たり、該誤
差拡散処理に用いる閾値を第1の濃度成分の濃度値に基
づいて決定する第2決定手段と、前記第2決定手段によ
って決定された閾値に基づいて前記第2の濃度成分に関
して誤差拡散処理を実行する第2誤差拡散実行手段と、
前記第2誤差拡散実行手段による実行結果を出力する第
2出力手段とを有することを特徴とする画像処理装置を
備える。
In other words, there is provided an image processing apparatus for performing an error diffusion process on multi-valued image data composed of a plurality of density components and outputting a result of the error diffusion process, wherein the first density component of the plurality of density components is In performing the error diffusion process on the component, a first determination unit that determines a threshold value used for the error diffusion process based on the density value of the second density component, and a threshold value determined by the first determination unit. First error diffusion executing means for executing an error diffusion process on the first density component; first output means for outputting an execution result by the first error diffusion executing means; When performing the error diffusion process on the density component of the second density component, a second determination unit that determines a threshold value used for the error diffusion process based on the density value of the first density component, and a threshold value determined by the second determination unit. A second error diffusion execution means for executing the error diffusion processing on the second density component based on,
And a second output unit for outputting a result of execution by the second error diffusion execution unit.

【0020】前記第1及び第2決定手段は、前記閾値の
決定に、濃度値と閾値との関係を定めたテーブルを用い
ることが好ましい。
It is preferable that the first and second determination means use a table in which a relationship between a density value and a threshold value is determined in determining the threshold value.

【0021】前記第1及び第2の決定手段は夫々、2値
化のみならず、多値化のために複数の閾値を決定しても
良い。その場合、前記第1及び第2の決定手段は夫々、
これら複数の閾値夫々の決定のために、複数のテーブル
を用いると良い。
Each of the first and second determining means may determine a plurality of thresholds for multi-leveling as well as for binarizing. In that case, the first and second determining means respectively
It is preferable to use a plurality of tables for determining each of the plurality of thresholds.

【0022】さらに、前記複数の濃度成分のうち、第3
の濃度成分に誤差拡散処理を実行するに当たり、該誤差
拡散処理に用いる閾値を前記第1の濃度成分と前記第2
の濃度成分の濃度値との和に基づいて決定する第3決定
手段と、前記第3決定手段によって決定された閾値に基
づいて前記第3の濃度成分に関して誤差拡散処理を実行
する第3誤差拡散実行手段と、前記第3誤差拡散実行手
段による実行結果を出力する第3出力手段とを備えても
良い。
Further, among the plurality of concentration components, the third
When performing the error diffusion process on the density components of the first and second density components,
And a third error diffusion unit that performs an error diffusion process on the third density component based on a threshold value determined by the third determination unit. An execution unit and a third output unit that outputs an execution result by the third error diffusion execution unit may be provided.

【0023】このように、第1、第2、第3の濃度成分
に対して誤差拡散処理を行なう場合には、前記第1の決
定手段は、第2の濃度成分の濃度値と第3の濃度成分の
濃度値との和に基づいて、第1の濃度成分に関する誤差
拡散処理に用いる閾値を決定し、前記第2の決定手段
は、第1の濃度成分の濃度値と第3の濃度成分の濃度値
との和に基づいて、第2の濃度成分に関する誤差拡散処
理に用いる閾値を決定すると良い。
As described above, when the error diffusion processing is performed on the first, second, and third density components, the first determining means determines the density value of the second density component and the third density component. A threshold value used for error diffusion processing for the first density component is determined based on a sum of the density value of the density component and the density value of the first density component. It is preferable to determine a threshold value used for error diffusion processing for the second density component based on the sum of the density value and the density value.

【0024】さて、前記複数の濃度成分は、イエロ成
分、マゼンタ成分、シアン成分、及びブラック成分であ
り、第1の濃度成分はシアン成分であり、第2の濃度成
分はマゼンタ成分であり、第3の濃度成分はブラック成
分である。
The plurality of density components are a yellow component, a magenta component, a cyan component, and a black component, the first density component is a cyan component, the second density component is a magenta component, The density component of No. 3 is a black component.

【0025】またさらに、前記第1、第2、及び第3出
力手段から出力される誤差拡散処理実行結果を入力して
画像形成を行う、例えば、インクジェットプリンタのよ
うな画像形成手段を備えることが望ましい。
The image forming apparatus may further include an image forming unit, such as an ink jet printer, for forming an image by inputting an error diffusion processing execution result output from the first, second, and third output units. desirable.

【0026】このインクジェットプリンタは熱エネルギ
ーを利用してインクを吐出するインクジェット記録ヘッ
ドを備え、このインクジェット記録ヘッドはインクに与
える熱エネルギーを発生するための電気熱変換体を備え
ていることが好適である。
This ink jet printer is preferably provided with an ink jet recording head for discharging ink using thermal energy, and the ink jet recording head is preferably provided with an electrothermal converter for generating heat energy applied to the ink. is there.

【0027】また他の発明によれば、複数の濃度成分か
らなる多値画像データに誤差拡散処理を施して前記誤差
拡散処理の結果を出力する画像処理方法であって、前記
複数の濃度成分のうち、第1の濃度成分に誤差拡散処理
を実行するに当たり、該誤差拡散処理に用いる閾値を第
2の濃度成分の濃度値に基づいて決定する第1決定工程
と、前記第1決定工程において決定された閾値に基づい
て前記第1の濃度成分に関して誤差拡散処理を実行する
第1誤差拡散実行工程と、前記第1誤差拡散実行工程に
おける実行結果を出力する第1出力工程と、前記複数の
濃度成分のうち、第2の濃度成分に誤差拡散処理を実行
するに当たり、該誤差拡散処理に用いる閾値を第1の濃
度成分の濃度値に基づいて決定する第2決定工程と、前
記第2決定工程において決定された閾値に基づいて前記
第2の濃度成分に関して誤差拡散処理を実行する第2誤
差拡散実行工程と、前記第2誤差拡散実行工程における
実行結果を出力する第2出力工程とを有することを特徴
とする画像処理方法を備える。
According to still another aspect of the present invention, there is provided an image processing method for performing an error diffusion process on multi-valued image data including a plurality of density components and outputting a result of the error diffusion process. In performing the error diffusion process on the first density component, a threshold value used for the error diffusion process is determined based on the density value of the second density component, and the threshold value is determined in the first determination step. A first error diffusion execution step of executing an error diffusion process on the first density component based on the threshold value obtained, a first output step of outputting an execution result in the first error diffusion execution step, and the plurality of densities. A second determining step of determining a threshold value used for the error diffusion processing based on a density value of the first density component when performing the error diffusion processing on the second density component among the components; To A second error diffusion executing step of executing an error diffusion process on the second density component based on the determined threshold value, and a second output step of outputting an execution result in the second error diffusion executing step. And an image processing method characterized by the following.

【0028】さらに他の発明によれば、以上の画像処理
方法を実行するプログラムを格納したコンピュータによ
って読取可能な記憶媒体を備える。
According to still another aspect of the present invention, there is provided a computer-readable storage medium storing a program for executing the above-described image processing method.

【0029】以上の構成により本発明は、複数の濃度成
分からなる多値画像データに誤差拡散処理を施してその
結果を出力する際に、複数の濃度成分のうち、第1の濃
度成分に誤差拡散処理を実行するに当たり、その誤差拡
散処理に用いる閾値を第2の濃度成分の濃度値に基づい
て決定し、その決定された閾値に基づいて第1の濃度成
分に関して誤差拡散処理を実行し、その実行結果を出力
するとともに、複数の濃度成分のうち、第2の濃度成分
に誤差拡散処理を実行するに当たり、その誤差拡散処理
に用いる閾値を第1の濃度成分の濃度値に基づいて決定
し、その決定された閾値に基づいて第2の濃度成分に関
して誤差拡散処理を実行し、その実行結果を出力する。
With the above arrangement, according to the present invention, when performing error diffusion processing on multi-valued image data composed of a plurality of density components and outputting the result, an error is detected in the first density component among the plurality of density components. In performing the diffusion process, a threshold value used for the error diffusion process is determined based on the density value of the second density component, and the error diffusion process is performed on the first density component based on the determined threshold value. In addition to outputting the execution result, when performing the error diffusion process on the second density component among the plurality of density components, a threshold value used for the error diffusion process is determined based on the density value of the first density component. , Performs an error diffusion process on the second density component based on the determined threshold value, and outputs the execution result.

【0030】[0030]

【発明の実施の形態】以下添付図面を参照して本発明の
好適な実施形態について詳細に説明する。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Preferred embodiments of the present invention will be described below in detail with reference to the accompanying drawings.

【0031】[共通実施形態]まず、以下のいくつかの
実施形態において共通に用いられる情報処理システムの
全体概要、ハードウェア構成の概要、ソフトウェア構成
の概要、及び、画像処理の概要について説明する。
[Common Embodiment] First, an overall outline of an information processing system, an outline of a hardware configuration, an outline of a software configuration, and an outline of image processing which are commonly used in the following several embodiments will be described.

【0032】図1は、本発明の共通実施形態に係る情報
処理システムの概略構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of an information processing system according to a common embodiment of the present invention.

【0033】図1に示されているように、この情報処理
システムは、パソコン等で構成されるホスト装置51
と、プリンタ等で構成される画像出力装置52とを備
え、これらの間が双方向インタフェース53を介して接
続されている。そして、ホスト装置51のメモリには、
本発明を適用したドライバソフトウェア54がロードさ
れている。
As shown in FIG. 1, this information processing system includes a host device 51 composed of a personal computer or the like.
And an image output device 52 composed of a printer or the like, and these are connected via a bidirectional interface 53. And, in the memory of the host device 51,
The driver software 54 to which the present invention is applied is loaded.

【0034】1.ホスト装置51と画像出力装置52の
ハードウェア構成 次に、ホスト装置51と画像出力装置52のハードウェ
ア構成について説明する。
1. Next, a hardware configuration of the host device 51 and the image output device 52 will be described.

【0035】図2は情報処理システムを構成するホスト
装置51と画像出力装置52のハードウェア構成概要を
示すブロック図である。
FIG. 2 is a block diagram showing an outline of a hardware configuration of the host device 51 and the image output device 52 constituting the information processing system.

【0036】図2に示されているように、ホスト装置5
1は処理部1000とこれに周辺装置を含めてホスト装
置全体を構成している。また、画像出力装置52は、記
録ヘッド3010、記録ヘッド3010を搬送するキャ
リアを駆動するキャリア(CR)モータ3011、用紙
を搬送する搬送モータ3012などの駆動部と、制御回
路部3003とから構成されている。
As shown in FIG. 2, the host device 5
Reference numeral 1 denotes the entire host device including the processing unit 1000 and peripheral devices. The image output device 52 includes a drive unit such as a printhead 3010, a carrier (CR) motor 3011 for driving a carrier for transporting the printhead 3010, a transport motor 3012 for transporting paper, and a control circuit unit 3003. ing.

【0037】ホスト装置51の処理部1000は、制御
プログラムに従ってホスト装置の全体制御を司るMPU
1001、システム構成要素を互いに接続するバス10
02、MPU1001が実行するプログラムやデータ等
を一時記憶するDRAM1003、システムバスとメモ
リバス、MPU1001を接続するブリッジ1004、
例えば、CRTなどの表示装置2001にグラフィック
情報を表示するための制御機能を備えたグラフィックア
ダプタ1005を含んでいる。
The processing unit 1000 of the host device 51 is an MPU that controls the entire host device according to the control program.
1001, a bus 10 for connecting system components to each other
02, a DRAM 1003 for temporarily storing programs and data executed by the MPU 1001, a system bus and a memory bus, a bridge 1004 for connecting the MPU 1001,
For example, it includes a graphic adapter 1005 having a control function for displaying graphic information on a display device 2001 such as a CRT.

【0038】さらに、処理部1000はHDD装置20
02とのインタフェースを司るHDDコントローラ10
06、キーボード2003とのインタフェースを司るキ
ーボードコントローラ1007、IEEE1284規格
に従って画像出力装置52との間の通信を司る、パラレ
ルインタフェースである通信I/F1008を備えてい
る。
Further, the processing unit 1000 includes the HDD device 20
HDD controller 10 that controls the interface with the HDD 02
06, a keyboard controller 1007 that controls the interface with the keyboard 2003, and a communication I / F 1008 that is a parallel interface that controls communication with the image output device 52 according to the IEEE1284 standard.

【0039】さらに、処理部1000には、グラフィッ
クアダプタ1005を介して操作者にグラフィック情報
等を表示する表示装置2001(この例では、CRT)
が接続されている。更に、プログラムやデータが格納さ
れた大容量記憶装置であるハードディスクドライブ(H
DD)装置2002、キーボード2003が夫々、コン
トローラを介して接続されている。
Further, the processing unit 1000 includes a display device 2001 (CRT in this example) for displaying graphic information and the like to the operator via the graphic adapter 1005.
Is connected. Furthermore, a hard disk drive (H) which is a mass storage device in which programs and data are stored.
DD) The device 2002 and the keyboard 2003 are connected via a controller.

【0040】一方、画像出力装置52の制御回路部30
03は、制御プログラム実行機能と周辺装置制御機能と
を兼ね備えた、画像出力装置本体52の全体制御を司る
MCU3001、制御回路部内部の各構成要素を接続す
るシステムバス3002、記録データの記録ヘッド30
10への供給、メモリアドレスデコーディング、キャリ
アモータへの制御パルス発生機構等を制御回路として内
部に納めたゲートアレイ(G.A.)を備えている。
On the other hand, the control circuit 30 of the image output device 52
Reference numeral 03 denotes an MCU 3001 having both a control program execution function and a peripheral device control function, which controls overall control of the image output apparatus main body 52, a system bus 3002 for connecting each component inside the control circuit unit, and a recording data recording head 30.
A gate array (GA) having a control circuit for supplying power to the G.10, memory address decoding, a control pulse generation mechanism for the carrier motor, and the like is provided.

【0041】また、制御回路部3003は、MCU30
01が実行する制御プログラムやホスト印刷情報等を格
納するROM3004、各種データ(画像記録情報やヘ
ッドに供給される記録データ等)を保存するDRAM3
005、IEEE1284規格に従いホスト装置51と
の間の通信を司るパラレルインタフェースである通信I
/F3006、ゲートアレイ3003から出力されたヘ
ッド記録信号に基づき、記録ヘッド3010を駆動する
電気信号に変換するヘッドドライバ3007を備えてい
る。
The control circuit 3003 is provided with the MCU 30
01 for storing a control program to be executed by the H.01, host print information, etc., and a DRAM 3 for storing various data (image recording information, recording data supplied to the head, etc.).
005, a communication I which is a parallel interface that governs communication with the host device 51 in accordance with the IEEE1284 standard.
/ F 3006, and a head driver 3007 that converts a head print signal output from the gate array 3003 into an electric signal for driving the print head 3010.

【0042】さらに、制御回路部3003は、ゲートア
レイ3003から出力されるキャリアモータ制御パルス
を実際にキャリア(CR)モータ3011を駆動する電
気信号に変換するCRモータドライバ3008、MCU
3001から出力された搬送モータ制御パルスを、実際
に搬送モータを駆動する電気信号に変換するLFモータ
ドライバ3009を備えている。
Further, the control circuit 3003 includes a CR motor driver 3008 for converting a carrier motor control pulse output from the gate array 3003 into an electric signal for actually driving a carrier (CR) motor 3011, and an MCU.
An LF motor driver 3009 for converting the transport motor control pulse output from the transport motor 3001 into an electric signal for actually driving the transport motor is provided.

【0043】次に画像出力装置52の具体的構成につい
て説明する。
Next, a specific configuration of the image output device 52 will be described.

【0044】図3は、画像出力装置52の代表的な実施
形態であるインクジェットプリンタIJRAの構成の概
要を示す外観斜視図である。
FIG. 3 is an external perspective view showing an outline of the configuration of an ink jet printer IJRA which is a typical embodiment of the image output device 52.

【0045】図3において、駆動モータ5013の正逆
回転に連動して駆動力伝達ギア5009〜5011を介
して回転するリードスクリュー5005の螺旋溝500
4に対して係合するキャリッジHCはピン(不図示)を
有し、ガイドレール5003に支持されて矢印a,b方
向を往復移動する。キャリッジHCには、記録ヘッドI
JHとインクタンクITとを内蔵した一体型インクジェ
ットカートリッジIJCが搭載されている。5002は
紙押え板であり、キャリッジHCの移動方向にわたって
記録用紙Pをプラテン5000に対して押圧する。50
07,5008はフォトカプラで、キャリッジのレバー
5006のこの域での存在を確認して、モータ5013
の回転方向切り換え等を行うためのホームポジション検
知器である。5016は記録ヘッドIJHの前面をキャ
ップするキャップ部材5022を支持する部材で、50
15はこのキャップ内を吸引する吸引器で、キャップ内
開口5023を介して記録ヘッドの吸引回復を行う。5
017はクリーニングブレードで、5019はこのブレ
ードを前後方向に移動可能にする部材であり、本体支持
板5018にこれらが支持されている。ブレードは、こ
の形態でなく周知のクリーニングブレードが本例に適用
できることは言うまでもない。又、5021は、吸引回
復の吸引を開始するためのレバーで、キャリッジと係合
するカム5020の移動に伴って移動し、駆動モータか
らの駆動力がクラッチ切り換え等の公知の伝達機構で移
動制御される。
Referring to FIG. 3, a helical groove 500 of a lead screw 5005 which rotates through driving force transmission gears 5009 to 5011 in conjunction with forward and reverse rotation of a driving motor 5013.
The carriage HC engaged with the carriage 4 has a pin (not shown), and is supported by the guide rail 5003 to reciprocate in the directions of arrows a and b. The print head I is provided on the carriage HC.
An integrated ink jet cartridge IJC containing a JH and an ink tank IT is mounted. Reference numeral 5002 denotes a paper pressing plate, which presses the recording paper P against the platen 5000 in the moving direction of the carriage HC. 50
Reference numerals 07 and 5008 denote photocouplers, which confirm the presence of a carriage lever 5006 in this area, and
Is a home position detector for switching the rotation direction of the camera. A member 5016 supports a cap member 5022 for capping the front surface of the recording head IJH.
Reference numeral 15 denotes a suction device that suctions the inside of the cap, and performs suction recovery of the recording head through the opening 5023 in the cap. 5
Reference numeral 017 denotes a cleaning blade. Reference numeral 5019 denotes a member which allows the blade to move in the front-rear direction. These members are supported by a main body support plate 5018. It goes without saying that the blade is not limited to this form and a known cleaning blade can be applied to this example. Reference numeral 5021 denotes a lever for starting suction for suction recovery. The lever 5021 moves with the movement of the cam 5020 engaging with the carriage, and the driving force from the driving motor is controlled by a known transmission mechanism such as clutch switching. Is done.

【0046】これらのキャッピング、クリーニング、吸
引回復は、キャリッジがホームポジション側の領域に来
た時にリードスクリュー5005の作用によってそれら
の対応位置で所望の処理が行えるように構成されている
が、周知のタイミングで所望の動作を行うようにすれ
ば、本例にはいずれも適用できる。
The capping, cleaning, and suction recovery are configured so that desired processing can be performed at the corresponding position by the action of the lead screw 5005 when the carriage comes to the area on the home position side. If a desired operation is performed at the timing, any of the embodiments can be applied.

【0047】なお、上述のように、インクタンクITと
記録ヘッドIJHとは一体的に形成されて交換可能なイ
ンクカートリッジIJCを構成しても良いが、これらイ
ンクタンクITと記録ヘッドIJHとを分離可能に構成
して、インクがなくなったときにインクタンクITだけ
を交換できるようにしても良い。
As described above, the ink tank IT and the recording head IJH may be integrally formed to constitute a replaceable ink cartridge IJC. However, the ink tank IT and the recording head IJH are separated. It may be configured so that only the ink tank IT can be replaced when the ink runs out.

【0048】また、インクジェットプリンタIJRAの
内部には、図2において言及した制御回路部が内蔵され
ている。
The control circuit section mentioned in FIG. 2 is built in the ink jet printer IJRA.

【0049】記録ヘッドIJHは、YMCK各成分の多
値濃度データに基づいて、少なくともイエロ(Y)、マ
ゼンタ(M)、シアン(C)、ブラック(K)の4つの
インクを用いてカラー画像を記録することができる。
The recording head IJH forms a color image using at least four inks of yellow (Y), magenta (M), cyan (C), and black (K) based on the multi-value density data of each YMCK component. Can be recorded.

【0050】2.ソフトウェア構成の概要及び画像処理
の概要 図4は、上述した情報処理システムで用いられるソフト
ウェアの構造を示すブロック図である。
2. FIG. 4 is a block diagram showing the structure of software used in the information processing system described above.

【0051】図4から分かるように、画像出力装置52
に対して記録データを出力するためには、ホスト装置5
2において、階層構造をしたアプリケーションソフトウ
ェアとオペレーティングシステムとドライバソフトの3
つが互いに連携して画像処理を行う。
As can be seen from FIG. 4, the image output device 52
In order to output recording data to the host device 5,
2, the application software having a hierarchical structure, the operating system, and the driver software 3
Perform image processing in cooperation with each other.

【0052】この実施形態では、画像出力装置夫々に個
別に依存する部分は、装置固有描画機能31−1、31
−2、……、31−nが扱い、画像処理装置の個別の実
装に依存するプログラム部品を共通的に処理を行なうこ
とができるプログラムと分離し、かつドライバソフトウ
ェアの根幹処理部分を個別の画像出力装置から独立した
構造にしている。
In this embodiment, the parts that individually depend on the image output devices are the device-specific drawing functions 31-1 and 31-31.
,..., 31-n, separates the program components that depend on the individual implementation of the image processing apparatus from the programs that can perform common processing, and separates the fundamental processing part of the driver software into individual images. The structure is independent of the output device.

【0053】量子化量に変換された線分割化画像は、色
特性変換33や中間調処理(ハーフトーニング)34な
どの画像処理が施され、さらにプリントコマンド生成3
5において、データ圧縮/コマンドを付加した上で作成
されたデータをOS(オペレーティングシステム)に用
意されたスプーラ22を通じて画像出力装置52へ渡す
ことになる。
The line-divided image converted to the quantization amount is subjected to image processing such as color characteristic conversion 33 and halftone processing (half-toning) 34, and print command generation 3.
In 5, the data created after adding the data compression / command is transferred to the image output device 52 through the spooler 22 prepared in the OS (operating system).

【0054】図4に示すように、アプリケーションソフ
トウェアの階層には、アプリケーションソフトウェア1
1が設けられ、OS(オペレーティングシステム)の階
層には、アプリケーションソフトウェア11からの描画
命令を受け取る描画処理インタフェース21と生成した
画像データをインクジェットプリンタ等の画像出力装置
52へ渡すスプーラ22とが設けられている。
As shown in FIG. 4, the application software 1
1, a drawing processing interface 21 for receiving a drawing command from the application software 11 and a spooler 22 for passing generated image data to an image output device 52 such as an ink jet printer are provided in the OS (operating system) layer. ing.

【0055】そして、ドライバソフトウェアの階層に
は、画像出力装置固有の表現形式が記憶された装置固有
描画機能31−1、31−2、……、31−nと、OS
からの線分割化画像情報を受け取りドライバ内部の表色
系からデバイス固有の表色系への変換を行う色特性変換
部33と、デバイスの各画素の状態を表す量子化量への
変換を行うハーフトーニング部34と、ハーフトーニン
グが施された画像データを画像出力装置52へのコマン
ドを付加してスプーラ22に出力するプリントコマンド
生成部35とが設けられている。
.., 31-n in which a representation format unique to the image output device is stored, and an OS.
And a color characteristic conversion unit 33 that receives the line-divided image information from the device and converts the color system inside the driver into a device-specific color system, and converts it into a quantization amount representing the state of each pixel of the device. A half-toning unit 34 and a print command generation unit 35 that adds a command to the image output device 52 and outputs the half-toned image data to the spooler 22 are provided.

【0056】次に、図4と共に図5の画像処理概要を示
すフローチャートを参照して、アプリケーションソフト
ウェアが画像出力装置52へ画像を出力する場合につい
て、具体的に説明する。
Next, the case where the application software outputs an image to the image output device 52 will be specifically described with reference to the flowchart of FIG.

【0057】アプリケーションソフトウェア11が画像
出力装置52へ画像を出力する場合は、まず、アプリケ
ーションソフトウェア11がOSの描画処理インタフェ
ース21を通じて、文字・線分・図形・ビットマップな
どの描画命令を発行する(ステップS1)。
When the application software 11 outputs an image to the image output device 52, first, the application software 11 issues a drawing command such as a character, a line segment, a graphic, and a bitmap through the drawing processing interface 21 of the OS ( Step S1).

【0058】画面/紙面を構成する描画命令が完結する
と(ステップS2)、OSは、ドライバソフトウェア内
部の装置固有描画機能31−1,31−2,…,31−
nを呼び出しつつ、各描画命令を、OSの内部形式から
装置固有の表現形式(各描画単位を線分割化したもの)
に変換し(ステップS3)、しかる後に画面/紙面を線
分割化した画像情報としてドライバソフトウェアへ渡す
(ステップS4)。
When the drawing command composing the screen / paper is completed (step S2), the OS sets the device-specific drawing functions 31-1, 31-2,..., 31-in the driver software.
While calling n, each drawing command is converted from the internal format of the OS to a device-specific expression format (each drawing unit is divided into lines)
(Step S3), and thereafter, the image is passed to the driver software as image information obtained by dividing the screen / paper into lines (Step S4).

【0059】ドライバソフトウェア内部では、色特性変
換部33によってデバイスの色特性を補正すると共に、
ドライバソフトウェア内部の表色系からデバイス固有の
表色系への変換を行い(ステップS5)、さらにハーフ
トーニング部34によってデバイスの各画素の状態を表
す量子化量への変換(ハーフトーニング)を行う(ステ
ップS6)。なお、ここでの量子化量への変換とは、画
像出力装置52の処理するデータの形態に対応し、例え
ば、画像出力装置による記録が2値データに基づき行わ
れる場合は、2値化し、画像出力装置による記録が多値
データ(濃淡インクによる記録、大小インクによる記録
を行うため)に基づき行われる場合は、多値化されるこ
とである。
Inside the driver software, the color characteristics conversion unit 33 corrects the color characteristics of the device,
The color system in the driver software is converted into a color system specific to the device (step S5), and further converted by the half-toning unit 34 into a quantization amount representing the state of each pixel of the device (half-toning). (Step S6). Here, the conversion to the quantization amount corresponds to the form of data processed by the image output device 52. For example, when recording by the image output device is performed based on binary data, binarization is performed. When printing by the image output device is performed based on multi-valued data (for printing with dark and light inks and printing with large and small inks), multi-level printing is performed.

【0060】このハーフトーニングについての詳細は、
後述する各実施形態において説明する。
The details of the half-toning are described below.
This will be described in each embodiment described later.

【0061】プリントコマンド生成モジュール35は、
いずれも量子化(2値化、多値化)された画像データを
受け取る(ステップS7)。プリントコマンド生成モジ
ュール35は、量子化された画像情報を相異なる方法に
て画像出力装置の特性に合わせて加工する。更にこのモ
ジュールともにデータ圧縮、コマンドヘッダの付加を行
う(ステップS8)。
The print command generation module 35
Each receives image data that has been quantized (binarized, multi-valued) (step S7). The print command generation module 35 processes the quantized image information according to different methods according to the characteristics of the image output device. Further, both this module performs data compression and command header addition (step S8).

【0062】その後、プリントコマンド生成モジュール
35は、OS内部に設けられたスプーラ22に生成した
データを受け渡し(ステップS9)、画像出力装置52
へのデータ出力を行う(ステップS10)。
Thereafter, the print command generation module 35 transfers the generated data to the spooler 22 provided inside the OS (step S9), and the image output device 52
Is performed (step S10).

【0063】なお、この実施形態では、図5のフローチ
ャートに従ったプログラムをホスト装置51内の記憶装
置に格納し動作することにより、上述の制御方法を実現
させることが可能となる。
In this embodiment, the above-described control method can be realized by storing and operating the program according to the flowchart of FIG. 5 in the storage device in the host device 51.

【0064】以上のように、ドライバソフトウェアの根
幹処理部分を個別の画像出力装置から独立した構造にし
ているので、ドライバソフトウェアと画像出力装置間の
データ処理の分担を、ドライバソフトウェアの構成を損
なうことなく柔軟に変更することが可能になり、ソフト
ウェアの保守及び管理面で有利となる。
As described above, since the fundamental processing portion of the driver software has a structure independent of the individual image output device, the sharing of data processing between the driver software and the image output device does not impair the configuration of the driver software. It can be changed flexibly without any problem, which is advantageous in terms of software maintenance and management.

【0065】次に、以上説明した共通実施形態に従うシ
ステムを用いたいくつかの実施形態について説明する。
以下の各実施形態では、ハーフトーニング部34によっ
て実行される誤差拡散処理の詳細について説明する。
Next, several embodiments using the system according to the common embodiment described above will be described.
In the following embodiments, details of the error diffusion processing performed by the halftoning unit 34 will be described.

【0066】なお、以下に説明する誤差拡散処理は、各
画素がイエロ(Y)成分、マゼンタ(M)成分、シアン
(C)成分、ブラック(K)成分からなる濃度データで
あり、各成分は8ビット(256階調表現)で構成され
る多値の画像データを用いることとする。
In the error diffusion processing described below, each pixel is density data including a yellow (Y) component, a magenta (M) component, a cyan (C) component, and a black (K) component. It is assumed that multi-valued image data composed of 8 bits (256 gradations) is used.

【0067】[第1実施形態]ここでは、従来例とは異な
り、複雑な閾値条件処理も可能な誤差拡散処理について
説明する。この実施形態に従う誤差拡散処理の対象とな
るのは、C成分とM成分の多値画像データである。
[First Embodiment] Here, unlike the conventional example, an error diffusion process which can perform complicated threshold condition processing will be described. The target of the error diffusion processing according to this embodiment is the multi-valued image data of the C component and the M component.

【0068】この実施形態では、誤差拡散処理によって
多値濃度データを2値化する場合を扱う。
This embodiment deals with a case where multi-level density data is binarized by error diffusion processing.

【0069】図6はこの実施形態に従う画像形成制御に
ついて示すフローチャートである。
FIG. 6 is a flowchart showing image forming control according to this embodiment.

【0070】以下、このフローチャートを参照してこの
実施形態の特徴を説明する。
Hereinafter, the features of this embodiment will be described with reference to this flowchart.

【0071】まず、ステップS10では従来例のように
注目画素のC成分とM成分夫々の濃度値Ct、Mtを求め
る。次に、ステップS20では、求められたM成分の濃
度値Mtに基づいて、C成分の誤差拡散で用いる閾値
(Cthreshold)を求める。具体的には、この実施形態
では、表1及び表2に示すような閾値テーブルをホスト
装置52のHDD2002或いはDRAM1003に設
定しておき、この閾値テーブルを参照することでその閾
値を決定する。
First, in step S10, the density values Ct and Mt of the C component and the M component of the target pixel are obtained as in the conventional example. Next, in step S20, a threshold (Cthreshold) used for error diffusion of the C component is obtained based on the obtained density value Mt of the M component. Specifically, in this embodiment, a threshold table as shown in Tables 1 and 2 is set in the HDD 2002 or the DRAM 1003 of the host device 52, and the threshold is determined by referring to the threshold table.

【0072】ステップS30では、ステップS20で求
められた閾値(Cthreshold)と注目画素の濃度値Ctと
を比較する。ここで、Ct≧Cthresholdであれば処理は
ステップS40に進み、Cインクで記録を行うように設
定する。その後、処理はステップS50に進む。これに
対して、Ct<Cthresholdであれば、処理はステップS
40をスキップしてステップS50に進む。
In step S30, the threshold value (Cthreshold) obtained in step S20 is compared with the density value Ct of the target pixel. Here, if Ct ≧ Cthreshold, the process proceeds to step S40, and a setting is made to perform printing with C ink. Thereafter, the process proceeds to step S50. On the other hand, if Ct <Cthreshold, the process proceeds to step S
The process skips step S40 and proceeds to step S50.

【0073】さて、ステップS50では求められたC成
分の濃度値Ctに基づいて、M成分の誤差拡散で用いる
閾値(Mthreshold)を求める。具体的には、この実施
形態では、表1及び表2に示すような閾値テーブルをホ
スト装置52のHDD2002或いはDRAM1003
に設定しておき、この閾値テーブルを参照することでそ
の閾値を決定する。
In step S50, a threshold (Mthreshold) used for error diffusion of the M component is obtained based on the obtained density value Ct of the C component. Specifically, in this embodiment, a threshold table as shown in Tables 1 and 2 is stored in the HDD 2002 or the DRAM 1003 of the host device 52.
The threshold value is determined by referring to the threshold value table.

【0074】従って、この実施形態では表1及び表2に
示す閾値テーブルはC成分とM成分に対して共通に用い
られることになる。
Therefore, in this embodiment, the threshold tables shown in Tables 1 and 2 are commonly used for the C component and the M component.

【0075】ステップS60では、ステップS50で求
められた閾値(Mthreshold)と注目画素の濃度値Mtと
を比較する。ここで、Mt≧Mthresholdであれば処理は
ステップS70に進み、Mインクで記録を行うように設
定する。その後、処理はステップS50に進む。これに
対して、Mt<Mthresholdであれば、処理はステップS
70をスキップして処理を終了する。
In step S60, the threshold (Mthreshold) obtained in step S50 is compared with the density value Mt of the target pixel. Here, if Mt ≧ Mthreshold, the process proceeds to step S70, and a setting is made to perform printing with M ink. Thereafter, the process proceeds to step S50. On the other hand, if Mt <Mthreshold, the process proceeds to step S
The process is terminated by skipping 70.

【0076】以上のような処理を実行することにより、
従来例の図14と同じ閾値処理となる図7(a)で示し
たような閾値条件処理も、図7(a)で示す閾値条件よ
りも複雑な閾値条件となる図8(a)に示すような閾値
条件処理も、共通の形式をもつ閾値テーブルを定義し、
その閾値テーブル中の値を異なるように設定するだけで
容易に複雑な閾値設定処理が可能になる。
By executing the above processing,
The threshold condition processing as shown in FIG. 7A, which is the same threshold processing as that of FIG. 14 of the conventional example, is also shown in FIG. 8A, which is a more complicated threshold condition than the threshold condition shown in FIG. 7A. Such threshold condition processing also defines a threshold table having a common format,
By simply setting the values in the threshold table differently, complicated threshold setting processing can be easily performed.

【0077】表1は図7(a)に対応する閾値条件をも
つ閾値テーブルであり、表2は図8(a)に対応する閾
値条件をもつ閾値テーブルである。
Table 1 is a threshold table having threshold conditions corresponding to FIG. 7A, and Table 2 is a threshold table having threshold conditions corresponding to FIG. 8A.

【0078】[0078]

【表1】 [Table 1]

【0079】[0079]

【表2】 例えば、図7(a)に示すような閾値条件処理をこの実
施形態に従って実行する場合、最初に、ステップS20
〜S40では図7(b)に示すような閾値条件処理が実
行され、次に、ステップS50〜S70では図7(c)
に示すような閾値条件処理が実行される。
[Table 2] For example, when a threshold condition process as shown in FIG. 7A is executed according to this embodiment, first, step S20
In steps S50 to S40, a threshold condition process as shown in FIG. 7B is executed.
The threshold condition processing shown in FIG.

【0080】同様に、図8(a)に示すような閾値条件
処理をこの実施形態に従って実行する場合、最初に、ス
テップS20〜S40では図8(b)に示すような閾値
条件処理が実行され、次に、ステップS50〜S70で
は図8(c)に示すような閾値条件処理が実行される。
Similarly, when the threshold condition processing as shown in FIG. 8A is executed according to this embodiment, first, in steps S20 to S40, the threshold condition processing as shown in FIG. 8B is executed. Next, in steps S50 to S70, a threshold condition process as shown in FIG.

【0081】従って以上説明した実施形態に従えば、所
定の形式の閾値テーブルを用いて閾値条件処理を行なう
ので、例えば、図9に示すように、閾値条件が複雑で
も、処理を複雑にすることなく容易に行うことができ、
また処理が簡単であるゆえに複雑な閾値条件処理も高速
に行うことができる。
Therefore, according to the embodiment described above, the threshold condition processing is performed using a threshold table of a predetermined format. For example, as shown in FIG. 9, even if the threshold condition is complicated, the processing is complicated. Can be easily done without
Also, since the processing is simple, complicated threshold condition processing can be performed at high speed.

【0082】[第2実施形態]第1実施形態では誤差拡散
処理によって多値濃度データを2値化する場合を扱った
が、この実施形態では、誤差拡散処理によって多値濃度
データを3値化する場合を扱う。
[Second Embodiment] The first embodiment deals with the case where the multi-value density data is binarized by the error diffusion process. In this embodiment, however, the multi-value density data is converted to the ternary value by the error diffusion process. Deal with the case.

【0083】図10はこの実施形態に従う画像形成制御
について示すフローチャートである。
FIG. 10 is a flowchart showing image forming control according to this embodiment.

【0084】以下、このフローチャートを参照してこの
実施形態の特徴を説明する。
Hereinafter, the features of this embodiment will be described with reference to this flowchart.

【0085】まず、ステップS100では従来例のよう
に注目画素のC成分とM成分夫々の濃度値Ct、Mtを求
める。次に、ステップS110では、求められたM成分
の濃度値Mtに基づいて、C成分の誤差拡散で用いる2
つの閾値(Cthreshold1とCthreshold2)を求める。具
体的には、この実施形態では、表3〜表6に示すような
閾値テーブルをホスト装置52のHDD2002或いは
DRAM1003に設定しておき、この閾値テーブルを
参照することでその閾値を決定する。
First, in step S100, the density values Ct and Mt of the C component and the M component of the target pixel are obtained as in the conventional example. Next, in step S110, based on the obtained density value Mt of the M component, the C component is used for error diffusion.
Two thresholds (Cthreshold1 and Cthreshold2) are obtained. Specifically, in this embodiment, a threshold table as shown in Tables 3 to 6 is set in the HDD 2002 or the DRAM 1003 of the host device 52, and the threshold is determined by referring to the threshold table.

【0086】ステップS120では、ステップS110
で求められた1つの閾値(Cthreshold1)と注目画素の
濃度値Ctとを比較する。ここで、Ct≧Cthreshold1で
あれば処理はステップS130に進み、さらに、ステッ
プS110で求められたもう1つの閾値(Cthreshold
2)と注目画素の濃度値Ctとを比較する。ここで、Ct
≧Cthreshold2であれば処理はステップS140に進
み、Cインクを用いて大きなインク液滴を吐出して記録
を行うように設定する。その後、処理はステップS16
0に進む。これに対して、Ct<Cthreshold2であれ
ば、処理はステップS150に進み、Cインクを用いて
小さなインク液滴を吐出して記録を行うように設定す
る。その後、処理はステップS160に進む。
In step S120, step S110
Is compared with the density value Ct of the target pixel. Here, if Ct ≧ Cthreshold1, the process proceeds to step S130, and another threshold (Cthreshold) obtained in step S110 is obtained.
2) is compared with the density value Ct of the target pixel. Where Ct
If ≧ Cthreshold2, the process proceeds to step S140, and a setting is made to perform printing by discharging large ink droplets using C ink. Thereafter, the process proceeds to step S16
Go to 0. On the other hand, if Ct <Cthreshold2, the process proceeds to step S150, and a setting is made so that printing is performed by discharging small ink droplets using C ink. Thereafter, the process proceeds to step S160.

【0087】また、ステップS120において、Ct<
Cthreshold1であれば、処理はステップS130〜S1
50をスキップしてステップS160に進む。
In step S120, Ct <
If it is Cthreshold1, the processing is performed in steps S130 to S1.
The process skips 50 and proceeds to step S160.

【0088】さて、ステップS160では求められたC
成分の濃度値Ctに基づいて、M成分の誤差拡散で用い
る2つの閾値(Mthreshold1とMthreshold2)を求め
る。具体的には、この実施形態では、表3〜表6に示す
ような閾値テーブルをホスト装置52のHDD2002
或いはDRAM1003に設定しておき、この閾値テー
ブルを参照することでその閾値を決定する。
Now, in step S160, the obtained C
Two thresholds (Mthreshold1 and Mthreshold2) used for error diffusion of the M component are obtained based on the density value Ct of the component. Specifically, in this embodiment, a threshold table as shown in Tables 3 to 6 is stored in the HDD 2002 of the host device 52.
Alternatively, the threshold is set in the DRAM 1003 and the threshold is determined by referring to the threshold table.

【0089】従って、この実施形態では表3〜表6に示
す閾値テーブルはC成分とM成分に対して共通に用いら
れることになる。
Therefore, in this embodiment, the threshold tables shown in Tables 3 to 6 are commonly used for the C component and the M component.

【0090】ステップS170では、ステップS160
で求められた1つの閾値(Mthreshold1)と注目画素の
濃度値Mtとを比較する。ここで、Mt≧Mthreshold1で
あれば処理はステップS180に進み、さらに、ステッ
プS160で求められたもう1つの閾値(Mthreshold
2)と注目画素の濃度値Mtとを比較する。ここで、Mt
≧Mthreshold2であれば処理はステップS190に進
み、Mインクを用いて大きなインク液滴を吐出して記録
を行うように設定する。その後、処理は終了する。これ
に対して、Mt<Mthreshold2であれば、処理はステッ
プS200に進み、Mインクを用いて小さなインク液滴
を吐出して記録を行うように設定する。その後、処理は
終了する。
In step S170, step S160
Is compared with the density value Mt of the pixel of interest. Here, if Mt ≧ Mthreshold1, the process proceeds to step S180, and another threshold value (Mthreshold1) obtained in step S160 is obtained.
2) is compared with the density value Mt of the target pixel. Where Mt
If ≧ Mthreshold2, the process proceeds to step S190, and a setting is made to perform printing by discharging large ink droplets using M ink. Thereafter, the process ends. On the other hand, if Mt <Mthreshold2, the process proceeds to step S200, and a setting is made to perform printing by discharging small ink droplets using M ink. Thereafter, the process ends.

【0091】これに対して、ステップS170におい
て、Mt<Mthreshold1であれば、処理はステップS1
80〜S200をスキップして処理を終了する。
On the other hand, if Mt <Mthreshold1 in step S170, the process proceeds to step S1.
The processing is terminated by skipping steps 80 to S200.

【0092】以上のような処理を実行することにより、
図11(a)で示したような閾値条件処理も図12
(a)に示すような閾値条件処理も、共通の形式をもつ
閾値テーブルを定義し、その閾値テーブル中の値を異な
るように設定するだけで容易に複雑な閾値設定処理が可
能になる。
By executing the above processing,
The threshold condition processing as shown in FIG.
As for the threshold condition processing as shown in (a), a complicated threshold setting process can be easily performed only by defining a threshold table having a common format and setting values in the threshold table differently.

【0093】表3と表4とは図11(a)に対応する閾
値条件をもつ閾値テーブルであり、表5と表6とは図1
2(a)に対応する閾値条件をもつ閾値テーブルであ
る。
Tables 3 and 4 are threshold tables having threshold conditions corresponding to FIG. 11A, and Tables 5 and 6 correspond to FIG.
2 is a threshold table having threshold conditions corresponding to 2 (a).

【0094】[0094]

【表3】 [Table 3]

【0095】[0095]

【表4】 [Table 4]

【0096】[0096]

【表5】 [Table 5]

【0097】[0097]

【表6】 例えば、図11(a)に示すような閾値条件処理をこの
実施形態に従って実行する場合、最初に、ステップS1
10〜S150では図11(b)に示すような閾値条件
処理が実行され、次に、ステップS160〜S200で
は図11(c)に示すような閾値条件処理が実行され
る。
[Table 6] For example, when a threshold condition process as shown in FIG. 11A is executed according to this embodiment, first, step S1 is executed.
In steps 10 to S150, a threshold condition process as shown in FIG. 11B is executed, and then in steps S160 to S200, a threshold condition process as shown in FIG. 11C is executed.

【0098】同様に、図12(a)に示すような閾値条
件処理をこの実施形態に従って実行する場合、最初に、
ステップS110〜S150では図12(b)に示すよ
うな閾値条件処理が実行され、次に、ステップS160
〜S200では図12(c)に示すような閾値条件処理
が実行される。特に、図12に示す閾値条件は中間調画
像の一様性を改善するために有効なものである。
Similarly, when the threshold condition processing as shown in FIG. 12A is executed according to this embodiment, first,
In steps S110 to S150, a threshold condition process as shown in FIG.
In steps S200 to S200, a threshold condition process as shown in FIG. In particular, the threshold condition shown in FIG. 12 is effective for improving the uniformity of the halftone image.

【0099】従って以上説明した実施形態に従えば、多
値画像データを3値化する場合でも所定の形式の閾値テ
ーブルを用いて閾値条件処理を行なうので、閾値条件が
複雑でも、処理を複雑にすることなく容易に行うことが
でき、また処理が簡単であるゆえに複雑な閾値条件処理
も高速に行うことができる。
Therefore, according to the embodiment described above, even when the multi-valued image data is ternarized, the threshold condition processing is performed using the threshold table of a predetermined format. It can be easily performed without performing, and since the processing is simple, complicated threshold condition processing can be performed at high speed.

【0100】なお、この実施形態では、3値化のみを扱
ったが、画像出力装置であるインクジェットプリンタが
ドロップ変調と同色系の濃度の異なるインク(例えば、
淡シアンインク、濃シアンインク、淡マゼンタインク、
濃マゼンタインク)を用いることによって4値化や5値
化などに対応可能である場合には、4値化、5値化など
の多値の誤差拡散処理を行なうための閾値テーブルを作
成しても良いことは言うまでもない。
In this embodiment, only the ternarization is dealt with. However, an ink jet printer as an image output device uses an ink having the same color system as that of the drop modulation but having a different density (for example,
Light cyan ink, dark cyan ink, light magenta ink,
If it is possible to cope with quaternary or quinary conversion by using dark magenta ink), a threshold table for performing multi-level error diffusion processing such as quaternary or quinary conversion is created. Needless to say, it is good.

【0101】[第3実施形態]第1、第2実施形態では誤
差拡散処理によって多値濃度データの内、C成分とM成
分とを扱った場合について説明したが、この実施形態で
は、これらの成分に加えてK成分も扱う。
[Third Embodiment] In the first and second embodiments, the case where the C component and the M component of the multi-value density data are handled by the error diffusion processing has been described. The K component is also handled in addition to the component.

【0102】図13はこの実施形態に従う画像形成制御
について示すフローチャートである。
FIG. 13 is a flowchart showing image forming control according to this embodiment.

【0103】以下、このフローチャートを参照してこの
実施形態の特徴を説明する。
Hereinafter, the features of this embodiment will be described with reference to this flowchart.

【0104】まず、ステップS210では注目画素のC
成分とM成分とK成分夫々の濃度値Ct、Mt、Ktを求
める。次に、ステップS220では、求められたM成分
の濃度値MtとK成分の濃度値Ctに基づいて、C成分の
誤差拡散で用いる閾値(Cthreshold)を求める。具体
的には、この実施形態では、表7に示すような閾値テー
ブルをホスト装置52のHDD2002或いはDRAM
1003に設定しておき、この閾値テーブルを参照する
ことでその閾値を決定する。
First, in step S210, C of the target pixel is
The density values Ct, Mt, and Kt of the component, the M component, and the K component are obtained. Next, in step S220, a threshold (Cthreshold) used for error diffusion of the C component is calculated based on the obtained density value Mt of the M component and density value Ct of the K component. Specifically, in this embodiment, a threshold table as shown in Table 7 is stored in the HDD 2002 or the DRAM of the host device 52.
1003, and the threshold is determined by referring to the threshold table.

【0105】ステップS230では、ステップS220
で求められた閾値(Cthreshold)と注目画素の濃度値
Ctとを比較する。ここで、Ct≧Cthresholdであれば
処理はステップS240に進み、Cインクで記録を行う
ように設定する。その後、処理はステップS250に進
む。これに対して、Ct<Cthresholdであれば、処理は
ステップS240をスキップしてステップS250に進
む。
In step S230, step S220
Is compared with the density value Ct of the pixel of interest. Here, if Ct ≧ Cthreshold, the process proceeds to step S240, and a setting is made so that printing is performed with C ink. Thereafter, the process proceeds to step S250. On the other hand, if Ct <Cthreshold, the process skips step S240 and proceeds to step S250.

【0106】さて、ステップS250では求められたC
成分の濃度値CtとK成分の濃度値Ktとに基づいて、M
成分の誤差拡散で用いる閾値(Mthreshold)を求め
る。具体的には、この実施形態では、表7に示すような
閾値テーブルをホスト装置52のHDD2002或いは
DRAM1003に設定しておき、この閾値テーブルを
参照することでその閾値を決定する。
Now, in step S250, the obtained C
Based on the density value Ct of the component and the density value Kt of the K component, M
A threshold (Mthreshold) used for error diffusion of the component is obtained. Specifically, in this embodiment, a threshold table as shown in Table 7 is set in the HDD 2002 or the DRAM 1003 of the host device 52, and the threshold is determined by referring to the threshold table.

【0107】ステップS260では、ステップS250
で求められた閾値(Mthreshold)と注目画素の濃度値
Mtとを比較する。ここで、Mt≧Mthresholdであれば
処理はステップS270に進み、Mインクで記録を行う
ように設定する。その後、処理はステップS280に進
む。これに対して、Mt<Mthresholdであれば、処理は
ステップS270をスキップしてステップS280に進
む。
In step S260, step S250
Is compared with the density value Mt of the pixel of interest. Here, if Mt ≧ Mthreshold, the process proceeds to step S270, and a setting is made to perform printing with M ink. Thereafter, the process proceeds to step S280. On the other hand, if Mt <Mthreshold, the process skips step S270 and proceeds to step S280.

【0108】さらに、ステップS280では求められた
C成分の濃度値CtとM成分の濃度値Mtとに基づいて、
K成分の誤差拡散で用いる閾値(Kthreshold)を求め
る。具体的には、この実施形態では、表7に示すような
閾値テーブルをホスト装置52のHDD2002或いは
DRAM1003に設定しておき、この閾値テーブルを
参照することでその閾値を決定する。
Further, in step S280, based on the obtained density value Ct of the C component and the density value Mt of the M component,
A threshold (Kthreshold) used for error diffusion of the K component is obtained. Specifically, in this embodiment, a threshold table as shown in Table 7 is set in the HDD 2002 or the DRAM 1003 of the host device 52, and the threshold is determined by referring to the threshold table.

【0109】従って、この実施形態では表7に示す閾値
テーブルはC成分とM成分とK成分とに対して共通に用
いられることになる。
Therefore, in this embodiment, the threshold table shown in Table 7 is commonly used for the C component, the M component, and the K component.

【0110】ステップS290では、ステップS280
で求められた閾値(Kthreshold)と注目画素の濃度値
Ktとを比較する。ここで、Kt≧Kthresholdであれば
処理はステップS300に進み、Kインクで記録を行う
ように設定する。その後、処理は終了する。これに対し
て、Kt<Kthresholdであれば、処理はステップS30
0をスキップして終了する。
In step S290, step S280
Is compared with the density value Kt of the pixel of interest. Here, if Kt ≧ Kthreshold, the process proceeds to step S300, and a setting is made to perform printing with K ink. Thereafter, the process ends. On the other hand, if Kt <Kthreshold, the process proceeds to step S30.
Skip 0 and end.

【0111】以上の処理のコアの部分をコードで表現す
ると以下のようになる。
The core part of the above processing is represented by code as follows.

【0112】 Ct = C + Cerr Mt = M + Merr Kt = K + Kerr Cthreshold = C_Threshold_Table[Mt+Kt] If( Ct >= Cthreshold ) Print C Mthreshold = M_Threshold_Table[Ct+Kt] If( Mt >= Mthreshold ) Print M Kthreshold = M_Threshold_Table[Ct+Mt] If( Kt >= Kthreshold ) Print K 以上のような処理を実行することにより、従来例でコー
ドを用いて説明したように複雑な閾値処理となる3成分
の閾値条件処理も、共通の形式をもつ閾値テーブルを定
義し、その閾値テーブル中の値を異なるように設定する
だけで容易に実行することが可能になる。
Ct = C + Cerr Mt = M + Merr Kt = K + Kerr Cthreshold = C_Threshold_Table [Mt + Kt] If (Ct> = Cthreshold) Print C Mthreshold = M_Threshold_Table [Ct + Kt] If (Mt> = Mthreshold) Print M Kthreshold = M_Threshold_Table [Ct + Mt] If (Kt> = Kthreshold) Print K The threshold condition processing can be easily executed only by defining a threshold table having a common format and setting values in the threshold table differently.

【0113】表7はCMK成分共通に用いる閾値テーブ
ルである。
Table 7 is a threshold table commonly used for CMK components.

【0114】[0114]

【表7】 従って以上説明した実施形態に従えば、所定の形式の閾
値テーブルを用いて閾値条件処理を行なうので、閾値条
件が複雑となる3成分を扱う誤差拡散処理でも、処理を
複雑にすることなく容易に行うことができ、また処理が
簡単であるゆえに複雑な閾値条件処理も高速に行うこと
ができる。
[Table 7] Therefore, according to the embodiment described above, since the threshold condition processing is performed using the threshold table of a predetermined format, even in the error diffusion processing that handles three components in which the threshold condition is complicated, the processing can be easily performed without complicating the processing. Since the processing is simple, complicated threshold condition processing can be performed at high speed.

【0115】さらに、この実施形態を第2実施形態で説
明した3値化の処理と組み合わせすることで処理の単純
化と処理高速化の利点は更に大きくなる。
Further, by combining this embodiment with the ternary processing described in the second embodiment, the advantages of simplification of processing and speeding up of processing are further enhanced.

【0116】なお、本発明は前述の実施形態で説明した
閾値テーブルによって限定されるものではない。閾値テ
ーブルの形式は保持しながら、そのテーブルに設定され
る値を異ならせることで、例えば、以下に示すような種
々の閾値条件での処理が可能になる。
The present invention is not limited by the threshold table described in the above embodiment. By maintaining the format of the threshold table and making the values set in the table different, for example, processing under various threshold conditions as described below becomes possible.

【0117】(1)C成分とM成分の濃度値の和(C+
M)ではなく、図9(a)に示すようにC成分とM成分
の濃度値夫々の二乗和(C2+M2)のような閾値条件を
用いる。表8はこのときに用いる閾値テーブルである。
(1) Sum of density values of C component and M component (C +
Instead of M), a threshold condition such as the sum of squares (C 2 + M 2 ) of the density values of the C component and the M component is used as shown in FIG. Table 8 is a threshold value table used at this time.

【0118】[0118]

【表8】 インク吐出量が若干大きいインクジェットプリンタを画
像出力装置として用い、画像の極低濃度領域において孤
立しているCインクもしくはMインクによって形成され
るドットが容易に視認され、これらのドットの排他的配
置により逆に画像の一様性を損なう場合には、このよう
な閾値条件を用いると、C成分とM成分の相関を若干弱
めにすることができるので、画像一様性を維持する事が
可能となる。
[Table 8] Using an ink jet printer having a slightly large ink ejection amount as an image output device, dots formed by isolated C ink or M ink in an extremely low density area of an image are easily visually recognized, and the exclusive arrangement of these dots enables Conversely, when the uniformity of the image is impaired, the use of such a threshold condition makes it possible to slightly weaken the correlation between the C component and the M component, thereby maintaining the uniformity of the image. Become.

【0119】(2)図9(b)に示すように、 閾値に
ノイズを重畳させた閾値条件を用いる。表9はこのとき
に用いる閾値テーブルである。
(2) As shown in FIG. 9B, a threshold condition in which noise is superimposed on a threshold value is used. Table 9 is a threshold table used at this time.

【0120】[0120]

【表9】 [Table 9]

【0121】このような閾値条件を用いることで、Cイ
ンクもしくはMインクによるドットが連続して形成され
る可能性を低減する事が出来る。
By using such a threshold condition, it is possible to reduce the possibility that dots are continuously formed by C ink or M ink.

【0122】(3)図9(c)に示すように、ハイライ
ト部と中間調から高濃度領域での誤差拡散の傾向を変化
させる。このような閾値条件を用いることで、中間調領
域におけるインクドットの付着位置の乱れによる画質劣
化を低減することができる。
(3) As shown in FIG. 9 (c), the tendency of error diffusion in a high density region from a highlight portion and a halftone is changed. By using such a threshold condition, it is possible to reduce image quality deterioration due to disturbance of the attachment position of the ink dot in the halftone area.

【0123】(4)図9(d)に示すように、閾値境界
をできるだけなだらかにする。このような閾値条件を用
いることで、閾値境界付近におけるCインクとMインク
の排他的使用をする領域とそうではない領域との間の急
峻な変化を減らすことができ実際の画像の表現力を向上
させることができる。
(4) As shown in FIG. 9D, the threshold boundary is made as gentle as possible. By using such a threshold condition, it is possible to reduce a sharp change between an area where the C ink and the M ink are exclusively used and an area where the C ink and the M ink are not used in the vicinity of the threshold boundary. Can be improved.

【0124】このように、閾値テーブルを用いることで
閾値条件処理に柔軟性が加わることになる。このような
閾値テーブルを、例えば、インクジェットプリンタにお
ける実際のインク吐出量やインクの組成と組み合わせで
用いることで、画像形成処理内容や処理目的を容易に変
更できる。
As described above, by using the threshold value table, flexibility is added to the threshold value condition processing. By using such a threshold table in combination with, for example, an actual ink ejection amount and an ink composition in an ink jet printer, it is possible to easily change the content and purpose of image forming processing.

【0125】さて、以上の実施形態においては、記録ヘ
ッドから吐出される液滴はインクであるとして説明し、
さらにインクタンクに収容される液体はインクであると
して説明したが、その収容物はインクに限定されるもの
ではない。例えば、記録画像の定着性や耐水性を高めた
り、その画像品質を高めたりするために記録媒体に対し
て吐出される処理液のようなものがインクタンクに収容
されていても良い。
In the above embodiment, the description is given on the assumption that the liquid droplet ejected from the recording head is ink.
Further, the liquid stored in the ink tank has been described as being ink, but the stored material is not limited to ink. For example, an ink tank may contain a processing liquid discharged to a recording medium in order to improve the fixability and water resistance of the recorded image or to improve the image quality.

【0126】以上の実施形態は、特にインクジェット記
録方式の中でも、インク吐出を行わせるために利用され
るエネルギーとして熱エネルギーを発生する手段(例え
ば電気熱変換体やレーザ光等)を備え、前記熱エネルギ
ーによりインクの状態変化を生起させる方式を用いるこ
とにより記録の高密度化、高精細化が達成できる。
The above-described embodiment is particularly provided with a means (for example, an electrothermal converter or a laser beam) for generating thermal energy as energy used for performing ink ejection even in an ink jet recording system. By using a method in which a change in the state of the ink is caused by energy, it is possible to achieve higher density and higher definition of recording.

【0127】その代表的な構成や原理については、例え
ば、米国特許第4723129号明細書、同第4740
796号明細書に開示されている基本的な原理を用いて
行うものが好ましい。この方式はいわゆるオンデマンド
型、コンティニュアス型のいずれにも適用可能である
が、特に、オンデマンド型の場合には、液体(インク)
が保持されているシートや液路に対応して配置されてい
る電気熱変換体に、記録情報に対応していて核沸騰を越
える急速な温度上昇を与える少なくとも1つの駆動信号
を印加することによって、電気熱変換体に熱エネルギー
を発生せしめ、記録ヘッドの熱作用面に膜沸騰を生じさ
せて、結果的にこの駆動信号に1対1で対応した液体
(インク)内の気泡を形成できるので有効である。この
気泡の成長、収縮により吐出用開口を介して液体(イン
ク)を吐出させて、少なくとも1つの滴を形成する。こ
の駆動信号をパルス形状をすると、即時適切に気泡の成
長収縮が行われるので、特に応答性に優れた液体(イン
ク)の吐出が達成でき、より好ましい。
The typical configuration and principle are described in, for example, US Pat. Nos. 4,723,129 and 4,740.
It is preferable to use the basic principle disclosed in the specification of Japanese Patent No. 796. This method can be applied to both the so-called on-demand type and continuous type. In particular, in the case of the on-demand type, liquid (ink)
By applying at least one drive signal corresponding to the recorded information and providing a rapid temperature rise exceeding the nucleate boiling to an electrothermal transducer arranged corresponding to the sheet or the liquid path holding the Since thermal energy is generated in the electrothermal transducer and film boiling occurs on the heat-acting surface of the recording head, bubbles in the liquid (ink) corresponding to this drive signal on a one-to-one basis can be formed. It is valid. By discharging the liquid (ink) through the discharge opening by the growth and contraction of the bubble, at least one droplet is formed. When the drive signal is formed into a pulse shape, the growth and shrinkage of the bubble are performed immediately and appropriately, so that the ejection of the liquid (ink) having particularly excellent responsiveness can be achieved, which is more preferable.

【0128】このパルス形状の駆動信号としては、米国
特許第4463359号明細書、同第4345262号
明細書に記載されているようなものが適している。な
お、上記熱作用面の温度上昇率に関する発明の米国特許
第4313124号明細書に記載されている条件を採用
すると、さらに優れた記録を行うことができる。
As the pulse-shaped drive signal, those described in US Pat. Nos. 4,463,359 and 4,345,262 are suitable. Further, if the conditions described in US Pat. No. 4,313,124 relating to the temperature rise rate of the heat acting surface are adopted, more excellent recording can be performed.

【0129】記録ヘッドの構成としては、上述の各明細
書に開示されているような吐出口、液路、電気熱変換体
の組み合わせ構成(直線状液流路または直角液流路)の
他に熱作用面が屈曲する領域に配置されている構成を開
示する米国特許第4558333号明細書、米国特許第
4459600号明細書を用いた構成も本発明に含まれ
るものである。加えて、複数の電気熱変換体に対して、
共通するスロットを電気熱変換体の吐出部とする構成を
開示する特開昭59−123670号公報や熱エネルギ
ーの圧力波を吸収する開口を吐出部に対応させる構成を
開示する特開昭59−138461号公報に基づいた構
成としても良い。
As the configuration of the recording head, in addition to the combination of a discharge port, a liquid path, and an electrothermal converter (a linear liquid flow path or a right-angled liquid flow path) as disclosed in the above-mentioned respective specifications, A configuration using U.S. Pat. No. 4,558,333 or U.S. Pat. No. 4,459,600, which discloses a configuration in which a heat acting surface is arranged in a bent region, is also included in the present invention. In addition, for multiple electrothermal transducers,
JP-A-59-123670 which discloses a configuration in which a common slot is used as a discharge part of an electrothermal transducer, and JP-A-59-123670 which discloses a configuration in which an opening for absorbing a pressure wave of thermal energy corresponds to a discharge part. A configuration based on 138461 may be adopted.

【0130】さらに、記録装置が記録できる最大記録媒
体の幅に対応した長さを有するフルラインタイプの記録
ヘッドとしては、上述した明細書に開示されているよう
な複数記録ヘッドの組み合わせによってその長さを満た
す構成や、一体的に形成された1個の記録ヘッドとして
の構成のいずれでもよい。
Further, as a full-line type recording head having a length corresponding to the width of the maximum recording medium that can be recorded by the recording apparatus, the length is determined by a combination of a plurality of recording heads as disclosed in the above specification. This may be either a configuration that satisfies the requirements or a configuration as a single recording head that is integrally formed.

【0131】加えて、上記の実施形態で説明した記録ヘ
ッド自体に一体的にインクタンクが設けられたカートリ
ッジタイプの記録ヘッドのみならず、装置本体に装着さ
れることで、装置本体との電気的な接続や装置本体から
のインクの供給が可能になる交換自在のチップタイプの
記録ヘッドを用いてもよい。
In addition, not only the cartridge type recording head in which the ink tank is provided integrally with the recording head itself described in the above embodiment but also the apparatus main body, the electrical connection with the apparatus main body is achieved. A replaceable chip-type recording head, which enables a simple connection and supply of ink from the apparatus main body, may be used.

【0132】また、以上説明した記録装置の構成に、記
録ヘッドに対する回復手段、予備的な手段等を付加する
ことは記録動作を一層安定にできるので好ましいもので
ある。これらを具体的に挙げれば、記録ヘッドに対して
のキャッピング手段、クリーニング手段、加圧あるいは
吸引手段、電気熱変換体あるいはこれとは別の加熱素子
あるいはこれらの組み合わせによる予備加熱手段などが
ある。また、記録とは別の吐出を行う予備吐出モードを
備えることも安定した記録を行うために有効である。
It is preferable to add recovery means for the print head, preliminary auxiliary means, and the like to the configuration of the printing apparatus described above, since the printing operation can be further stabilized. Specific examples thereof include capping means for the recording head, cleaning means, pressurizing or suction means, preheating means using an electrothermal transducer or another heating element or a combination thereof. It is also effective to provide a preliminary ejection mode for performing ejection that is different from printing, in order to perform stable printing.

【0133】さらに、記録装置の記録モードとしては黒
色等の主流色のみの記録モードだけではなく、記録ヘッ
ドを一体的に構成するか複数個の組み合わせによってで
も良いが、異なる色の複色カラー、または混色によるフ
ルカラーの少なくとも1つを備えた装置とすることもで
きる。
Further, the printing mode of the printing apparatus is not limited to the printing mode of only the mainstream color such as black, but may be a printing head integrally formed or a combination of a plurality of printing heads. Alternatively, the apparatus may be provided with at least one of full colors by color mixture.

【0134】以上説明した実施の形態においては、イン
クが液体であることを前提として説明しているが、室温
やそれ以下で固化するインクであっても、室温で軟化も
しくは液化するものを用いても良く、あるいはインクジ
ェット方式ではインク自体を30°C以上70°C以下
の範囲内で温度調整を行ってインクの粘性を安定吐出範
囲にあるように温度制御するものが一般的であるから、
使用記録信号付与時にインクが液状をなすものであれば
よい。
In the embodiments described above, the description is made on the assumption that the ink is a liquid. However, even if the ink solidifies at room temperature or lower, it is possible to use an ink that softens or liquefies at room temperature. Or, in the ink jet method, generally, the temperature of the ink itself is controlled within a range of 30 ° C. or more and 70 ° C. or less to control the temperature so that the viscosity of the ink is in a stable ejection range.
It is sufficient that the ink is in a liquid state when the use recording signal is applied.

【0135】加えて、積極的に熱エネルギーによる昇温
をインクの固形状態から液体状態への状態変化のエネル
ギーとして使用せしめることで積極的に防止するため、
またはインクの蒸発を防止するため、放置状態で固化し
加熱によって液化するインクを用いても良い。いずれに
しても熱エネルギーの記録信号に応じた付与によってイ
ンクが液化し、液状インクが吐出されるものや、記録媒
体に到達する時点では既に固化し始めるもの等のよう
な、熱エネルギーの付与によって初めて液化する性質の
インクを使用する場合も本発明は適用可能である。この
ような場合インクは、特開昭54−56847号公報あ
るいは特開昭60−71260号公報に記載されるよう
な、多孔質シート凹部または貫通孔に液状または固形物
として保持された状態で、電気熱変換体に対して対向す
るような形態としてもよい。本発明においては、上述し
た各インクに対して最も有効なものは、上述した膜沸騰
方式を実行するものである。
In addition, in order to positively prevent a temperature rise due to thermal energy as energy for changing the state of the ink from the solid state to the liquid state, the temperature is positively prevented.
Alternatively, in order to prevent evaporation of the ink, ink that solidifies in a standing state and liquefies by heating may be used. In any case, the application of heat energy causes the ink to be liquefied by application of the heat energy according to the recording signal and the liquid ink to be ejected, or to start to solidify when reaching the recording medium. The present invention is also applicable to a case where an ink having a property of liquefying for the first time is used. In such a case, as described in JP-A-54-56847 or JP-A-60-71260, the ink is held in a liquid state or a solid state in the concave portion or through hole of the porous sheet. It is good also as a form which opposes an electrothermal transducer. In the present invention, the most effective one for each of the above-mentioned inks is to execute the above-mentioned film boiling method.

【0136】さらに加えて、本発明に係る記録装置の形
態としては、コンピュータ等の情報処理機器の画像出力
端末として一体または別体に設けられるものの他、リー
ダ等と組み合わせた複写装置、さらには送受信機能を有
するファクシミリ装置の形態を取るものであっても良
い。
In addition to the above, the recording apparatus according to the present invention may be provided not only as an image output terminal of an information processing apparatus such as a computer but also integrally or separately, a copying apparatus combined with a reader, etc. It may take the form of a facsimile machine having functions.

【0137】なお、本発明は、複数の機器(例えばホス
トコンピュータ、インタフェース機器、リーダ、プリン
タなど)から構成されるシステムに適用しても、一つの
機器からなる装置(例えば、複写機、ファクシミリ装置
など)に適用してもよい。
Even if the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), an apparatus (for example, a copier, a facsimile machine) comprising one device Etc.).

【0138】また、本発明の目的は、前述した実施形態
の機能を実現するソフトウェアのプログラムコードを記
録した記憶媒体(または記録媒体)を、システムあるい
は装置に供給し、そのシステムあるいは装置のコンピュ
ータ(またはCPUやMPU)が記憶媒体に格納された
プログラムコードを読み出し実行することによっても、
達成されることは言うまでもない。この場合、記憶媒体
から読み出されたプログラムコード自体が前述した実施
形態の機能を実現することになり、そのプログラムコー
ドを記憶した記憶媒体は本発明を構成することになる。
また、コンピュータが読み出したプログラムコードを実
行することにより、前述した実施形態の機能が実現され
るだけでなく、そのプログラムコードの指示に基づき、
コンピュータ上で稼働しているオペレーティングシステ
ム(OS)などが実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。
Further, an object of the present invention is to supply a storage medium (or a recording medium) in which a program code of software for realizing the functions of the above-described embodiments is recorded to a system or an apparatus, and to provide a computer (a computer) of the system or the apparatus. Or CPU and MPU) read and execute the program code stored in the storage medium,
It goes without saying that this is achieved. In this case, the program code itself read from the storage medium implements the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention.
In addition, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also based on the instructions of the program code,
The operating system (OS) running on the computer performs part or all of the actual processing,
It goes without saying that a case where the function of the above-described embodiment is realized by the processing is also included.

【0139】さらに、記憶媒体から読み出されたプログ
ラムコードが、コンピュータに挿入された機能拡張カー
ドやコンピュータに接続された機能拡張ユニットに備わ
るメモリに書込まれた後、そのプログラムコードの指示
に基づき、その機能拡張カードや機能拡張ユニットに備
わるCPUなどが実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written into the memory provided in the function expansion card inserted into the computer or the function expansion unit connected to the computer, the program code is read based on the instruction of the program code. , The CPU provided in the function expansion card or the function expansion unit performs part or all of the actual processing,
It goes without saying that a case where the function of the above-described embodiment is realized by the processing is also included.

【0140】[0140]

【発明の効果】以上説明したように本発明によれば、他
の濃度成分の値を考慮して誤差拡散処理を行なうので、
他の成分との重なり合いを考慮した画像形成が可能にな
り、高品位な画像を形成することができるという効果が
ある。
As described above, according to the present invention, error diffusion processing is performed in consideration of the values of other density components.
It is possible to form an image in consideration of overlapping with other components, and it is possible to form a high-quality image.

【0141】また、請求項2、4、12、及び14に記
載の発明によれば、誤差拡散処理に用いる閾値決定をテ
ーブルを用いて行うので、より複雑な閾値条件処理を簡
単に行って高速に誤差拡散処理を行なうことが可能にな
る。
According to the second, fourth, twelfth, and fourteenth aspects of the present invention, the threshold value used for the error diffusion process is determined using the table. Can be subjected to the error diffusion process.

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

【図1】本発明の共通実施形態に係る情報処理システム
の概略構成を示すブロック図である。
FIG. 1 is a block diagram showing a schematic configuration of an information processing system according to a common embodiment of the present invention.

【図2】情報処理システムを構成するホスト装置51と
画像出力装置52のハードウェア構成概要を示すブロッ
ク図である。
FIG. 2 is a block diagram illustrating an outline of a hardware configuration of a host device 51 and an image output device 52 that constitute the information processing system.

【図3】画像出力装置52の代表的な実施形態であるイ
ンクジェットプリンタIJRAの構成の概要を示す外観
斜視図である。
FIG. 3 is an external perspective view illustrating an outline of a configuration of an ink jet printer IJRA which is a typical embodiment of the image output device 52.

【図4】情報処理システムで用いられるソフトウェアの
構造を示すブロック図である。
FIG. 4 is a block diagram showing the structure of software used in the information processing system.

【図5】画像処理概要を示すフローチャートである。FIG. 5 is a flowchart illustrating an outline of image processing.

【図6】第1実施形態に従う画像形成制御について示す
フローチャートである。
FIG. 6 is a flowchart showing image forming control according to the first embodiment.

【図7】第1実施形態で用いる閾値条件を示す図であ
る。
FIG. 7 is a diagram showing threshold conditions used in the first embodiment.

【図8】第1実施形態で用いる別の閾値条件を示す図で
ある。
FIG. 8 is a diagram illustrating another threshold condition used in the first embodiment.

【図9】適用可能な種々の閾値条件の例を示す図であ
る。
FIG. 9 is a diagram showing examples of various applicable threshold conditions.

【図10】第2実施形態に従う画像形成制御について示
すフローチャートである。
FIG. 10 is a flowchart illustrating image forming control according to a second embodiment.

【図11】第2実施形態で用いる閾値条件を示す図であ
る。
FIG. 11 is a diagram showing threshold conditions used in a second embodiment.

【図12】第2実施形態で用いる別の閾値条件を示す図
である。
FIG. 12 is a diagram showing another threshold condition used in the second embodiment.

【図13】第3実施形態に従う画像形成制御について示
すフローチャートである。
FIG. 13 is a flowchart illustrating image forming control according to a third embodiment.

【図14】従来のインクジェット方式に従う画像形成制
御を示す図である。
FIG. 14 is a diagram illustrating image formation control according to a conventional inkjet method.

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

11 アプリケーションソフトウェア 21 描画処理インタフェース 22 スプーラ 31−1、31−2、……、31−n 装置固有描画機
能 33 色特性変換 34 中間調処理(ハーフトーニング) 35 プリントコマンド生成 51 ホスト装置 52 画像出力装置 53 双方向インタフェース 54 ドライバソフトウェア 1000 処理部 1001 MPU 1002 バス 1003 DRAM 1004 ブリッジ 1005 グラフィックアダプタ 1006 HDDコントローラ 1007 キーボードコントローラ 1008 通信I/F 2001 表示装置 2002 HDD装置 2003 キーボード 3001 MCU 3003 制御回路部 3004 ROM 3005 DRAM 3006 通信I/F 3007 ヘッドドライバ 3008 CRモータドライバ 3009 LFモータドライバ 3010 記録ヘッド 3011 キャリア(CR)モータ 3012 搬送モータ
Reference Signs List 11 application software 21 drawing processing interface 22 spooler 31-1, 31-2,..., 31-n device-specific drawing function 33 color characteristic conversion 34 halftone processing (half toning) 35 print command generation 51 host device 52 image output device 53 bidirectional interface 54 driver software 1000 processing unit 1001 MPU 1002 bus 1003 DRAM 1004 bridge 1005 graphic adapter 1006 HDD controller 1007 keyboard controller 1008 communication I / F 2001 display device 2002 HDD device 2003 keyboard 3001 MCU 3003 control circuit unit 3004 ROM 3005 DRAM 3006 Communication I / F 3007 Head driver 3008 CR motor driver 3 09 LF motor driver 3010 recording head 3011 carrier (CR) motor 3012 conveying motor

───────────────────────────────────────────────────── フロントページの続き (72)発明者 平林 弘光 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 Fターム(参考) 2C262 AA02 AA24 AA26 AA27 AB13 BB03 BB08 BB22 BC01 DA06 5B057 AA11 CA01 CA08 CA12 CA16 CB01 CB07 CB12 CB16 CC01 CE13 CE14 CH07 CH08 5C077 LL18 LL19 MP08 NN11 PP33 PQ12 PQ23 RR04 RR08 RR15 RR16 TT05 5C079 HB03 KA12 KA15 LC09 LC11 MA04 MA11 NA05 NA11 NA27 PA03  ────────────────────────────────────────────────── ─── Continuing on the front page (72) Inventor Hiromitsu Hirabayashi 3-30-2 Shimomaruko, Ota-ku, Tokyo F-term in Canon Inc. (reference) 2C262 AA02 AA24 AA26 AA27 AB13 BB03 BB08 BB22 BC01 DA06 5B057 AA11 CA01 CA08 CA12 CA16 CB01 CB07 CB12 CB16 CC01 CE13 CE14 CH07 CH08 5C077 LL18 LL19 MP08 NN11 PP33 PQ12 PQ23 RR04 RR08 RR15 RR16 TT05 5C079 HB03 KA12 KA15 LC09 LC11 MA04 MA11 NA05 NA11 NA27 PA03

Claims (17)

【特許請求の範囲】[Claims] 【請求項1】 複数の濃度成分からなる多値画像データ
に誤差拡散処理を施して前記誤差拡散処理の結果を出力
する画像処理装置であって、 前記複数の濃度成分のうち、第1の濃度成分に誤差拡散
処理を実行するに当たり、該誤差拡散処理に用いる閾値
を第2の濃度成分の濃度値に基づいて決定する第1決定
手段と、 前記第1決定手段によって決定された閾値に基づいて前
記第1の濃度成分に関して誤差拡散処理を実行する第1
誤差拡散実行手段と、 前記第1誤差拡散実行手段による実行結果を出力する第
1出力手段と、 前記複数の濃度成分のうち、第2の濃度成分に誤差拡散
処理を実行するに当たり、該誤差拡散処理に用いる閾値
を第1の濃度成分の濃度値に基づいて決定する第2決定
手段と、 前記第2決定手段によって決定された閾値に基づいて前
記第2の濃度成分に関して誤差拡散処理を実行する第2
誤差拡散実行手段と、 前記第2誤差拡散実行手段による実行結果を出力する第
2出力手段とを有することを特徴とする画像処理装置。
1. An image processing apparatus for performing an error diffusion process on multi-valued image data including a plurality of density components and outputting a result of the error diffusion process, wherein a first density of the plurality of density components is In performing the error diffusion process on the component, a first determination unit that determines a threshold value used for the error diffusion process based on the density value of the second density component, based on the threshold value determined by the first determination unit. A first step of executing an error diffusion process on the first density component;
Error diffusion performing means; first output means for outputting an execution result of the first error diffusion performing means; and error diffusion processing for performing error diffusion processing on a second density component of the plurality of density components. Second determining means for determining a threshold value used for processing based on the density value of the first density component; and performing error diffusion processing on the second density component based on the threshold value determined by the second determining means. Second
An image processing apparatus comprising: an error diffusion execution unit; and a second output unit that outputs an execution result of the second error diffusion execution unit.
【請求項2】 前記第1及び第2決定手段は、前記閾値
の決定に、濃度値と閾値との関係を定めたテーブルを用
いることを特徴とする請求項1に記載の画像処理装置。
2. The image processing apparatus according to claim 1, wherein said first and second determination means use a table that defines a relationship between a density value and a threshold value when determining said threshold value.
【請求項3】 前記第1及び第2の決定手段は夫々、複
数の閾値を決定することを特徴とする請求項1に記載の
画像処理装置。
3. The image processing apparatus according to claim 1, wherein said first and second determination means each determine a plurality of thresholds.
【請求項4】 前記第1及び第2の決定手段は夫々、前
記複数の閾値夫々の決定のために、複数のテーブルを用
いることを特徴とする請求項3に記載の画像処理装置。
4. The image processing apparatus according to claim 3, wherein each of the first and second determination means uses a plurality of tables for determining each of the plurality of thresholds.
【請求項5】 前記複数の濃度成分のうち、第3の濃度
成分に誤差拡散処理を実行するに当たり、該誤差拡散処
理に用いる閾値を前記第1の濃度成分と前記第2の濃度
成分の濃度値との和に基づいて決定する第3決定手段
と、 前記第3決定手段によって決定された閾値に基づいて前
記第3の濃度成分に関して誤差拡散処理を実行する第3
誤差拡散実行手段と、 前記第3誤差拡散実行手段による実行結果を出力する第
3出力手段とをさらに有することを特徴とする請求項1
に記載の画像処理装置。
5. When performing an error diffusion process on a third density component among the plurality of density components, a threshold value used for the error diffusion process is set to a density of the first density component and the density of the second density component. A third determining unit that determines based on a sum of the third density component and an error diffusion process for the third density component based on a threshold determined by the third determining unit.
2. The apparatus according to claim 1, further comprising: an error diffusion execution unit; and a third output unit that outputs an execution result of the third error diffusion execution unit.
An image processing apparatus according to claim 1.
【請求項6】 前記第1、第2、第3の濃度成分に対し
て誤差拡散処理を行なう場合には、 前記第1の決定手段は、前記第2の濃度成分の濃度値と
前記第3の濃度成分の濃度値との和に基づいて、前記第
1の濃度成分に関する誤差拡散処理に用いる閾値を決定
し、 前記第2の決定手段は、前記第1の濃度成分の濃度値と
前記第3の濃度成分の濃度値との和に基づいて、前記第
2の濃度成分に関する誤差拡散処理に用いる閾値を決定
することを特徴とする請求項5に記載の画像処理装置。
6. When error diffusion processing is performed on the first, second, and third density components, the first determination unit determines the density value of the second density component and the third density component. A threshold value used for error diffusion processing for the first density component based on the sum of the density value of the first density component and the density value of the first density component. 6. The image processing apparatus according to claim 5, wherein a threshold value used for error diffusion processing for the second density component is determined based on a sum of the density value of the third density component and the density value of the third density component.
【請求項7】 前記複数の濃度成分は、イエロ成分、マ
ゼンタ成分、シアン成分、及びブラック成分であり、 前記第1の濃度成分はシアン成分であり、 前記第2の濃度成分はマゼンタ成分であり、 前記第3の濃度成分はブラック成分であることを特徴と
する請求項1に記載の画像処理装置。
7. The plurality of density components are a yellow component, a magenta component, a cyan component, and a black component, the first density component is a cyan component, and the second density component is a magenta component. 2. The image processing apparatus according to claim 1, wherein the third density component is a black component.
【請求項8】 前記第1、第2、及び第3出力手段から
出力される誤差拡散処理実行結果を入力して画像形成を
行う画像形成手段をさらに有することを特徴とする請求
項5に記載の画像処理装置。
8. The image forming apparatus according to claim 5, further comprising an image forming unit configured to input an error diffusion processing execution result output from the first, second, and third output units to form an image. Image processing device.
【請求項9】 前記画像形成手段は、インクジェットプ
リンタであることを特徴とする請求項8に記載の画像処
理装置。
9. An image processing apparatus according to claim 8, wherein said image forming means is an ink jet printer.
【請求項10】 前記インクジェットプリンタは熱エネ
ルギーを利用してインクを吐出するインクジェット記録
ヘッドを備え、 前記インクジェット記録ヘッドはインクに与える熱エネ
ルギーを発生するための電気熱変換体を備えていること
を特徴とする請求項9に記載の画像処理装置。
10. The ink-jet printer according to claim 1, further comprising an ink-jet recording head for discharging ink using thermal energy, wherein the ink-jet recording head includes an electrothermal converter for generating thermal energy applied to the ink. The image processing apparatus according to claim 9, wherein:
【請求項11】 複数の濃度成分からなる多値画像デー
タに誤差拡散処理を施して前記誤差拡散処理の結果を出
力する画像処理方法であって、 前記複数の濃度成分のうち、第1の濃度成分に誤差拡散
処理を実行するに当たり、該誤差拡散処理に用いる閾値
を第2の濃度成分の濃度値に基づいて決定する第1決定
工程と、 前記第1決定工程において決定された閾値に基づいて前
記第1の濃度成分に関して誤差拡散処理を実行する第1
誤差拡散実行工程と、 前記第1誤差拡散実行工程における実行結果を出力する
第1出力工程と、 前記複数の濃度成分のうち、第2の濃度成分に誤差拡散
処理を実行するに当たり、該誤差拡散処理に用いる閾値
を第1の濃度成分の濃度値に基づいて決定する第2決定
工程と、 前記第2決定工程において決定された閾値に基づいて前
記第2の濃度成分に関して誤差拡散処理を実行する第2
誤差拡散実行工程と、 前記第2誤差拡散実行工程における実行結果を出力する
第2出力工程とを有することを特徴とする画像処理方
法。
11. An image processing method for performing an error diffusion process on multi-valued image data composed of a plurality of density components and outputting a result of the error diffusion process, wherein a first density of the plurality of density components is In performing the error diffusion processing on the component, a first determination step of determining a threshold value used for the error diffusion processing based on the density value of the second density component, and a threshold value determined in the first determination step. A first step of performing an error diffusion process on the first density component;
An error diffusion execution step, a first output step of outputting an execution result in the first error diffusion execution step, and an error diffusion process for executing an error diffusion process on a second density component of the plurality of density components. A second determining step of determining a threshold value used in the processing based on the density value of the first density component; and performing an error diffusion process on the second density component based on the threshold value determined in the second determining step. Second
An image processing method comprising: an error diffusion execution step; and a second output step of outputting an execution result in the second error diffusion execution step.
【請求項12】 前記第1及び第2決定工程は、前記閾
値の決定に、濃度値と閾値との関係を定めたテーブルを
用いることを特徴とする請求項11に記載の画像処理方
法。
12. The image processing method according to claim 11, wherein the first and second determination steps use a table that defines a relationship between a density value and a threshold value in determining the threshold value.
【請求項13】 前記第1及び第2の決定工程は夫々、
複数の閾値を決定することを特徴とする請求項11に記
載の画像処理方法。
13. The first and second determining steps are respectively
The image processing method according to claim 11, wherein a plurality of thresholds are determined.
【請求項14】 前記第1及び第2の決定工程は夫々、
前記複数の閾値夫々の決定のために、複数のテーブルを
用いることを特徴とする請求項13に記載の画像処理方
法。
14. The method according to claim 14, wherein the first and second determining steps are respectively:
14. The image processing method according to claim 13, wherein a plurality of tables are used for determining each of the plurality of thresholds.
【請求項15】 前記複数の濃度成分のうち、第3の濃
度成分に誤差拡散処理を実行するに当たり、該誤差拡散
処理に用いる閾値を前記第1の濃度成分と前記第2の濃
度成分の濃度値との和に基づいて決定する第3決定工程
と、 前記第3決定工程において決定された閾値に基づいて前
記第3の濃度成分に関して誤差拡散処理を実行する第3
誤差拡散実行工程と、 前記第3誤差拡散実行工程における実行結果を出力する
第3出力工程とをさらに有することを特徴とする請求項
11に記載の画像処理方法。
15. When performing an error diffusion process on a third density component of the plurality of density components, a threshold used for the error diffusion process is set to a density of the first density component and a density of the second density component. A third determining step of determining based on a sum of the third density component and an error diffusion process based on the threshold value determined in the third determining step.
The image processing method according to claim 11, further comprising: an error diffusion execution step; and a third output step of outputting an execution result in the third error diffusion execution step.
【請求項16】 前記第1、第2、第3の濃度成分に対
して誤差拡散処理を行なう場合には、 前記第1の決定工程は、前記第2の濃度成分の濃度値と
前記第3の濃度成分の濃度値との和に基づいて、前記第
1の濃度成分に関する誤差拡散処理に用いる閾値を決定
し、 前記第2の決定工程は、前記第1の濃度成分の濃度値と
前記第3の濃度成分の濃度値との和に基づいて、前記第
2の濃度成分に関する誤差拡散処理に用いる閾値を決定
することを特徴とする請求項15に記載の画像処理装
置。
16. When error diffusion processing is performed on the first, second, and third density components, the first determining step includes the step of determining the density value of the second density component and the third density component. Determining a threshold value used for error diffusion processing for the first density component based on a sum of the density values of the first density component and the density value of the first density component. 16. The image processing apparatus according to claim 15, wherein a threshold value used for an error diffusion process for the second density component is determined based on a sum of the density values of the third density component and the density values.
【請求項17】 請求項11乃至16のいずれかに記載
の画像処理方法を実行するプログラムを格納したコンピ
ュータ装置読み取り可能な記憶媒体。
17. A computer-readable storage medium storing a program for executing the image processing method according to claim 11. Description:
JP2000364629A 2000-11-30 2000-11-30 Image processing apparatus and image processing method Expired - Fee Related JP4463970B2 (en)

Priority Applications (10)

Application Number Priority Date Filing Date Title
JP2000364629A JP4463970B2 (en) 2000-11-30 2000-11-30 Image processing apparatus and image processing method
US09/993,641 US7099046B2 (en) 2000-11-30 2001-11-27 Image processing apparatus and image processing method
EP01310025A EP1211884B1 (en) 2000-11-30 2001-11-29 Image processing apparatus and image processing method
EP09152521A EP2051500B1 (en) 2000-11-30 2001-11-29 Image processing apparatus and image processing method
ES01310025T ES2322887T3 (en) 2000-11-30 2001-11-29 APPARATUS FOR THE TREATMENT OF IMAGES AND METHOD OF TREATMENT OF IMAGES.
AT01310025T ATE426999T1 (en) 2000-11-30 2001-11-29 IMAGE PROCESSING DEVICE AND IMAGE PROCESSING METHOD
DE60138082T DE60138082D1 (en) 2000-11-30 2001-11-29 Image processing apparatus and image processing method
US11/370,982 US7548346B2 (en) 2000-11-30 2006-03-09 Image processing apparatus and method for performing error diffusion based on density values of different color components
US12/431,624 US7859723B2 (en) 2000-11-30 2009-04-28 Image processing to perform error diffusion with dots formed based color component values and their sum relative to a threshold
US12/952,819 US7965418B2 (en) 2000-11-30 2010-11-23 Image processing apparatus and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000364629A JP4463970B2 (en) 2000-11-30 2000-11-30 Image processing apparatus and image processing method

Publications (3)

Publication Number Publication Date
JP2002171407A true JP2002171407A (en) 2002-06-14
JP2002171407A5 JP2002171407A5 (en) 2008-01-17
JP4463970B2 JP4463970B2 (en) 2010-05-19

Family

ID=18835536

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000364629A Expired - Fee Related JP4463970B2 (en) 2000-11-30 2000-11-30 Image processing apparatus and image processing method

Country Status (1)

Country Link
JP (1) JP4463970B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7342684B2 (en) 2002-09-20 2008-03-11 Canon Kabushiki Kaisha Image processing method and apparatus
US7639399B2 (en) 2003-01-30 2009-12-29 Canon Kabushiki Kaisha Image processing method
US7855809B2 (en) 2002-12-06 2010-12-21 Canon Kabushiki Kaisha Image processing apparatus and method for executing a process of error diffusion
WO2010146862A1 (en) * 2009-06-18 2010-12-23 キヤノン株式会社 Image processing device and image processing method
JP2011201207A (en) * 2010-03-26 2011-10-13 Canon Inc Image processor and image processing method
JP2011201206A (en) * 2010-03-26 2011-10-13 Canon Inc Image processor and image processing method

Cited By (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7342684B2 (en) 2002-09-20 2008-03-11 Canon Kabushiki Kaisha Image processing method and apparatus
US7855809B2 (en) 2002-12-06 2010-12-21 Canon Kabushiki Kaisha Image processing apparatus and method for executing a process of error diffusion
US7639399B2 (en) 2003-01-30 2009-12-29 Canon Kabushiki Kaisha Image processing method
WO2010146862A1 (en) * 2009-06-18 2010-12-23 キヤノン株式会社 Image processing device and image processing method
JP2011000801A (en) * 2009-06-18 2011-01-06 Canon Inc Apparatus and method for processing image
US8503031B2 (en) 2009-06-18 2013-08-06 Canon Kabushiki Kaisha Image processing apparatus and image processing method
JP2011201207A (en) * 2010-03-26 2011-10-13 Canon Inc Image processor and image processing method
JP2011201206A (en) * 2010-03-26 2011-10-13 Canon Inc Image processor and image processing method

Also Published As

Publication number Publication date
JP4463970B2 (en) 2010-05-19

Similar Documents

Publication Publication Date Title
EP1211884B1 (en) Image processing apparatus and image processing method
JP3728128B2 (en) Halftone processing method and halftone processing apparatus
JP4047119B2 (en) Image processing apparatus and image processing method
EP1345411B1 (en) Image processing apparatus, image processing method, and program
JPH1081025A (en) Recording apparatus, recording method, information processing apparatus and medium
JP2001054956A (en) Image recording method, image recorder, control method therefor, computer readable storage medium, and image processing method
JP3902967B2 (en) Image processing apparatus, image processing method, program, and storage medium
JP2002171407A (en) Image processing apparatus and image processing method
US7583404B2 (en) Image processing apparatus for converting color data by referring to a reconstructed color conversion table and an image processing method for the same
JP2002171415A (en) Image processing apparatus and image processing method
JP4289821B2 (en) Image processing apparatus and method, and program
JP2022168584A (en) Image processing device
JP4447767B2 (en) Image processing apparatus and image processing method
JP4366447B2 (en) Image processing apparatus and image processing method
JP4194285B2 (en) Image processing apparatus and method, and program
JP3787530B2 (en) Image processing apparatus, image processing method, program, and storage medium
JP4109725B2 (en) Image processing apparatus and method
JP2002178495A (en) Image processing method and apparatus therefor
JP2002067355A (en) Recording system and recording method
JPH11355593A (en) Image processor, image processing method and control method for the processor
JP2000108384A (en) Method for processing image, recording medium and image- processing apparatus

Legal Events

Date Code Title Description
A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20071122

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20071122

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20071122

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20080826

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20090331

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090807

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20091006

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100215

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100218

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130226

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4463970

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140226

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees