JP2004260790A - Halftone screening method, computer program, recording medium, image processing device, and image forming device - Google Patents
Halftone screening method, computer program, recording medium, image processing device, and image forming device Download PDFInfo
- Publication number
- JP2004260790A JP2004260790A JP2003323239A JP2003323239A JP2004260790A JP 2004260790 A JP2004260790 A JP 2004260790A JP 2003323239 A JP2003323239 A JP 2003323239A JP 2003323239 A JP2003323239 A JP 2003323239A JP 2004260790 A JP2004260790 A JP 2004260790A
- Authority
- JP
- Japan
- Prior art keywords
- dot
- dots
- image
- growing
- halftone
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Images
Landscapes
- Facsimile Image Signal Circuits (AREA)
Abstract
Description
本発明は、描画オブジェクトの色や画像の種類に適したドット形成方法(成長方法)の使い分けて、プリント画質を向上させるための多値デジタル画像データのハーフトーンスクリーニング方法、この方法をコンピュータで実行するためのコンピュータプログラム、このコンピュータプログラムを記録した記録媒体及び多値デジタル画像データのハーフトーンスクリーニング方法を実行する画像処理装置及びこの画像処理装置を備えたプリンタ、複写機、ファクシミリなどの画像形成装置に関する。 The present invention uses a dot forming method (growing method) suitable for the color of a drawing object and the type of image, and performs a halftone screening method of multi-valued digital image data for improving print image quality. For executing a halftone screening method for multi-valued digital image data, a recording medium storing the computer program, and an image forming apparatus such as a printer, a copying machine, a facsimile equipped with the image processing apparatus About.
印刷画像において、ディジタル的にハーフトーン画像を得るハーフトーン処理では、ディザマトリックスを用いたマスキング処理が行なわれる。マスキング処理は、あらかじめ用意したディザマトリックスと入力画像を画素ごとに比較演算し、その比較結果によりその画素を白黒のいずれかの値に振分けるものである。このマスキング処理のことはディザ処理、しきい値処理とも呼ばれている。この処理は例えば特許文献2に開示されているように公知のものであるが、前記特許文献1の記載を引用し、基本的なことに触れておく。
In a halftone process for digitally obtaining a halftone image in a print image, a masking process using a dither matrix is performed. In the masking processing, a dither matrix prepared in advance and an input image are compared for each pixel, and the pixel is assigned to one of black and white values based on the comparison result. This masking processing is also called dither processing or threshold processing. This processing is known, as disclosed in
ここでは、説明を簡明とするため、4×4画素(4行4列画素)のディザマトリックスによって、マスキング処理について説明する。最大16階調を表現するディザマトリックスのパターンの一例(従来例)を図11に示す。図11(a)はドットが集中する渦巻型のディザマトリックスのパターンであり、図11(b)はドットが分散するバイエル(Bayer)型のディザマトリックスのパターンである。このようなディザマトリックスを、濃淡画像に適用してマスキング処理を行なうことによりハーフトーン画像(擬似濃淡画像)を得ることができる。 Here, for simplicity, the masking process will be described using a dither matrix of 4 × 4 pixels (4 rows × 4 columns pixels). FIG. 11 shows an example of a dither matrix pattern expressing a maximum of 16 gradations (conventional example). FIG. 11A shows a spiral dither matrix pattern in which dots are concentrated, and FIG. 11B shows a Bayer dither matrix pattern in which dots are dispersed. A halftone image (pseudo gray image) can be obtained by applying such a dither matrix to a gray image and performing a masking process.
マスキング処理過程を機能ブロック図として図12に示す。図12において、10はディザマスク、20はしきい値処理(ハーフトーン処理)、100は濃淡画像、200は擬似濃淡画像である。ディザマスク10に基づいたマスキング処理をしきい値処理20が濃淡画像100に対して行なうことにより擬似濃淡画像200を得ることができる。なお、図12におけるしきい値処理20は、濃淡画像の座標(i,j)の画素値に対してディザマスクのサイズ(K,L)による剰余演算(imodK,jmodL)で与えられる座標のマスク画素値を対応させる処理を、濃淡画像20の全体(全座標)に対して循環的に行なう処理のことである。
FIG. 12 is a functional block diagram showing the masking process. In FIG. 12, 10 is a dither mask, 20 is a threshold processing (halftone processing), 100 is a gray image, and 200 is a pseudo gray image. By performing the masking process based on the
このしきい値処理の一例を説明図として図13に示す。図13(a)は濃淡画像におけるディザマスクと同サイズの特定部位における画素値の配列を示した図である。また、図11(b)は4×4画素のマスクにおける画素値の配列(パターン)を示した図である。図11(c)は擬似濃淡画像における画素値(2値)の配列を白黒パターンで示した図である。濃淡画像の特定部位における1行1列目(1,1)から16行16列目(16,16)までの画素の各々に対して、配列において対応するディザマスクの画素と画素値の大小比較を行なう。濃淡画像の画素値がディザマスクの画素値に達していなければしきい値処理の結果は“0”すなわち“黒”、濃淡画像の画素値がディザマスクの画素値に達していればしきい値処理の結果は“1”すなわち“白”である。 An example of this threshold processing is shown in FIG. 13 as an explanatory diagram. FIG. 13A is a diagram showing an array of pixel values in a specific portion having the same size as the dither mask in the grayscale image. FIG. 11B is a diagram showing an array (pattern) of pixel values in a mask of 4 × 4 pixels. FIG. 11C is a diagram showing an array of pixel values (binary) in a pseudo grayscale image in a black and white pattern. For each of the pixels from the first row, first column (1, 1) to the 16th row, 16th column (16, 16) in the specific portion of the grayscale image, the pixel values of the corresponding dither mask pixels in the array are compared with pixel values Perform If the pixel value of the grayscale image has not reached the pixel value of the dither mask, the result of the threshold processing is “0”, that is, “black”. If the pixel value of the grayscale image has reached the pixel value of the dither mask, the threshold value has been reached. The result of the processing is “1”, that is, “white”.
1行1列目(1,1)の濃淡画素値は35であり、ディザマスク画素値は60であるから、擬似濃淡画像の画素値は“0”すなわち“黒”である。1行2列目(1,2)の濃淡画素値は43であり、ディザマスク画素値は14であるから、擬似濃淡画像の画素値は“1”すなわち“白”である。1行3列目(1,3)の濃淡画素値は48であり、ディザマスク画素値は53であるから、擬似濃淡画像の画素値は“0”すなわち“黒”である。以下同様である。ここでは、白黒で説明しているが、カラーであれば、YMCKのそれぞれで、このようにして濃淡が設定される。 Since the grayscale pixel value in the first row and first column (1, 1) is 35 and the dither mask pixel value is 60, the pixel value of the pseudo grayscale image is “0”, that is, “black”. Since the grayscale pixel value of the first row and second column (1, 2) is 43 and the dither mask pixel value is 14, the pixel value of the pseudo grayscale image is “1”, that is, “white”. Since the grayscale pixel value of the first row and the third column (1, 3) is 48 and the dither mask pixel value is 53, the pixel value of the pseudo grayscale image is “0”, that is, “black”. The same applies hereinafter. Here, the description is made in black and white, but in the case of color, the density is set in this way for each of YMCK.
多段階の濃度を再現できるドットによる多値デジタルハーフトーンスクリーニングに関連する従来技術として、例えば特許文献2に開示されているように、多値ハーフトーンにおいて単色の要素色についてハイライト側でドット発生率を下げることにより擬似輪郭を抑制し、画質の向上を図るようにした発明が公知である。
As a conventional technique related to multi-level digital halftone screening using dots capable of reproducing multi-level densities, for example, as disclosed in
この発明では、画像を構成する各画素を複数の要素色にて多階調で表した画像データに基づいてハーフトーン処理を実行するハーフトーン処理プログラムを記録した媒体であって、上記画像データに基づいて互いに異なる複数のハーフトーン処理を実施可能なハーフトーン処理機能と、上記ハーフトーン処理機能にて各要素色に対応させたハーフトーン処理を選択して実施させるハーフトーン処理選択機能とを実行させる構成としている。ハーフトーン処理機能は、画像データに基づいて互いに異なる複数のハーフトーン処理を実施可能になっている。ここで、ハーフトーン処理選択機能は、ハーフトーン処理機能に各要素色に対応させたハーフトーン処理を選択して実施させる。すなわち、ハーフトーン処理選択機能にて適宜各要素色に適したハーフトーン処理を選択し、この選択に従ってハーフトーン処理機能はハーフトーン処理を実施する。そして、ハーフトーン化された画像データを生成する。このハーフトーン処理は各要素色を表現する階調値に基づいて、当該階調値を再現するドット発生率を決定する処理を実行する。 According to the present invention, there is provided a medium in which a halftone processing program for executing halftone processing based on image data in which each pixel constituting an image is represented by a plurality of element colors in multiple gradations is recorded, and A halftone processing function capable of performing a plurality of different halftone processings based on each other, and a halftone processing selection function of selecting and executing the halftone processing corresponding to each element color by the halftone processing function are executed. The configuration is such that The halftone processing function can execute a plurality of different halftone processings based on image data. Here, the halftone processing selection function causes the halftone processing function to select and execute halftone processing corresponding to each element color. That is, the halftone processing selection function appropriately selects halftone processing suitable for each element color, and the halftone processing function performs halftone processing according to this selection. Then, halftone image data is generated. In the halftone process, a process of determining a dot generation rate for reproducing the tone value based on the tone value expressing each element color is executed.
その際、ハーフトーン処理は、複数あるハーフトーン処理のうち一のハーフトーン処理の処理内容を他のハーフトーン処理の処理内容に対してハイライト側でドット発生率を下げる処理を実行する。このようにハイライト側のドット発生率を下げることにより、ハイライト側の明度を抑制することが可能になる。
ドットの濃度を変化させて多階調を表現できるデジタルハーフトーンスクリーンでは、濃度の違うドットを上手く組み合わせることにより、次のドットを塗った場合の濃度変化を少なくし、滑らかな階調表現や粒状性を向上させるようにしているが、画質については要求レベルに達していないのが実情であった。そこで、デジタルスクリーニングにおいて、出力デバイス上にドットを実現するパルスの幅を変化させることによってエッジ補正などを行ない、画質を向上させる手法が提案されているが、それでも画質向上の要求レベルまでには達してはいなかった。 Digital halftone screens that can express multiple gradations by changing the density of dots can reduce the change in density when the next dot is painted by combining dots with different densities, resulting in smooth gradation expression and granularity. However, in reality, the image quality has not reached the required level. Therefore, in digital screening, a method of improving image quality by performing edge correction by changing the width of a pulse for realizing a dot on an output device has been proposed, but it still reaches the required level of image quality improvement. I didn't.
また、前記公知例では、多値ハーフトーンにおいて単色の要素色についてハイライト側でドット発生率を下げることにより擬似輪郭を抑制し、画質の向上を図っているが、単色部のハイライト側の処理だけであり、混色部側の処理については考慮されておらず、画質の向上という面では、まだ十分とは言い難い。さらに、例えば文字、細線、写真・グラフィクスなどの描画対象となる画像の種類に応じてドット成長方法を変化させることについて、特に配慮したものは知られておらず、画質向上の余地が残されていた。 Further, in the above-described known example, the false contour is suppressed by lowering the dot generation rate on the highlight side for the elementary color of the single color in the multi-value halftone, and the image quality is improved. This is only processing, and no consideration is given to processing on the color mixing portion side, and it is hardly sufficient to improve image quality. Furthermore, no particular consideration has been given to changing the dot growth method according to the type of image to be drawn, such as characters, fine lines, photographs and graphics, and there is no room for improving the image quality. Was.
本発明は、このような従来技術の実情に鑑みてなされたもので、その目的は、デジタルハーフトーンスクリーニングにおいてさらに画質向上を図ることができるようにすることにある。 The present invention has been made in view of such a situation of the related art, and an object of the present invention is to make it possible to further improve image quality in digital halftone screening.
前記目的を達成するため第1の手段は、ドットで多段階の濃度を再現するための多値デジタルハーフトーンスクリーニング方法において、単色部でドットを成長させる第1のドット成長工程と、混色部でドットを成長させる第2のドット成長工程とが設定され、前記単色部と混色部とで前記第1及び第2のドット成長工程を使い分けてドットを成長させることを特徴とする。 A first means for achieving the above object is a multi-value digital halftone screening method for reproducing multi-level densities with dots, a first dot growing step of growing dots in a single color portion, and a multi-color digital halftone screening method. A second dot growth step for growing dots is set, and the dots are grown by using the first and second dot growth steps selectively in the single color portion and the mixed color portion.
第2の手段は、第1の手段において、前記第1のドット成長工程ではドットが拡大し、紙白地部が無くなるように成長させることを特徴とする。 The second means is characterized in that, in the first means, the dots are grown in the first dot growing step so that the dots are enlarged and the white background is eliminated.
第3の手段は、第1の手段において、前記第2のドット成長工程ではドット間の重なりが極力少なくなるようドットを成長させることを特徴とする。 The third means is characterized in that in the first means, the dots are grown in the second dot growth step so as to minimize overlap between the dots.
第4の手段は、第1ないし第3の手段において、前記ドットの成長がパスル幅を変調させることにより行われることを特徴とする。 According to a fourth aspect, in the first to third aspects, the dot is grown by modulating a pulse width.
第5の手段は、第4の手段において、前記ドット成長のための補正前後のドット面積が等しくなるようにドットを変形させることを特徴とする。 A fifth means is the fourth means, wherein the dots are deformed so that the dot areas before and after the dot growth correction become equal.
第6の手段は、第1ないし第3の手段において、前記第1の成長工程では、ハーフトーンドットをより矩形に近い形状に修正することを特徴とする。 According to a sixth aspect, in the first to third aspects, in the first growth step, the halftone dot is corrected to a shape closer to a rectangle.
第7の手段は、第1ないし第3の手段において、前記第2の成長工程では、他色のハーフトーンドットに対して、重なりが少なくなるような形状に修正することを特徴とする。 A seventh means is characterized in that, in the first to third means, in the second growth step, the halftone dots of other colors are corrected to have a shape such that overlapping is reduced.
第8の手段は、多段階の濃度を再現できるドットによる多値デジタルハーフトーンスクリーニング方法において、文字部または細線部を含む2値画像部でドットを成長させる第3のドット成長工程と、写真部またはグラフィクス部を含む網点画像部でドットを成長させる第4のドット成長工程とが設定され、前記2値画像部または網点画像部とで、前記第3及び第4の成長工程を使い分けてドットを成長させることを特徴とする。 Eighth means is a multi-valued digital halftone screening method using dots capable of reproducing multi-level densities, a third dot growing step of growing dots in a binary image portion including a character portion or a thin line portion, and a photographic portion. Alternatively, a fourth dot growth step of growing dots in a halftone image portion including a graphics portion is set, and the third and fourth growth processes are selectively used in the binary image portion or the halftone image portion. The method is characterized by growing dots.
第9の手段は、第8の手段において、前記第3のドット成長工程は、薄い濃度レベルのドットパターンを先に成長させることを特徴とする。 A ninth means is the liquid crystal display device according to the eighth means, wherein the third dot growing step comprises first growing a dot pattern having a low density level.
第10の手段は、第8の手段において、前記第4のドット成長工程は、連続する濃度間のドット形状差を小さくすることを特徴とする。 According to a tenth aspect, in the eighth aspect, in the fourth dot growing step, a dot shape difference between successive densities is reduced.
第11の手段は、第10の手段において、前記第4のドット成長工程は、濃度レベルごとにドットの成長順序は同一とするが、各濃度レベルの関連は異ならせることを特徴とする。 According to an eleventh aspect, in the tenth aspect, in the fourth dot growing step, the dot growth order is the same for each density level, but the relation between the density levels is different.
第12の手段は、第10または第11の手段において、前記第4のドット成長工程は、あるドットが最高レベルに達するまで他のドットを塗ることを停止する工程を含むことを特徴とする。 In a twelfth aspect, in the tenth or eleventh aspect, the fourth dot growing step includes a step of stopping applying another dot until a certain dot reaches a maximum level.
第13の手段は、第12の手段において、前記第4のドット成長工程は、低濃度のドット再現性が低いエンジンへ適用することを特徴とする。 According to a thirteenth aspect, in the twelfth aspect, the fourth dot growth step is applied to an engine having low density dot reproducibility.
第14の手段は、第10または第11の手段において、前記第4のドット成長工程は、あるドットが最高レベルに達する前に他のドットへの塗りに移行する工程を含むことを特徴とする。 According to a fourteenth aspect, in the tenth or eleventh aspect, the fourth dot growing step includes a step of shifting to painting on another dot before a certain dot reaches the highest level. .
第15の手段は、第14の手段において、前記第4のドット成長工程は、低濃度のドット再現性が高いエンジンへ適用することを特徴とする。 According to a fifteenth aspect, in the fourteenth aspect, the fourth dot growing step is applied to an engine having a low dot density and high reproducibility.
第16の手段は、第1ないし第15の手段に係るハーフトーンスクリーニング方法の各工程をコンピュータプログラムで実行する手順を含んでコンピュータプログラムを構成したことを特徴とする。 A sixteenth means is characterized in that the computer program is configured to include a procedure for executing each step of the halftone screening method according to the first to fifteenth means by a computer program.
第17の手段は、第16の手段に係るコンピュータプログラムがコンピュータによって読み取られ、実行可能に記録媒体に記録されていることを特徴とする。 A seventeenth means is characterized in that the computer program according to the sixteenth means is read by a computer and is recorded on a recording medium in an executable manner.
第18の手段は、第1ないし第15の手段に係るハーフトーンスクリーニング方法の各工程をコンピュータプログラムに基づいて実行する制御手段を画像処理装置が備えていることを特徴とする。 The eighteenth means is characterized in that the image processing apparatus includes a control means for executing each step of the halftone screening method according to the first to fifteenth means based on a computer program.
第19の手段は、ドットで多段階の濃度を再現するための多値デジタルハーフトーンスクリーニングを行う画像処理装置において、単色部でドットを成長させる第1のドット成長手段と、混色部でドットを成長させる第2のドット成長手段と、前記単色部と混色部とで前記第1及び第2のドット成長手段を切り換える制御手段とを備え、前記単色部と混色部とで異なった処理を行わせてドットを成長させることを特徴とする。 A nineteenth means is an image processing apparatus for performing multi-level digital halftone screening for reproducing multi-level densities with dots, wherein a first dot growing means for growing dots in a single color portion and a dot in a mixed color portion are provided. A second dot growing means for growing; and a control means for switching the first and second dot growing means between the single color portion and the mixed color portion, so that different processing is performed between the single color portion and the mixed color portion. And growing the dots.
第20の手段は、ドットで多段階の濃度を再現する多値デジタルハーフトーンスクリーニングを行う画像処理装置において、文字部または細線部を含む2値画像部でドットを成長させる第3のドット成長手段と、写真部またはグラフィクス部を含む網点画像部でドットを成長させる第4のドット成長手段と、前記文字・細線部と写真・グラフィックス部とで、前記第3及び第4の成長工程を切り換える制御手段とを備え、前記2値画像部と前記網点画像部とで異なった処理を行わせてドットを成長させることを特徴とする。 A twentieth means is a third dot growing means for growing dots in a binary image portion including a character portion or a thin line portion in an image processing apparatus for performing multi-level digital halftone screening for reproducing multi-level densities with dots. A fourth dot growing means for growing dots in a halftone image portion including a photograph portion or a graphics portion; and the third and fourth growing steps by the character / thin line portion and the photograph / graphics portion. A switching control means is provided, wherein different processing is performed in the binary image section and the halftone image section to grow dots.
第21の手段は、第18ないし第20の手段に係る画像処理装置と、前記画像処理装置で処理された画像データに基づいて記録媒体に可視画像を形成する画像形成手段とから画像形成装置を構成したこと特徴とする。 A twenty-first means includes an image processing apparatus according to the eighteenth to twentieth means, and an image forming apparatus for forming a visible image on a recording medium based on image data processed by the image processing apparatus. The feature is that it is configured.
なお、以下の実施形態において、前記各工程あるいは第1ないし第4の手段はプログラムによって構成され、当該プログラムは、ROM69あるいは図示しないハードディスク装置などの大容量記憶手段に格納されている。このプログラムはネットワーク、公衆回線、LANなどを介して図示しないサーバから転送され、あるいは図示しないCD−ROM駆動装置に装着されたCD−ROM等の記録媒体から読み出してダウンロードされ、あるいはバージョンアップが図られる。
In the following embodiments, each of the steps or the first to fourth means is constituted by a program, and the program is stored in a large-capacity storage means such as the
また、画像処理装置はIPU49が対応し、画像形成装置としての制御はメインコントローラ内の図示しないCPUが司り、画像処理(装置)の制御に関してはIPU49内のCPU68が司る。
The image processing apparatus is supported by the
本発明によれば、単色部と混色部、あるいは文字・細線部と写真・グラフィクス部でハーフトーンスクリーニングの手法を変えるようにし、前記画像の特徴に応じたハーフトーンスクリーニングが行えるようにしたので、デジタルハーフトーンスクリーニングにおいて画質向上を図ることができる。 According to the present invention, the halftone screening method is changed between a single color portion and a mixed color portion, or a character / thin line portion and a photograph / graphics portion, so that halftone screening according to the characteristics of the image can be performed. Image quality can be improved in digital halftone screening.
以下、図面を参照し、本発明の実施例について説明する。 Hereinafter, embodiments of the present invention will be described with reference to the drawings.
図1は本発明の実施例に係る画像形成システムの全体的な構成を概略的に示す図である。図1において、本実施例に係る画像形成システムは、スキャナおよびプリンタ機能を備えた画像形成装置PRと、PC等のホストコンピュータPC1,PC2,PC3と、LANおよびパラレルI/F(PI/F)とからなり、前記ホストコンピュータPC1,PC2,PC3からのプリントデータをLANおよびパラレルI/F(PI/F)を介して前記画像形成装置PRに送信し、当該画像形成装置PRから画像出力できるように構成されている。 FIG. 1 is a diagram schematically illustrating an overall configuration of an image forming system according to an embodiment of the present invention. In FIG. 1, an image forming system according to the present embodiment includes an image forming apparatus PR having a scanner and a printer function, host computers PC1, PC2, and PC3 such as PCs, a LAN and a parallel I / F (PI / F). The print data from the host computers PC1, PC2, and PC3 is transmitted to the image forming apparatus PR via a LAN and a parallel I / F (PI / F) so that the image can be output from the image forming apparatus PR. Is configured.
図2は本発明の実施例に係る画像形成装置PRの内部構成の概略を示す概略構成図である。 FIG. 2 is a schematic configuration diagram illustrating an outline of an internal configuration of the image forming apparatus PR according to the embodiment of the present invention.
同図において、画像形成装置PRは、自動原稿送り装置(以下、ADFと称す)1、読み取りユニット50、書き込みユニット57、作像ユニット19、給紙ユニット29、フィニッシャ100および両面給紙ユニット111から構成されている。
In FIG. 1, an image forming apparatus PR includes an automatic document feeder (hereinafter, referred to as an ADF) 1, a
ADF1は、読み取るべき原稿を読み取りユニット50の読み取り位置に自動的に給送し、読み取った後、所定位置に排紙する機能を備え、読み取りユニット50はADF1から読み取り位置に送り込まれた原稿を光学的に読み取り、書き込みユニットにと57は読み取りユニット50によって読み取られた画像データを光変調して作像ユニット19の感光体(画像形成媒体)上に書き込んで潜像を形成し、給紙ユニット29から送り込まれた転写紙(記録媒体)に前記潜像をトナー現像して得られたトナー画像を転写し、定着して出力する。
The
さらに詳しくは、ADF1の原稿台2に原稿の画像面を上にして置かれた原稿束は、操作部30上のスタートキー34が押下されると、一番下の原稿から給送ローラ3、給送ベルト4によってコンタクトガラス6上の所定の位置に給送される。読み取りユニット50によってコンタクトガラス6上の原稿の画像データを読み取った後、読み取りが終了した原稿は、給送ベルト4および排送ローラ5によって排出される。さらに、原稿セット検知センサ7にて原稿台2に次の原稿が有ることを検知した場合、次の原稿は、前原稿と同様にコンタクトガラス6上に給送される。ADF1には給送ローラ3,給送ベルト4,排送ローラ5が設けられ、これらの各ローラ3,4,5はモータによって駆動される。
More specifically, when the start key 34 on the
給紙ユニット29は、第1トレイ8、第2トレイ9、第3トレイ10と、前記第1ないし第3トレイ8、9,10から転写紙をピックアップする第1給紙装置11、第2給紙装置12、第3給紙装置13と、これら第1ないし第3給紙装置11,12,13によってピックアップされた転写紙を前記作像ユニット19側に搬送する縦搬送装置14とからなる。給紙ユニット29では、第1トレイ8、第2トレイ9、第3トレイ10に積載された転写紙は、各々第1給紙装置11、第2給紙装置12、第3給紙装置13によって給紙され、縦搬送ユニット14によって感光体15に当接する位置まで搬送される。
The
読み取りユニット50は、露光ランプ51、第1、第2および第3ミラー52,55,56、結像レンズ59、およびCCDイメージセンサ54からなる。露光ランプ51によって露光されたコンタクトガラス6上の原稿の反射光は、前記第1ないし第3ミラー52,55,56を介して結像レンズ59に導かれ、結像レンズ59によってCCDイメージセンサ54の結像面で結像され、CCDイメージセンサ54で読み取られる。
The
書き込みユニット57は、ポリゴンミラーを含むレーザ出力装置58、fθレンズから構成される結像レンズ59およびミラー60からなり、レーザ出力装置58のレーザダイオードから出射されたレーザ光がポリゴンミラーで反射され、作像ユニット19の感光体15上を主走査方向に走査して光書き込みが行われる。
The
すなわち、読み取りユニット50にて読み込まれた画像データは、書き込みユニット57からのレーザ光によって感光体15に書き込まれ、現像装置27によってトナー現像され、感光体15上にトナー像が形成される。そして、転写紙は感光体15の回転と等速で搬送ベルト16によって搬送されながら、感光体15上のトナー像が当該転写紙上に転写される。その後、定着ユニット17で画像を定着し、排紙ユニット18によって後処理装置のフィニシャ100に排出される。
That is, the image data read by the
後処理装置のフィニシャ100は、画像形成済みの転写紙に所定の後処理を行うもので、本体の排紙ローラ19によって搬送された転写紙を、通常排紙ローラ102方向と、ステープル106を有するステープル処理部方向へに導くことができる。この切り替えは分岐偏向板101によって行われ、この分岐偏向板101を上に切り替えることにより、搬送ローラ103を経由して通常排紙トレイ104側に排紙することができる。また、分岐偏向板101を下方向に切り替えることにより、搬送ローラ105,107を介してステープル台108に排紙することができる。ステープル台108に積載された転写紙は、一枚排紙されるごとに紙揃え用のジョガー109によって、用紙搬送方向と平行な転写紙の端面が揃えられ、一部のコピー完了と共にステープラ106によって綴じられる。ステープラ106で綴じられた転写紙群は自重によって、ステープル完了排紙トレイ110に収納される。
The
通常の排紙トレイ104は転写紙搬送方向に直交する方向に移動可能ないわゆるシフト機能を有する排紙トレイである。シフト機能を有する排紙トレイ104は、原稿毎、あるいは、画像メモリによってソーティングされたコピー部毎に、転写紙搬送方向に直交する方向に往復動し、排出されてくる転写紙を簡易的に仕分けるものである。
The
転写紙の両面に画像を作像する場合は、各給紙トレイ8〜10から給紙され作像された転写紙を排紙トレイ104側に導かずに、経路切り替えの用の分岐爪112を上側にセットすることによって一旦両面給紙ユニット111にストックする。その後、両面給紙ユニット111にストックされた転写紙は再び感光体15に作像されたトナー画像を転写するために、両面給紙ユニット111から再給紙される。再給紙された転写紙は、、搬送ベルト16位置に送り込まれ、表面に転写したように裏面にも画像が転写され、さらに定着された後、前記分岐爪112は下側にセットされ、裏面に画像が転写された転写紙は排紙トレイ104に導かれる。このように転写紙の両面に画像を作成する場合に両面給紙ユニット111は使用される。
When images are formed on both sides of the transfer paper, the transfer paper fed from each of the
図3はメインコントローラを中心に、本発明の実施例に係る画像形成装置PRの制御系を示すブロック図である。 FIG. 3 is a block diagram showing a control system of the image forming apparatus PR according to the embodiment of the present invention, focusing on the main controller.
この制御系は、メインコントローラ30と、操作部30と、画像処理ユニット(IPU)49と、ADF1と、プリンタコントローラ26とから主に構成されている。メインコントローラ20は画像形成装置PR全体を制御する。メインコントローラ20には、オペレータに対する表示、オペレータからの機能設定入力制御を行う操作部30、スキャナの制御、原稿画像を画像メモリに書き込む制御、画像メモリからの作像を行う制御等を行う画像処理ユニット(IPU)49、原稿自動送り装置(ADF)1、等の分散制御装置が接続されている。各分散制御装置とメインコントローラ20は必要に応じて機械の状態、動作指令のやりとりを行っている。また、紙搬送等に必要なメインモータ25、各種クラッチ21〜24も接続されている。すなわち、感光体15、搬送ベルト16、定着ユニット17、排紙ユニット18、現像ユニット27はメインモータ25によって駆動され、各給紙装置11〜13はメインモータ25の駆動を各々給紙クラッチ22〜24によって伝達駆動される。縦搬送ユニット14はメインモータ25の駆動を中間クラッチ21によって伝達駆動される。
This control system mainly includes a
プリンタコントローラ26は、外部からの画像およびプリント指示するコマンドを解析し、画像データとして、印刷できる状態にビットマップ展開し、印刷モードをコマンドから解析し動作を決定している。その画像およびコマンドをLANおよびパラレルI/Fを通じて受信し動作するために、LANコントロール部261とパラレルI/F262部が機能している。また、操作部30には、液晶ディスプレイ31とキー入力部32,33,34,35が接続され、キー入力部32,33,34,35からの入力に応じて所定の処理を行い、その経過および結果を液晶ディスプレイ31に出力し、表示させる。
The
このように大略構成された画像形成装置の読み取りユニット50の読み取り動作、および画像を記録面上に潜像形成するまでの作像ユニット19の動作についてさらに詳細に説明する。なお、以下の説明において、潜像とは感光体面上に画像を光情報に変換して照射することにより生じる電位分布である。
The reading operation of the
読み取りユニット50は、原稿を載置するコンタクトガラス6と光学走査系で構成されており、光学走査系には、露光ランプ51、第1ミラー52、レンズ53、CCDイメージセンサ54等々で構成されている。露光ランプ51および第1ミラー52は図示しない第1キャリッジ上に固定され、第2ミラー55および第3ミラー56は図示しない第1キャリッジ上に固定されている。原稿像を読み取るときには、光路長が変わらないように、第1キャリッジと第2キャリッジとが2対1の相対速度で機械的に走査される。この光学走査系は、図示しないスキャナ駆動モータによって駆動される。
The
原稿画像は、CCDイメージセンサ54によって読み取られ、電気信号に変換されて処理される。レンズ53およびCCDイメージセンサ54を図2において左右方向に移動させることにより、画像倍率が変わる。すなわち、指定された倍率に対応してレンズ53およびCCDイメージセンサ54の左右方向に位置が設定される。
The document image is read by the
書き込みユニット57はレーザ出力ユニット58、結像レンズ59、ミラー60で構成され、レーザ出力ユニット58の内部には、レーザ光源であるレーザダイオードおよびモータによって高速で定速回転する回転多面鏡(ポリゴンミラー)が備わっている。 レーザ出力ユニット58より照射されるレーザ光は、定速回転するポリゴンミラーで偏光され、結像レンズ59を通り、ミラー60で折り返され、感光体15面上に集光結像する。 偏向されたレーザ光は感光体15が回転する方向と直行する方向(主走査方向)に露光走査され、前記IPU49のセレクタ64より出力された画像信号のライン単位の記録を行う。感光体15の回転速度と記録密度に対応した所定の周期で主走査を繰り返すことによって、感光体15面上に画像(静電潜像)が形成される。
The
上述のように、書き込みユニット57から出力されるレーザ光が、画像作像系の感光体15に照射される。図示しないが感光体15の一端近傍のレーザビームを照射される位置に、主走査同期信号を発生するビームセンサが配置されている。この主走査同期信号をもとに主走査方向の画像記録開始タイミングの制御、および後述する画像信号の入出力を行うための制御信号の生成が行われる。
As described above, the laser light output from the
図4は本実施例に係る画像形成装置PRの画像処理部(IPU)49の詳細を示すブロック図である。IPU49は、この実施例では、画像読み取りユニット50と画像書き込みユニット57からなる。
FIG. 4 is a block diagram illustrating details of the image processing unit (IPU) 49 of the image forming apparatus PR according to the present embodiment. The
露光ランプ51から照射された光は原稿面を照射し、原稿面からの反射光は結像レンズ53によりCCDイメージセンサ54の結像面に結像する。CCDイメージセンサ54は、結像面で受光した原稿からの反射光を光電変換し、A/Dコンバータ61でデジタル信号に変換する。デジタル信号に変換された画像信号は、シェーディング補正部62でシェーディング補正された後、MTF、γ補正部63に入力され、MTF補正、γ補正等の所定の画像処理が行われる。この画像処理を施された画像信号は、さらに、第1の印字合成部(印字合成I)72を経た後、第1のセレクタ64で画像信号の送り先が切り替えられる。送り先は1つは変倍部71であり、他の1つは画像メモリコントローラ65である。変倍部71が選択された場合、変倍部71を経由した画像信号は変倍率に合せて拡大縮小され、第2のセレクタ76に送られて、画像信号の送り先が第2の印字合成部73または画像メモリコントローラ65のいずれかに切り替えられる。第2の印字合成部73に送られた場合、画像信号はそのまま書き込みユニット57に送られる。なお、画像メモリコントローラ65と第1のセレクタ64、画像メモリコントローラ65と第2のセレクタ76間は、それぞれ双方向に画像信号を入出力可能な構成となっている。また、第1の印字合成部72と第2のセレクタ76には、印字イメージデータ74が入力され、第1のセレクタ64には、パーソナルコンピュータなどのデータ処理装置から出力される画像データの入力やLANに接続された他のプリンタになどの外部装置への出力のための外部画像入出力I/F75が設けられ、第1のセレクタ64は外部画像入出力I/F75に対する入力または出力のいずれかの切り替えも行うことができる。
The light emitted from the
変倍処理では、変倍せず画像メモリ66に画像データを格納可能であり、画像メモリ66から読み出して変倍処理を実行した後、書き込みユニット57へ送ることも可能である。また、画像メモリ66からの画像を変倍し、再度画像メモリ66へ戻すことも可能である。
In the scaling process, image data can be stored in the
IPU49には、読み取り部50から入力される画像データ以外にも外部から供給される印字イメージデータ(例えばパーソナルコンピュータ等のデータ処理装置から出力されるデータ)74や外部画像入出力I/F75を介して入出力される画像データも処理できるように第1のセレクタ64や第2のセレクタ76によって複数のデータの入出力の選択を行う機能を有している。
The
また、IPU49には、CPU68、ROM69、RAM70、前にも触れた画像メモリコントローラ65および画像メモリ66が設けられている。CPU68は画像メモリコントローラ65等への設定や、読み取り部50、書き込み部57の制御を行い、ROM69には、CPU68が実行するプログラムが格納され、RAM70はCPU68がプログラムの実行時に使用するデータを記憶し、また、CPU68のプログラムの実行時のワークエリアとして機能する。更にCPU68は、メモリコントローラ65を介して、画像メモリ66のデータの書き込み、読み出しが行える。また、外部機器との接続のためにI/Oポート67が設けられている。
Further, the
このような画像形成装置では、プリンタとして使用する場合にはネットワークやローカルで接続されたパーソナルコンピュータから画像データが、複写機として使用する場合にはスキャナで読み取った画像データが、ファクシミリとして使用する場合には、通信回線を使用して転送されてきた画像データが一旦メモリに格納され、画像形成装置では、このメモリに格納された画像データを読み出して画像処理を行い、画像処理された画像データに基づいて画像を形成する。この画像処理では、シェーディング補正、γ補正、MTF補正、疑似中間調処理などが行われる。 In such an image forming apparatus, when used as a printer, image data from a personal computer connected via a network or locally is used, and when used as a copier, image data read by a scanner is used as a facsimile. The image data transferred using the communication line is temporarily stored in a memory, and the image forming apparatus reads out the image data stored in the memory, performs image processing, and converts the image data into an image processed image data. An image is formed based on the image. In this image processing, shading correction, γ correction, MTF correction, pseudo halftone processing, and the like are performed.
1ドットの濃度を変化させて多階調を表現できるデジタルハーフトーンスクリーンでは、濃度の違うドットを上手く組み合わせることにより、次のドットを塗った場合の濃度変化を少なくし、滑らかな階調表現を実現することができる。図3(a)及び(b)は集合型ディザを使用する場合のデジタルハーフトーンスクリーンの処理工程を示す工程図である。集合型ディザを使用する場合は、図3(a)に示すようにまず、薄いドット1で広い範囲を塗った後に次の濃度のドット2を重ねていく方法や、図3(b)に示すように薄いドット1を塗った後に濃いドット2を重ねていくといった方法もある。なお、ここでは3×3のマトリクスを例に取っている。
In digital halftone screens that can express multiple gradations by changing the density of one dot, by successfully combining dots with different densities, the density change when the next dot is painted is reduced, and smooth gradation expression is achieved. Can be realized. FIGS. 3A and 3B are process diagrams showing the processing steps of a digital halftone screen when using a collective dither. In the case of using the collective dither, as shown in FIG. 3A, a wide area is first painted with
通常は1つの方法を採用するが、ビジネスグラフィックスで使用されるシアン、マゼンタといった単色での描画の場合には、なるべく紙白が目立たなくなるよう、薄いドットで広範囲を塗った後に濃いドットを重ねて塗る方が、色再現性を良くすることができる。逆に、混色描画の場合には、各色版ドットの重なりによる色の滲みを抑えるため、ドットを広げるよりも重ならないように集中させて形成する方法を採用する。また、上記方法にパルス幅変調を組み合わせることもできる。 Normally, one method is adopted.However, in the case of drawing in a single color such as cyan and magenta used in business graphics, dark dots are superimposed after painting a wide area with thin dots so as to make paper white as inconspicuous as possible. Painting can improve color reproducibility. Conversely, in the case of mixed-color drawing, in order to suppress color bleeding due to overlapping of the color printing dots, a method of forming dots in a concentrated manner so as not to overlap with each other rather than expanding dots is adopted. Also, pulse width modulation can be combined with the above method.
このように単色部でドットを拡大し、紙白地部がなくなるようにドットを成長させる場合には、従来例で説明したように単色部でドットを拡大し、紙白地部がなくなるようにドットを成長させるディザパターンを使用して前記図3(a)に示したように処理する。すなわち、予めプリンタ側に保持するハーフトーンディザの作成過程で、単色描画時に使用するスクリーンとして図3(a)のようにドットが成長するディザパターンを作成しておき、単色描画時にそのディザパターンを使用してドットの成長を行わせる。このように単色部と混色部でそれぞれに適したドット形状成長手法をとることによって、描画オブジェクトに適した画質の向上を図ることができる。また、単色部の描画において、薄いドットから拡大し、紙白地部が無くなるように成長させることによって、単色による描画対象の色再現性を向上させることができる。 In this way, when dots are enlarged in a single-color portion and dots are grown so that there is no white background, the dots are enlarged in a single-color portion as described in the conventional example, and dots are removed so that there is no white background. The process is performed as shown in FIG. 3A using the dither pattern to be grown. In other words, in the process of creating a halftone dither held in the printer in advance, a dither pattern in which dots grow as shown in FIG. 3A is created as a screen used for monochromatic drawing, and the dither pattern is created during monochromatic drawing. Use to grow the dots. As described above, by adopting the dot shape growth method suitable for each of the single color portion and the mixed color portion, it is possible to improve the image quality suitable for the drawing object. In addition, in drawing a single color portion, by expanding from a thin dot and growing it so as to eliminate a white paper portion, color reproducibility of a drawing target in a single color can be improved.
図4(a),(b),(c)は本実施例に係るパルス幅変調の具体例を示す図である。ここでは、図4(a)に示す基本のパルス幅に対して、同図(b)に示すようにパルス発生の幅を変化させることにより、各ドットに対して4段階に径を変化させることができる。また、図4(c)に示すようにパルスを発生させるタイミングを変えることにより、ドット発生位置を変化させることもできる。 FIGS. 4A, 4B, and 4C are diagrams showing specific examples of pulse width modulation according to the present embodiment. Here, the diameter of each dot is changed in four steps by changing the width of pulse generation as shown in FIG. 4B with respect to the basic pulse width shown in FIG. Can be. Further, as shown in FIG. 4C, the dot generation position can be changed by changing the timing of generating the pulse.
これを利用してハーフトーンドットの形状補正を実施すれば、滑らかなベタ描画のために、ハーフトーンドットをできるだけ矩形に近い形状にすることができる。通常は1ドットの形状から、矩形とはかけ離れた形状のハーフトーンドットを形成しなければならないが、図5(a)のようなドットの場合、次のようにパルス幅変調を適用すればよい。 If the shape correction of the halftone dot is performed using this, the halftone dot can be made as close to a rectangular shape as possible for smooth solid drawing. Normally, a halftone dot having a shape far from a rectangle must be formed from the shape of one dot, but in the case of a dot as shown in FIG. 5A, pulse width modulation may be applied as follows. .
すなわち、セル中の上下のドットに分けて考えると、この例ではパルス幅変調により最小ドット径がピクセルの4分の1であるとして、上下で4個分(1ピクセル分)大きさの違いがある。その差を無くすため下の右側のドットを2個分縮小して、その分上のドットを拡張する。これにより、図5(b)に示すようにドット形状が矩形になり、ハーフトーンスクリーンの滑らかさを向上させることができる。また、この方法では形状補正前後でドットの面積は変わらないので、濃度変化も低減することができる。さらにこのように処理することにより、混色描画時にはドットの重なりを避けるように形状が補正できるので、より効果的に色再現性の向上を図ることができる。 That is, considering the upper and lower dots in the cell separately, in this example, it is assumed that the minimum dot diameter is one-fourth of a pixel by pulse width modulation, and there is a difference in size of four upper and lower dots (one pixel). is there. In order to eliminate the difference, the lower right dot is reduced by two and the upper dot is expanded. As a result, the dot shape becomes rectangular as shown in FIG. 5B, and the smoothness of the halftone screen can be improved. Further, in this method, since the area of the dot does not change before and after the shape correction, the change in density can be reduced. Further, by performing such processing, the shape can be corrected so as to avoid overlapping of dots during mixed color drawing, so that the color reproducibility can be more effectively improved.
すなわち、図4(a),(b),(c)に示したようにパルス幅変調によってドットの幅(ドット形状)を変化させる処理と、ディザパターンを使用して行われるドット形成処理とを図5(a)及び(b)のようにして組み合わせることにより、ドット形状が揃ったドットを作成することができる。その際、図5(a)に示すようにL字型につながった3個分のセルを1ドットとしていたものが、同じ3個分のセルでも2×1.5セルの長方形のドットとなる。これにより、ドット面積は不変であるが、ドット形状の揃ったパターンで印字することができる。 That is, as shown in FIGS. 4A, 4B, and 4C, the process of changing the dot width (dot shape) by pulse width modulation and the dot forming process performed using a dither pattern are performed. By combining them as shown in FIGS. 5A and 5B, dots having a uniform dot shape can be created. At this time, as shown in FIG. 5A, three cells connected in an L-shape are regarded as one dot, but even the same three cells are formed as 2 × 1.5 rectangular dots. . As a result, although the dot area is unchanged, printing can be performed with a pattern having a uniform dot shape.
このようにパルス幅を変調させてドット形状を補正することにより、視覚パターンの発生を抑え、画質を向上させることができる。また、補正前後のドット面積をできるだけ等しくすることにより、補正前後の濃度変化の発生を抑制することができる。さらに、ハーフトーンドットをより矩形に近い形状に補正することにより、滑らかなスクリーニングを実現することができる。 By correcting the dot shape by modulating the pulse width in this way, the occurrence of a visual pattern can be suppressed, and the image quality can be improved. In addition, by making the dot areas before and after correction as equal as possible, it is possible to suppress the occurrence of density changes before and after correction. Further, by correcting the halftone dots to a shape closer to a rectangle, smooth screening can be realized.
混色部では、単色部とは異なりドット間の重なりが極力少なくなるようドットを成長させるディザパターンを使用して前記図3(b)に示したように処理する。すなわち、予めプリンタ側に保持するハーフトーンディザの作成過程で、単色描画時に使用するスクリーンとして図3(a)のようにドットが成長するディザパターンを作成しておき、単色描画時にそのディザパターンを使用してドットの成長を行わせる。その他の処理は単色部と同様である。このように混色部の描画においてドット間の重なりが極力少なくなるようドットを成長させることにより、混色による描画対象の色再現性を向上させることができる。また、他色のハーフトーンドットに対して、重なりが少なくなるような形状に修正することで、色再現性を向上させたスクリーニングを実現することができる。 In the mixed-color portion, unlike the single-color portion, processing is performed as shown in FIG. 3B using a dither pattern for growing dots so as to minimize overlap between dots. In other words, in the process of creating a halftone dither held in the printer in advance, a dither pattern in which dots grow as shown in FIG. 3A is created as a screen used for monochromatic drawing, and the dither pattern is created during monochromatic drawing. Use to grow the dots. Other processes are the same as those for the single color portion. As described above, by growing the dots so that the overlap between the dots in the drawing of the mixed color portion is minimized, the color reproducibility of the drawing target by the mixed color can be improved. Further, by modifying the halftone dots of other colors into a shape that reduces the overlap, screening with improved color reproducibility can be realized.
単色部と混色部は、この実施例では、図1に示したパーソナルコンピュータPC1〜PC3に搭載されたプリンタドライバから単色部であるか混色部であるかの情報がプリンタPR側に送られ、プリンタPR側のIPU49のCPU68で判断され、ディザパターンが選択される。なお、ここでは、図3(a),(b)のような処理を行うことしか例示していないが、ディザパターンは画像の種類や処理に応じて多数用意される。
In this embodiment, the printer driver mounted on each of the personal computers PC1 to PC3 shown in FIG. 1 sends information on whether the color portion is a single color portion or a mixed color portion to the printer PR side. The dither pattern is selected by the
したがって、単色部と混色部とで前記第1及び第2のドット成長工程を使い分けてドットを成長させる制御はCPU68が司り、このようは工程を有する処理を行う手順はROMあるいは図示しないハードディスク装置などの大容量記憶手段に格納されたプログラムにしたがって実行される。このプログラムは前記LANを介して、あるいは図示しないCD−ROM駆動装置にプログラムを記憶したCD−ROMをロードし、CD−ROMから読み出したプログラムデータをハードディスク装置などの大容量記憶装置にダウンロードして使用され、あるいはバージョンアップが図られる。
Therefore, the
実施例1では、色の状態、すなわち単色か混色かによってディザパターンを変更して、処理を変えるようにしているが、処理の変更は、この他に画像の種類の相違に応じて行われる場合がある。例えば文字や線画の領域と写真、絵、グラフィクスなどの網点で表す領域、言い換えれば2値画像領域と網点領域で像域を分け、処理を変更するようにしていることが多い。この例に準じた例を実施例2として説明する。なお、画像形成装置の構成や画像形成の動作などは実施例1と同等なので、異なる点についてのみ説明し、重複する説明は省略する。 In the first embodiment, the processing is changed by changing the dither pattern depending on the color state, that is, whether the color is a single color or a mixed color. However, the processing may be changed in accordance with a difference in image type. There is. For example, in many cases, an image area is divided into a character or line drawing area and an area represented by a halftone dot such as a photograph, a picture, or graphics, in other words, a binary image area and a halftone dot area are divided into different image areas to change the processing. An example according to this example will be described as a second embodiment. Note that the configuration of the image forming apparatus, the image forming operation, and the like are the same as those in the first embodiment, and therefore only different points will be described, and redundant description will be omitted.
一方、デジタルスクリーニングにおいては2値化の制約により、ベタ塗りでない文字や細線が途切れ易いといった問題がある。このため2値出力のデバイスでは分散ディザ(図8(a))を使用してドットが描画される確率を上げ、再現性の向上を図っている。ただし、分散ディザはドットゲインの影響を受けやすく、階調性を損なってしまうという欠点がある。また、1ドットの再現性が不良な場合には、低濃度部の描画性能を大きく低下させる虞がある。このため、本実施例における多値デバイスでは、濃度レベルの低いドットから優先的に成長させることによって描画されるドットの数(面積)を増やすようにして、集合ディザ(図8(b))を用いながら色文字・細線の途切れの抑制を図っている。同じ濃度でも多階調の集合ディザの方が、白色でないドットの総数が多いため、描画オブジェクトが塗られるドットに当たる確率が上がり、再現性も向上することが図から分かる。このように文字・細線用ハーフトーンドットを、薄い濃度レベルのドットパターンから先に成長させることにより、線画の途切れを抑制することができる。 On the other hand, digital screening has a problem in that non-solid characters and thin lines are easily cut off due to binarization restrictions. For this reason, in a binary output device, the probability of drawing dots by using dispersed dither (FIG. 8A) is increased, and reproducibility is improved. However, the dispersion dither has a drawback that it is easily affected by the dot gain and the gradation is impaired. Further, when the reproducibility of one dot is poor, there is a possibility that the drawing performance of the low-density portion is significantly reduced. For this reason, in the multi-level device of this embodiment, the number (area) of dots to be drawn is increased by preferentially growing dots having a low density level, so that the set dither (FIG. 8B) is increased. The use of color characters and thin lines is suppressed. It can be seen from the figure that even with the same density, the total number of non-white dots is larger in the multi-tone set dither, so that the probability that the drawing object will hit the dot to be painted increases and the reproducibility also improves. In this way, by growing the halftone dots for characters and thin lines first from the dot pattern of the low density level, it is possible to suppress interruption of the line drawing.
一方、写真やグラフィックス用のディザは粒状性向上を狙うため、連続する濃度でのドット形状差を少なくする方がよい。また、各濃度レベルにおけるドット成長順序を変えることにより、成長方法のバリエーションを持たせることができ、これらの中からエンジン特性に最適なドット成長方法を選択することができる。例えば、エンジン特性として、低い濃度レベルのドット再現性があまり良くない出力デバイスの場合には、当該ドットが最高濃度レベルに達してから、他のドットへ広げるといった方法をとる。この状態を図9(a)に示す。これにより、濃度レベルが低いドットのハイライト部での再現性を補うことができる。 On the other hand, dither for photography and graphics aims to improve graininess, so it is better to reduce the difference in dot shape at continuous density. Further, by changing the dot growth order at each density level, variations in the growth method can be provided, and the dot growth method most suitable for the engine characteristics can be selected from these. For example, in the case of an output device whose dot reproducibility at a low density level is not very good as an engine characteristic, a method of spreading the dots to other dots after the dot reaches the maximum density level is used. This state is shown in FIG. This makes it possible to supplement the reproducibility of a dot having a low density level in a highlight portion.
逆に、低濃度のドット再現性が良い場合には、図9(b)に示すようにドットの高濃度化を抑えて、低中濃度のドット成長を優先させる。これにより、塵やドットゲインの影響を抑え、連続する濃度間のドット形状差を抑制したドット再現を実現することができる。 Conversely, when low-density dot reproducibility is good, high-density dot growth is suppressed and low-medium-density dot growth is prioritized, as shown in FIG. 9B. As a result, it is possible to realize the dot reproduction in which the influence of dust and dot gain is suppressed and the dot shape difference between successive densities is suppressed.
したがって、この実施例では、文字や細線などからなる2値画像部では、薄い濃度レベルのドットパターンを先に成長させる。一方、写真、絵、グラフィクスからなる網点画像部では、連続する濃度間のドット形状差を小さくする。これにより、画像の種類に関わらず出力品質を向上させることができる。 Therefore, in this embodiment, a dot pattern of a light density level is first grown in a binary image portion composed of characters, thin lines, and the like. On the other hand, in a halftone dot image portion composed of a photograph, a picture, and graphics, the difference in dot shape between successive densities is reduced. As a result, output quality can be improved regardless of the type of image.
連続する濃度間のドット形状差を小さくするとは、例えば濃度を8ビット(256階調)で表したときに、例えば濃度100のドットと濃度101のドットのドット形状に余り差がでないようなディザパターンで処理するということを意味する。これにより、各ディザパターン中に形成される描画されたドット形状の差が大きくならないように設定する。これにより画像形成装置のプリンタエンジンの特性によりドットの再現性、塵、ドットゲインなどが異なった場合においても、ドット形状差が大きくならないようにするためである。ドット形状差が大きくならないということは粒状性が悪くならないということを意味し、網点画像の画像品質の劣化を防止することができることになる。
To reduce the dot shape difference between successive densities, for example, when the density is represented by 8 bits (256 gradations), for example, a dithering is performed such that there is no significant difference between the dot shapes of the
また、写真部、グラフィックス部などの網点においては、濃度レベルごとにドットの成長順序は同一とするが、各濃度レベルの関連は異ならせるようにしてドットを成長させる。すなわち、本実施例における画像形成装置は1ドットが複数の濃度(例えば8ビット)を表現できる多値のプリンタからなり、各ドットは異なるレベルの濃度を表現することが可能であるが、ここでいう各濃度レベルの関連を異ならせるようにするために、図10に示すように各濃度レベル毎にセル内の異なる成長順を設定したパターンを作成し、このパターンにしたがって濃度を設定するようにする。これにより、様々なエンジン状況に対応したハーフトーニングを実現することができる。 In a halftone dot such as a photograph portion and a graphics portion, the dot growth order is the same for each density level, but the dots are grown so that the relationship between the density levels is different. That is, the image forming apparatus according to the present embodiment includes a multi-value printer in which one dot can express a plurality of densities (for example, 8 bits), and each dot can express a different level of densities. In order to make the association between the respective density levels different, a pattern is set in which different growth orders in the cell are set for each density level as shown in FIG. 10, and the density is set according to this pattern. I do. This makes it possible to realize half-toning corresponding to various engine situations.
その際、あるドットが最高レベルに達するまで他のドットを塗ることを停止する。すなわち、あるドットが最高レベルに達するまで他のドットを塗ることを停止するように処理するディザパターンを画像形成装置側に用意し、そのディザパターンを保持しておき、網点画像部のドット形成の際に使用する。これにより、低濃度のドット再現性が低いエンジンの出力品質を向上させることができる。したがって、このようなディザパターンによるドット形成は、低濃度のドット再現性が低いエンジンへ適用することが望ましい。 At that time, the application of another dot is stopped until one dot reaches the highest level. That is, a dither pattern is prepared in the image forming apparatus for processing to stop applying another dot until a certain dot reaches the highest level, and the dither pattern is held, and the dot formation in the halftone image portion is performed. Used when This makes it possible to improve the output quality of an engine with low density dot reproducibility. Therefore, it is desirable to apply dot formation using such a dither pattern to an engine with low density dot reproducibility.
また、あるドットが最高レベルに達するまで他のドットを塗ることを停止する変わりに、あるドットが最高レベルに達する前に他のドットへの塗りに移行するようにする場合もある。この場合にも、あるドットが最高レベルに達する前に他のドットへの塗りに移行するように処理するディザパターンを画像形成装置側に用意し、そのディザパターンを保持しておき、網点画像部のドット形成の際に使用する。これにより、低濃度のドット再現性が高いエンジンの粒状性を向上させることができる。したがって、このようなディザパターンによるドット形成は、低濃度のドット再現性が高いエンジンへ適用することが望ましい。 Alternatively, instead of stopping painting other dots until a certain dot reaches the highest level, a transition to painting another dot may be made before a certain dot reaches the highest level. In this case, too, a dither pattern is prepared on the image forming apparatus side so that a certain dot reaches the highest level so as to shift to painting on another dot, the dither pattern is held, and the halftone dot image is stored. Used when forming dots in a part. As a result, it is possible to improve the granularity of an engine having a high dot reproducibility at a low density. Therefore, it is desirable that the dot formation using such a dither pattern is applied to an engine having low dot reproducibility and high dot reproducibility.
その他、特に説明しない各部は実施例1と同等に構成され、同等に機能する。 Other components that are not particularly described are configured and function the same as in the first embodiment.
20 メインコントローラ
49 IPU
68 CPU
69 ROM
70 RAM
PC1〜PC3 パーソナルコンピュータ
PR 画像形成装置
20
68 CPU
69 ROM
70 RAM
PC1 to PC3 Personal Computer PR Image Forming Apparatus
Claims (21)
単色部でドットを成長させる第1のドット成長工程と、
混色部でドットを成長させる第2のドット成長工程と、
が設定され、
前記単色部と混色部とで前記第1及び第2のドット成長工程を使い分けてドットを成長させることを特徴とするハーフトーンスクリーニング方法。 In a multi-level digital halftone screening method for reproducing multi-step density with dots,
A first dot growing step of growing dots in a single color portion;
A second dot growing step of growing dots in the mixed color portion;
Is set,
A halftone screening method, characterized in that dots are grown by using the first and second dot growth steps selectively for the single color portion and the mixed color portion.
文字部または細線部を含む2値画像部でドットを成長させる第3のドット成長工程と、
写真部またはグラフィクス部を含む網点画像部でドットを成長させる第4のドット成長工程と、
が設定され、
前記2値画像部または網点画像部とで、前記第3及び第4の成長工程を使い分けてドットを成長させることを特徴とするハーフトーンスクリーニング方法。 In a multi-level digital halftone screening method using dots capable of reproducing multi-level densities,
A third dot growing step of growing dots in a binary image portion including a character portion or a thin line portion;
A fourth dot growing step of growing dots in a halftone image portion including a photographic portion or a graphics portion;
Is set,
A halftone screening method characterized in that dots are grown in the binary image portion or the halftone dot image portion by selectively using the third and fourth growth steps.
単色部でドットを成長させる第1のドット成長手段と、
混色部でドットを成長させる第2のドット成長手段と、
前記単色部と混色部とで前記第1及び第2のドット成長手段を切り換える制御手段と、
を備え、前記単色部と混色部とで異なった処理を行わせてドットを成長させることを特徴とする画像処理装置。 In an image processing apparatus that performs multi-level digital halftone screening to reproduce multi-step density with dots,
First dot growing means for growing dots in a single color portion;
Second dot growing means for growing dots in the mixed color portion;
Control means for switching the first and second dot growth means between the single color portion and the mixed color portion;
An image processing apparatus for growing dots by performing different processes in the single color portion and the mixed color portion.
文字部または細線部を含む2値画像部でドットを成長させる第3のドット成長手段と、
写真部またはグラフィクス部を含む網点画像部でドットを成長させる第4のドット成長手段と、
前記文字・細線部と写真・グラフィックス部とで、前記第3及び第4の成長工程を切り換える制御手段と、
を備え、前記2値画像部と前記網点画像部とで異なった処理を行わせてドットを成長させることを特徴とする画像処理装置。 In an image processing apparatus that performs multi-level digital halftone screening that reproduces multi-step densities with dots,
Third dot growing means for growing dots in a binary image portion including a character portion or a thin line portion;
Fourth dot growing means for growing dots in a halftone image portion including a photograph portion or a graphics portion;
Control means for switching the third and fourth growth steps between the character / thin line portion and the photograph / graphics portion;
An image processing apparatus comprising: performing different processing on the binary image section and the halftone image section to grow dots.
前記画像処理装置で処理された画像データに基づいて記録媒体に可視画像を形成する画像形成手段と、
を備えていることを特徴とする画像形成装置。
An image processing apparatus according to any one of claims 18 to 20,
Image forming means for forming a visible image on a recording medium based on the image data processed by the image processing device,
An image forming apparatus comprising:
Priority Applications (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003323239A JP2004260790A (en) | 2003-02-07 | 2003-09-16 | Halftone screening method, computer program, recording medium, image processing device, and image forming device |
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2003031443 | 2003-02-07 | ||
| JP2003323239A JP2004260790A (en) | 2003-02-07 | 2003-09-16 | Halftone screening method, computer program, recording medium, image processing device, and image forming device |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| JP2004260790A true JP2004260790A (en) | 2004-09-16 |
Family
ID=33133788
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2003323239A Pending JP2004260790A (en) | 2003-02-07 | 2003-09-16 | Halftone screening method, computer program, recording medium, image processing device, and image forming device |
Country Status (1)
| Country | Link |
|---|---|
| JP (1) | JP2004260790A (en) |
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009089210A (en) * | 2007-10-02 | 2009-04-23 | Seiko Epson Corp | Image forming apparatus and image processing method |
| JP2013035146A (en) * | 2011-08-04 | 2013-02-21 | Seiko Epson Corp | Image forming apparatus |
-
2003
- 2003-09-16 JP JP2003323239A patent/JP2004260790A/en active Pending
Cited By (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2009089210A (en) * | 2007-10-02 | 2009-04-23 | Seiko Epson Corp | Image forming apparatus and image processing method |
| JP2013035146A (en) * | 2011-08-04 | 2013-02-21 | Seiko Epson Corp | Image forming apparatus |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| US7206099B2 (en) | Media/screen look-up-table for color consistency | |
| JP4643694B2 (en) | Image processing device | |
| US20050088697A1 (en) | Image forming apparatus and image forming method | |
| JP2006261927A (en) | Image data processing apparatus, image processing apparatus, image forming apparatus, and image transfer system | |
| CN101867682A (en) | Image processing device and image processing method | |
| US8711433B2 (en) | Image forming apparatus and method for making density correction in a low resolution image based on edge determination | |
| US20070046961A1 (en) | Image processing apparatus and method therefor | |
| US7626741B2 (en) | Image processing method and apparatus thereof | |
| CN101247463A (en) | Image processing method and image processing device | |
| JP2004230846A (en) | Image forming device | |
| US6366362B1 (en) | Method and apparatus for adjusting input binary image halftone dots using template matching controlled by print engine xerographic density information to maintain constant tone reproduction on printed output over time | |
| JP4031240B2 (en) | Image processing device | |
| US6091512A (en) | Image processing apparatus and method for improving image reproducibility | |
| JP2004135317A (en) | Color image processing apparatus and color image processing method | |
| JP2005176035A (en) | Image processing device | |
| JP3723043B2 (en) | Image processing apparatus, image reading apparatus, and image forming apparatus | |
| JP2004260790A (en) | Halftone screening method, computer program, recording medium, image processing device, and image forming device | |
| JP4894488B2 (en) | Image processing apparatus and image processing method | |
| US7719721B2 (en) | Information processing method and information processing apparatus | |
| JP2010002465A (en) | Image processor, image processing method, image forming device, program, and recoding medium | |
| JP3313748B2 (en) | Copying apparatus having additional information synthesizing function and additional information synthesizing method | |
| JP4984525B2 (en) | Image forming apparatus | |
| JP2003266756A (en) | Image processor and imaging apparatus | |
| US8330995B2 (en) | Image forming apparatus, image forming method and program | |
| JPH09331450A (en) | Image forming device |