JP2001146047A - Printing control device, printing data processing method thereof and memory medium - Google Patents

Printing control device, printing data processing method thereof and memory medium

Info

Publication number
JP2001146047A
JP2001146047A JP32938799A JP32938799A JP2001146047A JP 2001146047 A JP2001146047 A JP 2001146047A JP 32938799 A JP32938799 A JP 32938799A JP 32938799 A JP32938799 A JP 32938799A JP 2001146047 A JP2001146047 A JP 2001146047A
Authority
JP
Japan
Prior art keywords
band
divided
height
print
printing
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
Application number
JP32938799A
Other languages
Japanese (ja)
Inventor
Keisuke Mitani
圭介 三谷
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP32938799A priority Critical patent/JP2001146047A/en
Publication of JP2001146047A publication Critical patent/JP2001146047A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To construct printing environment reduced in the generation ratio of print overrun to the utmost at a low cost by maximally utilizing the memory resources of a printing control device without increasing memory resources. SOLUTION: A CPU 206 divides the printing data corresponding to one page received from a host computer 201 into a plurality of bands to control the same and a rendering time estimating part 211 estimates a rendering required time at every band converting printing data at every divided band to bit map data and a band height determining part 212 and the CPU 206 alter and control the height of a band to be divided on the basis of the rendering required time at every estimated band.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は、所定の通信媒体を
介してデータ処理装置から受信した印刷データをビット
マップ変換して印刷装置に出力する印刷制御装置並びに
印刷制御装置の印刷データ処理方法および記憶媒体に関
するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a print control apparatus for converting print data received from a data processing apparatus via a predetermined communication medium into a bit map and outputting the converted data to the printing apparatus, a print data processing method of the print control apparatus, and a print control method. It relates to a storage medium.

【0002】[0002]

【従来技術】従来より、ホストコンピュータなどから印
刷データを受信して、それを元に実際に出力するビット
マップを形成(以下、レンダリング)し、そのビットマ
ップを例えば紙面上に印刷出力(以下、シッピング又は
シップ)するタイプの印刷装置が広く使われている。
2. Description of the Related Art Conventionally, print data is received from a host computer or the like, and a bitmap to be actually output is formed (hereinafter referred to as rendering) based on the print data. Printing devices of the shipping or shipping type are widely used.

【0003】[0003]

【発明が解決しようとする課題】このようなタイプの印
刷装置でレンダリングした結果を直接シッピングした場
合、複雑な印刷データや、多量の印刷データを処理する
際、レンダリング処理にかかる時間がシッピング処理に
行なうビットマップデータ転送時間より長くかかってし
まい、正常に印刷出力できない(以下、この現象をプリ
ントオーバーランと称する)という問題点があった。
In the case of directly shipping the result of rendering by a printing apparatus of this type, when processing complicated print data or a large amount of print data, the time required for the rendering processing is reduced to the shipping processing. It takes longer than the bitmap data transfer time to be performed, and printing cannot be performed normally (hereinafter, this phenomenon is referred to as print overrun).

【0004】そのため1ページ分の出力ビットマップを
レンダリングしてからシッピング処理を行なうタイプの
印刷装置があるが、この場合必ず1ページ分のビットマ
ップを保持する記憶装置が必要となり、出力解像度が高
い印刷装置などでは記憶装置の容量を大きくしなければ
ならないため、装置が非常に高価なものになってしまう
という問題点があった。
For this reason, there is a printing apparatus of the type which performs a shipping process after rendering an output bitmap for one page. However, in this case, a storage device for holding the bitmap for one page is required, and the output resolution is high. In a printing apparatus or the like, there is a problem that the capacity of the storage device must be increased, so that the apparatus becomes very expensive.

【0005】また、1ページをそれより小さな単位(以
下、バンドと称する)で区切り、1バンド分のレンダリ
ングを終えてからシッピングし、シッピング処理と並列
に次のバンドのレンダリングを行なう(バンデイング処
理)タイプの印刷装置もあるが、この場合、並列に行な
っている次のバンドのレンダリング時間が、前のバンド
のシッピング時間より大きくなってしまう場合、やはり
プリントオーバーラン現象が起きてしまうという問題点
があった。
Also, one page is divided into smaller units (hereinafter referred to as bands), and after rendering for one band is completed, shipping is performed, and rendering of the next band is performed in parallel with the shipping processing (banding processing). There is also a printing device of the type, but in this case, if the rendering time of the next band performed in parallel becomes longer than the shipping time of the previous band, there is still a problem that a print overrun phenomenon occurs. there were.

【0006】本発明は、上記の問題点を解決するために
なされたもので、本発明に係る第1の発明〜第18の発
明の目的は、データ処理装置から受信した1ページ分の
印刷データを1つもしくは複数のバンドに分割して管理
し、該分割されたバンド毎の印刷データをビットマップ
変換するレンダリング所要時間をバンド毎に予測し、該
予測されたバンド毎のレンダリング所要時間に基づい
て、分割するバンドの高さを変更することにより、ラス
タメモリ等の記憶資源を増設することなく、装置の記憶
資源を最大限利用して、最大限プリントオーバーランの
発生率を減少した印刷環境を低価格に構築することがで
きる印刷制御装置並びに印刷制御装置の印刷データ処理
方法および記憶媒体を提供することである。
The present invention has been made to solve the above problems, and an object of the first to eighteenth inventions according to the present invention is to provide one page of print data received from a data processing device. Is divided into one or a plurality of bands, the rendering time required for bitmap conversion of the print data of each of the divided bands is predicted for each band, and the rendering time required for each of the bands is estimated based on the predicted rendering time required for each band. By changing the height of the band to be divided, the storage environment of the apparatus is maximized without increasing the storage resources such as the raster memory, and the printing environment in which the occurrence rate of the print overrun is reduced as much as possible. To provide a print control device, a print data processing method of the print control device, and a storage medium which can be constructed at a low cost.

【0007】[0007]

【課題を解決するための手段】本発明に係る第1の発明
は、所定の通信媒体を介してデータ処理装置(図2に示
すホストコンピュータ201)から受信した印刷データ
をビットマップ変換して印刷装置(図1に示すレーザビ
ームプリンタ1000)に出力する印刷制御装置におい
て、前記データ処理装置から受信した1ページ分の印刷
データを1つもしくは複数のバンド(図4に示す402
〜416)に分割して管理する分割手段(図2に示す中
間データ作成部203,CPU206)と、前記分割手
段により分割されたバンド毎の印刷データをビットマッ
プ変換するレンダリング所要時間をバンド毎に予測する
予測手段(図2に示すレンダリング時間予測部211)
と、前記予測手段により予測されたバンド毎のレンダリ
ング所要時間に基づいて、前記分割手段が分割するバン
ドの高さを変更制御する制御手段(図2に示すバンド高
さ決定部212,CPU206)とを有するものであ
る。
According to a first aspect of the present invention, print data received from a data processing device (host computer 201 shown in FIG. 2) via a predetermined communication medium is converted into a bit map and printed. In a print control device for outputting to a device (laser beam printer 1000 shown in FIG. 1), print data for one page received from the data processing device is converted into one or a plurality of bands (402 shown in FIG. 4).
To 416), and a dividing unit (intermediate data creating unit 203, CPU 206 shown in FIG. 2) for dividing the print data of each band divided by the dividing unit into bitmaps. Prediction means for predicting (rendering time prediction unit 211 shown in FIG. 2)
A control unit (band height determination unit 212, CPU 206 shown in FIG. 2) for changing and controlling the height of the band to be divided by the dividing unit based on the required rendering time for each band predicted by the prediction unit; It has.

【0008】本発明に係る第2の発明は、前記制御手段
は、前記予測手段により予測されたバンド毎のレンダリ
ング所要時間に基づいて、前記分割手段が分割するバン
ドの高さを2倍ずつ変更するものである。
According to a second aspect of the present invention, the control means changes the height of the band divided by the dividing means by two times based on the rendering time required for each band predicted by the predicting means. Is what you do.

【0009】本発明に係る第3の発明は、前記制御手段
は、前記予測手段により予測されるバンド毎のレンダリ
ング所要時間が前記印刷装置のバンド毎の印刷時間より
長い場合、前記分割手段が分割するバンドの高さを2倍
にするものである。
According to a third aspect of the present invention, in the control apparatus, when the rendering time required for each band predicted by the predicting means is longer than the printing time for each band of the printing apparatus, the dividing means performs the dividing. The height of the band to be doubled.

【0010】本発明に係る第4の発明は、前記制御手段
は、前記予測手段により予測されたバンド毎のレンダリ
ング所要時間に基づいて、前記分割手段が分割するバン
ドの高さを1/2倍ずつ変更するものである。
According to a fourth aspect of the present invention, the control means increases the height of the band divided by the dividing means by a factor of two based on the rendering time required for each band predicted by the predicting means. It is changed one by one.

【0011】本発明に係る第5の発明は、前記制御手段
は、バンドの高さを1/2にした場合に前記予測手段に
より予測されるバンド毎のレンダリング所要時間が前記
印刷装置のバンド毎の印刷時間より短い場合、前記分割
手段が分割するバンドの高さを1/2倍にするものであ
る。
In a fifth aspect according to the present invention, the control means is configured such that, when the height of the band is halved, the rendering time required for each band predicted by the prediction means is determined for each band of the printing apparatus. If the printing time is shorter than the printing time, the height of the band to be divided by the dividing means is halved.

【0012】本発明に係る第6の発明は、前記予測手段
は、前記分割手段により分割された印刷データのレンダ
リング所要時間をデータ種別に応じて予測するものであ
る。
In a sixth aspect according to the present invention, the prediction means predicts a rendering time of the print data divided by the division means according to a data type.

【0013】本発明に係る第7の発明は、所定の通信媒
体を介してデータ処理装置から受信した印刷データをビ
ットマップ変換して印刷装置に出力する印刷制御装置の
印刷データ処理方法において、前記データ処理装置から
受信した1ページ分の印刷データを1つもしくは複数の
バンドに分割して管理する分割工程(図7のステップS
702,S703)と、該分割されたバンド毎の印刷デ
ータをビットマップ変換するレンダリング所要時間をバ
ンド毎に予測する予測工程(図7のステップS704,
図8のステップS801〜S806)と、該予測された
バンド毎のレンダリング所要時間に基づいて、前記分割
工程により分割されるバンドの高さを変更する変更工程
(図7のステップS706,図11のステップS110
1〜S1105,図12のステップS1201〜120
5)とを有するものである。
According to a seventh aspect of the present invention, in a print data processing method of a print control device for performing bit map conversion of print data received from a data processing device via a predetermined communication medium and outputting the converted data to a printing device, A dividing step of dividing print data for one page received from the data processing apparatus into one or a plurality of bands and managing the divided bands (step S in FIG. 7).
702 and S703) and a prediction step of predicting the rendering time required for bitmap conversion of the print data of each of the divided bands for each band (step S704 in FIG. 7).
Steps S801 to S806 in FIG. 8 and a change step (step S706 in FIG. 7 and step S706 in FIG. 11) of changing the height of the band divided by the division step based on the predicted required rendering time for each band. Step S110
1 to S1105, steps S1201 to S120 in FIG.
5).

【0014】本発明に係る第8の発明は、前記変更工程
(図11のステップS1101〜S1105)は、前記
予測工程により予測されたバンド毎のレンダリング所要
時間に基づいて、前記分割工程により分割されるバンド
の高さを2倍ずつ変更するものである。
An eighth invention according to the present invention is characterized in that the changing step (steps S1101 to S1105 in FIG. 11) is divided by the dividing step based on the rendering time required for each band predicted by the predicting step. The height of the band is changed by two times.

【0015】本発明に係る第9の発明は、前記変更工程
(図11のステップS1102〜1S1105)は、前
記予測工程により予測されるバンド毎のレンダリング所
要時間が前記印刷装置のバンド毎の印刷時間より長い場
合、前記分割工程により分割するバンドの高さを2倍に
するものである。
According to a ninth aspect of the present invention, in the changing step (steps S1102 to 1S1105 in FIG. 11), the rendering time required for each band predicted by the predicting step is the printing time for each band of the printing apparatus. When the length is longer, the height of the band to be divided by the dividing step is doubled.

【0016】本発明に係る第10の発明は、前記変更工
程(図12のステップS1201〜1205)は、前記
予測工程により予測されたバンド毎のレンダリング所要
時間に基づいて、前記分割工程により分割されるバンド
の高さを1/2倍ずつ変更するものである。
In a tenth aspect according to the present invention, the change step (steps S1201 to S1205 in FIG. 12) is divided by the division step based on a rendering time required for each band predicted by the prediction step. The band height is changed by a factor of two.

【0017】本発明に係る第11の発明は、前記変更工
程(図12のステップS1201〜S1204)は、バ
ンドの高さを1/2にした場合に前記予測工程により予
測されるバンド毎のレンダリング所要時間が前記印刷装
置のバンド毎の印刷時間より短い場合、前記分割工程に
より分割されるバンドの高さを1/2倍にするものであ
る。
According to an eleventh aspect of the present invention, in the changing step (steps S1201 to S1204 in FIG. 12), rendering for each band predicted by the prediction step when the height of the band is halved When the required time is shorter than the printing time for each band of the printing apparatus, the height of the band divided by the dividing step is halved.

【0018】本発明に係る第12の発明は、前記予測工
程(図8のステップS802〜S804)は、前記分割
工程により分割された印刷データのレンダリング所要時
間をデータ種別に応じて予測するものである。
According to a twelfth aspect of the present invention, in the prediction step (steps S802 to S804 in FIG. 8), the rendering time required for the print data divided in the division step is predicted according to a data type. is there.

【0019】本発明に係る第13の発明は、所定の通信
媒体を介してデータ処理装置から受信した印刷データを
ビットマップ変換して印刷装置に出力する印刷制御装置
に、前記データ処理装置から受信した1ページ分の印刷
データを1つもしくは複数のバンドに分割して管理する
分割工程(図7のステップS702,S703)と、該
分割されたバンド毎の印刷データをビットマップ変換す
るレンダリング所要時間をバンド毎に予測する予測工程
(図7のステップS704,図8のステップS801〜
S806)と、該予測されたバンド毎のレンダリング所
要時間に基づいて、前記分割工程により分割されるバン
ドの高さを変更する変更工程(図7のステップS70
6,図11のステップS1101〜S1105,図12
のステップS1201〜1205)とを実行させるため
のプログラムを記憶媒体にコンピュータが読み取り可能
に記憶させたものである。
According to a thirteenth aspect of the present invention, there is provided a print control apparatus for performing bit map conversion of print data received from a data processing device via a predetermined communication medium and outputting the converted data to a printing device, A dividing step of dividing the print data of one page into one or a plurality of bands and managing the divided data (steps S702 and S703 in FIG. 7); and a rendering time required for converting the print data of each of the divided bands into a bitmap. For each band (step S704 in FIG. 7, steps S801 to S801 in FIG. 8).
S806), and a changing step of changing the height of the band divided by the dividing step based on the predicted required rendering time for each band (step S70 in FIG. 7).
6, steps S1101 to S1105 in FIG. 11, FIG.
(Steps S1201 to S1205) are stored in a storage medium in a computer-readable manner.

【0020】本発明に係る第14の発明は、前記変更工
程(図11のステップS1101〜S1105)は、前
記予測工程により予測されたバンド毎のレンダリング所
要時間に基づいて、前記分割工程により分割されるバン
ドの高さを2倍ずつ変更するものである。
According to a fourteenth aspect of the present invention, the changing step (steps S1101 to S1105 in FIG. 11) is divided by the dividing step based on the rendering time required for each band predicted by the predicting step. The height of the band is changed by two times.

【0021】本発明に係る第15の発明は、前記変更工
程(図11のステップS1102〜S1105)は、前
記予測工程により予測されるバンド毎のレンダリング所
要時間が前記印刷装置のバンド毎の印刷時間より長い場
合、前記分割工程により分割するバンドの高さを2倍に
するものである。
According to a fifteenth aspect of the present invention, in the changing step (steps S1102 to S1105 in FIG. 11), the rendering time required for each band predicted by the prediction step is the printing time for each band of the printing apparatus. When the length is longer, the height of the band to be divided by the dividing step is doubled.

【0022】本発明に係る第16の発明は、前記変更工
程(図12のステップS1201〜1205)は、前記
予測工程により予測されたバンド毎のレンダリング所要
時間に基づいて、前記分割工程により分割されるバンド
の高さを1/2倍ずつ変更するものである。
According to a sixteenth aspect of the present invention, the changing step (steps S1201 to S1205 in FIG. 12) is divided by the dividing step based on the rendering time required for each band predicted by the predicting step. The band height is changed by a factor of two.

【0023】本発明に係る第17の発明は、前記変更工
程(図12のステップSS1201〜1204)は、バ
ンドの高さを1/2にした場合に前記予測工程により予
測されるバンド毎のレンダリング所要時間が前記印刷装
置のバンド毎の印刷時間より短い場合、前記分割工程に
より分割されるバンドの高さを1/2倍にするものであ
る。
According to a seventeenth aspect of the present invention, in the changing step (steps SS1201 to 1204 in FIG. 12), rendering for each band predicted by the prediction step when the height of the band is halved When the required time is shorter than the printing time for each band of the printing apparatus, the height of the band divided by the dividing step is halved.

【0024】本発明に係る第18の発明は、前記予測工
程(図8のステップS802〜S804)は、前記分割
工程により分割された印刷データのレンダリング所要時
間をデータ種別に応じて予測するものである。
According to an eighteenth aspect of the present invention, in the prediction step (steps S802 to S804 in FIG. 8), the rendering time of the print data divided in the division step is predicted according to a data type. is there.

【0025】[0025]

【発明の実施の形態】〔第1実施形態〕 <装置の説明>本実施形態の構成を説明する前に、本発
明の印刷制御装置を適用するのに好適なレーザビームプ
リンタ(ページプリンタ)の構成について図1を参照し
ながら説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS First Embodiment <Description of Apparatus> Before describing the configuration of the present embodiment, a laser beam printer (page printer) suitable for applying a print control apparatus of the present invention will be described. The configuration will be described with reference to FIG.

【0026】なお、本発明の印刷制御装置を適用する印
刷装置は、レーザビームプリンタ等の電子写真方式の印
刷装置に限られるものではなく、インクジェットプリン
タ,熱転写式プリンタ,昇華式プリンタ等の他のプリン
ト方式の印刷装置でも良いことはいうまでもない。
The printing apparatus to which the printing control apparatus of the present invention is applied is not limited to an electrophotographic printing apparatus such as a laser beam printer, but may be another printing apparatus such as an ink jet printer, a thermal transfer printer, or a sublimation printer. It goes without saying that a printing apparatus of a printing system may be used.

【0027】図1は、本発明の印刷制御装置を適用可能
な印刷装置の構成を示す断面図であり、例えばレーザビ
ームプリンタ(LBP)の場合を示す。
FIG. 1 is a sectional view showing a configuration of a printing apparatus to which the printing control apparatus of the present invention can be applied, for example, a case of a laser beam printer (LBP).

【0028】図において、1000はLBP本体(以
下、印刷装置という)で、外部に接続されているホスト
コンピュータから供給される印刷データ(文字コード、
制御コード等からなるページ記述言語等のプリンタ言
語)やフォーム情報あるいはマクロ命令等を入力して記
憶するとともに、それらの情報にしたがって対応する文
字パターンやフォームパターン等のビットマップデータ
を作成し、記録媒体である記録紙等に像を形成する。
In FIG. 1, reference numeral 1000 denotes an LBP main body (hereinafter, referred to as a printing apparatus), which is print data (character codes, character codes, etc.) supplied from an externally connected host computer.
A printer language such as a page description language including control codes, etc.) and form information or macro instructions are input and stored, and bitmap data such as character patterns and form patterns are created and recorded according to the information. An image is formed on a medium such as recording paper.

【0029】1012は操作パネルで、操作のためのス
イッチ及びLED表示器等が配されている。1001は
プリンタ制御ユニットで、印刷装置1000全体の制御
及びホストコンピュータから供給される印刷データ等を
解析する。
Reference numeral 1012 denotes an operation panel on which switches for operation, an LED display, and the like are arranged. A printer control unit 1001 controls the entire printing apparatus 1000 and analyzes print data and the like supplied from a host computer.

【0030】このプリンタ制御ユニット1001は、主
に文字情報(文字コード)を対応する文字パターンのビ
デオ信号に変換してレーザドライバ1002に出力す
る。
The printer control unit 1001 mainly converts character information (character code) into a video signal having a corresponding character pattern and outputs the video signal to the laser driver 1002.

【0031】レーザドライバ1002は半導体レーザ1
003を駆動するための回路であり、入力されたビデオ
信号に応じて半導体レーザ1003から発射されるレー
ザ光1004をオン・オフ切り換えする。
The laser driver 1002 is the semiconductor laser 1
003 is a circuit for driving a laser beam 1004 that is emitted from the semiconductor laser 1003 in accordance with an input video signal.

【0032】レーザ光1004は回転多面鏡1005で
左右方向に振られて静電ドラム1006上を走査露光す
る。
The laser beam 1004 is swung right and left by a rotary polygon mirror 1005 to scan and expose an electrostatic drum 1006.

【0033】これにより、静電ドラム1006上には文
字パターンの静電潜像が形成されることになる。この潜
像は、静電ドラム1006周囲に配設された現像ユニッ
ト1007により現像された後、記録紙に転写される。
ここで静電ドラム1006の回転速度は一定である。
Thus, an electrostatic latent image of a character pattern is formed on the electrostatic drum 1006. This latent image is developed by a developing unit 1007 disposed around the electrostatic drum 1006, and then transferred to a recording sheet.
Here, the rotation speed of the electrostatic drum 1006 is constant.

【0034】この記録紙にはカツトシートを用い、カッ
トシート記録紙は印刷装置1000に装着した用紙カセ
ツト1008に収納され、給紙ローラ1009および搬
送ローラ1010とレジストローラ1011とにより、
装置内に取り込まれて、静電ドラム1006に供給され
る。
A cut sheet is used as the recording paper, and the cut sheet recording paper is stored in a paper cassette 1008 mounted on the printing apparatus 1000, and is fed by a paper feed roller 1009, a transport roller 1010, and a registration roller 1011.
It is taken into the device and supplied to the electrostatic drum 1006.

【0035】また、印刷装置1000には、図示しない
カードスロットを備え、内蔵フォントに加えてオプショ
ンフォントカード、プリンタ言語系の異なる制御カード
(エミュレーションカード)を接続できるように構成さ
れている。
The printing apparatus 1000 has a card slot (not shown) so that an optional font card and a control card (emulation card) having a different printer language can be connected in addition to the built-in font.

【0036】<構成ブロック図>図2は、本発明の第1
実施形態を示す印刷制御装置を適用可能なプリンタ制御
システムの構成を説明するブロック図である。ここで
は、図1に示したレーザビームプリンタを例にして説明
し、図1と同一のものには同一の符号を付してある。
<Structure Block Diagram> FIG. 2 shows a first embodiment of the present invention.
FIG. 1 is a block diagram illustrating a configuration of a printer control system to which a print control device according to an embodiment can be applied. Here, the laser beam printer shown in FIG. 1 is described as an example, and the same components as those in FIG. 1 are denoted by the same reference numerals.

【0037】なお、本発明の機能が実行されるのであれ
ば、単体の機器であっても、複数の機器からなるシステ
ムであっても、LAN等のネットワークを介して処理が
行なわれるシステムであっても本発明を適用できること
は言うまでもない。
As long as the functions of the present invention are executed, a system in which processing is performed via a network such as a LAN, whether it is a single device or a system including a plurality of devices. However, it goes without saying that the present invention can be applied.

【0038】図において、201はホストコンピュータ
で、所定のインタフェース(例えば、USB,セントロ
ニクス等の双方向インタフェース,Ethernet等
のネットワーク)を介して印刷装置1000に接続され
て通信処理を実行する。
Referring to FIG. 1, reference numeral 201 denotes a host computer which is connected to the printing apparatus 1000 via a predetermined interface (for example, a bidirectional interface such as USB or Centronics, or a network such as Ethernet) to execute communication processing.

【0039】202は入力部で、ホストコンピュータ2
01との間の通信処理を行って、ホストコンピュータ2
01より印刷データを受信する処理を行なう。ここで必
要ならば印刷装置1000の情報をホストコンピュータ
201へ送信する処理を行なってもよい。
Reference numeral 202 denotes an input unit, which is a host computer 2
01 to perform communication processing with the host computer 2
First, a process for receiving print data is performed. Here, if necessary, a process of transmitting information on the printing apparatus 1000 to the host computer 201 may be performed.

【0040】203は中間データ作成部で、印刷データ
を印刷装置内部で扱いやすい形である中間データに変換
する処理を行う。
Reference numeral 203 denotes an intermediate data creating unit which performs processing for converting print data into intermediate data which can be easily handled inside the printing apparatus.

【0041】204は記憶装置の一例としてのRAM
で、入力部202で受信した印刷データより導き出され
た中間データを保持したり、その他処理に必要な一時的
なバッファエリアや、各種処理ステータスを保持したり
する。
A RAM 204 is an example of a storage device.
Then, it holds the intermediate data derived from the print data received by the input unit 202, holds a temporary buffer area necessary for other processing, and holds various processing statuses.

【0042】205はROMで、本発明のデータ処理
や、その他印刷装置1000の行なう処理プログラムを
保持する。
A ROM 205 stores data processing of the present invention and other processing programs executed by the printing apparatus 1000.

【0043】206はCPUで、ROM205又は図示
しないその他の記憶媒体に格納されたプログラムに基づ
いて印刷装置1000を統括制御するものであり、本発
明の実施形態である印刷装置1000の印刷処理や後述
するデータ処理を実際に行うものである。
Reference numeral 206 denotes a CPU which controls the printing apparatus 1000 based on a program stored in the ROM 205 or another storage medium (not shown). The actual data processing is performed.

【0044】209はレンダリング部で、RAM204
に格納された中間データの内容に従って、実際に印刷出
力する印刷イメージを作成(ビットマップ変換)する。
210はバンドラスタで、レンダリング部209で作成
されたイメージを格納する。このバンドラスタ210は
同時に2つ以上のバンドのイメージをためることができ
る。
A rendering unit 209 is a RAM 204
A print image to be actually printed out is created (bitmap conversion) in accordance with the contents of the intermediate data stored in.
Reference numeral 210 denotes a band raster, which stores an image created by the rendering unit 209. The band raster 210 can store images of two or more bands at the same time.

【0045】213は印刷部で、バンドラスタ210で
作成された(ビットマップ変換された)印刷イメージ
を、例えば実際の紙面へ印刷出力する。
A printing unit 213 prints out a print image (bitmap converted) created by the band raster 210 on, for example, an actual paper surface.

【0046】211はレンダリング時間予測部で、各バ
ンドの中間データをレンダリング部209がレンダリン
グする時間を予測する。212はバンド高さ決定部で、
レンダリング時間予測部211で予測された値に基づい
てプリントオーバーランを回避するために必要なバンド
高さを決定する。CPU206は、バンド高さ決定部2
12で決定されたバンド高さにバンド高さを変更制御す
る。208は内部バスで、印刷装置1000の各部を接
続する。
Reference numeral 211 denotes a rendering time prediction unit which predicts the time at which the rendering unit 209 renders intermediate data of each band. 212 is a band height determining unit,
The band height necessary to avoid the print overrun is determined based on the value predicted by the rendering time prediction unit 211. The CPU 206 determines the band height determining unit 2
The band height is changed and controlled to the band height determined in step S12. Reference numeral 208 denotes an internal bus that connects each unit of the printing apparatus 1000.

【0047】以下、本発明の印刷制御装置を適用可能な
印刷装置1000が印刷データを受信して印刷出力する
までのデータの流れについて説明し、次にバンディング
処理においてプリントオーバーランするケース、及びそ
れを本発明により救うケースについてタイムチャートを
用いて説明する。その後、実際の処理についてフローチ
ャートで説明する。
The data flow from when the printing apparatus 1000 to which the printing control apparatus according to the present invention is applicable receives print data and prints out it will be described. Will be described with reference to a time chart. After that, the actual processing will be described with a flowchart.

【0048】<データの流れ>以下、図3を参照して、
本発明の印刷制御装置における印刷データの流れについ
て説明する。
<Data Flow> Referring to FIG.
The flow of print data in the print control device of the present invention will be described.

【0049】図3は、本発明の印刷制御装置を適用可能
な印刷装置1000の印刷データ受信時から印刷出力ま
でのデータの流れを示した図である。
FIG. 3 is a diagram showing the flow of data from the time when print data is received to the time when print data is output by the printing apparatus 1000 to which the print control apparatus of the present invention can be applied.

【0050】まず、ホストコンピュータ201から出力
された印刷データを入力部202で受信し、それを中間
データ作成部203で印刷装置1000内部で扱いやす
い形である中間データにバンド毎に変換してRAM20
4に格納する。なお、中間データとバンドについては後
述する図4で詳しく説明する。
First, print data output from the host computer 201 is received by the input unit 202, and is converted by the intermediate data creation unit 203 into intermediate data that can be easily handled inside the printing apparatus 1000 for each band, and
4 is stored. The intermediate data and the band will be described later in detail with reference to FIG.

【0051】そして、中間データを1ページ分RAM2
04に格納し終えたら、これらをレンダリング部209
がレンダリングする。
Then, the intermediate data is stored in the RAM 2 for one page.
04, they are stored in the rendering unit 209.
Renders.

【0052】このレンダリングはバンド単位で行われ、
まず最初のバンドをレンダリング部209がレンダリン
グし、得られた出力イメージをバンドラスタ210内の
第1バンドラスタ306に格納する。なお、図2に示し
たバンドラスタ210は、第1バンドラスタ306と第
2バンドラスタ307で構成されている。
This rendering is performed in band units.
First, the rendering unit 209 renders the first band, and stores the obtained output image in the first band raster 306 in the band raster 210. Note that the band raster 210 shown in FIG. 2 includes a first band raster 306 and a second band raster 307.

【0053】その後、印刷部213が第1バンドラスタ
306のイメージを紙面へ印刷出力するが、それと並列
にレンダリング部209は次のバンドをレンダリングし
て今度はバンドラスタ210内の第2バンドラスタ30
7へ出力イメージを格納する。
After that, the printing unit 213 prints out the image of the first band raster 306 on the paper surface. In parallel with this, the rendering unit 209 renders the next band, and this time the second band raster 30 in the band raster 210 is rendered.
7 is stored.

【0054】さらに、印刷部213が第1バンドラスタ
306に続いて第2バンドラスタ307から2番目のバ
ンドのイメージを印刷出力している間に、レンダリング
部209は3番目のバンドの中間データを第1バンドラ
スタ306にレンダリングする。
Further, while the printing unit 213 prints out the image of the second band from the second band raster 307 following the first band raster 306, the rendering unit 209 outputs the intermediate data of the third band. Render on the first band raster 306.

【0055】このようにレンダリングと印刷出力をバン
ド単位で交互に行い1ページの中間データを印刷出力す
る。
In this way, rendering and print output are alternately performed in band units, and one page of intermediate data is printed out.

【0056】以下、図4を参照して、本発明の印刷制御
装置が処理する中間データ構造とバンドについて説明す
る。
Hereinafter, the intermediate data structure and bands processed by the print control apparatus of the present invention will be described with reference to FIG.

【0057】<中間データの構造>図4は、本発明の印
刷制御装置の中間データの構造及び管理形式について説
明した図である。
<Structure of Intermediate Data> FIG. 4 is a view for explaining the structure and management format of the intermediate data of the print control apparatus of the present invention.

【0058】先に説明したように本発明の印刷制御装置
に基づく実施形態である印刷装置は、1枚の出力ページ
を幾つかの小領域(バンド)で区切って、それぞれのバ
ンドのレンダリングと印刷出力を並列処理で同時に行な
う。そのため本実施形態では印刷データをバンド単位で
管理するために、印刷データを中間データという管理し
やすい形式でCPU206が管理する。
As described above, the printing apparatus according to the embodiment based on the printing control apparatus of the present invention divides one output page into several small areas (bands), renders and prints each band. Output is performed simultaneously in parallel processing. Therefore, in this embodiment, in order to manage the print data in band units, the CPU 206 manages the print data in an easy-to-manage format called intermediate data.

【0059】まず、401は出力用紙1ページ分を表
し、それぞれバンド1、バンド2と名付けられたバンド
に区切られている。バンドは図にあるように用紙搬送方
向に垂直になるように配置されている。また、それぞれ
のバンドは同面積を持つように区切られているため、用
紙出力時のバンドの静電潜像形成時間は一定である。
First, reference numeral 401 denotes one page of output paper, which is divided into bands named band 1 and band 2 respectively. The band is arranged so as to be perpendicular to the sheet conveying direction as shown in the figure. Further, since each band is divided so as to have the same area, the electrostatic latent image forming time of the band at the time of paper output is constant.

【0060】ここで、印刷装置1000が、出力用紙4
01に示されるように1つの文字「あ」と斜めの直線1
本が描かれるような印刷データを受信したとすると、そ
の中間データは以下のような構造になる。
Here, the printing apparatus 1000 determines that the output paper 4
As shown at 01, one character “A” and an oblique straight line 1
If print data for drawing a book is received, the intermediate data has the following structure.

【0061】まず、中間データは402〜404で示さ
れる中間データ管理テーブルにつながれる。中間データ
管理テーブル402〜404はバンド数分だけあり、そ
れぞれのバンド内に描画されるべき中間データをリンク
構造で保持する。
First, the intermediate data is connected to an intermediate data management table indicated by 402 to 404. There are intermediate data management tables 402 to 404 corresponding to the number of bands, and holds intermediate data to be drawn in each band in a link structure.

【0062】ここで、文字「あ」は、バンド2内に描か
れるべき文字なので、その中間データ405〜408は
バンド2の中間データ管理テーブル403につながれて
いる。そして、その構造は、中間データの種類を示す領
域、描画位置を示す領域、その他描画に関する情報等
を、それぞれの中間データの種類によって必要なだけ保
持する。
Here, since the character "A" is a character to be drawn in band 2, the intermediate data 405 to 408 are connected to the intermediate data management table 403 of band 2. The structure holds an area indicating the type of the intermediate data, an area indicating the drawing position, and other information related to the drawing as necessary according to the type of the intermediate data.

【0063】文字「あ」の中間データは、中間データの
種類が文字であることを示す405、「あ」を描画する
描画位置406、描画する文字が「あ」であることを示
す文字コード407、例えば大文字や袋文字、文字色な
ど文字の修飾方法に関する文字修飾情報408からなっ
ている。
The intermediate data of the character “A” is 405 indicating that the type of the intermediate data is a character, a drawing position 406 at which “A” is drawn, and a character code 407 indicating that the character to be drawn is “A”. , Character modification information 408 relating to a character modification method such as a capital letter, a bag character, and a character color.

【0064】また、用紙401に描かれる直線について
は、バンド2〜バンド3にまたがって描画されるため、
中間データは2つ作成され、それぞれバンド2の中間デ
ータ管理テーブル403とバンド3の中間データ管理テ
ーブル404につながれる。
Since the straight line drawn on the paper 401 is drawn over the bands 2 and 3,
Two pieces of intermediate data are created and connected to the intermediate data management table 403 of band 2 and the intermediate data management table 404 of band 3 respectively.

【0065】バンド2内の直線の中間データは、中間デ
ータの種類が直線であることを示す409、直線の描画
を開始する開始位置410、直線の描画を終了する終了
位置411、例えば実践、点線、破線等の直線の線種や
幅に関する線種412からなっている。
The intermediate data of the straight line in the band 2 includes a line 409 indicating that the type of the intermediate data is a straight line, a start position 410 at which the drawing of the straight line is started, and an ending position 411 at which the drawing of the straight line is ended. , And a line type 412 related to the line type and width of a straight line such as a broken line.

【0066】バンド3内の直線の中間データは、同様に
中間データの種類が直線であることを示す413、直線
の描画を開始する開始位置414、直線の描画を終了す
る終了位置415、例えば実践、点線、破線等の直線の
線種や幅に関する線種416からなっている。
Similarly, the intermediate data of the straight line in the band 3 includes a line 413 indicating that the type of the intermediate data is a straight line, a start position 414 at which a straight line is drawn, and an end position 415 at which a straight line is ended. , A dotted line, a dashed line, etc., and a line type 416 relating to the line type and width.

【0067】このように管理される中間データは、印刷
出力時にはそれぞれのバンド毎にレンダリングされ、印
刷出力される。
The intermediate data managed in this manner is rendered for each band at the time of print output and printed.

【0068】なお、中間データの形式は、図4に示した
形式に限られるものではなく、例えばレンダリング部2
09で処理しやすい他の形式であったり、中間データの
サイズが小さくなるような他の形式であったり、中間デ
ータの処理が速くなるような他の形式であったりと、内
部処理の都合の良い形式であっても良い。
The format of the intermediate data is not limited to the format shown in FIG.
09, other formats that are easy to process, other formats that reduce the size of intermediate data, and other formats that speed up the processing of intermediate data. It may be in a good format.

【0069】<プリントオーバーラン回避方法>次に、
本発明の印刷制御装置におけるプリントオーバーランの
回避方法について説明する。
<Method of avoiding print overrun>
A method for avoiding print overrun in the print control apparatus of the present invention will be described.

【0070】まず、図5でバンディングの印刷出力処理
についてタイムチャートを用いて説明し、同時にプリン
トオーバーランするケースについて例をあげる。次に、
図5と同じ印刷データについて、本発明によってプリン
トオーバーランを防いだ例を図6で説明する。
First, the printing output processing of banding will be described with reference to a time chart in FIG. 5, and an example will be given of a case where print overrun occurs at the same time. next,
An example in which print overrun is prevented by the present invention for the same print data as in FIG. 5 will be described with reference to FIG.

【0071】<バンディングタイミング>図5は、図3
に示したレンダリング部209、印刷部213のそれぞ
れの処理内容、及び第1バンドラスタ306、第2バン
ドラスタ307の保持している出力イメージについての
時間的変化を示したタイミングチャートであり、縦軸に
時間経過を表している。なお、この図は、バンド4がプ
リントオーバーランを起こしている場合に対応する。ま
た、501〜521は各処理を示す。
<Banding Timing> FIG.
5 is a timing chart showing the respective processing contents of the rendering unit 209 and the printing unit 213 shown in FIG. 5, and the temporal change in the output images held by the first band raster 306 and the second band raster 307. Represents the passage of time. This figure corresponds to the case where the band 4 has undergone a print overrun. Reference numerals 501 to 521 indicate respective processes.

【0072】以下、図を時間軸(縦軸)に沿って説明す
る。
Hereinafter, the figure will be described along the time axis (vertical axis).

【0073】まず、時間t0〜t1でレンダリング部2
09は、用紙の最初に印刷出力される最上部であるバン
ド1のレンダリングを行ない(501)、その結果得ら
れた出力イメージを第1バンドラスタ306へと格納す
る(508)。
First, at time t0 to t1, the rendering unit 2
In step 09, rendering is performed on band 1, which is the uppermost portion of the sheet that is printed and output first (501), and the resulting output image is stored in the first band raster 306 (508).

【0074】次に、t1で静電ドラム1006の回転を
スタートさせる(以下、印刷出力開始と表現する)。
Next, the rotation of the electrostatic drum 1006 is started at t1 (hereinafter, referred to as the start of printing output).

【0075】時間t1以降では、レンダリング処理と印
刷出力処理を並列に行なう。ここで各バンド面積が一定
で、かつ静電ドラム1006の回転速度も一定であるこ
とより、各バンドの印刷出力時間(時間t2−t1,時
間t3−t2,……,時間t8−t7)は一定であり、
該印刷出力時間(シップ時間)は静電ドラム1006の
回転速度によって決まる。
After time t1, rendering processing and print output processing are performed in parallel. Here, since the area of each band is constant and the rotation speed of the electrostatic drum 1006 is also constant, the print output time (time t2-t1, time t3-t2,..., Time t8-t7) of each band is obtained. Constant,
The print output time (ship time) is determined by the rotation speed of the electrostatic drum 1006.

【0076】時間t1〜t2では、既に第1バンドラス
タ306へ格納されているバンド1の印刷イメージを印
刷部213が印刷出力する処理(515)と、レンダリ
ング部209が中間データ格納領域に格納されているバ
ンド2の中間データをレンダリングし(502)、第2
バンドラスタ307へ印刷イメージを格納する処理(5
12)を並列で行なう。
At time t1 to t2, the printing unit 213 prints out the print image of band 1 already stored in the first band raster 306 (515), and the rendering unit 209 stores it in the intermediate data storage area. Renders the intermediate data of band 2 (502),
Processing for storing a print image in the band raster 307 (5)
Step 12) is performed in parallel.

【0077】同様に時間t2〜t3ではバンド2が印刷
出力され(516)、バンド3の中間データをレンダリ
ングし(503)、バンド3が第1バンドラスタ306
へ出力イメージ展開される(509)。
Similarly, at time t2 to t3, band 2 is printed out (516), intermediate data of band 3 is rendered (503), and band 3 is converted to the first band raster 306.
The output image is developed (509).

【0078】以後、それらを繰り返し、最終的に時間t
7〜t8でバンド7の印刷出力を行ない(521)、1
ページ分の印刷を完了する。
Thereafter, these are repeated until the time t
From 7 to t8, print output of band 7 is performed (521), 1
Complete printing of pages.

【0079】ここで、バンド4のレンダリング(50
4)に注目してみると、このバンドのレンダリング時間
は時間t4−t3より長くなっている。
Here, rendering of band 4 (50
Paying attention to 4), the rendering time of this band is longer than the time t4 to t3.

【0080】また、バンド4のレンダリング開始時間
は、レンダリング結果を第2バンドラスタ307に格納
するため、バンド2の出力イメージを印刷出力した後、
つまりt3以降でなくてはならない。
The rendering start time of the band 4 is determined by storing the rendering result in the second band raster 307 after printing the output image of the band 2.
That is, it must be after t3.

【0081】そこで、実際のレンダリングは、図中50
4に示すようにバンド4の印刷出力開始時間であるt4
のタイミングでも終了しておらず、必要な出力画像を完
全に得る前に印刷出力(518)を開始してしまう、つ
まりプリントオーバーランになってしまう可能性があ
る。
Therefore, the actual rendering is as shown in FIG.
As shown in FIG. 4, the print output start time of band 4 is t4.
The print output (518) may be started before the required output image is completely obtained, that is, a print overrun may occur.

【0082】以下、図6を参照して、本発明により図5
で示した印刷データのプリントオーバーランを解決した
例について説明する。
Hereinafter, referring to FIG. 6, the present invention will be described with reference to FIG.
An example in which the print overrun of the print data shown in FIG.

【0083】<プリントオーバーランを回避するバンデ
ィングタイミング>本発明では、プリントオーバーラン
が発生する場合、先頭のバンドから2バンドずつ中間デ
ータを連結し、これを2倍のバンドラスタに対してレン
ダリングし、そして今までの2バンド分の出力イメージ
をシッピングすると同時に次の2バンド分の中間データ
をレンダリングする。つまり、2バンドずつをつなげて
1つのバンドにしてバンディング処理を行う。この場合
のタイミングチャートを図6に示す。
<Banding Timing to Avoid Print Overrun> In the present invention, when a print overrun occurs, intermediate data is concatenated two bands at a time from the first band, and this is rendered on a double band raster. , And simultaneously renders the output images for the two bands and renders the intermediate data for the next two bands. That is, banding processing is performed by connecting two bands at a time to form one band. FIG. 6 shows a timing chart in this case.

【0084】図6は、プリントオーバーランが発生する
場合のバンデイングタイミングを示すタイミングチャー
トであり、縦軸に時間経過を表している。また、601
〜615は各処理を示す。
FIG. 6 is a timing chart showing the banding timing when a print overrun occurs, and the vertical axis indicates the passage of time. 601
615 indicate each process.

【0085】まず時間t0〜t1でレンダリング部は、
バンド1とバンド2を連結したバンドのレンダリングを
行い(601,602)、その結果得られた出力イメー
ジを第1バンドラスタ306へと格納する(608)。
ここでレンダリングにかかる時間t1−t0は以前のバ
ンド1とバンド2にかかる時間601で示した時間と6
02で示した時間を足し合わせた長さとなる。
First, at time t0 to t1, the rendering unit
Rendering of a band obtained by connecting band 1 and band 2 is performed (601 and 602), and the resulting output image is stored in the first band raster 306 (608).
Here, the time t1-t0 required for rendering is the time indicated by the time 601 required for the previous band 1 and band 2 and 6
The length is obtained by adding the time indicated by 02.

【0086】次に、t1で印刷出力を開始する。Next, print output is started at t1.

【0087】t1からは以前のバンド3とバンド4を連
結したバンドを第2バンドラスタ307へレンダリング
する(603,604,610)と同時に、第1バンド
ラスタ306の出力イメージを印刷出力する(61
2)。
From t1, the band obtained by connecting the previous bands 3 and 4 is rendered on the second band raster 307 (603, 604, 610), and at the same time, the output image of the first band raster 306 is printed out (61).
2).

【0088】ここで、バンド3と図5ではプリントオー
バーランしていたバンド4をレンダリングする時間は、
603で示す時間と604で示す時間を足し合わせたも
のであるが、本実施形態では、これがt3−t1の時間
に収まるため、バンド4がプリントオーバーランするこ
とはなくなる。
Here, the rendering time of the band 3 and the band 4 which has been overprinted in FIG.
This is the sum of the time indicated by 603 and the time indicated by 604. In the present embodiment, since this time falls within the time from t3 to t1, the band 4 does not overprint.

【0089】よって、複雑な制御を伴うバンド4のプレ
レンダリングを行う必要もなくなる。
Therefore, it is not necessary to perform pre-rendering of band 4 with complicated control.

【0090】<本発明の処理手順>図6で示したよう
に、本発明に基づく実施形態では、バンドを連結してバ
ンド高さを増やすことにより、プリントオーバーランの
発生を防止している。
<Processing Procedure of the Present Invention> As shown in FIG. 6, in the embodiment according to the present invention, the occurrence of print overrun is prevented by connecting the bands and increasing the band height.

【0091】以下、これらの処理を実現するための本実
施形態の処理手順について、フローチャートを用いて説
明する。
Hereinafter, a processing procedure of the present embodiment for realizing these processes will be described with reference to flowcharts.

【0092】<1ページの印刷手順>図7は、本発明の
印刷制御装置の第1の処理手順を示すフローチャートで
あり、1ページ分の印刷データを受信してから印刷出力
するまでの処理手順の一例に対応し、図2に示したCP
U206がROM205又は図示しないその他の記憶媒
体に格納されたプログラムに基づいて実行する。なお、
S701〜S707は各ステップを示す。
<Printing Procedure of One Page> FIG. 7 is a flowchart showing a first processing procedure of the printing control apparatus according to the present invention. Corresponding to the example shown in FIG.
U206 is executed based on a program stored in the ROM 205 or another storage medium (not shown). In addition,
S701 to S707 indicate each step.

【0093】(データ受信)ステップS701におい
て、ホストコンピュータ201より入力部203で印刷
データを受信する。そしてステップS702で、受信し
た印刷データを中間データ作成部204へと送りバンド
分割して中間データに変換し、ステップS703で、R
AM204へ格納する。
(Data Reception) In step S701, print data is received by the input unit 203 from the host computer 201. Then, in step S702, the received print data is sent to the intermediate data creation unit 204 to be band-divided and converted into intermediate data.
Store it in AM 204.

【0094】(プリントオーバーラン回避のための計
算)次にステップS704で、プリントオーバーランを
避ける処理のための計算を行なう。
(Calculation for Avoiding Print Overrun) Next, in step S704, calculation for processing for avoiding print overrun is performed.

【0095】ステップS704では、ステップS703
で格納した中間データのレンダリング処理にかかる時間
を計算(予測)し、それをバンド毎に集計することによ
り、バンド単位でのレンダリング時間を予測する。な
お、レンダリング時間計算(予測)については、後述す
る図8で詳細に説明する。
In step S704, step S703
Calculates (predicts) the time required for the rendering processing of the intermediate data stored in step (1), and totals the calculated time for each band, thereby predicting the rendering time in band units. The rendering time calculation (prediction) will be described later in detail with reference to FIG.

【0096】次にステップS705において、印刷デー
タを1ページ分処理し終ったかどうかを判断し、まだペ
ージが終了していない場合は、次の印刷データについて
ステップS702から処理を繰り返し、印刷データを1
ページ分処理全て処理した場合にはステップS706に
進む。
Next, in step S705, it is determined whether the processing of one page of print data has been completed. If the page has not been completed yet, the processing is repeated from step S702 for the next print data, and
If all page processing has been performed, the process advances to step S706.

【0097】(プリントオーバーラン回避)印刷データ
を1ページ分処理し終ったら、ステップS706でプリ
ントオーバーラン回避処理を行なう。
(Print Overrun Avoidance) When one page of print data has been processed, print overrun avoidance processing is performed in step S706.

【0098】プリントオーバーラン回避処理は、ステッ
プS704で計算(予測)したバンド毎のレンダリング
時間にもとづき、プリントオーバーランが発生しないよ
うにバンドを連結し、バンド高さを広げる(ステップS
704で予測したバンド毎のレンダリング時間に基づい
てバンドの高さを変更制御する)。なお、バンド高さ決
定処理については後述する図11で詳しく説明する。
In the print overrun avoidance processing, based on the rendering time for each band calculated (predicted) in step S704, the bands are connected so that the print overrun does not occur, and the band height is increased (step S704).
The height of the band is changed and controlled based on the rendering time for each band predicted in 704). The band height determination processing will be described later in detail with reference to FIG.

【0099】(印刷出力)そして、ステップS706で
決定したバンド高さに基づいて、ステップS707で実
際の用紙上に印刷出力する。
(Print Output) Then, based on the band height determined in step S706, print output is performed on actual paper in step S707.

【0100】<レンダリング時間計算>図8は、本発明
の印刷制御装置の第2の処理手順を示すフローチャート
であり、図7のステップS704で行なうバンド単位の
レンダリング時間の計算処理の一例に対応し、ここで求
めるレンダリング時間は、図7のステップS706でバ
ンド高さを決定するのに使用されるものであり、図2に
示したレンダリング時間予測部211又はCPU206
がROM205又は図示しないその他の記憶媒体に格納
されたプログラムに基づいて実行する。なお、S801
〜S806は各ステップを示す。
<Rendering Time Calculation> FIG. 8 is a flowchart showing a second processing procedure of the print control apparatus according to the present invention, and corresponds to an example of the processing of calculating the rendering time in band units performed in step S704 of FIG. The rendering time obtained here is used to determine the band height in step S706 in FIG. 7, and the rendering time prediction unit 211 or the CPU 206 shown in FIG.
Is executed based on a program stored in the ROM 205 or another storage medium (not shown). Note that S801
S806 indicates each step.

【0101】バンド全体のレンダリング時間を初期化し
た後、まず、ステップS801において、中間データの
種類を判定し、該判定される中間データの種類によって
レンダリング時間計算方法を選択する。
After initializing the rendering time of the entire band, first, in step S801, the type of intermediate data is determined, and a rendering time calculation method is selected according to the determined type of intermediate data.

【0102】例えば中間データの種類(種別)が、固定
的にレンダリング時間が決まっているようなタイプのも
の(ビットマップフォント等)である場合は、例えば既
にテーブルに保管しておいた中間データに対するレンダ
リング時間の対応テーブルからレンダリング時間を求め
るなどの処理を行なうステップS802に進み、後述す
る図9に示すテーブルよりレンダリング時間を検索し、
ステップS805に進む。
For example, when the type (type) of the intermediate data is of a type in which the rendering time is fixed (such as a bitmap font), for example, the intermediate data already stored in the table The process advances to step S802 to perform processing such as obtaining the rendering time from the rendering time correspondence table, and the rendering time is searched from the table shown in FIG.
Proceed to step S805.

【0103】また、例えばイメージビットマップのよう
に、そのレンダリング処理は単純にメモリ内容のコピー
であるようなタイプの中間データの場合、計算するレン
ダリング時間は中間データのサイズより求める処理であ
るステップS803に進み、サイズよりレンダリング時
間を算出し、ステップS805に進む。
In the case of intermediate data of a type in which the rendering process is simply a copy of the contents of a memory, such as an image bitmap, the rendering time to be calculated is a process of obtaining the size of the intermediate data in step S803. Then, the rendering time is calculated from the size, and the process proceeds to step S805.

【0104】さらに、例えば実際にレンダリングしてみ
ないとレンダリング時間の分らないようなタイプ(圧縮
イメージ,任意角度に回転するイメージ等)の中間デー
タの場合、時間測定のために実際にレンダリング処理を
実行するような処理であるステップS804に進み、後
述する図10に示す処理によりレンダリング時間を実測
し、ステップS805に進む。
Further, in the case of intermediate data of a type (compressed image, image rotated at an arbitrary angle, etc.) for which the rendering time is not known unless rendering is actually performed, the rendering process is actually performed for time measurement. The process proceeds to step S804, which is a process to be executed, the rendering time is actually measured by the process illustrated in FIG. 10 described below, and the process proceeds to step S805.

【0105】次に、ステップS805において、算出し
た時間をバンド全体のレンダリング時間に加算して、バ
ンド全体のレンダリング時間を更新し、ステップS80
6に進む。
Next, in step S805, the calculated time is added to the rendering time of the entire band to update the rendering time of the entire band.
Proceed to 6.

【0106】次に、ステップS806において、バンド
全体の各種中間データのタイプに応じたレンダリング時
間算出処理が終了したか否かを判定し、まだ終了してい
ないと判定された場合は、ステップS801の処理に戻
り、終了したと判定された場合は、処理を終了する。
Next, in step S806, it is determined whether or not the rendering time calculation processing according to the types of various intermediate data of the entire band has been completed. If it is determined that the rendering time calculation has not been completed, the process proceeds to step S801. Returning to the processing, if it is determined that the processing has been completed, the processing is completed.

【0107】なお、ステップS801で示した中間デー
タの種類による分岐及びステップS802〜S804に
示した各レンダリング時間の取得処理は、ここに示した
以外の他のタイプの時間算出アルゴリズムを用いても良
いことは言うまでもない。
Note that the branching according to the type of the intermediate data shown in step S801 and the processing for acquiring each rendering time shown in steps S802 to S804 may use other types of time calculation algorithms other than those shown here. Needless to say.

【0108】<レンダリング時間計算(固定テーブル方
式)>図9は、図8のステップS802で使用する固定
的なレンダリング時間を求める中間データタイプに対す
るレンダリング時間の対応テーブルの一例を示す図であ
る。
<Rendering Time Calculation (Fixed Table Method)> FIG. 9 is a view showing an example of a rendering time correspondence table for intermediate data types for obtaining a fixed rendering time used in step S802 in FIG.

【0109】図において、901,903,905は中
間データタイプを示し、902,904,906は、中
間データタイプ901,903,905に対応する固定
的なレンダリング時間を示し、中間データタイプとレン
ダリング時間を1組としたデータが中間データタイプの
数だけ存在する。
In the figure, reference numerals 901, 903, and 905 denote intermediate data types, 902, 904, and 906 denote fixed rendering times corresponding to the intermediate data types 901, 903, and 905. There are as many sets of data as the number of intermediate data types.

【0110】このように、事前にレンダリング時間が固
定的に分っている中間データタイプについては、図に示
すように、中間データの種類とそれに対応するレンダリ
ング時間の対応表からレンダリング時間を検索する。
As described above, for the intermediate data type for which the rendering time is fixedly known in advance, as shown in the figure, the rendering time is searched from the correspondence table of the type of the intermediate data and the corresponding rendering time. .

【0111】なお、この中間データタイプに対するレン
ダリング時間対応テーブルは、図2に示したROM20
5又は図示しないその他の記憶媒体に格納されているも
のとする。
The rendering time correspondence table for this intermediate data type is stored in the ROM 20 shown in FIG.
5 or another storage medium (not shown).

【0112】<レンダリング時間計算(実測方式)>図
10は、本発明の印刷制御装置の第3の処理手順を示す
フローチャートであり、図8のステップS804のレン
ダリング時間の実測処理の一例に対応し、図2に示した
レンダリング時間予測部211又はCPU206がRO
M205又は図示しないその他の記憶媒体に格納された
プログラムに基づいて実行する。なお、S1001〜S
1003は各ステップを示す。
<Rendering Time Calculation (Actual Measurement Method)> FIG. 10 is a flowchart showing a third processing procedure of the print control apparatus according to the present invention, and corresponds to an example of the rendering time actual measurement processing in step S804 in FIG. The rendering time prediction unit 211 or the CPU 206 shown in FIG.
It is executed based on a program stored in M205 or another storage medium (not shown). In addition, S1001 to S100
1003 shows each step.

【0113】まず、ステップS1001において、印刷
装置内部のタイマをスタートし、ステップS1002に
おいて、実際のレンダリングと同様に測定したい中間デ
ータをレンダリングする。そして、レンダリングが終り
次第、ステップS1003において、タイマをストップ
し、その間かかった時間をレンダリング時間とする。な
お、上記タイマはCPU206内、又は不図示のタイマ
とする。
First, in step S1001, a timer inside the printing apparatus is started, and in step S1002, intermediate data to be measured is rendered in the same manner as actual rendering. Then, as soon as the rendering is completed, in step S1003, the timer is stopped, and the time taken during that time is set as the rendering time. Note that the timer is a timer in the CPU 206 or a timer (not shown).

【0114】<バンド高さ決定>図11は、本発明の印
刷制御装置の第4の処理手順を示すフローチャートであ
り、図7のステップS705のバンド高さ決定処理(プ
リントオーバーランが発生しないようなバンド高さを決
定する処理)の一例に対応し、図2に示したバンド高さ
決定部212又はCPU206がROM205又は図示
しないその他の記憶媒体に格納されたプログラムに基づ
いて実行する。なお、S1101〜S1105は各ステ
ップを示す。
<Determination of Band Height> FIG. 11 is a flowchart showing a fourth processing procedure of the print control apparatus according to the present invention. The band height determination processing of step S705 in FIG. 7 (to prevent print overrun from occurring). The band height determining unit 212 or the CPU 206 shown in FIG. 2 executes the processing based on a program stored in the ROM 205 or another storage medium (not shown). In addition, S1101 to S1105 indicate each step.

【0115】まず、ステップS1101において、ペー
ジのバンド数が2つ以上あるかどうかを調べる。もし用
紙が小さいなどの理由で1ページが1バンドだけであっ
た場合、図5などで説明したように、そのバンドのレン
ダリングは印刷出力開始前に行われるのでプリントオー
バーランすることはないので、処理を終了する。
First, in step S1101, it is checked whether or not the number of bands of a page is two or more. If one page consists of only one band because the paper is small, etc., as described in FIG. 5 and the like, the rendering of that band is performed before the start of print output, so there is no print overrun. The process ends.

【0116】次にステップS1102において、個々の
バンドについてレンダリングにかかる時間と、1バンド
のシッピングにかかる時間を比較し、レンダリング時間
の方が長い、つまりプリントオーバーランするバンドが
あるかどうかを調べる。
Next, in step S1102, the time required for rendering for each band is compared with the time required for shipping of one band, and it is determined whether the rendering time is longer, that is, whether there is any band that overprints.

【0117】なお、バンドの高さに対する印刷出力時間
(シップ時間)は、ROM又は図示しないその他の記憶
媒体に格納されたプログラムに基づいてCPU206が
算出するものとする。
The print output time (ship time) with respect to the band height is calculated by the CPU 206 based on a program stored in the ROM or another storage medium (not shown).

【0118】ステップS1102で、もし一つもプリン
トオーバーランするバンドがない(個々のバンドについ
てレンダリングにかかる時間が1バンドのシッピングに
かかる時間より長いくない)と判定された場合は、処理
を終了する。
If it is determined in step S1102 that there is no print overrun band (the rendering time of each band is not longer than the one band shipping time), the processing is terminated. .

【0119】一方、ステップS1102で、プリントオ
ーバーランするバンドがある(個々のバンドについてレ
ンダリングにかかる時間が1バンドのシッピングにかか
る時間より長い)と判定された場合は、ステップS11
03において、先頭のバンドから2バンドずつ中間デー
タを連結してバンド高さを2倍にする。
On the other hand, if it is determined in step S1102 that there is a band for print overrun (the rendering time for each band is longer than the shipping time for one band), step S11 is performed.
At 03, the band height is doubled by connecting the intermediate data every two bands from the first band.

【0120】そして、ステップS1104において、レ
ンダリング時間も2バンドずつ足し合わせる。これでバ
ンド高さは2倍になったので、ステップS1105にお
いて、シッピングにかかる時間も2倍にしてステップS
1101に戻り、レンダリング時間とシップ時間の比較
を繰り返す。
Then, in step S1104, the rendering time is also added by two bands. As a result, the band height is doubled, and in step S1105, the time required for shipping is also doubled and step S1105 is performed.
Returning to 1101, the comparison between the rendering time and the shipping time is repeated.

【0121】このようにして、プリントオーバーランす
るバンドがなくなるまで繰り返しバンド高さを2倍にし
ていく。最終的に1ページが1バンドになれば確実にプ
リントオーバーランをなくすことができる。
In this way, the band height is repeatedly doubled until there are no bands that cause print overrun. If one page finally becomes one band, the print overrun can be surely eliminated.

【0122】以上説明したように、本実施形態に基づく
印刷装置では、バンドラスタを高さを大きくしていくこ
とでプリントオーバーランを回避することができる。こ
の方法では、たとえバンドサイズを1ページ全体まで大
きくできないようなリソース(ラスタメモリ)の少ない
印刷装置(例えば低価格機)などは、完全にはプリント
オーバーランを防ぐことは無理ではあるが、印刷装置の
リソース(ラスタメモリ)を最大限利用して、最大限プ
リントオーバーランを防ぐことができるという、本実施
形態特有の効果がある。
As described above, in the printing apparatus according to the present embodiment, print overrun can be avoided by increasing the height of the band raster. In this method, it is impossible to completely prevent the print overrun in a printing apparatus (for example, a low-priced machine) having a small resource (raster memory) that cannot increase the band size to one entire page. This embodiment has an advantage unique to the present embodiment in that the resources (raster memory) of the apparatus can be used to the maximum and the print overrun can be prevented to the maximum.

【0123】なお、本実施形態では、バンドがプリント
オーバーランしなくなるまでバンド高さを繰り返し2倍
にする構成について説明したが、バンドの高さの変更制
御は、2倍に限られるものではなく、バンドがプリント
オーバーランしなくなるまでバンド高さを増加制御する
構成であれば、どのようなものでも本発明に含まれるも
のである。
In the present embodiment, a configuration has been described in which the band height is repeatedly doubled until the band does not overprint, but the change control of the band height is not limited to double. The present invention includes any configuration in which the band height is controlled to increase until the band no longer performs print overrun.

【0124】〔第2実施形態〕上記第1実施形態では、
中間データを小さいバンドに区切り、それらのバンドが
プリントオーバーランしなくなるまでバンド高さを繰り
返し2倍にする構成について説明したが、まず1ページ
1バンドで中間データを作成し、その後プリントオーバ
ーランしない範囲でバンドを1/2にしていくことでプ
リントオーバーランを回避するように構成してもよい。
以下、その実施形態について説明する。
[Second Embodiment] In the first embodiment,
The configuration has been described in which the intermediate data is divided into small bands and the band height is repeatedly doubled until the bands do not overprint. However, first, the intermediate data is created with one band per page, and then the print overrun does not occur. The print overrun may be avoided by halving the band in the range.
Hereinafter, the embodiment will be described.

【0125】なお、本実施形態に基づく印刷装置の構成
ブロック図、データの流れ、中間データ構造、1ページ
印刷手順、レンダリング時間計算は、それぞれ第1実施
形態で説明した図2、図3、図4、図7、図8と同じな
ので説明を省略し、本実施形態の特徴を示すバンド高さ
決定処理についてのみ説明する。
The block diagram, the data flow, the intermediate data structure, the one-page printing procedure, and the rendering time calculation of the printing apparatus according to the present embodiment are shown in FIGS. 4, FIG. 7 and FIG. 8, and therefore the description is omitted, and only the band height determination processing which is a feature of the present embodiment will be described.

【0126】<バンド高さ決定>図12は、本発明の印
刷制御装置の第5の処理手順を示すフローチャートであ
り、図7のステップS705のバンド高さ決定処理(プ
リントオーバーランが発生しないようなバンド高さを決
定する処理)の一例に対応し、図2に示したバンド高さ
決定部212又はCPU206がROM205又は図示
しないその他の記憶媒体に格納されたプログラムに基づ
いて実行する。なお、S1201〜S1205は各ステ
ップを示す。
<Band Height Determination> FIG. 12 is a flowchart showing the fifth processing procedure of the print control apparatus of the present invention. The band height determination processing of step S705 in FIG. 7 (to prevent print overrun from occurring). The band height determining unit 212 or the CPU 206 shown in FIG. 2 executes the processing based on a program stored in the ROM 205 or another storage medium (not shown). S1201 to S1205 indicate each step.

【0127】なお、先に述べたように、中間データは1
ページ全体を1バンドと見なして作成し、レンダリング
時間もそれに基づいて計算するものとする。
As described above, the intermediate data is 1
It is assumed that the entire page is created as one band, and the rendering time is calculated based on that.

【0128】まず、ステップS1201において、もし
一つのバンドを2等分してバンド高さを1/2にした場
合、レンダリング時間がシップ時間を越える、つまリプ
リントオーバーランするバンドがあるかどうかを調べ
る。
First, in step S1201, if one band is divided into two equal parts and the band height is reduced to half, it is checked whether or not there is a band in which the rendering time exceeds the shipping time and the print rerun is overrun. .

【0129】なお、バンドの高さに対する印刷出力時間
(シップ時間)は、ROM又は図示しないその他の記憶
媒体に格納されたプログラムに基づいてCPU206が
算出するものとする。
The print output time (ship time) with respect to the band height is calculated by the CPU 206 based on a program stored in a ROM or another storage medium (not shown).

【0130】ステップS1201で、もし、プリントオ
ーバーランする場合(一つのバンドを2等分してバンド
高さを1/2にした場合のレンダリング時間がシップ時
間を越えると判定された場合)は、バンドを2等分する
ことはできないので、処理を終了する。
In step S1201, if print overrun occurs (when it is determined that the rendering time when one band is divided into two and the band height is halved) exceeds the ship time, Since the band cannot be divided into two equal parts, the process ends.

【0131】一方、ステップS1201で、プリントオ
ーバーランするバンドがなかった場合(一つのバンドを
2等分してバンド高さを1/2にした場合のレンダリン
グ時間がシップ時間を越えないと判定された場合)は、
ステップS1202において、実際にバンドが2等分さ
れるように中間データを2つのリンクに分割する。
On the other hand, in step S1201, it is determined that there is no band for print overrun (the rendering time in the case where one band is divided into two and the band height is halved) does not exceed the ship time. )
In step S1202, the intermediate data is divided into two links so that the band is actually divided into two equal parts.

【0132】そして、ステップS1203において、各
バンドのレンダリング所要時間も2等分されたバンドの
中間データそれぞれについて分配(再計算)する。
In step S1203, the rendering time of each band is also distributed (recalculated) for each of the intermediate data of the bisected bands.

【0133】最後にステップS1204において、シッ
プにかかる時間も1/2にして、ステップS1201に
戻り、更にバンドの高さを1/2にできないか検討を繰
り返す。
[0133] Finally, in step S1204, the time required for the ship is also reduced to 1/2, and the process returns to step S1201 to examine whether the height of the band can be further reduced to 1/2.

【0134】このようにして、分割されたバンドがプリ
ントオーバーランしない最小のバンド高さを求める。
In this way, the minimum band height at which the divided bands do not overprint is determined.

【0135】以上説明したように、第2実施形態に基づ
く印刷装置では、バンドラスタの高さを小さくしていく
ことでプリントオーバーランを回避することができる。
また、この方法は、バンド分割処理に時間がかかるよう
な印刷装置や、例えば大きなイメージを主に扱う印刷装
置など中間データをなるべく分割しないほうが効率が良
い印刷装置などに有効で、最初から中間データを最小バ
ンド高さで細分化することなく、必要最小限の分割でプ
リントオーバーランを防ぐことができるという本実施形
態特有の効果がある。
As described above, in the printing apparatus according to the second embodiment, print overrun can be avoided by reducing the height of the band raster.
In addition, this method is effective for a printing apparatus in which band division processing takes a long time or a printing apparatus in which it is more efficient to divide intermediate data as much as possible, for example, a printing apparatus mainly handling a large image, and the like. This embodiment has an advantage unique to the present embodiment in that the print overrun can be prevented by the minimum necessary division without subdividing the data by the minimum band height.

【0136】なお、本実施形態では、プリントオーバー
ランしない範囲でバンドの高さを繰り返し1/2にして
いく構成について説明したが、バンドの高さの変更制御
は、1/2倍に限られるものではなく、バンドがプリン
トオーバーランしない範囲でバンド高さを減少制御する
構成であれば、どのようなものでも本発明に含まれるも
のである。
Although the present embodiment has been described with respect to a configuration in which the band height is repeatedly reduced to で within a range in which print overrun does not occur, the control for changing the band height is limited to 倍. The invention is not limited to this, and any configuration may be included in the present invention as long as the band height is reduced and controlled within a range in which the band does not overprint.

【0137】従って、1ページ分の印刷データを1つ、
もしくは2つ以上のバンドに分割して管理し、印刷デー
タのレンダリング所要時間をバンド毎に予測し、前記レ
ンダリング所要時間に基づいて、プリントオーバーラン
を防止するようにバンド高さを可変し、前記バンド高さ
可変処理が、レンダリング時間に基づいて2倍していく
ことにより、オーバーランを回避するとともに、たとえ
バンドサイズを1ページ全体まで大きくできないような
リソースの少ない印刷装置(例えば低価格機)などで
も、完全には無理でも最大限プリントオーバーランを防
ぐことができるという効果がある。
Therefore, one print data for one page is
Or, it is divided into two or more bands and managed, the rendering time of the print data is predicted for each band, and based on the rendering time, the band height is varied so as to prevent a print overrun, By performing the band height variable processing twice based on the rendering time, it is possible to avoid overrun and to use a resource-less printing apparatus (for example, a low-priced machine) in which the band size cannot be increased to an entire page. This has the effect that print overrun can be prevented as much as possible even if it is completely impossible.

【0138】また、1ページ分の印刷データを1つ、も
しくは2つ以上のバンドに分割して管理し、印刷データ
のレンダリング所要時間をバンド毎に予測し、前記レン
ダリング所要時間に基づいて、プリントオーバーランを
防止するようにバンド高さを可変し、前記バンド高さ可
変処理が、レンダリング時間に基づいて1/2していく
ことにより、プリントオーバーランを回避するととも
に、最初から印刷データを細分化することなく、必要最
小限の分割でプリントオーバーランを防ぐことができる
という効果がある。
The print data for one page is divided into one or two or more bands and managed, the rendering time of the print data is estimated for each band, and the printing time is determined based on the rendering time. The band height is changed so as to prevent overrun, and the band height changing process halves based on the rendering time, thereby avoiding print overrun and subdividing print data from the beginning. There is an effect that the print overrun can be prevented by the minimum necessary division without making the image division.

【0139】以下、図13に示すメモリマップを参照し
て本発明に係る印刷制御装置で読み出し可能なデータ処
理プログラムの構成について説明する。
Hereinafter, the configuration of a data processing program readable by the print control apparatus according to the present invention will be described with reference to a memory map shown in FIG.

【0140】図13は、本発明に係る印刷制御装置で読
み出し可能な各種データ処理プログラムを格納する記憶
媒体のメモリマップを説明する図である。
FIG. 13 is a view for explaining a memory map of a storage medium for storing various data processing programs which can be read by the print control apparatus according to the present invention.

【0141】なお、特に図示しないが、記憶媒体に記憶
されるプログラム群を管理する情報、例えばバージョン
情報,作成者等も記憶され、かつ、プログラム読み出し
側のOS等に依存する情報、例えばプログラムを識別表
示するアイコン等も記憶される場合もある。
Although not shown, information for managing a group of programs stored in the storage medium, for example, version information, a creator, etc. are also stored, and information dependent on the OS or the like on the program reading side, for example, a program is stored in the storage medium. An icon or the like for identification display may also be stored.

【0142】さらに、各種プログラムに従属するデータ
も上記ディレクトリに管理されている。また、インスト
ールするプログラムやデータが圧縮されている場合に、
解凍するプログラム等も記憶される場合もある。
Further, data dependent on various programs is also managed in the directory. Also, if the programs and data to be installed are compressed,
A program for decompressing may also be stored.

【0143】本実施形態における図7,図8,図10〜
図12に示す機能が外部からインストールされるプログ
ラムによって、ホストコンピュータにより遂行されてい
てもよい。そして、その場合、CD−ROMやフラッシ
ュメモリやFD等の記憶媒体により、あるいはネットワ
ークを介して外部の記憶媒体から、プログラムを含む情
報群を出力装置に供給される場合でも本発明は適用され
るものである。
FIGS. 7, 8, 10 to 10 in this embodiment.
The functions shown in FIG. 12 may be performed by a host computer by a program installed from the outside. In this case, the present invention is applied even when a group of information including a program is supplied to the output device from a storage medium such as a CD-ROM, a flash memory, or an FD, or from an external storage medium via a network. Things.

【0144】以上のように、前述した実施形態の機能を
実現するソフトウエアのプログラムコードを記録した記
憶媒体を、システムあるいは装置に供給し、そのシステ
ムあるいは装置のコンピュータ(またはCPUやMP
U)が記憶媒体に格納されたプログラムコードを読出し
実行することによっても、本発明の目的が達成されるこ
とは言うまでもない。
As described above, the storage medium storing the program codes of the software for realizing the functions of the above-described embodiments is supplied to the system or the device, and the computer (or CPU or MP) of the system or the device is supplied.
It goes without saying that the object of the present invention is also achieved when U) reads and executes the program code stored in the storage medium.

【0145】この場合、記憶媒体から読み出されたプロ
グラムコード自体が本発明の新規な機能を実現すること
になり、そのプログラムコードを記憶した記憶媒体は本
発明を構成することになる。
In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.

【0146】プログラムコードを供給するための記憶媒
体としては、例えば、フロッピーディスク,ハードディ
スク,光ディスク,光磁気ディスク,CD−ROM,C
D−R,磁気テープ,不揮発性のメモリカード,RO
M,EEPROM,シリコンディスク等を用いることが
できる。
As a storage medium for supplying the program code, for example, a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, C
DR, magnetic tape, nonvolatile memory card, RO
M, EEPROM, silicon disk, and the like can be used.

【0147】また、コンピュータが読み出したプログラ
ムコードを実行することにより、前述した実施形態の機
能が実現されるだけでなく、そのプログラムコードの指
示に基づき、コンピュータ上で稼働しているOS(オペ
レーティングシステム)等が実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれることは言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instruction of the program code. ) And the like perform part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0148】さらに、記憶媒体から読み出されたプログ
ラムコードが、コンピュータに挿入された機能拡張ボー
ドやコンピュータに接続された機能拡張ユニットに備わ
るメモリに書き込まれた後、そのプログラムコードの指
示に基づき、その機能拡張ボードや機能拡張ユニットに
備わるCPU等が実際の処理の一部または全部を行い、
その処理によって前述した実施形態の機能が実現される
場合も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, based on the instruction of the program code, The CPU provided in the function expansion board or function expansion unit performs part or all of the actual processing,
It goes without saying that a case where the function of the above-described embodiment is realized by the processing is also included.

【0149】また、本発明は、複数の機器から構成され
るシステムに適用しても、1つの機器からなる装置に適
用してもよい。また、本発明は、システムあるいは装置
にプログラムを供給することによって達成される場合に
も適応できることは言うまでもない。この場合、本発明
を達成するためのソフトウエアによって表されるプログ
ラムを格納した記憶媒体を該システムあるいは装置に読
み出すことによって、そのシステムあるいは装置が、本
発明の効果を享受することが可能となる。
Further, the present invention may be applied to a system composed of a plurality of devices or an apparatus composed of one device. Needless to say, the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or an apparatus. In this case, by reading a storage medium storing a program represented by software for achieving the present invention into the system or the apparatus, the system or the apparatus can enjoy the effects of the present invention. .

【0150】さらに、本発明を達成するためのソフトウ
エアによって表されるプログラムをネットワーク上のデ
ータベースから通信プログラムによりダウンロードして
読み出すことによって、そのシステムあるいは装置が、
本発明の効果を享受することが可能となる。
Further, by reading and reading a program represented by software for achieving the present invention from a database on a network by a communication program, the system or apparatus can be
It is possible to enjoy the effects of the present invention.

【0151】[0151]

【発明の効果】以上説明したように、本発明に係る第1
の発明によれば、所定の通信媒体を介してデータ処理装
置から受信した印刷データをビットマップ変換して印刷
装置に出力する印刷制御装置において、前記データ処理
装置から受信した1ページ分の印刷データを1つもしく
は複数のバンドに分割手段が分割して管理し、前記分割
手段により分割されたバンド毎の印刷データをビットマ
ップ変換するレンダリング所要時間をバンド毎に予測手
段が予測し、前記予測手段により予測されたバンド毎の
レンダリング所要時間に基づいて、制御手段が前記分割
手段が分割するバンドの高さを変更制御するので、記憶
資源を増設することなく、最大限プリントオーバーラン
の発生を防ぐことができる。
As described above, the first embodiment according to the present invention is described.
According to the invention, in a print control device that performs bitmap conversion of print data received from a data processing device via a predetermined communication medium and outputs the converted data to a printing device, print data for one page received from the data processing device Is divided into one or a plurality of bands by a dividing unit, and the predicting unit predicts, for each band, a rendering time required for bitmap conversion of print data of each band divided by the dividing unit. The control means controls the change of the height of the band to be divided by the dividing means on the basis of the rendering time required for each band predicted by the above. Therefore, it is possible to prevent print overrun from occurring as much as possible without increasing storage resources. be able to.

【0152】第2,3の発明によれば、前記制御手段
は、前記予測手段により予測されたバンド毎のレンダリ
ング所要時間に基づいて、前記分割手段が分割するバン
ドの高さを2倍ずつ変更するので、バンドサイズを1ペ
ージ全体まで大きくできないような記憶資源(ラスタメ
モリ)の少ない印刷装置(例えば低価格機)などでも、
装置の記憶資源を最大限利用して、最大限プリントオー
バーランの発生を防ぐことができる。
According to the second and third inventions, the control means changes the height of the band divided by the dividing means by two times based on the rendering time required for each band predicted by the predicting means. Therefore, even in a printing apparatus (for example, a low-priced machine) with a small storage resource (raster memory) or the like in which the band size cannot be increased to one whole page,
It is possible to prevent the occurrence of the print overrun as much as possible by making the best use of the storage resources of the apparatus.

【0153】第4,5の発明によれば、前記制御手段
は、前記予測手段により予測されたバンド毎のレンダリ
ング所要時間に基づいて、前記分割手段が分割するバン
ドの高さを1/2倍ずつ変更するので、例えば大きなイ
メージを主に扱う印刷装置等中間データを分割しないほ
うが効率的な印刷装置でも、最初から印刷データを細分
化することなく、必要最小限の分割で、印字効率を落と
すことなくプリントオーバーランの発生を防ぐことがで
きる。
According to the fourth and fifth aspects, the control means increases the height of the band divided by the dividing means by half based on the rendering time required for each band predicted by the predicting means. Even if the printing device is more efficient not to divide the intermediate data, such as a printing device that mainly handles large images, the printing efficiency is reduced by the minimum necessary division without subdividing the print data from the beginning. The occurrence of print overrun can be prevented without any problem.

【0154】第6の発明によれば、前記予測手段は、前
記分割手段により分割された印刷データのレンダリング
所要時間をデータ種別に応じて予測するので、印刷デー
タのレンダリング所要時間を正確かつ効率よく予測する
ことができる。
According to the sixth aspect, the predicting unit predicts the rendering time of the print data divided by the dividing unit in accordance with the data type, so that the rendering time of the print data can be accurately and efficiently calculated. Can be predicted.

【0155】第7の発明および第13の発明によれば、
データ処理装置から受信した1ページ分の印刷データを
1つもしくは複数のバンドに分割して管理し、該分割さ
れたバンド毎の印刷データをビットマップ変換するレン
ダリング所要時間をバンド毎に予測し、該予測されたバ
ンド毎のレンダリング所要時間に基づいて、前記分割工
程により分割されるバンドの高さを変更するので、記憶
資源を増設することなく、最大限プリントオーバーラン
の発生を防ぐことができる。
According to the seventh and thirteenth aspects,
One page of print data received from the data processing device is divided into one or a plurality of bands and managed, and the rendering time required for bitmap conversion of the divided print data for each band is predicted for each band. Since the height of the band divided by the dividing step is changed based on the predicted required rendering time for each band, it is possible to prevent print overrun from occurring as much as possible without increasing storage resources. .

【0156】第8,9の発明および第14,15の発明
によれば、前記変更工程は、前記予測工程により予測さ
れたバンド毎のレンダリング所要時間に基づいて、前記
分割工程により分割されるバンドの高さを2倍ずつ変更
するので、バンドサイズを1ページ全体まで大きくでき
ないような記憶資源(ラスタメモリ)の少ない印刷装置
(例えば低価格機)などでも、装置の記憶資源を最大限
利用して、最大限プリントオーバーランの発生を防ぐこ
とができる。
According to the eighth and ninth inventions and the fourteenth and fifteenth inventions, the changing step includes the step of dividing the band divided by the dividing step based on the required rendering time for each band predicted by the prediction step. Since the height of each page is changed twice, even in a printing apparatus (for example, a low-priced machine) having a small storage resource (raster memory) in which the band size cannot be increased to one entire page, the storage resources of the apparatus are maximally used. Thus, the occurrence of print overrun can be prevented to the maximum.

【0157】第10,11の発明および第16,17の
発明によれば、前記変更工程は、前記予測工程により予
測されたバンド毎のレンダリング所要時間に基づいて、
前記分割工程により分割されるバンドの高さを1/2倍
ずつ変更するので、例えば大きなイメージを主に扱う印
刷装置等中間データを分割しないほうが効率的な印刷装
置でも、最初から印刷データを細分化することなく、必
要最小限の分割で、印字効率を落とすことなくプリント
オーバーランの発生を防ぐことができる。
According to the tenth and eleventh inventions and the sixteenth and seventeenth inventions, the changing step is performed based on the required rendering time for each band predicted by the prediction step.
Since the height of the band divided by the dividing step is changed by 2, the print data is subdivided from the beginning even in a printing apparatus that does not divide the intermediate data, such as a printing apparatus mainly handling a large image. It is possible to prevent the occurrence of print overrun with the minimum necessary division without reducing the printing efficiency.

【0158】第12の発明および第18の発明によれ
ば、前記予測工程は、前記分割工程により分割された印
刷データのレンダリング所要時間をデータ種別に応じて
予測するので、印刷データのレンダリング所要時間を正
確かつ効率よく予測することができる。
According to the twelfth and eighteenth aspects of the invention, the prediction step predicts the rendering time of the print data divided by the division step according to the data type. Can be accurately and efficiently predicted.

【0159】従って、記憶資源を増設することなく、装
置の記憶資源を最大限利用して、最大限プリントオーバ
ーランの発生率を減少した印刷環境を低価格に構築する
ことができる等の効果を奏する。
Therefore, it is possible to construct a low-cost printing environment in which the occurrence rate of print overrun is reduced by maximizing the use of the storage resources of the apparatus without increasing the storage resources. Play.

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

【図1】本発明の印刷制御装置を適用可能な印刷装置の
構成を示す断面図である。
FIG. 1 is a cross-sectional view illustrating a configuration of a printing apparatus to which a printing control apparatus according to the present invention can be applied.

【図2】本発明の第1実施形態を示す印刷制御装置を適
用可能なプリンタ制御システムの構成を説明するブロッ
ク図である。
FIG. 2 is a block diagram illustrating a configuration of a printer control system to which the print control device according to the first embodiment of the present invention can be applied.

【図3】本発明の印刷制御装置を適用可能な印刷装置の
印刷データ受信時から印刷出力までのデータの流れを示
した図である。
FIG. 3 is a diagram illustrating a flow of data from when print data is received to when a print device receives a print output, to which a print control device according to the present invention can be applied.

【図4】本発明の印刷制御装置の中間データの構造及び
管理形式について説明した図である。
FIG. 4 is a diagram illustrating the structure and management format of intermediate data of the print control apparatus according to the present invention.

【図5】図3に示したレンダリング部、印刷部のそれぞ
れの処理内容、及び第1バンドラスタ、第2バンドラス
タの保持している出力イメージについての時間的変化を
示したタイミングチャートである。
5 is a timing chart showing processing contents of each of a rendering unit and a printing unit shown in FIG. 3, and a temporal change in an output image held by a first band raster and a second band raster.

【図6】プリントオーバーランが発生する場合のバンデ
イングタイミングを示すタイミングチャートである。
FIG. 6 is a timing chart showing banding timing when a print overrun occurs.

【図7】本発明の印刷制御装置の第1の処理手順を示す
フローチャートである。
FIG. 7 is a flowchart illustrating a first processing procedure of the print control apparatus of the present invention.

【図8】本発明の印刷制御装置の第2の処理手順を示す
フローチャートである。
FIG. 8 is a flowchart illustrating a second processing procedure of the print control apparatus of the present invention.

【図9】図8で使用する固定的なレンダリング時間を求
める中間データタイプに対するレンダリング時間の対応
テーブルの一例を示す図である。
FIG. 9 is a diagram showing an example of a rendering time correspondence table for intermediate data types for obtaining a fixed rendering time used in FIG. 8;

【図10】本発明の印刷制御装置の第3の処理手順を示
すフローチャートである。
FIG. 10 is a flowchart illustrating a third processing procedure of the print control apparatus of the present invention.

【図11】本発明の印刷制御装置の第4の処理手順を示
すフローチャートである。
FIG. 11 is a flowchart illustrating a fourth processing procedure of the print control apparatus of the present invention.

【図12】本発明の印刷制御装置の第5の処理手順を示
すフローチャートである。
FIG. 12 is a flowchart illustrating a fifth processing procedure of the print control apparatus of the present invention.

【図13】本発明に係る印刷制御装置で読み出し可能な
各種データ処理プログラムを格納する記憶媒体のメモリ
マップを説明する図である。
FIG. 13 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the print control device according to the present invention.

【符号の説明】[Explanation of symbols]

201 ホストコンピュータ 202 入力部 203 中間データ作成部 204 RAM 205 ROM 206 CPU 208 内部バス 209 レンダリング部 210 バンドラスタ 211 レンダリング時間予測部 212 バンド高さ決定部 213 印刷部 1000 印刷装置 201 Host Computer 202 Input Unit 203 Intermediate Data Creation Unit 204 RAM 205 ROM 206 CPU 208 Internal Bus 209 Rendering Unit 210 Band Raster 211 Rendering Time Prediction Unit 212 Band Height Determination Unit 213 Printing Unit 1000 Printing Device

Claims (18)

【特許請求の範囲】[Claims] 【請求項1】 所定の通信媒体を介してデータ処理装置
から受信した印刷データをビットマップ変換して印刷装
置に出力する印刷制御装置において、 前記データ処理装置から受信した1ページ分の印刷デー
タを1つもしくは複数のバンドに分割して管理する分割
手段と、 前記分割手段により分割されたバンド毎の印刷データを
ビットマップ変換するレンダリング所要時間をバンド毎
に予測する予測手段と、 前記予測手段により予測されたバンド毎のレンダリング
所要時間に基づいて、前記分割手段が分割するバンドの
高さを変更制御する制御手段と、を有することを特徴と
する印刷制御装置。
1. A print control apparatus for performing bitmap conversion of print data received from a data processing device via a predetermined communication medium and outputting the converted data to a printing device, comprising the steps of: A dividing unit that divides and manages the print data of each of the bands divided by the dividing unit into a bitmap, and a rendering unit that predicts a rendering time required for performing a bitmap conversion for each band; A control unit for changing and controlling the height of the band to be divided by the dividing unit based on the predicted required rendering time for each band.
【請求項2】 前記制御手段は、前記予測手段により予
測されたバンド毎のレンダリング所要時間に基づいて、
前記分割手段が分割するバンドの高さを2倍ずつ変更す
ることを特徴とする請求項1記載の印刷制御装置。
2. The control unit according to claim 1, further comprising:
2. The printing control apparatus according to claim 1, wherein the height of the band divided by the dividing unit is changed twice.
【請求項3】 前記制御手段は、前記予測手段により予
測されるバンド毎のレンダリング所要時間が前記印刷装
置のバンド毎の印刷時間より長い場合、前記分割手段が
分割するバンドの高さを2倍にすることを特徴とする請
求項2記載の印刷制御装置。
3. The control unit, if the rendering time required for each band predicted by the prediction unit is longer than the printing time for each band of the printing apparatus, double the height of the band divided by the dividing unit. 3. The printing control device according to claim 2, wherein:
【請求項4】 前記制御手段は、前記予測手段により予
測されたバンド毎のレンダリング所要時間に基づいて、
前記分割手段が分割するバンドの高さを1/2倍ずつ変
更することを特徴とする請求項1記載の印刷制御装置。
4. The control means, based on a rendering time required for each band predicted by the prediction means,
2. The printing control apparatus according to claim 1, wherein the dividing unit changes the height of the band to be divided by half.
【請求項5】 前記制御手段は、バンドの高さを1/2
にした場合に前記予測手段により予測されるバンド毎の
レンダリング所要時間が前記印刷装置のバンド毎の印刷
時間より短い場合、前記分割手段が分割するバンドの高
さを1/2倍にすることを特徴とする請求項4記載の印
刷制御装置。
5. The apparatus according to claim 5, wherein the control unit reduces the height of the band to 1 /.
If the rendering time required for each band predicted by the predicting means is shorter than the printing time for each band of the printing apparatus, the height of the band divided by the dividing means is reduced by half. The print control device according to claim 4, wherein
【請求項6】 前記予測手段は、前記分割手段により分
割された印刷データのレンダリング所要時間をデータ種
別に応じて予測することを特徴とする請求項1〜5のい
ずれかに記載の印刷制御装置。
6. The print control apparatus according to claim 1, wherein the prediction unit predicts a rendering time of the print data divided by the division unit in accordance with a data type. .
【請求項7】 所定の通信媒体を介してデータ処理装置
から受信した印刷データをビットマップ変換して印刷装
置に出力する印刷制御装置の印刷データ処理方法におい
て、 前記データ処理装置から受信した1ページ分の印刷デー
タを1つもしくは複数のバンドに分割して管理する分割
工程と、 該分割されたバンド毎の印刷データをビットマップ変換
するレンダリング所要時間をバンド毎に予測する予測工
程と、 該予測されたバンド毎のレンダリング所要時間に基づい
て、前記分割工程により分割されるバンドの高さを変更
する変更工程と、を有することを特徴とする印刷制御装
置の印刷データ処理方法。
7. A print data processing method of a print control device for converting print data received from a data processing device via a predetermined communication medium into a bitmap and outputting the converted data to a printing device, comprising the steps of: receiving one page from the data processing device; Dividing the print data into one or a plurality of bands, and managing the divided print data; and predicting the rendering time required for bitmap conversion of the print data for each of the divided bands for each band. And a changing step of changing the height of the band divided by the dividing step based on the rendering time required for each band.
【請求項8】 前記変更工程は、前記予測工程により予
測されたバンド毎のレンダリング所要時間に基づいて、
前記分割工程により分割されるバンドの高さを2倍ずつ
変更することを特徴とする請求項7記載の印刷制御装置
の印刷データ処理方法。
8. The method according to claim 1, wherein the changing step is performed based on a rendering time required for each band predicted by the prediction step.
8. The print data processing method for a print control device according to claim 7, wherein the height of the band divided by the dividing step is changed by twice.
【請求項9】 前記変更工程は、前記予測工程により予
測されるバンド毎のレンダリング所要時間が前記印刷装
置のバンド毎の印刷時間より長い場合、前記分割工程に
より分割するバンドの高さを2倍にすることを特徴とす
る請求項8記載の印刷制御装置の印刷データ処理方法。
9. The changing step, when the rendering time required for each band predicted by the prediction step is longer than the printing time for each band of the printing apparatus, doubling the height of the band divided by the dividing step. 9. The print data processing method for a print control device according to claim 8, wherein:
【請求項10】 前記変更工程は、前記予測工程により
予測されたバンド毎のレンダリング所要時間に基づい
て、前記分割工程により分割されるバンドの高さを1/
2倍ずつ変更することを特徴とする請求項7記載の印刷
制御装置の印刷データ処理方法。
10. The changing step sets the height of the band divided by the dividing step to 1 / based on the rendering time required for each band predicted by the predicting step.
8. The print data processing method for a print control device according to claim 7, wherein the print data is changed twice.
【請求項11】 前記変更工程は、バンドの高さを1/
2にした場合に前記予測工程により予測されるバンド毎
のレンダリング所要時間が前記印刷装置のバンド毎の印
刷時間より短い場合、前記分割工程により分割されるバ
ンドの高さを1/2倍にすることを特徴とする請求項1
0記載の印刷制御装置の印刷データ処理方法。
11. The changing step includes reducing the height of the band by 1 /
If the required rendering time for each band predicted by the prediction step is shorter than the printing time for each band of the printing apparatus when the number is set to 2, the height of the band divided by the division step is halved. 2. The method according to claim 1, wherein
0. The print data processing method of the print control device according to 0.
【請求項12】 前記予測工程は、前記分割工程により
分割された印刷データのレンダリング所要時間をデータ
種別に応じて予測することを特徴とする請求項7〜11
のいずれかに記載の印刷制御装置の印刷データ処理方
法。
12. The method according to claim 7, wherein the predicting step predicts a rendering time of the print data divided by the dividing step according to a data type.
The print data processing method of the print control device according to any one of the above.
【請求項13】 所定の通信媒体を介してデータ処理装
置から受信した印刷データをビットマップ変換して印刷
装置に出力する印刷制御装置に、 前記データ処理装置から受信した1ページ分の印刷デー
タを1つもしくは複数のバンドに分割して管理する分割
工程と、 該分割されたバンド毎の印刷データをビットマップ変換
するレンダリング所要時間をバンド毎に予測する予測工
程と、 該予測されたバンド毎のレンダリング所要時間に基づい
て、前記分割工程により分割されるバンドの高さを変更
する変更工程と、を実行させるためのプログラムをコン
ピュータが読み取り可能に記憶した記憶媒体。
13. A print control device that converts print data received from a data processing device via a predetermined communication medium into a bit map and outputs the converted data to a printing device, the print data for one page received from the data processing device. A dividing step of dividing and managing one or a plurality of bands; a predicting step of predicting, for each band, a rendering time required for bitmap conversion of the print data of each of the divided bands; A computer-readable storage medium for storing a program for executing a changing step of changing a height of a band divided by the dividing step based on a rendering required time.
【請求項14】 前記変更工程は、前記予測工程により
予測されたバンド毎のレンダリング所要時間に基づい
て、前記分割工程により分割されるバンドの高さを2倍
ずつ変更することを特徴とする請求項13記載の記憶媒
体。
14. The method according to claim 1, wherein the changing step changes the height of the band divided by the dividing step by twice based on the rendering time required for each band predicted by the predicting step. Item 14. The storage medium according to Item 13.
【請求項15】 前記変更工程は、前記予測工程により
予測されるバンド毎のレンダリング所要時間が前記印刷
装置のバンド毎の印刷時間より長い場合、前記分割工程
により分割するバンドの高さを2倍することを特徴とす
る請求項14記載の記憶媒体。
15. The changing step, if the rendering time required for each band predicted by the predicting step is longer than the printing time per band of the printing apparatus, doubling the height of the band divided by the dividing step. The storage medium according to claim 14, wherein:
【請求項16】 前記変更工程は、前記予測工程により
予測されたバンド毎のレンダリング所要時間に基づい
て、前記分割工程により分割されるバンドの高さを1/
2倍ずつ変更することを特徴とする請求項13記載の記
憶媒体。
16. The changing step sets the height of the band divided by the dividing step to 1 / based on the rendering time required for each band predicted by the predicting step.
14. The storage medium according to claim 13, wherein the storage medium is changed twice.
【請求項17】 前記変更工程は、バンドの高さを1/
2にした場合に前記予測工程により予測されるバンド毎
のレンダリング所要時間が前記印刷装置のバンド毎の印
刷時間より短い場合、前記分割工程により分割されるバ
ンドの高さを1/2倍にすることを特徴とする請求項1
6記載の記憶媒体。
17. The step of changing the height of the band by 1 /
If the required rendering time for each band predicted by the prediction step is shorter than the printing time for each band of the printing apparatus when the number is set to 2, the height of the band divided by the division step is halved. 2. The method according to claim 1, wherein
6. The storage medium according to 6.
【請求項18】 前記予測工程は、前記分割工程により
分割された印刷データのレンダリング所要時間をデータ
種別に応じて予測することを特徴とする請求項13〜1
7のいずれかに記載の記憶媒体。
18. The method according to claim 13, wherein the prediction step predicts a rendering time of the print data divided by the division step according to a data type.
8. The storage medium according to any one of 7.
JP32938799A 1999-11-19 1999-11-19 Printing control device, printing data processing method thereof and memory medium Pending JP2001146047A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP32938799A JP2001146047A (en) 1999-11-19 1999-11-19 Printing control device, printing data processing method thereof and memory medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP32938799A JP2001146047A (en) 1999-11-19 1999-11-19 Printing control device, printing data processing method thereof and memory medium

Publications (1)

Publication Number Publication Date
JP2001146047A true JP2001146047A (en) 2001-05-29

Family

ID=18220879

Family Applications (1)

Application Number Title Priority Date Filing Date
JP32938799A Pending JP2001146047A (en) 1999-11-19 1999-11-19 Printing control device, printing data processing method thereof and memory medium

Country Status (1)

Country Link
JP (1) JP2001146047A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003237149A (en) * 2002-02-22 2003-08-27 Canon Inc Drawing processor, drawing processing method, computer readable storage medium, and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2003237149A (en) * 2002-02-22 2003-08-27 Canon Inc Drawing processor, drawing processing method, computer readable storage medium, and program
JP4695815B2 (en) * 2002-02-22 2011-06-08 キヤノン株式会社 Drawing processing apparatus, drawing processing method, computer-readable storage medium, and program

Similar Documents

Publication Publication Date Title
JP4543340B2 (en) Image processing apparatus, image forming system, and program
US6535293B1 (en) Printing system, printing control method, data processing apparatus and method, and storage medium therefor
JPH10147018A (en) Printing device and memory control system
JP3862396B2 (en) Printing apparatus and image processing method
JP2008526555A (en) Print control method capable of reducing the required amount of print memory
JP2000313145A (en) Print controller, data processing method therefor, and recording medium storing computer readable program
JPH10222319A (en) Printing device and printing control method
JP2001146047A (en) Printing control device, printing data processing method thereof and memory medium
JP3209916B2 (en) Information processing apparatus and data processing method of information processing apparatus
JP2981400B2 (en) Printing apparatus and data processing method for printing apparatus
JP3610194B2 (en) Print control apparatus, print control method, and storage medium storing computer-readable program
JPH11235849A (en) Image processing device, data processing method thereof, and storage medium storing program readable by computer
JP3281327B2 (en) Information processing apparatus and information processing method
JP3715796B2 (en) Printing control apparatus, data processing method for printing control apparatus, and storage medium storing computer-readable program
JP3957859B2 (en) Print control apparatus, print control method, and program storage medium
JP2003039747A (en) Image forming apparatus and method of controlling the same
JP2004326266A (en) Print control method, information processing device, and printer
JP2001146049A (en) Printer system, drawing processing method using the same and recording medium having program performing drawing processing recorded thereon
JPH08307695A (en) Page printer and its data processing method
JP2000155663A (en) Printing controller, data processing method for the printing controller and storage medium stored with computer readable program
JPH11188932A (en) Print controller, band processing method therefor and storage medium storing computer readable program
JP2001045304A (en) Image processor and its method
JPH09272231A (en) Output device, data processing method of output device, storage medium storing program readable by computer
JPH1074131A (en) Printing control device, information processor, printing system, method for processing data for printing system, and storage medium for storing program to be read out by computer
JPH10157217A (en) Printing-processing apparatus