JP2798496B2 - Graphic processing unit - Google Patents

Graphic processing unit

Info

Publication number
JP2798496B2
JP2798496B2 JP30671090A JP30671090A JP2798496B2 JP 2798496 B2 JP2798496 B2 JP 2798496B2 JP 30671090 A JP30671090 A JP 30671090A JP 30671090 A JP30671090 A JP 30671090A JP 2798496 B2 JP2798496 B2 JP 2798496B2
Authority
JP
Japan
Prior art keywords
pixel
sub
edge
value
graphic processing
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.)
Expired - Fee Related
Application number
JP30671090A
Other languages
Japanese (ja)
Other versions
JPH04195268A (en
Inventor
博顕 鈴木
直史 上田
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to US07/659,559 priority Critical patent/US5299308A/en
Priority to GB9103885A priority patent/GB2243063B/en
Priority to DE4106458A priority patent/DE4106458C2/en
Publication of JPH04195268A publication Critical patent/JPH04195268A/en
Priority to US08/149,552 priority patent/US5386509A/en
Application granted granted Critical
Publication of JP2798496B2 publication Critical patent/JP2798496B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Editing Of Facsimile Originals (AREA)
  • Dot-Matrix Printers And Others (AREA)
  • Color, Gradation (AREA)
  • Image Generation (AREA)

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明はベクトルデータのエッジ部のギザギザを除去
する図形処理装置に関し、より詳細には、サブピクセル
分割によって、ベクトルデータのエッジ部画素の階調値
(濃度値)を求め、該階調値をドット変調可能な出力装
置へ出力する図形処理装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic processing apparatus for removing jagged edges of vector data, and more particularly, to a sub-pixel division method for dividing a pixel of an edge part of vector data into pixels. The present invention relates to a graphic processing apparatus for obtaining a tone value (density value) and outputting the tone value to an output device capable of dot modulation.

〔従来の技術〕[Conventional technology]

コンピュータ・グラフィックスの分野では、その出力
媒体であるCRTに画像を表示する際、その表示画像をよ
り美しくするためにアンチエイリアシング処理という手
法が用いられている。この処理は、第39図(a)に示す
ような階段上のギザギザ部分(エイリアスと呼ばれる)
に輝度変調をかけ、視覚的に表示画像を第39図(b)に
示すように滑らかにするものである。
In the field of computer graphics, when an image is displayed on a CRT as an output medium, a method called an anti-aliasing process is used to make the displayed image more beautiful. This processing is performed by a jagged portion (called an alias) on a stair as shown in FIG. 39 (a).
Is subjected to luminance modulation to visually smooth the displayed image as shown in FIG. 39 (b).

従来の図形処理装置では、均一平均化法,重み付
け平均化法,畳み込み積分法等がアンチエイリアシン
グ処理の方法として一般的に適用されている。
In a conventional graphic processing apparatus, a uniform averaging method, a weighted averaging method, a convolution integration method, and the like are generally applied as anti-aliasing processing methods.

均一平均化法は、各ピクセル(画素)をN*M(N,M
は自然数)のサブピクセルに分解し、高解像度でラスタ
計算を行った後、各ピクセルの輝度をN*Mサブピクセ
ルの平均をとって求めるものである。第40図(a),
(b)を参照して、均一平均化法によるアンチエイリア
シング処理を具体的に説明する。あるピクセルに画像の
端がかかっている場合(ここでは斜めの線の右下に画像
がつながっているものとする)、アンチエイリアシング
処理を行わないときは、同図(a)を示すように、この
ピクセルの輝度kidには表示できる階調の最高輝度(例
えば、256階調ではkid=255)が割り当てられる。この
ピクセルにN=M=7の均一平均化法によるアンチエイ
リアシング処理を実施する場合、同図(b)に示すよう
に、ピクセルを7*7のサブピクセルに分解し、画像に
覆われているサブピクセル数をカウントする。そのカウ
ント数(28)を1ピクセル中の全サブピクセル数(この
場合、49)で割って規格化(平均化)したものを最高輝
度(255)に掛け、そのピクセルの輝度を算出する。こ
のように均一平均化法では、各ピクセルに画像がどのよ
うにかかっているかを考慮にいれてそのピクセルの輝度
を決める。
In the uniform averaging method, each pixel (pixel) is N * M (N, M
Is a natural number), is subjected to raster calculation at high resolution, and then the luminance of each pixel is obtained by averaging N * M sub-pixels. FIG. 40 (a),
The anti-aliasing processing by the uniform averaging method will be specifically described with reference to FIG. When the edge of the image is over a certain pixel (here, the image is connected to the lower right of the diagonal line), and when the anti-aliasing process is not performed, as shown in FIG. To the luminance kid of this pixel, the highest luminance of a displayable gradation (for example, kid = 255 at 256 gradations) is assigned. When anti-aliasing processing is performed on this pixel by the uniform averaging method of N = M = 7, the pixel is decomposed into 7 * 7 sub-pixels and covered with an image as shown in FIG. Count the number of sub-pixels. The count (28) is divided by the total number of sub-pixels in one pixel (49 in this case) and normalized (averaged) is multiplied by the maximum luminance (255) to calculate the luminance of the pixel. As described above, in the uniform averaging method, the brightness of each pixel is determined in consideration of how the image is applied to each pixel.

重み付け平均化法 重み付け平均化法は、均一平均化法を一部変更したも
のであり、均一平均化法が1ピクセル中のサブピクセル
を全て同じ重み(即ち、画像のかかっているサブピクセ
ルを単純にカウントする)で取り扱ったのに対して、重
み付け平均化法は各サブピクセルに重みをもたせ、画像
がどのサブピクセルにかかっているかでそのサブピクセ
ルの輝度kidへの影響が異なるようにしている。尚、こ
の際の重みはフィルターを用いて付与する。
Weighted Averaging Method The weighted averaging method is a partial modification of the uniform averaging method. In the uniform averaging method, all the subpixels in one pixel have the same weight (that is, the subpixels on which the image is applied are simply weighted). In contrast, the weighted averaging method weights each sub-pixel so that the effect on the luminance kid of that sub-pixel depends on which sub-pixel the image covers. . The weight at this time is given using a filter.

第41図(a),(b)を参照して、第40図(a)と同
じ画像データに、同じ分割法(N=M=7)で重み付け
平均化法を実施した例を示す。
Referring to FIGS. 41 (a) and (b), an example is shown in which the same image data as in FIG. 40 (a) is subjected to the weighted averaging method by the same division method (N = M = 7).

第41図(a)は、フィルター(ここでは、conefille
r)の特性を示し、対応するサブピクセルにこの特性と
同じ重みが与えられる。例えば、右上角のサブピクセル
の重みは2である。各サブピクセルに画像がかかってい
た場合、フィルター特性より与えられた重みの値がその
サブピクセルのカウント値となる。同図(b)には、サ
ブピクセルの重みの違いによってかかった画像の表示パ
ターンを変えて示してある。この場合、重みを付けて画
像のかかったサブピクセルをカウントすると、199とな
る。この値を、均一平均化のときに対応してフィルター
の値の合計(この場合、336)で割って平均化し、最高
輝度に掛けて、このピクセルの輝度を算出する。尚、フ
ィルターとしては、第42図(a),(b),(c),
(d)に示すフィルターが知られている。
FIG. 41 (a) shows a filter (here, conefille
r), and the corresponding sub-pixel is given the same weight as this characteristic. For example, the weight of the sub-pixel at the upper right corner is 2. When an image is applied to each sub-pixel, the value of the weight given by the filter characteristic becomes the count value of the sub-pixel. FIG. 7B shows a different display pattern of the image depending on the difference in the weight of the sub-pixel. In this case, if the weighted sub-pixels of the image are counted, 199 is obtained. This value is averaged by dividing by the sum of the filter values (in this case, 336) corresponding to the uniform averaging, and multiplying by the highest luminance to calculate the luminance of this pixel. The filters are shown in FIGS. 42 (a), (b), (c),
The filter shown in (d) is known.

畳み込み積分法 畳み込み積分法は、1つのピクセルの輝度を決定する
にあたり、その回りのピクセルの様子も参照する方法で
ある。即ち、喜怒を決定しようとする1ピクセルの周り
N′×N′ピクセルを、均一平均化法或いは重み付け平
均化法のピクセルに対応するものと考える。第43図は3
×3ピクセル参照の畳み込み積分法を示す。この図で、
輝度を決定しようとしているピクセルを2901で示す。画
像は斜めの線の右下に続いており、黒く塗ったサブピク
セルがカウントされるサブピクセルである。各ピクセル
は4*4に分割されている。従って、この場合はフィル
タとして12*12のものを用いることになる。この方法は
ベクトル画像に含まれる高周波成分を除去する効果があ
る。
Convolution Integral Method The convolution integral method is a method of determining the luminance of one pixel and also referring to the surrounding pixels. That is, it is considered that N ′ × N ′ pixels around one pixel for which anger is to be determined correspond to pixels of the uniform averaging method or the weighted averaging method. Figure 43 is 3
3 shows a convolution integration method with reference to a × 3 pixel. In this figure,
The pixel whose luminance is to be determined is denoted by 2901. The image continues to the lower right of the diagonal line, and the subpixels painted black are the subpixels to be counted. Each pixel is divided into 4 * 4. Therefore, in this case, a 12 * 12 filter is used. This method has the effect of removing high frequency components contained in the vector image.

一方、パーソナルコンピュータを用いた出版システ
ム、所謂、DTP(デスク・トップ・パブリッシング)の
普及に伴い、コンピュータ・グラフィクスで扱うような
ベクトル画像を印字するシステムが広く使われるように
なっている。その代表的なものとして、例えば、アドビ
社のポスト・スクリプトを用いたシステムがある。ポス
ト・スクリプトは、ページ記述言語(Page Description
Language:以下、PDLと記述する)と呼ばれる言語ジャ
ンルに属し、1枚のドキュメントを構成する内容につい
て、その中に入るテキスト(文字部分)や,グラフィッ
クス,或いは,それらの配置や体裁までを含めたフォー
ムを記述するためのプログラミング言語であり、このよ
うなシステムでは、文字フォントとしてベクトルフォン
トを採用している。従って、文字の変倍を行っても、ビ
ットマップフォントを使用したシステム(例えば、従来
のワードプロセッサ等)と比べて、格段に印字品質を向
上させることができ、また、文字フォントとグラフィッ
クとイメージを混在させて印字することができるという
利点がある。
On the other hand, with the spread of a publishing system using a personal computer, so-called DTP (desktop publishing), a system for printing vector images as handled by computer graphics has been widely used. A typical example is a system using Adobe Post Script. Post Script is a Page Description Language
Language: hereinafter referred to as PDL), which belongs to a language genre called “PDL”, and includes the text (character part), graphics, and their layout and appearance that are included in the contents of one document. This is a programming language for describing a form. In such a system, a vector font is used as a character font. Therefore, even if the character is scaled, the print quality can be remarkably improved as compared with a system using a bitmap font (for example, a conventional word processor or the like). There is an advantage that printing can be performed in a mixed manner.

ところが、これらのシステムで使用されるレーザープ
リンタの解像度は、せいぜい240dpi〜400dpiのものが多
く、コンピュータ・グラフィックスのCRT表示と同様
に、解像度が低いためにエイリアスが発生するという問
題点がある。このため、レーザープリンタを用いた印字
においても、アンチエイリアシング処理を行い、印字画
像の品質を向上させる必要が起こっている。
However, the resolution of laser printers used in these systems is often at most 240 dpi to 400 dpi, and there is a problem that aliasing occurs due to the low resolution as in the case of computer graphics CRT display. Therefore, there is a need to improve the quality of a printed image by performing an anti-aliasing process even in printing using a laser printer.

〔発明が解決しようとする課題〕[Problems to be solved by the invention]

しかしながら、従来の図形処理装置において、N×N
のサブピクセル分割でアンチエイリアシング処理方法を
導入する場合、例えば、Nを大きくすると計算に時間が
かかり、逆に小さくしすぎると効果があまり期待出来
ず、処理時間や主観的な画質評価の仕様から適度なNを
決定して使用しているため、必ずしも十分な効果が得ら
れないという問題点があった。
However, in the conventional graphic processing device, N × N
When introducing an anti-aliasing processing method by sub-pixel division, for example, if N is increased, the calculation takes time. On the other hand, if it is too small, the effect cannot be expected much, and the processing time and the subjective image quality evaluation specifications Since an appropriate N is determined and used, there is a problem that a sufficient effect cannot always be obtained.

また、従来の均一平均化法を適用した図形処理装置に
よれば、階調値(輝度値及び濃度値)を算出する際に使
用するサブピクセル形状として1種類のサブピクセル形
状(例えば、画素をN*Mに分割した形状)を用いてい
るため、ベクトルデータの傾きによっては、実際の面積
から求めた階調値の値と、該サブピクセル形状を用いて
求めた階調値の値とが大きく異なり、充分なアンチエイ
リアシング処理が行われないという問題点もあった。
Further, according to the graphic processing apparatus to which the conventional uniform averaging method is applied, one type of subpixel shape (for example, a pixel is used as a subpixel shape used when calculating a gradation value (luminance value and density value)). (Shape divided into N * M), the gradation value obtained from the actual area and the gradation value obtained using the sub-pixel shape may be different depending on the inclination of the vector data. There is also a problem that the anti-aliasing processing is not sufficiently performed.

即ち、N*Mに分解されたサブピクセル形状を用いる
と、ベクトルデータの傾きが垂直或いは水平に近い傾き
の場合、実際の面積比率と異なった階調値が算出される
可能性が高くなる。例えば、3*3に分割されたサブマ
トリックス(サブピクセル形状)を使用した場合を例と
すると、第44図(a)及び(b)に示すように、ベクト
ルデータが垂直に近い傾きで通過するエッジ部画素の場
合、階調値0から階調値9までの10階調のうち、階調値
1及び階調値2の算出される確率が小さくなる。一方、
階調値3,階調値6,階調値9の算出される確率は高くなる
ため、実際の面積から算出した場合の階調値(同図
(b)の階調値4)と、このサブピクセル分割によって
算出した階調値(同図(a)の階調値6)との間に大き
な差ができてしまい、意図とする最終出力が得られず、
アンチエイリアシング処理の効果を充分に奏することが
できない。
That is, when the sub-pixel shape decomposed into N * M is used, when the inclination of the vector data is an inclination close to vertical or horizontal, there is a high possibility that a gradation value different from the actual area ratio is calculated. For example, assuming that a sub-matrix (sub-pixel shape) divided into 3 * 3 is used, as shown in FIGS. 44 (a) and 44 (b), vector data passes with a nearly vertical gradient. In the case of the edge part pixel, the probability that the gradation value 1 and the gradation value 2 are calculated out of the ten gradations from the gradation value 0 to the gradation value 9 is small. on the other hand,
Since the probability that the gradation value 3, the gradation value 6, and the gradation value 9 are calculated becomes higher, the gradation value (the gradation value 4 in FIG. 4B) calculated from the actual area is calculated. There is a large difference from the gradation value calculated by the sub-pixel division (gradation value 6 in FIG. 3A), and the intended final output cannot be obtained.
The effect of the anti-aliasing process cannot be sufficiently exhibited.

また、重み付け平均化法及び畳み込み積分法を適用し
た図形処理装置では、均一平均化法に比較して、実際の
面積から算出した場合の階調値とサブピクセル分割によ
って算出した階調値との差が小さくなり、アンチエイリ
アシング処理の効果は高くなるものの、面積率の計算に
時間がかかり、処理速度が低下するという問題点があっ
た。
Further, in the graphic processing apparatus to which the weighted averaging method and the convolution integration method are applied, compared with the uniform averaging method, a gradation value calculated from an actual area and a gradation value calculated by sub-pixel division are compared. Although the difference is small and the effect of the anti-aliasing processing is high, there is a problem that it takes time to calculate the area ratio and the processing speed is reduced.

また、従来のアンチエイリアシング処理方法を適用し
た図形処理装置によれば、出力装置がCRTから電子写真
プロセスによって画像を出力するレーザープリンタに代
わったにもかかわらず、単にCRTの輝度値をレーザープ
リンタの濃度値として転用しているため、電子写真プロ
セスの特性によってアンチエイリアシング処理の効果が
必ずしも充分に現れないという問題点があった。
In addition, according to the graphics processing apparatus to which the conventional anti-aliasing processing method is applied, even though the output device has been replaced by a laser printer that outputs an image from a CRT by an electrophotographic process, the brightness value of the CRT is simply changed to a value of the laser printer. Since the density value is diverted, there is a problem that the effect of the anti-aliasing process is not always sufficiently exhibited depending on the characteristics of the electrophotographic process.

例えば、第45図(a)に示すようなベクトル画像にア
ンチエイリアシング処理を施して、同図(b)に示す階
調値(ここでは0〜9の10階調で現す)を得る。この階
調値を輝度値としてCRTで表示すると、同図(c)に示
すようにアンチエイリアシング処理の効果によってベク
トル画像のイメージに近い滑らかな画像を得ることがで
きる。ところが、同図(b)の階調値を濃度値として、
パルス巾変調方式でレーザービームの出力を調整し、潜
像を形成すると、同図(d)に示すように、潜像の左端
(左エッジ)で濃度が薄くなり、逆に潜像の右端(右エ
ッジ)で濃度が濃くなるという現象が起こり、アンチエ
イリアシング処理の効果が損なわれるという不都合が起
こる。これは、パルス巾変調方式で潜像を形成する場
合、画素の左端を基点として階調値に基づいて所定量
(所定のパルス巾)だけレーザービームを出力してドッ
トを形成するためである。従って、パルス巾変調方式に
おいては、潜像の左端において、階調値の小さいドット
ほど実際の画像部分の位置から離れたところに形成され
ることになるため、アンチエイリアシング処理によって
求めた階調値(同図(b)参照)のイメージを忠実に再
現できないだけでなく、逆にギザリを目立たせるという
欠点がある。
For example, an anti-aliasing process is performed on a vector image as shown in FIG. 45 (a) to obtain a gradation value (expressed here as 10 gradations 0 to 9) shown in FIG. 45 (b). When this gradation value is displayed as a luminance value on a CRT, a smooth image close to a vector image can be obtained by the effect of the anti-aliasing process as shown in FIG. However, the tone value in FIG.
When the output of the laser beam is adjusted by the pulse width modulation method to form a latent image, the density is reduced at the left end (left edge) of the latent image, and conversely, at the right end ( A phenomenon occurs in which the density increases at the right edge), which causes a disadvantage that the effect of the anti-aliasing processing is impaired. This is because when a latent image is formed by the pulse width modulation method, a dot is formed by outputting a laser beam by a predetermined amount (predetermined pulse width) based on the gradation value with the left end of the pixel as a base point. Therefore, in the pulse width modulation method, at the left end of the latent image, a dot having a smaller gradation value is formed at a position farther from the position of the actual image portion, so that the gradation value obtained by the anti-aliasing process is obtained. Not only cannot the image of FIG. 1B be faithfully reproduced (see FIG. 1B), but also, on the contrary, the jaggedness is noticeable.

本発明は上記に鑑みてなされたものであって、アンチ
エイリアシング処理の効果を向上させることを第1の目
的とする。
The present invention has been made in view of the above, and has as its first object to improve the effect of anti-aliasing processing.

また、本発明は、処理速度を低下させることなく、実
際の面積率から求めた階調値と大きく異ならない値の階
調値を得ることを第2の目的とする。
A second object of the present invention is to obtain a gradation value that does not greatly differ from a gradation value obtained from an actual area ratio without lowering the processing speed.

また、本発明は、電子写真プロセスの特性を考慮し
て、アンチエイリアシング処理の効果が損なわれないよ
うにすることを第3の目的とする。
A third object of the present invention is to prevent the effect of the anti-aliasing process from being impaired in consideration of the characteristics of the electrophotographic process.

また、本発明は、処理速度を低下させることなく、且
つ、パルス巾変調方式の特性によって低濃度のドットが
アンチエイリアシング処理の効果を損なってエイリアス
発生の原因となるのを回避することを第4の目的とす
る。
Further, the present invention is intended to prevent the low-density dots from deteriorating the effect of the anti-aliasing process and causing aliasing without reducing the processing speed and by the characteristics of the pulse width modulation method. The purpose of.

更に、本発明は、アンチエイリアシング処理の精度を
低下させることなく、低濃度のドットによるエイリアス
の発生を回避できることを第5の目的とする。
Furthermore, a fifth object of the present invention is to prevent the occurrence of aliasing due to low-density dots without lowering the accuracy of the anti-aliasing processing.

〔課題を解決するための手段〕[Means for solving the problem]

本発明は上記の第1の目的を達成するため、サブピク
セル分割によって、ベクトルデータのエッジ部画素の階
調値(濃度値)を求め、該階調値をドット変調可能な出
力装置へ出力する図形処理装置において、サブピクセル
の分割形状を変更するサブピクセル可変手段を備えた図
形処理装置を提供するものである。
In order to achieve the first object, the present invention obtains a gradation value (density value) of an edge portion pixel of vector data by sub-pixel division, and outputs the gradation value to an output device capable of dot modulation. It is an object of the present invention to provide a graphic processing device provided with a sub-pixel changing means for changing a divided shape of a sub-pixel.

また、本発明は上記の第1の目的を達成するため、サ
ブピクセル分割によって、ベクトルデータのエッジ部画
素の階調値(濃度値)を求め、該階調値をドット変調可
能な出力装置へ出力する図形処理装置において、ベクト
ルデータを直線ベクトルに近似し、直線ベクトルの傾き
に応じて、エッジ部画素のサブピクセル分割サイズを可
変するサブピクセル可変手段を備えた図形処理装置を提
供するものである。
According to the present invention, in order to achieve the first object, a gradation value (density value) of an edge pixel of vector data is obtained by sub-pixel division, and the gradation value is output to an output device capable of dot modulation. The present invention provides a graphic processing apparatus having a sub-pixel varying unit that approximates vector data to a linear vector and varies a sub-pixel division size of an edge part pixel in accordance with an inclination of the linear vector. is there.

また、本発明は上記の第2の目的を達成するため、サ
ブピクセル分割によって、ベクトルデータのエッジ部画
素の階調値(濃度値)を求め、該階調値をドット変調可
能な出力装置へ出力する図形処理装置において、ベクト
ルデータの傾き,及び,エッジ部画素内の端点の有無に
基づいて、複数のサブピクセル形状の中から適切なサブ
ピクセル形状を選択し、サブピクセル分割を実行するサ
ブピクセル分割手段を備えた図形処理装置を提供するも
のである。
According to the present invention, in order to achieve the second object, a gradation value (density value) of an edge portion pixel of vector data is obtained by sub-pixel division, and the gradation value is output to an output device capable of dot modulation. In the output graphic processing device, an appropriate sub-pixel shape is selected from a plurality of sub-pixel shapes based on the inclination of the vector data and the presence / absence of an end point in the edge portion pixel, and sub-pixel division is performed. An object of the present invention is to provide a graphic processing device provided with pixel dividing means.

また、本発明は上記の第3の目的を達成するため、サ
ブピクセル分割によって、ベクトルデータのエッジ部画
素の階調値(濃度値)を求め、該階調値をパルス巾変調
方式のレーザープリンタへ出力する図形処理装置におい
て、エッジ部画素を左右に分割した場合の右側部分の面
積を、左側部分の面積より高い寄与率で階調値に変換す
る階調値決定手段を備えた図形処理装置を提供するもの
である。
In order to achieve the third object, according to the present invention, a gradation value (density value) of an edge pixel of vector data is obtained by sub-pixel division, and the gradation value is converted to a pulse width modulation laser printer. Graphic processing apparatus comprising: a gradation value determining means for converting an area of a right portion when an edge portion pixel is divided into left and right into a gradation value with a higher contribution ratio than an area of a left portion. Is provided.

また、本発明は上記第4の目的を達成するため、サブ
ピクセル分割によって、ベクトルデータのエッジ部の画
素の階調値(濃度値)を求め、該階調値をパルス巾変調
方式のレーザープリンタへ出力する図形処理装置におい
て、画素を、サブピクセル分割を行うサブピクセル分割
領域と、サブピクセル分割を行わないサブピクセル分割
領域外とに分けて、サブピクセル分割領域の画像部分の
かかっているサブピクセル数に基づいて、階調値を決定
する階調値決定手段を備えた図形処理装置を提供するも
のである。
In order to achieve the fourth object, according to the present invention, a gradation value (density value) of a pixel at an edge portion of vector data is obtained by sub-pixel division, and the gradation value is converted into a pulse width modulated laser printer. In the graphic processing apparatus for outputting to a sub-pixel division area, a pixel is divided into a sub-pixel division area where sub-pixel division is performed and a sub-pixel division area where sub-pixel division is not performed. It is an object of the present invention to provide a graphic processing apparatus provided with a tone value determining means for determining a tone value based on the number of pixels.

また、本発明は上記の第5の目的を達成するため、サ
ブピクセル分割によって、ベクトルデータのエッジ部画
素の階調値(濃度値)を求め、該階調値をパルス巾変調
方式のレーザープリンタへ出力する図形処理装置におい
て、エッジ部画素を横切るベクトルデータの傾き,及
び,エッジの種類に基づいて、塗りつぶすべき画像部分
がエッジ部画素の上下・左右の何れの部分にあるか判定
する画像部判定手段と、塗りつぶすべき画像部分がエッ
ジ部画素の上側に位置する場合に使用する上用フィルタ
ー,塗りつぶすべき画像部分がエッジ部画素の下側に位
置する場合に使用する下用フィルター,塗りつぶすべき
画像部分がエッジ部画素の右側に位置する場合に使用す
る右用フィルター,及び,塗りつぶすべき画像部分がエ
ッジ部画素の左側に位置する場合に使用する左用フィル
ターの4つの重み付けフィルターを記憶した記憶手段
と、画像部判定手段の判定結果に基づいて、記憶手段か
ら該当する重み付けフィルターを選択して、エッジ部画
素の階調値を決定する階調値決定手段とを備えた図形処
理装置を提供するものである。
In order to achieve the fifth object, the present invention obtains a gradation value (density value) of an edge portion pixel of vector data by sub-pixel division, and converts the gradation value to a pulse width modulation laser printer. The image processing unit which outputs the image data to the image unit which determines which of the upper, lower, left and right portions of the edge pixel is based on the inclination of the vector data crossing the edge pixel and the type of edge Determining means, an upper filter used when the image part to be filled is located above the edge part pixel, a lower filter used when the image part to be filled is located below the edge part pixel, the image to be filled The right filter used when the part is located to the right of the edge pixel, and the image part to be filled is located to the left of the edge pixel. Storage means storing the four weighting filters of the left filter used in the case of performing the processing, and the corresponding weighting filter is selected from the storage means based on the determination result of the image part determination means, and the gradation value of the edge part pixel is determined. It is intended to provide a graphic processing device provided with a gradation value determining means for determining.

〔作用〕[Action]

本発明の図形処理装置は、サブピクセル分割における
サブピクセルの形状を変えて、各画素の階調値を適切な
値にする。
The graphic processing device according to the present invention changes the shape of the sub-pixel in the sub-pixel division to make the gradation value of each pixel an appropriate value.

また、本発明の図形処理装置は、サブピクセル分割に
おいて重みの異なるフィルターを用いることにより、各
画素の階調値を適切な値にする。
In addition, the graphic processing device of the present invention uses filters having different weights in sub-pixel division to set the gradation value of each pixel to an appropriate value.

〔実施例〕〔Example〕

以下、本発明の図形処理装置を実施例1,実施例2,実施
例3,実施例4,実施例5の順に図面を参照して詳細に説明
する。
Hereinafter, a graphic processing apparatus of the present invention will be described in detail in the order of Embodiment 1, Embodiment 2, Embodiment 3, Embodiment 4, and Embodiment 5 with reference to the drawings.

〔実施例1〕 本発明の図形処理装置をPDLコントローラとして組み
込んだ画像形成システムを実施例1として説明する。
First Embodiment An image forming system in which the graphic processing apparatus of the present invention is incorporated as a PDL controller will be described as a first embodiment.

本実施例の画像形成システムは、DTP(デスク・トッ
プ・パブリッシング)から出力されるページ記述言語
(Page Description Language:以下、PDL言語と記す)
で記述されたベクトルデータを、PDLコントローラを介
してイメージ画像に変換して画像情報の画像形成を行う
ものである。
The image forming system according to the present embodiment uses a page description language (hereinafter, referred to as a PDL language) output from DTP (Desktop Publishing).
Is converted into an image through a PDL controller to form an image of image information.

第1図に示すように、画像形成システムは、PDL言語
(本実施例ではポストスクリプト言語を使用)で記述さ
れた文書を作成するホストコンピュータ100と、ホスト
コンピュータ100からページ単位で送られたきたPDL言語
をアンチエイリアシング処理を施しながら、記録に必要
なブラック(BK),イエロー(Y),マゼンタ(M),
及び、シアン(C)の多値イメージデータに展開するPD
Lコントローラ(本発明の図形処理装置)200と、PDLコ
ントローラ200の出力する多値イメージデータを印字す
る多値カラー・レーザー・プリンタ300と、PDLコントロ
ーラ200,及び,多値カラー・レーザー・プリンタ300を
制御するシステム制御部400とから構成される。
As shown in FIG. 1, the image forming system receives a host computer 100 that creates a document described in a PDL language (a PostScript language is used in this embodiment), and is sent from the host computer 100 in page units. Black (BK), yellow (Y), magenta (M),
And PD to expand to cyan (C) multi-valued image data
L controller (graphic processing device of the present invention) 200, multi-valued color laser printer 300 for printing multi-valued image data output from PDL controller 200, PDL controller 200, and multi-valued color laser printer 300 And a system control unit 400 that controls the

第2図は、PDLコントローラ200の構成を示し、ホスト
コンピュータ100から送られてきたPDL言語を受信する受
信装置201と、受信装置201で受信したPDL言語の格納制
御及びアンチエイリアシング処理等の実行を行うCPU202
と、内部システムバス203と、内部システムバス203を介
して受信装置201から転送させるPDL言語を格納するRAM2
04と、アンチエイリアシングプログラム等を格納したRO
M205と、アンチエイリアシング処理を施した多値のYMC
及びBKイメージデータを格納するページメモリ206と、
ページメモリ206に格納したYMC及びBKイメージデータを
多値カラー・レーザー・プリンタ300に転送する送信装
置207と、システム制御部400との送受信を行うI/O装置2
08と、サブピクセル可変手段209とから構成される。
FIG. 2 shows a configuration of the PDL controller 200. The PDL controller 200 receives the PDL language sent from the host computer 100, and performs storage control of the PDL language received by the receiving device 201 and execution of anti-aliasing processing and the like. CPU202 to do
And an internal system bus 203 and a RAM 2 for storing a PDL language to be transferred from the receiving device 201 via the internal system bus 203.
04 and RO containing anti-aliasing program etc.
M205 and anti-aliasing multi-valued YMC
And a page memory 206 for storing BK image data,
A transmitting device 207 for transferring the YMC and BK image data stored in the page memory 206 to the multi-valued color laser printer 300, and an I / O device 2 for transmitting and receiving to and from the system control unit 400
08 and a sub-pixel changing unit 209.

ここで、CPU202は、受信装置201で受信したPDL言語を
ROM205に格納されたプログラムに従って、内部システム
バス203を通して、RAM204に格納する。その後、1ペー
ジ分のPDL言語を受信し、RAM204へ格納すると、後述す
るフローチャートに基づいて、RAM204内の図形要素にア
ンチエイリアシング処理を施し、多値のYMC及びBKイメ
ージデータをページメモリ206のプレーンメモリ部に格
納する(ページメモリ206は、Y,M,C,BKのプレーンメモ
リ部と、特徴情報メモリ部とからなる)。
Here, the CPU 202 converts the PDL language received by the receiving device 201
According to the program stored in the ROM 205, the data is stored in the RAM 204 through the internal system bus 203. Thereafter, when the PDL language for one page is received and stored in the RAM 204, the graphic elements in the RAM 204 are subjected to anti-aliasing processing based on the flowchart described later, and the multi-valued YMC and BK image data are stored in the plane of the page memory 206. The data is stored in the memory unit (the page memory 206 includes a Y, M, C, and BK plane memory unit and a feature information memory unit).

ページメモリ206内のデータは、その後、送信装置207
を介して多値カラー・レーザー・プリンタ300へ送られ
る。
The data in the page memory 206 is
To the multi-valued color laser printer 300 via

第3図(a),(b)はページメモリ206内に格納さ
れた画像情報の一部を1画素G分だけ取り出したもので
ある。同図(a)は画素Gを4*4のサブピクセルS1に
分割した場合を示し、16個のサブピクセルS1のうち4個
が塗りつぶされている。また、同図(b)は画素Gを縦
8個・横2個のサブピクセルS2で分割した場合を示し、
16個のサブピクセルS2のうち3個が塗りつぶされてい
る。このとき、同図(a)の画素の輝度は25%、同図
(b)の画素の輝度は18.75%となる。また、斜線部の
実面積は12.5%であるから、同じサブピクセル数におい
ても縦横で異なる設定とした方が精度が高い場合が存在
する。そこで、第4図に示すように、直線のx軸とy軸
に対する傾きに応じて領域A,領域B,領域Cに分割し、そ
の領域毎に、例えば、第5図に示すように、領域Aには
4*4個のサブピクセルS1(同図(a))を、領域Bに
は2*8個のサブピクセルS3(同図(b))を、領域C
には8*2個のサブピクセルS2(同図(c))をそれぞ
れ対応させる。このようにして、アンチエイリアシング
処理の精度を高めるものである。
3 (a) and 3 (b) show a part of the image information stored in the page memory 206 extracted by one pixel G. FIG. FIG. 7A shows a case where the pixel G is divided into 4 * 4 sub-pixels S1, and four out of the 16 sub-pixels S1 are painted out. FIG. 2B shows a case where the pixel G is divided into eight vertical pixels and two horizontal subpixels S2.
Three of the sixteen sub-pixels S2 are filled. At this time, the luminance of the pixel in FIG. 3A is 25%, and the luminance of the pixel in FIG. 3B is 18.75%. Further, since the actual area of the shaded portion is 12.5%, there is a case where even if the same number of sub-pixels is set to be different vertically and horizontally, the accuracy is higher. Therefore, as shown in FIG. 4, the straight line is divided into regions A, B, and C in accordance with the inclination with respect to the x-axis and the y-axis, and for each region, for example, as shown in FIG. A has 4 * 4 sub-pixels S1 ((a) in the figure), area B has 2 * 8 sub-pixels S3 ((b) in the figure), and area C has
Is associated with 8 * 2 sub-pixels S2 (FIG. 3 (c)). In this way, the accuracy of the anti-aliasing processing is improved.

次に、上記のように構成したPDLコントローラ200の動
作を第6図のフローチャートを参照して詳細に説明す
る。
Next, the operation of the PDL controller 200 configured as described above will be described in detail with reference to the flowchart of FIG.

先ず、第4図及び第3図に示すような、直線の始点・
終点座標,及び,両点から算出できる傾きのデータをテ
ーブル・データとしてRAM204に格納しておく。
First, as shown in FIG. 4 and FIG.
The coordinates of the end point and the data of the inclination that can be calculated from both points are stored in the RAM 204 as table data.

そして、ページメモリ206に、第7図に示す図形デー
タD00が格納されたとすると、図形データD00の開始ライ
ンL=0の位置と、終了ラインL=Eの位置は各々図形
データD00の点e0(X0,Y0),点e2(X2,Y2)のY座標に
等しい。そこで、図形データD00の開始L=0のY座標
を読み込み(S601)、曲線・図形エッジ部の直線近似化
を行う(S602)。直線近似化とは、第8図に示すよう
に、曲線RLを直線DLのような直線の集合で表せるように
する処理をいう。このように、近似した直線の始点・終
点座標,及び、両点から算出できる傾きのデータをテー
ブル・データとして格納する(S603)。そして、サブピ
クセル可変手段209で各ラインLの処理をするときに
は、このテーブル・データとRAM204にあらかじめ格納さ
れているテーブル・データとから、近似直線の傾きを得
る。次に、得られた傾きが属する領域を判定し(S60
4)、対応サブピクセル判定を行って、サブピクセルs1,
s2,s3の大きさを決める(S605)。そして近似直線の傾
きに応じて各サブピクセルs1,s2,s3でスキャンラインコ
ンバージョン処理を行う(S606)。その後、塗りつぶさ
れたサブピクセルs1,s2,s3の個数から輝度を算出し(S6
07)、画素の輝度データとしてら書き込む(S608)。こ
の処理をL=0からL=Eまで続行して処理を終了す
る。(S609,S610)。
Then, the page memory 206, when the graphic data D 00 as shown in Figure 7 is stored, and the position of the start line L = 0 graphic data D 00, the end line L = E position each graphic data D 00 It is equal to the Y coordinate of point e 0 (X 0 , Y 0 ) and point e 2 (X 2 , Y 2 ). Therefore, it reads the Y coordinate of the starting L = 0 graphic data D 00 (S601), performs a linear approximation of the curve-shape edge portion (S602). Straight line approximation refers to a process for allowing a curve RL to be represented by a set of straight lines such as a straight line DL, as shown in FIG. In this way, the coordinates of the start point and end point of the approximated straight line and the data of the inclination that can be calculated from both points are stored as table data (S603). When the processing of each line L is performed by the sub-pixel varying unit 209, the inclination of the approximate straight line is obtained from the table data and the table data stored in the RAM 204 in advance. Next, the area to which the obtained inclination belongs is determined (S60
4), the corresponding sub-pixel is determined, and the sub-pixel s1,
The sizes of s2 and s3 are determined (S605). Then, scan line conversion processing is performed on each of the sub-pixels s1, s2, and s3 according to the inclination of the approximate straight line (S606). After that, the luminance is calculated from the number of the filled sub-pixels s1, s2, and s3 (S6
07), and write as pixel luminance data (S608). This process is continued from L = 0 to L = E, and the process ends. (S609, S610).

前述したように本実施例では、画像の直線近似された
直線の傾きに応じて、近似直線の各画素を分割するサブ
ピクセルの分割サイズを可変するようにしたから、近似
化された直線の傾きに応じて、1画素の輝度計算に用い
るサブピクセルサイズを変えることができ、固定サイズ
の場合よりもアンチエイリアシング処理を、効果的に、
且つ、高い精度で行える。従って、形成される画像の品
質を向上させることができる。
As described above, in the present embodiment, the division size of the sub-pixel that divides each pixel of the approximation line is changed according to the inclination of the straight line approximation of the straight line of the image. , The sub-pixel size used for calculating the luminance of one pixel can be changed, and the anti-aliasing process can be performed more effectively than in the case of a fixed size.
In addition, it can be performed with high accuracy. Therefore, the quality of the formed image can be improved.

〔実施例2〕 以下、本発明の図形処理装置をPDLコントローラとし
て組み込んだ画像形成システムを実施例2として、ア
ンチエイリアシング処理の概要,画像形成システムの
ブロック図,PDLコントローラ(本発明の図形処理装
置)の構成及び動作,多値カラー・レーザー・プリン
タの構成及び動作,ドライバの多値駆動の順で詳細に
説明する。
Embodiment 2 Hereinafter, an image forming system in which the graphic processing apparatus of the present invention is incorporated as a PDL controller will be described as Embodiment 2, and an outline of anti-aliasing processing, a block diagram of the image forming system, and a PDL controller (graphic processing apparatus of the present invention) ), The configuration and operation of the multi-level color laser printer, and the multi-level driving of the driver will be described in detail.

アンチエイリアシング処理の概要 実施例2の図形処理装置(以下、PDLコントローラと
記載する)は、エッジ部画素を横切るベクトルデータの
傾き及び端点の有無に基づいて、サブピクセル分割を行
う際のサブピクセル形状を変化させることにより、サブ
ピクセル分割で求めた階調値が実際の面積から算出した
階調値から大きく外れないようにしたものである。
Overview of Anti-Aliasing Processing The graphic processing apparatus (hereinafter, referred to as a PDL controller) according to the second embodiment uses a sub-pixel shape when performing sub-pixel division based on the inclination of vector data crossing an edge pixel and the presence or absence of an end point. Is changed so that the gradation value obtained by the sub-pixel division does not largely deviate from the gradation value calculated from the actual area.

以下、第9図(a)〜(f)を参照して、本実施例の
図形処理装置におけるアンチエイリアシング処理の概要
を詳細に説明する。
Hereinafter, the outline of the anti-aliasing processing in the graphic processing apparatus of the present embodiment will be described in detail with reference to FIGS. 9 (a) to 9 (f).

第9図(a),(b),(c)は本実施例で使用する
3つのサブピクセル形状(以下、サブマトリックスと記
載する)を示し、同図(a)はベクトルデータの傾きθ
がtanθ>9/2(即ち、77.47゜<θ<102.53゜)の場合
に使用する1*9サブマトリックス、同図(b)はベク
トルデータの傾きθが2/9>tanθ<−2/9(即ち、12.53
゜>θ>−12.53゜)の場合に使用する9*1サブマト
リックス、同図(c)はベクトルデータの傾きθが上記
以外の場合に使用する3*3サブマトリックスである。
尚、エッジ部画素内に端点(ベクトルデータの始点或い
は終点)がある場合には、ベクトルデータの傾きθが一
概に定められないため本実施例では、同図(c)のサブ
マトリックスを使用する。
9A, 9B, and 9C show three sub-pixel shapes (hereinafter, referred to as sub-matrices) used in this embodiment, and FIG. 9A shows the inclination θ of the vector data.
Is a 1 * 9 sub-matrix used when tan θ> 9/2 (that is, 77.47 ° <θ <102.53 °). FIG. 3B shows that the inclination θ of the vector data is 2/9> tan θ <−2/9. (Ie 12.53
{>Θ> -12.53}), a 9 * 1 sub-matrix used when the inclination of vector data is other than the above-mentioned 3 * 3 sub-matrix.
In the case where the end point (the start point or the end point of the vector data) is present in the edge portion pixel, the gradient θ of the vector data cannot be determined unconditionally, and in this embodiment, the sub-matrix of FIG. .

例えば、ベクトルデータの傾きθがtanθ>9/2の場
合、換言すれば、垂直に近い傾きの場合には、1*9サ
ブマトリックスを用いて、第9図(d)に示すように、
サブマトリックス分割を実行すると階調値4が得られ
る。一方、同じエッジ部画素について、従来の方法(3
*3サブマトリックス)で階調値を求めると、第9図
(e)に示すように、階調値6となる。従って、1*9
サブマトリックスを用いて求めた階調値が実際の階調値
に近い値(或いは、同じ値)となる。
For example, when the inclination θ of the vector data is tan θ> 9/2, in other words, when the inclination is close to vertical, as shown in FIG.
When the sub-matrix is divided, a gradation value of 4 is obtained. On the other hand, for the same edge portion pixel, the conventional method (3)
(* 3 sub-matrix), the gradation value is 6, as shown in FIG. 9 (e). Therefore, 1 * 9
The gradation value obtained using the sub-matrix is a value close to the actual gradation value (or the same value).

また、エッジ部画素内に端点がある場合は、第9図
(f)に示すように3*3サブマトリックスを用いて階
調値を求める。
If there is an end point in the edge portion pixel, a gradation value is obtained using a 3 * 3 sub-matrix as shown in FIG. 9 (f).

これらの処理はエッジ部画素のベクトルデータから簡
単に求められる傾きθの値や、端点の有無を用いて判断
を行い、ベクトルデータがエッジ部が画素内のどのサブ
ピクセルを通過するかに対しては従来と同じ判定処理を
行うため、処理速度は従来の均一平均化法と殆ど変わら
ない。換言すれば、重み付け平均化法や,畳み込み積分
法と比較して処理速度は数段速いと言える。
These processes make a judgment using the value of the slope θ easily obtained from the vector data of the edge part pixel and the presence or absence of an end point, and the vector data determines which subpixel in the pixel the edge part passes through. Performs the same determination processing as in the prior art, so the processing speed is almost the same as in the conventional uniform averaging method. In other words, the processing speed is several steps faster than the weighted averaging method or the convolution integration method.

画像形成システムのブロック図 本実施例の画像形成システムは、DTP(デスク・トッ
プ・パブリッシング)から出力されるページ記述言語
(Page Description Language:以下、PDL言語と記す)
で記述されたベクトルデータを、PDLコントローラを介
してイメージ画像に変換して画像情報の画像形成を行う
ものである。以下、第10図を参照して、本実施例の画像
形成システムの構成を説明する。
Block Diagram of Image Forming System The image forming system according to the present embodiment has a page description language (hereinafter referred to as a PDL language) output from DTP (Desktop Publishing).
Is converted into an image through a PDL controller to form an image of image information. Hereinafter, the configuration of the image forming system of this embodiment will be described with reference to FIG.

画像形成システムは、PDL言語(本実施例ではポスト
スクリプト言語を使用)で記述された文書を作成するホ
ストコンピュータ100と、ホストコンピュータ100からペ
ージ単位で送られたきたPDL言語をアンチエイリアシン
グ処理を施しながら、記録に必要なブラック(BK),イ
エロー(Y),マゼンタ(M),及び,シアン(C)の
多値イメージデータに展開するPDLコントローラ(本発
明の図形処理装置)200と、PDLコントローラ200の出力
する多値イメージデータを印字する多値カラー・レーザ
ー・プリンタ300と、PDLコントローラ200,及び,多値カ
ラー・レーザー・プリンタ300を制御するシステム制御
部400から構成される。
The image forming system performs an anti-aliasing process on a host computer 100 that creates a document described in a PDL language (a postscript language is used in this embodiment) and a PDL language sent from the host computer 100 in page units. Meanwhile, a PDL controller (graphic processing apparatus of the present invention) 200 for developing into multi-valued image data of black (BK), yellow (Y), magenta (M), and cyan (C) necessary for recording, and a PDL controller It comprises a multi-valued color laser printer 300 for printing multi-valued image data output by 200, a PDL controller 200, and a system control unit 400 for controlling the multi-valued color laser printer 300.

PDLコントローラの(本発明の図形処理装置)構成及
び動作 第11図は、PDLコントローラ200の構成を示し、ホスト
コンピュータ100から送られてきたPDL言語を受信する受
信装置201と、受信装置201で受信したPDL言語の格納制
御及びアンチエイリアシング処理等の実行を行うCPU202
と、内部システムバス203と、内部システムバス203を介
して受信装置201から転送させるPDL言語を格納するRAM2
04と、アンチエイリアシングプログラム等を格納したRO
M205と、アンチエイリアシング処理を施した多値のYMC
及びBKイメージデータを格納するページメモリ206と、
ページメモリ206に格納したYMC及びBKイメージデータを
多値カラー・レーザー・プリンタ300に転送する受信装
置207と、システム制御部400との送受信を行うI/O装置2
08とから構成される。
Configuration and Operation of PDL Controller (Graphic Processing Apparatus of the Present Invention) FIG. 11 shows the configuration of a PDL controller 200, and a receiving apparatus 201 for receiving a PDL language sent from the host computer 100 and a receiving apparatus 201 for receiving the PDL language. CPU 202 that performs storage control of the selected PDL language and execution of anti-aliasing processing, etc.
And an internal system bus 203 and a RAM 2 for storing a PDL language to be transferred from the receiving device 201 via the internal system bus 203.
04 and RO containing anti-aliasing program etc.
M205 and anti-aliasing multi-valued YMC
And a page memory 206 for storing BK image data,
A receiving device 207 for transferring the YMC and BK image data stored in the page memory 206 to the multi-valued color laser printer 300, and an I / O device 2 for transmitting and receiving to and from the system control unit 400
08.

ここで、CPU202は、受信装置201で受信したPDL言語を
ROM205に格納されたプログラムに従って、内部システム
バス203を通して、RAM204に格納する。その後、1ペー
ジ分のPDL言語を受信し、RAM204へ格納すると、後述す
るフローチャートに基づいて、RAM204内の図形要素にア
ンチエイリアシング処理を施し、多値のYMC及びBKイメ
ージデータをページメモリ206のプレーンメモリ部に格
納する(ページメモリ206は、Y,M,C,BKのプレーンメモ
リ部と、特徴情報メモリ部とからなる)。
Here, the CPU 202 converts the PDL language received by the receiving device 201
According to the program stored in the ROM 205, the data is stored in the RAM 204 through the internal system bus 203. Thereafter, when the PDL language for one page is received and stored in the RAM 204, the graphic elements in the RAM 204 are subjected to anti-aliasing processing based on the flowchart described later, and the multi-valued YMC and BK image data are stored in the plane of the page memory 206. The data is stored in the memory unit (the page memory 206 includes a Y, M, C, and BK plane memory unit and a feature information memory unit).

ページメモリ206内のデータは、その後、送信装置207
を介して多値カラー・レーザー・プリンタ300へ送られ
る。
The data in the page memory 206 is
To the multi-valued color laser printer 300 via

以下、第12図(a),(b)を参照して、PDLコント
ローラ200の動作を説明する。
Hereinafter, the operation of the PDL controller 200 will be described with reference to FIGS. 12 (a) and 12 (b).

第12図(a)は、CPU202が行う処理のフローチャート
を示す。PDLコントローラ200は、前述したようにホスト
コンピュータ100からページ単位で送られてきたPDL言語
をアンチエイリアシング処理を施しながら、ブラック
(BK),イエロー(Y),マゼンタ(M),及び,シア
ン(C)の4色のイメージ画像に展開する。
FIG. 12A shows a flowchart of a process performed by the CPU 202. As described above, the PDL controller 200 performs black (BK), yellow (Y), magenta (M), and cyan (C) while performing anti-aliasing processing on the PDL language sent from the host computer 100 in page units. ) To four color image images.

PDL言語では、グラフィックスも文字も全てベクトル
データで記述されており、また、ページ言語という呼び
名が示す通り、画像情報の処理単位はページ単位で扱う
ものである。更に、1ページは、1つ或いは複数の要素
(図形要素及び文字要素)から構成されるパスを単位と
して、少なくとも1個以上のパスで構成される。
In the PDL language, both graphics and characters are described in vector data, and as indicated by the term "page language", the processing unit of image information is handled in page units. Further, one page is composed of at least one path in units of a path composed of one or a plurality of elements (graphic elements and character elements).

先ず、PDL言語を入力すると、その要素が曲線ベクト
ルか否か判定し、曲線ベクトルの場合はこれを直線ベク
トルに近似して、直線要素(ライン)として作業エリア
に登録する。これを1つのパス内の全ての図形及び文字
要素について行い、パス単位で作業エリアへ直線要素の
登録を実施する(処理1)。
First, when the PDL language is input, it is determined whether or not the element is a curve vector. If the element is a curve vector, this is approximated to a straight line vector and registered in the work area as a straight line element (line). This is performed for all figures and character elements in one pass, and the registration of linear elements in the work area is performed for each pass (Process 1).

そして、このパス単位に登録した作業のエリアの直線
要素を直線の開始y座標によりソーティングする(処理
2)。
Then, the linear elements of the work area registered in the path unit are sorted by the starting y-coordinate of the straight line (process 2).

次に、処理3により、y座標を1つずつ更新しなが
ら、走査線による塗りつぶし処理を行う。例えば、第12
図(b)に示すパスの塗りつぶし処理を実施する場合、
処理する走査線yc(本実施例では、1画素分の厚みをも
ったものをスキャンラインとして記載し、厚みをもたな
い直線を示す場合走査線と記載する)の横切る辺の要素
と、その走査線ycを横切ったx座標の実数値(第12図
(b)に示すx1,x2,x3,x4)をAET(Active Edge Table:
走査線上に現れるエッジ部のx座標を記録するテーブ
ル)に登録する。ここで、作業エリアに登録されている
要素の順番は、処理1で登録した順番になっているた
め、必ずしも走査線ycを横切るx座標が小さい順に登録
されているとは限らなり。例えば、処理1において、第
12図(b)の走査線ycとx3とを通過する直線要素が最初
に処理された場合には、走査線yc上に現れるエッジ部の
x座標としてx3がAETに最初に登録される。そこで、AET
の登録後、AET内の各辺の要素をx座標の小さい順にソ
ーティングする。そして、AETの最初の要素から2つを
ペアにして、その間を塗りつぶす(具体的には、例え
ば、走査線ycと走査線yc+1のよって形成されるスキャ
ンラインによる塗りつぶし処理)。アンチエイリアシン
グ処理はこの塗りつぶし処理において、エッジ部画素の
濃度を面積率に応じて調整することで実現する。その
後、処理済みの辺をAETから除去し、走査線を更新(y
座標を更新)し、AET内の辺を全て処理するまで、換言
すれば、1つのパス内の要素を全て処理するまでの同様
の処理を繰り返す。
Next, in the process 3, while the y-coordinate is updated one by one, the filling process by the scanning line is performed. For example, twelfth
When performing the path filling process shown in FIG.
The elements of the sides crossing the scanning line yc to be processed (in this embodiment, a line having a thickness of one pixel is described as a scanning line, and a straight line having no thickness is described as a scanning line), real values of x coordinates across the scanning line yc (x 1 shown in Figure 12 (b), x 2, x 3, x 4) and AET (Active Edge Table:
Table for recording the x-coordinate of the edge part appearing on the scanning line). Here, since the order of the elements registered in the work area is the order registered in the process 1, the elements are not necessarily registered in the order of smaller x-coordinates crossing the scanning line yc. For example, in process 1,
If the linear elements passing through the scanning line yc and x 3 of 12 Figure (b) it is processed first is, x 3 is registered initially in AET as x-coordinate of the edge portions appearing on the scanning line yc . So, AET
After the registration, the elements on each side in the AET are sorted in ascending order of the x coordinate. Then, the first two elements of the AET are paired and the space between them is painted (specifically, for example, a painting process using a scan line formed by the scan line yc and the scan line yc + 1). The anti-aliasing process is realized by adjusting the density of the edge portion pixels according to the area ratio in the filling process. After that, the processed edge is removed from the AET, and the scan line is updated (y
The same processing is repeated until all the sides in the AET are processed, in other words, all the elements in one pass are processed.

上記処理1,処理2,処理3の作業をパス単位に実行し、
1ページ分の全パスが終了するまで繰り返す。
The above-mentioned processing 1, processing 2, and processing 3 are executed for each path,
Repeat until all the passes for one page are completed.

次に、前述した処理3のスキャンラインによる塗りつ
ぶし処理中に実行されるアンチエイリアシング処理につ
いて、第12図(c)のフローチャートを参照して詳細に
説明する。
Next, the anti-aliasing processing executed during the scan line filling processing in the above-described processing 3 will be described in detail with reference to the flowchart in FIG. 12 (c).

ここで、例えば、第12図(a)の処理1で、第13図
(a)に示すような四角形ABCDが入力されたとすると、
この図形は、以下の要素を持つ。
Here, for example, assuming that a rectangular ABCD as shown in FIG. 13 (a) is input in the processing 1 of FIG. 12 (a),
This figure has the following elements:

(イ)AB,BC,CD,DAの4本の線ベクトル(実数表現) (ロ)図形内部の色及び輝度値 この図形は前述の動作により、第13図(b)に示すよ
うに、主走査方向に延びた5本の直線ベクトル(実数表
現)に分割される。この時、本実施例では、以下に示す
情報を5本の直線ベクトルの始点及び終点に付加する。
即ち、 (ハ)直線ベクトルの始点及び終点を構成するベクトル
要素(上記の(イ))の始点座標値(実数表現) (ニ)直線ベクトルの始点及び終点を構成するベクトル
要素の傾き情報 (ホ)直線ベクトルの始点及び終点の特徴情報(右エッ
ジ,左エッジ,図形の頂点,1ドット以下の線,直線の交
差部等) スキャンラインの塗りつぶし処理において、エッジ部
画素が検出されると、第12図(c)のフローチャートに
示すアンチエイリアシング処理が実行される。
(A) Four line vectors of AB, BC, CD, and DA (represented by real numbers) (b) Color and luminance values inside the figure This figure is obtained by the above-described operation, as shown in FIG. It is divided into five linear vectors (real numbers) extending in the scanning direction. At this time, in the present embodiment, the following information is added to the start point and the end point of the five linear vectors.
(C) Starting point coordinate values (expressed as real numbers) of vector elements (starting point and end point of the linear vector) ((a) above) (d) Slope information of vector elements forming the starting point and end point of the linear vector (e) ) Characteristic information of the start point and end point of a straight line vector (right edge, left edge, vertex of figure, line of 1 dot or less, intersection of straight line, etc.) In the process of filling a scan line, when an edge pixel is detected, 12 The anti-aliasing process shown in the flowchart of FIG.

先ず、サブピクセル塗りつぶし処理において、エッジ
部画素内にベクトルデータの端点が存在するか否か端点
の有無を判定し、端点がある場合には、第9図(c)で
示した3*3サブマトリックスを用いて、1画素をサブ
ピクセル分割して、サブピクセル毎の塗りつぶし領域の
算出を行う。また、端点がない場合には、ベクトルデー
タの傾きθを判定し、θがtanθ>9/2ならば1*9サブ
マトリックス(第9図(a)参照)を用い、θが2/9>t
anθ>−2/9ならば9*1サブマトリックス(第9図
(b)参照)を用い、それ以外ならば、3*3マトリッ
クスを用いて、1画素をサブピクセル分割して、サブピ
クセル毎の塗りつぶし領域の算出を行う(S1201)。こ
の処理を走査線を横切る全てのベクトルに対して繰り返
す(S1202)。
First, in the sub-pixel filling process, it is determined whether or not the end point of the vector data exists in the edge portion pixel. If the end point exists, the 3 * 3 sub-point shown in FIG. Using a matrix, one pixel is divided into sub-pixels, and a filled area is calculated for each sub-pixel. If there is no end point, the inclination θ of the vector data is determined. If θ is tan θ> 9/2, the 1 * 9 sub-matrix (see FIG. 9A) is used, and θ is 2/9> t
If anθ> −2/9, use a 9 * 1 sub-matrix (see FIG. 9 (b)); otherwise, use a 3 * 3 matrix to divide one pixel into sub-pixels, and Is calculated (S1201). This process is repeated for all vectors crossing the scanning line (S1202).

次ぎに、濃度決定処理において、走査線の最初の画素
から順番に各画素の階調値(濃度)を算出する(S120
3)。
Next, in the density determination processing, the gradation value (density) of each pixel is calculated in order from the first pixel of the scanning line (S120).
3).

続いて、詳細は省略するが重ね書き処理で図形の各色
(BK,R,G,Bの4色)の階調値(濃度)を計算する(S120
4)。
Subsequently, although not described in detail, the gradation value (density) of each color (four colors of BK, R, G, B) of the figure is calculated by the overwriting process (S120).
Four).

その後、ページメモリ描画処理で各色の階調値をペー
ジメモリに書き込む(S1205)。
After that, the gradation value of each color is written to the page memory by the page memory drawing process (S1205).

更に、上記のS1203からS1205の処理を1ライン分の全
ての画素に対して繰り返し実行する(S1206)。
Further, the processing from S1203 to S1205 is repeatedly executed for all pixels of one line (S1206).

CPU202は、上記の処理を走査線(y座標)の最後の画
素まで繰り返し、同時に上記の(ニ)の情報により、上
記(ハ)の内容を更新する。このようにしてアンチエイ
リアシング処理によって求めた第13図(a)の図形の階
調値kは第14図に示すような値となる。
The CPU 202 repeats the above processing up to the last pixel of the scanning line (y coordinate), and at the same time, updates the content of (c) with the information of (d). The gradation value k of the graphic in FIG. 13A obtained by the anti-aliasing processing in this manner becomes a value as shown in FIG.

このようにして求められた階調値kは、所定のYMC及
びBK変換処理(詳細は省略するが本実施例では、ソフト
ウェアとしてYMC及びBK変換プログラムを備えている)
によって、前述した図形内部の色及び輝度値((ロ)の
情報)に基づいて、ブラック(BK),イエロー(Y),
マゼンタ(M),及び,シアン(C)の4色のイメージ
画像に展開されて、ページメモリ206の該当するプレー
ンメモリ部にイメージデータとして格納される。第15図
(a),(b),(c),(d)は、色及び輝度値の情
報が、C:M:Y=1:0.5:0.3の場合でUCRを100%かけたとき
の状態を示す。
The tone value k thus obtained is subjected to a predetermined YMC and BK conversion process (details are omitted, but in this embodiment, a YMC and BK conversion program is provided as software).
Thus, black (BK), yellow (Y), and black (BK),
The image data is developed into image images of four colors of magenta (M) and cyan (C) and stored as image data in the corresponding plane memory section of the page memory 206. FIGS. 15 (a), (b), (c) and (d) show the case where the information of the color and the luminance value is C: M: Y = 1: 0.5: 0.3 and the UCR is multiplied by 100%. Indicates the status.

多値カラー・レーザー・プリンタの構成及び動作 先ず、第16図に示す制御ブロック図を参照して、多値
カラー・レーザー・プリンタ300の概略構成を説明す
る。
First, the schematic configuration of the multi-value color laser printer 300 will be described with reference to the control block diagram shown in FIG.

感光体現像処理部301は後述する感光体ドラムの表面
を一様に帯電し、荷電面をレーザービームで露光して潜
像を形成し、その潜像をトナーで現像して記録紙に転写
するものであり、詳細は後述するがBKデータの現像・転
写を行うブラック現像・転写部301bkと、Cデータの現
像・転写を行うシアン現像・転写部301cと、Mデータの
現像・転写を行うシアン現像・転写部301mと、Yデータ
の現像・転写を行うシアン現像・転写部301yとを備えて
いる。
The photoreceptor development processing unit 301 uniformly charges the surface of a photoreceptor drum described later, forms a latent image by exposing the charged surface with a laser beam, develops the latent image with toner, and transfers the latent image to recording paper. As will be described in detail later, a black developing / transferring unit 301bk for developing / transferring BK data, a cyan developing / transferring unit 301c for developing / transferring C data, and a cyan developing / transferring unit for developing / transferring M data. The image forming apparatus includes a developing / transferring unit 301m and a cyan developing / transferring unit 301y that develops and transfers Y data.

レーザー駆動処理部302は、前述したPDLコントローラ
200から出力されるY,M,C,BKの5ビットデータ(ここで
は、画像濃度データとなる)を入力して、レーザービー
ムを出力するものであり、Y,M,Cの5ビットデータを入
力するバッファメモリ303y,303m,303cと、Y,M,C,BKのそ
れぞれ対応したレーザービームを出力するレーザーダイ
オード304y,304m,304c,304bkと、レーザーダイオード30
4y,304m,304c,304bkをそれぞれ駆動するドライバ305y,3
05m,305c,305bkとから構成される。
The laser drive processing unit 302 is the PDL controller described above.
A 5-bit data of Y, M, C, and BK (here, image density data) output from 200 is inputted, and a laser beam is output. Buffer memories 303y, 303m, 303c to be input, laser diodes 304y, 304m, 304c, 304bk to output laser beams corresponding to Y, M, C, BK, and laser diode 30
Drivers 305y, 3 that drive 4y, 304m, 304c, 304bk, respectively
05m, 305c, and 305bk.

尚、感光体現像処理部301のブロック現像・転写部301
bkと、レーザー駆動処理部302レーザーダイオード304b
k,及び,ドライバ305bkとの組合せをブラック記録ユニ
ットBKU(第17図参照)と呼ぶ。同様に、シアン現象・
転写部301c,レーザーダイオード304c,ドライバ305c,及
び,バッファメモリ303cの組合せをシアン記録ユニット
CU(第17図参照)、マゼンタ現象・転写部301m,レーザ
ーダイオード304m,ドライバ305m,及び,バッファメモリ
303mの組合せをマゼンタ記録ユニットMU(第17図参
照)、イエロー現像・転写部301y,レーザーダイオード3
04y,ドライバ305y,及び,バッファメモリ303yの組合せ
をイエロー記録ユニットYU(第17図参照)と呼ぶ。これ
らの各記録ユニットは、図示の如く、記録紙を搬送する
搬送ベルト306の周囲に記録紙の搬送方向からブラック
記録ユニットBKU,シアン記録ユニットCU,マゼンタ記録
ユニットMU,イロー記録ユニットYUの順に配設されてい
る。
The block development / transfer unit 301 of the photoconductor development processing unit 301
bk and laser drive processing unit 302 laser diode 304b
The combination with k and the driver 305bk is called a black recording unit BKU (see FIG. 17). Similarly, the cyan phenomenon
The combination of the transfer unit 301c, the laser diode 304c, the driver 305c, and the buffer memory 303c is used as a cyan recording unit.
CU (see Fig. 17), magenta phenomenon / transfer section 301m, laser diode 304m, driver 305m, and buffer memory
The magenta recording unit MU (see Fig. 17), yellow development / transfer unit 301y, laser diode 3
The combination of 04y, driver 305y, and buffer memory 303y is called a yellow recording unit YU (see FIG. 17). As shown in the drawing, these recording units are arranged in the order of the black recording unit BKU, the cyan recording unit CU, the magenta recording unit MU, and the yellow recording unit YU around the conveyance belt 306 for conveying the recording paper from the conveyance direction of the recording paper. Has been established.

このような各記録ユニットの配列によって、最初に露
光開始となるのはブラック露光用のレーザーダイオード
304bkであり、イエロー露光用のレーザーダイオード304
yが最後に露光を開始することになる。従って、各レー
ザーダイオード間で露光開始順に時間差があり、該時間
差の間記録データ(PDLコントローラ200の出力)を保持
するため、レーザー駆動処理部302には前述した3組の
バッファメモリ303y,303m,303cが備えられている。
According to the arrangement of each recording unit, the first exposure starts with the laser diode for black exposure.
304bk, laser diode 304 for yellow exposure
y will start the exposure last. Therefore, there is a time difference between the laser diodes in the order of the exposure start, and the laser drive processing unit 302 stores the above-mentioned three sets of buffer memories 303y, 303m, and so on in order to hold the recording data (output of the PDL controller 200) during the time difference. 303c is provided.

次に、第17図を参照して多値カラー・レーザー・プリ
ンタ300の構成を具体的に説明する。
Next, the configuration of the multi-level color laser printer 300 will be specifically described with reference to FIG.

多値カラー・レーザー・プリンタ300は、記録紙を搬
送する搬送ベルト306と、前述したように搬送ベルト306
の周囲に搬送された各記録ユニットYU,MU,CU,BKUと、記
録紙を収納した給紙カセット307a,307bと、給紙カセッ
ト307a,307bからそれぞれ記録紙を送り出す給紙コロ308
a,308bと、給紙カセット307a,307bから送り出された記
録紙の位置合わせを行うレジストローラ309と、搬送ベ
ルト306によって記録ユニットBKU,CU,MU,YUを順次搬送
されて転写された画像を記録紙に定着させる定着ローラ
310と、記録紙を所定の排出部(図示せず)に排出する
排紙コロ311とから構成される。ここで、各記録ユニッ
トYU,MU,CU,BKUは、感光体ドラム312y,312m,312c,312bk
と、それぞれ感光体ドラム312y,312m,312c,312bkを一様
に帯電する帯電器313y,313m,313c,313bkと、感光体ドラ
ム312y,312m,312c,312bkにレーザービームを導くための
ポリゴンミラー314y,314m,314c,314bk及びモータ315y,3
15m,315c,315bkと、感光体ドラム312y,312m,312c,312bk
上に形成された静電潜像をそれぞれ該当する色のトナー
を用いて現像するトナー現像装置316y,316m,316c,316bk
と、現像したトナー像を記録紙に転写する転写帯電器31
7y,317m,317c,317bkと、転写後に感光体ドラム312y,312
m,312c,312bk上に残留するトナーを除去するクリーニン
グ装置318y,318m,318c,318bkとから構成される。尚、31
9y,319m,319c,319bkは、それぞれ感光体ドラム312y,312
m,312c,312bk上に設けられた所定のパターンを読み取る
ためのCCDラインセンサーを示し、詳細は省略するが、
これによって多値カラー・レーザー・プリンタ300のプ
ロセス状態の検知を行う。
The multi-valued color laser printer 300 includes a transport belt 306 for transporting the recording paper, and a transport belt 306 as described above.
The recording units YU, MU, CU, and BKU conveyed around the paper, paper feed cassettes 307a and 307b containing recording paper, and paper feed rollers 308 that feed recording paper from the paper feed cassettes 307a and 307b, respectively.
a, 308b, a registration roller 309 for aligning the recording paper sent from the paper cassettes 307a, 307b, and a transfer belt 306 sequentially transporting the recording units BKU, CU, MU, and YU to transfer the transferred image. Fixing roller for fixing on recording paper
310, and a discharge roller 311 for discharging the recording paper to a predetermined discharge unit (not shown). Here, each of the recording units YU, MU, CU, and BKU is a photoconductor drum 312y, 312m, 312c, 312bk.
And chargers 313y, 313m, 313c, 313bk for uniformly charging the photosensitive drums 312y, 312m, 312c, 312bk, respectively, and a polygon mirror 314y for guiding a laser beam to the photosensitive drums 312y, 312m, 312c, 312bk. , 314m, 314c, 314bk and motor 315y, 3
15m, 315c, 315bk and photosensitive drums 312y, 312m, 312c, 312bk
Toner developing devices 316y, 316m, 316c, 316bk for developing the electrostatic latent images formed thereon using toners of respective colors
And a transfer charger 31 for transferring the developed toner image to recording paper.
7y, 317m, 317c, 317bk, and photoreceptor drums 312y, 312 after transfer
m, 312c, 312bk, and cleaning devices 318y, 318m, 318c, 318bk for removing toner remaining on the surfaces. Incidentally, 31
9y, 319m, 319c, and 319bk are photosensitive drums 312y and 312, respectively.
m, 312c, shows a CCD line sensor for reading a predetermined pattern provided on 312bk, the details are omitted,
Thus, the process state of the multi-level color laser printer 300 is detected.

以上の構成において、イエロー記録ユニットYUの露光
・現像・転写を例にその動作を説明する。第18図
(a),(b)はイエロー記録ユニットYUの露光系の構
成を示す。同図において、レーザーダイオード304yから
出射されたレーザービームはポリゴンミラー314yで反射
されて、f−θレンズ302yを通過して、更にミラー321
y,322yで反射されて防塵ガラス323yを通して感光体ドラ
ム312yに照射される。このときレーザービームはポリゴ
ンミラー314yがモータ315yで定速回転駆動されるので、
感光体ドラム312yの軸に沿う方向(主走査方向)に移動
する。また、本実施例では、主走査の走査位置追跡のた
めの基点を検知するため、非露光位置のレーザービーム
をフォトセンサ324yを配設してある。レーザーダイオー
ド304yは記録データ(PDLコントローラ200からの5ビッ
トデータ)に基づいて発光付勢されるので、記録データ
に対応した多値露光が、感光体ドラム304yの表面に対し
て行われる。感光体ドラム304yの表面は、前述したよう
に予め帯電器313yで一様に電荷されており、上記露光に
より原稿画像の対応の静電潜像が形成される。該静電潜
像はイエロー現像装置316yで現像され、イエローのトナ
ー像となる。このトナー像は、第17図に示したように、
カセット307a(或いは,307b)から給紙コロ308a(或い
は,308b)で繰り出され、レジストローラ309によってブ
ラック記録ユニットBKUのトナー像形成と同期をとっ
て、搬送ベルト306によって搬送されてきた記録紙に転
写される。
The operation of the above configuration will be described by taking exposure, development, and transfer of the yellow recording unit YU as an example. FIGS. 18A and 18B show the configuration of the exposure system of the yellow recording unit YU. In the figure, a laser beam emitted from a laser diode 304y is reflected by a polygon mirror 314y, passes through an f-θ lens 302y, and further passes through a mirror 321.
The light is reflected by y and 322y, and is irradiated on the photosensitive drum 312y through the dustproof glass 323y. At this time, the laser beam is driven at a constant speed by the polygon mirror 314y by the motor 315y.
It moves in the direction (main scanning direction) along the axis of the photosensitive drum 312y. In this embodiment, the photo sensor 324y is provided with the laser beam at the non-exposure position in order to detect the base point for tracking the scanning position of the main scanning. Since the laser diode 304y is energized to emit light based on the recording data (5-bit data from the PDL controller 200), multi-level exposure corresponding to the recording data is performed on the surface of the photosensitive drum 304y. As described above, the surface of the photosensitive drum 304y is uniformly charged by the charger 313y in advance, and a corresponding electrostatic latent image of a document image is formed by the above exposure. The electrostatic latent image is developed by the yellow developing device 316y to become a yellow toner image. This toner image, as shown in FIG. 17,
The recording paper fed from the cassette 307a (or 307b) by the paper feed roller 308a (or 308b) is synchronized with the toner image formation of the black recording unit BKU by the registration roller 309, and is conveyed by the conveyance belt 306. Transcribed.

他の記録ユニットBKU,CU,MUも同様な構成で同様な動
作を実行するが、ブラック記録ユニットBKUはブラック
トナー現像装置316bkを備え、ブラックのトナー像の形
成及び転写を行い、シアン記録ユニットCUはシアントナ
ー現像装置316cを備え、シアンのトナー像の形成及び転
写を行い、マゼンタ記録ユニットMUはマゼンタトナー現
像装置316mを備え、マゼンタのトナー像の形成及び転写
を行う。
The other recording units BKU, CU, and MU perform the same operation with the same configuration, but the black recording unit BKU includes a black toner developing device 316bk to form and transfer a black toner image, and the cyan recording unit CU. Is provided with a cyan toner developing device 316c and forms and transfers a cyan toner image. The magenta recording unit MU is provided with a magenta toner developing device 316m and forms and transfers a magenta toner image.

ドライバの多値駆動 ドライバ305y,305m,305c,305bkは、画像処理装置400
から送られてくるY,M,C,BKの5ビットデータに基づい
て、該当するレーザーダイオード304y,304m,304c,304bk
を多値駆動するための制御を行うものであり、その駆動
方法としてはパルス巾変調方式を用いる。
The driver 305y, 305m, 305c, 305bk is a multi-value driver of the image processing apparatus 400.
Corresponding laser diodes 304y, 304m, 304c, 304bk based on 5-bit data of Y, M, C, BK sent from
Is controlled to perform multi-value driving, and a pulse width modulation method is used as the driving method.

以下、本実施例で適用するパルス巾変調方式による多
値駆動を第19図(a),(b),(c),(d)を参照
して詳細に説明する。尚、ドライバ305y,305m,305c,305
bk,及び,レーザーダイオード304y,304m,304c,304bkは
それぞれ同一の構成であるため、ここでは、ドライバ30
5y及びレーザーダイオード304yを例として説明する。
Hereinafter, the multi-value driving by the pulse width modulation method applied in this embodiment will be described in detail with reference to FIGS. 19 (a), (b), (c) and (d). Drivers 305y, 305m, 305c, 305
bk and the laser diodes 304y, 304m, 304c, and 304bk have the same configuration, so that the driver 30
A description will be given using 5y and the laser diode 304y as examples.

ドライバ305yは、第19図(a)に示すように、レーザ
ーダイオード304yをon/offするレーザーダイオードon/o
ff回路350と、5ビットの画像濃度データ(ここでは,Y
データ)に基づいて、LDドライバクロックのパルス巾を
変調するパルス巾変調回路351と、レーザーダイオード3
04yを駆動する電流(LD駆動電流)Idをレーザーダイオ
ードon/off回路350に供給する定電流回路352とから構成
される。
The driver 305y turns on / off the laser diode 304y as shown in FIG.
ff Circuit 350 and 5-bit image density data (here, Y
A pulse width modulation circuit 351 for modulating the pulse width of the LD driver clock based on the data
A constant current circuit 352 for supplying a current (LD drive current) Id for driving 04y to the laser diode on / off circuit 350.

第19図(b)はパルス巾変調回路351の構成を示し、
第19図(c)はそのタイミングチャートを示す。この回
路では、画像濃度データとしてD0,D1,D2,D3,D4の5ビッ
トデータを入力し、0(off)を含めて10レベルの値を
Dラッチ351aで選択するようにしている。D0はレーザー
ビームのon/offを表し、0のときレーザービームoff,1
のときonである。
FIG. 19 (b) shows a configuration of the pulse width modulation circuit 351.
FIG. 19 (c) shows the timing chart. In this circuit, 5-bit data D0, D1, D2, D3, and D4 are input as image density data, and 10 levels including 0 (off) are selected by the D latch 351a. D0 indicates on / off of the laser beam, and when 0, the laser beam is off, 1
It is on when

更に、レーザービームonのときのみD1,D2,D3,D4の4
ビットで9通りのパルス巾を選択させる。以下、9通り
のパルス巾の調整を説明する。
Furthermore, only when the laser beam is on, D1, D2, D3, D4
A bit is used to select nine pulse widths. Hereinafter, nine adjustments of the pulse width will be described.

先ず、LDドライブクロックをデイレイ素子351b,351c,
351d,351eに通してC1,C2,C3,C4の4種の信号を発生させ
る。次に、LDドライブクロックとC1のNAND351iによりA1
の信号を得て、これとLDドライブクロックをAND351mに
通すことにより約1/9デユーテイのP1を得る。同じ様に
してLDドライブクロックとC2,C3,C4の信号より約2/9,約
3/9,約4/9デユーティの信号P2,P3,P4を得る。更にLDド
ライブクロックとC1のOR351qにより約11/18デユーティ
の信号P6を得る。同じ様にしてLDドライブクロックとC
2,C3,C4の信号より約13/18,約15/18,約17/18デユーティ
の信号P7,P8,P9を得る。一方、LDドライブクロックとC2
のOR351fにより約90%デユーテイのP3を得る。一方、LD
ドライブクロック自身は約50%デユーテイのP5となる。
P1,P2,P3,P4,P5,P6,P7,P8,P9はデータセレクタ351gに入
力され、画像濃度データD1,D2,D3,D4に基づいてそのう
ちの1つが選択される。続いて、AND351hによってD0がo
nのときのみのPn(nは0〜3)がパルス巾変調後のLD
ドライブクロックVとして出力される。
First, the LD drive clock is supplied to the delay elements 351b, 351c,
Four kinds of signals of C1, C2, C3 and C4 are generated through 351d and 351e. Next, A1 is calculated by the LD drive clock and NAND 351i of C1.
And the LD drive clock is passed through the AND351m to obtain P1 of about 1/9 duty. Similarly, about 2/9, about LD drive clock and C2, C3, C4 signals
Signals P2, P3, P4 of 3/9, about 4/9 duty are obtained. Further, the signal P6 of about 11/18 duty is obtained by the OR drive 351q of the LD drive clock and C1. LD drive clock and C in the same way
Signals P7, P8 and P9 of about 13/18, about 15/18 and about 17/18 duty are obtained from the signals of 2, C3 and C4. On the other hand, LD drive clock and C2
OR351f gives about 90% duty P3. On the other hand, LD
The drive clock itself is about 50% duty P5.
P1, P2, P3, P4, P5, P6, P7, P8, and P9 are input to the data selector 351g, and one of them is selected based on the image density data D1, D2, D3, and D4. Then, D0 is set to o by AND351h.
Pn (n is 0 to 3) only when n is LD after pulse width modulation
Output as drive clock V.

次に、第19図(d)を参照して、レーザーダイオード
on/off回路350,及び,定電流回路352の具体的な回路構
成を示す。レーザーダイオードon/off回路350は、TTLイ
ンバータ353,354と、on/offのトルグ動作をする差動型
スイッチング回路355,356と、VG1>VG2の時、差動型ス
イッチング回路355がon,差動型スイッチング回路356がo
ff、VG1<VG2の時、差動型スイッチング回路355がoff,
差動型スイッチング回路356がonとなる条件を満足するV
G2を生成する分圧回路を形成する抵抗R2,R3とから構成
される。従って、LDドライブクロックがonの時にインバ
ータ354の出力がVG1を生成し、前記条件(VG1>VG2)を
満足し、差動型スイッチング回路355がon,差動型スイッ
チング回路356がoffとして、レーザーダイオード304をo
nする。また、逆にLDドライブクロックがoffの時には、
インバータ354の出力がないため、前記条件(VG1<VG
2)を満足し、差動型スイッチング回路355がoff、差動
型スイッチング回路356がonして、レーザーダイオード3
04yをoffする。
Next, referring to FIG. 19 (d), a laser diode
The specific circuit configuration of the on / off circuit 350 and the constant current circuit 352 is shown. Laser diode on / off circuit 350 has TTL inverters 353 and 354, differential switching circuits 355 and 356 that perform on / off torque operation, and when VG1> VG2, differential switching circuit 355 is on and differential switching circuit 356 is o
ff, when VG1 <VG2, the differential switching circuit 355 is turned off,
V that satisfies the condition that the differential switching circuit 356 turns on
It comprises resistors R 2 and R 3 forming a voltage dividing circuit for generating G2. Therefore, when the LD drive clock is on, the output of the inverter 354 generates VG1 and satisfies the condition (VG1> VG2), the differential switching circuit 355 is on, the differential switching circuit 356 is off, and the laser O diode 304
n. Conversely, when the LD drive clock is off,
Since there is no output of the inverter 354, the above condition (VG1 <VG
2) is satisfied, the differential switching circuit 355 is off, the differential switching circuit 356 is on, and the laser diode 3
Turn off 04y.

定電流回路352は、前述したようにレーザーダイオー
ドon/off回路350にレーザーダイオード304yの電流を供
給するものであり、トランジスター360と、抵抗R4,R5
から構成される。
Constant current circuit 352 is for supplying the current of the laser diode 304y to the laser diode on / off circuit 350 as described above, and has a transistor 360, resistors R 4, R 5 Prefecture.

レーザーダイオード304yからのレーザービームは、レ
ベル0〜9(階調値0〜9に対応する)に基づいて、感
光体ドラム312y上に、第20図に示すような潜像を形成す
る(但し、レベル0はドットなしを示すため図示せ
ず)。
The laser beam from the laser diode 304y forms a latent image as shown in FIG. 20 on the photosensitive drum 312y based on levels 0 to 9 (corresponding to gradation values 0 to 9) (however, Level 0 is not shown to indicate no dot).

実施例2の図形処理装置では、前述した構成及び動作
によって、第13図(a)に示した四角形ABCDに対して、
最終的に第21図に示すトナー像が記録紙上に形成され
る。
In the graphic processing device according to the second embodiment, the above-described configuration and operation allow the rectangular ABCD shown in FIG.
Finally, the toner image shown in FIG. 21 is formed on the recording paper.

〔実施例3〕 以下、本発明の図形処理装置をPDLコントローラとし
て組み込んだ画像形成システムを実施例3として、アン
チエイリアシング処理の概要を説明する。尚、その他の
構成は実施例2と同様につき構成及び動作の説明を省略
する。
Third Embodiment Hereinafter, an outline of an anti-aliasing process will be described using an image forming system in which a graphic processing apparatus of the present invention is incorporated as a PDL controller as a third embodiment. The other configuration is the same as that of the second embodiment, and the description of the configuration and operation is omitted.

実施例3の図形処理装置(以下、PDLコントローラと
記憶する)は、レーザープリンタから出力される最終的
な画像のエッジ部画素において、左エッジの画素が薄
く、右エッジの画素が濃く形成されるという電子写真プ
ロセスの特性を考慮して、予め、階調値(濃度値)を決
定する際に、エッジ部画素を左右に分割した場合の右側
部分の面積を、左側部分の面積より高い寄与率で階調値
に変換するものである。
In the graphic processing device (hereinafter, referred to as a PDL controller) according to the third embodiment, in the edge portion pixels of the final image output from the laser printer, the left edge pixels are formed thin and the right edge pixels are formed dark. When the gradation value (density value) is determined in advance in consideration of the characteristics of the electrophotographic process, the area of the right part when the edge part pixel is divided into the left and right is higher than the area of the left part. Is used to convert to a gradation value.

以下、第22図(a)〜(c)を参照して、実施例3の
図形処理装置におけるアンチエイリアシング処理の概要
を詳細に説明する。
Hereinafter, the outline of the anti-aliasing processing in the graphic processing device of the third embodiment will be described in detail with reference to FIGS. 22 (a) to 22 (c).

実施例3では、エッジ部画素を左右に分割した場合の
右側部分の面積を、左側部分の面積より高い寄与率で階
調値に変換するために、隣合うサブピクセルを比較した
場合常に右側のサブピクセルが小さくなるように設定さ
れた所定のサブピクセル分割比率によって分割したサブ
ピクセルを用いる。具体的には、第22図(a)に示すよ
うに、画素をサブピクセル分割する際の横分割比率を、
画素の左側から3:2:1の関係になるように分割する。
尚、本実施例では、3*3サブピクセル分割を例として
説明するが、特にこれに限定するものではなく、全ての
サブピクセル分割に適用可能なのは勿論である。また、
サビピクセルの横分割比率も特に限定するものではな
い。
In the third embodiment, in order to convert the area of the right part when the edge part pixel is divided into left and right into a gray scale value with a higher contribution ratio than the area of the left part, when comparing adjacent sub-pixels, the area of the right part is always A sub-pixel divided by a predetermined sub-pixel division ratio set so as to reduce the sub-pixel is used. Specifically, as shown in FIG. 22 (a), the horizontal division ratio when dividing a pixel into sub-pixels is
The pixels are divided so as to have a 3: 2: 1 relationship from the left side of the pixel.
In this embodiment, 3 * 3 sub-pixel division will be described as an example. However, the present invention is not particularly limited to this and can be applied to all sub-pixel divisions. Also,
The horizontal division ratio of the rust pixel is not particularly limited.

第22図(a)では3*3サブピクセル分割を行う場合
を示し、換言すれば、出力装置(ここでは、レーザープ
リンタ)の階調数が10階調(0〜9)のときの塗りつぶ
すべき面積(画像部分の面積)を階調値に変換する場合
を示す。これらのサブピクセルの重みは均一であり、同
図(b)に示すように、サブピクセルの大きさに関係な
く全て「1」が割り当てられる。従って、ベクトル画像
の左側部分が描画される場合(即ち、エッジ部画素が左
エッジ部の場合)には、画素の右側部分でサブピクセル
が画像部分と交わる可能性が増えるため、左エッジのエ
ッジ部画素の濃度が上がる傾向となる。一方、ベクトル
画像の右側部分が描画される場合(即ち、エッジ部画素
が右エッジの場合)には、画素の左側部分でサブピクセ
ルが画像部分と交わる可能性が減るため、右エッジのエ
ッジ部画素の濃度が下がる傾向となる。
FIG. 22 (a) shows a case where 3 * 3 sub-pixel division is performed, in other words, the output device (here, a laser printer) should be filled when the number of gradations is 10 (0 to 9). The case where the area (the area of the image portion) is converted into a gradation value is shown. The weights of these sub-pixels are uniform, and all "1" s are assigned irrespective of the size of the sub-pixel, as shown in FIG. Therefore, when the left portion of the vector image is drawn (that is, when the edge pixel is the left edge portion), the possibility that the subpixel intersects with the image portion on the right portion of the pixel increases, so that the left edge There is a tendency for the density of the partial pixels to increase. On the other hand, when the right portion of the vector image is drawn (that is, when the edge pixel is the right edge), the possibility that the subpixels intersect the image portion on the left portion of the pixel is reduced. The density of the pixel tends to decrease.

例えば、第22図(b)に示すように、ベクトル画像が
エッジ部画素にかかっている場合、画像部分と交わって
いるサブピクセルは3個であるので3/9階調(階調値
3)となる。一方、横分割比率が1:1:1の従来の3*3
サブピクセル分割を用いて、同じようにベクトル画像の
かかったエッジ部画素の階調を求めると画像部分と交わ
っているサブピクセルが2個であるので2/9階調(階調
値2)となる。
For example, as shown in FIG. 22 (b), when the vector image covers the edge part pixel, the number of sub-pixels intersecting the image part is three, so that 3/9 gradation (gradation value 3) Becomes On the other hand, conventional 3 * 3 with horizontal split ratio of 1: 1: 1
Similarly, using the sub-pixel division to obtain the gradation of the edge portion pixel on which the vector image is applied, the number of sub-pixels intersecting the image portion is two, so that the 2/9 gradation (gradation value 2) is obtained. Become.

説明は省略するが、エッジ部画素の左側に画像部分が
かかっている場合には、反対に同図(c)のサブピクセ
ル分割より同図(b)のサブピクセル分割の方が階調値
が下がる傾向になる。
Although the description is omitted, when the image portion is on the left side of the edge part pixel, the gradation value is smaller in the sub-pixel division of FIG. It tends to fall.

従って、第22図(a)に示したサブピクセル分割を用
いることにより、エッジ部画素を左右に分割した場合の
右側部分の面積を、左側部分の面積より高い寄与率で階
調値に変換することができる。
Therefore, by using the sub-pixel division shown in FIG. 22 (a), the area of the right side when the edge part pixel is divided into left and right is converted into a gradation value with a higher contribution ratio than the area of the left side. be able to.

また、横分割比率を変えたサブピクセル分割によっ
て、エッジ部画素を左右に分割した場合の右側部分の面
積を左側部分の面積より高い寄与率で階調値に変換する
重み付けを実行するにもかかわらず、階調値の決定を従
来の均一平均化法と同等に高速で行うことができる。
In addition, by performing sub-pixel division with a different horizontal division ratio, weighting is performed to convert the area of the right part into a gradation value with a higher contribution ratio than the area of the left part when the edge part pixel is divided into left and right. Instead, the gradation value can be determined at the same high speed as the conventional uniform averaging method.

エッジ部画素を左右に分割した場合の右側部分の面積
を、左側部分の面積より高い寄与率で階調値に変換する
方法として、エッジ部画素の右側のサブピクセルの重み
を大きくした重み付けフィルターを用いて、重み付け平
均化法によって階調値を決定することも可能である。例
えば、第22図(d)に示すように、画素を横分割数6,縦
分割数3でサブピクセル分割し、図示の如く、重み付け
したフィルターを用いて階調値を求める。同図(b)と
同様の効果(3/9階調(階調値3))を得ることができ
る。但し、この場合は、重み付けの乗算処理を行うた
め、第22図(a)で示した横分割比率を変えたサブピク
セル分割を行う方法と比較して処理速度が遅くなる。
As a method of converting the area of the right part when the edge part pixel is divided into right and left into a gradation value with a higher contribution ratio than the area of the left part, a weighting filter in which the weight of the subpixel on the right side of the edge part pixel is increased is used. It is also possible to determine the gradation value by using the weighted averaging method. For example, as shown in FIG. 22 (d), a pixel is divided into sub-pixels with a horizontal division number of 6 and a vertical division number of 3, and a tone value is obtained using a weighted filter as shown. The same effect (3/9 gradation (gradation value 3)) as in FIG. However, in this case, since the weighting multiplication processing is performed, the processing speed becomes slower than the method of performing subpixel division in which the horizontal division ratio is changed as shown in FIG.

ここで、例えば、第23図(a)に示すような五角形AB
CDEが入力されたとすると、この図形は、以下の要素を
持つ。
Here, for example, a pentagon AB as shown in FIG.
Assuming a CDE is entered, this figure has the following elements:

(イ)AB,BC,CD,DE,EAの5本の線ベクトル(実数表現) (ロ)図形内部の色及び輝度値 この図形は前述の動作により、第23図(b)に示すよ
うに、主走査方向に延びた7本の直線ベクトル(実数表
現)に分割される。この時、本実施例では、以下に示す
情報を7本の直線ベクトルの始点及び終点に付加する。
即ち、 (ハ)直線ベクトルの始点及び終点を構成するベクトル
要素(上記の(イ))の始点座標値(実数表現) (ニ)直線ベクトルの始点及び終点を構成するベクトル
要素の傾き情報 (ホ)直線ベクトルの始点及び終点の特徴情報(右エッ
ジ,左エッジ,図形の頂点,1ドット以下の線,直線の交
差部等) 次に、第24図のフローチャートを参照して、スキャン
ラインの塗りつぶし処理におけるアンチエイリアシング
処理を説明する。第22図(a)〜(c)で示したよう
に、本発明ではエッジ部画素を左右に分割した場合の右
側部分の面積を、左側部分の面積より高い寄与率で階調
値に変換する。
(A) Five line vectors of AB, BC, CD, DE, and EA (representation of real numbers) (b) Color and luminance value inside the figure This figure is obtained by the above-described operation as shown in FIG. 23 (b). , Are divided into seven linear vectors (real numbers) extending in the main scanning direction. At this time, in the present embodiment, the following information is added to the start and end points of the seven linear vectors.
(C) Starting point coordinate values (expressed as real numbers) of vector elements (starting point and end point of the linear vector) ((a) above) (d) Slope information of vector elements forming the starting point and end point of the linear vector (e) ) Characteristic information of the start point and end point of the straight line vector (right edge, left edge, vertex of figure, line of 1 dot or less, intersection of straight line, etc.) Next, referring to the flowchart of FIG. The anti-aliasing processing in the processing will be described. As shown in FIGS. 22 (a) to 22 (c), in the present invention, the area of the right part when the edge part pixel is divided into left and right is converted into a gradation value with a higher contribution ratio than the area of the left part. .

先ず、サブピクセル塗りつぶし処理において、第22図
(a)で示した横分割比率で、1画素を3*3のサブピ
クセルに分割して、サブピクセル毎の塗りつぶし領域の
算出を行う(S2401)。この処理を走査線を横切る全て
のベクトルに対して繰り返す(S2402)。
First, in the sub-pixel filling process, one pixel is divided into 3 * 3 sub-pixels at the horizontal division ratio shown in FIG. 22A, and a filling region is calculated for each sub-pixel (S2401). This process is repeated for all vectors crossing the scanning line (S2402).

次に、対象となる走査線の最初の画素から順番に、均
一平均化法(アンチエイリアシング処理方法)のフィル
ターを用いて、各画素の階調値(濃度)を算出する(S2
403)。
Next, the gradation value (density) of each pixel is calculated using a filter of the uniform averaging method (anti-aliasing method) in order from the first pixel of the target scanning line (S2).
403).

続いて、詳細は説明するが重ね書き処理で図形の各色
(BK,R,G,Bの4色)の階調値(濃度)を計算する(S240
4)。
Subsequently, as described in detail, the gradation value (density) of each color (four colors of BK, R, G, B) of the figure is calculated by the overwriting process (S240).
Four).

その後、ページメモリ描画処理で各色の階調値をペー
ジメモリに書き込む(S2405)。
After that, the gradation value of each color is written to the page memory by the page memory drawing process (S2405).

更に、上記のS2403からS2405の処理を1ライン分の全
ての画素に対して繰り返し実行する(S2406)。
Further, the processing from S2403 to S2405 is repeatedly executed for all pixels of one line (S2406).

CPU202は、上記の処理を走査線(y座標)の最後の画
素まで繰り返し、同時に上記の(ニ)の情報により、上
記(ハ)の内容を更新する。このようにしてアンチエイ
リアシング処理によって求めた第23図(a)の図形の階
調値kは第25図に示すような値となる。
The CPU 202 repeats the above processing up to the last pixel of the scanning line (y coordinate), and at the same time, updates the content of (c) with the information of (d). The tone value k of the graphic in FIG. 23 (a) obtained by the anti-aliasing processing in this manner is a value as shown in FIG.

このようにして求められた階調値kは、所定のYMC及
びBK変換処理(詳細は省略するが本実施例では、ソフト
ウェアとしてYMC及びBK変換プログラムを備えている)
によって、前述した図形内部の色及び輝度値((ロ)の
情報)に基づいて、ブラック(BK),イエロー(Y),
マゼンタ(M),及び,シアン(C)の4色のイメージ
画像に展開されて、ページメモリ206の該当するプレー
ンメモリ部にイメージデータとして格納される。第26図
(a),(b),(c),(d)は、色及び輝度値の情
報が、C:M:Y=1:0.5:0.3の場合でUCRを100%かけたとき
の状態を示す。
The tone value k thus obtained is subjected to a predetermined YMC and BK conversion process (details are omitted, but in this embodiment, a YMC and BK conversion program is provided as software).
Thus, black (BK), yellow (Y), and black (BK),
The image data is developed into image images of four colors of magenta (M) and cyan (C) and stored as image data in the corresponding plane memory section of the page memory 206. FIGS. 26 (a), (b), (c) and (d) show the case where the information of the color and the luminance value is C: M: Y = 1: 0.5: 0.3 and the UCR is multiplied by 100%. Indicates the status.

実施例3の図形処理装置では、前述した構成及び動作
によって、第23図(a)に示した五角形ABCDEに対し
て、最終的に第27図に示すトナー像が記録紙上に形成さ
れる。第28図は横分割比率が1:1:1のをサブピクセル分
割を行った場合の五角形ABCDEのトナー像を示し、第27
図(本発明によるトナー像)と第28図とを比較すると明
らかなように、アンチエイリアシング処理の効果を損な
うことなくトナー像を形成することができる。実際に
は、電子写真プロセスの特性(欠点)によってトナー像
の低濃度のエッジ部分は再現が確実でないため、現像・
転写後の画像においては実施例3の効果が更に明らかに
なる。
In the graphic processing apparatus according to the third embodiment, the toner image shown in FIG. 27 is finally formed on the recording paper for the pentagon ABCDE shown in FIG. FIG. 28 shows a pentagonal ABCDE toner image when subpixel division is performed with a horizontal division ratio of 1: 1: 1.
As is clear from the comparison between FIG. 28 (toner image according to the present invention) and FIG. 28, a toner image can be formed without impairing the effect of the anti-aliasing processing. In practice, the low density edge portion of the toner image is not reliably reproduced due to the characteristics (defects) of the electrophotographic process.
In the image after the transfer, the effect of the third embodiment becomes more apparent.

また、実施例3では、横分割比率が3:2:1のサブピク
セル分割によってエッジ部画素を左右に分割した場合の
右側部分の面積を、左側部分の面積より高い寄与率で階
調値に変換したが、第22図(d)で示したような重み付
けフィルターを用いても同様の効果が得られるのは勿論
である。
In the third embodiment, the area of the right part when the edge pixel is divided into the left and right parts by the sub-pixel division with the horizontal division ratio of 3: 2: 1 is converted into the gradation value with a higher contribution ratio than the area of the left part. Although the conversion is performed, it goes without saying that the same effect can be obtained by using a weighting filter as shown in FIG. 22 (d).

〔実施例4〕 以下、本発明の図形処理装置をPDLコントローラとし
て組み込んだ画像形成システムを実施例4として、アン
チエイリアシング処理の概要を説明する。尚、その他の
構成は実施例2と同様につき構成及び動作の説明を省略
する。
Embodiment 4 Hereinafter, an outline of an anti-aliasing process will be described using an image forming system in which the graphic processing apparatus of the present invention is incorporated as a PDL controller as Embodiment 4. The other configuration is the same as that of the second embodiment, and the description of the configuration and operation is omitted.

実施例4の図形処理装置(以下、PDLコントローラと
記載する)は、1つの画素を、サブピクセル分割を行う
サブピクセル分割領域と、サブピクセル分割を行わない
サブピクセル分割領域外とに分けて、サブピクセル分割
領域の画像部分のかかっているサブピクセル数に基づい
て、階調値を決定することにより、パルス巾変調方式の
特性によって、アンチエイリアシング処理の効果を損な
い、エイリアス発生の原因になる恐れのあるエッジ部画
素の階調値を「0」に設定できるようにしたものであ
る。
The graphic processing apparatus (hereinafter, referred to as a PDL controller) according to the fourth embodiment divides one pixel into a sub-pixel divided area in which sub-pixel division is performed and an area outside the sub-pixel divided area in which sub-pixel division is not performed. By determining the gradation value based on the number of sub-pixels in the image portion of the sub-pixel division region, the effect of the anti-aliasing process may be impaired due to the characteristics of the pulse width modulation method, which may cause aliasing. It is possible to set the gradation value of the edge portion pixel having the color "0" to "0".

以下、第29図(a)〜(e)を参照して、実施例4の
図形処理装置におけるアンチエイリアシング処理の概要
を詳細に説明する。
Hereinafter, the outline of the anti-aliasing processing in the graphic processing device of the fourth embodiment will be described in detail with reference to FIGS. 29 (a) to 29 (e).

実施例4では、第29図(a)に示すように、画素(ア
ンチエイリアシング処理の対象となる画素)の左側部分
をサブピクセル分割領域として、右側部分をサブピクセ
ル分割領域外として設定する。また、サブピクセル分割
領域は3*3のサブピクセルに分割される。
In the fourth embodiment, as shown in FIG. 29 (a), the left part of a pixel (pixel to be subjected to anti-aliasing processing) is set as a sub-pixel division area, and the right part is set as outside the sub-pixel division area. Further, the sub-pixel division region is divided into 3 * 3 sub-pixels.

次に、第29図(b)〜(e)を参照して、本発明によ
る階調値の求め方を従来の方法(3*3サブピクセル分
割による方法)と比較して示す。同図(b)に示すよう
に、画像部分が画素のサブピクセル分割領域外のみにか
かっている場合、換言すれば、サブピクセルに画像部分
がかかっていない場合、塗りつぶすべきサブピクセルの
数が0/9であるので、階調値は「0」となる。一方、従
来の3*3サブピクセル分割では、同図(c)に示すよ
うに、塗りつぶすべきサブピクセルの数が1/9であるの
で、階調値は「1」となる。この場合、画像部分が画素
の端をかすめている程度であるため、パルス巾変調方式
でドットを形成すると、、画像部分から離れてアンチエ
イリアシング処理の効果を損なうことになる。
Next, referring to FIGS. 29 (b) to 29 (e), a method of obtaining a gradation value according to the present invention will be described in comparison with a conventional method (method by 3 * 3 sub-pixel division). As shown in FIG. 7B, when the image portion covers only the sub-pixel divided region of the pixel, in other words, when the image portion does not cover the sub-pixel, the number of sub-pixels to be filled is 0. / 9, the gradation value is “0”. On the other hand, in the conventional 3 * 3 sub-pixel division, the number of sub-pixels to be filled is 1/9, as shown in FIG. In this case, since the image portion is almost at the edge of the pixel, if the dot is formed by the pulse width modulation method, the effect of the anti-aliasing process will be impaired apart from the image portion.

また、同図(d)に示すように、画像部分がサブピク
セル分割領域にかかっている場合には、塗りつぶすべき
サブピクセルの数が2/9であるので、階調値は「2」と
なる。一方、従来の3*3サブピクセル分割では、同図
(e)に示すように、塗りつぶすべきサブピクセルの数
が3/9であるので、階調値は「3」となる。この場合、
従来の方法と比較して階調値が小さめに決定されること
になるが、副走査方向に左エッジの画素を眺めた場合、
全ての画素が同様に小さめの階調値を割り当てられるた
め、アンチエイリアシング処理の効果を損なうことはな
い。
Also, as shown in FIG. 3D, when the image portion covers the sub-pixel division area, the number of sub-pixels to be filled is 2/9, and the gradation value is “2”. . On the other hand, in the conventional 3 * 3 subpixel division, the number of subpixels to be filled is 3/9 as shown in FIG. in this case,
Although the gradation value is determined to be smaller than the conventional method, when the pixel at the left edge is viewed in the sub-scanning direction,
Since all pixels are similarly assigned smaller gradation values, the effect of the anti-aliasing process is not impaired.

更に、前述した説明から明らかなように、重み付けフ
ィルターを用いないため、重み付けの乗算処理を行う必
要がなく、通常の均一平均化法と同様の処理速度で階調
値を求めることができる。
Furthermore, as is clear from the above description, since a weighting filter is not used, there is no need to perform a weighting multiplication process, and the gradation value can be obtained at a processing speed similar to that of a normal uniform averaging method.

次に、第30図のフローチャートを参照して、スキャン
ラインの塗りつぶし処理におけるアンチエイリアシング
処理を説明する。第29図(a)〜(e)で示したよう
に、本発明ではエッジ部画素を左右に分割した場合の右
側部分の面積を、左側部分の面積より高い寄与率で階調
値に変換する。
Next, the anti-aliasing process in the scan line filling process will be described with reference to the flowchart in FIG. As shown in FIGS. 29 (a) to 29 (e), in the present invention, the area of the right side when the edge part pixel is divided into left and right is converted into a gradation value with a higher contribution ratio than the area of the left side. .

先ず、サブピクセル塗りつぶし処理において、第29図
(a)で示しように、1画素をサブピクセル分割領域と
サブピクセル分割領域外に分け、更に、サブピクセル分
割領域を3*3のサブピクセルに分割して、サブピクセ
ル毎の塗りつぶし領域の算出を行う(S3001)。この処
理を走査線を横切る全てのベクトルに対して繰り返す
(S3002)。
First, in the sub-pixel filling process, as shown in FIG. 29A, one pixel is divided into a sub-pixel divided region and a sub-pixel divided region, and further, the sub-pixel divided region is divided into 3 * 3 sub-pixels. Then, a painted area is calculated for each sub-pixel (S3001). This process is repeated for all vectors crossing the scanning line (S3002).

次に、対象となる走査線の最初の画素から順番に、均
一平均化法(アンチエイリアシング処理方法)のフィル
ターを用いて、各画素の階調値(濃度)を算出する(S3
003)。
Next, the gradation value (density) of each pixel is calculated using a filter of the uniform averaging method (anti-aliasing processing method) in order from the first pixel of the target scanning line (S3).
003).

続いて、詳細は省略するが重ね書き処理で図形の各色
(BK,R,G,Bの4色)の階調値(濃度)を計算する(S300
4)。
Subsequently, although not described in detail, the gradation value (density) of each color (four colors of BK, R, G, and B) of the figure is calculated by the overwriting process (S300).
Four).

その後、ページメモリ描画処理で各色の階調値をペー
ジメモリに書き込む(S3005)。
After that, the gradation value of each color is written in the page memory by the page memory drawing process (S3005).

更に、上記のS3003からS3005の処理を1ライン分の全
ての画素に対して繰り返し実行する(S3006)。
Further, the processing from S3003 to S3005 is repeatedly executed for all pixels of one line (S3006).

CPU202は、上記の処理を走査線(y座標)の最後の画
素まで繰り返し、同図に(ニ)(実施例3参照)の情報
により、(ハ)(実施例3参照)の内容を更新する。こ
のようにしてアンチエイリアシング処理によって、例え
ば、第23図(a)の図形の階調値kは第31図に示すよう
な値となる。
The CPU 202 repeats the above processing up to the last pixel of the scanning line (y coordinate), and updates the contents of (c) (see Example 3) with the information of (d) (see Example 3) in FIG. . By the anti-aliasing processing in this way, for example, the gradation value k of the figure in FIG. 23 (a) becomes a value as shown in FIG.

このようにして求められた階調値kは、所定のYMC及
びBK変換処理(詳細は省略するが本実施例では、ソフト
ウェアとしてYMC及びBK変換プログラムを備えている)
によって、前述した図形内部の色及び輝度値((ロ)の
情報)に基づいて、ブラック(BK),イエロー(Y),
マゼンタ(M),及び,シアン(C)の4色のイメージ
画像に展開されて、ページメモリ206の該当するプレー
ンメモリ部にイメージデータとして格納される。第32図
(a),(b),(c),(d)は、色及び輝度値の情
報が、C:M:Y=1:0.5:0.3の場合でUCRを100%かけたとき
の状態を示す。
The tone value k thus obtained is subjected to a predetermined YMC and BK conversion process (details are omitted, but in this embodiment, a YMC and BK conversion program is provided as software).
Thus, black (BK), yellow (Y), and black (BK),
The image data is developed into image images of four colors of magenta (M) and cyan (C) and stored as image data in the corresponding plane memory section of the page memory 206. FIGS. 32 (a), (b), (c) and (d) show the case where the information of the color and the luminance value is C: M: Y = 1: 0.5: 0.3 and the UCR is multiplied by 100%. Indicates the status.

実施例4の図形処理装置では、前述した構成及び動作
によって、第23図(a)に示した五角形ABCDEに対し
て、最終的に第33図に示すトナー像が記録紙上に形成さ
れる。第28図に示した従来の3*3サブピクセル分割と
比較すると明らかなように、アンチエイリアシング処理
の効果を損なうことなくトナー像を形成することができ
る。
In the graphic processing apparatus according to the fourth embodiment, the toner image shown in FIG. 33 is finally formed on the recording paper with respect to the pentagon ABCDE shown in FIG. As is apparent from comparison with the conventional 3 * 3 sub-pixel division shown in FIG. 28, a toner image can be formed without impairing the effect of the anti-aliasing processing.

また、実施例4では、サブピクセル分割領域を3*3
サブピクセルに分割したが特にこれに限定するものでは
ない。更に、サブピクセル分割領域外の比率を大きくし
ても良い。
In the fourth embodiment, the sub-pixel division area is set to 3 * 3
Although the image is divided into sub-pixels, the present invention is not limited to this. Further, the ratio outside the sub-pixel division region may be increased.

〔実施例5〕 以下、本発明の図形処理装置をPDLコントローラとし
て組み込んだ画像形成システムを実施例5として、アン
チエイリアシング処理の概要を説明する。尚、その他の
構成は実施例2と同様につき構成及び動作の説明を省略
する。
Embodiment 5 Hereinafter, an outline of an anti-aliasing process will be described with an image forming system in which the graphic processing apparatus of the present invention is incorporated as a PDL controller as a fifth embodiment. The other configuration is the same as that of the second embodiment, and the description of the configuration and operation is omitted.

実施例5の図形処理装置(以下、PDLコントローラと
記載する)は、エッジ部画素を横切るベクトルデータの
傾き,及び,エッジの種類に基づいて、塗りつぶすべき
画像部分がエッジ部画素の上下・左右の何れの部分にあ
るか判定し、この判定結果に基づいて、所定の重み付け
フィルターから該当する重み付けフィルターを選択し、
エッジ部画素の階調値を決定する。換言すれば、ベクト
ルデータの傾きと塗りつぶし領域の方向より、使用する
重み付けフィルターを選択し、上下・左右の各エッジ部
画素に対して最も相応しい重み付けフィルターを用いて
階調値を決定することにより、最終出力時に適正濃度の
印字画像を得るようにしたものであり、特に、左エッジ
の画素(塗りつぶすべき画像部分が画素の右側に位置す
るエッジ部画素)においてパルス巾変調方式の特性によ
って起こるところの低濃度のドットによるエイリアスの
発生を回避できるようにしたものである。
The graphic processing apparatus (hereinafter referred to as a PDL controller) according to the fifth embodiment is configured such that an image portion to be filled is positioned above, below, left, and right of the edge pixel based on the inclination of the vector data crossing the edge pixel and the type of edge. Which part is determined, based on the determination result, select a corresponding weighting filter from a predetermined weighting filter,
The tone value of the edge part pixel is determined. In other words, by selecting the weighting filter to be used from the inclination of the vector data and the direction of the filled area, and determining the gradation value using the most appropriate weighting filter for the upper, lower, left and right edge pixels, A print image having an appropriate density is obtained at the time of final output. In particular, a pixel generated at the left edge (an edge portion pixel in which an image portion to be filled is located on the right side of the pixel) due to the characteristics of the pulse width modulation method. This is to prevent the occurrence of aliases due to low density dots.

以下、第34図(a)〜(f)を参照して、実施例5の
図形処理装置におけるアンチエイリアシング処理の概要
を詳細に説明する。
Hereinafter, the outline of the anti-aliasing processing in the graphic processing device of the fifth embodiment will be described in detail with reference to FIGS. 34 (a) to (f).

実施例5では、4*4のフィルター形状で重み付け平
均化法の重みの値が異なる4つの重み付けフィルターを
使用してエッジ部画素の階調値を求め、この階調値を10
階調をもつパルス巾変調方式の多値カラー・レーザー・
プリンタ300へ出力するため10階調へ変換して最終的な
階調値としている。
In the fifth embodiment, the tone value of the edge part pixel is obtained by using four weighting filters having different weight values of the weighted averaging method in a 4 * 4 filter shape.
Multilevel color laser with pulse width modulation method with gradation
In order to output to the printer 300, it is converted into 10 gradations to obtain a final gradation value.

第34図(a),(b),(c),(d)は本実施例で
使用する4つの重み付けフィルターを示し、同図(a)
は塗りつぶすべき画像部分がエッジ部画素の左側に位置
する場合に使用する右エッジ用フィルターであり、同図
(b)は塗りつぶすべき画像部分がエッジ部画素の右側
に位置する場合に使用する左エッジ用フィルターであ
り、同図(c)は塗りつぶすべき画像部分がエッジ部画
素の下側に位置する場合に使用する上エッジ用フィルタ
ーであり、同図(d)は塗りつぶすべき画像部分がエッ
ジ部画素の上側に位置する場合には使用する下エッジ用
フィルターである。尚、これらのフィルターの重み付け
の値は、特にこれに限定されるものではなく、出力装置
となるレーザープリンタの階調数及びドット形状等を考
慮して、最終的な印字画像のギザリが少なくなるように
設定すれば良い。
FIGS. 34 (a), (b), (c) and (d) show four weighting filters used in the present embodiment.
A right edge filter used when the image portion to be filled is located on the left side of the edge portion pixel, and FIG. 3B shows a left edge filter used when the image portion to be filled is located on the right side of the edge portion pixel. FIG. 3C is an upper edge filter used when the image portion to be filled is located below the edge portion pixels, and FIG. 4D is a filter for the upper edge portion where the image portion to be filled is an edge portion pixel. If it is located above the lower edge, it is the lower edge filter to be used. Note that the weighting values of these filters are not particularly limited to this, and the final printed image is less jagged in consideration of the number of gradations and dot shapes of a laser printer serving as an output device. It should be set as follows.

第34図(e)は、エッジ部画素を横切るベクトルデー
タの傾き,及び,エッジの種類に基づいて、塗りつぶす
べき画像部分がエッジ部画素の上下・左右の何れの部分
にあるか判定する画像部判定の例を示したものである。
ここで、例えば、ベクトルデータの傾きαがπ/2で、エ
ッジ部の種類が右エッジ部のエッジ部画素は、エッジ部
画素の左側を塗りつぶすと判定され、図示の如く、右エ
ッジ用フィルターが使用フィルターとして選択される。
FIG. 34 (e) shows an image portion which determines which of the upper, lower, left and right portions of the edge pixel is to be filled based on the inclination of the vector data crossing the edge pixel and the type of edge. 9 shows an example of determination.
Here, for example, an edge pixel having a slope α of vector data of π / 2 and an edge type of a right edge portion is determined to be filled on the left side of the edge pixel, and a right edge filter is applied as shown in the drawing. Selected as filter to use.

実施例5では、ベクトルデータの傾きαがπ/4(或い
は,−π/4)以上であるか、以下であるかを基準として
塗りつぶすべき画像部分を上下で判定するか、或いは左
右で判定するか区別するが、特にπ/4(或いは,−π/
4)に限定するものではない。
In the fifth embodiment, the image portion to be filled is determined vertically or horizontally based on whether the gradient α of the vector data is equal to or larger than π / 4 (or −π / 4). Π / 4 (or −π /
It is not limited to 4).

次に、第34図(f)を参照して具体的にフィルターの
使用例を挙げて説明する。
Next, a specific example of using a filter will be described with reference to FIG. 34 (f).

画素G1は、図示から明らかなように、傾きαが0≦α
<π/4で、エッジの種類が左エッジであるので、エッジ
部画素の下側を塗りつぶすと判定することができる。従
って、上エッジ用フィルターを用いて階調値を求める
と、階調値は4(4/19)となる。
Pixel G 1, as is clear from the illustration, the inclination alpha is 0 ≦ alpha
If <π / 4, the edge type is the left edge, so it can be determined that the lower side of the edge part pixel is to be painted. Therefore, when the tone value is obtained using the upper edge filter, the tone value is 4 (4/19).

画素G2は、傾きαがπ/4より大きく、エッジの種類が
左エッジであるので、エッジ部画素の右側を塗りつぶす
と判定することができる。従って、左エッジ用フィルタ
ーを用いて階調値を求めると、階調値は0(0/19)とな
る。
Pixel G 2 is the inclination α is greater than [pi / 4, since the type of edge is a left edge, it can be determined that fill the right edge pixel. Accordingly, when the tone value is obtained using the left edge filter, the tone value is 0 (0/19).

画素G3は、傾きαが−π/4より小さく、エッジの種類
が右エッジであるので、エッジ部画素の左側を塗りつぶ
すと判定することができる。従って、右エッジ用フィル
ターを用いて階調値を求めると、階調値は6(6/16)と
なる。
Pixel G 3 are, the inclination α is less than - [pi] / 4, since the type of edge is a right edge, it can be determined that fill the left edge pixel. Therefore, when the tone value is obtained using the right edge filter, the tone value is 6 (6/16).

画素G4は、傾きαが0≦α<π/4で、エッジの種類が
右エッジであるので、エッジ部画素の上側を塗りつぶす
と判定することができる。従って、下エッジ用フィルタ
ーを用いて階調値を求めると、階調値は0(0/20)とな
る。
Pixel G 4 are in the inclination alpha is 0 ≦ α <π / 4, since the type of edge is a right edge, it can be determined that fill the upper edge portion pixel. Therefore, when the gradation value is obtained using the lower edge filter, the gradation value is 0 (0/20).

次に、第35図のフローチャートを参照して、スキャン
ラインの塗りつぶし処理におけるアンチエイリアシング
処理を説明する。
Next, the anti-aliasing processing in the scan line filling processing will be described with reference to the flowchart in FIG.

先ず、サブピクセル塗りつぶし処理において、1画素
を4*4のサブピクセルに分割して、サブピクセル毎の
塗りつぶし領域の算出を行う(S3501)。この処理を走
査線を横切る全てのベクトルに対して繰り返す(S350
2)。
First, in the sub-pixel filling process, one pixel is divided into 4 * 4 sub-pixels, and a filling region is calculated for each sub-pixel (S3501). This process is repeated for all vectors crossing the scanning line (S350
2).

次に、濃度決定処理において、第34図(e)で示した
ように、エッジ部画素を横切るベクトルデータの傾き,
及び,エッジの種類に基づいて、塗りつぶすべき画像部
分がエッジ部画素の上下・左右の何れの部分にあるか判
定し、該当するフィルターを選択して、重み付け平均化
法によって対象となる走査線の最初の画素から順番に各
画素の階調値(濃度)を算出する(S3503)。
Next, in the density determination processing, as shown in FIG. 34 (e), the inclination of the vector data crossing the edge portion pixel,
Further, based on the type of the edge, it is determined whether the image portion to be filled is located above, below, left or right of the edge portion pixel, a corresponding filter is selected, and a target scanning line is determined by the weighted averaging method. The tone value (density) of each pixel is calculated in order from the first pixel (S3503).

続いて、詳細は省略するが重ね書き処理で図形の各色
(BK,R,G,Bの4色)の階調値(濃度)を計算する(S350
4)。
Next, although not described in detail, the gradation value (density) of each color (four colors of BK, R, G, and B) of the figure is calculated by the overwriting process (S350).
Four).

その後、ページメモリ描画処理の各色の階調値をペー
ジメモリに書き込む(S3505)。
After that, the gradation value of each color in the page memory drawing process is written to the page memory (S3505).

更に、上記のS3503からS3505の処理を1ライン分の全
ての画素に対して繰り返し実行する(S3506)。
Further, the processing from S3503 to S3505 is repeatedly executed for all pixels for one line (S3506).

CPU202は、上記の処理を走査線(y座標)の最後の画
素まで繰り返し、同時に(ニ)(実施例3参照)の情報
により、(ハ)(実施例3参照)の内容を更新する。こ
のようにしてアンチエイリアシング処理によって求めた
第23図(a)の図形の階調値kは第36図に示すような値
となる。
The CPU 202 repeats the above processing up to the last pixel of the scanning line (y coordinate), and at the same time, updates the contents of (c) (see Embodiment 3) with the information of (d) (see Embodiment 3). The tone value k of the graphic in FIG. 23 (a) obtained by the anti-aliasing processing in this manner is a value as shown in FIG.

このようにして求められた階調値kは、所定のYMC及
びBK変換処理(詳細は省略するが本実施例では、ソフト
ウェアとしてYMC及びBK変換プログラムを備えている)
によって、前述した図形内部の色及び輝度値((ロ)の
情報)に基づいて、ブラック(BK),イエロー(Y),
マゼンタ(M),及び,シアン(C)の4色のイメージ
画像に展開されて、ページメモリ206の該当するプレー
ンメモリ部にイメージデータとして格納される。第37図
(a),(b),(c),(d)は、色及び輝度値の情
報が、C:M:Y=1:0.5:0.3の場合でUCRを100%かけたとき
の状態を示す。
The tone value k thus obtained is subjected to a predetermined YMC and BK conversion process (details are omitted, but in this embodiment, a YMC and BK conversion program is provided as software).
Thus, black (BK), yellow (Y), and black (BK),
The image data is developed into image images of four colors of magenta (M) and cyan (C) and stored as image data in the corresponding plane memory section of the page memory 206. FIGS. 37 (a), (b), (c) and (d) show the case where the information of the color and the luminance value is C: M: Y = 1: 0.5: 0.3 and the UCR is multiplied by 100%. Indicates the status.

実施例5の図形処理装置では、前述した構成及び動作
によって、第23図(a)に示した五角形ABCDEに対し
て、最終的に第38図に示すトナー像が記録紙上に形成さ
れる。図示の如く、アンチエイリアシング処理の効果を
損なうことなくトナー像を形成することができる。
In the graphic processing apparatus according to the fifth embodiment, the toner image shown in FIG. 38 is finally formed on the recording paper with respect to the pentagon ABCDE shown in FIG. As shown, a toner image can be formed without impairing the effect of the anti-aliasing process.

〔発明の効果〕〔The invention's effect〕

以上説明したように、本発明の図形処理装置は、サブ
ピクセル分割によって、ベクトルデータのエッジ部画素
の階調値(濃度値)を求め、該階調値をドット変調可能
な出力装置へ出力する図形処理装置において、サブピク
セルの分割形状を変更するサブピクセル可変手段を備え
たため、アンチエイリアシング処理の効果を向上させる
ことができる。
As described above, the graphic processing apparatus of the present invention obtains a gradation value (density value) of an edge portion pixel of vector data by sub-pixel division, and outputs the gradation value to an output device capable of dot modulation. Since the graphic processing apparatus includes the sub-pixel changing unit that changes the divided shape of the sub-pixel, the effect of the anti-aliasing processing can be improved.

また、本発明の図形処理装置は、サブピクセル分割に
よって、ベクトルデータのエッジ部画素の階調値(濃度
値)を求め、該階調値をドット変調可能な出力装置へ出
力する図形処理装置において、ベクトルデータを直線ベ
クトルに近似し、直線ベクトルの傾きに応じて、エッジ
部画素のサブピクセル分割サイズを可変するサブピクセ
ル可変手段を備えたため、アンチエイリアシング処理の
効果を向上させることができる。
Further, the graphic processing apparatus of the present invention obtains a gradation value (density value) of an edge pixel of vector data by sub-pixel division, and outputs the gradation value to an output device capable of dot modulation. The sub-pixel changing means for approximating the vector data to a linear vector and changing the sub-pixel division size of the edge part pixel according to the inclination of the linear vector is provided, so that the effect of the anti-aliasing process can be improved.

また、本発明の図形処理装置は、サブピクセル分割に
よって、ベクトルデータのエッジ部画素の階調値(濃度
値)を求め、該階調値をドット変調可能な出力装置へ出
力する図形処理装置において、ベクトルデータの傾き,
及び,エッジ部画素内の端点の有無に基づいて、複数の
サブピクセル形状の中から適切なサブピクセル形状を選
択し、サブピクセル分割を実行するサブピクセル分割手
段を備えたため、処理速度を低下させることなく、実際
の面積率から求めた階調値と大きく異ならない値の階調
値を得ることができる。
Further, the graphic processing apparatus of the present invention obtains a gradation value (density value) of an edge pixel of vector data by sub-pixel division, and outputs the gradation value to an output device capable of dot modulation. , The slope of the vector data,
And a sub-pixel dividing unit that selects an appropriate sub-pixel shape from a plurality of sub-pixel shapes based on the presence or absence of an end point in the edge portion pixel and performs sub-pixel division, thereby reducing the processing speed. Without this, it is possible to obtain a gradation value having a value that does not greatly differ from the gradation value obtained from the actual area ratio.

また、本発明の図形処理装置は、サブピクセル分割に
よって、ベクトルデータのエッジ部画素の階調値(濃度
値)を求め、該階調値をパルス巾変調方式のレーザープ
リンタへ出力する図形処理装置において、エッジ部画素
を左右に分割した場合の右側部分の面積を、左側部分の
面積より高い寄与率で階調値に変換する階調値決定手段
を備えたため、電子写真プロセスの特性を考慮して、ア
ンチエイリアシング処理の効果が損なわれないようにす
ることができる。
Further, the graphic processing apparatus of the present invention obtains a gradation value (density value) of an edge pixel of vector data by sub-pixel division, and outputs the gradation value to a pulse width modulation type laser printer. In the above, since there is provided a gradation value determining means for converting the area of the right part when the edge part pixel is divided into right and left into a gradation value with a higher contribution ratio than the area of the left part, the characteristics of the electrophotographic process are taken into consideration. Thus, the effect of the anti-aliasing processing can be prevented from being impaired.

また、本発明の図形処理装置は、サブピクセル分割に
よって、ベクトルデータのエッジ部の画素の階調値(濃
度値)を求め、該階調値をパルス巾変調方式のレーザー
プリンタへ出力する図形処理装置において、画素を、サ
ブピクセル分割を行うサブピクセル分割領域と、サブピ
クセル分割を行わないサブピクセル分割領域外とに分け
て、サブピクセル分割領域の画像部分のかかっているサ
ブピクセル数に基づいて、階調値を決定する階調値決定
手段を備えたため、処理速度を低下させることなく、且
つ、パルス巾変調方式の特性によって低濃度のドットが
アンチエイリアシング処理の効果を損なってエイリアス
発生の原因となるのを回避することができる。
Further, the graphic processing apparatus of the present invention obtains a gradation value (density value) of a pixel at an edge portion of vector data by sub-pixel division, and outputs the gradation value to a pulse width modulation type laser printer. In the device, the pixels are divided into a sub-pixel division region where sub-pixel division is performed and a sub-pixel division region where sub-pixel division is not performed, and based on the number of sub-pixels covered by the image portion of the sub-pixel division region. , Because of the provision of the tone value determining means for determining the tone value, the low-density dots impair the effect of the anti-aliasing process due to the characteristics of the pulse width modulation method without lowering the processing speed and causing aliasing. Can be avoided.

また、本発明の図形処理装置は、サブピクセル分割に
よって、ベクトルデータのエッジ部画素の階調値(濃度
値)を求め、該階調値をパルス巾変調方式のレーザープ
リンタへ出力する図形処理装置において、エッジ部画素
を横切るベクトルデータの傾き,及び,エッジの種類に
基づいて、塗りつぶすべき画像部分がエッジ部画素の上
下・左右の何れの部分にあるか判定する画像部判定手段
と、塗りつぶすべき画像部分がエッジ部画素の上側に位
置する場合に使用する上用フィルター,塗りつぶすべき
画像部分がエッジ部画素の下側に位置する場合に使用す
る下用フィルター,塗りつぶすべき画像部分がエッジ部
画素の右側に位置する場合に使用する右用フィルター,
及び,塗りつぶすべき画像部分がエッジ部画素の左側に
位置する場合に使用する左用フィルターの4つの重み付
けフィルターを記憶した記憶手段と、画像部判定手段の
判定結果に基づいて、記憶手段から該当する重み付けフ
ィルターを選択して、エッジ部画素の階調値を決定する
階調値決定手段とを備えたため、アンチエイリアシング
処理の精度を低下させることなく、低濃度のドットによ
るエイリアスの発生を回避できる。
Further, the graphic processing apparatus of the present invention obtains a gradation value (density value) of an edge pixel of vector data by sub-pixel division, and outputs the gradation value to a pulse width modulation type laser printer. In the above, based on the inclination of the vector data traversing the edge portion pixel and the type of edge, an image portion determining means for determining whether the image portion to be filled is located above, below, left or right of the edge portion pixel, and to be filled The upper filter used when the image part is located above the edge pixel, the lower filter used when the image part to be filled is located below the edge pixel, and the image part to be filled is the edge pixel Right filter used when located on the right,
And a storage means for storing four weighting filters of a left filter used when the image portion to be filled is located on the left side of the edge portion pixel, and a corresponding weighting from the storage means based on the determination result of the image portion determination means. Since a tone value determining means for selecting a filter and determining a tone value of an edge portion pixel is provided, it is possible to avoid the occurrence of aliasing due to low-density dots without lowering the accuracy of anti-aliasing processing.

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

第1図は実施例1の画像形成システムの構成を示す説明
図、第2図は実施例1のPDLコントローラの構成を示す
説明図、第3図(a),(b),第4図,及び,第5図
(a),(b),(c)は各々実施例1の原理を示す説
明図、第6図は実施例1の動作を示すフローチャート、
第7図及び第8図は各々実施例1の動作を示す説明図、
第9図(a)〜(f)は実施例2の図形処理装置におけ
るアンチエイリアシング処理の概要を示す説明図、第10
図は実施例2の画像形成システムの構成を示す説明図、
第11図はPDLコントローラ(実施例2の図形処理装置)
の構成を示す説明図、第12図(a)はPDLコントローラ
の動作を示すフローチャート、第12図(b)はパスの塗
りつぶし処理を示す説明図、第12図(c)はアンチエイ
リアシング処理を示すフローチャート、第13図(a),
(b)は図形の直線ベクトル分割を示す説明図、第14図
はアンチエイリアシング処理を実施後の階調値を示す説
明図、第15図(a),(b),(c),(d)はページ
メモリのプレーンメモリ部に格納されるYMC及びBKイメ
ージデータを示す説明図、第16図は多値カラー・レーザ
ー・プリンタを示す制御ブロック図、第17図は多値カラ
ー・レーザー・プリンタの構成を示す説明図、第18図
(a),(b)はイエロー記録ユニットの露光系の構成
を示す説明図、第19図(a),(b),(c),(d)
はパルス巾変調による多値駆動を示す説明図、第20図は
パルス巾変調のレベルによる潜像の状態を示す説明図、
第21図は第13図(a)に示した四角形ABCDの最終的なト
ナー像を示す説明図、第22図(a),(b),(c),
(d)は実施例3の図形処理装置におけるアンチエイリ
アシング処理の概要を示す説明図、第23図(a),
(b)は図形の直線ベクトル分割を示す説明図、第24図
は実施例3のアンチエイリアシング処理を示すフローチ
ャート、第25図は実施例3におけるアンチエイリアシン
グ処理を実施後の階調値を示す説明図、第26図(a),
(b),(c),(d)は実施例3におけるページメモ
リのプレーンメモリ部に格納されるYMC及びBKイメージ
データを示す説明図、第27図は第23図(a)に示した五
角形ABCDEの最終的なトナー像を示す説明図、第28図は
従来のサブピクセル分割による五角形ABCDEのトナー像
を示す説明図、第29図(a),(b),(c),
(d),(e)は実施例4の図形処理装置におけるアン
チエイリアシング処理の概要を示す説明図、第30図は実
施例4のアンチエイリアシング処理を示すフローチャー
ト、第31図は実施例4におけるアンチエイリアシング処
理を実施後の階調値に示す説明図、第32図(a),
(b),(c),(d)は実施例4におけるページメモ
リのプレーンメモリ部に格納されるYMC及びBKイメージ
データを示す説明図、第33図は第23図(a)に示した五
角形ABCDEの最終的なトナー像を示す説明図、第34図
(a),(b),(c),(d),(e),(f)は実
施例5の図形処理装置におけるアンチエイリアシング処
理の概要を示す説明図、第35図は実施例5のアンチエイ
リアシング処理を示すフローチャート、第36図は実施例
5におけるアンチエイリアシング処理を実施後の階調値
を示す説明図、第37図(a),(b),(c),(d)
は実施例5におけるページメモリのプレーンメモリ部に
格納されるYMC及びBKイメージデータを示す説明図、第3
8図は第23図(a)に示した五角形ABCDEの最終的なトナ
ー像を示す説明図、第39図(a),(b)は従来のアン
チエイリアシング処理を示す説明図、第40図(a),
(b)は均一平均化法によるアンチエイリアシング処理
を示す説明図、第41図(a),(b)は重み付け平均化
法によるアンチエイリアシング処理を示す説明図、第42
図(a),(b),(c),(d)は重み付け平均化法
に使用するフィルター例を示す説明図、第43図は3×3
ピクセル参照の畳み込み積分法を示す説明図、第44図
(a),(b),及び,第45図(a),(b),
(c),(d)は従来のアンチエイリアシング処理の問
題点を示す説明図である。 符号の説明 100……ホストコンピュータ 200……PDLコントローラ 201……受信装置、202……CPU 203……内部システムバス 204……RAM、205……ROM 206……ページメモリ、207……送信装置 208……I/O装置 209……サブピクセル可変手段 300……多値カラー・レーザー・プリンタ 400……システム制御部
FIG. 1 is an explanatory diagram showing the configuration of an image forming system according to the first embodiment, FIG. 2 is an explanatory diagram showing the configuration of a PDL controller according to the first embodiment, and FIG. 3 (a), (b), FIG. 5 (a), 5 (b) and 5 (c) are explanatory diagrams each showing the principle of the first embodiment, FIG. 6 is a flowchart showing the operation of the first embodiment,
7 and 8 are explanatory diagrams each showing the operation of the first embodiment,
9 (a) to 9 (f) are explanatory diagrams showing an outline of an anti-aliasing process in the graphic processing device according to the second embodiment.
FIG. 3 is an explanatory diagram illustrating a configuration of an image forming system according to a second embodiment.
FIG. 11 shows a PDL controller (graphic processing device of the second embodiment).
FIG. 12 (a) is a flowchart showing the operation of the PDL controller, FIG. 12 (b) is an explanatory diagram showing a path filling process, and FIG. 12 (c) shows an anti-aliasing process. Flow chart, FIG. 13 (a),
(B) is an explanatory view showing a linear vector division of a figure, FIG. 14 is an explanatory view showing a gradation value after performing anti-aliasing processing, and FIGS. 15 (a), (b), (c) and (d). ) Is an explanatory diagram showing YMC and BK image data stored in the plane memory section of the page memory, FIG. 16 is a control block diagram showing a multi-valued color laser printer, and FIG. 17 is a multi-valued color laser printer FIGS. 18 (a) and (b) are explanatory diagrams showing the configuration of the exposure system of the yellow recording unit, and FIGS. 19 (a), (b), (c) and (d).
Is an explanatory diagram showing multi-level driving by pulse width modulation, FIG. 20 is an explanatory diagram showing the state of a latent image according to the level of pulse width modulation,
FIG. 21 is an explanatory view showing the final toner image of the square ABCD shown in FIG. 13 (a), and FIGS. 22 (a), (b), (c),
FIG. 23D is an explanatory diagram showing an outline of the anti-aliasing process in the graphic processing device according to the third embodiment.
FIG. 24 (b) is an explanatory diagram showing a linear vector division of a figure, FIG. 24 is a flowchart showing an anti-aliasing process according to the third embodiment, and FIG. 25 is a description showing gradation values after the anti-aliasing process in the third embodiment is performed. Fig. 26 (a),
(B), (c), and (d) are explanatory diagrams showing YMC and BK image data stored in the plane memory unit of the page memory according to the third embodiment. FIG. 27 is a pentagon shown in FIG. FIG. 28 is an explanatory diagram showing a final toner image of ABCDE, FIG. 28 is an explanatory diagram showing a conventional pentagonal ABCDE toner image by sub-pixel division, and FIGS. 29 (a), (b), (c), and FIG.
(D) and (e) are explanatory diagrams showing an outline of the anti-aliasing processing in the graphic processing apparatus of the fourth embodiment, FIG. 30 is a flowchart showing the anti-aliasing processing of the fourth embodiment, and FIG. FIG. 32 (a) is an explanatory diagram showing the gradation values after the aliasing process is performed.
(B), (c), and (d) are explanatory diagrams showing YMC and BK image data stored in the plane memory unit of the page memory in the fourth embodiment, and FIG. 33 is a pentagon shown in FIG. FIG. 34 (a), (b), (c), (d), (e), and (f) show the final toner image of ABCDE. FIG. 35 is a flowchart showing the anti-aliasing processing of the fifth embodiment, FIG. 36 is an explanatory view showing the gradation values after the anti-aliasing processing is performed in the fifth embodiment, and FIG. ), (B), (c), (d)
FIG. 9 is an explanatory diagram showing YMC and BK image data stored in the plane memory unit of the page memory in the fifth embodiment.
FIG. 8 is an explanatory view showing a final toner image of the pentagonal ABCDE shown in FIG. 23 (a), FIGS. 39 (a) and (b) are explanatory views showing a conventional anti-aliasing process, and FIG. 40 ( a),
(B) is an explanatory diagram showing an anti-aliasing process by a uniform averaging method, and FIGS. 41 (a) and (b) are explanatory diagrams showing an anti-aliasing process by a weighted averaging method;
Figures (a), (b), (c), and (d) are explanatory diagrams showing examples of filters used for the weighted averaging method.
FIG. 44 (a), (b), and FIG. 45 (a), (b),
(C), (d) is an explanatory view showing a problem of the conventional anti-aliasing processing. EXPLANATION OF SYMBOLS 100: Host computer 200: PDL controller 201: Receiving device, 202: CPU 203: Internal system bus 204: RAM, 205: ROM 206: Page memory, 207: Transmitting device 208 …… I / O device 209 …… Sub-pixel variable unit 300 …… Multi-valued color laser printer 400 …… System control

───────────────────────────────────────────────────── フロントページの続き (31)優先権主張番号 特願平2−202190 (32)優先日 平2(1990)7月30日 (33)優先権主張国 日本(JP) (31)優先権主張番号 特願平2−202191 (32)優先日 平2(1990)7月30日 (33)優先権主張国 日本(JP) ──────────────────────────────────────────────────続 き Continuation of the front page (31) Priority claim number Japanese Patent Application No. 2-202190 (32) Priority date Hei 2 (1990) July 30 (33) Priority claim country Japan (JP) (31) Priority Claim number Japanese Patent Application No. 2-202191 (32) Priority date Hei 2 (1990) July 30 (33) Priority claiming country Japan (JP)

Claims (9)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】サブピクセル分割によって、ベクトルデー
タのエッジ部画素の階調値(濃度値)を求め、該階調値
をドット変調可能な出力装置へ出力する図形処理装置に
おいて、 前記サブピクセルの分割形状を変更するサブピクセル可
変手段を備えたことを特徴とする図形処理装置。
1. A graphic processing apparatus which obtains a gradation value (density value) of an edge portion pixel of vector data by sub-pixel division and outputs the gradation value to an output device capable of dot modulation. A graphic processing apparatus comprising a sub-pixel variable unit for changing a division shape.
【請求項2】サブピクセル分割によって、ベクトルデー
タのエッジ部画素の階調値(濃度値)を求め、該階調値
をドット変調可能な出力装置へ出力する図形処理装置に
おいて、 前記ベクトルデータを直線ベクトルに近似し、直線ベク
トルの傾きに応じて、前記エッジ部画素のサブピクセル
分割サイズを可変するサブピクセル可変手段を備えたこ
とを特徴とする図形処理装置。
2. A graphic processing apparatus for obtaining a gradation value (density value) of an edge portion pixel of vector data by sub-pixel division and outputting the gradation value to an output device capable of dot modulation. A graphic processing apparatus, comprising: a sub-pixel changing unit that approximates a straight line vector and changes a sub-pixel division size of the edge portion pixel according to an inclination of the straight line vector.
【請求項3】サブピクセル分割によって、ベクトルデー
タのエッジ部画素の階調値(濃度値)を求め、該階調値
をドット変調可能な出力装置へ出力する図形処理装置に
おいて、 前記ベクトルデータの傾き,及び,前記エッジ部画素内
の端点の有無に基づいて、複数のサブピクセル形状の中
から適切なサブピクセル形状を選択し、サブピクセル分
割を実行するサブピクセル分割手段を備えたことを特徴
とする図形処理装置。
3. A graphic processing apparatus for obtaining a tone value (density value) of an edge portion pixel of vector data by sub-pixel division and outputting the tone value to an output device capable of dot modulation. Sub-pixel dividing means for selecting an appropriate sub-pixel shape from a plurality of sub-pixel shapes based on the inclination and the presence or absence of an end point in the edge portion pixel, and performing sub-pixel division. Graphic processing device.
【請求項4】前記請求項3において、 前記複数のサブピクセル形状は、エッジ部画素を1*N
分割した四辺形と、エッジ部画素をN*1分割した四辺
形と、エッジ部画素をN*M分割した四辺形との3種の
サブピクセル形状からなることを特徴とする図形処理装
置。
4. The method according to claim 3, wherein the shape of the plurality of sub-pixels is such that an edge portion pixel is 1 * N.
A graphic processing device comprising three types of subpixel shapes: a divided quadrilateral, a quadrilateral obtained by dividing an edge pixel by N * 1, and a quadrilateral obtained by dividing an edge pixel by N * M.
【請求項5】サブピクセル分割によって、ベクトルデー
タのエッジ部画素の階調値(濃度値)を求め、該階調値
をパルス巾変調方式のレーザープリンタへ出力する図形
処理装置において、 前記エッジ部画素を左右に分割した場合の右側部分の面
積を、左側部分の面積より高い寄与率で階調値に変換す
る階調値決定手段を備えたことを特徴とする図形処理装
置。
5. A graphic processing apparatus which obtains a tone value (density value) of an edge pixel of vector data by sub-pixel division and outputs the tone value to a pulse width modulation type laser printer. A graphic processing apparatus comprising: tone value determining means for converting an area of a right portion when a pixel is divided into right and left into a tone value with a higher contribution ratio than an area of a left portion.
【請求項6】前記請求項5において、 前記階調値決定手段は、隣合うサブピクセルを比較した
場合常に右側のサブピクセルが小さくなるように設定さ
れた所定のサブピクセル分割比率を用い、且つ、均一平
均化法によって階調値を決定することを特徴とする図形
処理装置。
6. The gradation value determination unit according to claim 5, wherein the gradation value determination unit uses a predetermined subpixel division ratio set such that, when adjacent subpixels are compared, the right subpixel is always smaller. A graphic processing apparatus for determining a gradation value by a uniform averaging method.
【請求項7】前記請求項5において、 前記階調値決定手段は、前記エッジ部画素の右側のサブ
ピクセルの重みを大きくした重み付けフィルターを用い
て、重み付け平均化法によって階調値を決定することを
特徴とする図形処理装置。
7. The tone value determining unit according to claim 5, wherein the tone value determining means determines a tone value by a weighted averaging method using a weighting filter in which the weight of a subpixel on the right side of the edge portion pixel is increased. A graphic processing device characterized by the above-mentioned.
【請求項8】サブピクセル分割によって、ベクトルデー
タのエッジ部の画素の階調値(濃度値)を求め、該階調
値をパルス巾変調方式のレーザープリンタへ出力する図
形処理装置において、 前記画素を、サブピクセル分割を行うサブピクセル分割
領域と、サブピクセル分割を行わないサブピクセル分割
領域外とに分けて、前記サブピクセル分割領域の画像部
分のかかっているサブピクセル数に基づいて、階調値を
決定する階調値決定手段を備えたことを特徴とする図形
処理装置。
8. A graphic processing apparatus which obtains a gradation value (density value) of a pixel at an edge portion of vector data by sub-pixel division and outputs the gradation value to a pulse width modulation type laser printer. Is divided into a sub-pixel division region where sub-pixel division is performed and a sub-pixel division region where sub-pixel division is not performed, and the gradation is determined based on the number of sub-pixels in the image portion of the sub-pixel division region. A graphic processing apparatus comprising a tone value determining means for determining a value.
【請求項9】サブピクセル分割によって、ベクトルデー
タのエッジ部画素の階調値(濃度値)を求め、該階調値
をパルス巾変調方式のレーザープリンタへ出力する図形
処理装置において、 前記エッジ部画素を横切るベクトルデータの傾き,及
び,エッジの種類に基づいて、塗りつぶすべき画像部分
が前記エッジ部画素の上下・左右の何れの部分にあるか
判定する画像部判定手段と、 前記塗りつぶすべき画像部分が前記エッジ部画素の上側
に位置する場合に使用する上用フィルター,前記塗りつ
ぶすべき画像部分が前記エッジ部画素の下側に位置する
場合に使用する下用フィルター,前記塗りつぶすべき画
像部分が前記エッジ部画素の右側に位置する場合に使用
する右用フィルター,及び,前記塗りつぶすべき画像部
分が前記エッジ部画素の左側に位置する場合に使用する
左用フィルターの4つの重み付けフィルターを記憶した
記憶手段と、 前記画像部判定手段の判定結果に基づいて、前記記憶手
段から該当する重み付けフィルターを選択して、前記エ
ッジ部画素の階調値を決定する階調値決定手段とを備え
たことを特徴とする図形処理装置。
9. A graphic processing apparatus for obtaining a gradation value (density value) of an edge pixel of vector data by sub-pixel division and outputting the gradation value to a pulse width modulation type laser printer. An image portion determining means for determining whether an image portion to be filled is located above, below, left or right of the edge portion pixel based on a gradient of vector data traversing the pixel and a type of edge; and the image portion to be filled. An upper filter used when is located above the edge pixel, a lower filter used when the image part to be filled is located below the edge pixel, and the image part to be filled is the edge. A right filter used when located on the right side of the edge pixel, and the image portion to be filled is the edge portion pixel. Storage means for storing four weighting filters of a left filter to be used when located on the side, and a corresponding weighting filter is selected from the storage means based on the determination result of the image part determination means, and the edge part is selected. A graphic processing apparatus comprising: a tone value determining unit that determines a tone value of a pixel.
JP30671090A 1990-02-28 1990-11-13 Graphic processing unit Expired - Fee Related JP2798496B2 (en)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US07/659,559 US5299308A (en) 1990-02-28 1991-02-22 Graphic data processing apparatus for producing a tone for an edge pixel and reducing aliasing effects
GB9103885A GB2243063B (en) 1990-02-28 1991-02-25 Graphic data processing apparatus
DE4106458A DE4106458C2 (en) 1990-02-28 1991-02-28 Graphic data processing device for generating a tone of a border picture element from vector data
US08/149,552 US5386509A (en) 1990-02-28 1993-11-09 Graphic data processing apparatus for producing a tone for an edge pixel and reducing aliasing effects

Applications Claiming Priority (10)

Application Number Priority Date Filing Date Title
JP1956690 1990-02-28
JP2-19566 1990-02-28
JP2-165080 1990-06-22
JP2-165079 1990-06-22
JP16508090 1990-06-22
JP16507990 1990-06-22
JP20219190 1990-07-30
JP2-202191 1990-07-30
JP20219090 1990-07-30
JP2-202190 1990-07-30

Publications (2)

Publication Number Publication Date
JPH04195268A JPH04195268A (en) 1992-07-15
JP2798496B2 true JP2798496B2 (en) 1998-09-17

Family

ID=27520150

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30671090A Expired - Fee Related JP2798496B2 (en) 1990-02-28 1990-11-13 Graphic processing unit

Country Status (1)

Country Link
JP (1) JP2798496B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2964931B2 (en) * 1995-04-25 1999-10-18 富士ゼロックス株式会社 Image processing apparatus and image forming apparatus
US6297829B1 (en) 1997-12-16 2001-10-02 Fuji Xerox Co., Ltd. Image processing apparatus, image output device, image processing method and record medium on which image processing program is recorded

Also Published As

Publication number Publication date
JPH04195268A (en) 1992-07-15

Similar Documents

Publication Publication Date Title
JP3071229B2 (en) Graphic processing unit
US5299308A (en) Graphic data processing apparatus for producing a tone for an edge pixel and reducing aliasing effects
JP3102805B2 (en) Graphic output device
US5357583A (en) Graphics processing apparatus for smoothing edges of images
US20120026554A1 (en) Image processing apparatus
US20020163654A1 (en) System and method of simulated increase in image resolution
JP2798496B2 (en) Graphic processing unit
JP2790707B2 (en) Graphic processing unit
JPH04144479A (en) Graphic output device
JP3148291B2 (en) Graphic output device
JPH0481170A (en) Graphic processing unit
JPH10210295A (en) Image forming device
JPH041872A (en) Graphic processor
JPH04249977A (en) Graphical output device
JPH03278287A (en) Method and device for antialiasing processing
JPH04143873A (en) Graphic processor
JPH04160869A (en) Graph output device
JP2002232711A (en) Electrophotographic system and image processing program
JPH04117581A (en) Graphic processor
JPH04260981A (en) Graphic processor
JPH04158061A (en) Graphic output device
JPH04154363A (en) Image forming device
JPH03286384A (en) Graphic processor
JPH04152757A (en) Image forming device
JPH04152751A (en) Image forming device

Legal Events

Date Code Title Description
FPAY Renewal fee payment (prs date is renewal date of database)

Free format text: PAYMENT UNTIL: 20070703

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20080703

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20090703

Year of fee payment: 11

LAPS Cancellation because of no payment of annual fees