JP2790707B2 - Graphic processing unit - Google Patents

Graphic processing unit

Info

Publication number
JP2790707B2
JP2790707B2 JP11548090A JP11548090A JP2790707B2 JP 2790707 B2 JP2790707 B2 JP 2790707B2 JP 11548090 A JP11548090 A JP 11548090A JP 11548090 A JP11548090 A JP 11548090A JP 2790707 B2 JP2790707 B2 JP 2790707B2
Authority
JP
Japan
Prior art keywords
area ratio
pixel
image
data
reference area
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 - Lifetime
Application number
JP11548090A
Other languages
Japanese (ja)
Other versions
JPH0415771A (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 JP11548090A priority Critical patent/JP2790707B2/en
Publication of JPH0415771A publication Critical patent/JPH0415771A/en
Application granted granted Critical
Publication of JP2790707B2 publication Critical patent/JP2790707B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Description

【発明の詳細な説明】 〔産業上の利用分野〕 本発明は出力画像のエッジ部のギザギザを除去するた
めのアンチエイリアシング処理を実行する図形処理装置
に関し、より詳細には、アンチエイリアシング処理を高
速に実行できる図形処理装置に関する。
Description: BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a graphic processing apparatus for executing an anti-aliasing process for removing jagged edges of an output image, and more particularly, to a high-speed anti-aliasing process. The present invention relates to a graphic processing device that can be executed on a computer.

〔従来の技術〕[Conventional technology]

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

従来の図形処理装置では、均一平均化法,重み付
け平均化法,畳み込み積分法等がアンチエイリアシン
グ処理方法として一般的に適用されている。
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 an anti-aliasing processing method.

均一平均法は、各ピクセル(画素)をN*M(N,Mは
自然数)のサブピクセルに分解し、高解像度でラスタ計
算を行った後、各ピクセルの輝度をN*Mサブピクセル
の平均をとって求めるものである。第26図(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 decomposed into N * M (N, M are natural numbers) sub-pixels, and a high-resolution raster calculation is performed. Then, the luminance of each pixel is averaged over N * M sub-pixels. It is what you want. FIG. 26 (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.

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

第27図(a)は、フィルター(ここでは、cone filte
r)の特性を示し、対応するサブピクセルにこの特性と
同じ重みが与えられる。例えば、右上角のサブピクセル
の重みは2である。各サブピクセルに画像がかかってい
た場合、フィルター特性より与えられた重みの値がその
サブピクセルのカウント値となる。同図(b)には、サ
ブピクセルの重みの違いによってかかった画像の表示パ
ターンを変えて示してある。この場合、重みを付けて画
像のかかったサブピクセルをカウントすると、199とな
る。この値を、均一平均化のときに対応してフィルター
の値の合計(この場合、336)で割って平均化し、最高
輝度に掛けて、このピクセルの輝度を算出する。尚、フ
ィルターとしては、第28図(a),(b),(c),
(d)に示すフィルターが知られている。
FIG. 27 (a) shows a filter (here, cone filte
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. 28 (a), (b), (c),
The filter shown in (d) is known.

畳み込み積分法 畳み込み積分法は、1つのピクセルの輝度を決定する
にあたり、その周りのピクセルの様子も参照する方法で
ある。即ち、輝度を決定しようとする1ピクセルの周り
N′×N′ピクセルを、均一平均化法或いは重み付け平
均化法のピクセルに対応するものと考える。第29図は3
×3ピクセル参照の畳み込み積分法を示す。この図で、
輝度を決定しようとしているピクセルを2901で示す。画
像は斜めの線の右下に続いており、黒く塗ったサブピク
セルがカウントされるサブピクセルである。各ピクセル
は、4*4に分割されている。従って、この場合はフィ
ルターとして12*12のものを用いることになる。この方
法はベクトル画像に含まれる高周波成分を除去する効果
がある。
Convolution Integral Method The convolution integral method is a method of determining the luminance of one pixel by referring to the surrounding pixels. That is, N ′ × N ′ pixels around one pixel whose luminance is to be determined are considered to correspond to pixels of the uniform averaging method or the weighted averaging method. Figure 29 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. It is a programming language for describing forms, and in such a system, a vector font is adopted as a character want. 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. For this reason, even in printing using a laser printer, anti-aliasing processing needs to be performed to improve the quality of a printed image.

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

しかしながら、従来のアンチエイリアシング処理方法
を適用した図形処理装置によれば、1つのピクセルを複
数のサブピクセル(例えば、49個のサブピクセル)に分
割して、塗りつぶされるサブピクセルの個数をカウント
して面積率(輝度)を算出するため、面積率の計算に時
間がかかり、表示速度或いは印字速度の向上の妨げにな
るという問題点があった。特に、畳み込み積分法を適用
した図形処理装置においては、計算量が多いのと複数の
ピクセルに影響が及ぶので処理速度の向上を図りにくい
という問題点がある。
However, according to the graphic processing apparatus to which the conventional anti-aliasing processing method is applied, one pixel is divided into a plurality of sub-pixels (for example, 49 sub-pixels), and the number of sub-pixels to be filled is counted. Since the area ratio (luminance) is calculated, it takes time to calculate the area ratio, which hinders an improvement in display speed or printing speed. In particular, in a graphic processing apparatus to which the convolution integration method is applied, there is a problem that it is difficult to improve the processing speed because a large amount of calculation is performed and a plurality of pixels are affected.

また、ベクトルデータ(画像)がサブピクセルの極一
部分を横切っている場合でも、サブピクセルを塗りつぶ
してカウントするため、実際の画像部分の面積率よりも
大きくなる傾向があり、特に、サブピクセル分割数が小
さくなる程、換言すれば、近似する面積率の階調数が少
なくなる程、実際の面積率との誤差が顕著になるため、
必ずしも適正な面積率を求めることができないという問
題点もあった。
Even when the vector data (image) crosses a very small part of the sub-pixel, the sub-pixel is filled and counted, so that the area ratio of the actual image part tends to be larger. Is smaller, in other words, the smaller the number of gradations of the approximate area ratio is, the more noticeable the error with the actual area ratio is.
There was also a problem that an appropriate area ratio could not always be obtained.

本発明は上記に鑑みてなされたものであって、サブピ
クセル分割及び塗りつぶし個数のカウントを行うことな
く、且つ、高速に面積率を求めることを目的とする。
The present invention has been made in view of the above, and it is an object of the present invention to obtain an area ratio at high speed without performing sub-pixel division and counting of the number of painted areas.

また、近似する面積率の階調数が少ない場合でも、最
も近い階調の面積率に近似できることを目的とする。
It is another object of the present invention to be able to approximate the area ratio of the closest gradation even when the number of gradations of the approximate area ratio is small.

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

本発明は上記の目的を達成するため、塗りつぶすべき
面積率に基づいて、ベクトルデータのエッジ部の画素の
出力を調整し、出力画像のエッジ部のギザギザ(エイリ
アス)を滑らかに表現するアンチエイリアシング処理を
実行する図形処理装置において、画素上の所定の端点を
通り、且つ、それぞれ異なる傾きを有する複数の分割直
線に基づいて設定した基準面積率を記憶する記憶手段
と、複数の分割直線の中からベクトルデータの傾きに近
い傾きの分割直線を選択し、選択した分割直線に基づい
て、記憶手段から該当する基準面積率を読み込む基準面
積率入力手段と、エッジ部の画素に対するベクトルデー
タの入出力座標の小数部を検出する小数部検出手段と、
小数部検出手段によって検出した入出力座標の小数部,
及び,ベクトルデータのエッジ情報に基づいて、基準面
積率入力手段によって読み込んだ基準面積率を補正し、
面積率を演算する面積率演算手段とを備えた図形処理装
置を提供するものである。
In order to achieve the above object, the present invention adjusts the output of pixels at the edge of vector data based on the area ratio to be filled, and performs anti-aliasing processing for smoothly expressing jaggies (alias) at the edges of the output image. In a graphic processing apparatus that executes the above, a storage unit that stores a reference area ratio that is set based on a plurality of divided straight lines that pass through a predetermined end point on a pixel and that have different slopes, A reference area ratio input unit that selects a division line having an inclination close to the inclination of the vector data and reads a corresponding reference area ratio from the storage unit based on the selected division line, and input / output coordinates of vector data with respect to pixels at the edge portion. A decimal part detecting means for detecting a decimal part of
Decimal part of input / output coordinates detected by decimal part detection means,
And correcting the reference area ratio read by the reference area ratio input means based on the edge information of the vector data,
An object of the present invention is to provide a graphic processing apparatus provided with an area ratio calculating means for calculating an area ratio.

〔作用〕[Action]

本発明の図形処理装置は、画素上の所定の端点を通
り、且つ、それぞれ異なる傾きを有する複数の分割直線
に基づいて設定した基準面積率を、予め記憶手段に記憶
し、アンチエイリアシング処理時に、基準面積率入力手
段によって、複数の分割直線の中からベクトルデータの
傾きに近い傾きの分割直線を選択し、選択した分割直線
に基づいて、記憶手段から該当する基準面積率を読み込
む。また、小数部検出手段はエッジ部の画素を検出す
る。その後、面積率演算手段によって、小数部及びベク
トルデータのエッジ情報に基づいて基準面積率を補正
し、エッジ部画素の面積率を決定する。
The graphic processing device of the present invention passes through a predetermined end point on a pixel, and stores a reference area ratio set based on a plurality of divided straight lines each having a different slope in a storage unit in advance, and performs an anti-aliasing process. The reference area ratio input means selects a division line having a slope close to the inclination of the vector data from the plurality of division lines, and reads the corresponding reference area ratio from the storage means based on the selected division line. Further, the decimal part detecting means detects a pixel at the edge part. Then, the reference area ratio is corrected by the area ratio calculating means based on the edge information of the decimal part and the vector data, and the area ratio of the edge portion pixel is determined.

〔実施例〕〔Example〕

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

アンチエイリアシング処理の概要 本発明の図形処理装置(以下、PDLコントローラと記
載する)は、予め、所定の分割直線のよって決定される
面積率を基準面積率としてLUT(Look Up Table)に登録
しておき、アンチエイリアシング処理時に、図形のエッ
ジ分を構成する直線(ベクトルデータ)の傾き情報に基
づいて、最も近い傾きの分割直線の基準面積率をエッジ
部画素の大まかな面積率として読み込み、更に、エッジ
部画素に対するベクトルデータの入出力座標の小数部の
値をパラメータとして、この大まかな面積率を補正する
ことにより、エッジ部画素の面積率を高速、且つ、簡単
に求められるようにしたものである。以下、第1図
(a),(b),(c),(d)を参照して後述するPD
Lコントローラ200によるアンチエイリアシング処理を詳
細に説明する。
Outline of Anti-Aliasing Processing The graphic processing apparatus of the present invention (hereinafter, referred to as a PDL controller) registers an area ratio determined by a predetermined dividing line in advance in a LUT (Look Up Table) as a reference area ratio. During the anti-aliasing process, the reference area ratio of the divided straight line having the closest slope is read as the approximate area ratio of the edge part pixel based on the slope information of the straight line (vector data) constituting the edge of the figure. By correcting the rough area ratio using the value of the decimal part of the input / output coordinates of the vector data with respect to the edge pixel as a parameter, the area ratio of the edge pixel can be obtained quickly and easily. is there. Hereinafter, a PD which will be described later with reference to FIGS. 1 (a), (b), (c) and (d) will be described.
The anti-aliasing processing by the L controller 200 will be described in detail.

第1図(a)は、画素上の所定の端点を通り、且つ、
それぞれ異なる傾きを有する複数の分割直線l1〜l14
示す。本実施例では、分割直線を設定するにあたり、図
示の如く、画素を3*3のサブピクセルに分割して、所
定のサブピクセルの端点を基準として分割直線の傾きを
設定した。具体的には、画素の右上の端点P0を通過する
分割直線として、傾きが1゜(端点P1の近傍を通過し
て、角度が0゜以上で0゜に近い値であれば良い)の分
割直線l1と、端点P2を通過する分割直線l2と、端点P3
通過する分割直線l3と、端点P4を通過する分割直線l
4と、端点P5を通過する分割直線l5と、端点P6を通過す
る分割直線l6と、傾きが89゜(端点P7の近傍を通過し
て、角度が90゜以下で90゜に近い値であれば良い)の分
割直線l7と、画素の左上の端点P00を通過する分割直線
として、傾きが−1゜(端点P8の近傍を通過して、角度
が0゜以下で0゜に近い値であれば良い)の分割直線l8
と、端点P9を通過する分割直線l9と、端点P10を通過す
る分割直線l10と、端点P11を通過する分割直線l11と、
端点P12を通過する分割直線l12と、端点P13を通過する
分割直線l13と、傾きが−89゜(端点P14の近傍を通過し
て、角度が−90゜以上で−90゜に近い値であれば良い)
の分割直線l14とから成る。詳細は後述するがベクトル
データは、面積率を求める際に分割直線l1〜l14の中の
傾きの近い分割直線に近似される。換言すれば、全ての
ベクトルデータを14本を分割直線で置き換えることにな
る。
FIG. 1 (a) shows a state passing through a predetermined end point on a pixel and
Shows a plurality of divided straight l 1 to l 14 having different slopes, respectively. In the present embodiment, when setting a dividing line, as shown in the figure, a pixel is divided into 3 * 3 sub-pixels, and the inclination of the dividing line is set with reference to an end point of a predetermined sub-pixel. Specifically, as divided straight line passing through the upper right end point P 0 of the pixel, the gradient is 1 ° (through the vicinity of the end points P 1, the angle may if 0 ° value close 0 ° or more) a division line l 1, and the divided linear l 2 passing through the end point P 2, and the divided linear l 3 passing through the end point P 3, divided line l passing through the end point P 4
4, a divided linear l 5 passing through the end points P 5, a divided linear l 6 passing through the end point P 6, and passes through the vicinity of the slope 89 ° (the end point P 7, the angle is 90 ° or less 90 ° a divided linear l 7 of long if good) a value close to, as divided straight line passing through the upper left end point P 00 of pixels, and passes near the slope -1 ° (the end point P 8, the angle is 0 ° or less in division straight line l 8 of 0 ° may be a close value)
When a divided linear l 9 passing through the end point P 9, the divided linear l 10 passing through the end point P 10, and the divided linear l 11 passing through the end point P 11,
And dividing the straight line l 12 passing through the end point P 12, and the divided linear l 13 passing through the end point P 13, and passes near the slope -89 ° (the end point P 14, -90 ° in angle -90 ° or more Should be close to)
Consisting of divided straight l 14 Prefecture. Although the details will be described later, the vector data is approximated to a division straight line having a close slope among the division lines l 1 to l 14 when calculating the area ratio. In other words, all the vector data are replaced with 14 straight lines.

尚、本実施例では、画素を3*3のサブピクセルに分
割して、所定のサブピクセルの端点を基準として分割直
線の傾きを設定したが、特にこれに限定するものではな
く、例えば、所定の傾き毎(例えば、10゜毎)に分割直
線を設ける方法でも良く、また、画素の分割数を多くし
て分割直線を増やしても良い。
In the present embodiment, the pixel is divided into 3 * 3 sub-pixels, and the inclination of the division straight line is set with reference to the end point of the predetermined sub-pixel. However, the present invention is not limited to this. Alternatively, a dividing line may be provided for each inclination (for example, every 10 °), or the number of dividing pixels may be increased to increase the dividing lines.

第1図(b)は、本実施例のLUTの内容を示し、分割
直線l1〜l14が左エッジ(或いは,右エッジでも良い)
の場合の面積率を求めて、基準面積率として記憶したも
のである。
FIG. 1B shows the contents of the LUT according to the present embodiment, and the division straight lines l 1 to l 14 are left edges (or right edges).
Is obtained and stored as a reference area ratio.

例えば、分割直線l1が左エッジの場合の基準面積率
は、第1図(a)に示すように、殆ど画素の全面を覆っ
ているため、1(1画素の面積を1とする)に近似でき
る。逆に、分割直線l1が右エッジの場合の基準面積率
は、画素の面積1から左エッジの面積率を引いた値(こ
こでは、0)になる。
For example, the reference area ratio when divided linear l 1 is the left edge, as shown in FIG. 1 (a), since the most covers the entire surface of the pixel, to 1 (and 1 the area of one pixel) Can be approximated. Conversely, the reference area ratio when divided linear l 1 is the right edge (here, 0) value from the area 1 of the pixel minus the area ratio of the left edge becomes.

また、分割直線l2が左エッジの場合の基準面積率は、
第1図(a)に示すように、サブピクセル数で7.5個で
あり、1画素の面積を1とすると7.5/9≒0.83となる。
逆に、分割直線l2が右エッジの場合の基準面積率は、1
−0.83=0.17となる。以下、同様に分割直線l3〜l14
基準面積率を求めることができる。
The reference area ratio when divided linear l 2 is the left edge,
As shown in FIG. 1A, the number of sub-pixels is 7.5, and if the area of one pixel is 1, 7.5 / 9 ≒ 0.83.
Conversely, when the division straight line l 2 is the right edge, the reference area ratio is 1
-0.83 = 0.17. Hereinafter, it is possible to determine the reference area ratio of divided straight l 3 to l 14 similarly.

次に、第1図(c)の画素A,B,C,D,Eを参照して、LUT
の基準面積率,及び,ベクトルデータの入出力座標の小
数部の値に基づく、エッジ部画素の面積率の求め方を説
明する。
Next, referring to the pixels A, B, C, D, and E in FIG.
A method of obtaining the area ratio of the edge portion pixel based on the reference area ratio and the value of the decimal part of the input / output coordinates of the vector data will be described.

LUTの基準面積率は、前述したようにエッジ部を構成
するベクトルデータが必ず端点P0或いはP00(整数座
標)を通過するものである。従って、第1図(c)の画
素A,B,C,D,Eで示すような場合には、基準面積率をその
まま使用することはできない。そこで、エッジ部を構成
するベクトルデータの入出力座標の小数部(同図Xa,Xb,
Ya,Yb)を検出し、該小数部に基づいて、次表に示す画
素A,B,C,D,Eの5つの場合分けして、面積率の補正を行
う(但し、説明を簡単にするため、ここでは、傾きが0
゜から90゜の範囲に限定する)。
Reference area ratio of the LUT is to pass the end point vector data configuring the edge portion is always P 0 or P 00 (integer coordinates) as described above. Therefore, in the case shown by the pixels A, B, C, D and E in FIG. 1C, the reference area ratio cannot be used as it is. Therefore, the decimal part of the input / output coordinates of the vector data constituting the edge part (Xa, Xb,
Ya, Yb) is detected, and based on the decimal part, the area ratio is corrected in five cases of pixels A, B, C, D, and E shown in the following table. Therefore, here, the inclination is 0
Limited to the range of ゜ to 90 ゜).

画素Aの面積率の補正は、1画素の面積1からスペー
ス部分を除いた値である。先ず、ベクトルデータの傾き
に基づいて、前述した分割直線l1〜l14の中から最も近
い傾きの分割直線を選択する(ここでは、分割直線l3
選択されたものとする)。次に、選択した分割直線l3
基づいて、LUTから基準面積率[0.66]を読み込む。
The correction of the area ratio of the pixel A is a value obtained by removing the space portion from the area 1 of one pixel. First, based on the inclination of the vector data, a division straight line having the closest inclination is selected from the above-described division straight lines l 1 to l 14 (here, it is assumed that the division straight line l 3 has been selected). Then, based on the divided linear l 3 selected, reads the reference area ratio [0.66] from LUT.

画素Aの場合は、小数部Xaを一辺とする正方形の面積
(具体的には、Xa2)を求め、該面積とLUTの面積率[0.
66]から画像のかからない空白部分Spaceを算出して、
全体の画素面積1から除くことにより求める。具体的に
は次式を用いる。
In the case of the pixel A, the area of the square (specifically, Xa 2 ) having the decimal part Xa as one side is obtained, and the area and the area ratio of the LUT [0.
66], calculate the blank space Space that does not cover the image,
It is determined by removing from the entire pixel area 1. Specifically, the following equation is used.

SPACE=Xa2×(1−基準面積率) 画素Aの面積=1−Space 画素Bの面積率の補正は、必ず、ベクトルデータの傾
きに基づいて、前述した分割直線l1〜l14の中から最も
近い傾きの分割直線を選択する。次に、選択した分割直
線に基づいて、LUTから基準面積率を読み込む。
S PACE = Xa 2 × (1−reference area ratio) Area of pixel A = 1−Space Area ratio of pixel B is always corrected based on the inclination of the vector data for the above-described divided straight lines l 1 to l 14 . Select the closest dividing straight line from among them. Next, the reference area ratio is read from the LUT based on the selected dividing straight line.

画素Bの場合は、第1図(a)で示した分割直線l1
l7の端点P0が同図(c)のDX向に1−Xa分移動したもの
と仮定し、基準面積率に1−Xa部分の面積Addを加え、
画素B以外の領域にはみ出した部分を除くことにより求
める。具体的には次式を用いる。
In the case of the pixel B, the division straight lines l 1 to l 1 shown in FIG.
Assuming that the end point P 0 of the l 7 has moved 1-Xa min to D X direction in FIG. (c), the area Add the 1-Xa portion reference area ratio was added,
It is determined by excluding a portion protruding into an area other than the pixel B. Specifically, the following equation is used.

Add=1−Xa Over=Yb2×基準面積率 画素Bの面積=基準面積率+Add−Over 画素Cの場合は、第1図(a)で示した分割直線l1
l7の端点P0が同図(c)のDX方向に1−Xa分移動したも
のと仮定し、基準面積率に1−Xaの部分の面積Addを加
えることにより求める。具体的には次式を用いる。
Add = 1−Xa Over = Yb 2 × reference area ratio Area of pixel B = reference area ratio + Add−Over In the case of pixel C, the division straight lines l 1 to l shown in FIG.
Assuming that the end point P 0 of the l 7 has moved 1-Xa min in D X direction in FIG (c), the reference area ratio determined by adding the area Add parts of 1-Xa. Specifically, the following equation is used.

Add=1−Xa 画素Cの面積=基準面積率+Add 画素Dの場合は、第1図(a)で示した分割直線l1
l7の端点P0が同図(c)のDY方向にYa分移動したものと
仮定し、基準面積率からYa部分の面積Subを減算するこ
とにより求める。具体的には次式を用いる。
Add = 1−Xa Area of pixel C = reference area ratio + Add In the case of pixel D, the division straight lines l 1 to l shown in FIG.
Assuming that the end point P 0 of the l 7 has moved Ya min in D Y direction in FIG. (c), determined by subtracting the area Sub the Ya portions from the reference area ratio. Specifically, the following equation is used.

Sub=Ya 画素Dの面積=基準面積率−Sub 画素Eの場合は、第1図(a)で示した分割直線l1
l7の端点P0が同図(c)のDY方向にYa分移動したものと
仮定し、基準面積率からYa部分の面積Subを減算し、図
中のOverSubで示す部分を加算することにより求める。
具体的には次式を用いる。
In the case of Sub = Ya pixel D area = reference area ratio−Sub pixel E, the division straight lines l 1 to l shown in FIG.
the end point P 0 of the l 7 is assumed to have moved Ya min in D Y direction in FIG. (c), subtracting the area Sub the Ya portions from the reference area ratio, adds the portion indicated by OverSub in FIG Ask by
Specifically, the following equation is used.

Sub=Ya OverSub=Xb2×(1−基準面積率) 画素Eの面積=基準面積率−Sub+OverSub 第1図(d)は、上記の方法でエッジ部画素の基準面
積率を求めて、補正を加えた面積率を示す。ここでベク
トルデータは、第1図(a)の分割直線l3とl4との中間
程度の傾きを有し、最も分割直線と離れた状態のもの
(換言すれば、基準面積率と実際の面積率の誤差が大き
いもの)を例とした。また、比較のために3*3サブピ
クセル分割(均一平均化法)で同様に面積率を求めた。
この結果から明らかなように、最も誤差の大きい場合で
も、従来のサブピクセル分割に比較して、実際の面積率
に近い値を得ることができる。
Sub = Ya OverSub = Xb 2 × (1−reference area ratio) Area of pixel E = reference area ratio−Sub + OverSub FIG. 1 (d) calculates the reference area ratio of the edge portion pixel by the above method, and corrects the correction. The added area ratio is shown. Here the vector data, has an intermediate degree of slope of the divided linear l 3 and l 4 of FIG. 1 (a), (in other words those of the state away from the most divided straight, and the actual reference area ratio (Where the error of the area ratio is large). For comparison, the area ratio was similarly obtained by 3 * 3 sub-pixel division (uniform averaging method).
As is apparent from this result, even when the error is the largest, a value closer to the actual area ratio can be obtained as compared with the conventional sub-pixel division.

前述した分割直線の数を更に増やすことにより精度を
上げることができる。また、小数部による基準面積率の
補正を単純にすることにより、精度は落ちるが、面積率
算出の速度を向上させることも可能である。
Accuracy can be improved by further increasing the number of dividing straight lines described above. Further, by simplifying the correction of the reference area ratio by the decimal part, the accuracy is reduced, but the speed of the area ratio calculation can be improved.

エッジ部画素が左エッジの歩合を例に小数部による補
正を説明したが、右エッジの場合は左エッジの面積率を
求めた後、画素全体から減算する(1−左エッジの面積
率)ことにより容易に求められる。
The correction by the decimal part has been described with the edge part pixel as an example of the proportion of the left edge. However, in the case of the right edge, the area ratio of the left edge is obtained, and then subtracted from the entire pixel (1-area ratio of the left edge). Is more easily sought.

また、説明を省略するがベクトルデータの傾きが−0
゜から−90゜の範囲の場合も同様に場合分けを行って、
基準面積率の補正を実施する。
Although the description is omitted, the inclination of the vector data is −0.
In the case of the range from ゜ to -90 ゜
The reference area ratio is corrected.

画像形成システムのブロック図 本実施例の画像形成システムは、DTP(デスク・トッ
プ・パブリッシング)から出力されるページ記述言語
(Page Description Language:以下、PDL言語と記す)
で記述されたベクトルデータと、画像読取り装置によっ
て読み取られたイメージ画像との両方の画像情報の画像
形成を行える構成である。以下、第2図を参照して、本
実施例の画像形成システムの構成を説明する。
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).
And the image information read from the image data read by the image reading device. Hereinafter, the configuration of the image forming system of the present embodiment will be described with reference to FIG.

画像形成システムは、PDL言語(本実施例ではポスト
スクリプト言語を使用)で記述された文書を作成するホ
ストコンピュータ100と、ホストコンピュータ100からペ
ージ単位で送られたきたPDL言語をアンチエイリアシン
グ処理を施しながら、赤(R),緑(G),青(B)の
3色のイメージ画像に展開するPDLコントローラ(本発
明のアンチエイリアシング処理装置)200と、光学系ユ
ニットを介して画像情報を読み取る画像読取り装置300
と、PDLコントローラ200,或いは,画像読取り装置300か
ら出力されるイメージ画像を入力して画像処理(詳細は
後述する)を施す画像処理装置400と、画像処理装置400
の出力する多値イメージデータを印字する多値カラー・
レーザー・プリンタ500と、PDLコントローラ200,画像読
取り装置300,画像処理装置400,及び,多値カラー・レー
ザー・プリンタ500を制御するシステム制御部600とから
構成される。
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 (an anti-aliasing processing device of the present invention) 200 for developing three color image images of red (R), green (G), and blue (B), and an image for reading image information via an optical system unit Reader 300
And an image processing device 400 that inputs an image image output from the PDL controller 200 or the image reading device 300 and performs image processing (details will be described later), and an image processing device 400
Prints multi-valued image data output by
It comprises a laser printer 500, a PDL controller 200, an image reading device 300, an image processing device 400, and a system controller 600 for controlling the multi-valued color laser printer 500.

PDLコントローラの構成及び動作 第3図は、PDLコントローラ200の構成を示し、ホスト
コンピュータ100から送られてきたPDL言語を受信する受
信装置201と、受信装置201で受信したPDL言語の格納制
御及びアンチエイリアシング処理の実行を行うCPU202
と、内部システムバス203と、内部システムバス203を介
して受信装置201から転送させるPDL言語を格納するRAM2
04と、アンチエイリアシングプログラム等を格納したRO
M205と、アンチエイリアシング処理を施した多値のRGB
イメージデータを格納するページメモリ206と、ページ
メモリ206に格納したRGBイメージデータを画像処理装置
400に転送する送信装置207と、システム制御部600との
送受信を行うI/O装置208とから構成される。
Configuration and Operation of PDL Controller FIG. 3 shows the configuration of the PDL controller 200. The receiving device 201 receives the PDL language sent from the host computer 100, and the storage control and anti-storage of the PDL language received by the receiving device 201. CPU 202 that performs aliasing processing
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 multi-valued RGB with anti-aliasing processing
A page memory 206 for storing image data, and an RGB image data stored in the page memory 206.
The transmission device 207 includes a transmission device 207 for transferring data to the system controller 400 and an I / O device 208 for transmitting and receiving data to and from the system controller 600.

ここで、CPU202は、受信装置201で受信したPDL言語を
ROM205に格納されたプログラムに従って、内部システム
バス203を通して、RAM204に格納する。その後、1ペー
ジ分のPDL言語を受信し、RAM204へ格納すると、後述す
るフローチャートに基づいて、RAM204内の図形要素にア
ンチエイリアシング処理方法を施し、多値のRGBイメー
ジデータをページメモリ206のプレーンメモリ部に格納
する(ページメモリ206は、R,G,Bのプレーンメモリ部
と、特徴情報メモリ部とからなる)。
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 an anti-aliasing method based on a flowchart described later, and the multi-valued RGB image data is stored in the plane memory of the page memory 206. (The page memory 206 includes an R, G, B plane memory unit and a feature information memory unit.)

ページメモリ206内のデータは、その後、送信装置207
を介して画像処理装置400へ送られる。
The data in the page memory 206 is
Is sent to the image processing apparatus 400 via the.

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

第4図(a)は、CPU202が行う処理のフローチャート
を示す。PDLコントローラ200は、前述したようにホスト
コンピュータ100からページ単位で送られてきたPDL言語
をアンチエイリアシング処理を施しながら、赤(R),
緑(G),青(B)の3色のイメージ画像に展開する。
FIG. 4A shows a flowchart of the processing performed by the CPU 202. The PDL controller 200 performs the anti-aliasing processing on the PDL language sent from the host computer 100 in page units as described above,
The image is developed into three color image images of green (G) and blue (B).

PDL言語では、グラフィックスも文字も全てベクトル
データで記述されており、また、ページ記述言語という
呼び名が示す通り、画像情報の処理単位はページ単位で
扱うものである。更に、1ページは、1つ或いは複数の
要素(図形要素及び文字要素)から構成されるパスを単
位として、少なくとも1個以上のパスで構成される。
In the PDL language, both graphics and characters are described in vector data, and as indicated by the term “page description 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 straight line elements of the work area registered for each pass are sorted by the start y coordinate of the straight line (process 2).

次に、処理3により、y座標を1つずつ更新しなが
ら、走査線による塗りつぶし処理を行う。例えば、第4
図(b)に示すパスの塗りつぶし処理を実施する場合、
処理する走査線ycの横切る辺の要素と、その走査線ycを
横切ったx座標の実数値(第5図(b)に示すx1 x2 x3
x4)とをAET(Active Edge Table:走査線上に現れるエ
ッジ部のx座標を記録するテーブル)に登録する。ここ
で、作業エリアに登録されている要素の順番は、処理1
で登録した順番になっているため、必ずしも走査線ycを
横切るx座標が小さい順に登録されているとは限らな
い。例えば、処理1において、第4図(b)の走査線yc
とx3とを通過する直線要素が最初に処理された場合に
は、走査線yc上に現れるエッジ部のx座標としてx3がAE
Tに最初に登録される。そこで、AETの登録後、AET内の
各辺の要素をx座標の小さい順にソーティングする。そ
して、AETの最初の要素から2つをペアにして、その間
を塗りつぶす(走査線による塗りつぶし処理)。アンチ
エイリアシング処理はこの塗りつぶし処理において、エ
ッジ部のピクセルの濃度及び輝度を面積率に応じて調整
することで実現する。その後、処理済みの辺を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, the fourth
When performing the path filling process shown in FIG.
The element of the side crossing the scanning line yc to be processed and the real value of the x coordinate crossing the scanning line yc (x 1 x 2 x 3 shown in FIG. 5B)
x 4 ) are registered in AET (Active Edge Table: a table for recording the x-coordinate of the edge appearing on the scanning line). Here, the order of the elements registered in the work area is the processing 1
, The order is not necessarily registered in ascending order of the x-coordinate across the scanning line yc. For example, in processing 1, the scanning line yc shown in FIG.
And when the linear element which passes through the x 3 is processed first, it x 3 as the x-coordinate of the edge portions appearing on the scanning line yc AE
First registered with T. Therefore, after the registration of the AET, the elements on each side in the AET are sorted in ascending order of the x coordinate. Then, the two elements from the first element of the AET are paired, and the space between them is painted (painting processing using scanning lines). The anti-aliasing process is realized by adjusting the density and brightness of the pixel at the edge portion in accordance with the area ratio in the filling process. After that, the processed side is removed from the AET, the scanning line is updated (y coordinate is updated), and the processing is performed until all the sides in the AET are processed, in other words, all the elements in one pass are processed. Is repeated.

上記処理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のスキャンラインによる塗りつ
ぶし処理中に実行されるアンチエイリアシング処理(エ
ッジ部画素の面積率算出)について、第4図(c)のフ
ローチャートを参照して詳細に説明する。
Next, the anti-aliasing process (calculation of the area ratio of the edge portion pixels) performed during the scan line filling process of the above-described process 3 will be described in detail with reference to the flowchart of FIG.

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

(イ)AB,BC,CD,DE,EAの5本の線ベクトル(実数表現) (ロ)図形内部の色及び輝度値 この図形は前述の動作により、第5図(b)に示すよ
うに、主走査方向に延びた7本の直線ベクトル(実数表
現)に分割される。この時、本実施例では、以下に示す
情報を7本の直線ベクトルの始点及び終点に付加する。
即ち、 (ハ)直線ベクトルの始点及び終点を構成するベクトル
要素(上記の(イ))の始点座標値(実数表現) (ニ)直線ベクトルの始点及び終点を構成するベクトル
要素の傾き情報 (ホ)直線ベクトルの始点及び終点の特徴情報(右エッ
ジ,左エッジ,図形の頂点,1ドット以下の線,直線の交
差部等) スキャンラインによる塗りつぶし処理においてエッジ
部画素が検出されると、第4図(c)のフローチャート
に示すアンチエイリアシング処理が実行される。先ず、
エッジ部画素の1画素内に複数のベクトルデータ(直線
ベクトル)が存在するか判定し(S401)、複数のベクト
ルデータがある場合には、S405へ進み、サブピクセル分
割(従来の均一平均化法)で面積率を求める。1つのベ
クトルデータの場合には、ベクトルデータの傾きに基づ
いて、分割直線l1〜l14の中からベクトルデータの傾き
に近い傾きの分割直線を選択し、更に、選択した分割直
線に基づいて、LUTから該当する基準面積率を読み込む
(S402)。次にエッジ部の画素に対するベクトルデータ
の入出力座標の小数部を検出する(S403)。その後、入
出力座標の小数部及びエッジ情報(左エッジか,右エッ
ジか)に基づいて、第1図(c)で示した方法で基準面
積率の補正を行い、面積率kを求める(S405)。
(B) Five line vectors of AB, BC, CD, DE, and EA (representation of real numbers) (b) Color and luminance values inside the figure This figure is obtained by the above-described operation as shown in FIG. , 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.) The anti-aliasing process shown in the flowchart of FIG. First,
It is determined whether there is a plurality of vector data (linear vectors) in one pixel of the edge part pixel (S401). If there is a plurality of vector data, the process proceeds to S405, where sub-pixel division (conventional uniform averaging method) ) To determine the area ratio. In the case of one piece of vector data, based on the inclination of the vector data, a division straight line having an inclination close to the inclination of the vector data is selected from the division straight lines l 1 to l 14 , and further based on the selected division straight line. The corresponding reference area ratio is read from the LUT (S402). Next, the decimal part of the input / output coordinates of the vector data for the pixel at the edge is detected (S403). Thereafter, based on the decimal part of the input / output coordinates and the edge information (left edge or right edge), the reference area ratio is corrected by the method shown in FIG. 1C to obtain the area ratio k (S405). ).

このようにしてアンチエイリアシング処理によって求
めた第5図(a)の図形の面積率kは第6図に示すよう
な値となる。
The area ratio k of the figure in FIG. 5 (a) obtained by the anti-aliasing processing in this manner has a value as shown in FIG.

ここで、第5図(a)の図形が、例えば、背景色が白
(最高輝度:255)の上に図形色が赤(最高輝度:255)で
描画されているとすると、面積率k(第6図参照)よ
り、図形の各色毎の輝度値Kr(赤),Kg(緑),Kb(青)
が以下の式に基づいて求められる。
Here, assuming that the graphic in FIG. 5A is drawn with a background color of white (maximum luminance: 255) and a graphic color of red (maximum luminance: 255), for example, the area ratio k ( From FIG. 6), the luminance values Kr (red), Kg (green), Kb (blue) for each color of the figure can be obtained.
Is calculated based on the following equation.

Kr=KR1×k+KR2×(1−k) Kg=KG1×k+KG2×(1−k) Kb=KB1×k+KB2×(1−k) 但し、KR1,KG1,KB1はそれぞれ上記(ロ)で与えられ
る図形の色(それぞれ赤,緑,青)の輝度値を示し、K
R2,KG2,KB2は以前に塗られた各色の輝度値を示す。尚、
KR2,KG2,KB2はページメモリ206のRGBに対応する各プレ
ーンメモリ部のデータを参照する。
K r = K R1 × k + K R2 × (1-k) K g = K G1 × k + K G2 × (1-k) K b = KB 1 × k + KB 2 × (1-k) where K R1 , K G1 , K B1 indicates the luminance value of the color (red, green, and blue, respectively) of the figure given in (b) above.
R2, K G2, K B2 denotes the brightness value of each painted previously colors. still,
K R2 , K G2 , and K B2 refer to the data of each plane memory corresponding to RGB of the page memory 206.

このようにして求められた輝度値Kr,Kg,Kbの輝度値
は、第7図(a),(b),(c)に示すように、ペー
ジメモリ206の該当するプレーンメモリ部にRGBイメージ
データとして格納される。ここで、比較のためにアンチ
エイリアシング処理を施していない場合のRGBイメージ
データを第8図(a),(b),(c)に示す。
The luminance values of the luminance values K r , K g , and K b obtained in this manner are stored in the corresponding plane memory section of the page memory 206 as shown in FIGS. 7 (a), (b) and (c). Is stored as RGB image data. Here, for comparison, RGB image data without anti-aliasing is shown in FIGS. 8 (a), (b) and (c).

画像処理装置の構成 第9図を参照して画像処理装置400の構成を説明す
る。
Configuration of Image Processing Apparatus The configuration of the image processing apparatus 400 will be described with reference to FIG.

画像処理装置400は、画像読取り装置300内のCCD7r,7
g,及び,7bで読み取った3色の画像信号を記録に必要な
ブラック(BK),イエロー(Y),マゼンタ(M),及
び,シアン(C)の各記録信号に変換する。また、前述
したPDLコントラーラ200から与えられるRGBイメージデ
ータを同様にブラック(BK),イエロー(Y),マゼン
タ(M),及び,シアン(C)の各記録信号に変換す
る。ここで、画像読取り装置300から画像信号を入力す
るモードを複写機モード、PDLコントローラ200からRGB
イメージデータを入力するモードをグラフィックスモー
ドと呼ぶ。
The image processing device 400 includes the CCDs 7r and 7 in the image reading device 300.
The three color image signals read by g and 7b are converted into black (BK), yellow (Y), magenta (M), and cyan (C) recording signals required for recording. The RGB image data supplied from the PDL controller 200 is similarly converted into black (BK), yellow (Y), magenta (M), and cyan (C) recording signals. Here, the mode for inputting an image signal from the image reading device 300 is a copying machine mode, and the RGB
The mode for inputting image data is called a graphics mode.

画像処理装置400は、CCD7r,7g,及び,7bの出力信号を
8ビットにA/D変換した色階調データを入力し、該色階
調データの光学的な照度むらや、CCD7r,7g,7bの内部端
子素子の感度ばらつき等に対する補正を実行するシェー
ディング補正回路401と、シェーディング補正回路401の
出力する色階調データ,或いは,PDLコントローラ200の
出力する色階調データ(RGBイメージデータ)の一方を
前述したモードに従って選択的に出力するマルチプレク
サ402と、マルチプレクサ402の出力する8ビットデータ
(色階調データ)を入力し、感光体の特性に合わせて階
調性を変更して6ビットデータとして出力するγ補正回
路403と、γ補正回路403から出力される(R),緑
(G),青(B)の階調を示す6ビットの階調データを
それぞれの補色であるシアン(C),マゼンタ(M),
イエロー(Y)の階調データ(6ビット)に変換する補
色生成回路405と、補色生成回路405から出力されるY,M,
Cの各階調データに所定のマスキング処理を行うマスキ
ング処理回路406と、マスキング処理後のY,M,Cの各階調
データを入力してUCR処理及び黒発生処理を実行するUCR
処理・黒発生回路407と、UCR処理・黒発生回路407から
出力されるY,M,C,及び,BKの各6ビットの階調データを
3ビットの階調データY1,M1,C1,及び,BK1に変換し、多
値カラー・レーザー・プリンタ500内部のレーザー駆動
処理部502に出力する階調処理回路408と、画像処理装置
400の各回路の同期をとるための同期制御回路409とから
構成される。
The image processing device 400 inputs color gradation data obtained by A / D-converting the output signals of the CCDs 7r, 7g, and 7b to 8 bits, and performs optical illuminance unevenness of the color gradation data and the CCDs 7r, 7g, 7b, a shading correction circuit 401 that performs correction for sensitivity variations and the like of the internal terminal elements, and color gradation data output from the shading correction circuit 401 or color gradation data (RGB image data) output from the PDL controller 200. A multiplexer 402 for selectively outputting one according to the above-described mode, and 8-bit data (color gradation data) output from the multiplexer 402 are input, and the gradation is changed according to the characteristics of the photosensitive member to change the 6-bit data. And a 6-bit gradation data indicating the gradations of (R), green (G), and blue (B) output from the gamma correction circuit 403 as cyan (C) ), Magenta (M) ,
A complementary color generation circuit 405 for converting to yellow (Y) gradation data (6 bits), and Y, M,
A masking processing circuit 406 that performs a predetermined masking process on each gradation data of C; and a UCR that inputs each gradation data of Y, M, and C after the masking process and performs a UCR process and a black generation process
The processing / black generation circuit 407 and the 6-bit gradation data of Y, M, C, and BK output from the UCR processing / black generation circuit 407 are converted into 3-bit gradation data Y1, M1, C1, and , BK1 and a gradation processing circuit 408 for outputting to the laser drive processing unit 502 inside the multi-valued color laser printer 500, and an image processing device
And a synchronization control circuit 409 for synchronizing each of the 400 circuits.

尚、詳細は省略するが、γ補正回路403はコンソール7
00の操作ボタンより任意に階調性を変更できる構成であ
る。
Although the details are omitted, the gamma correction circuit 403 is connected to the console 7
In this configuration, the gradation can be arbitrarily changed using the operation button 00.

また、階調処理回路408で使用するアルゴリズムとし
ては、多値ディザ法,多値誤差拡散法等を適用すること
ができ、例えば、多値ディザ法のディザマトリクスを3
×3とすると、多値カラー・レーザー・プリンタ500の
階調数は3×3の面積階調と、3ビット(即ち、8段
階)の多値レベルの積となり、 3×3×8=72(階調) となる。
As an algorithm used in the gradation processing circuit 408, a multi-value dither method, a multi-value error diffusion method, or the like can be applied.
If the value is × 3, the number of gradations of the multi-valued color laser printer 500 is the product of the area gradation of 3 × 3 and the multi-valued level of 3 bits (that is, 8 steps), and 3 × 3 × 8 = 72. (Gradation).

次に、マスキング処理回路406及びUCR処理・黒発生回
路407の処理について説明する。
Next, the processing of the masking processing circuit 406 and the UCR processing / black generation circuit 407 will be described.

マスキング処理回路406のマスキング処理の演算式と
しては一般に、 Yi,Mi,Ci:マスキング処理前データ Y0,M0,C0:マスキング処理後データ また、UCR処理・黒発生回路407のUCR処理の演算式も
一般に、 で表される。
Generally, the arithmetic expression of the masking processing of the masking processing circuit 406 is as follows. Y i , M i , C i : pre-masking data Y 0 , M 0 , C 0 : post-masking data It is represented by

従って、この実施例ではこれらの式から両方の係数の
積を用いて、新しい係数を求めている。
Therefore, in this embodiment, a new coefficient is obtained from these equations using the product of both coefficients.

本実施例では、このマスキング処理とUCR処理を同時
に行う新しい係数(a11″等)を予め計算して求め、更
に、該新しい係数を用いて、マスキング処理回406の予
定された入力値Yi,Mi,Ci(各6ビット)に対応する出力
値(Y0′等:UCR処理・黒発生回路407の演算結果となる
値)を求め、予め所定のメモリに記憶している。従っ
て、本実施例では、マスキング処理回路406とUCR処理・
黒発生回路407は1組のROMで構成されており、マスキン
グ処理回路406の入力Y,M,Cで特定されるアドレスのデー
タがUCR処理・黒発生回路407の出力として与えられる。
In the present embodiment, a new coefficient (a 11 ″, etc.) for simultaneously performing this masking process and the UCR process is calculated and found in advance, and further, using the new coefficient, the scheduled input value Y i of the masking process 406 is performed. , M i , and C i (6 bits each) (output values such as Y 0 ′: values to be calculated by the UCR processing / black generation circuit 407) are obtained and stored in a predetermined memory in advance. In this embodiment, the masking processing circuit 406 and the UCR processing
The black generation circuit 407 is constituted by a set of ROMs, and data of an address specified by the inputs Y, M, and C of the masking processing circuit 406 is given as an output of the UCR processing / black generation circuit 407.

尚、一般的に言って、マスキング処理回路406は記録
像形成用トナーの分光反射波長の特性に合わせてY,M,C
信号を補正するものであり、UCR処理・黒発生回路407は
各色トナーを重ね合わせにおける色バランス用の補正を
行うものである。UCR処理・黒発生回路407を通ると、入
力されるY,M,Cの3色のデータの合成により黒成分のデ
ータBKが生成され、出力のY,M,Cの各色成分のデータは
黒成分データBKを差し引いた値に補正される。
Incidentally, generally speaking, the masking processing circuit 406 adjusts the Y, M, and C according to the spectral reflection wavelength characteristics of the recording image forming toner.
The signal is corrected, and the UCR processing / black generation circuit 407 performs correction for color balance in superimposing toner of each color. After passing through the UCR processing / black generation circuit 407, the black component data BK is generated by combining the input three-color data of Y, M, and C, and the output Y, M, and C color component data is black. It is corrected to a value obtained by subtracting the component data BK.

以上の構成において、γ補正回路403が第10図に示す
γ補正用変換グラフに基づいて処理を実行し、補色生成
回路405が第11図(a),(b),(c)に示す補色生
成用変換グラフに基づいて処理を実行し、その後、マス
キング処理回路406及びUCR処理・黒発生回路407が次式
に基づいて処理を実行したとすると、第7図(a),
(b),(c)に示したRGBイメージデータは、γ補正
回路403,補色生成回路405,マスキング処理回路406,及
び,UCR処理・黒発生回路407を経て、第12図(a),
(b),(c),(d)のように変換される。
In the above configuration, the gamma correction circuit 403 executes the processing based on the gamma correction conversion graph shown in FIG. 10, and the complementary color generation circuit 405 generates the complementary colors shown in FIGS. 11 (a), (b) and (c). The processing is executed based on the conversion graph for generation, and thereafter, the masking processing circuit 406 and the UCR processing / black generation circuit 407 become Assuming that the processing is executed on the basis of FIG.
The RGB image data shown in (b) and (c) passes through a gamma correction circuit 403, a complementary color generation circuit 405, a masking processing circuit 406, and a UCR processing / black generation circuit 407, and FIG.
The conversion is performed as shown in (b), (c), and (d).

更に、階調処理回等408が第13図に示すベイヤー型の
3×3の多値ディザマトリクスを用いたとすると、第12
図(a),(b),(c),(d)のY,M,C,BKのデータ
はそれぞれ第14図(a),(b),(c),(d)に示
すデータに変換される。
Further, assuming that the Bayer type 3 × 3 multivalued dither matrix shown in FIG.
The data of Y, M, C, and BK in FIGS. (A), (b), (c), and (d) are the data shown in FIGS. 14 (a), (b), (c), and (d), respectively. Is converted.

尚、比較のために、アンチエイリアシング処理を行っ
ていないデータ(第8図(a),(b),(c)のデー
タ)を画像処理装置400によって処理すると、第15図
(a),(b),(c),(d)に示すように変換され
る。
For comparison, when data that has not been subjected to anti-aliasing processing (data in FIGS. 8A, 8B, and 8C) is processed by the image processing device 400, FIGS. The conversion is performed as shown in (b), (c), and (d).

多値カラー・レーザープリンターの構成(多値カラー
・レーザープリンターの現像部の構成及び動作) 先ず、第16図に示す制御ブロック図を参照して、多値
カラー・レーザー・プリンタ500の概略構成を説明す
る。
Configuration of Multilevel Color Laser Printer (Configuration and Operation of Developing Unit of Multilevel Color Laser Printer) First, referring to the control block diagram shown in FIG. 16, the schematic configuration of the multilevel color laser printer 500 will be described. explain.

感光体現像処理部501は後述する感光体ドラムの表面
を一様に帯電し、荷電面をレーザービームで露光して潜
像を形成し、その潜像をトナーで現像して記録紙に転写
するものであり、詳細は後述するがBKデータの現像・転
写を行うブラック現像・転写部501bkと、Cデータの現
像・転写を行うシアン現像・転写部501cと、Mデータの
現像・転写を行うシアン現像・転写部501mと、Yデータ
の現像・転写を行うシアン現像・転写部501yとを備てえ
いる。
The photoreceptor development processing unit 501 uniformly charges the surface of the 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 501bk for developing / transferring BK data, a cyan developing / transferring unit 501c for developing / transferring C data, and a cyan developing / transferring unit for developing / transferring M data. A development / transfer unit 501m and a cyan development / transfer unit 501y for developing / transferring Y data are provided.

レーザー駆動処理部502は、前述した画像処理装置400
から出力されるY,M,C,BKの3ビットデータ(ここでは、
画像濃度データとなる)を入力して、レーザービームを
出力するものであり、Y,M,Cの3ビットデータを入力す
るバッファメモリ503y,503m,503cと、Y,M,C,BKのそれぞ
れ対応したレーザービームを出力するレーザーダイオー
ド504y,504m,504c,504bkと、レーザーダイオード504y,5
04m,504c,504bkをそれぞれ駆動するドライバ505y,505m,
505c,505bとから構成される。
The laser drive processing unit 502 includes the image processing device 400 described above.
Y, M, C, BK 3-bit data output from
(To be image density data) and output a laser beam. Buffer memories 503y, 503m, and 503c for inputting 3-bit data of Y, M, and C, and Y, M, C, and BK, respectively. Laser diodes 504y, 504m, 504c, 504bk that output corresponding laser beams, and laser diodes 504y, 5
Drivers 505y, 505m, which drive 04m, 504c, 504bk, respectively
505c and 505b.

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

このような各記録ユニットの配列によって、最初に露
光開始となるのはブラック露光用のレーザーダイオード
504bkであり、イエロー露光用のレーザーダイオード504
yが最後に露光を開始することになる。従って、各レー
ザーダイオード間で露光開始順に時間差があり、該時間
差の間記録データ(画像処理装置400の出力)を保持す
るため、レーザー駆動処理部502には前述した3組のバ
ッファメモリ503y,503m,503cが備えられている。
According to the arrangement of each recording unit, the first exposure starts with the laser diode for black exposure.
504bk, laser diode 504 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 502 stores the above-mentioned three sets of buffer memories 503y and 503m in order to hold the recording data (output of the image processing device 400) during the time difference. , 503c.

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

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

以上の構成において、イエロー記録ユニットYUの露光
・現像・転写を例にその動作を説明する。第18図
(a),(b)はイエロー記録ユニットYUの露光系の構
成を示す。同図において、レーザーダイオード504yから
出射されたレーザービームはポリゴンミラー514yで反射
されて、f−θレンズ502yを通過して、更にミラー521
y,522yで反射されて防塵ガラス523yを通して感光体ドラ
ム512yに照射される。このときレーザービームはポリゴ
ンミラー514yがモータ515yで低速回転駆動されるので、
感光体ドラム512yの軸に沿う方向(主走査方向)に移動
する。また、本実施例では、主走査の走査位置追跡のた
めの基点を検知するため、非露光位置のレーザービーム
をフォトセンサ524yを配設してある。レーザーダイオー
ド504yは記録データ(画像処理装置400からの3ビット
データ)に基づいて発光付勢されるので、記録データに
対応した多値露光が、感光体ドラム504yの表面に対して
行われる。感光体ドラム504yの表面は、前述したように
予め帯電器513yで一様に荷電されており、上記露光によ
り原稿画像対応の静電潜像が形成される。該静電潜像は
イエロー現像装置516yで現像され、イエローのトナー像
となる。このトナー像は、第17図に示したように、カセ
ット507a(或いは,507b)から給紙コロ508a(或いは,50
8b)で繰り出され、レジストローラ509によってブラッ
ク記録ユニットBKUのトナー像形成と同期をとって、搬
送ベルト506によって搬送されてきた記録紙に転写され
る。
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 504y is reflected by a polygon mirror 514y, passes through an f-θ lens 502y, and is further reflected by a mirror 521.
The light is reflected by y and 522y, and is irradiated on the photosensitive drum 512y through the dustproof glass 523y. At this time, the polygon mirror 514y is driven at low speed by the motor 515y to rotate the laser beam.
It moves in the direction (main scanning direction) along the axis of the photosensitive drum 512y. In this embodiment, the photo sensor 524y is provided with a laser beam at a non-exposure position in order to detect a base point for tracking the scanning position of the main scanning. Since the laser diode 504y is energized to emit light based on recording data (3-bit data from the image processing device 400), multi-level exposure corresponding to the recording data is performed on the surface of the photosensitive drum 504y. The surface of the photosensitive drum 504y is uniformly charged in advance by the charger 513y as described above, and the exposure forms an electrostatic latent image corresponding to the original image. The electrostatic latent image is developed by the yellow developing device 516y to become a yellow toner image. As shown in FIG. 17, the toner image is fed from the cassette 507a (or 507b) to the sheet feed roller 508a (or 50).
The sheet is fed out at 8b), and is transferred onto the recording paper conveyed by the conveyance belt 506 in synchronization with the formation of the toner image of the black recording unit BKU by the registration roller 509.

他の記録ユニットBKU,CU,MUも同様な構成で同様な動
作を実行するが、ブラック記録ユニットBKUはブラック
トナー現像装置516bkを備え、ブラックのトナー像の形
成及び転写を行い、シアン記録ユニットCUはシアントナ
ー現像装置516cを備え、シアンのトナー像の形成及び転
写を行い、マゼンダ記録ユニットMUはマゼンダトナー現
像装置516mを備え、マゼンダのトナー像の形成及び転写
を行う。
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 516bk to form and transfer a black toner image, and the cyan recording unit CU. Is provided with a cyan toner developing device 516c, and forms and transfers a cyan toner image. The magenta recording unit MU is provided with a magenta toner developing device 516m, and forms and transfers a magenta toner image.

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

以下、本実施例で適用するパワー変調による多値駆動
を第19図(a),(b),(c),(d)を参照して詳
細に説明する。尚、ドライバ505y,505m,505c,505b,及
び,レーザーダイオード504y,504m,504c,504bkはそれぞ
れ同一の構成であるため、ここでは、ドライバ505y及び
レーザーダイオード504yを例として説明する。
Hereinafter, multi-level driving by power modulation applied in this embodiment will be described in detail with reference to FIGS. 19 (a), (b), (c) and (d). Note that the drivers 505y, 505m, 505c, 505b and the laser diodes 504y, 504m, 504c, 504bk have the same configuration, and therefore, here, the driver 505y and the laser diode 504y will be described as an example.

ドライバ505yは、第19図(a)に示すように、所定の
LDドライブクロックに基づいて、レーザーダイオード50
4yをon/offするレーザーダイオードon/off回路550と、
3ビットの画像濃度データ(ここでは,Yデータ)をアナ
ログ信号に変換するD/Aコンバータ551と、画像濃度値に
基づくアナログ信号をD/Aコンバータ551から入力して、
レーザーダイオード504yを駆動する電流(LD駆動電流)
Idをレーザーダイオードon/off回路550に供給する定電
流回路552とから構成される。
As shown in FIG. 19 (a), the driver 505y
Laser diode 50 based on LD drive clock
4y on / off laser diode on / off circuit 550,
A D / A converter 551 that converts 3-bit image density data (here, Y data) into an analog signal, and an analog signal based on the image density value are input from the D / A converter 551,
Current for driving laser diode 504y (LD drive current)
And a constant current circuit 552 for supplying Id to the laser diode on / off circuit 550.

ここで、LDドライブクロックは“1"でon“0"でoffと
定義づけられ、第19図(b)に示すように、レーザーダ
イオードon/off回路550はこれに従ってレーザーダイオ
ード504yをon/offする。また、LD駆動電流Idとレーザー
ビームパワーは比例関係にあるので、画像濃度データ値
に基づくLD駆動電流Idを生成することで、画像濃度デー
タ値に対応したレーザビームパワー出力が得られること
になる。例えば、第19図(b)に示すように、画像濃度
データ値が“4"(同図のデータN−1)の場合には、定
電流回路552によって相当するLD駆動電流Idが供給さ
れ、レーザーダイオード504yのレーザービームパワーは
レベル4となる。また、画像濃度データ値が“7"(同図
のデータN)の場合には、定電流回路552によって相当
するLD駆動電流Idが供給され、レーザーダイオード504y
のレーザービームパワーはレベル7となる。
Here, the LD drive clock is defined as “1”, on “0”, and off, and as shown in FIG. 19 (b), the laser diode on / off circuit 550 turns on / off the laser diode 504y accordingly. I do. Also, since the LD drive current Id and the laser beam power are in a proportional relationship, by generating the LD drive current Id based on the image density data value, a laser beam power output corresponding to the image density data value can be obtained. . For example, as shown in FIG. 19B, when the image density data value is “4” (data N−1 in FIG. 19), the corresponding LD drive current Id is supplied by the constant current circuit 552, The laser beam power of the laser diode 504y becomes level 4. When the image density data value is “7” (data N in the same figure), the corresponding LD drive current Id is supplied by the constant current circuit 552, and the laser diode 504y
Is at the level 7.

次に、第19図(c)を参照して、レーザーダイオード
on/off回路550,D/Aコンバータ551,及び,定電流回路552
の具体的な回路構成を示す。レーザーダイオードon/off
回路550は、TTLインバータ553,554と、on/offのトグル
動作をする差動型スイッチング回路555,556と、VG1>VG
2の時、差動型スイッチング回路555がon,差動型スイッ
チング556がoff、GV1<VG2の時、差動型スイッチング回
路555がoff,差動型スイッチング回路556がonとなる条件
を満足するVG2を生成する分圧回路を形成する抵抗R2,R3
とから構成される。従って、LDドライブクロックが“1"
の時にインバータ554の出力がVG1を生成し、前記条件
(VG1>VG2)を満足し、差動型スイッチング回路555がo
n、差動型スイッチング回路556がoffして、レーザーダ
イオード504yをonする。また、逆にLDドライブクロック
が“0"の時には、インバータ554の出力のないため、前
記条件(VG1<VG2)を満足し、差動型スイッチング回路
555がoff、差動型スイッイグ回路556がonして、レーザ
ーダイオード504yをoffする。
Next, referring to FIG. 19 (c), a laser diode
On / off circuit 550, D / A converter 551, and constant current circuit 552
Is shown below. Laser diode on / off
The circuit 550 includes TTL inverters 553 and 554, a differential switching circuit 555 and 556 that performs on / off toggle operation, and VG1> VG
When 2, the differential switching circuit 555 is on, the differential switching circuit 556 is off, and when GV1 <VG2, the differential switching circuit 555 is off and the differential switching circuit 556 is on. Resistors R 2 and R 3 that form a voltage divider that generates VG2
It is composed of Therefore, LD drive clock is “1”
At this time, the output of the inverter 554 generates VG1 and satisfies the above condition (VG1> VG2), and the differential switching circuit 555
n, the differential switching circuit 556 is turned off, and the laser diode 504y is turned on. Conversely, when the LD drive clock is “0”, there is no output of the inverter 554, so that the above condition (VG1 <VG2) is satisfied and the differential switching circuit
555 is off, the differential switching circuit 556 is on, and the laser diode 504y is off.

D/Aコンバータ551は、入力した画像濃度データをLDド
ライブクロックが“1"の間ラッチするラッチ557と、最
大出力値Vrefを与えるVref発生器558と、画像濃度デー
タ及び最大出力値Vrefに基づいてアナログデータVdを出
力する3ビットD/Aコンバータ559とから構成される。
尚、ここでVdと画像濃度データ及び最大出力値Vrefとの
関係は次式によって表される。
The D / A converter 551 includes a latch 557 for latching input image density data while the LD drive clock is “1”, a Vref generator 558 for providing a maximum output value Vref , an image density data and a maximum output value V. and a 3-bit D / A converter 559 that outputs analog data Vd based on ref .
Here, the relationship between Vd and the image density data and the maximum output value Vref is represented by the following equation.

定電流回路552は、前述したようにレーザーダイオー
ドon/off回路550にレーザーダイオード504yの電流を供
給するものであり、トランジスター560と、抵抗R4,R5
から構成される。D/Aコンバータ551からの出力Vdはトラ
ンジスター560のベースに加えられ、抵抗R4に印加され
る電圧を決定する。換言すれば、抵抗R4に流れる電流は
トランジスター560のコレクタ電流にほぼ等しいため、V
dによってレーザーダイオード504yに流れる電流Idが制
御される。
Constant current circuit 552 is for supplying the current of the laser diode 504y to the laser diode on / off circuit 550 as described above, and has a transistor 560, resistors R 4, R 5 Prefecture. The output Vd of the D / A converter 551 is applied to the base of the transistor 560, it determines the voltage applied to the resistor R 4. In other words, since the current flowing through the resistor R 4 is approximately equal to the collector current of the transistor 560, V
The current Id flowing through the laser diode 504y is controlled by d.

第19図(d)は、前述したラッチ557の出力,VG1,Vd,
及び,Idの関係を示すタイミングチャートである。ここ
でVdは画像濃度データ(3ビットデータ:0〜7の8階調
データ)に基づいて、Vref×0/7〜7/7の8段階の値をと
り、Idは、このVdの値に基づいて、I0〜I7の8段階のレ
ベルを示す。レーザーダイオード504yはこのIdの8段階
レベル(I0=レベル0,I1=レベル1‥‥,I7=レベル
7)に従って、感光体ドラム512y上に、第20図に示すよ
うな潜像を形成する。
FIG. 19D shows the output of the latch 557, VG1, Vd,
6 is a timing chart showing a relationship between Id and Id. Here, Vd takes eight values of Vref × 0/7 to 7/7 based on image density data (3-bit data: 8 gradation data of 0 to 7), and Id is the value of Vd. based on, it indicates the level of eight levels of I 0 ~I 7. The laser diode 504y forms a latent image as shown in FIG. 20 on the photosensitive drum 512y in accordance with the eight levels of Id (I 0 = level 0, I 1 = level 1 ‥‥, I 7 = level 7). Form.

本発明のアンチエイリアシング処理方法及びその装置
を適用した画像形成システムでは、前述した構成及び動
作によって、第5図(a)に示した五角形ABCDEに対し
て、最終的に第21図に示すトナー像が記録紙上に形成さ
れる。一般的にレーザー・プリンタの解像度が240〜400
dpiであることを考慮すると、図形のエッジ部の濃度が
アンチエイリアシング処理によって視覚的に薄くなる。
第22図はアンチエイリアシング処理を行わない場合の五
角形ABCDEのトナー像を示し、第21図(本発明のトナー
像)と第22図とを比較すると明らかなように、アンチエ
イリアシング処理によって、図形の斜線部で現れる階段
上のギザギザ部分(エイリアス)が視覚的に滑らかにな
る。
In the image forming system to which the anti-aliasing method and the apparatus of the present invention are applied, the pentagonal ABCDE shown in FIG. 5A is finally replaced with the toner image shown in FIG. Is formed on the recording paper. Generally, the resolution of the laser printer is 240-400
In consideration of the dpi, the density of the edge portion of the figure is visually reduced by the anti-aliasing process.
FIG. 22 shows a pentagonal ABCDE toner image in the case where the anti-aliasing processing is not performed. As is apparent from a comparison between FIG. 21 (the toner image of the present invention) and FIG. The jagged part (alias) on the stairs that appears in the shaded area becomes visually smooth.

また、本実施例では、パワー変調による多値駆動を適
用したが、パルス巾変調による多値駆動を用いても同様
の効果が得られるのは勿論である。ここで、参考のため
にパルス巾変調のレベルによる潜像形態の変化を第23図
に示し、更に、第5図(a)に示した五角形ABCDEにパ
ルス巾変調を適用した場合のトナー像を第24図に示す。
Further, in the present embodiment, the multi-level drive by the power modulation is applied, but the same effect can be naturally obtained by using the multi-level drive by the pulse width modulation. Here, for reference, the change of the latent image form depending on the level of the pulse width modulation is shown in FIG. 23. Further, the toner image obtained when pulse width modulation is applied to the pentagonal ABCDE shown in FIG. As shown in FIG.

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

以上説明したように、本発明の図形処理装置は、塗り
つぶすべき面積率に基づいて、ベクトルデータのエッジ
部の画素の出力を調整し、出力画像のエッジ部のギザギ
ザ(エイリアス)を滑らかに表現するアンチエイリアシ
ング処理を実行する図形処理装置において、画素上の所
定の端点を通り、且つ、それぞれ異なる傾きを有する複
数の分割直線に基づいて設定した基準面積率を記憶する
記憶手段と、複数の分割直線の中からベクトルデータの
傾きに近い傾きの分割直線を選択し、選択した分割直線
に基づいて、記憶手段から該当する基準面積率を読み込
む基準面積率入力手段と、エッジ部の画素に対するベク
トルデータの入出力座標の小数部を検出する小数部検出
手段と、小数部検出手段によって検出した入出力座標の
小数部,及び,ベクトルデータのエッジ情報に基づい
て、基準面積率入力手段によって読み込んだ基準面積率
を補正し、面積率を演算する面積率演算手段とを備えた
ため、サブピクセル分割及び塗りつぶし個数のカウント
を行うことなく、且つ、高速に面積率を求めることがで
きる。また、近似する面積率の階調数が少ない場合で
も、最も近い階調の面積率に近似することができ、精度
の向上を図ることができる。
As described above, the graphic processing apparatus of the present invention adjusts the output of the pixel at the edge of the vector data based on the area ratio to be filled, and smoothly expresses the jaggies (alias) at the edge of the output image. A graphic processing device for executing an anti-aliasing process, wherein a storage means for storing a reference area ratio set based on a plurality of divided straight lines passing through a predetermined end point on a pixel and having different slopes, and a plurality of divided straight lines A reference area ratio input unit that reads a corresponding reference area ratio from the storage unit based on the selected division line, and a vector data for the pixel of the edge portion. A decimal part detecting means for detecting a decimal part of the input / output coordinates; a decimal part of the input / output coordinates detected by the decimal part detecting means; Based on the edge information of the file data, the reference area ratio read by the reference area ratio input unit is corrected, and the area ratio calculation unit for calculating the area ratio is provided. In addition, the area ratio can be obtained at high speed. Further, even when the number of gradations of the approximated area ratio is small, the area ratio of the closest gradation can be approximated, and the accuracy can be improved.

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

第1図(a)〜(d)は本発明の図形処理装置における
アンチエイリアシング処理の原理を示す説明図、第2図
は本発明の画像形成システムの構成を示す説明図、第3
図はPDLコントローラ(本発明の図形処理装置)の構成
を示す説明図、第4図(a)はPDLコントローラの動作
を示すフローチャート、第4図(b)はパスの塗りつぶ
し処理を示す説明図、第4図(c)はアンチエイリアシ
ング処理を示すフローチャート、第5図(a),(b)
は図形の直線ベクトル分割を示す説明図、第6図はアン
チエイリアシング処理を実施後の面積率を示す説明図、
第7図(a),(b),(c)はページメモリのプレー
ンメモリ部に格納されるRGBイメージデータを示す説明
図、第8図(a),(b),(c)はアンチエイリアシ
ング処理を施していない場合のページメモリのプレーン
メモリ部に格納されるRGBイメージデータを示す説明
図、第9図は画像処理装置の構成を示す説明図、第10図
はγ補正回路のγ補正用変換グラフを示す説明図、第11
図(a),(b),(c)は補色生成回路で使用する補
色生成用変換グラフを示す説明図、第12図(a),
(b),(c),(d)は第7図(a),(b),
(c)に示したRGBイメージデータがUCR処理・黒発生回
路から出力された状態を示す説明図、第13図はベイヤー
型の3×3の多値ディザマトリクスを示す説明図、第14
図(a),(b),(c),(d)は第12図(a),
(b),(c),(d)のY,M,C,BKのデータを階調処理
回路によって変換した状態を示す説明図、第15図
(a),(b),(c),(d)は第8図(a),
(b),(c)のデータを画像処理装置によって処理し
た状態を示す説明図、第16図は多値カラー・レーザー・
プリンタを示す制御ブロック図、第17図は多値カラー・
レーザー・プリンタの構成を示す説明図、第18図
(a),(b)はイエロー記録ユニットの露光系の構成
を示す説明図、第19図(a),(b),(c),(d)
はパワー変調による多値駆動を示す説明図、第20図はパ
ワー変調のレベルによる潜像の状態を示す説明図、第21
図は第5図(a)に示した五角形ABCDEの最終的なトナ
ー像を示す説明図、第22図はアンチエイリアシング処理
を行わない場合の五角形ABCDEのトナー像を示す説明
図、第23図はパルス巾変調のレベルによる潜像の状態を
示す説明図、第24図は第5図(a)に示した五角形ABCD
Eにパルス巾変調を適用した場合のトナー像を示す説明
図、第25図(a),(b)は従来のアンチエイリアシン
グ処理を示す説明図、第26図(a),(b)は均一平均
化法によるアンチエイリアシング処理を示す説明図、第
27図(a),(b)は重み付け平均化法によるアンチエ
イリアシング処理を示す説明図、第28図(a),
(b),(c),(d)は重み付け平均化法に使用する
フィルター例を示す説明図、第29図は3×3ピクセル参
照の畳み込み積分法を示す説明図である。 符号の説明 100……ホストコンピュータ 200……PDLコントローラ 201……受信装置、202……CPU 203……内部システムバス 204……RAM、205……ROM 206……ページメモリ、207……送信装置 208……I/O装置 300……画像読取り装置 400……画像処理装置 500……多値カラー・レーザー・プリンタ 600……システム制御部
1 (a) to 1 (d) are explanatory diagrams showing the principle of anti-aliasing processing in the graphic processing apparatus of the present invention, FIG. 2 is an explanatory diagram showing the configuration of an image forming system of the present invention, and FIG.
FIG. 4 is an explanatory diagram showing the configuration of a PDL controller (graphic processing device of the present invention). FIG. 4A is a flowchart showing the operation of the PDL controller. FIG. 4B is an explanatory diagram showing a path filling process. FIG. 4C is a flowchart showing the anti-aliasing process, and FIGS. 5A and 5B.
Is an explanatory diagram showing a linear vector division of a figure, FIG. 6 is an explanatory diagram showing an area ratio after performing an anti-aliasing process,
7 (a), (b) and (c) are explanatory diagrams showing RGB image data stored in the plane memory section of the page memory, and FIGS. 8 (a), (b) and (c) are anti-aliasing. FIG. 9 is an explanatory diagram showing the RGB image data stored in the plane memory section of the page memory when no processing is performed, FIG. 9 is an explanatory diagram showing the configuration of the image processing device, and FIG. Explanatory diagram showing a conversion graph, eleventh
FIGS. 12A, 12B and 12C are explanatory views showing a conversion graph for complementary color generation used in a complementary color generation circuit, and FIGS.
(B), (c), and (d) show FIGS. 7 (a), (b),
FIG. 13 (c) is an explanatory diagram showing a state where the RGB image data is output from the UCR processing / black generation circuit. FIG. 13 is an explanatory diagram showing a Bayer type 3 × 3 multi-valued dither matrix.
FIGS. 12 (a), 12 (b), 12 (c) and 12 (d) show FIGS.
FIGS. 15 (a), (b), (c), and (d) are explanatory diagrams showing a state in which Y, M, C, and BK data of (b), (c), and (d) are converted by a gradation processing circuit. FIG. 8 (a)
FIG. 16 is an explanatory view showing a state in which the data of (b) and (c) are processed by the image processing apparatus. FIG.
FIG. 17 is a control block diagram showing a printer.
FIGS. 18 (a) and (b) are explanatory diagrams showing the configuration of an exposure system of a yellow recording unit, and FIGS. 19 (a), (b), (c) and (c). d)
Is an explanatory diagram showing multi-level driving by power modulation, FIG. 20 is an explanatory diagram showing the state of a latent image according to the level of power modulation, and FIG.
The figure is an explanatory view showing the final toner image of the pentagonal ABCDE shown in FIG. 5 (a), FIG. 22 is an explanatory view showing the toner image of the pentagonal ABCDE when the anti-aliasing processing is not performed, and FIG. FIG. 24 is an explanatory diagram showing the state of a latent image according to the level of pulse width modulation. FIG. 24 is a pentagonal ABCD shown in FIG.
FIGS. 25 (a) and 25 (b) are explanatory diagrams showing a conventional anti-aliasing process when pulse width modulation is applied to E, and FIGS. 26 (a) and 26 (b) are uniform diagrams. Explanatory diagram showing anti-aliasing processing by the averaging method, FIG.
FIGS. 27 (a) and 27 (b) are explanatory diagrams showing the anti-aliasing processing by the weighted averaging method, and FIGS.
(B), (c), and (d) are explanatory diagrams showing examples of filters used in the weighted averaging method, and FIG. 29 is an explanatory diagram showing a convolution integration method with reference to 3 × 3 pixels. 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 300 …… Image reading device 400 …… Image processing device 500 …… Multi-level color laser printer 600 …… System controller

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】塗りつぶすべき面積率に基づいて、ベクト
ルデータのエッジ部の画素の出力を調整し、出力画像の
エッジ部のギザギザ(エイリアス)を滑らかに表現する
アンチエイリアシング処理を実行する図形処理装置にお
いて、 画素上の所定の端点を通り、且つ、それぞれ異なる傾き
を有する複数の分割直線に基づいて設定した基準面積率
を記憶する記憶手段と、 前記複数の分割直線の中から前記ベクトルデータの傾き
に近い傾きの分割直線を選択し、選択した分割直線に基
づいて、前記記憶手段から該当する基準面積率を読み込
む基準面積率入力手段と、 前記エッジ部の画素に対する前記ベクトルデータの入出
力座標の小数部を検出する小数部検出手段と、 前記小数部検出手段によって検出した前記入出力座標の
小数部,及び,前記ベクトルデータのエッジ情報に基づ
いて、前記基準面積率入力手段によって読み込んだ基準
面積率を補正し、面積率を演算する面積率演算手段とを
備えたことを特徴とする図形処理装置。
1. A graphic processing apparatus for adjusting an output of a pixel at an edge of vector data based on an area ratio to be filled and executing an anti-aliasing process for smoothly expressing a jagged (alias) at an edge of an output image. A storage means for storing a reference area ratio which is set based on a plurality of divided straight lines passing through a predetermined end point on a pixel and having respectively different inclinations; A reference area ratio input unit that reads a corresponding reference area ratio from the storage unit, based on the selected division line, and an input / output coordinate of the vector data with respect to the pixel of the edge portion. A decimal part detecting means for detecting a decimal part; a decimal part of the input / output coordinates detected by the decimal part detecting means; A graphic processing apparatus comprising: an area ratio calculating unit that corrects a reference area ratio read by the reference area ratio input unit based on edge information of vector data and calculates an area ratio.
【請求項2】前記請求項1において、 前記エッジ部の画素が複数のベクトルデータと交差する
場合は、サブピクセル毎の塗り潰し処理によって面積率
を決定することを特徴する図形処理装置。
2. The graphic processing apparatus according to claim 1, wherein when a pixel at the edge portion intersects a plurality of vector data, an area ratio is determined by a filling process for each sub-pixel.
JP11548090A 1990-05-01 1990-05-01 Graphic processing unit Expired - Lifetime JP2790707B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11548090A JP2790707B2 (en) 1990-05-01 1990-05-01 Graphic processing unit

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11548090A JP2790707B2 (en) 1990-05-01 1990-05-01 Graphic processing unit

Publications (2)

Publication Number Publication Date
JPH0415771A JPH0415771A (en) 1992-01-21
JP2790707B2 true JP2790707B2 (en) 1998-08-27

Family

ID=14663568

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11548090A Expired - Lifetime JP2790707B2 (en) 1990-05-01 1990-05-01 Graphic processing unit

Country Status (1)

Country Link
JP (1) JP2790707B2 (en)

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3223617B2 (en) * 1992-11-30 2001-10-29 富士ゼロックス株式会社 Drawing apparatus and drawing method
IL125306A0 (en) * 1997-07-14 1999-03-12 Hitachi Chemical Co Ltd A method for preparing trimer of alpha-methyl styrene or derivatives thereof
JP4755352B2 (en) * 2001-03-23 2011-08-24 株式会社高見沢サイバネティックス Coin slot and coin processing device

Also Published As

Publication number Publication date
JPH0415771A (en) 1992-01-21

Similar Documents

Publication Publication Date Title
JP3071229B2 (en) Graphic processing unit
JP3102805B2 (en) Graphic output device
JP6512838B2 (en) Image processing apparatus, image processing method and program
US8045809B2 (en) Image forming apparatus
JP2790707B2 (en) Graphic processing unit
JP3518913B2 (en) Tone conversion curve generator
JPH04144479A (en) Graphic output device
JP2798496B2 (en) Graphic processing unit
JPH0481170A (en) Graphic processing unit
JP3148291B2 (en) Graphic output device
JP4492090B2 (en) Image forming apparatus and image forming method
JPH03278287A (en) Method and device for antialiasing processing
JPH04144359A (en) Graphic output device
JPH04152751A (en) Image forming device
JPH03286384A (en) Graphic processor
JPH04152757A (en) Image forming device
JPH04249977A (en) Graphical output device
JPH04143873A (en) Graphic processor
JPH04154363A (en) Image forming device
JPH04157980A (en) Graphic processor
JPH041872A (en) Graphic processor
JPH04150563A (en) Image processor
JPH04155385A (en) Graphic processing device
JPH04158062A (en) Graphic output device
JPH0433075A (en) Graphic processor