JPH11306368A - Picture painting-out device - Google Patents
Picture painting-out deviceInfo
- Publication number
- JPH11306368A JPH11306368A JP11060598A JP11060598A JPH11306368A JP H11306368 A JPH11306368 A JP H11306368A JP 11060598 A JP11060598 A JP 11060598A JP 11060598 A JP11060598 A JP 11060598A JP H11306368 A JPH11306368 A JP H11306368A
- Authority
- JP
- Japan
- Prior art keywords
- coordinate
- data
- processing
- sides
- scanning
- 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.)
- Withdrawn
Links
Landscapes
- Editing Of Facsimile Originals (AREA)
- Image Generation (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は、例えば多角形の画
像内を塗りつぶす画像塗りつぶし装置に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image painting apparatus for painting a polygon image, for example.
【0002】[0002]
【従来の技術】今日、パーソナルコンピュータ等のホス
ト機器に接続され、又はネットワークを介してサーバに
接続されたプリンタ装置が広く使用されている。また、
コンピュータソフトが普及し、各種のグラフィック処理
を安価なソフトウエアによって実現できるようになっ
た。また、基本的なOS(オペレーションシステム)に
は標準としてグラフィック処理が可能なシステムとなっ
ているものもある。2. Description of the Related Art At present, printer devices connected to a host device such as a personal computer or connected to a server via a network are widely used. Also,
With the spread of computer software, various graphic processes can be realized by inexpensive software. Some basic operating systems (OSs) are systems that can perform graphic processing as a standard.
【0003】したがって、上述のようなプリンタ装置に
よって図形印刷や、図形を含む画像印刷を行うことがで
きる。そして、例えば多角形内を特定の色や模様で塗り
つぶす画像塗りつぶし処理も行われている。Therefore, graphic printing and image printing including graphics can be performed by the above-described printer device. For example, an image filling process for filling a polygon with a specific color or pattern is also performed.
【0004】従来、上述のような画像塗りつぶし処理は
以下の方式で行われていた。すなわち、先ず多角形の各
辺をBresenhamのDDA方式を使用して計算し、該計算
で得られた辺間を所定の色で塗りつぶしていた。例え
ば、ある辺に傾きがある場合、当該傾き角からY方向、
又はX方向をスキャン方向として誤差値を設定し、順次
当該誤差値を加算しながら座標を計算し、辺を形成する
処理である。そして、得られた辺の間を塗りつぶすもの
である。Conventionally, the above-described image filling processing has been performed by the following method. That is, first, each side of the polygon is calculated using Bresenham's DDA method, and the sides obtained by the calculation are filled with a predetermined color. For example, if a certain side has an inclination, the Y direction,
Alternatively, an error value is set using the X direction as a scanning direction, coordinates are calculated while sequentially adding the error values, and a side is formed. Then, the space between the obtained sides is filled.
【0005】[0005]
【発明が解決しようとする課題】しかしながら、上述の
従来の方式では多角形のある辺が垂直であっても、上記
DDA方式を使用して計算していたため、辺の作成処理
に時間を要し、迅速な画像塗りつぶし処理ができなかっ
た。However, in the above-described conventional method, even if one side of a polygon is vertical, the calculation is performed using the above-mentioned DDA method. , Rapid image filling processing could not be performed.
【0006】本発明は上記課題を解決するため、辺の作
成が容易に行え、迅速な画像塗りつぶし処理を実現する
ものである。[0006] In order to solve the above-mentioned problems, the present invention facilitates creation of a side and realizes rapid image filling processing.
【0007】[0007]
【課題を解決するための手段】本発明の課題は、請求項
1記載の発明によれば、X、Y座標を計算しつつ多角形
の辺データを作成する辺データ作成手段と、該辺データ
作成手段によって作成された辺と辺の間をX方向、又は
Y方向にスキャンしながら塗りつぶす塗りつぶし手段
と、前記辺データを作成すべき辺が垂直である場合、前
記辺データの作成処理をキャンセルするキャンセル手段
とを有する画像塗りつぶし装置を提供することによって
達成できる。According to the first aspect of the present invention, there is provided an edge data creating means for creating an edge data of a polygon while calculating X and Y coordinates, A filling unit that fills while scanning in the X direction or the Y direction between sides created by the creating unit, and cancels the creation process of the side data when the side on which the side data is to be created is vertical. This can be achieved by providing an image filling device having canceling means.
【0008】ここで、辺データ作成手段は多角形の各辺
を、例えばBresenhamのDDA方式を使用して計算する
ものであり、対象となる方向に対して有する傾き(誤差
値)を順次加算して辺データを作成する。また、塗りつ
ぶし手段は上記処理によって作成した辺データに従っ
て、例えば辺データで囲まれた領域を所定の色で塗りつ
ぶすものである。Here, the side data creating means calculates each side of the polygon using, for example, Bresenham's DDA method, and sequentially adds a slope (error value) with respect to a target direction. Create side data. Further, the filling means fills, for example, an area surrounded by the side data with a predetermined color in accordance with the side data created by the above processing.
【0009】また、キャンセル手段は、作成すべき辺が
垂直である場合、上記辺データの作成処理を行わないよ
うにする処理であり、対応する辺データの作成をキャン
セルする。このように構成することにより、上記DDA
処理の負担を軽減することができ、画像塗りつぶし処理
を迅速に行うことができる。[0009] The canceling means is a process for not performing the side data creation processing when the side to be created is vertical, and cancels the creation of the corresponding side data. With this configuration, the above DDA
The processing load can be reduced, and the image filling processing can be performed quickly.
【0010】請求項2の記載は、上記請求項1記載の発
明において、前記X方向、又はY方向へのスキャンは、
例えばそれぞれ座標値の小さい方向から行う構成であ
る。例えば、Y方向にスキャンする場合、Y座標上で数
値の小さい座標値からスキャンを開始し、X座標で囲ま
れた領域(X座標間)を塗りつぶす。また、X方向にス
キャンする場合、X座標上で数値の小さい座標値からス
キャンを開始し、Y座標で囲まれた領域(Y座標間)を
塗りつぶす。According to a second aspect of the present invention, in the first aspect, the scanning in the X direction or the Y direction is performed by:
For example, the configuration is performed from the direction with the smaller coordinate value. For example, in the case of scanning in the Y direction, the scanning is started from a smaller coordinate value on the Y coordinate, and an area surrounded by the X coordinate (between the X coordinates) is painted. In the case of scanning in the X direction, the scanning is started from a small coordinate value on the X coordinate, and the area surrounded by the Y coordinate (between the Y coordinates) is painted.
【0011】このように構成することにより、X座標又
はY座標の座標値の小さい方から、大きい方向に画像塗
りつぶし処理を行うことができる。本発明の課題は、請
求項3記載の発明によれば、X、Y座標を計算しつつ多
角形の辺データを作成する辺データ作成処理と、該辺デ
ータ作成処理によって作成された辺と辺の間を、X方
向、又はY方向にスキャンしながら画像を塗りつぶす塗
りつぶし処理と、前記辺データを作成すべき辺が垂直で
ある場合、前記辺データの作成処理をキャンセルするキ
ャンセル処理とを行う画像塗りつぶし方法を提供するこ
とによって達成できる。With this configuration, it is possible to perform the image filling process in the direction from the smaller coordinate value of the X coordinate or the Y coordinate in the larger direction. According to the third aspect of the present invention, there is provided a side data creation process for creating polygonal side data while calculating X and Y coordinates, and a side and a side created by the side data creation process. The image which performs a filling process of filling an image while scanning in the X direction or the Y direction between the above and a cancel process of canceling the side data creation process when the side where the side data is to be created is vertical. This can be achieved by providing a filling method.
【0012】本発明は、前記請求項1記載の発明を画像
塗りつぶし方法によって実現するものであり、本方法に
よって上記DDA処理を軽減することができ、画像塗り
つぶし処理を迅速に行うことができる。The present invention realizes the first aspect of the present invention by an image filling method. By this method, the DDA processing can be reduced, and the image filling processing can be performed quickly.
【0013】請求項4の記載は、上記請求項3記載の発
明において、前記X方向、又はY方向へのスキャンは、
それぞれ座標値の小さい方向から行うものである。上記
請求項4の記載は、前記請求項2の記載に対応するもの
であり、画像塗りつぶし方法に適用するものである。According to a fourth aspect of the present invention, in the third aspect, the scanning in the X direction or the Y direction is performed by:
Each is performed from the direction with the smaller coordinate value. The description of claim 4 corresponds to the description of claim 2 and is applied to an image filling method.
【0014】[0014]
【発明の実施の形態】以下、本発明の実施形態例を図面
を用いて詳細に説明する。図1は、本実施形態例の画像
塗りつぶし装置を適用する印刷システムのシステム構成
図である。尚、本システムはホスト機器とホスト機器に
接続されたプリンタ装置で構成されている。Embodiments of the present invention will be described below in detail with reference to the drawings. FIG. 1 is a system configuration diagram of a printing system to which the image filling device of the embodiment is applied. This system includes a host device and a printer connected to the host device.
【0015】同図において、プリンタ装置1は例えばカ
ラーの塗りつぶし処理を行うカラープリンタであり、ホ
スト機器である例えばホストコンピュータ2に接続され
ている。プリンタ装置1はインターフェイスコントロー
ラ(以下、I/Fコントローラで示す)3、プリンタエ
ンジン4で構成されている。また、I/Fコントローラ
3は、ホストインターフェイス5、MPU6、ROM
7、RAM8、EEPROM9、フォントROM10、
ビデオインターフェイス11で構成されている。In FIG. 1, a printer 1 is, for example, a color printer for performing a color filling process, and is connected to a host device, for example, a host computer 2. The printer device 1 includes an interface controller (hereinafter, referred to as an I / F controller) 3 and a printer engine 4. The I / F controller 3 includes a host interface 5, an MPU 6, a ROM
7, RAM 8, EEPROM 9, font ROM 10,
It comprises a video interface 11.
【0016】MPU6はROM7に記憶されたシステム
プログラムに従って処理を行う。また、MPU6はホス
トコンピュータ2から出力される印刷データをホストイ
ンターフェイス5を介して入力し、RAM8内の受信バ
ッファに格納する。また、受信バッファに格納された印
刷データは、MPU6により解析処理が行われ、例えば
文字コードに対してはフォントROM10から対応する
文字パターンデータを読み出し、制御コマンドに対して
は対応する命令処理を実行する。The MPU 6 performs processing according to a system program stored in the ROM 7. The MPU 6 inputs print data output from the host computer 2 via the host interface 5 and stores the print data in a reception buffer in the RAM 8. The print data stored in the reception buffer is analyzed by the MPU 6. For example, for the character code, the corresponding character pattern data is read from the font ROM 10, and for the control command, the corresponding command processing is executed. I do.
【0017】また、RAM8内にはビットマップデータ
に変換されたデータが、例えば用紙1枚分記憶され、ビ
デオインターフェイス11を介してプリンタエンジン4
に出力される。プリンタエンジン4に出力されたビット
マップデータは、プリンタエンジン制御部4’の処理に
よって記録紙への印刷処理が行われる。The RAM 8 stores data converted into bitmap data for, for example, one sheet of paper, and outputs the data to the printer engine 4 via the video interface 11.
Is output to The bitmap data output to the printer engine 4 is printed on recording paper by the processing of the printer engine control unit 4 '.
【0018】一方、上述のRAM8には、更に図2
(a)に示す辺リストの記憶エリア8a、及び図3
(a)に示す操作対象辺リストの記憶エリア8bを有す
る。両図(a)に示す辺リスト、及び操作対象辺リスト
にはそれぞれ両図(b)に示す内容の各データが記憶さ
れる。以上の構成において、本例の画像塗りつぶし装置
の処理動作を以下で説明する。図4及び図5は本例の処
理動作を説明するフローチャートである。On the other hand, the above-mentioned RAM 8 further includes FIG.
The storage area 8a of the side list shown in FIG.
It has a storage area 8b for the operation target side list shown in FIG. In the side list and the operation target side list shown in both figures (a), respective data having the contents shown in both figures (b) are stored. In the above configuration, the processing operation of the image filling device of the present example will be described below. 4 and 5 are flowcharts for explaining the processing operation of this example.
【0019】先ず、図4に示す処理は、図2(a)に示
すRAM8の記憶エリア8aに辺リストを設定する処理
である。以下、具体的に説明する。先ず、対象となる多
角形を1本ずつの辺に分解する(ステップ(以下Sで示
す)1)。例えば、図6に示す多角形の場合、〜の
5本の辺で構成され、各辺毎に分解し、辺リストを作成
する。ここで、例えば辺を例にとると、辺は’〜
”間に形成される辺(線分)であり、’のX、Y座
標を(X1、Y1)とすると、に対する辺リストのX
座標(初期のX座標)はX1であり、開始Y座標はY1
である。First, the process shown in FIG. 4 is a process for setting a side list in the storage area 8a of the RAM 8 shown in FIG. Hereinafter, a specific description will be given. First, a target polygon is decomposed into individual sides (step (hereinafter referred to as S) 1). For example, in the case of the polygon shown in FIG. 6, it is composed of five sides (1) to (4), and is decomposed for each side to create a side list. Here, for example, the side is' ~
"Is a side (line segment) formed between", and if the X and Y coordinates of 'are (X1, Y1), X
The coordinate (initial X coordinate) is X1, and the starting Y coordinate is Y1
It is.
【0020】次に、例えば分解した辺が水平線か否か
判断する(S2)。ここで、辺が水平線であればDD
A処理による線分作成の必要がないので(S2がYE
S)、最初の処理に戻る。一方、上記の例のように辺
が水平線でない場合(S2がNO)、DDA処理のた
めのデータを作成する(S3)。Next, for example, it is determined whether or not the decomposed side is a horizontal line (S2). Here, if the side is a horizontal line, DD
Since there is no need to create a line segment by A processing (S2 is YE
S), returning to the first processing. On the other hand, when the side is not a horizontal line as in the above example (S2: NO), data for DDA processing is created (S3).
【0021】このDDA処理用のデータは、図2(b)
に示すように、「X座標」、「開始Y座標」、「辺の高
さ」、「誤差値(−dy)」、「Eの増分値(2×d
x)」、「Eの補正値(2×dy)」、「X方向の傾き
(−1又は1)」である。尚、同図(b)に示す「垂直
線情報」は後の処理で設定する。ここで、図6に示す例
を用いて上記各値を設定するとすれば、「X座標」は前
述のように“X1”であり、「開始Y座標」は“Y1”
である。また、「辺の高さ」は当該辺の操作開始座標か
ら終了Y座標までの長さであり、図6に示す“h”であ
る。また、「誤差値(−dy)」は辺の傾きであり、
例えば45度に対応する値である。さらに、「Eの増分
値(2×dx)」、及び「Eの補正値(2×dy)」は
以後の計算によって得られるデータであり、「X方向の
傾き(−1又は1)」は“1”である。The data for the DDA process is shown in FIG.
As shown in the table, “X coordinate”, “start Y coordinate”, “side height”, “error value (−dy)”, “E increment value (2 × d
x), "E correction value (2 * dy)", and "X direction inclination (-1 or 1)". The "vertical line information" shown in FIG. 7B is set in a later process. Here, if the above values are set using the example shown in FIG. 6, the “X coordinate” is “X1” as described above, and the “start Y coordinate” is “Y1”.
It is. The “height of the side” is a length from the operation start coordinate to the end Y coordinate of the side, and is “h” shown in FIG. The “error value (−dy)” is the slope of the side,
For example, a value corresponding to 45 degrees. Further, the “incremental value of E (2 × dx)” and the “correction value of E (2 × dy)” are data obtained by subsequent calculations, and the “slope in the X direction (−1 or 1)” is It is "1".
【0022】以上のようにして辺に対するDDA処理
用のデータ作成を完了すると、次に辺が垂直線か否か
の判断を行う(S4)。この「垂直線情報」について
は、対象となる辺が垂直線である場合「垂直線情報」が
セットされ(“1”が設定され)(S4がYES、S
5)、対象となる辺が垂直線でない場合「垂直線情報」
がリセットされる(“0”が設定される)(S4がN
O、S6)。本例では辺が垂直線でないので「垂直線
情報」のエリアには“0”が設定される。When the creation of the data for the DDA process on the side is completed as described above, it is determined whether or not the side is a vertical line (S4). As for this “vertical line information”, if the target side is a vertical line, “vertical line information” is set (“1” is set) (YES in S4, S
5) If the target side is not a vertical line, "vertical line information"
Is reset ("0" is set) (S4 becomes N
O, S6). In this example, since the side is not a vertical line, “0” is set in the area of “vertical line information”.
【0023】次に、RAM8の辺リストテーブルに上述
のDDA処理用のデータを登録する(S7)。そして、
辺リスト総数を+1する(S8)。本例において、上述
の辺に対するデータは、例えば図2(a)に示す辺リ
スト1として登録される。Next, the data for the DDA process is registered in the side list table of the RAM 8 (S7). And
The total number of the side list is incremented by one (S8). In the present example, the data for the above-described side is registered as, for example, a side list 1 shown in FIG.
【0024】次に、図6に示す多角形に対して全ての辺
の登録処理が終了したか判断し、本例においては未だ処
理前の辺〜が存在するので、上述の処理及び判断
(S1〜S8)を繰り返す。Next, it is determined whether or not the registration processing of all sides has been completed for the polygon shown in FIG. 6, and in this example, since there are still sides before processing, the above processing and determination (S1) To S8) are repeated.
【0025】したがって、例えば次の処理において辺
に対する登録処理が行われる。すなわち、選択した辺
が水平線か否か判断し(S1、S2)、DDA処理のた
めのデータを作成する(S3)。辺におけるDDA処
理用のデータは、「X座標」は前述と同様“X1”であ
り、「開始Y座標」も“Y1”であり、「辺の高さ」も
図2に示す“h”である。また、「誤差値(−dy)」
は辺の傾きであり、例えば30度に対応する値であ
る。さらに、「Eの増分値(2×dx)」、及び「Eの
補正値(2×dy)」は以後の計算によって得られるデ
ータであり、「X方向の傾き(−1又は1)」は“−
1”である。その後、「垂直線情報」として“0”を設
定し、図2(a)の記録エリア8aに上述のDDA処理
用のデータを登録し、辺リスト総数を+1する。上述の
辺に対するデータは、例えば図2(a)に示す辺リス
ト2として登録される。Therefore, for example, registration processing for a side is performed in the following processing. That is, it is determined whether or not the selected side is a horizontal line (S1, S2), and data for DDA processing is created (S3). In the data for the DDA processing on the side, the “X coordinate” is “X1”, the “start Y coordinate” is also “Y1”, and the “height of the side” is “h” shown in FIG. is there. In addition, “error value (−dy)”
Is the slope of the side, for example, a value corresponding to 30 degrees. Further, the “incremental value of E (2 × dx)” and the “correction value of E (2 × dy)” are data obtained by subsequent calculations, and the “slope in the X direction (−1 or 1)” is "-
After that, "0" is set as "vertical line information", the data for the DDA process is registered in the recording area 8a of FIG. 2A, and the total number of the side lists is incremented by one. The data for the above-described side is registered, for example, as a side list 2 shown in FIG.
【0026】以下、同様にして図6に示す多角形に対し
て全ての辺の登録処理が終了したか判断し、本例におい
ては5本の辺〜の全てを辺リストテーブルに登録す
ると、処理を終了する。In the same manner, it is determined whether or not the registration processing of all sides has been completed for the polygon shown in FIG. 6, and in this example, when all of the five sides are registered in the side list table, To end.
【0027】次に、以上のようにして辺リストテーブル
に登録したデータを使用し、図6に示す多角形の塗りつ
ぶし処理を説明する。図5に示すフローチャートはこの
処理を説明するものである。以下、具体的に説明する。Next, using the data registered in the side list table as described above, a polygon filling process shown in FIG. 6 will be described. The flowchart shown in FIG. 5 explains this processing. Hereinafter, a specific description will be given.
【0028】先ず、RAM8の辺リストテーブル内の辺
リストをY座標順に並べ代える(ステップ(以下STで
示す)1)。すなわち、本例においてはY方向に座標値
が小さい順に並べ代え、Y座標に沿って塗りつぶしスキ
ャンを行うものである。本例においては、前述のように
辺リストテーブルに図2示す順序でデータが登録されて
おり、この順序を並べ代える。すなわち、辺、、
、、の順に並んだテーブルデータを「開始Y座
標」の小さい順に並べ代える。尚、本例においては、も
し上述の辺、、、、の順序がY座標値が小さ
い順に並んでいるならば、並べ代えの必要はない。First, the side lists in the side list table of the RAM 8 are rearranged in the order of the Y coordinate (step (hereinafter, referred to as ST) 1). That is, in this example, the coordinate values are rearranged in the Y direction in ascending order, and the solid scanning is performed along the Y coordinate. In this example, as described above, data is registered in the side list table in the order shown in FIG. 2, and this order is rearranged. That is, the side
,... Are rearranged in ascending order of “start Y coordinate”. In this example, if the order of the above-mentioned sides,..., Is arranged in ascending order of the Y coordinate value, there is no need for rearrangement.
【0029】次に、操作対象辺リストテーブル内の処理
済み辺リストを削除する(ST2)。但し、最初のこの
処理では操作対象辺リストテーブルに辺リストは登録さ
れていないのでこの処理は行わない。Next, the processed side list in the operation target side list table is deleted (ST2). However, in the first processing, since the side list is not registered in the operation target side list table, this processing is not performed.
【0030】次に、図2(a)に示す辺リストテーブル
から該当辺リストを図3(a)に示す記憶エリア(操作
対象辺リストテーブル)8bに登録する(ST3)。例
えば、図6に示す例で説明すると、Y方向のY座標最小
値はY1であり、このY1の座標データを「開始Y座
標」として有する辺データを操作対象辺リストテーブル
に登録する。この場合、辺とが対応し、この辺デー
タが登録された図2(a)の辺リスト1、2のデータを
図3(a)の操作対象辺リストテーブルにも登録する。Next, the corresponding side list is registered in the storage area (operation target side list table) 8b shown in FIG. 3A from the side list table shown in FIG. 2A (ST3). For example, in the example shown in FIG. 6, the minimum value of the Y coordinate in the Y direction is Y1, and side data having the coordinate data of Y1 as the “start Y coordinate” is registered in the operation target side list table. In this case, the sides correspond to each other, and the data of the side lists 1 and 2 in FIG. 2A in which the side data is registered are also registered in the operation target side list table in FIG. 3A.
【0031】次に、操作対象が有るか否か判断し(ST
4)、本例では操作対象が有るので(ST4が有り)、
操作対象辺リストテーブルX座標の順に並べ代える(S
T5)。Next, it is determined whether or not there is an operation target (ST).
4) In this example, since there is an operation target (ST4 is present),
Rearrange in the order of the operation target side list table X coordinate (S
T5).
【0032】次に、X座標の2点間を塗りつぶす(ST
6)。図6に示す例では、X1−X1を塗りつぶす。す
なわち、X1、Y1座標を塗りつぶす。次に、辺及び
が垂直線か否か判断する(ST7)。本例では何れの
辺及びも垂直線ではないので(ST7がNO)、次
のX座標のDDA計算を行う(ST8)。この計算を具
体的に説明する図が図7であり、例えば辺については
同図(a)に示すように次のY2の座標に対するX2の
座標を計算する。この場合「誤差値(−dy)」(傾
き)が45度であり、(対応する)値として−1を使用
し、X2の座標はX1−1となる。一方、辺について
は同図(b)に示すように次のY2’の座標に対するX
2’の座標は、「誤差値(−dy)」(傾き)が30度
であり、(対応する)値として+2を使用し、X2’の
座標をX1+2とする。Next, the space between the two points of the X coordinate is painted out (ST
6). In the example shown in FIG. 6, X1-X1 is painted out. That is, the X1 and Y1 coordinates are painted out. Next, it is determined whether or not the sides and are vertical lines (ST7). In this example, since none of the sides is a vertical line (ST7: NO), the DDA calculation of the next X coordinate is performed (ST8). FIG. 7 specifically illustrates this calculation. For example, the coordinates of X2 with respect to the coordinates of the next Y2 are calculated for the side as shown in FIG. In this case, the "error value (-dy)" (slope) is 45 degrees, -1 is used as the (corresponding) value, and the coordinates of X2 are X1-1. On the other hand, as for the side, as shown in FIG.
The coordinate of 2 ′ has an “error value (−dy)” (slope) of 30 degrees, uses +2 as a (corresponding) value, and sets the coordinate of X2 ′ to X1 + 2.
【0033】そして、新たなX2座標は辺リスト1の
「X座標」に書き込まれ、X2’座標は辺リスト2の
「X座標」に書き込まれる。尚、上述の場合辺におい
ては「Eの増分値(2×dx)」は“−1”であり、
「Eの補正値(2×dy)」は“0”である。また、辺
においては「Eの増分値(2×dx)」は“2”であ
り、「Eの補正値(2×dy)」は“0”である。Then, the new X2 coordinate is written to the "X coordinate" of the side list 1, and the X2 'coordinate is written to the "X coordinate" of the side list 2. In the above case, the “incremental value of E (2 × dx)” is “−1”, and
“E correction value (2 × dy)” is “0”. On the side, “the increment value of E (2 × dx)” is “2”, and “the correction value of E (2 × dy)” is “0”.
【0034】次に、Y1のスキャン処理が完了し、Y2
のスキャン処理を行うべく、次の操作線(Y2座標)に
対する処理に移行する。先ず、操作対象辺リストテーブ
ル内の処理済み辺リストを削除し(ST2)、辺と
の辺リストを操作対象辺リストテーブルに登録し(ST
3)、操作対象が有るか否か判断する(ST4)。ここ
で、辺、については操作対象が存在し(ST4が有
り)、操作対象辺リストテーブルX座標の順に並べ代え
る(ST5)。すなわち、図7に示すように、X2、X
2’の順に並べる。Next, the scanning process of Y1 is completed, and Y2
In order to perform the scanning process, the process shifts to the process for the next operation line (Y2 coordinate). First, the processed side list in the operation target side list table is deleted (ST2), and the side list with the side is registered in the operation target side list table (ST2).
3) It is determined whether or not there is an operation target (ST4). Here, an operation target exists for the sides (ST4 is present), and the sides are rearranged in the order of the X coordinates of the operation target side list table (ST5). That is, as shown in FIG.
Arrange in the order of 2 '.
【0035】次に、X座標の2点間(X2〜X2’)を
塗りつぶす(ST6)。次に、辺及びが垂直線か否
か判断し(ST7)、前述と同様辺及びは垂直線で
はないので(ST7がNO)、次のX座標のDDA計算
を行う(ST8)。この計算は上述と同様、例えば辺
については図7(a)に示すように次のY3の座標に対
するX3の座標を計算し、この場合「誤差値(−d
y)」(傾き)が45度であり、X方向は更に−1さ
れ、X2の座標はX1−2の位置となる。一方、辺に
ついては同図(b)に示すように次のY3’の座標に対
するX3’の座標は、「誤差値(−dy)」(傾き)が
30度であり、X方向は+2され、X3’の座標はX1
+4の位置である。Next, the space between two points of the X coordinate (X2 to X2 ') is painted out (ST6). Next, it is determined whether or not the sides and are vertical lines (ST7). Since the sides and are not vertical lines as described above (ST7 is NO), the DDA calculation of the next X coordinate is performed (ST8). In this calculation, as described above, for example, for the side, the coordinates of X3 with respect to the coordinates of the next Y3 are calculated as shown in FIG.
y) ”(inclination) is 45 degrees, the X direction is further decremented by 1, and the coordinates of X2 are the positions of X1-2. On the other hand, as for the side, as shown in FIG. 7B, the coordinates of X3 ′ with respect to the coordinates of the next Y3 ′ have an “error value (−dy)” (inclination) of 30 degrees, and the X direction is +2. The coordinate of X3 'is X1
+4 position.
【0036】そして、新たなX3座標は辺リスト1の
「X座標」に書き込まれ、X3’座標は辺リスト2の
「X座標」に書き込まれる。以下、同様にして処理を継
続し、辺については座標位置”に達し、辺につい
ては座標位置”に達すると、辺、間の塗りつぶし
処理が完了する。Then, the new X3 coordinate is written to the “X coordinate” of the side list 1 and the X3 ′ coordinate is written to the “X coordinate” of the side list 2. Thereafter, the processing is continued in the same manner, and when the side reaches the coordinate position ", and the side reaches the coordinate position", the painting process between the sides is completed.
【0037】その後、辺、間の塗りつぶし処理に移
行する。この場合、操作対象辺リストテーブル内の辺
、の処理済み辺リストを削除し(ST2)、辺と
の辺リストを操作対象辺リストテーブルに登録する
(ST3)。そして、操作対象が有るか否か判断し、操
作対象辺リストテーブルX座標の順に並べ代える(ST
5)。すなわち、図7に示すように、Xn、Xn’の順
に並べる。Thereafter, the processing shifts to the painting process between the sides and between the sides. In this case, the processed side list of the side in the operation target side list table is deleted (ST2), and the side list with the side is registered in the operation target side list table (ST3). Then, it is determined whether or not there is an operation target, and the operation target side list table is rearranged in the order of the X coordinate (ST).
5). That is, as shown in FIG. 7, they are arranged in the order of Xn and Xn '.
【0038】次に、X座標の2点間(Xn〜Xn’)を
塗りつぶす(ST6)。その後、辺、が垂直線か否
か判断する(ST7)。本例においては、辺及びが
共に垂直線であるで(ST7がYES)、X座標のDD
A計算を行うことなく前述の処理を繰り返し、垂直な辺
、間を塗りつぶす。すなわち、「垂直線情報」に従
って「垂直線情報」が“1”である場合、DDA計算を
行うことなく垂直な辺、間を塗りつぶすものであ
り、複雑なDDA計算を行うことなく、画像塗りつぶし
処理を行うことができる。Next, the space between two points of the X coordinate (Xn to Xn ') is painted out (ST6). Thereafter, it is determined whether or not the side is a vertical line (ST7). In this example, since both sides are vertical lines (ST7: YES), the DD of the X coordinate
The above processing is repeated without performing the A calculation, and the vertical sides and spaces are filled. That is, when the "vertical line information" is "1" according to the "vertical line information", the vertical sides and spaces are filled without performing the DDA calculation, and the image filling process is performed without performing the complicated DDA calculation. It can be performed.
【0039】その後、前述と同様、辺に対してはDD
A計算を行い、X座標間を塗りつぶし、図6に示す多角
形に対する塗りつぶし処理を終了する。以上のように、
本例によれば多角形を構成する辺が垂直線である場合、
複雑なDDA処理を行うことなく、単にX方向にスキャ
ニングしながら塗りつぶし処理を行えばよく、極めて簡
単に画像塗りつぶし処理を行うことができる。Then, as described above, DD is applied to the side.
The A calculation is performed, the space between the X coordinates is painted, and the painting process for the polygon shown in FIG. 6 ends. As mentioned above,
According to this example, when the sides constituting the polygon are vertical lines,
It is only necessary to perform the filling process while scanning in the X direction without performing a complicated DDA process, and the image filling process can be performed extremely easily.
【0040】尚、上述の実施形態例の説明では図6に示
す5辺を有する多角形を例にして説明したが、図6に示
す例に限定されることなく、多角形内に垂直線を有する
場合には同様に適用することができるものである。In the above-described embodiment, the polygon having five sides shown in FIG. 6 has been described as an example. However, the present invention is not limited to the example shown in FIG. If it has, it can be similarly applied.
【0041】また、本例の説明ではY方向にスキャンし
ながら塗りつぶし処理を行う例で説明したが、X方向に
スキャンしながら塗りつぶし処理を行うように構成して
もよい。In the description of the present embodiment, the filling process is performed while scanning in the Y direction. However, the filling process may be performed while scanning in the X direction.
【0042】[0042]
【発明の効果】以上詳細に説明したように、本発明によ
れば操作方向に対して「垂直線情報」を持たせることに
より、画像塗りつぶし処理を容易に行うことができる。As described in detail above, according to the present invention, by providing "vertical line information" with respect to the operation direction, the image filling process can be easily performed.
【0043】また、画像塗りつぶし処理を含め印刷処理
を高速に行うことが可能になる。Further, the printing process including the image filling process can be performed at high speed.
【図1】本実施形態例の画像塗りつぶし装置を適用する
印刷システムのシステム構成図である。FIG. 1 is a system configuration diagram of a printing system to which an image filling device according to an embodiment of the present invention is applied.
【図2】(a)はRAMのエリアに設けられた辺リスト
テーブルの例であり、(b)は辺リストの構成例であ
る。FIG. 2A is an example of a side list table provided in an area of a RAM, and FIG. 2B is a configuration example of a side list.
【図3】(a)はRAMのエリアに設けられた操作対象
辺リストテーブルの例であり、(b)は辺リストの構成
例である。3A is an example of an operation target side list table provided in an area of a RAM, and FIG. 3B is a configuration example of a side list.
【図4】辺リスト作成処理を説明するフローチャートで
ある。FIG. 4 is a flowchart illustrating a side list creation process.
【図5】画像塗りつぶし処理を説明するフローチャート
である。FIG. 5 is a flowchart illustrating an image filling process.
【図6】実施形態例の説明で使用する多角形の例であ
る。FIG. 6 is an example of a polygon used in the description of the embodiment.
【図7】(a)は辺を作成する例であり、(b)は辺
を作成する例である。FIG. 7A is an example of creating a side, and FIG. 7B is an example of creating a side.
1 プリンタ装置 2 ホストコンピュータ 3 インターフェイスコントローラ 4 プリンタエンジン 5 ホストインターフェイス 6 MPU 7 ROM 8 RAM 9 EEPROM 10 フォントROM 11 ビデオインターフェイス DESCRIPTION OF SYMBOLS 1 Printer apparatus 2 Host computer 3 Interface controller 4 Printer engine 5 Host interface 6 MPU 7 ROM 8 RAM 9 EEPROM 10 Font ROM 11 Video interface
Claims (4)
タを作成する辺データ作成手段と、 該辺データ作成手段によって作成された辺と辺の間を、
X方向、又はY方向にスキャンしながら塗りつぶす塗り
つぶし手段と、 前記辺データを作成すべき辺が垂直である場合、前記辺
データの作成処理をキャンセルするキャンセル手段と、 を有することを特徴とする画像塗りつぶし装置。1. A side data creating means for creating side data of a polygon while calculating X and Y coordinates, and between the sides created by the side data creating means,
An image characterized by comprising: a painting means for painting while scanning in the X direction or the Y direction; and a cancel means for canceling the creation processing of the side data when the side where the side data is to be created is vertical. Filling device.
は、それぞれ座標値の小さい方向から行うことを特徴と
する請求項1記載の画像塗りつぶし装置。2. The image painting apparatus according to claim 1, wherein the scanning in the X direction or the Y direction is performed from a direction having a smaller coordinate value.
タを作成する辺データ作成処理と、 該辺データ作成処理によって作成された辺と辺の間を、
X方向、又はY方向にスキャンしながら画像を塗りつぶ
す塗りつぶし処理と、 前記辺データを作成すべき辺が垂直である場合、前記辺
データの作成処理をキャンセルするキャンセル処理と、 を行うことを特徴とする画像塗りつぶし方法。3. A side data creation process for creating polygonal side data while calculating X and Y coordinates, and a process for creating a polygon between the sides created by the side data creation process.
Performing a painting process of painting an image while scanning in the X direction or the Y direction; and canceling the creation process of the side data when the side where the side data is to be created is vertical. How to fill the image.
は、それぞれ座標値の小さい方向から行うことを特徴と
する請求項3記載の画像塗りつぶし方法。4. The method according to claim 3, wherein the scanning in the X direction or the scanning in the Y direction is performed from a direction having a smaller coordinate value.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11060598A JPH11306368A (en) | 1998-04-21 | 1998-04-21 | Picture painting-out device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP11060598A JPH11306368A (en) | 1998-04-21 | 1998-04-21 | Picture painting-out device |
Publications (1)
Publication Number | Publication Date |
---|---|
JPH11306368A true JPH11306368A (en) | 1999-11-05 |
Family
ID=14540086
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP11060598A Withdrawn JPH11306368A (en) | 1998-04-21 | 1998-04-21 | Picture painting-out device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JPH11306368A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014056326A (en) * | 2012-09-11 | 2014-03-27 | Casio Electronics Co Ltd | Diagram image preparation device |
-
1998
- 1998-04-21 JP JP11060598A patent/JPH11306368A/en not_active Withdrawn
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2014056326A (en) * | 2012-09-11 | 2014-03-27 | Casio Electronics Co Ltd | Diagram image preparation device |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
EP1429286A1 (en) | Method of preparing bit map | |
JP3142550B2 (en) | Graphic processing unit | |
JP3791259B2 (en) | Outline smoothing processing method | |
JP3845045B2 (en) | Image processing apparatus, image processing method, image forming apparatus, printing apparatus, and host PC | |
JP4577058B2 (en) | Printing control apparatus and method and program | |
JP3009525B2 (en) | Vector image drawing equipment | |
JPH11306368A (en) | Picture painting-out device | |
US20030227463A1 (en) | System and method for optimising halftoning printer performance | |
JP3118310B2 (en) | Print processing method of page printer | |
JP2002244643A (en) | Image processor | |
JP3769972B2 (en) | Drawing processing apparatus, drawing processing method, and recording medium | |
JP3209359B2 (en) | Image output device | |
JP2782752B2 (en) | Character pattern output device | |
JP2010113625A (en) | Figure drawing device, anti-aliasing processing method, and program | |
JP3294249B2 (en) | Image processing device | |
JP4443256B2 (en) | Image processing apparatus, image output apparatus, information processing apparatus, image forming system, image processing method, program, and recording medium | |
JP2629098B2 (en) | Character arrangement correction method | |
JP2935189B2 (en) | Outline font processor | |
JP2005077750A (en) | Display device and character display control method | |
JP3024479B2 (en) | Data converter | |
JPH0493994A (en) | Character processor | |
JP2000181420A (en) | Device and method for printing image display | |
JPH11110150A (en) | Image processing system, method therefor and computer-readable recording medium recording image processing control program | |
JPH06162213A (en) | Rectangular surface painting system | |
JP2009141529A (en) | Device and method for processing image, and program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A300 | Withdrawal of application because of no request for examination |
Free format text: JAPANESE INTERMEDIATE CODE: A300 Effective date: 20050705 |