JP2001347704A - Print data forming system and medium recorded with its program - Google Patents
Print data forming system and medium recorded with its programInfo
- Publication number
- JP2001347704A JP2001347704A JP2000173289A JP2000173289A JP2001347704A JP 2001347704 A JP2001347704 A JP 2001347704A JP 2000173289 A JP2000173289 A JP 2000173289A JP 2000173289 A JP2000173289 A JP 2000173289A JP 2001347704 A JP2001347704 A JP 2001347704A
- Authority
- JP
- Japan
- Prior art keywords
- print data
- raster
- unit
- output
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Pending
Links
Landscapes
- Record Information Processing For Printing (AREA)
- Fax Reproducing Arrangements (AREA)
- Color Image Communication Systems (AREA)
Abstract
Description
【0001】[0001]
【発明の属する技術分野】本発明は印刷データ作成方式
およびそのプログラムを記録した記録媒体、特にラスタ
単位で描画するプリンタの印刷イメージ作成方式および
そのプログラムを記録した記録媒体に関する。BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a print data creation method and a recording medium recording the program, and more particularly to a print image creation method for a printer for drawing in raster units and a recording medium recording the program.
【0002】[0002]
【従来の技術】プリンタに関する従来技術は、例えば特
開平8−20006号公報の「シリアルプリンタ」等に
開示されている。従来のプリンタドライバにおける印刷
データ作成方式では、プリンタドライバを制御している
OS(オペレーティングシステム)から渡される描画命
令に含まれる描画範囲に関する情報を用いて描画処理お
よび描画が行なわれた範囲を管理していた。従来の印刷
データ作成方式では、文字描画等では、文字パターンを
含む矩形領域を描画範囲として指定するが、描画した印
刷イメージを水平方向のドットの集まり(ラスタ)とし
て見た場合には、文字によっては、ラスタ内に1点も描
画がされない空白部分を含むものがある。2. Description of the Related Art A conventional technique relating to a printer is disclosed in, for example, "Serial Printer" of Japanese Patent Application Laid-Open No. Hei 8-20006. In a print data creation method in a conventional printer driver, a range in which a drawing process and a drawing are performed is managed using information on a drawing range included in a drawing command passed from an OS (operating system) controlling the printer driver. I was In the conventional print data creation method, a rectangular area including a character pattern is specified as a drawing range in character drawing or the like. However, when a drawn print image is viewed as a group of horizontal dots (raster), a character May include a blank portion in which no point is drawn in the raster.
【0003】例えば図8に示す如く、印刷イメージの描
画を行うメモリD1に対して、OSからの描画命令によ
り描画範囲D2が指定される。この場合に、実際に描画
されるのはイメージ範囲D3となる。しかし、従来のデ
ータ作成方式では、メモリD1に斯かる描画範囲D4を
処理範囲、即ち処理を行う範囲と判断していた。また、
描画命令による描画範囲情報からでは、複数の描画に対
して、個々の描画命令の描画範囲を包括する矩形領域を
描画範囲として認識してしまうため、描画命令を全て処
理した後に行うディザ処理や印刷データ出力処理でプリ
ンタドライバが処理を行う範囲が、実際の印刷範囲に比
べて広くなる。また、実際の印刷範囲に比べ広い範囲に
対してディザ処理を行った後に、実際に印刷データが存
在するラスタを判断してから出力装置に送るデータ長を
判断している。For example, as shown in FIG. 8, a drawing range D2 is designated by a drawing command from the OS to a memory D1 for drawing a print image. In this case, what is actually drawn is the image range D3. However, in the conventional data creation method, the drawing range D4 in the memory D1 is determined as a processing range, that is, a range in which processing is performed. Also,
Based on the drawing range information based on the drawing command, for a plurality of drawing, a rectangular area including the drawing range of each drawing command is recognized as a drawing range. The range in which the printer driver performs the process in the data output process is wider than the actual print range. Further, after dither processing is performed on a range wider than the actual print range, a raster in which print data actually exists is determined, and then a data length to be sent to the output device is determined.
【0004】[0004]
【発明が解決しようとする課題】上述する如き従来技術
には、次の如き幾つかの課題を有する。先ず、ディザ処
理に時間がかかる。その理由は、ディザ処理は描画イメ
ージの1画素単位で処理が行なわれるため、イメージ描
画をした範囲が広いと、それだけ処理時間がかかるため
である。次に、プリンタに送るデータ長を決定する時間
がかかる。その理由は、ディザ処理の結果からラスタ上
のデータの有無を判断して、該当ラスタをプリンタに送
る判断を行うためである。The prior art as described above has several problems as follows. First, the dither processing takes time. The reason is that the dither processing is performed in units of one pixel of the drawn image, so that if the range in which the image is drawn is large, the processing time is correspondingly long. Next, it takes time to determine the data length to be sent to the printer. The reason is that the presence or absence of data on the raster is determined from the result of the dither processing, and the determination is made to send the raster to the printer.
【0005】[0005]
【発明の目的】従って、本発明の目的は、上述した従来
技術の課題を克服又は軽減する、即ち処理時間を短縮す
るプリンタドライバの印刷データ作成方式およびそのプ
ログラムを記憶する記憶媒体を提供することにある。SUMMARY OF THE INVENTION It is therefore an object of the present invention to provide a method of creating print data for a printer driver which overcomes or reduces the above-mentioned problems of the prior art, ie, shortens the processing time, and a storage medium for storing the program. It is in.
【0006】[0006]
【課題を解決するための手段】本発明の印刷データ作成
方式は、オペレーティングシステム(OS)の制御下で
動作するプリンタドライバプログラムおよび記憶装置を
備え、出力装置に所定のデータ形式等に処理した印刷デ
ータを出力するものであって、プリンタドライバプログ
ラムは、OSからの命令を解析する命令解析手段、この
命令解析手段の出力に基づき描画する描画手段および出
力装置に印刷データを出力する印刷データ出力手段を備
え、記憶装置は、描画手段の出力に基づきラスタ位置の
始点および終点を記憶するラスタ情報記憶部を備える。According to the present invention, there is provided a print data generating method comprising a printer driver program which operates under the control of an operating system (OS), a storage device, and a printing device in which an output device is processed into a predetermined data format. The printer driver program outputs command data. The printer driver program includes command analysis means for analyzing a command from the OS, drawing means for drawing based on the output of the command analysis means, and print data output means for outputting print data to an output device. The storage device includes a raster information storage unit that stores the start point and the end point of the raster position based on the output of the drawing unit.
【0007】本発明の好適実施形態によると、ラスタ情
報記憶部は、カラー(多色)印刷の場合に、印刷される
色に対応して複数のラスタ情報記憶部を有する。プリン
タドライバプログラムは、ディザ処理を行うディザ処理
手段を含み、記憶装置は、描画手段の出力に基づき描画
命令単位で印刷イメージの展開を行う印刷イメージ展開
部およびディザ処理イメージ展開部を備える。描画命令
から印刷イメージ展開部に描画している段階でラスタ単
位の描画の有無を判断する。また、本発明の印刷データ
作成方式のプログラムを記録する記録媒体は、上述した
印刷データ作成方式のプログラムを記録する。According to a preferred embodiment of the present invention, in the case of color (multi-color) printing, the raster information storage section has a plurality of raster information storage sections corresponding to colors to be printed. The printer driver program includes dither processing means for performing dither processing, and the storage device includes a print image developing unit for developing a print image for each drawing command based on the output of the drawing means, and a dither processing image developing unit. At the stage of drawing on the print image developing unit from the drawing command, the presence or absence of drawing in raster units is determined. Further, a recording medium for recording the program of the print data creation method of the present invention records the above-described program of the print data creation method.
【0008】[0008]
【発明の実施の形態】次に、本発明による印刷データ作
成方式およびそのプログラムを記録した記憶媒体の好適
実施形態の構成および動作を、添付図を参照して詳細に
説明する。DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS The construction and operation of a preferred embodiment of a print data creation method and a storage medium storing the program according to the present invention will be described in detail with reference to the accompanying drawings.
【0009】先ず、図1は、本発明による印刷データ作
成方式の第1実施形態の構成を示す機能ブロック図であ
る。図1に示す印刷データの作成方式の第1実施形態
は、オペレーティングシステム(以下OSという)1、
プリンタドライバプログラム(以下プログラムという)
2、記憶装置3および出力装置4より構成される。ま
た、プログラム2は、命令解析手段21、描画手段2
2、ディザ処理手段23および印刷データ出力手段24
を含んでいる。一方、記憶装置3は、印刷イメージ展開
部31、ディザ処理イメージ展開部32およびラスタ情
報記憶部33を含んでいる。FIG. 1 is a functional block diagram showing the configuration of a first embodiment of a print data creation system according to the present invention. The first embodiment of the print data creation method illustrated in FIG. 1 includes an operating system (hereinafter referred to as an OS) 1,
Printer driver program (hereinafter referred to as program)
2, a storage device 3 and an output device 4. The program 2 includes an instruction analyzing unit 21 and a drawing unit 2
2, dither processing means 23 and print data output means 24
Contains. On the other hand, the storage device 3 includes a print image developing unit 31, a dither processing image developing unit 32, and a raster information storage unit 33.
【0010】プログラム2は、OS1の制御下で動作す
るため、OS1からの出力がプログラム2の命令解析手
段21に入力される。命令解析手段21の出力は、描画
手段22、ディザ処理手段23および印刷データ出力手
段24に入力される。描画手段22の出力は、記憶装置
3の印刷イメージ展開部31およびラスタ情報記憶部3
3に入力される。ディザ処理手段23は、更に印刷イメ
ージ展開部31およびラスタ情報記憶部33からの出力
を受け、その出力をディザ処理イメージ展開部32に入
力する。印刷データ出力手段24は、更にディザ処理イ
メージ展開部32およびラスタ情報記憶部33からの出
力を受け、その出力を出力装置4に入力するよう構成さ
れている。[0010] Since the program 2 operates under the control of the OS 1, the output from the OS 1 is input to the instruction analysis means 21 of the program 2. The output of the instruction analyzing unit 21 is input to the drawing unit 22, the dither processing unit 23, and the print data output unit 24. The output of the drawing unit 22 is output to the print image developing unit 31 and the raster information storage unit 3 of the storage device 3.
3 is input. The dither processing unit 23 further receives outputs from the print image developing unit 31 and the raster information storage unit 33, and inputs the output to the dither processing image developing unit 32. The print data output unit 24 is further configured to receive outputs from the dither processing image developing unit 32 and the raster information storage unit 33 and input the output to the output device 4.
【0011】図1に示す各構成要素又は手段は、それぞ
れ次のように動作する。プログラム2内の命令解析手段
21は、OS1から印刷に関する制御命令および描画命
令を受け取る。命令解析手段21は、OS1より描画命
令を受け取ると、この命令を解析する。解析結果により
描画を行う場合には、描画手段22を用いて印刷イメー
ジ展開部31に描画命令単位で印刷イメージの展開を行
う。また、印刷イメージの展開と同時に、描画を行った
ラスタ単位で、ラスタ情報記憶部33の該当ラスタ位置
の記憶されている始点および終点の値を比較する。描画
範囲が広がる場合には、始点、終点又はこれら両方の値
を更新する。命令解析手段21は、OS1から描画命令
を全て受け取り、OS1から描画した部分の出力が指示
されると、ディザ処理手段23および印刷データ出力手
段24を順次実行する。Each component or means shown in FIG. 1 operates as follows. The command analysis unit 21 in the program 2 receives a control command and a drawing command related to printing from the OS 1. When receiving the drawing command from the OS 1, the command analyzing unit 21 analyzes the command. When drawing is performed based on the analysis result, the printing unit 22 uses the drawing unit 22 to develop the print image for each drawing command in the print image developing unit 31. At the same time as the development of the print image, the values of the starting point and the ending point stored in the corresponding raster position in the raster information storage unit 33 are compared in units of the raster in which the drawing is performed. When the drawing range is widened, the start point, the end point, or both values are updated. The command analysis unit 21 receives all the drawing commands from the OS 1 and, when instructed to output the drawn portion from the OS 1, sequentially executes the dither processing unit 23 and the print data output unit 24.
【0012】ディザ処理手段23は、ラスタ情報記憶部
33を順番に調べ、描画始点の値が設定されているラス
タを印刷イメージ展開部31から読み出し、ディザ処理
を実行する。ディザ処理を行ったラスタイメージは、デ
ィザ処理イメージ展開部32の同じラスタ位置に格納す
る。ディザ処理手段23によるこの処理は、印刷イメー
ジ展開部31を構成しているラスタ数分まで繰り返し行
う。The dither processing means 23 sequentially checks the raster information storage unit 33, reads out a raster in which the value of the drawing start point is set from the print image developing unit 31, and executes dither processing. The raster image subjected to the dither processing is stored at the same raster position in the dither processing image developing unit 32. This processing by the dither processing means 23 is repeated up to the number of rasters constituting the print image developing unit 31.
【0013】また、印刷データ出力手段24は、記憶装
置3のラスタ情報記憶部33を順番に調べる。描画始点
の値が設定されている最初のラスタから最後のラスタの
範囲までを、実際に出力装置4が印刷すべきイメージ範
囲と判断し、出力装置4に合わせたデータ形式で出力を
行う。The print data output unit 24 checks the raster information storage unit 33 of the storage device 3 in order. The range from the first raster to the last raster in which the value of the drawing start point is set is determined as an image range to be actually printed by the output device 4, and output is performed in a data format suitable for the output device 4.
【0014】次に、図1に示す印刷データ作成方式の動
作を、図2のフローチャートを参照して詳細に説明す
る。先ず、OS1により印刷が開始されると、プログラ
ム2は、初期化され、ラスタ情報記憶部33に何も描画
が行なわれていないことを示す情報を設定し(ステップ
A1)、OS1からの命令を待つ。OS1からの命令
が、何を示す命令であるか、命令解析手段21により解
析される(ステップA2)。描画命令であれば、描画手
段22を用いて命令単位でのイメージ描画を行う。次
に、描画終了命令であるか否か判断する(ステップA
3)。描画終了の場合(ステップA3:Y)には、後述
の如く、ディザ処理手段23および印刷データ出力手段
24へ進む(ステップA19〜A25)。Next, the operation of the print data creation method shown in FIG. 1 will be described in detail with reference to the flowchart of FIG. First, when printing is started by the OS 1, the program 2 is initialized, sets information indicating that no drawing is performed in the raster information storage unit 33 (step A 1), and issues a command from the OS 1. wait. The instruction analysis means 21 analyzes what the instruction from the OS 1 indicates (step A2). If the command is a drawing command, the drawing unit 22 performs image drawing for each command. Next, it is determined whether it is a drawing end command (step A).
3). If the drawing is completed (step A3: Y), the process proceeds to the dither processing unit 23 and the print data output unit 24 (steps A19 to A25) as described later.
【0015】描画手段22では、描画命令をビットマッ
プデータ等のイメージ描画命令又は文字や図形等の描画
命令に分けて描画を行う(ステップA4〜A18)。即
ち、文字、図形か判断する(ステップA4)。イメージ
描画命令の場合(ステップA4:N)には、描画対象で
あるイメージデータは矩形であるため、イメージの上端
を描画するラスタ位置を求める(ステップA5)。そし
て、そのラスタ位置から順番にイメージ下端位置まで、
イメージ矩形の左右端の値がラスタ情報記憶部33内の
該当ラスタに記憶されている値より広い範囲を描画する
場合には、値の更新を行う(ステップA6〜A10)。The drawing means 22 performs drawing by dividing the drawing command into an image drawing command such as bitmap data or a drawing command such as a character or graphic (steps A4 to A18). That is, it is determined whether it is a character or a graphic (step A4). In the case of an image drawing command (step A4: N), since the image data to be drawn is rectangular, a raster position for drawing the upper end of the image is obtained (step A5). Then, from the raster position to the lower end of the image in order,
If the values at the left and right ends of the image rectangle are to be drawn in a wider range than the values stored in the corresponding raster in the raster information storage unit 33, the values are updated (steps A6 to A10).
【0016】描画対象が図形や文字の場合(ステップA
4:Y)には、描画命令で指示される描画範囲より実際
の印刷パターンが小さい場合がある。このため、描画処
理はイメージ描画の場合と異なる。描画命令で指示され
た描画範囲の上端に位置するラスタを求め(ステップA
11)、そのラスタに対して実際に文字や図形のパター
ンの描画処理を行う。描画処理を行っているラスタに対
して実際に描画が起きた場合には、描画をした位置とラ
スタ情報記憶部33内の該当ラスタに記憶されている値
を比較して、描画始点又は終点の更新を行う(ステップ
A12〜A15)。1ラスタ分の描画処理が終了する
と、次のラスタに移動して(ステップA17)、同じ処
理を繰り返す。この処理を描画命令で指定された描画範
囲の間繰り返す(ステップA18)。When the object to be drawn is a figure or a character (step A)
4: Y), the actual print pattern may be smaller than the drawing range specified by the drawing command. Therefore, the drawing process is different from the case of the image drawing. A raster located at the upper end of the drawing range specified by the drawing command is obtained (step A
11) The character or figure pattern is actually drawn on the raster. When the drawing is actually performed on the raster for which the drawing process is being performed, the drawing position is compared with the value stored in the corresponding raster in the raster information storage unit 33 to determine the drawing start point or the end point. Update is performed (steps A12 to A15). When the rendering process for one raster is completed, the process moves to the next raster (step A17), and the same process is repeated. This process is repeated for the drawing range specified by the drawing command (step A18).
【0017】命令解析(ステップA2)で描画終了の場
合(ステップA3:Y)には、ディザ処理手段23によ
るディザ処理手順に進む(ステップA19〜A25)。
ディザ処理では、印刷イメージ展開部31の先頭ラスタ
に対応するラスタ情報記憶部33上の位置から順番に描
画始点が設定されているか否かを調べる(ステップA1
9)。そして、描画始点があるか否か判断する(ステッ
プA20)。描画始点が設定されている場合(ステップ
A20:Y)には、印刷イメージ展開部31上の該当ラ
スタから描画イメージを読み出し、ディザ処理を行う。
ディザ処理を施したイメージは、ディザ処理イメージ展
開部32の対応するラスタ位置上に描画される(ステッ
プA21)。この処理を印刷イメージ展開部31の最終
ラスタ位置まで繰り返し行う(ステップA22およびA
23)。描画始点がない場合(ステップA20:N)に
は、ステップA22に進み、次のラスタに移る。If the drawing is completed in the instruction analysis (step A2) (step A3: Y), the procedure proceeds to the dither processing procedure by the dither processing means 23 (steps A19 to A25).
In the dither processing, it is checked whether or not the drawing start point is set in order from the position on the raster information storage unit 33 corresponding to the leading raster of the print image developing unit 31 (step A1).
9). Then, it is determined whether or not there is a drawing start point (step A20). If the drawing start point is set (step A20: Y), the drawing image is read from the corresponding raster on the print image developing unit 31, and dither processing is performed.
The image subjected to the dither processing is drawn on the corresponding raster position of the dither processing image developing unit 32 (step A21). This processing is repeated until the last raster position of the print image developing unit 31 (steps A22 and A22).
23). If there is no drawing start point (step A20: N), the process proceeds to step A22 and shifts to the next raster.
【0018】次に、印刷データ出力手段24は、ラスタ
情報記憶部33上の情報から最初に描画開始位置が記録
されているラスタと、最後に描画開始位置が記録されて
いるラスタを求め、この範囲のラスタを出力装置4に送
るデータとする(ステップA24)。次に、決定したデ
ータ範囲を出力装置4に適したデータ形式および圧縮等
の処理を行い出力する(ステップA25)。Next, the print data output means 24 obtains a raster in which the drawing start position is recorded first and a raster in which the drawing start position is recorded last from the information in the raster information storage unit 33. The raster in the range is set as data to be sent to the output device 4 (step A24). Next, the determined data range is output after performing processing such as data format and compression suitable for the output device 4 (step A25).
【0019】上述した第1実施形態では、描画命令から
の描画を行う時点でラスタ単位の描画の有無を判断し、
描画のあるラスタに対しては描画始点および終点を示す
情報を記憶する。描画終了後のディザ処理、印刷データ
出力処理では、記憶したこのラスタ情報を基に処理を行
うため、実際に印刷イメージが描画されているラスタに
対して最小範囲でディザ処理が行える。また、最小範囲
で印刷データの出力処理を行うことにより、印刷イメー
ジ作成処理時間の短縮ができる。In the first embodiment described above, at the time of performing drawing from a drawing command, the presence or absence of drawing in raster units is determined.
For a raster to be drawn, information indicating a drawing start point and an end point is stored. In the dither processing and the print data output processing after the drawing is completed, the processing is performed based on the stored raster information, so that the dither processing can be performed in the minimum range for the raster on which the print image is actually drawn. In addition, by performing print data output processing in the minimum range, the print image creation processing time can be reduced.
【0020】次に、図3は、本発明の具体例を示す。図
3に示す如く、印刷イメージ展開部31に対して文字B
1、線分B3を描画する描画命令を受けたとする。この
場合には、描画命令からは文字B1に対する描画範囲指
定B2および線分B3に対する描画範囲指定B4だけが
わかるため、そのままでは描画する最小範囲を2つの描
画命令に含まれる描画範囲を包括する矩形領域B5と判
断してしまう。Next, FIG. 3 shows a specific example of the present invention. As shown in FIG.
1. It is assumed that a drawing command for drawing the line segment B3 has been received. In this case, since only the drawing range specification B2 for the character B1 and the drawing range specification B4 for the line segment B3 are known from the drawing command, the minimum range to be drawn is directly changed to a rectangle including the drawing range included in the two drawing commands. It is determined that the area is B5.
【0021】そこで、本発明による印刷イメージ作成方
式では、文字B1を図3の左側に示す印刷イメージ展開
部31に描画するとき、描画範囲指定B2ではなく、実
際の文字パターン上端の描画をした時点から文字パター
ンの下端までの間で、図3の右側に示すラスタ情報記憶
部33の該当ラスタ位置に始点および終点の値を記憶す
る。また、線分B3の場合には、描画する高さは描画範
囲指定B4と同じであるが、幅に関しては実際に描画さ
れるのは小さな範囲となり、文字B1と同様に、各ラス
タについて実際に描画した幅(始点および終点)をラス
タ情報記憶部33に記憶する。ディザ処理手段23およ
び印刷データ出力手段24は、ラスタ情報記憶部33に
描画始点および終点が記憶されている範囲(B6、B
7)の始点および終点の値に対してディザ処理および印
刷データ出力処理を行う。Therefore, in the print image creation method according to the present invention, when the character B1 is drawn on the print image developing unit 31 shown on the left side of FIG. The values of the start point and the end point are stored in the corresponding raster positions of the raster information storage unit 33 shown on the right side of FIG. In the case of the line segment B3, the drawing height is the same as that of the drawing range designation B4, but the width is actually drawn in a small range. Like the character B1, each raster is actually drawn. The drawn width (start point and end point) is stored in the raster information storage unit 33. The dither processing unit 23 and the print data output unit 24 determine the range (B6, B
7) A dither process and a print data output process are performed on the values of the start point and the end point.
【0022】次に、本発明による印刷データ作成方式の
第2実施形態を、図4〜図7を参照して詳細に説明す
る。尚、図1に示す第1実施形態と対応する構成要素に
は、便宜上、同様の参照符号を使用する。図4は、第2
実施形態の構成を示す機能ブロック図である。図4に示
す第2実施形態も、OS1、プログラム2、記憶装置3
および出力装置4より構成される。そして、プログラム
2は、命令解析手段21、描画手段22、ディザ処理手
段23および印刷データ出力手段24を含んでいる。ま
た、記憶装置3は、印刷イメージ展開部31、ディザ処
理イメージ展開部32およびラスタ情報記憶部33’を
含んでいる。図1に示す第1実施形態との相違点は、ラ
スタ情報記憶部33’が、カラー(多色)印刷のカラー
数に応じて複数になっている点である。Next, a second embodiment of the print data creation method according to the present invention will be described in detail with reference to FIGS. Note that, for convenience, the same reference numerals are used for components corresponding to the first embodiment shown in FIG. FIG.
FIG. 2 is a functional block diagram illustrating a configuration of the embodiment. The second embodiment shown in FIG. 4 also includes an OS 1, a program 2, and a storage device 3.
And an output device 4. The program 2 includes a command analysis unit 21, a drawing unit 22, a dither processing unit 23, and a print data output unit 24. Further, the storage device 3 includes a print image developing unit 31, a dither processing image developing unit 32, and a raster information storage unit 33 '. The difference from the first embodiment shown in FIG. 1 is that a plurality of raster information storage units 33 'are provided in accordance with the number of colors for color (multi-color) printing.
【0023】次に、図5のフローチャートを参照して、
図4に示す印刷データ作成方式の全体動作を詳細に説明
する。図5におけるフローチャート中、ステップA1〜
A21の動作およびA22〜A25の動作は、第1実施
形態におけるステップA1〜A21の動作およびA22
〜A25の動作と同一であるため、重複説明を省略す
る。第1実施形態でのディザ処理手段23では、ラスタ
情報記録部33を順次調べ、始点情報が記録されている
ラスタに対してディザ処理を行い、ラスタ情報記録部3
3の値は、そのまま印刷データ出力手段24にも使用さ
れた。ディザ処理を行った場合には、元来イメージが存
在していた部分であってもイメージが消えたり、逆に描
画する画素となる場合がある。特にカラー印刷の場合に
は、ディザ処理を行うことで、同じラスタであっても各
色データの描画範囲(始点および終点)は異なる。Next, referring to the flowchart of FIG.
The overall operation of the print data creation method shown in FIG. 4 will be described in detail. In the flowchart in FIG.
The operation of A21 and the operations of A22 to A25 are the operations of steps A1 to A21 and A22 in the first embodiment.
Since the operation is the same as that of A25, duplicate description is omitted. The dither processing unit 23 in the first embodiment sequentially checks the raster information recording unit 33, performs dither processing on the raster on which the start point information is recorded, and
The value of 3 was also used for the print data output means 24 as it was. When the dither processing is performed, the image may disappear even in a portion where the image originally exists, or may become a pixel to be drawn. Particularly in the case of color printing, by performing dither processing, the drawing range (start point and end point) of each color data is different even for the same raster.
【0024】図4に示す本発明の第2実施形態では、ラ
スタ情報記録部33’は、ディザ処理により作成される
色数分設けられている。そして、ラスタ情報記録部3
3’上の位置から順番に描画始点が設定されているか否
かを調べる。描画始点が設定されているラスタに対して
ディザ処理を行う。ディザ処理時に各色データ毎に始点
および終点を求め、ラスタ情報記録部33’における各
色用記憶場所の値の更新および追記をする(ステップA
A1)。この処理を、印刷イメージ展開部31の最下端
ラスタ位置まで繰り返す。印刷データ出力処理24は、
ディザ処理手段23により値が更新および追記されたラ
スタ情報記録部33’を用いてラスタを構成する各色毎
に出力する範囲を求め、出力装置4に送る印刷データの
出力を行う。In the second embodiment of the present invention shown in FIG. 4, raster information recording sections 33 'are provided for the number of colors created by dither processing. Then, the raster information recording unit 3
It is checked whether or not the drawing start point is set in order from the position on 3 ′. Performs dither processing on the raster for which the drawing start point is set. At the time of dither processing, the starting point and the ending point are obtained for each color data, and the value of the storage location for each color in the raster information recording unit 33 'is updated and added (step A).
A1). This process is repeated up to the lowermost raster position of the print image developing unit 31. The print data output processing 24
Using the raster information recording unit 33 ′ in which the value is updated and additionally written by the dither processing unit 23, the output range for each color constituting the raster is obtained, and the print data to be sent to the output device 4 is output.
【0025】上述した第2実施形態では、ラスタ情報記
憶部33’をディザ処理により生成する色数分設けるた
め、印刷データ出力処理で各色毎のデータの最小範囲を
知ることができ、第1実施形態と対比して、印刷データ
出力処理時間を短縮できる。In the above-described second embodiment, since the raster information storage units 33 'are provided for the number of colors generated by the dither processing, the minimum range of the data for each color can be known in the print data output processing. The print data output processing time can be reduced as compared with the mode.
【0026】次に、本発明の具体例を説明する。図6に
示す如く、印刷イメージ展開部31に4色(C、M、Y
およびKで示す)で塗り分けられた図形C1が描画され
た場合の具体例である。描画命令が終了した時点では、
ラスタ情報記憶部33’は、1色分のサイズのみ使用さ
れ、始点および終点の値は図形C1の左右端を示す値が
格納される。本発明の第2実施形態では、ディザ処理を
行うと図7に示す如く、ラスタ情報記憶部33’は、4
色分のサイズが使用され、各色データ毎の始点および終
点の値を個別に記憶する。この具体例では、ラスタ情報
記憶部33’を出力装置4が有する印刷色分設けること
で、ディザ処理後の印刷イメージの最小範囲を各色毎に
知ることができる。そこで、単色(黒色)印刷やカラー
印刷であっても、印刷データ出力手段24での処理時間
を短縮することができる。Next, a specific example of the present invention will be described. As shown in FIG. 6, the print image developing unit 31 outputs four colors (C, M, Y).
This is a specific example in a case where a graphic C1 painted with different colors is drawn. At the end of the drawing command,
The raster information storage unit 33 'uses only the size of one color, and the values of the start point and end point store the values indicating the left and right ends of the graphic C1. In the second embodiment of the present invention, when the dither processing is performed, as shown in FIG.
The size of the color is used, and the values of the start point and the end point for each color data are individually stored. In this specific example, the minimum range of the print image after the dither processing can be known for each color by providing the raster information storage unit 33 'for the print colors of the output device 4. Therefore, the processing time in the print data output unit 24 can be reduced even in monochrome (black) printing or color printing.
【0027】以上、本発明による印刷データ作成方式の
好適実施形態の構成および動作を詳述した。しかし、斯
かる実施形態は、本発明の単なる例示に過ぎず、何ら本
発明を限定するものではない。本発明の要旨を逸脱する
ことなく、特定用途に応じて、種々の変形変更が可能で
あること、当業者には容易に理解できよう。The configuration and operation of the preferred embodiment of the print data creation system according to the present invention have been described above in detail. However, such an embodiment is merely an example of the present invention and does not limit the present invention in any way. It will be readily apparent to those skilled in the art that various modifications and changes can be made in accordance with the particular application without departing from the spirit of the invention.
【0028】[0028]
【発明の効果】以上の説明から理解される如く、本発明
によると次の如く実用上の顕著な効果を有する。第1
に、ディザ処理にかかる時間を短縮できる。その理由
は、ディザをかける元のイメージを作成する時点でラス
タ単位の処理範囲を記録しておくラスタ情報記憶部を設
けるためである。第2に、出力装置に送る印刷データ処
理時間を短縮できる。その理由は、ディザ処理を施した
各色毎にラスタ単位で処理範囲を記録しておく複数のラ
スタ情報記憶部を設けるためである。As will be understood from the above description, the present invention has the following practically significant effects. First
In addition, the time required for dither processing can be reduced. The reason for this is to provide a raster information storage unit that records the processing range in raster units when the original image to be dithered is created. Second, the processing time of print data sent to the output device can be reduced. The reason for this is to provide a plurality of raster information storage units for recording the processing range in raster units for each color subjected to dither processing.
【図1】本発明による印刷データ作成方式の第1実施形
態の構成を示す示す機能ブロック図である。FIG. 1 is a functional block diagram showing a configuration of a first embodiment of a print data creation method according to the present invention.
【図2】図1に示す印刷データ作成方式の動作を示すフ
ローチャートである。FIG. 2 is a flowchart showing an operation of the print data creation method shown in FIG.
【図3】図1に示す印刷データ作成方式の説明図であ
る。FIG. 3 is an explanatory diagram of the print data creation method shown in FIG.
【図4】本発明による印刷データ作成方式の第2実施形
態の構成を示す機能ブロック図である。FIG. 4 is a functional block diagram illustrating a configuration of a second embodiment of a print data creation method according to the present invention.
【図5】図4に示す印刷データ作成方式の動作を示すフ
ローチャートである。FIG. 5 is a flowchart showing the operation of the print data creation method shown in FIG.
【図6】図4に示す印刷データ作成方式のディザ処理前
のラスタ情報記憶部を示す図である。6 is a diagram illustrating a raster information storage unit before dither processing in the print data creation method illustrated in FIG. 4;
【図7】図4に示す印刷データ作成方式のディザ処理後
のラスタ情報記憶部を示す図である。FIG. 7 is a diagram illustrating a raster information storage unit after dither processing according to the print data creation method illustrated in FIG. 4;
【図8】従来技術の描画処理範囲の例を示す図である。FIG. 8 is a diagram illustrating an example of a drawing processing range according to the related art.
1 オペレーティングシステム(OS) 2 プリンタドライバプログラム 3 記憶装置 4 出力装置 21 命令解析手段 22 描画手段 23 ディザ処理手段 24 印刷データ出力手段 31 印刷イメージ展開部 32 ディザ処理イメージ展開部 33、33’ ラスタ情報記憶部 DESCRIPTION OF SYMBOLS 1 Operating system (OS) 2 Printer driver program 3 Storage device 4 Output device 21 Command analysis means 22 Drawing means 23 Dither processing means 24 Print data output means 31 Print image development part 32 Dither processing image development part 33, 33 'Raster information storage Department
Claims (5)
下で動作するプリンタドライバプログラムおよび記憶装
置を備え、出力装置に所定のデータ形式等に処理した印
刷データを出力する印刷データ作成方式において、 前記プリンタドライバプログラムは、前記OSからの命
令を解析する命令解析手段、該命令解析手段の出力に基
づき描画する描画手段および前記出力装置に印刷データ
を出力する印刷データ出力手段を備え、前記記憶装置
は、前記描画手段の出力に基づきラスタ位置の始点およ
び終点を記憶するラスタ情報記憶部を備えることを特徴
とする印刷データ作成方式。1. A print data creation method comprising: a printer driver program that operates under the control of an operating system (OS); and a storage device, and outputs print data processed in a predetermined data format to an output device. The program comprises: command analysis means for analyzing a command from the OS; drawing means for drawing based on an output of the command analysis means; and print data output means for outputting print data to the output device. A print data creation method, comprising: a raster information storage unit that stores a start point and an end point of a raster position based on an output of a drawing unit.
色)印刷の場合に、印刷される色に対応して複数のラス
タ情報記憶部を有することを特徴とする請求項1に記載
の印刷データ作成方式。2. The apparatus according to claim 1, wherein said raster information storage unit has a plurality of raster information storage units corresponding to colors to be printed in color (or multicolor) printing. Print data creation method.
ザ処理を行うディザ処理手段を含み、前記記憶装置は、
前記描画手段の出力に基づき描画命令単位で印刷イメー
ジの展開を行う印刷イメージ展開部およびディザ処理イ
メージ展開部を備えることを特徴とする請求項1又は2
に記載の印刷データ作成方式。3. The printer driver program includes dither processing means for performing dither processing.
3. The image processing apparatus according to claim 1, further comprising: a print image developing unit that develops a print image for each drawing command based on an output of the drawing unit.
Print data creation method described in.
ージ展開部に描画している段階でラスタ単位の描画の有
無を判断することを特徴とする請求項1、2又は3に記
載の印刷データ作成方式。4. The print data according to claim 1, wherein the presence / absence of rendering in raster units is determined at the stage of rendering on the print image developing unit of the storage device from a rendering command. Creation method.
タ作成方式のプログラムを記録すること特徴とする印刷
データ作成方式のプログラムを記憶する記録媒体。5. A recording medium for storing a print data creation method program according to claim 1, 2, 3 or 4.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000173289A JP2001347704A (en) | 2000-06-09 | 2000-06-09 | Print data forming system and medium recorded with its program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2000173289A JP2001347704A (en) | 2000-06-09 | 2000-06-09 | Print data forming system and medium recorded with its program |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2001347704A true JP2001347704A (en) | 2001-12-18 |
Family
ID=18675548
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2000173289A Pending JP2001347704A (en) | 2000-06-09 | 2000-06-09 | Print data forming system and medium recorded with its program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2001347704A (en) |
-
2000
- 2000-06-09 JP JP2000173289A patent/JP2001347704A/en active Pending
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP3285930B2 (en) | Image processing device | |
JP2845380B2 (en) | Printing apparatus and control method thereof | |
JP2001347704A (en) | Print data forming system and medium recorded with its program | |
JP3478696B2 (en) | Image processing apparatus and control method thereof | |
JP2000013601A (en) | Print information processor and device and method for generating intermediate data | |
JP3636891B2 (en) | Color image output method | |
JP2003051929A (en) | Image processing method and apparatus | |
JP3260803B2 (en) | Image processing device | |
JP4029436B2 (en) | Recording device | |
JPH1178126A (en) | Color printer | |
JPH05204569A (en) | Method and device for color recording | |
JPH07210132A (en) | Color image processor | |
JPH09277616A (en) | Printer and control method therefor | |
JP3591096B2 (en) | How to control a page printer | |
JP3812211B2 (en) | Image processing device | |
JPH11179978A (en) | Image processing device, image processing method, and storage medium | |
JPH05112054A (en) | Image processing device | |
JPH09309233A (en) | Image forming device and image formation | |
JPH0898032A (en) | Image data processing unit | |
JPH0532021A (en) | Printing device | |
JPH1124853A (en) | Document editing device | |
JPS62232027A (en) | Printing system for graphics in line printer | |
JP2000225735A (en) | Image printer | |
JPH1158858A (en) | Printer system, method for controlling operation of printer, and recording medium | |
JPH10260802A (en) | Plotting device, plotting method, medium, printer, and image display device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20040302 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20040629 |