JP2001282498A - Information processor, information processing method and storage medium - Google Patents

Information processor, information processing method and storage medium

Info

Publication number
JP2001282498A
JP2001282498A JP2000100007A JP2000100007A JP2001282498A JP 2001282498 A JP2001282498 A JP 2001282498A JP 2000100007 A JP2000100007 A JP 2000100007A JP 2000100007 A JP2000100007 A JP 2000100007A JP 2001282498 A JP2001282498 A JP 2001282498A
Authority
JP
Japan
Prior art keywords
data
information
processing
spooled
information processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2000100007A
Other languages
Japanese (ja)
Inventor
Masanari Toda
雅成 戸田
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 JP2000100007A priority Critical patent/JP2001282498A/en
Publication of JP2001282498A publication Critical patent/JP2001282498A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To print out data from an output device accurately and quickly as much as possible by selecting one of plural modes as to an information processor, an information processing method and a storage medium. SOLUTION: A pre-check module 213 checks the contents of printing data (plotting data) at least for one page. The checked printing data are temporarily stored in a hard disk 1231 as a PDF. A CPU 260 performs arithmetic processing based on the device type information of each output device such as a printer 100, specified layout information and the checked result, selects an optimum data format out of plural data formats capable of processing the stored printing data in each prescribed unit by the output device and allows any one of a page description language type (PDL) data processing part 234 and monochromatic IBPP image mode processing parts 235 to 237 to perform data conversion processing into a data format optimum to the printer 100.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は情報処理装置、情報
処理方法、および記憶媒体に関し、特に、プリント・デ
ータを複数種類の出力デバイスによって処理可能な複数
種類のデータ形式に変換して印刷命令を生成するデータ
変換処理手段を備えた情報処理装置、情報処理方法、お
よび記憶媒体に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an information processing apparatus, an information processing method, and a storage medium, and more particularly, to converting print data into a plurality of data formats that can be processed by a plurality of output devices and outputting a print command. The present invention relates to an information processing apparatus, an information processing method, and a storage medium having a data conversion processing unit to generate.

【0002】[0002]

【従来の技術】従来の印刷情報処理システムにおける印
刷制御方法および処理の流れについて図10を用いて説
明する。
2. Description of the Related Art A print control method and a processing flow in a conventional print information processing system will be described with reference to FIG.

【0003】一般的には、図10に示すようにセントロ
ニクス・インターフェースといったパラレル通信手段や
ネットワーク通信手段を介してホスト・コンピュータ1
200とプリンタ100とが接続され印刷システムを構
成している。
Generally, as shown in FIG. 10, a host computer 1 is connected via parallel communication means such as a Centronics interface or network communication means.
The printer 200 is connected to the printer 200 and forms a printing system.

【0004】ホスト・コンピュータ1200側では、ワ
ード・プロセッサや表計算のようなアプリケーション・
ソフトウエア1201(以下、アプリケーションと略
称)がWindows(米国Microsoft社の登録商標)のような
いわゆるオペレーティング・システム1210(以下、
OSと略称)の上で動作している。このアプリケーショ
ン1201において印刷を行う場合は、そのソフトウエ
ア・プログラム内から、OS1210が提供するいくつ
かのサブ・システムのうちグラフィック・サブ・システ
ム202の機能を用いる。
On the host computer 1200 side, application programs such as a word processor and a spreadsheet are used.
The software 1201 (hereinafter, abbreviated as an application) is a so-called operating system 1210 (hereinafter, abbreviated as a registered trademark of Microsoft Corporation in the United States).
OS). When printing is performed by the application 1201, the function of the graphic subsystem 202 among several subsystems provided by the OS 1210 is used from within the software program.

【0005】このグラフィック・サブ・システム202
は、例えばWindowsでは、GDI1211(Graphic Dev
ice Interface)と呼ばれており、ディスプレイ30や
プリンタ100に対する画像情報の処理を司っている。
このGDI1211は、ディスプレイ30やプリンタ1
00といった各デバイス毎の依存性を吸収するためにデ
バイス・ドライバと呼ばれるモジュールを動的にリンク
し、それぞれのデバイスに対する出力処理を行う。プリ
ンタ100に対するこのモジュールはプリンタ・ドライ
バ1212と呼ばれる。
[0005] The graphic subsystem 202
For example, in Windows, GDI1211 (Graphic Dev
It is called an “Ice Interface” and manages processing of image information for the display 30 and the printer 100.
The GDI 1211 includes the display 30 and the printer 1
In order to absorb the dependency of each device such as 00, a module called a device driver is dynamically linked, and output processing is performed for each device. This module for printer 100 is called a printer driver 1212.

【0006】このプリンタ・ドライバ1212では、そ
の能力や機能などに応じて予めデバイス・ドライバに実
装することが決められているDDI(Device Driver In
terface)と呼ばれる関数群を用意する必要がある。ア
プリケーション1201のAPI(Application Progra
ming Interface)コールをGDI1211がデバイス・
ドライバ用にデータ変換を行い、このDDI関数群が適
宜GDI1211からコールされ、所定の印刷処理が実
行されるような仕組みになっている。
In the printer driver 1212, a DDI (Device Driver In) which is determined in advance to be mounted on a device driver in accordance with its capability, function, and the like.
terface). API (Application Progra
ming Interface) call by the GDI 1211
Data conversion is performed for the driver, and the DDI function group is appropriately called from the GDI 1211 to execute a predetermined print process.

【0007】GDI1211では、このようにプリンタ
・ドライバ1212を介してアプリケーション1201
からの印刷要求をシーケンシャルに処理している。この
プリンタ・ドライバ1212の処理系は、通常PDLモ
ードまたはイメージ・モード系処理を行うことで印刷処
理を行う。
In the GDI 1211, the application 1201 is transmitted via the printer driver 1212 as described above.
Are sequentially processing print requests. The processing system of the printer driver 1212 performs print processing by performing normal PDL mode or image mode processing.

【0008】しかし、図10のように、印刷要求をペー
ジ単位でページ・データ・ファイルPDFとしてハード
・ディスク1231に一旦スプールし、スプール・サブ
・システム1230内部のPDLコマンド生成部123
4〜イメージ・モードレンダラである印刷命令生成処理
部1235,1236,1237のいずれかを使ってジ
ョブ単位に出力をする形態を採ることも可能である。こ
ういった形態を採ることで、スプールしたデータをGD
I1211を経由して一旦ディスプレイ30にプレビュ
ーすることができる。ユーザは、その結果を見てレイア
ウト変更モジュール1239を使ってレイアウト変更を
行い、出力部数や出力先を変更することも可能となる。
However, as shown in FIG. 10, a print request is temporarily spooled on a page-by-page basis as a page data file PDF on a hard disk 1231, and a PDL command generation unit 123 in a spool subsystem 1230 is spooled.
It is also possible to adopt a mode in which output is performed in job units by using any one of the print instruction generation processing units 1235, 1236, and 1237, which is an image mode renderer. By adopting such a form, the spooled data
The user can once preview on the display 30 via the I1211. The user can change the layout by using the layout change module 1239 based on the result, and change the number of output copies and the output destination.

【0009】PDLコマンド生成部1234は、プリン
タ100側にPDL(Printer Description Language)
と呼ばれる制御コマンドを処理可能なコントローラを搭
載するもの向けで、スプールした情報をPDLコマンド
に変換し次第、I/F1240を介してプリンタ100
に送出する。
A PDL command generation unit 1234 sends a PDL (Printer Description Language) to the printer 100.
This is intended for a device equipped with a controller capable of processing a control command called a printer command. As soon as spooled information is converted into a PDL command, the printer 100 is connected via the I / F 1240.
To send to.

【0010】プリンタ・ドライバ1212の処理はDD
Iで受け取ったデータと一対一に対応したコマンドを生
成するだけなので、プリンタ・ドライバ1212にとっ
ては軽い処理といえる。PDLモード・タイプの特徴と
して、プリンタ100のPDLコマンド解析能力が高け
れば、GDI1211から抽象度の高いデータを受け取
ってそのまま送出することができるので、通常のページ
印刷においては転送するデータ・サイズを小さくするこ
とが可能である。
The process of the printer driver 1212 is DD
Since only a command corresponding to the data received at I is generated one-to-one, it can be said that this is a light process for the printer driver 1212. As a feature of the PDL mode type, if the PDL command analysis capability of the printer 100 is high, data with a high degree of abstraction can be received from the GDI 1211 and transmitted as it is, so that the data size to be transferred is reduced in normal page printing. It is possible to

【0011】一方、イメージ・モード・タイプでは、プ
リンタ100側では高度な描画処理は行わないよう、ス
プール・サブ・システム1230内に確保したメモリ空
間上に印刷イメージの展開を行い、展開したイメージを
プリンタ100で直接印刷できる形態に変換し、プリン
タ100に送って印刷する。
On the other hand, in the image mode type, the print image is expanded on a memory space secured in the spool subsystem 1230 so that the printer 100 does not perform advanced drawing processing, and the expanded image is processed. The data is converted into a format that can be directly printed by the printer 100, and sent to the printer 100 for printing.

【0012】すなわち、PDLモード・タイプと同様
に、GDI1211から渡され、スプールしたデータを
使ってイメージ・モード用レンダラ1235〜1237
がバンド・メモリ1238に描画処理を行い、1バンド
分の描画処理が終了すると、I/F1240を介してプ
リンタ100にビットマップ・データを送出する。
That is, similarly to the PDL mode type, the image mode renderers 1235 to 1237 are used by using the spooled data passed from the GDI 1211.
Performs drawing processing on the band memory 1238, and when the drawing processing for one band is completed, sends bitmap data to the printer 100 via the I / F 1240.

【0013】どちらの方式を採った場合も、プリンタ1
00またはホスト・コンピュータ1200でバンド・メ
モリ1238またはフルページ分のメモリ空間上に描画
処理を行う必要がある。
In either case, the printer 1
00 or the host computer 1200 needs to perform drawing processing on the band memory 1238 or a memory space for a full page.

【0014】しかし、カラー・プリンタではRGB各色
8ビットで600dpi,A4フルページ分のメモリを
確保しようとすると96Mbyte必要であり、現状で
はホスト・コンピュータ1200、プリンタ100どち
らでも確保することは困難である。そこで、カラー・プ
リンタの描画処理にはバンド・メモリ1238を使う方
法が提案されている。
However, in a color printer, 96 Mbytes are required to secure a memory of 600 dpi, A4 full page with 8 bits for each color of RGB. At present, it is difficult to secure the memory by either the host computer 1200 or the printer 100. . Therefore, a method of using a band memory 1238 for a drawing process of a color printer has been proposed.

【0015】また、プリンタ・エンジン(図示せず)に
最終的に渡すデータ形式はRGBといった輝度データで
はなく、YMCK形式のプリンタ100のトナー量を示
す濃度データを、イメージ・モード、PDLモードとも
にメモリ削減のためにもYMCK各色1ビットまたは2
ビットで処理を行うのが一般的である。イメージ・モー
ドではこのYMCK各色1ビットまたは2ビットのデー
タを送ることで転送データ・サイズを抑制し、プリンタ
100側の負荷を軽くするものがある。
The data format finally passed to the printer engine (not shown) is not luminance data such as RGB, but density data indicating the toner amount of the YMCK format printer 100 is stored in a memory in both the image mode and the PDL mode. 1 bit or 2 bits for each color of YMCK for reduction
Generally, processing is performed with bits. In the image mode, there is an image mode in which the transfer data size is suppressed by transmitting 1-bit or 2-bit data of each YMCK color, and the load on the printer 100 side is reduced.

【0016】例えば、多角形図形の印字処理について
は、PDLタイプでは、折れ曲がる点座標と線幅、線の
色情報、内塗り色情報等がプリンタ100にコマンドと
して転送され、プリンタ100内部ではその情報を解析
し、内部に用意したYMCK各色1ビットまたは2ビッ
トの1バンド分のメモリ空間を用いて出力形態のイメー
ジ・データに展開処理を行う。
For example, regarding the printing process of a polygonal figure, in the case of the PDL type, the coordinates of the bending point and the line width, the color information of the line, the inner color information, etc. are transferred as commands to the printer 100, and the information is internally stored in the printer 100. Is analyzed, and a rendering process is performed on the image data in the output form by using a memory space for one band of 1 bit or 2 bits for each color of YMCK prepared inside.

【0017】PDL方式では1ページに無限に印刷命令
が発生する可能性があり、近年のアプリケーションが出
力する印刷命令は増加の一途をたどっている。ところ
が、バンディング処理で印刷を行う場合、1ページ分の
描画直前の中間データを保持する必要があるため、省メ
モリ型のプリンタでは処理速度低下の要因になってい
る。
In the PDL system, there is a possibility that print commands are generated indefinitely for one page, and the number of print commands output by applications in recent years is increasing steadily. However, when printing is performed by banding processing, it is necessary to hold intermediate data immediately before drawing for one page, which causes a reduction in processing speed in a memory-saving printer.

【0018】イメージ・モード方式は、こういった問題
を回避するための方式である。
The image mode method is a method for avoiding such a problem.

【0019】プリンタ100に比べてメモリ構成に余裕
のあるホスト・コンピュータ1200上で動作するプリ
ンタ・ドライバ1212側でバンド単位、もしくはフル
ページの描画メモリを持ち、そこに多角形イメージを展
開する。1バンド分もしくはフルページ分の描画処理が
終了すると、プリンタ100に対してイメージ・データ
として描画メモリの内容が転送され、所定の画像を印刷
して出力する。
The printer driver 1212 operating on the host computer 1200, which has more memory configuration than the printer 100, has a drawing memory for each band or a full page, and develops a polygon image there. When the drawing process for one band or a full page is completed, the contents of the drawing memory are transferred to the printer 100 as image data, and a predetermined image is printed and output.

【0020】前述したように、PDLモード、イメージ
・モードともに省メモリ化のために、YMCK各色1,
2,4ビットというデバイス依存の色空間上で描画処理
を行っている。しかし、GDI1211が規定している
論理演算描画処理は輝度空間上での処理であるため、描
画不正が発生することがある。これを回避するため、Y
MCK値からRGB値に戻す逆UCR(Under Color Re
move)処理を行って論理演算処理することで対応してい
る。しかし、このような処理は完全な描画処理を保証し
ないばかりか、処理速度低下の原因になっている。
As described above, in order to save memory in both the PDL mode and the image mode, each of the YMCK colors 1,
The rendering process is performed in a device-dependent color space of 2 or 4 bits. However, since the logical operation drawing process defined by the GDI 1211 is a process in a luminance space, a drawing error may occur. To avoid this, Y
Reverse UCR (Under Color Reversion) to return from MCK value to RGB value
move) processing to perform logical operation processing. However, such processing does not guarantee complete drawing processing, but also causes a reduction in processing speed.

【0021】そこで、ユーザは、通常はPDLモードで
描画処理を行ない、出力に時間が掛かりすぎる場合は、
高速イメージ・モードmono1BPP(YMCK各色
1ビット(bit per Pixel)のイメージ・モード)に切
り替えて出力し直したり、不正出力結果が出た場合はR
GB24BPPイメージ・モードで出力し直す、といっ
た2度、3度の手間を必要とすることがある。
Therefore, the user normally performs the drawing process in the PDL mode, and if the output takes too long,
Switch to high-speed image mode mono1BPP (image mode of 1 bit (bit per Pixel) for each color of YMCK) and output again, or if an incorrect output result is output, R
It may be necessary to perform twice or three times such as re-outputting in the GB24BPP image mode.

【0022】つまり、現状ではこういった印刷モードの
選択がユーザに任されており、全てのモードで印刷して
みないと最適なモードが解らない。また、複数ページ印
刷においてタイプの異なるページが含まれていると、1
モードでは出力時間が掛かりすぎたり、または不正出力
ページが混じるといった問題も発生する。
That is, at present, the selection of such a print mode is left to the user, and the optimum mode cannot be understood unless printing is performed in all the modes. Also, if pages of different types are included in multi-page printing, 1
In the mode, there are also problems that the output time is too long or that incorrect output pages are mixed.

【0023】以上、各モードの特徴を図11にまとめ
た。
FIG. 11 summarizes the features of each mode.

【0024】[0024]

【発明が解決しようとする課題】こういった問題を解決
するために、各々の方式に合ったデータだけが流れるよ
うに自動的に切り替える方式が求められており、現時点
では、前述したスプールシステムを用いた自動モード切
替方式が提案されている。
In order to solve these problems, there is a demand for a system for automatically switching so that only data suitable for each system flows. An automatic mode switching method used has been proposed.

【0025】しかしながら、スプールするもう一つの目
的である「ページ・レイアウト変更」、「出力先変更」
を実行すると、以下の問題が発生することが予測され
る。 スプール時にチェックした情報を基にモードを予測し
ても、デ・スプール時にN−up指定等のレイアウト変
更を行うと予測が外れてしまう。 スプールしたデータの出力先を変更されると、機種に
よって予測結果が合わないことがある。
However, the other purposes of spooling are "change page layout" and "change output destination".
Is expected to cause the following problem. Even if the mode is predicted based on the information checked at the time of spooling, the prediction is incorrect if a layout change such as N-up designation is performed at the time of de-spooling. If the output destination of spooled data is changed, the prediction result may not match depending on the model.

【0026】つまり、スプール時にスプール内容をチェ
ックすることで、チェックのためのデータの二度読みを
なくすことが可能となるが、スプール後に出力手段やレ
イアウト値を変更する場合、予測したモードでは問題が
発生することが予測される。
In other words, by checking the spool contents at the time of spooling, it is possible to eliminate double reading of the data for checking. However, if the output means or layout values are changed after spooling, there is a problem in the predicted mode. Is expected to occur.

【0027】そこで本発明は、一つのモードを選択する
だけで、スプールした後にレイアウト指定値、出力先を
変更しても常に高速に正確な描画処理を行うことを可能
として上記の課題を解決することのできる情報処理装
置、当該装置を用いた情報処理方法、および当該方法の
制御プログラムを記憶した記憶媒体を提供することを目
的とする。
Accordingly, the present invention solves the above-mentioned problem by enabling high-speed and accurate drawing processing to be performed at all times even if the layout designation value and output destination are changed after spooling by simply selecting one mode. It is an object of the present invention to provide an information processing apparatus capable of performing the method, an information processing method using the apparatus, and a storage medium storing a control program of the method.

【0028】[0028]

【課題を解決するための手段】上記の目的を達成するた
めに請求項1の発明は、印刷すべき描画データを一時的
にスプールし、少なくとも1ページ分の描画データがス
プールされた後で印刷データを生成する情報処理装置で
あって、スプールされる少なくとも1ページ分の描画デ
ータの内容をチェックするチェック手段と、前記スプー
ルされた描画データに基づいてデータ形式を変換して前
記印刷データを生成する複数のデータ変換処理手段と、
出力先の出力デバイスのデバイス情報および前記チェッ
ク手段によるチェック結果に基づいて、前記印刷すべき
描画データのデータ形式を、複数種類のうち適するデー
タ形式から所定単位で選択し、該当する前記データ変換
処理手段によって前記適するデータ形式にデータ変換処
理を行わせる適合処理手段とを有する情報処理装置を提
供する。
In order to achieve the above object, according to the first aspect of the present invention, the drawing data to be printed is temporarily spooled and printed after at least one page of drawing data is spooled. An information processing apparatus for generating data, comprising: a check unit for checking the contents of at least one page of drawing data to be spooled; and generating the print data by converting a data format based on the spooled drawing data. A plurality of data conversion processing means,
Based on device information of an output device of an output destination and a check result by the check unit, a data format of the drawing data to be printed is selected in a predetermined unit from an appropriate data format among a plurality of types, and the corresponding data conversion process is performed. An information processing apparatus having an adaptation processing means for performing data conversion processing to the appropriate data format by means.

【0029】また、請求項2の発明は、請求項1に記載
の情報処理装置において、前記適合処理手段は、前記出
力デバイス毎の機種情報、指定されたレイアウト情報、
前記チェック手段によるチェック結果に基づいた演算処
理を行って、前記データ変換処理を行わせる情報処理装
置を提供する。
According to a second aspect of the present invention, in the information processing apparatus according to the first aspect, the adaptation processing means includes: model information for each of the output devices; designated layout information;
There is provided an information processing apparatus that performs an arithmetic process based on a check result by the check unit and performs the data conversion process.

【0030】また、請求項3の発明は、請求項1に記載
の情報処理装置において、前記チェック手段によりチェ
ックした描画データを一旦格納するプリント・データ格
納手段を備え、前記データ変換処理手段は、前記プリン
ト・データ格納手段に格納し、前記スプールされた描画
データに対しRGB色空間で描画処理を行ってYMCK
色空間のデータに変換する第1変換手段と、前記スプー
ルされた描画データに対しYMCK色空間のデータ変換
を行ってYMCK色空間で描画処理を行う第2変換手段
と、前記スプールされた描画データに対し前記出力デバ
イスにより描画処理を行うページ記述言語形式のデータ
に変換する第3変換手段とを含む情報処理装置を提供す
る。
According to a third aspect of the present invention, in the information processing apparatus according to the first aspect, there is provided a print data storage unit for temporarily storing the drawing data checked by the check unit, and the data conversion processing unit includes The print data is stored in the print data storage means, and the drawing processing is performed on the spooled drawing data in an RGB color space.
First conversion means for converting data into a color space, second conversion means for performing a YMCK color space data conversion on the spooled drawing data to perform a drawing process in a YMCK color space, and the spooled drawing data And a third converting means for converting the data into data in a page description language format for performing a drawing process by the output device.

【0031】また、請求項4の発明は、請求項3に記載
の情報処理装置において、前記プリント・データ格納手
段は、前記チェックし、スプールされた描画データを前
記複数種類のデータ形式の全てに変換処理が可能なデー
タ形式で格納する情報処理装置を提供する。
According to a fourth aspect of the present invention, in the information processing apparatus according to the third aspect, the print data storage means converts the checked and spooled drawing data into all of the plurality of data formats. Provided is an information processing device that stores data in a data format that can be converted.

【0032】また、請求項5の発明は、請求項3に記載
の情報処理装置において、前記チェック手段は、前記所
定単位について描画命令の種類別コール回数、前記スプ
ールされた描画データのサイズ情報、および各描画命令
を実行したときの最外郭矩形を求める手段と、前記所定
単位のページをバンドまたはマトリクス単位で分割した
仮想領域毎に、前記最外郭矩形の最外郭、関係する前記
描画命令のコール回数、および前記サイズ情報を保持す
る手段とを有し、1ページ分の前記スプールされた描画
データを前記プリント・データ格納手段に格納するとき
に、前記保持したチェック結果と関連付けて格納する情
報処理装置を提供する。
According to a fifth aspect of the present invention, in the information processing apparatus according to the third aspect, the checking means includes a number of calls for each type of drawing command for the predetermined unit, size information of the spooled drawing data, Means for obtaining the outermost rectangle when each drawing command is executed, and for each virtual area obtained by dividing the page of the predetermined unit in a band or a matrix unit, the outermost of the outermost rectangle and a call of the drawing command related thereto. Means for storing the number of times and the size information, and when storing the spooled drawing data for one page in the print data storage means, storing the spooled drawing data in association with the held check result Provide equipment.

【0033】また、請求項6の発明は、請求項3に記載
の情報処理装置において、オペレーティング・システム
から入力される描画関数を中間データである前記描画デ
ータに変換し、前記プリント・データ格納手段に前記描
画データをスプールするスプール手段を有する情報処理
装置を提供する。
According to a sixth aspect of the present invention, in the information processing apparatus according to the third aspect, a drawing function input from an operating system is converted into the drawing data as intermediate data, and the print data storage means is provided. To provide an information processing apparatus having spooling means for spooling the drawing data.

【0034】また、請求項7の発明は、請求項1に記載
の情報処理装置において、前記該当する前記データ変換
処理手段により前記データ変換処理を行わせる前記適合
処理手段は、前記出力デバイスの処理速度に関する第1
および第2のパラメータを算出する算出手段と、前記算
出したパラメータにしたがって高速出力可能と判断した
データ形式による処理を所定単位で選択する選択手段と
を有する情報処理装置を提供する。
According to a seventh aspect of the present invention, in the information processing apparatus according to the first aspect, the adaptation processing unit that causes the data conversion processing unit to perform the data conversion processing includes a processing of the output device. The first about speed
An information processing apparatus comprising: a calculating unit that calculates a second parameter; and a selecting unit that selects, in a predetermined unit, a process in a data format determined to be capable of high-speed output according to the calculated parameter.

【0035】また、請求項8の発明は、請求項7に記載
の情報処理装置において、前記算出手段により、前記所
定単位のページをバンドまたはマトリクス単位で分割し
た仮想領域の前記チェック手段によるチェック結果を読
み込んで、前記第3変換手段により変換した前記ページ
記述言語形式データを前記出力デバイスに送出したとき
の第1の処理時間と、前記第1および第2変換手段によ
り変換したイメージ・データ形式の印刷命令を前記出力
デバイスに送出したとき第2の処理時間を求め、前記選
択手段により前記第1の処理時間と前記第2の処理時間
を比較して、高速出力可能と判断した形式による処理を
選択する情報処理装置を提供する。
According to an eighth aspect of the present invention, in the information processing apparatus according to the seventh aspect, a result of the check by the check means of the virtual area obtained by dividing the page of the predetermined unit by a band or a matrix by the calculation means. And the first processing time when the page description language format data converted by the third conversion means is transmitted to the output device, and the image data format converted by the first and second conversion means. When a print command is sent to the output device, a second processing time is obtained, the first processing time is compared with the second processing time by the selection means, and processing in a format determined to be capable of high-speed output is performed. An information processing device to be selected is provided.

【0036】また、請求項9の発明は、請求項8に記載
の情報処理装置において、前記算出手段は、前記描画命
令の種類別コール回数、前記サイズ情報、および装置自
身の環境情報、並びに前記出力デバイスの環境情報、レ
イアウト指定情報、および出力階調数を基に前記第1の
処理時間を算出する情報処理装置を提供する。
According to a ninth aspect of the present invention, in the information processing apparatus according to the eighth aspect, the calculating means includes the number of calls for each type of the drawing command, the size information, environment information of the apparatus itself, and Provided is an information processing apparatus that calculates the first processing time based on environment information of an output device, layout designation information, and the number of output gradations.

【0037】また、請求項10の発明は、請求項8に記
載の情報処理装置において、前記算出手段は、前記仮想
領域の最外郭描画領域および装置自身の環境情報、並び
に前記出力デバイスの環境情報、レイアウト指定情報、
および出力階調数を基に前記第2の処理時間を算出する
情報処理装置を提供する。
According to a tenth aspect of the present invention, in the information processing apparatus according to the eighth aspect, the calculating means includes: an outermost drawing area of the virtual area, environment information of the apparatus itself, and environment information of the output device. , Layout specification information,
And an information processing apparatus for calculating the second processing time based on the number of output gradations.

【0038】また、請求項11の発明は、印刷すべき描
画データを一時的にスプールし、少なくとも1ページ分
の描画データがスプールされた後で印刷データを生成す
る情報処理方法であって、スプールされる少なくとも1
ページ分の描画データの内容をチェックするチェック・
ステップと、複数のデータ変換処理手段を用い、前記ス
プールされた描画データに基づいてデータ形式を変換し
て前記印刷データを生成するデータ変換ステップと、出
力先の出力デバイスのデバイス情報および前記チェック
・ステップにおけるチェック結果に基づいて、前記印刷
すべき描画データのデータ形式を、複数種類のうち適す
るデータ形式から所定単位で選択し、該当する前記デー
タ変換処理手段によって前記適するデータ形式にデータ
変換処理を行わせる適合処理ステップとを有する情報処
理方法を提供する。
An eleventh aspect of the present invention is an information processing method for temporarily spooling drawing data to be printed and generating print data after at least one page of drawing data has been spooled. At least one
Check to check the contents of the drawing data for the page
And a data conversion step of converting the data format based on the spooled drawing data to generate the print data by using a plurality of data conversion processing means; device information of an output device of an output destination; Based on the check result in the step, a data format of the drawing data to be printed is selected in a predetermined unit from a suitable data format among a plurality of types, and a data conversion process is performed by the corresponding data conversion processing unit to the suitable data format. And an adaptation processing step to be performed.

【0039】また、請求項12の発明は、請求項11に
記載の情報処理方法において、前記適合処理ステップに
おいて、前記出力デバイス毎の機種情報、指定されたレ
イアウト情報、前記チェック・ステップにおけるチェッ
ク結果に基づいた演算処理を行って、前記データ変換処
理を行わせる情報処理方法を提供する。
According to a twelfth aspect of the present invention, in the information processing method according to the eleventh aspect, in the adaptation processing step, model information for each output device, designated layout information, a check result in the check step And an information processing method for performing the data conversion processing by performing an arithmetic processing based on the data conversion processing.

【0040】また、請求項13の発明は、請求項11に
記載の情報処理方法において、前記データ変換ステップ
において、前記チェック・ステップにおいてチェックし
た描画データをプリント・データ格納手段に格納し、前
記スプールされた描画データに対しRGB色空間で描画
処理を行ってYMCK色空間のデータに変換する第1変
換ステップと、前記スプールされた描画データに対しY
MCK色空間のデータ変換を行ってYMCK色空間で描
画処理を行う第2変換ステップと、前記スプールされた
描画データに対し前記出力デバイスにより描画処理を行
うページ記述言語形式のデータに変換する第3変換ステ
ップとを選択的に実行する情報処理方法を提供する。
According to a thirteenth aspect of the present invention, in the information processing method according to the eleventh aspect, in the data conversion step, the drawing data checked in the check step is stored in print data storage means, A first conversion step of performing rendering processing on the rendered rendering data in an RGB color space to convert the rendering data into data in a YMCK color space;
A second conversion step of performing rendering processing in the YMCK color space by performing data conversion in the MCK color space, and a third conversion step of converting the spooled rendering data into data in a page description language format in which rendering processing is performed by the output device. An information processing method for selectively performing the conversion step is provided.

【0041】また、請求項14の発明は、請求項13に
記載の情報処理方法において、前記プリント・データ格
納手段に、前記チェックし、スプールされた描画データ
を前記複数種類のデータ形式の全てに変換処理が可能な
データ形式で格納する情報処理方法を提供する。
According to a fourteenth aspect of the present invention, in the information processing method according to the thirteenth aspect, the print data storage means stores the checked and spooled drawing data in all of the plurality of types of data formats. Provided is an information processing method for storing data in a data format that can be converted.

【0042】また、請求項15の発明は、請求項13に
記載の情報処理方法において、前記チェック・ステップ
は、前記所定単位について描画命令の種類別コール回
数、前記スプールされた描画データのサイズ情報、およ
び各描画命令を実行したときの最外郭矩形を求めるステ
ップと、前記所定単位のページをバンドまたはマトリク
ス単位で分割した仮想領域毎に、前記最外郭矩形の最外
郭、関係する前記描画命令のコール回数、および前記サ
イズ情報を保持するステップとを有し、1ページ分の前
記スプールされた描画データを前記プリント・データ格
納手段に格納するときに、前記保持したチェック結果と
関連付けて格納する情報処理方法を提供する。
According to a fifteenth aspect of the present invention, in the information processing method according to the thirteenth aspect, the checking step includes the number of calls for each type of drawing command for the predetermined unit and the size information of the spooled drawing data. Determining the outermost rectangle when each drawing command is executed; and, for each virtual area obtained by dividing the page of the predetermined unit in a band or a matrix unit, the outermost contour of the outermost rectangle, Holding the number of calls and the size information, and storing the spooled drawing data for one page in association with the held check result when storing the spooled drawing data in the print data storage unit. Provide a processing method.

【0043】また、請求項16の発明は、請求項13に
記載の情報処理方法において、オペレーティング・シス
テムから入力される描画関数を中間データである前記描
画データに変換し、前記プリント・データ格納手段に前
記描画データをスプールするステップを有する情報処理
方法を提供する。
According to a sixteenth aspect of the present invention, in the information processing method according to the thirteenth aspect, the print data storage means converts a drawing function input from an operating system into the drawing data as intermediate data. A spooling of the drawing data.

【0044】また、請求項17の発明は、請求項11に
記載の情報処理方法において、前記該当する前記データ
変換処理手段によりデータ変換処理を行わせる前記適合
処理ステップは、前記出力デバイスの処理速度に関する
第1および第2のパラメータを算出する算出ステップ
と、前記算出したパラメータにしたがって高速出力可能
と判断したデータ形式による処理を所定単位で選択する
選択ステップとを有する情報処理方法を提供する。
According to a seventeenth aspect of the present invention, in the information processing method according to the eleventh aspect, the adaptation processing step of causing the data conversion processing means to perform data conversion processing includes the processing speed of the output device. The present invention provides an information processing method comprising: a calculating step of calculating first and second parameters related to a data format; and a selecting step of selecting, in a predetermined unit, a process in a data format determined to be capable of high-speed output according to the calculated parameters.

【0045】また、請求項18の発明は、請求項17に
記載の情報処理方法において、前記算出ステップにおい
て、前記所定単位のページをバンドまたはマトリクス単
位で分割した仮想領域の前記チェック・ステップにおけ
るチェック結果を読み込んで、前記第3変換ステップに
おいて変換した前記ページ記述言語形式データを前記出
力デバイスに送出したときの第1の処理時間と、前記第
1および第2変換ステップにおいて変換したイメージ・
データ形式の印刷命令を前記出力デバイスに送出したと
き第2の処理時間を求め、前記選択ステップにおいて前
記第1の処理時間と前記第2の処理時間を比較して、高
速出力可能と判断した形式による処理を選択する情報処
理方法を提供する。
The invention according to claim 18 is the information processing method according to claim 17, wherein, in the calculating step, a check is performed in the checking step of a virtual area obtained by dividing the page of the predetermined unit in band or matrix units. A first processing time for reading the result and transmitting the page description language format data converted in the third conversion step to the output device; and an image / data converted in the first and second conversion steps.
A second processing time is obtained when a print command in a data format is sent to the output device, and the first processing time and the second processing time are compared in the selecting step to determine that high-speed output is possible. To provide an information processing method for selecting a process according to.

【0046】また、請求項19の発明は、請求項18に
記載の情報処理方法において、前記算出ステップにおい
て、前記描画命令の種類別コール回数、前記サイズ情
報、および装置自身の環境情報、並びに前記出力デバイ
スの環境情報、レイアウト指定情報、および出力階調数
を基に前記第1の処理時間を算出する情報処理方法を提
供する。
According to a nineteenth aspect of the present invention, in the information processing method according to the eighteenth aspect, in the calculating step, the number of calls by type of the drawing command, the size information, the environment information of the apparatus itself, and An information processing method for calculating the first processing time based on environment information of an output device, layout designation information, and the number of output gradations is provided.

【0047】また、請求項20の発明は、請求項18に
記載の情報処理方法において、前記算出ステップにおい
て、前記仮想領域の最外郭描画領域および装置自身の環
境情報、並びに前記出力デバイスの環境情報、レイアウ
ト指定情報、および出力階調数を基に前記第2の処理時
間を算出する情報処理方法を提供する。
According to a twentieth aspect of the present invention, in the information processing method according to the eighteenth aspect, in the calculating step, the outermost drawing area of the virtual area, environment information of the apparatus itself, and environment information of the output device are provided. And an information processing method for calculating the second processing time based on layout designation information and the number of output gradations.

【0048】また、請求項21の発明は、印刷すべき描
画データを一時的にスプールし、少なくとも1ページ分
の描画データがスプールされた後で印刷データを生成す
る情報処理方法の制御プログラムをコンピュータにより
読み取り可能に記憶した記憶媒体であって、前記制御プ
ログラムは、スプールされる少なくとも1ページ分の描
画データの内容をチェックするチェック・ステップと、
複数のデータ変換モジュールを用い、前記スプールされ
た描画データに基づいてデータ形式を変換して前記印刷
データを生成するデータ変換ステップと、出力先の出力
デバイスのデバイス情報および前記チェック・ステップ
におけるチェック結果に基づいて、前記印刷すべき描画
データのデータ形式を、複数種類のうち適するデータ形
式から所定単位で選択し、該当する前記データ変換モジ
ュールによって前記適するデータ形式にデータ変換処理
を行わせる適合処理ステップとを有する記憶媒体を提供
する。
According to a twenty-first aspect of the present invention, there is provided a computer-readable storage medium storing a control program for an information processing method for temporarily spooling drawing data to be printed and generating print data after at least one page of drawing data is spooled. Wherein the control program checks the contents of at least one page of the drawing data to be spooled; and
A data conversion step of converting the data format based on the spooled drawing data to generate the print data by using a plurality of data conversion modules, device information of an output device of an output destination, and a check result in the check step A data format of the drawing data to be printed is selected in a predetermined unit from a suitable data format among a plurality of types, and a data conversion process is performed by the corresponding data conversion module to the suitable data format. And a storage medium having:

【0049】また、請求項22の発明は、請求項21に
記載の記憶媒体において、前記適合処理ステップにおい
て、前記出力デバイス毎の機種情報、指定されたレイア
ウト情報、前記チェック・ステップにおけるチェック結
果に基づいた演算処理を行って、前記データ変換処理を
行わせる記憶媒体を提供する。
According to a twenty-second aspect of the present invention, in the storage medium according to the twenty-first aspect, in the adaptation processing step, model information for each output device, designated layout information, and a check result in the check step are included. The present invention provides a storage medium that performs an arithmetic process based on the data conversion process.

【0050】また、請求項23の発明は、請求項21に
記載の記憶媒体において、前記データ変換ステップにお
いて、前記チェック・ステップにおいてチェックした描
画データをプリント・データ格納手段に格納し、前記ス
プールされた描画データに対しRGB色空間で描画処理
を行ってYMCK色空間のデータに変換する第1変換ス
テップと、前記スプールされた描画データに対しYMC
K色空間のデータ変換を行ってYMCK色空間で描画処
理を行う第2変換ステップと、前記スプールされた描画
データに対し前記出力デバイスにより描画処理を行うペ
ージ記述言語形式のデータに変換する第3変換ステップ
を選択的に実行する記憶媒体を提供する。
According to a twenty-third aspect of the present invention, in the storage medium according to the twenty-first aspect, in the data conversion step, the drawing data checked in the check step is stored in print data storage means, and the spooling is performed. A first conversion step of performing rendering processing on the rendered rendering data in an RGB color space to convert the rendering data into data in a YMCK color space;
A second conversion step of performing a rendering process in a YMCK color space by performing a data conversion in a K color space, and a third conversion process of converting the spooled rendering data into data in a page description language format in which a rendering process is performed by the output device. A storage medium for selectively performing a conversion step is provided.

【0051】また、請求項24の発明は、請求項23に
記載の記憶媒体において、前記制御プログラムは、プリ
ント・データ格納手段に、前記チェックし、スプールさ
れた描画データを前記複数種類のデータ形式の全てに変
換処理が可能なデータ形式で格納するステップを有する
記憶媒体を提供する。
According to a twenty-fourth aspect of the present invention, in the storage medium according to the twenty-third aspect, the control program stores the checked and spooled drawing data in a print data storage unit in the plurality of data formats. And a storage medium having a step of storing the data in a data format that can be converted into the data.

【0052】また、請求項25の発明は、請求項23に
記載の記憶媒体において、前記チェック・ステップは、
前記所定単位について描画命令の種類別コール回数、前
記スプールされた描画データのサイズ情報、および各描
画命令を実行したときの最外郭矩形を求めるステップ
と、前記所定単位のページをバンドまたはマトリクス単
位で分割した仮想領域毎に、前記最外郭矩形の最外郭、
関係する前記描画命令のコール回数、および前記サイズ
情報を保持するステップとを有し、1ページ分の前記ス
プールされた描画データを前記プリント・データ格納手
段に格納するときに、前記保持したチェック結果と関連
付けて格納する記憶媒体を提供する。
According to a twenty-fifth aspect of the present invention, in the storage medium according to the twenty-third aspect, the checking step comprises:
Obtaining the number of calls for each type of drawing command for the predetermined unit, the size information of the spooled drawing data, and the outermost rectangle when each drawing command is executed; and For each divided virtual area, the outermost contour of the outermost rectangle,
Holding the number of calls of the related drawing command and the size information. When storing the spooled drawing data for one page in the print data storage unit, the stored check result And a storage medium for storing in association with the storage medium.

【0053】また、請求項26の発明は、請求項23に
記載の記憶媒体において、オペレーティング・システム
から入力される描画関数を中間データである前記描画デ
ータに変換し、前記プリント・データ格納手段に前記描
画データをスプールするステップを有する記憶媒体を提
供する。
According to a twenty-sixth aspect of the present invention, in the storage medium according to the twenty-third aspect, a drawing function input from an operating system is converted into the drawing data as intermediate data, and the print data is stored in the print data storage means. A storage medium having a step of spooling the drawing data is provided.

【0054】また、請求項27の発明は、請求項21に
記載の記憶媒体において、前記該当する前記データモジ
ュールによりデータ変換処理を行わせる前記適合処理ス
テップは、前記出力デバイスの処理速度に関する第1お
よび第2のパラメータを算出する算出ステップと、前記
算出したパラメータにしたがって高速出力可能と判断し
たデータ形式による処理を所定単位で選択する選択ステ
ップとを有する記憶媒体を提供する。
According to a twenty-seventh aspect of the present invention, in the storage medium according to the twenty-first aspect, the adapting step of causing the data module to perform a data conversion process includes the first step relating to the processing speed of the output device. And a calculation step of calculating a second parameter, and a selection step of selecting, in a predetermined unit, a process in a data format determined to be capable of high-speed output according to the calculated parameter.

【0055】また、請求項28の発明は、請求項27に
記載の記憶媒体において、前記算出ステップにおいて、
前記所定単位のページをバンドまたはマトリクス単位で
分割した仮想領域の前記チェック・ステップにおけるチ
ェック結果を読み込んで、前記第3変換ステップにおい
て変換した前記ページ記述言語形式データを前記出力デ
バイスに送出したときの第1の処理時間と、前記第1お
よび第2変換ステップにおいて変換したイメージ・デー
タ形式の印刷命令を前記出力デバイスに送出したとき第
2の処理時間を求め、前記選択ステップにおいて前記第
1の処理時間と前記第2の処理時間を比較して、高速出
力可能と判断した形式による処理を選択する記憶媒体を
提供する。
According to a twenty-eighth aspect of the present invention, in the storage medium according to the twenty-seventh aspect, in the calculating step,
When reading the check result of the check step of the virtual area obtained by dividing the page of the predetermined unit in band or matrix units, and transmitting the page description language format data converted in the third conversion step to the output device; Determining a first processing time and a second processing time when a print command in the image data format converted in the first and second conversion steps is transmitted to the output device; and determining the first processing in the selection step. A storage medium is provided which selects a process in a format determined to be capable of high-speed output by comparing the time with the second processing time.

【0056】また、請求項29の発明は、請求項28に
記載の記憶媒体において、前記算出ステップにおいて、
前記描画命令の種類別コール回数、前記サイズ情報、お
よび装置自身の環境情報、並びに前記出力デバイスの環
境情報、レイアウト指定情報、および出力階調数を基に
前記第1の処理時間を算出する記憶媒体を提供する。
According to a twenty-ninth aspect of the present invention, in the storage medium according to the twenty-eighth aspect, in the calculating step,
A storage for calculating the first processing time based on the number of calls for each type of the drawing command, the size information, the environment information of the apparatus itself, the environment information of the output device, layout designation information, and the number of output gradations. Provide media.

【0057】また、請求項30の発明は、請求項28に
記載の記憶媒体において、前記算出ステップにおいて、
前記仮想領域の最外郭描画領域および装置自身の環境情
報、並びに前記出力デバイスの環境情報、レイアウト指
定情報、および出力階調数を基に前記第2の処理時間を
算出する記憶媒体を提供する。
According to a thirtieth aspect of the present invention, in the storage medium according to the twenty-eighth aspect, in the calculating step,
A storage medium for calculating the second processing time based on the outermost drawing area of the virtual area and the environment information of the apparatus itself, the environment information of the output device, layout designation information, and the number of output gradations is provided.

【0058】また、請求項31の発明は、請求項21に
記載の記憶媒体において、前記制御プログラムはプリン
タ・ドライバ・プログラムである記憶媒体を提供する。
According to a thirty-first aspect of the present invention, there is provided the storage medium according to the twenty-first aspect, wherein the control program is a printer driver program.

【0059】[0059]

【発明の実施の形態】(第1の実施の形態)本実施例の
構成を説明する前に、本実施の形態を適用する印刷シス
テムの印刷を担う印刷情報処理装置としてのカラー・レ
ーザビーム・プリンタ(以下、「カラーLBP」と記
述)の構成について図1を参照しながら説明する。図1
は、600ドット/インチ(dpi)の解像度を有し、
各色成分の各画素が8ビットで表現された多値データに
基づいて画像記録を行うカラーLBPの構造を示す側断
面図である。
DESCRIPTION OF THE PREFERRED EMBODIMENTS (First Embodiment) Before describing the configuration of this embodiment, a color laser beam as a print information processing apparatus for performing printing of a printing system to which this embodiment is applied. The configuration of a printer (hereinafter, described as “color LBP”) will be described with reference to FIG. FIG.
Has a resolution of 600 dots per inch (dpi),
FIG. 3 is a side sectional view showing a structure of a color LBP in which each pixel of each color component performs image recording based on multi-value data expressed by 8 bits.

【0060】図1において、100はカラーLBP本体
であり、外部に接続されているホスト・コンピュータな
どから供給されるプリント・データ(文字コードや画像
データ等を含む印字データ)と制御コードから成る印刷
情報を入力して記憶するとともに、それらの情報に従っ
て対応する文字パターンやイメージ等を作成し、記憶媒
体である記録紙上に像を形成する。
In FIG. 1, reference numeral 100 denotes a main body of a color LBP, which is composed of print data (print data including character codes and image data) and control codes supplied from an externally connected host computer or the like. The information is input and stored, and a corresponding character pattern, image, or the like is created in accordance with the information, and an image is formed on recording paper as a storage medium.

【0061】110はホスト・コンピーータから供給さ
れる印刷情報を解析して印刷イメージの生成処理を行う
とともに、カラーLBP本体100の制御を行うフォー
マッタ制御部である。また、フォーマッタ制御部110
は、ユーザによる操作およびユーザに対する状態通知の
ためのスイッチおよびLED表示等が配置されているオ
ペレーション・パネル部120と接続されており、この
オペレーション・パネル部120はプリンタ100の外
装の一部として配設されている。
Reference numeral 110 denotes a formatter control unit that analyzes print information supplied from the host computer to generate a print image and controls the color LBP main body 100. Also, the formatter control unit 110
Is connected to an operation panel section 120 in which switches for operation by the user and a status notification to the user and an LED display are arranged. The operation panel section 120 is provided as a part of the exterior of the printer 100. Has been established.

【0062】フォーマッタ制御部110において生成さ
れた最終的な印刷イメージはビデオ信号として出力制御
部130に送出され、出力制御部130は、プリンタ1
00の各種センサ(不図示)からの状態入力とともに光
学ユニット140および各種駆動系機構部に対し制御信
号を出力し、プリンタ100としての印刷処理を制御を
司るものである。
The final print image generated by the formatter control unit 110 is sent to the output control unit 130 as a video signal, and the output control unit 130
A control signal is output to the optical unit 140 and various drive system mechanisms together with state inputs from various sensors (not shown) of the control unit 00 to control the printing process of the printer 100.

【0063】図1に示すプリンタ100において、給紙
カセット161から給紙された用紙Pは、その先端をク
リッパ154fにより狭持されて、転写ドラム154の
外周に保持される。光学ユニット140により感光ドラ
ム151上に形成された各色の潜像は、イエロー
(Y),マゼンタ(M),シアン(C),ブラック
(B)の各色現像器Dy,Dm,Dc,Dbにより現像
されて顕像化され、転写ドラム154外周の用紙Pに複
数回転写されて多色画像が形成される。その後、用紙P
は転写ドラム154より分離されて、定着ユニット15
5で定着され、排紙部159より排紙トレイ160に排
出される。
In the printer 100 shown in FIG. 1, the paper P fed from the paper feed cassette 161 is held on the outer circumference of the transfer drum 154 with its leading end held by the clipper 154f. The latent image of each color formed on the photosensitive drum 151 by the optical unit 140 is developed by each color developing unit Dy, Dm, Dc, Db of yellow (Y), magenta (M), cyan (C), and black (B). Then, the image is visualized and transferred to the paper P around the transfer drum 154 a plurality of times to form a multicolor image. Then, paper P
Is separated from the transfer drum 154 and the fixing unit 15
5 and is discharged from the paper discharge unit 159 to the paper discharge tray 160.

【0064】ここで各色の現像器Dy,Dm,Dc,D
bは、その両端に回転支軸を有し、各々がその回転支軸
を中心に回転可能となるように現像器選択機構部152
に保持される。これによって、各現像器Dy,Dc,D
b,Dnは、図1に示すように現像器選択のために現像
器選択機構部152が回転軸152aを中心にして回転
しても、その姿勢を一定に維持できる構成を採ってい
る。選択された現像器が現像位置に移動した後、現像器
選択機構部152は当該現像器と一体で支点153bを
中心にして、選択機構保持フレーム153がソレノイド
153aにより感光ドラム151方向へ引っ張られ、感
光ドラム151方向へ移動して現像処理が行われるよう
に構成されている。
Here, the developing units Dy, Dm, Dc, D
The developing device selecting mechanism 152 has a rotation support shaft at both ends thereof, each of which can rotate around the rotation support shaft.
Is held. Thereby, each developing device Dy, Dc, D
As shown in FIG. 1, b and Dn adopt a configuration in which the attitude can be maintained constant even if the developing device selection mechanism 152 rotates about the rotation shaft 152a for developing device selection. After the selected developing device is moved to the developing position, the developing device selection mechanism 152 is integrated with the developing device, and the selection mechanism holding frame 153 is pulled toward the photosensitive drum 151 by the solenoid 153a around the fulcrum 153b. It is configured to move in the direction of the photosensitive drum 151 to perform the developing process.

【0065】次に、帯電器156によって感光ドラム1
51が所定の極性に均一に帯電される。フォーマッタ制
御部110において画像イメージとして展開された印刷
情報は、対応するパターンのビデオ信号に変換されてレ
ーザ・ドライバに出力され、これにより半導体レーザ1
41を駆動する。入力されたビデオ信号に応じて半導体
レーザ141から発射されるレーザ光はオン/オフ制御
され、さらにスキャナ・モータ143によって高速回転
するポリゴン・ミラー142で左右方向に偏向され、ポ
リゴン・レンズ134、反射鏡144を介して感光ドラ
ム151上を走査露光する。これにより、感光ドラム1
51上には画像パターンの静電潜像が形成されることに
なる。
Next, the photosensitive drum 1 is charged by the charger 156.
51 is uniformly charged to a predetermined polarity. The print information developed as an image in the formatter control unit 110 is converted into a video signal of a corresponding pattern and output to a laser driver, whereby the semiconductor laser 1
41 is driven. The laser light emitted from the semiconductor laser 141 is controlled on / off in response to the input video signal, and further deflected to the left and right by a polygon mirror 142 rotating at a high speed by a scanner motor 143, and reflected by a polygon lens 134. Scanning exposure is performed on the photosensitive drum 151 via the mirror 144. Thereby, the photosensitive drum 1
An electrostatic latent image of an image pattern is formed on 51.

【0066】次に、例えば、M(マゼンタ)色の静電潜
像がM(マゼンタ)色の現像器Dmにより現像され、感
光体ドラム151上にM(マゼンタ)色の第1のトナー
像が形成される。一方、所定のタイミングで用紙Pが給
紙され、トナーと反対極性(例えばプラス極性)の転写
バイアス電圧が転写ドラム154に印加され、感光体ド
ラム151上の第1トナー像が用紙Pに転写されるとと
もに、用紙Pが転写ドラム154の表面に静電吸着され
る。
Next, for example, an M (magenta) color electrostatic latent image is developed by an M (magenta) color developing device Dm, and a first M (magenta) toner image is formed on the photosensitive drum 151. It is formed. On the other hand, the paper P is fed at a predetermined timing, a transfer bias voltage of the opposite polarity (for example, positive polarity) to the toner is applied to the transfer drum 154, and the first toner image on the photosensitive drum 151 is transferred to the paper P. At the same time, the paper P is electrostatically attracted to the surface of the transfer drum 154.

【0067】その後、感光ドラム151は残留するM
(マゼンタ)色トナーがクリーナ157によって除去さ
れ、次の色の潜像形成及び現像工程に備える。以下、同
様の手順によってC(シアン)、Y(イエロー)、Bk
(ブラック)の順で第2,3,4色目のトナー像の転写
が行われる。ただし、各色の転写時には、転写ドラム1
54には前回よりも高いバイアス電圧が印加される点が
異なる。
Thereafter, the photosensitive drum 151 has the remaining M
The (magenta) color toner is removed by the cleaner 157 to prepare for the next color latent image formation and development process. Hereinafter, C (cyan), Y (yellow), Bk
The transfer of the second, third, and fourth color toner images is performed in the order of (black). However, when transferring each color, the transfer drum 1
54 is different in that a higher bias voltage is applied than before.

【0068】4色のトナー像が重畳転写された用紙Pの
先端部が分離位置に近づくと、分離爪158が接近して
その先端が転写ドラム154の表面に接触し、用紙Pを
転写ドラム154から分離させる。分離された用紙Pは
定着ユニット155に搬送され、ここで用紙P上のトナ
ー像が定着されて排紙トレイ160上に排出される。
When the leading end of the paper P on which the four color toner images are superimposed and transferred approaches the separation position, the separating claw 158 approaches and the leading end contacts the surface of the transfer drum 154, and the paper P is transferred to the transfer drum 154. Separated from The separated sheet P is transported to the fixing unit 155, where the toner image on the sheet P is fixed, and is discharged onto the sheet discharge tray 160.

【0069】本実施の形態におけるカラーLBP100
は、以上のような画像形成過程を経て600ドット/イ
ンチ(dpi)の解像度で画像出力を行う。なお、本発
明が適用可能なプリンタはカラー・レーザビーム・プリ
ンタに限られるものではなく、インクジェット・プリン
タやサーマル・プリンタ等、他のプリント方式のカラー
・プリンタにも適用できる。
The color LBP 100 in the present embodiment
Performs image output at a resolution of 600 dots / inch (dpi) through the above image forming process. The printer to which the present invention can be applied is not limited to a color laser beam printer, but can also be applied to other printing type color printers such as an ink jet printer and a thermal printer.

【0070】次に、プリンタ100におけるフォーマッ
タ制御部110について図2を用いて説明する。このフ
ォーマッタ制御部110は、通常はPDLコントローラ
などとも呼ばれている部分であり、ホスト・コンピュー
タとの接続手段であるところのインタフェース(I/
F)部111、受信データ等を一時的に保持管理するた
めの受信バッファ112、送信データ等を一時的に保持
管理するための送信バッファ118、プリント・データ
の解析を司るコマンド解析部113、印刷制御処理実行
部114、描画処理実行部115、ページ・メモリ11
6等より構成されている。
Next, the formatter control section 110 in the printer 100 will be described with reference to FIG. The formatter control unit 110 is a part usually called a PDL controller or the like, and an interface (I / I / I) serving as a connection means with a host computer.
F) a unit 111, a reception buffer 112 for temporarily holding and managing received data and the like, a transmission buffer 118 for temporarily holding and managing transmission data and the like, a command analyzing unit 113 for analyzing print data, and printing. Control processing execution unit 114, drawing processing execution unit 115, page memory 11
6 and so on.

【0071】インタフェース(I/F)部111は、ホ
スト・コンピュータ200とのプリント・データの送受
信を行う通信手段であり、通信プロトコルとしてIEE
E−1284に準拠した通信を可能とするものである。
ただし、本発明はこの通信手段に限定するものでなく、
ネットワークを介して種々のプロトコルによる接続であ
ってもよいし、IEEE−1394に準じた通信手段で
あってもよい。
An interface (I / F) unit 111 is a communication means for transmitting and receiving print data to and from the host computer 200, and uses IEEE as a communication protocol.
This enables communication conforming to E-1284.
However, the present invention is not limited to this communication means,
The connection may be based on various protocols via a network, or may be communication means conforming to IEEE-1394.

【0072】このインタフェース部111を通して受信
したプリント・データは、そのデータを一時的に保持す
る記憶手段である受信バッファ112に逐次蓄積され、
必要に応じてコマンド解析部113または描画処理実行
部115によって読み出され処理される。
The print data received through the interface unit 111 is sequentially stored in a reception buffer 112 which is a storage unit for temporarily storing the print data.
The command is read and processed by the command analysis unit 113 or the drawing processing execution unit 115 as necessary.

【0073】コマンド解析部113は、各PDLコマン
ド体系や印刷ジョブ制御言語に準じた制御プログラムに
より構成されており、文字印字、図形、イメージなどの
描画に関するプリント・データの解析結果により描画処
理実行部115に指示を与えて処理し、給紙選択やリセ
ット命令などの描画以外のコマンドにより、印刷制御処
理実行部114に指示を出して処理する。
The command analysis unit 113 is constituted by a control program conforming to each PDL command system and print job control language, and performs a drawing processing execution unit based on a result of analysis of print data regarding drawing of characters, graphics, and images. The processing is performed by giving an instruction to the print control unit 115 and issuing a command to the print control processing execution unit 114 using a command other than drawing, such as a paper feed selection or a reset command.

【0074】描画処理実行部115はレンダラであり、
文字やイメージの各描画オブジェクトをページ・メモリ
116に逐次展開して行く。図1で前述したカラーLB
Pに対しては、MCYKの面順次でページ・データを送
出する必要があるが、標準状態では、当該データ送出に
必要なメモリをすべて確保するわけではなく、1プレー
ン(1or2bit/Pixel)の数分の1のバンド
領域としてメモリが確保され、そのバンド領域を有効に
利用して画像をエンジン速度に同期して処理するように
構成されている。
The rendering process execution unit 115 is a renderer.
Each drawing object such as a character or an image is sequentially developed in the page memory 116. The color LB described above with reference to FIG.
For P, it is necessary to transmit page data in MCYK plane-sequential, but in a standard state, not all the memory required for the data transmission is secured, and the number of one plane (1 or 2 bits / Pixel) A memory is secured as a one-half band area, and the image is processed in synchronization with the engine speed by effectively using the band area.

【0075】通常はこのようにYMCKレンダラによる
展開処理とプリンタ・エンジンヘのビデオ信号のシッピ
ング追いかけっこ、つまりバンディング制御によってペ
ージ・メモリ116が管理されているが、十分なメモリ
がある場合は1ページ分の展開が可能な領域を確保して
もよい。
Normally, the page memory 116 is managed by the expansion processing by the YMCK renderer and the following of the video signal shipping to the printer engine, that is, banding control. An area where development of minutes can be performed may be secured.

【0076】なお、一般的に、フォーマッタ制御部11
0は、中央演算処理装置(CPU)、リード・オンリ・
メモリ(ROM)、ランダム・アクセス・メモリ(RA
M)などを用いたコンピュータ・システムによって構成
されている。また、各部の処理は、マルチタスク・モニ
タ(リアルタイムOS)の下でタイム・シェアリング処
理される構成であってもよいし、各機能毎に専用のコン
トローラ・ハードウエアを用意して独立して処理される
構成であっても構わない。
Generally, the formatter controller 11
0 is a central processing unit (CPU), read only
Memory (ROM), random access memory (RA
M) and the like. In addition, the processing of each unit may be configured to perform time sharing processing under a multitask monitor (real-time OS), or a dedicated controller hardware may be prepared for each function and independently processed. The processed configuration may be used.

【0077】オペレーション・パネル120は、前述し
た通りプリンタ100の各種状態を設定/表示するため
のものである。出力制御部130は、ページ・メモリ1
16の内容をビデオ信号に変換処理し、プリンタ・エン
ジン150へ画像転送を行う。プリンタ・エンジン15
0は受け取ったビデオ信号を記録紙に永久可視画像とし
て形成するための印刷機構部であり、図1において前述
したものである。以上、プリンタ100について説明し
た。
The operation panel 120 is for setting / displaying various states of the printer 100 as described above. The output control unit 130 controls the page memory 1
Then, the content of the content of the document 16 is converted into a video signal, and the image is transferred to the printer engine 150. Printer engine 15
Reference numeral 0 denotes a printing mechanism for forming a received video signal on a recording sheet as a permanent visible image, which is described above with reference to FIG. The printer 100 has been described above.

【0078】次に、ホスト・コンピュータ200を含む
本実施の形態に係る印刷システムの全体構成について説
明を加える。図2において200はホスト・コンピュー
タであり、プリント・データと制御コードから成る印刷
情報をプリンタ100に出力するものである。ホスト・
コンピュータ200は、入力デバイスであるところのキ
ーボード10やポインティング・デバイスであるところ
のマウス20と、表示デバイスであるディスプレイ・モ
ニタ30を合わせた一つのコンピュータ・システムとし
て構成されている。ホスト・コンピュータ200は、Wi
ndowsNT((米国Microsoft社の登録商標))などのO
S1210によって動作しているものとする。
Next, the overall configuration of the printing system according to the present embodiment including the host computer 200 will be described. In FIG. 2, reference numeral 200 denotes a host computer which outputs print information including print data and a control code to the printer 100. host·
The computer 200 is configured as one computer system including a keyboard 10 as an input device, a mouse 20 as a pointing device, and a display monitor 30 as a display device. The host computer 200 is
such as ndowsNT ((registered trademark of Microsoft Corporation in the United States))
It is assumed that the operation is performed by S1210.

【0079】ホスト・コンピュータ200において、図
10中の構成要素と同一構成要素の参照符号は下3桁を
同一とし、重複する詳細な説明は省略する。
In the host computer 200, the same reference numerals as those in FIG. 10 denote the same last three digits, and a detailed description thereof will not be repeated.

【0080】ホスト・コンピュータ200側について、
本発明に関する機能的な部分にのみ注目してOS121
0上での機能を大きく分類すると、アプリケーション2
01、グラフィック・サブ・システム220、および、
後述のハード・ディスクを用いた印刷情報格納手段およ
びプリンタ100との通信手段を含むスプール・サブ・
システム230に大別される。
On the host computer 200 side,
Focusing only on the functional parts related to the present invention, OS 121
If the functions on 0 are roughly classified, application 2
01, the graphics subsystem 220, and
A spool sub-system including a print information storage unit using a hard disk described below and a communication unit with the printer 100
The system 230 is roughly divided.

【0081】アプリケーション201は、例えば、ワー
プロや表計算などのOS1210上で動作する応用ソフ
トウエアを指すものである。グラフィック・サブ・シス
テム220は、OS1210の機能の一部であるGra
phic Device Interface(以後、
GDIと記す)211と、GDI211から動的にリン
クされるデバイス・ドライバであるところのプリンタ・
ドライバ212とによって構成されている。
The application 201 refers to application software such as a word processor or a spreadsheet operating on the OS 1210. The graphic subsystem 220 is a part of the function of the OS 1210.
phy Device Interface (hereinafter referred to as phy Device Interface)
GDI 211) and a printer driver which is a device driver dynamically linked from the GDI 211.
And a driver 212.

【0082】プリンタ・ドライバ212は、GDI21
1からDDI(Device Driver Interface)というイン
ターフェース214を介してコールされ、デバイスに応
じた処理を描画オブジェクト毎に行うものである。
The printer driver 212 is the GDI 21
1 is called via a DDI (Device Driver Interface) interface 214, and performs processing corresponding to the device for each drawing object.

【0083】本印刷情報処理システムでは、DDI関数
に渡された情報をページ単位でページ・データ・ファイ
ルPDFとしてハード・ディスク231にスプールする
わけであるが、その際に、プリンタ・ドライバ212か
ら描画情報をチェックするモジュールであるプリ・チェ
ック・モジュール213をコールすることで、そのペー
ジに含まれるデータ解析を行う。1ページ分のデータ解
析を行うことによって、そのページに含まれる描画命令
を種類別にコールした回数と、データ・サイズの集計結
果が生成される。また、これらの情報から求めたそのペ
ージ内の描画領域を最外郭(最外接)矩形として保持す
る。
In this print information processing system, the information passed to the DDI function is spooled on the hard disk 231 as a page data file PDF in page units. By calling the pre-check module 213 which is a module for checking information, the data contained in the page is analyzed. By analyzing the data of one page, the number of times the drawing command included in the page is called for each type and the total result of the data size are generated. Further, the drawing area in the page obtained from these pieces of information is held as the outermost (circumscribed) rectangle.

【0084】以上の結果はGDI211を通じて対応す
るPDFと関連付けられた名前を付けられ、PCF(プ
リ・チェック・ファイル)として、実体的にはRAM2
62またはハード・ディスク232上にセーブされる。
The above result is given a name associated with the corresponding PDF through the GDI 211, and as a PCF (pre-check file), the RAM 2
62 or hard disk 232.

【0085】スプール・サブ・システム230は、グラ
フィック・サブ・システム220の後段に位置するプリ
ンタ・デバイスに特有のサブ・システムであり、デ・ス
プーラとも呼ばれる。これにより印刷情報を一旦スプー
ルすることで、ユーザがUIを使って出力デバイスを指
定したり、出力時のページ・レイアウトを変更すること
が可能になる。
The spool subsystem 230 is a subsystem specific to a printer device located downstream of the graphic subsystem 220, and is also called a de-spooler. Thus, once the print information is spooled, the user can specify an output device using the UI and change the page layout at the time of output.

【0086】これを実現するためにスプール・サブ・シ
ステム230のデ・スプーラ233は、印刷情報格納手
段であるところのハード・ディスク231中のPDFを
読み込み、指定された出力先に、指定されたページ・レ
イアウトに従い、レイアウト変更モジュール239を用
いてスプール・データに対して拡縮処理を行ってから印
刷命令生成処理部234〜237をコールすることで、
印刷命令の生成を行っている。
In order to realize this, the despooler 233 of the spool subsystem 230 reads the PDF in the hard disk 231 which is the print information storage means, and sends the PDF to the designated output destination. In accordance with the page layout, the print command generation processing units 234 to 237 are called after performing scaling processing on spool data using the layout change module 239,
Generating a print command.

【0087】本発明では、このようにデ・スプール時に
出力条件が変わったときにも精密な自動モード切替を可
能とするために、以下の手段を採用している。 1.選択可能な出力デバイス毎の描画処理速度、不正印
字条件が記載されたデバイス情報(Dev.Inf25
0) 2.ホスト・マシン(ホスト・コンピュータ200)の
空きディスク容量、処理速度等の環境情報 3.ページ単位のチェック結果(PCF) 4.レイアウト情報 以上の情報を基に演算した結果に従い、最適な処理系2
34〜237をページ単位、バンド単位、またはマトリ
クス単位で決定する。
The present invention employs the following means in order to enable precise automatic mode switching even when output conditions change during despooling. 1. Device information (Dev. Inf25) describing the drawing processing speed and illegal printing conditions for each selectable output device
0) 2. 2. Environmental information such as free disk space and processing speed of the host machine (host computer 200) 3. Check result per page (PCF) Layout information The most suitable processing system 2 according to the result calculated based on the above information
34 to 237 are determined in page units, band units, or matrix units.

【0088】ここで最適な処理系とは、モードの自動切
換えポリシーによって変化する。例えば、高速印字優先
ならば、高速処理出来そうなモードを選択し、画質優先
ならば、不正印字が発生しないことを前提として可能な
限り高速な処理系を選択することを示す。
Here, the optimum processing system changes depending on the mode automatic switching policy. For example, if high-speed printing is prioritized, a mode in which high-speed processing is likely to be performed is selected, and if image quality is prioritized, a processing system that is as fast as possible is selected on the assumption that illegal printing does not occur.

【0089】選択された処理系234〜237は、イメ
ージ・モードであればバンド・メモリ238を用いてイ
メージ展開を行い、PDLモードであればスプール・フ
ァイルからPDLコマンドヘの変換処理を行い、I/F
240を介してプリンタ100にデータを送出する。
The selected processing systems 234 to 237 perform image expansion using the band memory 238 in the image mode, and convert the spool file into PDL commands in the PDL mode. F
The data is transmitted to the printer 100 via 240.

【0090】ハード・ディスク231にスプールされた
PDFデータは、デ・スプーラ233を使えば何度で
も、印刷条件、出力先を変えて再生することが可能であ
る。例えば、ユーザが一度出力した結果を見てレイアウ
ト指定を変えて出力することも可能である。この場合、
出力先が変われば、そのデバイス情報を新たに読み込
み、レイアウト設定値が変わば、それに従って最適な処
理系が演算される。
The PDF data spooled on the hard disk 231 can be reproduced any number of times by changing the printing conditions and the output destination by using the de-spooler 233. For example, it is also possible to change the layout designation and output the result by viewing the result once output by the user. in this case,
If the output destination changes, the device information is newly read, and if the layout setting value changes, the optimum processing system is calculated accordingly.

【0091】上述したこれらの名称や機能的な枠組み
は、使用するOS1210によって若干異なる場合があ
るが、本発明の各構成要素を実現できるモジュールであ
れば、それらの名称や枠組みは本発明にとって重要では
ない。例えば、スプーラやスプール・ファイルと呼ばれ
るものは、別のOSにおいてプリント・キューと呼ばれ
るモジュールに処理を組み込むことによっても実施可能
である。
The names and functional frameworks described above may vary slightly depending on the OS 1210 used. However, as long as the components can realize the components of the present invention, the names and frameworks are important to the present invention. is not. For example, what is called a spooler or a spool file can be implemented by incorporating a process into a module called a print queue in another OS.

【0092】なお、一般的に、これらの各機能モジュー
ルを含むホスト・コンピュータ200は、中央演算処理
装置(CPU)260、リード・オンリ・メモリ(RO
M)261、ランダム・アクセス・メモリ(RAM)2
62、ハード・ディスク・ドライブ(HDD)231,
232,250、各種入出力制御部(I/O)などのハ
ードウエアの下でOS(Operating Syst
em)と呼ばれる基本ソフトウエアがその制御を司り、
そのOSの下で、それぞれの応用ソフト、サブ・システ
ム・プロセスが機能モジュールとして動作するようにな
っている。
Generally, the host computer 200 including these functional modules includes a central processing unit (CPU) 260 and a read only memory (RO).
M) 261, random access memory (RAM) 2
62, hard disk drive (HDD) 231,
OS (Operating System) under hardware such as 232, 250 and various input / output control units (I / O).
Basic software called em) controls the control,
Under the OS, each application software and subsystem process operate as a function module.

【0093】(ホスト側プリンタ・ドライバのさらに詳
しい説明)本発明を実施するためには、ホスト・コンピ
ュータ200で動作するプリンタ・ドライバ212には
最低限、以下の機能が必要である。 (1)描画データ・スプール手段 (2)スプール時の描画命令毎のチェック手段、描画領
域保持手段 (3)デ・スプール前に、デバイス情報、出力環境情
報、レイアウト情報、チェック結果を読み込む手段 (4)チェック結果から再生手段を選択する手段 以下に、それぞれの手段についての説明を行う。
(More Detailed Description of Host-Side Printer Driver) In order to carry out the present invention, the printer driver 212 operating on the host computer 200 needs at least the following functions. (1) Drawing data spooling means (2) Checking means for each drawing command at the time of spooling, drawing area holding means (3) Means for reading device information, output environment information, layout information and check results before despooling ( 4) Means for Selecting Reproducing Means from Check Result Hereinafter, each means will be described.

【0094】(1)描画データ・スプール手段 WindowsNT4.0を例にとり、図3を用いて説明を行
う。
(1) Drawing Data Spool Means A description will be given with reference to FIG. 3 taking Windows NT 4.0 as an example.

【0095】WindowsNT4.0においては、GDI2
11からコールされる描画用DDI関数として、以下の
ものが挙げられる。
In Windows NT 4.0, GDI2
The following are examples of the drawing DDI function called from step S11.

【0096】DrvcopyBits(),DrvBitBlt(),DrvstretchBl
t(),DrvstrokePath(),DrvFillPath(), DrvstokeAndFillPath(),DrvPaint(),DrvTextOut() これらの関数には、引数を介してGDI211から描画
オブジェクトが渡される。例えば、イメージの描画処理
関数であるDrvcopyBits()の引数は BOOLD DrvcopyBits( SURFOBJ *psoDest, //描画先メモリに繋がるハンドル SURFOBJ *psoSrc, //ソース・データに繋がるハンドル CLIP0BJ*pco, //クリップ情報のハンドル XLATEOBJ *pxlo, //色変換情報のハンドル RECTL *prclDest, //描画先矩形領域 POINTL *pptlSrc, //ソース・データの左上の座標 ) となっている。
DrvcopyBits (), DrvBitBlt (), DrvstretchBl
t (), DrvstrokePath (), DrvFillPath (), DrvstokeAndFillPath (), DrvPaint (), DrvTextOut () The drawing object is passed from the GDI 211 via an argument to these functions. For example, the argument of the image drawing processing function DrvcopyBits () is BOLD DrvcopyBits (SURFOBJ * psoDest, // handle connected to the drawing destination memory SURFOBJ * psoSrc, // handle connected to the source data CLIP0BJ * pco, // clip information Handle XLATEOBJ * pxlo, // handle of color conversion information RECTL * prclDest, // destination rectangle area POINTL * pptlSrc, // upper left coordinates of source data)

【0097】PDLモードでは、まず、pcoからクリ
ップ情報を獲得し、クリッピング指定命令を発行し、そ
の後、psoSrcと、pptlSrcが示す先のソー
ス・イメージ・データを、psoDestとprclD
estが示す先に描画するようにイメージ描画命令を生
成して発行することになる。イメージ・モードでは、p
soDestと、prclDestが示す先にpsoS
rcとpptlSrcが示すイメージをpcoが示す領
域に限ってコピー処理を行えばよい。
In the PDL mode, first, clip information is acquired from pco, a clipping designation command is issued, and then the source image data indicated by psoSrc and pptlSrc is transferred to psoDest and prclD.
An image drawing command is generated and issued so that drawing is performed before the destination indicated by est. In image mode, p
SoDest and psoS at the destination indicated by prclDest
Copy processing may be performed on the image indicated by rc and pptlSrc only in the area indicated by pco.

【0098】本発明を実施するためには、1ページ分の
描画情報を知った上で最適な処理モードを決定し、その
後でデ・スプール処理を実行する必要がある。そのため
には、DDI関数に渡されるデータ中で、デ・スプール
時にどのモードでも再生処理可能なデータ形式でスプー
ルする必要がある。
In order to carry out the present invention, it is necessary to determine the optimum processing mode after knowing the drawing information for one page, and then execute the despooling processing. For this purpose, it is necessary to spool the data passed to the DDI function in a data format that can be reproduced in any mode at the time of despooling.

【0099】まず、スプール・データはページ単位で保
持する必要がある。そこで、図3のPDF3000は、
ページを特定するためのPageID3001に続い
て、ページのサイズや、データ・サイズ、格納したオブ
ジェクト数等を保持するページ情報(PageInf
o)3002をヘッダとして持つ。
First, it is necessary to hold spool data in page units. Therefore, the PDF 3000 of FIG.
Subsequent to the Page ID 3001 for specifying the page, page information (PageInf) that holds the page size, data size, the number of stored objects, and the like.
o) It has 3002 as a header.

【0100】その後に続いて、DDI関数でコールされ
た描画関数を示す番号3003が入る。ここでは、Dr
vCopyBitsを例に説明を行う。
Subsequently, a number 3003 indicating the drawing function called by the DDI function is entered. Here, Dr
The description will be made using vCopyBits as an example.

【0101】datasize3004はDrvCop
yBits3003のスプールにかかったサイズ情報を
格納する。soDset3005はDrvCopyBi
ts()関数に渡される描画先のサーフェス情報を示
す、psoDestで獲得可能な情報を格納する。 S
oSrc3006はDrvCopyBits()関数に
渡されるソース・サーフェス情報を示す、psoDes
tで獲得可能な情報を格納する。ソース・イメージ・デ
ータ3007は、psoSrcから獲得可能なソース・
イメージ・データの実体である。
Datasize3004 is DrvCop
The size information on the spool of yBits 3003 is stored. soDset3005 is DrvCopyBi
Stores information that can be obtained by psoDest, indicating the surface information of the drawing destination passed to the ts () function. S
oSrc3006 is the psoDes indicating the source surface information passed to the DrvCopyBits () function
Stores information obtainable at t. The source image data 3007 is a source image that can be obtained from psoSrc.
It is the entity of the image data.

【0102】co3008はDrvcopyBit
s()関数に渡される描画先のクリップ情報を示す、p
coから獲得可能な情報を格納する。また、クリップ・
データが存在する場合は、その後にクリップ・データ3
009を格納する。xlo3010はDrvCopyB
its()関数に渡される色変換情報を示す、pxol
で獲得可能な情報を格納する。
Co3008 is DrvcopyBit
p indicating the drawing destination clip information passed to the s () function
Stores information that can be obtained from co. In addition, clip
If data exists, then clip data 3
009 is stored. xlo3010 is DrvCopyB
pxol indicating the color conversion information passed to the it's () function
Stores information that can be obtained with.

【0103】rclDest3011は、DrvCop
yBits()関数に渡される描画先のサーフェス上の
矩形を示す、prclDestから獲得可能な情報を格
納する。ptlSrc3012は、DrvcopyBi
ts()関数に渡されるソース・サーフェス上のどの位
置から描画を行うかを示す、pptlSrcから獲得可
能な情報を格納する。
The rclDest 3011 is a DrvCop
Stores information that can be obtained from prclDest and indicates a rectangle on the drawing destination surface that is passed to the yBits () function. ptlSrc3012 is DrvcopyBi
Stores information that can be obtained from pptlSrc, which indicates from which position on the source surface the drawing is to be passed to the ts () function.

【0104】以降、描画関数毎にそれぞれに必要なデー
タのスプールが1ページ分続く。
Thereafter, the spool of data necessary for each drawing function continues for one page.

【0105】デ・スプール時には、デ・スプーラ233
により、選択されたドライバのDDI関数にスプールし
た情報に戻して渡すことで、DDI関数仕様のままでこ
れまでのプリンタ・ドライバが動作可能である。
At the time of de-spooling, the de-spooler 233
Thus, by returning the information spooled to the DDI function of the selected driver and passing it, the existing printer driver can operate with the DDI function specifications.

【0106】(2)スプール時の描画命令毎のチェック
手段、描画領域保持手段 スプール時の描画命令毎のチェック手段および描画領域
保持手段は、プリンタ・ドライバ212に渡される描画
データをスプールする際に処理速度に関係する以下の点
をチェックすることでスプール・データの情報を解析す
るものである。そこで、本実施の形態では、(1)にお
ける描画命令をスプールする際にモード切替に関する情
報を獲得し、ページ単位で図4のPCF(プリ・チェッ
ク・ファイル)232のようなデータ構造体に格納し、
スプールすることで実現する。
(2) Checking means for each drawing command at the time of spooling, drawing area holding means The checking means and the drawing area holding means for each drawing command at the time of spooling are used when the drawing data passed to the printer driver 212 is spooled. The information of the spool data is analyzed by checking the following points related to the processing speed. Therefore, in the present embodiment, when spooling the drawing command in (1), information on mode switching is acquired and stored in a data structure such as a PCF (pre-check file) 232 in FIG. And
It is realized by spooling.

【0107】PCFのデータ構造は、そのファイルが属
するジョブ・ナンバ(jobID)4001、ページ・
ナンバ(PageNo)4002で始まる構造体で、こ
の二つの値によって対応するページを特定可能である。
The data structure of the PCF includes a job number (jobID) 4001 to which the file belongs, a page number
This structure starts with the number (PageNo) 4002, and the corresponding page can be specified by these two values.

【0108】その他に、ページをY軸方向に分割したバ
ンドを単位としたBandinfo構造体4030(B
andInfo構造体[0]〜[n])で構成されてい
る。仮想領域は、pageSize4003の中にVb
andSize4004に示されたサイズのバンドがb
andCnt4005分敷きつめられたバンド領域を仮
想的に定義したものである。
In addition, a Bandinfo structure 4030 (B) in units of bands obtained by dividing a page in the Y-axis direction.
andInfo structure [0] to [n]). The virtual area is represented by Vb in pageSize4003.
The band of the size shown in andSize4004 is b
andCnt4005 is a virtual definition of the band area spread over the area.

【0109】BandInfo構造体4030は、その
仮想バンドの領域を矩形情報で保持するBandRec
tL4010で始まる構造体である。この構造体403
0には、BandRectL4010の領域内に関連す
る描画処理情報を記録することができる。
The BandInfo structure 4030 is a BandRec holding the virtual band area as rectangular information.
The structure starts with tL4010. This structure 403
In 0, drawing processing information related to the area of BandRectL4010 can be recorded.

【0110】詳細には、以下の通り、バンド内に描かれ
る描画処理の最大外接矩形領域(DrawRectL)
4011、バンド内に描かれる描画領域の中の有彩色領
域(ColorRectL)4012,YMCK印字で
は不正印字が発生する領域(ROPRectL)401
3、イメージ系関数による描画処理領域(ImgRec
tL)4014、グラフィックス系関数による描画領域
(GraphicRectL)4015、文字系描画領
域(TextRectL)4016を備える。
More specifically, as described below, the maximum circumscribed rectangular area (DrawRectL) of the drawing processing drawn in the band is as follows.
4011, a chromatic area (ColorRectL) 4012 in the drawing area drawn in the band, an area (ROPrectL) 401 in which illegal printing occurs in YMCK printing
3. Drawing processing area by image system function (ImgRec
tL) 4014, a graphics area (GraphicRectL) 4015, and a character area (TextRectL) 4016.

【0111】以上の各RectL構造体が示す領域を解
り易く図示すると図5の通りになる。
The regions indicated by the above-described RectL structures are shown in FIG. 5 for easy understanding.

【0112】(a)の参照符号501は、DrawRe
ctL4011が保持している各仮想バンド内の描画領
域の最外郭矩形領域を示す。
Reference numeral 501 in (a) denotes DrawRe.
The outermost rectangular area of the drawing area in each virtual band held by ctL 4011 is shown.

【0113】(b)の参照符号502は、ColorR
ectL4012が保持している各仮想バンド内の有彩
色(カラー)で描画処理を行う領域の最外郭矩形領域を
示す。
Reference numeral 502 in (b) denotes ColorR
The outermost rectangular area of the area where the drawing process is performed in chromatic colors (colors) in each virtual band held by ectL4012 is shown.

【0114】(c)の参照符号503は、ROPRec
tL4013が保持している各仮想バンド内の不正印字
が発生する描画領域の最外郭矩形領域を示す。
Reference numeral 503 in (c) denotes ROPRec.
The outermost rectangular area of the drawing area where unauthorized printing occurs in each virtual band held by tL4013 is shown.

【0115】(d)の参照符号504は,ImgRec
tL4014が保持している各仮想バンド内のイメージ
系描画領域の最外郭矩形領域を示す。
Reference numeral 504 in (d) denotes ImgRec
The outermost rectangular area of the image-based drawing area in each virtual band held by tL4014 is shown.

【0116】(e)の参照符号505は,Graphi
cRectL4015が保持している各仮想バンド内の
グラフィックス系描画領域の最外郭矩形領域を示す。
Reference numeral 505 in (e) denotes Graphi.
The outermost rectangular area of the graphics drawing area in each virtual band held by cRectL4015 is shown.

【0117】(f)の参照符号506は、TextRe
ctL4016が保持している各仮想バンド内の文字系
描画領域の最外郭矩形領域を示す。
Reference numeral 506 in (f) denotes TextRe.
ctL4016 shows the outermost rectangular area of the character-based drawing area in each virtual band held by ctL4016.

【0118】以上の各領域は、描画データ・スプール時
に描画命令から推測した描画領域の最外郭矩形領域を求
め、求めた領域とBandRectL4010の重なり
部分を示すものである。
Each of the above-mentioned areas is obtained by finding the outermost rectangular area of the drawing area estimated from the drawing command at the time of drawing data spooling, and indicating an overlapping portion of the obtained area and BandRectL4010.

【0119】図4のBandInfo構造体4030
は、上記以外に、DDI関数毎の情報も4017〜40
20で示す要素に収集する。WindowsNT4.0のDD
Iを例に挙げて説明すると、ビットマップの拡縮指定可
能なDDI関数であるStretchBlt関数につい
ての情報をStretchBlt4019に保存する。
The BandInfo structure 4030 of FIG.
Means that the information for each DDI function is also 4017-40
Collect in the element indicated by 20. Windows NT 4.0 DD
Taking I as an example, information on a StretchBlt function, which is a DDI function capable of specifying enlargement / reduction of a bitmap, is stored in StretchBlt4019.

【0120】StretchBlt4019には、St
retchBlt関数のコール回数callcnt40
191,1BPPイメージの個数1BPPCnt401
92,1BPPイメージのトータル・データ・サイズ1
BPPTotalSize40193,…といった、バ
ンド毎に描画領域が関わった描画関数の描画情報を保持
する。
The StretchBlt 4019 includes St
Number of calls to the retchBlt function callcnt40
191, 1 BPP image number 1 BPPCnt 401
Total data size of 92,1 BPP image 1
Rendering information such as BPPTotalSize40193,..., Which is a rendering function related to a rendering area for each band, is stored.

【0121】その他のDDI関数であるCopyBit
s4017,BitBlt4018,…,Polygo
n4020も同様に、それぞれの関数がI/Fに渡され
る情報を保持するようなデータ構造体を持っている。
CopyBit which is another DDI function
s4017, BitBlt4018, ..., Polygo
Similarly, n4020 has a data structure in which each function holds information passed to the I / F.

【0122】(3)デ・スプール前にデバイス情報、出
力環境情報、レイアウト情報、プリ・チェック結果を読
み込む手段 ・デバイス情報 スプール時に収集した情報から処理モードを決定する上
で、プリンタによるグラフィックスデータの処理速度、
イメージ・データの処理速度、論理演算能力が異なって
いると、予測結果が異なることがある。これらのデバイ
ス情報をプリンタ毎に求め、ファイル化したものをイン
ストール・ファイルとしてシステムに保持しおく。 ・出力環境情報 プリンタ・ドライバ212が動作するホスト・コンピュ
ータ200の能力(CPU速度、ディスク速度、ディス
ク空き容量等)、プリンタ100とホスト間の転送速度
等の出力環境情報を読み込むことを意味する。 ・レイアウト情報 pageSize4003を実際に出力するページ・サ
イズによって、イメージ・モードで処理した場合の転送
データ・サイズが変化する。例えば、A4ページを等倍
出力した場合、モノクロ1ビットならば1ページが4M
byteであるが、半分に縮小すれば1ページが2Mb
yteというように変化する。イメージ・モードにおけ
るデータ・サイズは処理速度に大きく関わるので、予測
パラメータとして重要である。
(3) Means for reading device information, output environment information, layout information, and pre-check result before de-spooling. Device information. In determining a processing mode from information collected at the time of spooling, graphics data by a printer. Processing speed,
If the processing speed and the logical operation capability of the image data are different, the prediction result may be different. The device information is obtained for each printer, and the filed information is stored in the system as an installation file. Output environment information This means reading output environment information such as the capabilities (CPU speed, disk speed, free disk space, etc.) of the host computer 200 on which the printer driver 212 operates, and the transfer speed between the printer 100 and the host. Layout information The transfer data size when processed in the image mode changes depending on the page size to which pageSize 4003 is actually output. For example, if the A4 page is output at the same magnification, one page is 4M if monochrome 1 bit.
It is a byte, but if it is reduced to half, one page is 2Mb
It changes like yte. Since the data size in the image mode greatly affects the processing speed, it is important as a prediction parameter.

【0123】一方、N−up指定等の1ページ当たりに
複数のページを配置する場合には、PDLモードで処理
する場合、物理ページ当たりのデータ・サイズが変化す
る。例えば、単一ページではPDLモードで高速処理が
可能だったページが4−up指定で1ページに集められ
ると、プリンタにとっては1ページ当たりで処理するデ
ータ・サイズが4倍になり、イメージ・モードよりも処
理速度が低下することがある。
On the other hand, when arranging a plurality of pages per page such as N-up designation, when processing in the PDL mode, the data size per physical page changes. For example, if pages that could be processed at high speed in the PDL mode in a single page are collected into one page by specifying 4-up, the data size to be processed per page becomes four times larger for the printer, and the image mode Processing speed may be reduced.

【0124】スプール時のページを論理ページ、出力時
に実際に描画処理を行うページを物理ページと定義し、
物理ページ内に論理ページが如何に配置されるかを示す
のがレイアウト情報である。 ・プリ・チェック結果 スプーラでチェックした結果をハード・ディスク232
に格納しておいたPCFをプリ・チェック結果として読
み込む。すなわち、 物理ページ内に関る全論理ページ
のPCFを読み込んで演算対象とする。
A page at the time of spooling is defined as a logical page, and a page at which rendering processing is actually performed at the time of output is defined as a physical page.
Layout information indicates how logical pages are arranged in a physical page. • Pre-check result The result of the check with the spooler is stored on the hard disk 232
Is read as a pre-check result. That is, the PCFs of all the logical pages related to the physical page are read and set as calculation targets.

【0125】(4)デ・スプール前にチェック結果から
再生手段を選択する手段 カラー/モノクロ判定 論理ページ単位でカラー/モノクロ・モードを切り替え
る場合は、PCFの各バンドのColorRectL領
域4012(有彩色オブジェクトの描画処理のあった領
域)の有無をチェックし、一つでも存在すれば、カラー
・モードでそのページの処理を行う。
(4) Means for Selecting Reproducing Means from Check Results Before De-Spooling Color / Monochrome Determination When switching between color / monochrome modes on a logical page basis, the ColorRectL area 4012 (chromatic object Is checked, and if at least one exists, the page is processed in the color mode.

【0126】一方、バンド単位で処理モードを切り替え
る場合は、PCFの各バンドのColorRectL領
域4012(有彩色オブジェクトの描画処理のあった領
域)の有無をチェックし、存在するバンドはカラー・モ
ードで処理を行う。 不正印字回避 論理ページ単位で処理モードを切り替える場合は、PC
Fの各バンドのROPRectL領域4013(YMC
K色空間では不正印字が発生する論理演算処理のあった
領域)の有無をチェックし、一つでも存在すれば、カラ
ー・モードでそのページの処理を行う。
On the other hand, when the processing mode is switched on a band-by-band basis, the presence or absence of the ColorRectL area 4012 (area where the chromatic object was drawn) of each band of the PCF is checked, and existing bands are processed in the color mode. I do. Avoid illegal printing When switching the processing mode for each logical page,
ROPRectL area 4013 of each band of F (YMC
In the K color space, it is checked whether or not there is an area where a logical operation process in which illegal printing occurs occurs, and if there is even one, the page is processed in the color mode.

【0127】一方、バンド単立で処理モードを切り替え
る場合は、PCFの各バンドのROPRectL領域4
013(YMCK色空間では不正印字が発生する論理演
算処理のあった領域)の有無をチェックし、存在するバ
ンドはRGB24BPPイメージ・モードで処理を行
う。 処理速度予測 イメージ・モード系処理とPDLモード系処理の処理速
度は、図6(a),(b)に示したような関係にある。
On the other hand, when the processing mode is switched independently of the band, the ROPRectL area 4 of each band of the PCF is used.
013 (in the YMCK color space, a region where a logical operation process in which illegal printing occurs) is checked, and the existing band is processed in the RGB24BPP image mode. Processing Speed Prediction The processing speeds of the image mode processing and the PDL mode processing have a relationship as shown in FIGS. 6 (a) and 6 (b).

【0128】「イメージ・モード系処理速度予測」
(a)のイメージ・モード系処理は、大別して、プリン
タ処理時間とプリンタ・ドライバ処理時間に分けられ
る。
"Image / mode processing speed prediction"
The image mode processing in (a) is roughly divided into a printer processing time and a printer driver processing time.

【0129】プリンタ・ドライバ212の処理時間は、
バンド・メモリを使った描画処理時間601であるが、
色変換処理、2値化処理まで含んだ描画処理を行うた
め、PDLモードでのドライバの処理に比べて重い処理
と言える。描画オブジェクト毎の描画処理情報にホスト
・マシンのCPU速度、空きディスク容量を掛け合わせ
ることで、処理時間の予測値を求める。
The processing time of the printer driver 212 is
Drawing processing time 601 using band memory
Since the rendering process including the color conversion process and the binarization process is performed, it can be said that the process is heavier than the driver process in the PDL mode. By multiplying the drawing processing information for each drawing object by the CPU speed of the host machine and the free disk capacity, a predicted value of the processing time is obtained.

【0130】プリンタ100の処理時間は、データ転送
時間602、プリンタ内部の中間データ生成時間60
3、およびシップ時間604を含んでいる。データ転送
時間602を求めるためには、まず描画面積を求める。
描画面積は、図4を参照して説明した各仮想バンドのD
rawRectL領域4011とレイアウト情報を掛け
合わせることで算出できる。データ圧縮率の正確な値は
圧縮処理を行わないと解らないので、ここでは平均値を
用いることで対応する。オブジェクト毎の描画領域は解
っているので、オブジェクト毎の圧縮率平均値を求める
ことで算出精度を向上させることができる。
The processing time of the printer 100 includes a data transfer time 602 and an intermediate data generation time 60 inside the printer.
3, and the ship time 604. To determine the data transfer time 602, first, the drawing area is determined.
The drawing area is the D of each virtual band described with reference to FIG.
It can be calculated by multiplying the rawRectL area 4011 by the layout information. Since the exact value of the data compression ratio cannot be known unless compression processing is performed, an average value is used here to cope. Since the drawing area for each object is known, the calculation accuracy can be improved by obtaining the average compression ratio for each object.

【0131】プリンタ部の中間データ生成時間603
は、イメージ・データの格納処理だけに必要であり、処
理時間は描画面積に比例する。最大値はページ・サイズ
である。比例係数はプリンタ100の機種に依存する値
である。シップ時間604は、エンジンのスループット
に依存する。
The intermediate data generation time 603 of the printer unit
Is necessary only for the storage processing of the image data, and the processing time is proportional to the drawing area. The maximum value is the page size. The proportional coefficient is a value that depends on the model of the printer 100. Ship time 604 depends on engine throughput.

【0132】以上、601〜604の合計値を求めるこ
とで、イメージ・モードの処理時間を求めることができ
る。
As described above, the processing time in the image mode can be obtained by obtaining the total value of 601 to 604.

【0133】「PDLモード系処理速度予測」(b)の
PDLモード系処理も、イメージ・モードと同様プリン
タ・ドライバ処理時間とプリンタ処理時間に大別され
る。
The PDL mode processing of “PDL mode processing speed prediction” (b) is roughly divided into a printer driver processing time and a printer processing time as in the image mode.

【0134】まず、プリンタ・ドライバ212の処理時
間は、基本的にはシステムから渡された描画命令をその
ままPDLコマンドに変換するコマンド生成時間606
だけに必要である。したがって、プリンタ・ドライバ2
12の処理はイメージ・モード系ドライバの処理に比べ
て高速といえるため、ホスト・コンピュータ200のC
PU速度、空きディスク容量の影響は受け難い。
First, the processing time of the printer driver 212 is basically the same as the command generation time 606 for directly converting a drawing command passed from the system into a PDL command.
Just need. Therefore, printer driver 2
12 can be said to be faster than the processing of the image mode driver.
It is hardly affected by PU speed and free disk space.

【0135】プリンタ100の処理時間に含まれるデー
タ転送時間607は、PDLコマンド・サイズと転送経
路の速度の影響を受ける。PDLコマンド・サイズは、
出力モード(カラー、モノクロ等)、その機種、言語の
バージョンによって異なるので、デ・スプーラ233で
収集した機種情報(デバイス情報)Dev.Infを使
ってオブジェクト毎のPDLコマンド・サイズを算出す
る。また、レイアウト処理により縮小する場合もデータ
・サイズは変化することがあるので、レイアウト情報も
加味してPDLコマンド・サイズを算出する。
The data transfer time 607 included in the processing time of the printer 100 is affected by the PDL command size and the speed of the transfer path. The PDL command size is
Since it differs depending on the output mode (color, monochrome, etc.), its model, and language version, the model information (device information) Dev. A PDL command size for each object is calculated using Inf. In addition, the data size may change even when the data size is reduced by the layout processing. Therefore, the PDL command size is calculated in consideration of the layout information.

【0136】ここで、プリンタ100のエンジン・スル
ープットに間に合うように受信したデータを加工する時
間をシップ準備時間608とした。プリンタ100のメ
モリ容量が中間データに充分な場合は、二つのバンド・
メモリを使って描画画理とシップ処理を交互に行う、い
わゆるバンディング処理が可能である。バンディング処
理の場合、プリンタ100の処理速度は、そのエンジン
・スループットで連続ページ印刷が可能である。
Here, the time for processing the received data in time for the engine throughput of the printer 100 is defined as a ship preparation time 608. If the memory capacity of the printer 100 is sufficient for intermediate data, two bands
It is possible to perform a so-called banding process of alternately performing a drawing process and a ship process using a memory. In the case of the banding process, the processing speed of the printer 100 enables continuous page printing at the engine throughput.

【0137】ところが、プリンタ100のメモリ容量を
超えるデータが送られるか、または、論理演算処理のた
めに下地データとの演算が必要でバンディング処理が間
に合わない場合にバンディング処理ができなくなると、
プリンタ100の処理速度は極端に低下する。この時間
予測は、搭載メモリ・サイズ、プリンタ100のCPU
速度、プリンタ100のハードウエア・レンダラ能力に
依存する。
However, if data exceeding the memory capacity of the printer 100 is sent, or if the banding process cannot be performed in time because the operation with the base data is required for the logical operation process, the banding process cannot be performed.
The processing speed of the printer 100 is extremely reduced. This time prediction is based on the size of the installed memory,
The speed depends on the hardware renderer capabilities of the printer 100.

【0138】シップ時間609は、エンジンのスループ
ットに依存する。
The shipping time 609 depends on the throughput of the engine.

【0139】以上の説明において述べた機種情報De
v.Infについて、図7を参照して詳しく説明する。
The model information De described in the above description
v. Inf will be described in detail with reference to FIG.

【0140】機種情報Dev.Infは、本実施形態の
システムで出力可能なプリンタの機種全てについて用意
することで、機種毎の細かな情報をプリンタ・ドライバ
212内部にロード可能とするものである。
Model information Dev. Inf is provided for all printer models that can be output by the system of the present embodiment so that detailed information for each model can be loaded into the printer driver 212.

【0141】DeviceInfo構造体700は、D
eviceID701から始まる構造体である。構成内
容として、自動的にモードを切り替えるのに必要なパラ
メータのなかで、機種毎に異なるものを登録してある。
The DeviceInfo structure 700 includes a D
This is a structure starting from the device ID 701. As the configuration contents, among the parameters necessary for automatically switching the mode, different parameters are registered for each model.

【0142】図7では一例として、バンディング処理可
能かどうかを判断するのに必要なパラメータであるSh
ipSpeed702と、プリンタ100内部に格納可
能なデータ・サイズを算出するのに必要な、プリンタ1
00内部のワーク・メモリ・サイズWorkMemSi
ze703を登録してある。さらに、出力用紙Pの向き
を予測するための、プリンタ100で利用する物理用紙
サイズPpageSize704と、不正印字が発生す
るか、または処理速度が極端に低下する論理演算番号を
示すROPInfo705を登録してある。
In FIG. 7, as an example, Sh, which is a parameter required to determine whether or not banding processing is possible, is performed.
ipSpeed 702 and the printer 1 necessary to calculate the data size that can be stored inside the printer 100.
00 Internal work memory size WorkMemSi
ze703 has been registered. Further, a physical paper size PpageSize 704 used by the printer 100 for predicting the orientation of the output paper P, and a ROPInfo 705 indicating a logical operation number at which illegal printing occurs or processing speed extremely decreases are registered. .

【0143】さらにまた、各描画オブジェクト毎の処理
速度、データ・サイズを予測するためのパラメータとし
て、ImgInf706,GraphicInf70
7,TextInf708を登録してあることが望まし
い。
Further, ImgInf706 and GraphicInf70 are used as parameters for predicting the processing speed and data size of each drawing object.
7. It is desirable that TextInf 708 be registered.

【0144】これらの情報は、参照符号7061〜70
64で示すようなデータ毎の処理速度を求める各係数
と、プリンタ100内部のデータ・サイズを求めるため
の係数7071〜7074で構成されている。例えば、
スプール時に1BPPのイメージが500Kbyteあ
ることが解った場合、デ・スプール時には、500Kb
yte×1BPPTmeScaleでプリンタ100内
部のデータ処理時間を求めることができ、500Kby
te×1BPPSizeScaleでプリンタ100内
部のデータ・サイズを求めることができる。これら登録
情報は機種毎に異なるものであり、処理速度係数、デー
タ・サイズ係数を機種毎に求めることで、予測処理を機
種毎に簡単に切り替えることが可能となる。
These pieces of information are denoted by reference numerals 7061 to 7061.
64, each coefficient for calculating the processing speed of each data, and coefficients 7071 to 7074 for calculating the data size inside the printer 100. For example,
When it is found that the image of 1 BPP is 500 Kbytes at the time of spooling, 500 Kb at the time of de-spooling
It is possible to determine the data processing time inside the printer 100 by using Yte × 1 BPPTmeScale,
The data size inside the printer 100 can be obtained by te × 1BPPSizeScale. The registration information differs for each model, and the prediction processing can be easily switched for each model by obtaining the processing speed coefficient and the data size coefficient for each model.

【0145】以上の予測結果を組み合わせることで、最
適な処理モードを選択する。
An optimum processing mode is selected by combining the above prediction results.

【0146】処理モード判断の流れについて、図8のフ
ローチャートを参照して説明する。
The flow of processing mode determination will be described with reference to the flowchart of FIG.

【0147】まずステップS801において、環境情
報、レイアウト情報、および関係するチェック・ファイ
ルを読み込んでステップS802へ進む。ステップS8
02ではカラー/モノクロ判定結果を取得する。すなわ
ち、物理ページ内にカラー・データがあるかチェック
し、ある場合はカラー・モードで処理することを決定し
てステップS803へ進む。ステップS803ではカラ
ー・ページかを判定する。
First, in step S801, environment information, layout information, and related check files are read, and the flow advances to step S802. Step S8
In 02, a color / monochrome determination result is obtained. That is, it is checked whether or not there is color data in the physical page, and if so, it is determined to process in the color mode, and the process proceeds to step S803. In step S803, it is determined whether the page is a color page.

【0148】ステップS803においてカラー・モード
で動作すると判定した場合はステップS804へ進み、
モノクロ・ページしかないと判定したなら直接ステップ
S805へ進む。
If it is determined in step S803 that the operation is in the color mode, the flow advances to step S804.
If it is determined that there is only a monochrome page, the process directly proceeds to step S805.

【0149】ステップS804では不正印字ROP(R
OPRectL)があるか判定し、不正印字ROPがあ
ってYMCK色空間で処理すると不正印字が発生するバ
ンド等が存在する場合はステップS817へ進み、RG
B24BPPイメージ・モードで処理することに決定す
る。RGB24BPPイメージ・モードでは、そのペー
ジ、バンド、またはマトリクス毎に最適な印刷命令生成
処理部237を選択して処理を行う。一方、不正印字R
OPがない場合はステップS805へ進む。
In the step S804, the illegal printing ROP (R
OPRectL), and if there is a band or the like in which illegal printing occurs when processing is performed in the YMCK color space due to an illegally printed ROP, the flow advances to step S817 to execute RG
Decide to process in B24BPP image mode. In the RGB24BPP image mode, a process is performed by selecting an optimal print command generation processing unit 237 for each page, band, or matrix. On the other hand, illegal printing R
If there is no OP, the process proceeds to step S805.

【0150】ステップS805では、Banding処
理不可能バンドが存在するか判定する。すなわち、PD
Lモードで処理した場合に、Banding処理によっ
て高速印字できないバンドが存在すると判定した時はス
テップS806へ進み、バンディング処理可能なバンド
のみ存在すると判定したなら直接ステップS807へ進
む。Banding処理が可能かどうかの判断は、スプ
ール時に収集したBandInfo構造体4030の仮
想バンド情報に記されている描画命令毎の情報を基に、
プリンタ100内部で用いるバンドに関係する描画命令
数、データ・サイズを予測することで行う。このとき
に、レイアウト情報、機種情報Dev.Infも反映さ
せて判断を行う。
In step S805, it is determined whether there is a band for which banding processing cannot be performed. That is, PD
When processing is performed in the L mode, if it is determined that there is a band that cannot be printed at high speed by the banding processing, the process proceeds to step S806. If it is determined that only a band that can perform banding processing exists, the process proceeds directly to step S807. The determination as to whether or not the Banding process is possible is made based on the information for each drawing command described in the virtual band information of the BandInfo structure 4030 collected at the time of spooling.
This is performed by estimating the number of drawing commands and data size related to the band used inside the printer 100. At this time, the layout information and the model information Dev. The judgment is made by reflecting Inf.

【0151】ここで、図9に、複数の論理ページが存在
するページの仮想バンド領域とプリンタのバンド空間と
の関係を示す。
FIG. 9 shows the relationship between the virtual band area of a page where a plurality of logical pages exist and the band space of the printer.

【0152】この例では、プリンタ部がページ902を
6つのバンドに分割して処理を行っている。ページ90
2は、1つのページに4つのページ903〜906を格
納した状態、すなわち4−upを示している。各々の論
理ページ、例えばページ903のスプール時の情報は仮
想バンド領域(Bandinfo)901に格納されて
いるので、図9からは、プリンタ100が実際に処理を
行うBand1に関係する描画処理の情報を知るため
に、ページ903とページ904の仮想バンドの4バン
ド分の情報が必要なことが解る。
In this example, the printer section divides the page 902 into six bands and performs processing. Page 90
2 indicates a state in which four pages 903 to 906 are stored in one page, that is, 4-up. Since spool information of each logical page, for example, page 903, is stored in a virtual band area (Bandinfo) 901, drawing information related to Band 1 in which the printer 100 actually performs processing is shown in FIG. It can be seen that information of four virtual bands of pages 903 and 904 is needed to know.

【0153】図8に戻って説明すると、Banding
処理不可能バンドが存在する場合には、バンディング処
理が不可能なバンド領域について、その分のバンド・メ
モリをシップ前に確保して描画処理を事前に実施する、
いわゆるPreBand処理を行う必要がある。そのた
めに、ステップS806において必要なメモリ・サイズ
を算出してからステップS807へ進む。
Referring back to FIG. 8, Banding
If there is an unprocessable band, for a band area where banding processing is not possible, secure a band memory for the band area before shipping and perform drawing processing in advance.
It is necessary to perform a so-called PreBand process. For this purpose, the required memory size is calculated in step S806, and the process proceeds to step S807.

【0154】ステップS807では、PDLモードで処
理した場合に、プリンタ100内部で中間データを保持
するために必要なメモリ・サイズの予測値を算出してス
テップS808へ進む。ステップS808では、PDL
モードで処理した場合に、プリンタ100内部で中間デ
ータを管理登録するのに必要な中間データ用ID数の予
測値を算出してステップS809へ進む。ステップS8
09ではサブ・クローズが発生したかを判定し、判定結
果に応じて分岐する。
In step S807, when processing is performed in the PDL mode, a predicted value of a memory size required to hold intermediate data inside the printer 100 is calculated, and the flow advances to step S808. In step S808, the PDL
When the processing is performed in the mode, a predicted value of the number of intermediate data IDs necessary for managing and registering the intermediate data inside the printer 100 is calculated, and the process proceeds to step S809. Step S8
At 09, it is determined whether a sub-close has occurred, and the process branches depending on the result of the determination.

【0155】ここで、ステップS807で予測したサイ
ズがプリンタ100のワーク・メモリ・サイズ(機種情
報を持つDeviceInfo構造体700のWork
MemSize703)を超えたとき、または、ステッ
プS808の予測結果がIDテーブルで管理できない数
となった場合、プリンタ100ではバンディング処理が
出来ない状態、いわゆるサブ・クローズに陥る可能性が
高い。このサブ・クローズ状態とは、ページ全面のメモ
リ領域を確保して中間データを描画することで、ワーク
領域を開放することである。しかしこれは、プリンタ1
00内部のメモリ領域が全てページ・メモリとして利用
されるため、プリンタ100のスループットが極端に低
下する特殊な状態である。
Here, the size predicted in step S807 is the work memory size of the printer 100 (Work of the DeviceInfo structure 700 having model information).
If (MemSize 703) is exceeded, or if the prediction result in step S808 becomes a number that cannot be managed in the ID table, the printer 100 is likely to fall into a state in which banding processing cannot be performed, that is, a so-called sub close. The sub-closed state is to release the work area by securing the memory area of the entire page and drawing the intermediate data. But this is printer 1
00 is a special state in which the throughput of the printer 100 is extremely reduced because the entire memory area inside the 00 is used as a page memory.

【0156】そこで、サブ・クローズが発生したならス
テップS816へ進んで高速イメージ・モードで処理す
ることを決定する。一方、サブ・クローズ発生予測が立
たない場合はステップS810以降の処理へ進む。
If a sub-close has occurred, the flow advances to step S816 to determine that processing is to be performed in the high-speed image mode. On the other hand, if the sub-close occurrence prediction is not established, the process proceeds to step S810 and subsequent steps.

【0157】ステップS810では、イメージ・モード
で処理した場合の描画面積を算出する。ここで、レイア
ウト情報を反映して算出を行う。すなわち、Bandi
nfo構造体4030のDrawRectL領域401
1にレイアウト情報を掛け合わせて算出する。
In step S810, the drawing area when processing is performed in the image mode is calculated. Here, the calculation is performed reflecting the layout information. That is, Bandi
DrawRectL area 401 of nfo structure 4030
1 and the layout information.

【0158】続いてステップS811では、ステップS
810で算出した描画面積と指定された出力階調教、カ
ラー数を掛け合わせることで、イメージ・モードで展開
したときのデータ・サイズを算出する。そして、そのサ
イズがワーク・メモリ・サイズ(機種情報を持つDev
iceInfo構造体700のWorkMemSize
703)よりも大きい場合は、出力可能な階調数に落と
して階調数を決定し、ステップS812へ進む。
Subsequently, in step S811, step S8
By multiplying the drawing area calculated in 810 by the designated output gradation and the number of colors, the data size when developed in the image mode is calculated. Then, the size is equal to the work memory size (Dev having model information).
WorkMemSize of the iceInfo structure 700
If the number is larger than 703), the number of tones that can be output is reduced to determine the number of tones, and the process proceeds to step S812.

【0159】ステップS812ではイメージ・モードで
処理した時の描画処理時間の予測値を算出し、さらに、
決定した出力階調数でデータを送出した時のデータ転送
時間を予測し、ImgTimeとしてステップS813
へ進む。ステップS813では、PDLモードで処理し
た時の処理時間を、機種情報を持つDeviceInf
o構造700の要素706〜708を利用してオブジェ
クト毎に算出し、合計値をPDLTimeとしてステッ
プS814へ進む。
In step S812, a predicted value of the drawing processing time when processing is performed in the image mode is calculated.
The data transfer time when data is transmitted at the determined number of output gradations is predicted, and is set as ImgTime in step S813.
Proceed to. In step S813, the processing time when processing is performed in the PDL mode is set to DeviceInf having model information.
o The calculation is performed for each object using the elements 706 to 708 of the structure 700, and the process proceeds to step S814 with the total value as the PDLTime.

【0160】ステップS814ではステップS812に
おける予測値とステップS813における予測値を比較
し、比較結果に応じてより高速処理を行えるモードに分
岐する。すなわち、PDLTime>ImgTimeな
らばステップS816へ進んで高速イメージ・モードで
処理することに決定し、ページ、バンド、またはマトリ
クス毎に処理する。一方、それ以外のときはステップS
815へ進んで、PDLモードで処理を行うことに決定
する。PDLモードでは、ページ、バンド、またはマト
リクス毎に最適な印刷命令生成処理部234を選択して
処理を行う。 (プリンタ側のさらに詳しい説明)本発明を実施するた
めには、プリンタ100には以下の機能が必要である。 バンド単位、ページ単位の処理モード切替機能 PDLプリンタには、デフォルト・パスであるPDLモ
ードとは別にイメージ・モードを持っているものがあ
る。このイメージ・モードでは、デバイスに依存したイ
メージ・データを受け取り、そのまま出力する。しか
し、イメージ・モードでは大量のイメージ・データの高
速処理用に特別なメモリ構成を用いるために、同一ジョ
ブに対してPDLモードとイメージ・モードを切り換え
ることは困難である。
In step S814, the prediction value in step S812 is compared with the prediction value in step S813, and the process branches to a mode in which higher-speed processing can be performed according to the comparison result. That is, if PDLTime> ImgTime, the process proceeds to step S816, where it is determined that processing is performed in the high-speed image mode, and processing is performed for each page, band, or matrix. On the other hand, otherwise, step S
Proceeding to 815, it is determined to perform processing in the PDL mode. In the PDL mode, a process is performed by selecting an optimal print command generation processing unit 234 for each page, band, or matrix. (More Detailed Description on Printer Side) In order to carry out the present invention, the printer 100 needs the following functions. Processing mode switching function for each band and each page Some PDL printers have an image mode in addition to the PDL mode which is a default path. In this image mode, device-dependent image data is received and output as it is. However, in the image mode, since a special memory configuration is used for high-speed processing of a large amount of image data, it is difficult to switch between the PDL mode and the image mode for the same job.

【0161】そこで本発明を実施するために、ページ単
位、さらにはバンド単位でPDLモードとイメージ・モ
ードを切り替える必要がある。
Therefore, in order to implement the present invention, it is necessary to switch between the PDL mode and the image mode on a page basis and further on a band basis.

【0162】本実施の形態では、PDLモードのイメー
ジ描画命令のデータ・タイプにデバイス依存イメージ・
データを受け付ける口を作ることで、この問題を解決す
ることができる。
In the present embodiment, the data type of the image drawing command in the PDL mode is
Creating a port to accept data can solve this problem.

【0163】また、バンド単位で描画処理を行うモード
を切り換えるためには、バンド間に跨って描画されるオ
ブジェクトがある場合に不連続線が出ないよう、描画ア
ルゴリズムも揃える必要がある。
In order to switch the mode in which the drawing process is performed in band units, it is necessary to arrange drawing algorithms so that discontinuous lines do not appear when there is an object drawn between bands.

【0164】(第二の実施の形態)以下に、本発明に係
る第二の実施の形態を説明する。なお、本実施の形態に
おいて第一の実施の形態と同一構成については、その説
明を省略する。
(Second Embodiment) Hereinafter, a second embodiment according to the present invention will be described. Note that, in the present embodiment, a description of the same configuration as that of the first embodiment will be omitted.

【0165】第一の実施の形態では、仮想バンド領域は
ページのX軸方向に平行に切ったバンドを使った場合に
ついてであったが、X軸、Y軸両方向に切ったマトリク
ス領域で描画領域、関連描画命令等を管理してもよい。
In the first embodiment, the virtual band area is a case where a band cut in parallel to the X-axis direction of the page is used. However, the drawing area is a matrix area cut in both the X-axis and Y-axis directions. , Related drawing commands and the like may be managed.

【0166】(他の実施形態)本発明は上述のように、
複数の機器(たとえばホスト・コンピュータ、インタフ
ェース機器、リーダ、プリンタ等)から構成されるシス
テムに適用しても一つの機器(たとえば複写機、ファク
シミリ装置)からなる装置に適用してもよい。
(Other Embodiments) As described above, the present invention
The present invention may be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.) or may be applied to an apparatus including one device (for example, a copying machine or a facsimile machine).

【0167】また、前述した実施形態の機能を実現する
ように各種のデバイスを動作させるように該各種デバイ
スと接続された装置あるいはシステム内のコンピュータ
に、前記実施形態機能を実現するためのソフトウエアの
プログラム・コードを供給し、そのシステムあるいは装
置のコンピュータ(CPUあるいはMPU)を格納され
たプログラムに従って前記各種デバイスを動作させるこ
とによって実施したものも本発明の範疇に含まれる。
Also, software for realizing the functions of the above-described embodiment is provided in an apparatus or a computer in a system connected to the various devices so as to operate the various devices so as to realize the functions of the above-described embodiment. The present invention also includes programs implemented by supplying the above-described program codes and operating the various devices in accordance with stored programs by a computer (CPU or MPU) of the system or apparatus.

【0168】またこの場合、前記ソフトウエアのプログ
ラム・コード自体が前述した実施形態の機能を実現する
ことになり、そのプログラム・コード自体、およびその
プログラム・コードをコンピュータに供給するための手
段、例えばかかるプログラム・コードを格納した記憶媒
体は本発明を構成する。
In this case, the program code of the software implements the functions of the above-described embodiment, and the program code itself and means for supplying the program code to the computer, for example, A storage medium storing such a program code constitutes the present invention.

【0169】かかるプログラム・コードを格納する記憶
媒体としては例えばフロッピー(登録商標)・ディス
ク、ハード・ディスク、光ディスク、光磁気ディスク、
CD−ROM、磁気テープ、不揮発性のメモリカード、
ROM等を用いることができる。
Examples of storage media for storing such program codes include floppy (registered trademark) disks, hard disks, optical disks, magneto-optical disks, and the like.
CD-ROM, magnetic tape, nonvolatile memory card,
A ROM or the like can be used.

【0170】またコンピュータが供給されたプログラム
・コードを実行することにより、前述の実施形態の機能
が実現されるだけではなく、そのプログラム・コードが
コンピュータにおいて稼働しているOS(オペレーティ
ング・システム)、あるいは他のアプリケーション・ソ
フト等と共同して前述の実施形態の機能が実現される場
合にもかかるプログラム・コードは本発明の実施形態に
含まれることは言うまでもない。
When the computer executes the supplied program code, not only the functions of the above-described embodiment are realized, but also the OS (operating system) in which the program code operates on the computer. Alternatively, even when the functions of the above-described embodiments are realized in cooperation with other application software or the like, it goes without saying that such program codes are included in the embodiments of the present invention.

【0171】さらに供給されたプログラム・コードが、
コンピュータの機能拡張ボードやコンピュータに接続さ
れた機能拡張ユニットに備わるメモリに格納された後そ
のプログラム・コードの指示に基づいてその機能拡張ボ
ードや機能格納ユニットに備わるCPU等が実際の処理
の一部または全部を行い、その処理によって前述した実
施形態の機能が実現される場合も本発明に含まれること
は言うまでもない。
The supplied program code further comprises:
After being stored in the memory of the computer's function expansion board or the function expansion unit connected to the computer, the CPU or the like of the function expansion board or function storage unit performs part of the actual processing based on the instructions of the program code. It is needless to say that the present invention includes a case where the functions of the above-described embodiments are implemented by performing the entire process.

【0172】本発明を記憶媒体に適用する場合、当該記
憶媒体には、先に説明した図8のフローチャートに対応
するプログラム・コードを格納しておく。
When the present invention is applied to a storage medium, the storage medium stores program codes corresponding to the flowchart of FIG. 8 described above.

【0173】[0173]

【発明の効果】以上説明したように、本発明に係る情報
処理装置、当該装置を用いた情報処理方法、および当該
方法の制御プログラムを記憶した記憶媒体によれば、一
つのモードを選択するだけで、スプールした後にレイア
ウト指定値、出力先を変更しても、常に最も高速なパス
を用いて正確な描画処理を行ない、出力デバイスによっ
て可能な限り正確な印刷出力を行えるという効果が得ら
れる。
As described above, according to the information processing apparatus according to the present invention, the information processing method using the apparatus, and the storage medium storing the control program of the method, only one mode is selected. Thus, even if the layout specification value and output destination are changed after spooling, the accurate drawing process is always performed using the fastest path, and the output device can perform the printing output as accurately as possible.

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

【図1】本発明の実施の形態が適用可能なカラー・レー
ザビーム・プリンタ(情報処理装置)の構造を示す側断
面図である。
FIG. 1 is a side sectional view showing a structure of a color laser beam printer (information processing apparatus) to which an embodiment of the present invention can be applied.

【図2】本発明の実施の形態である印刷情報処理システ
ム全体の基本構成を示すブロック図である。
FIG. 2 is a block diagram illustrating a basic configuration of the entire print information processing system according to the embodiment of the present invention;

【図3】本発明の実施の形態におけるページ・データ・
ファイル(PDF)の構造図である。
FIG. 3 is a diagram showing page data in the embodiment of the present invention;
It is a structural diagram of a file (PDF).

【図4】本発明の実施の形態におけるプリ・チェック・
ファイル(PCF)の構造図である。
FIG. 4 is a diagram showing a pre-check operation in an embodiment of the present invention.
It is a structural diagram of a file (PCF).

【図5】本発明の実施の形態におけるバンド単位のBa
ndinfo構造体の説明図である。
FIG. 5 is a diagram showing Ba in band units according to the embodiment of the present invention;
It is explanatory drawing of an ndinfo structure.

【図6】本発明の実施の形態におけるイメージモード系
処理とPDLモード系処理の処理速度の説明図である。
FIG. 6 is an explanatory diagram of the processing speed of image mode processing and PDL mode processing according to the embodiment of the present invention.

【図7】本発明の実施の形態における機種情報(De
v.Inf)の構造図である。
FIG. 7 shows model information (De) according to the embodiment of the present invention.
v. It is a structural diagram of (Inf).

【図8】本発明の実施の形態におけるデスプール時のバ
ンド・リストの作り方を示す模式図である。
FIG. 8 is a schematic diagram showing how to create a band list at the time of despooling in the embodiment of the present invention.

【図9】本発明の実施の形態におけるデスプール時のバ
ンド・リストの作り方の流れを示すフローチャートであ
る。
FIG. 9 is a flowchart showing a flow of creating a band list at the time of despooling according to the embodiment of the present invention.

【図10】従来技術における描画方法を概念的に示す構
成図である。
FIG. 10 is a configuration diagram conceptually showing a drawing method in a conventional technique.

【図11】情報処理装置の各モードの特徴を示す説明図
である。
FIG. 11 is an explanatory diagram showing features of each mode of the information processing apparatus.

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

10 キーボード 20 マウス 30 ディスプレイ・モニタ 100 プリンタ(LBP) 110 フォーマッタ制御部 111 インタフェース 112 受信バッファ 113 コマンド解析部 114 印刷制御処理実行部 115 描画処理実行部(レンダラ) 116 ページ・メモリ 118 送信バッファ 120 オペレーション・パネル 130 出力制御部 131 レーザ・ドライバ 140 プリンタ・エンジン 141 半導体レーザ 142 レーザ光 143 ポリゴン・ミラー 144 静電ドラム 145 現像ユニット 146 給紙カセット 147 給紙ローラ 148,149 搬送ローラ 200,1200 ホスト・コンピュータ 201,1201 アプリケーション・ソフト 211,1211 GDI 212,1212 プリンタ・ドライバ 213 プリ・チェック・モジュール 220,1220 グラフィック・サブ・システム 230,1230 スプール・サブ・システム 231,232,250,1231 ハード・ディスク 233,1233 デスプーラ 234,1234 ページ記述言語形式(PDL)デー
タ処理部 235,1235 モノクロ1BPPイメージモード処
理部 236,1236 YMCK4BPPイメージモード処
理部 237,1237 RGB24BPPイメージモード処
理部 238,1238 バンド・メモリ 239,1239 レイアウト変更モジュール 240,1240 インタフェース PDF プリント・データ・ファイル PCF プリ・チェック・ファイル Dev.Inf 機種情報(デバイス情報)
Reference Signs List 10 keyboard 20 mouse 30 display monitor 100 printer (LBP) 110 formatter control unit 111 interface 112 reception buffer 113 command analysis unit 114 print control processing execution unit 115 drawing processing execution unit (renderer) 116 page memory 118 transmission buffer 120 operation Panel 130 Output control unit 131 Laser driver 140 Printer engine 141 Semiconductor laser 142 Laser beam 143 Polygon mirror 144 Electrostatic drum 145 Development unit 146 Paper feed cassette 147 Paper feed roller 148, 149 Transport roller 200, 1200 Host computer 201 , 1201 Application software 211, 1211 GDI 212, 1212 Printer driver 213 Pre- Check module 220, 1220 Graphic subsystem 230, 1230 Spool subsystem 231, 232, 250, 1231 Hard disk 233, 1233 Despooler 234, 1234 Page description language format (PDL) data processor 235, 1235 Monochrome 1BPP image mode processing unit 236,1236 YMCK4BPP image mode processing unit 237,1237 RGB24BPP image mode processing unit 238,1238 Band memory 239,1239 Layout change module 240,1240 Interface PDF print data file PCF pre-check file Dev . Inf Model information (device information)

Claims (31)

【特許請求の範囲】[Claims] 【請求項1】 印刷すべき描画データを一時的にスプー
ルし、少なくとも1ページ分の描画データがスプールさ
れた後で印刷データを生成する情報処理装置であって、 スプールされる少なくとも1ページ分の描画データの内
容をチェックするチェック手段と、 前記スプールされた描画データに基づいてデータ形式を
変換して前記印刷データを生成する複数のデータ変換処
理手段と、 出力先の出力デバイスのデバイス情報および前記チェッ
ク手段によるチェック結果に基づいて、前記印刷すべき
描画データのデータ形式を、複数種類のうち適するデー
タ形式から所定単位で選択し、該当する前記データ変換
処理手段によって前記適するデータ形式にデータ変換処
理を行わせる適合処理手段とを有することを特徴とする
情報処理装置。
An information processing apparatus for temporarily spooling drawing data to be printed and generating print data after at least one page of drawing data is spooled, wherein the information processing apparatus generates at least one page of spooled data. Checking means for checking the contents of the drawing data; a plurality of data conversion processing means for converting the data format based on the spooled drawing data to generate the print data; device information of an output device of an output destination; The data format of the drawing data to be printed is selected in a predetermined unit from a plurality of types of suitable data formats based on a check result by the check unit, and the data conversion processing unit converts the data format into the suitable data format by the corresponding data conversion processing unit. And an adaptation processing means for performing the following.
【請求項2】 請求項1に記載の情報処理装置におい
て、 前記適合処理手段は、前記出力デバイス毎の機種情報、
指定されたレイアウト情報、前記チェック手段によるチ
ェック結果に基づいた演算処理を行って、前記データ変
換処理を行わせることを特徴とする情報処理装置。
2. The information processing apparatus according to claim 1, wherein the adaptation processing means includes: model information for each of the output devices;
An information processing apparatus, wherein the data conversion processing is performed by performing an arithmetic processing based on designated layout information and a check result by the checking means.
【請求項3】 請求項1に記載の情報処理装置におい
て、 前記チェック手段によりチェックした描画データを一旦
格納するプリント・データ格納手段を備え、 前記データ変換処理手段は、 前記プリント・データ格納手段に格納し、前記スプール
された描画データに対しRGB色空間で描画処理を行っ
てYMCK色空間のデータに変換する第1変換手段と、 前記スプールされた描画データに対しYMCK色空間の
データ変換を行ってYMCK色空間で描画処理を行う第
2変換手段と、 前記スプールされた描画データに対し前記出力デバイス
により描画処理を行うページ記述言語形式のデータに変
換する第3変換手段とを含むことを特徴とする情報処理
装置。
3. The information processing apparatus according to claim 1, further comprising a print data storage unit for temporarily storing the drawing data checked by the check unit, wherein the data conversion processing unit stores the drawing data in the print data storage unit. First conversion means for storing and performing drawing processing on the spooled drawing data in RGB color space to convert the data into YMCK color space; and performing data conversion on the spooled drawing data in YMCK color space. And a third conversion unit for converting the spooled drawing data into page description language format data for performing a drawing process by the output device. Information processing device.
【請求項4】 請求項3に記載の情報処理装置におい
て、 前記プリント・データ格納手段は、前記チェックし、ス
プールされた描画データを前記複数種類のデータ形式の
全てに変換処理が可能なデータ形式で格納することを特
徴とする情報処理装置。
4. The information processing apparatus according to claim 3, wherein said print data storage means is capable of converting said checked and spooled drawing data into all of said plurality of data formats. An information processing apparatus characterized in that the information processing apparatus stores the information.
【請求項5】 請求項3に記載の情報処理装置におい
て、 前記チェック手段は、 前記所定単位について描画命令の種類別コール回数、前
記スプールされた描画データのサイズ情報、および各描
画命令を実行したときの最外郭矩形を求める手段と、 前記所定単位のページをバンドまたはマトリクス単位で
分割した仮想領域毎に、前記最外郭矩形の最外郭、関係
する前記描画命令のコール回数、および前記サイズ情報
を保持する手段とを有し、 1ページ分の前記スプールされた描画データを前記プリ
ント・データ格納手段に格納するときに、前記保持した
チェック結果と関連付けて格納することを特徴とする情
報処理装置。
5. The information processing apparatus according to claim 3, wherein the check unit executes the number of calls for each type of drawing command, the size information of the spooled drawing data, and each drawing command for the predetermined unit. Means for determining the outermost rectangle at the time, and for each virtual area obtained by dividing the page of the predetermined unit in a band or a matrix unit, the outermost outline of the outermost rectangle, the number of calls of the related drawing command, and the size information. An information processing apparatus comprising: a storage unit that stores, when storing one page of the spooled drawing data in the print data storage unit, in association with the stored check result.
【請求項6】 請求項3に記載の情報処理装置におい
て、 オペレーティング・システムから入力される描画関数を
中間データである前記描画データに変換し、前記プリン
ト・データ格納手段に前記描画データをスプールするス
プール手段を有することを特徴とする情報処理装置。
6. The information processing apparatus according to claim 3, wherein a drawing function input from an operating system is converted into the drawing data as intermediate data, and the drawing data is spooled in the print data storage unit. An information processing apparatus comprising spool means.
【請求項7】 請求項1に記載の情報処理装置におい
て、 前記該当する前記データ変換処理手段により前記データ
変換処理を行わせる前記適合処理手段は、 前記出力デバイスの処理速度に関する第1および第2の
パラメータを算出する算出手段と、 前記算出したパラメータにしたがって高速出力可能と判
断したデータ形式による処理を所定単位で選択する選択
手段とを有することを特徴とする情報処理装置。
7. The information processing apparatus according to claim 1, wherein said adaptation processing means for causing said data conversion processing means to perform said data conversion processing includes first and second processing speeds of said output device. An information processing apparatus, comprising: a calculating unit that calculates a parameter of the above; and a selecting unit that selects, in a predetermined unit, a process in a data format determined to be capable of high-speed output according to the calculated parameter.
【請求項8】 請求項7に記載の情報処理装置におい
て、 前記算出手段により、前記所定単位のページをバンドま
たはマトリクス単位で分割した仮想領域の前記チェック
手段によるチェック結果を読み込んで、前記第3変換手
段により変換した前記ページ記述言語形式データを前記
出力デバイスに送出したときの第1の処理時間と、前記
第1および第2変換手段により変換したイメージ・デー
タ形式の印刷命令を前記出力デバイスに送出したとき第
2の処理時間を求め、 前記選択手段により前記第1の処理時間と前記第2の処
理時間を比較して、高速出力可能と判断した形式による
処理を選択することを特徴とする情報処理装置。
8. The information processing device according to claim 7, wherein the calculation unit reads a check result of the virtual area obtained by dividing the page of the predetermined unit in a band or a matrix unit, and reads the check result by the third unit. A first processing time when the page description language format data converted by the conversion unit is sent to the output device, and a print command in an image data format converted by the first and second conversion units are output to the output device. A second processing time is obtained when the data is transmitted, and the first processing time is compared with the second processing time by the selection means, and a processing in a format determined to be capable of high-speed output is selected. Information processing device.
【請求項9】 請求項8に記載の情報処理装置におい
て、 前記算出手段は、前記描画命令の種類別コール回数、前
記サイズ情報、および装置自身の環境情報、並びに前記
出力デバイスの環境情報、レイアウト指定情報、および
出力階調数を基に前記第1の処理時間を算出することを
特徴とする情報処理装置。
9. The information processing apparatus according to claim 8, wherein the calculating means includes a number of calls for each type of the drawing command, the size information, environment information of the apparatus itself, environment information of the output device, and a layout. An information processing apparatus for calculating the first processing time based on designated information and the number of output gradations.
【請求項10】 請求項8に記載の情報処理装置におい
て、 前記算出手段は、前記仮想領域の最外郭描画領域および
装置自身の環境情報、並びに前記出力デバイスの環境情
報、レイアウト指定情報、および出力階調数を基に前記
第2の処理時間を算出することを特徴とする情報処理装
置。
10. The information processing apparatus according to claim 8, wherein said calculating means includes: an outermost drawing area of the virtual area and environment information of the apparatus itself; and environment information, layout designation information, and output of the output device. An information processing apparatus for calculating the second processing time based on the number of gradations.
【請求項11】 印刷すべき描画データを一時的にスプ
ールし、少なくとも1ページ分の描画データがスプール
された後で印刷データを生成する情報処理方法であっ
て、 スプールされる少なくとも1ページ分の描画データの内
容をチェックするチェック・ステップと、 複数のデータ変換処理手段を用い、前記スプールされた
描画データに基づいてデータ形式を変換して前記印刷デ
ータを生成するデータ変換ステップと、 出力先の出力デバイスのデバイス情報および前記チェッ
ク・ステップにおけるチェック結果に基づいて、前記印
刷すべき描画データのデータ形式を、複数種類のうち適
するデータ形式から所定単位で選択し、該当する前記デ
ータ変換処理手段によって前記適するデータ形式にデー
タ変換処理を行わせる適合処理ステップとを有すること
を特徴とする情報処理方法。
11. An information processing method for temporarily spooling drawing data to be printed and generating print data after at least one page of drawing data has been spooled, comprising: A check step of checking the contents of the drawing data; a data conversion step of converting the data format based on the spooled drawing data to generate the print data using a plurality of data conversion processing means; Based on the device information of the output device and the check result in the checking step, a data format of the drawing data to be printed is selected in a predetermined unit from a suitable data format among a plurality of types, and the corresponding data conversion processing means An adaptation process step of performing a data conversion process on the appropriate data format. An information processing method comprising:
【請求項12】 請求項11に記載の情報処理方法にお
いて、 前記適合処理ステップにおいて、前記出力デバイス毎の
機種情報、指定されたレイアウト情報、前記チェック・
ステップにおけるチェック結果に基づいた演算処理を行
って、前記データ変換処理を行わせることを特徴とする
情報処理方法。
12. The information processing method according to claim 11, wherein in the adaptation processing step, model information for each of the output devices, designated layout information,
An information processing method, comprising: performing an arithmetic process based on a check result in the step to perform the data conversion process.
【請求項13】 請求項11に記載の情報処理方法にお
いて、 前記適データ変換ステップにおいて、 前記チェック・ステップにおいてチェックした描画デー
タをプリント・データ格納手段に格納し、前記スプール
された描画データに対しRGB色空間で描画処理を行っ
てYMCK色空間のデータに変換する第1変換ステップ
と、前記スプールされた描画データに対しYMCK色空
間のデータ変換を行ってYMCK色空間で描画処理を行
う第2変換ステップと、前記スプールされた描画データ
に対し前記出力デバイスにより描画処理を行うページ記
述言語形式のデータに変換する第3変換ステップとを選
択的に実行することを特徴とする情報処理方法。
13. The information processing method according to claim 11, wherein, in the appropriate data conversion step, the drawing data checked in the checking step is stored in print data storage means, and the spooled drawing data is A first conversion step of performing a drawing process in an RGB color space to convert the data into a YMCK color space, and a second conversion process of performing a data conversion in the YMCK color space on the spooled drawing data to perform a drawing process in a YMCK color space. An information processing method, comprising selectively executing a conversion step and a third conversion step of converting the spooled drawing data into page description language format data for performing a drawing process by the output device.
【請求項14】 請求項13に記載の情報処理方法にお
いて、 前記プリント・データ格納手段に、前記チェックし、ス
プールされた描画データを前記複数種類のデータ形式の
全てに変換処理が可能なデータ形式で格納することを特
徴とする情報処理方法。
14. The information processing method according to claim 13, wherein said print data storage means converts said checked and spooled drawing data into all of said plurality of data formats. An information processing method characterized in that the information is stored in (1).
【請求項15】 請求項13に記載の情報処理方法にお
いて、 前記チェック・ステップは、 前記所定単位について描画命令の種類別コール回数、前
記スプールされた描画データのサイズ情報、および各描
画命令を実行したときの最外郭矩形を求めるステップ
と、 前記所定単位のページをバンドまたはマトリクス単位で
分割した仮想領域毎に、前記最外郭矩形の最外郭、関係
する前記描画命令のコール回数、および前記サイズ情報
を保持するステップとを有し、 1ページ分の前記スプールされた描画データを前記プリ
ント・データ格納手段に格納するときに、前記保持した
チェック結果と関連付けて格納することを特徴とする情
報処理方法。
15. The information processing method according to claim 13, wherein the checking step executes, for the predetermined unit, the number of calls for each type of drawing command, size information of the spooled drawing data, and executing each drawing command. Obtaining the outermost rectangle when the above is performed, and for each virtual area obtained by dividing the page of the predetermined unit in a band or matrix unit, the outermost outline of the outermost rectangle, the number of calls of the related drawing command, and the size information And storing the spooled drawing data for one page in the print data storage means in association with the stored check result. .
【請求項16】 請求項13に記載の情報処理方法にお
いて、 オペレーティング・システムから入力される描画関数を
中間データである前記描画データに変換し、前記プリン
ト・データ格納手段に前記描画データをスプールするス
テップを有することを特徴とする情報処理方法。
16. The information processing method according to claim 13, wherein a drawing function input from an operating system is converted into the drawing data as intermediate data, and the drawing data is spooled in the print data storage unit. An information processing method comprising steps.
【請求項17】 請求項11に記載の情報処理方法にお
いて、 前記該当する前記データ変換処理手段によりデータ変換
処理を行わせる前記適合処理ステップは、 前記出力デバイスの処理速度に関する第1および第2の
パラメータを算出する算出ステップと、 前記算出したパラメータにしたがって高速出力可能と判
断したデータ形式による処理を所定単位で選択する選択
ステップとを有することを特徴とする情報処理方法。
17. The information processing method according to claim 11, wherein the adaptation processing step of causing the data conversion processing means to perform data conversion processing includes first and second processing speeds of the output device. An information processing method comprising: a calculating step of calculating a parameter; and a selecting step of selecting, in a predetermined unit, a process in a data format determined to be capable of high-speed output according to the calculated parameter.
【請求項18】 請求項17に記載の情報処理方法にお
いて、 前記算出ステップにおいて、前記所定単位のページをバ
ンドまたはマトリクス単位で分割した仮想領域の前記チ
ェック・ステップにおけるチェック結果を読み込んで、
前記第3変換ステップにおいて変換した前記ページ記述
言語形式データを前記出力デバイスに送出したときの第
1の処理時間と、前記第1および第2変換ステップにお
いて変換したイメージ・データ形式の印刷命令を前記出
力デバイスに送出したとき第2の処理時間を求め、 前記選択ステップにおいて前記第1の処理時間と前記第
2の処理時間を比較して、高速出力可能と判断した形式
による処理を選択することを特徴とする情報処理方法。
18. The information processing method according to claim 17, wherein, in the calculating step, a check result in the check step of the virtual area obtained by dividing the page of the predetermined unit in a band or a matrix unit is read.
A first processing time when the page description language format data converted in the third conversion step is sent to the output device; and a print command in the image data format converted in the first and second conversion steps. Calculating a second processing time when the data is sent to the output device; comparing the first processing time and the second processing time in the selecting step to select a processing in a format determined to be capable of high-speed output; Characteristic information processing method.
【請求項19】 請求項18に記載の情報処理方法にお
いて、 前記算出ステップにおいて、前記描画命令の種類別コー
ル回数、前記サイズ情報、および装置自身の環境情報、
並びに前記出力デバイスの環境情報、レイアウト指定情
報、および出力階調数を基に前記第1の処理時間を算出
することを特徴とする情報処理方法。
19. The information processing method according to claim 18, wherein in the calculating step, the number of calls for each type of the drawing command, the size information, and environment information of the device itself,
An information processing method for calculating the first processing time based on environment information, layout designation information, and the number of output gradations of the output device.
【請求項20】 請求項18に記載の情報処理方法にお
いて、 前記算出ステップにおいて、前記仮想領域の最外郭描画
領域および装置自身の環境情報、並びに前記出力デバイ
スの環境情報、レイアウト指定情報、および出力階調数
を基に前記第2の処理時間を算出することを特徴とする
情報処理方法。
20. The information processing method according to claim 18, wherein, in the calculating step, the outermost drawing area of the virtual area and environment information of the apparatus itself, and the environment information, layout designation information, and output of the output device. An information processing method, wherein the second processing time is calculated based on the number of gradations.
【請求項21】 印刷すべき描画データを一時的にスプ
ールし、少なくとも1ページ分の描画データがスプール
された後で印刷データを生成する情報処理方法の制御プ
ログラムをコンピュータにより読み取り可能に記憶した
記憶媒体であって、 前記制御プログラムは、 スプールされる少なくとも1ページ分の描画データの内
容をチェックするチェック・ステップと、 複数のデータ変換モジュールを用い、前記スプールされ
た描画データに基づいてデータ形式を変換して前記印刷
データを生成するデータ変換ステップと、 出力先の出力デバイスのデバイス情報および前記チェッ
ク・ステップにおけるチェック結果に基づいて、前記印
刷すべき描画データのデータ形式を、複数種類のうち適
するデータ形式から所定単位で選択し、該当する前記デ
ータ変換モジュールによって前記適するデータ形式にデ
ータ変換処理を行わせる適合処理ステップとを有するこ
とを特徴とする記憶媒体。
21. A storage system in which a control program of an information processing method for temporarily spooling drawing data to be printed and generating print data after at least one page of drawing data is spooled is readable by a computer. A control step of: checking a content of drawing data of at least one page to be spooled; and using a plurality of data conversion modules, a data format based on the spooled drawing data. Converting a data format of the drawing data to be printed out of a plurality of types based on device information of an output device of an output destination and a check result in the check step; Select from the data format in predetermined units and Storage medium characterized by having a fitting process step of causing data transformation processing in the appropriate data format by the over data conversion module.
【請求項22】 請求項21に記載の記憶媒体におい
て、 前記適合処理ステップにおいて、前記出力デバイス毎の
機種情報、指定されたレイアウト情報、前記チェック・
ステップにおけるチェック結果に基づいた演算処理を行
って、前記データ変換処理を行わせることを特徴とする
記憶媒体。
22. The storage medium according to claim 21, wherein in the adaptation processing step, model information for each of the output devices, designated layout information,
A storage medium, which performs an arithmetic process based on a check result in the step to perform the data conversion process.
【請求項23】 請求項21に記載の記憶媒体におい
て、 前記データ変換ステップにおいて、 前記チェック・ステップにおいてチェックした描画デー
タをプリント・データ格納手段に格納し、前記スプール
された描画データに対しRGB色空間で描画処理を行っ
てYMCK色空間のデータに変換する第1変換ステップ
と、前記スプールされた描画データに対しYMCK色空
間のデータ変換を行ってYMCK色空間で描画処理を行
う第2変換ステップと、前記スプールされた描画データ
に対し前記出力デバイスにより描画処理を行うページ記
述言語形式のデータに変換する第3変換ステップを選択
的に実行することを特徴とする記憶媒体。
23. The storage medium according to claim 21, wherein, in the data conversion step, the drawing data checked in the checking step is stored in print data storage means, and the spooled drawing data is stored in RGB colors. A first conversion step of performing drawing processing in a space and converting the data into a YMCK color space, and a second conversion step of performing data conversion in the YMCK color space on the spooled drawing data and performing a drawing processing in a YMCK color space And a third conversion step of selectively converting the spooled drawing data into page description language format data for performing a drawing process by the output device.
【請求項24】 請求項23に記載の記憶媒体におい
て、 前記制御プログラムは、プリント・データ格納手段に、
前記チェックし、スプールされた描画データを前記複数
種類のデータ形式の全てに変換処理が可能なデータ形式
で格納するステップを有することを特徴とする記憶媒
体。
24. The storage medium according to claim 23, wherein the control program stores:
A storage medium having a step of storing the checked and spooled drawing data in a data format that can be converted into all of the plurality of types of data formats.
【請求項25】 請求項23に記載の記憶媒体におい
て、 前記チェック・ステップは、 前記所定単位について描画命令の種類別コール回数、前
記スプールされた描画データのサイズ情報、および各描
画命令を実行したときの最外郭矩形を求めるステップ
と、 前記所定単位のページをバンドまたはマトリクス単位で
分割した仮想領域毎に、前記最外郭矩形の最外郭、関係
する前記描画命令のコール回数、および前記サイズ情報
を保持するステップとを有し、 1ページ分の前記スプールされた描画データを前記プリ
ント・データ格納手段に格納するときに、前記保持した
チェック結果と関連付けて格納することを特徴とする記
憶媒体。
25. The storage medium according to claim 23, wherein, in the checking step, the number of calls for each type of drawing command, the size information of the spooled drawing data, and each drawing command are executed for the predetermined unit. Determining the outermost rectangle at the time, and, for each virtual area obtained by dividing the page of the predetermined unit in a band or matrix unit, the outermost outline of the outermost rectangle, the number of calls of the related drawing command, and the size information. And storing the spooled drawing data for one page in the print data storage means in association with the held check result.
【請求項26】 請求項23に記載の記憶媒体におい
て、 オペレーティング・システムから入力される描画関数を
中間データである前記描画データに変換し、前記プリン
ト・データ格納手段に前記描画データをスプールするス
テップを有することを特徴とする記憶媒体。
26. The storage medium according to claim 23, wherein a drawing function input from an operating system is converted into the drawing data as intermediate data, and the drawing data is spooled in the print data storage unit. A storage medium characterized by having:
【請求項27】 請求項21に記載の記憶媒体におい
て、 前記該当する前記データモジュールによりデータ変換処
理を行わせる前記適合処理ステップは、 前記出力デバイスの処理速度に関する第1および第2の
パラメータを算出する算出ステップと、 前記算出したパラメータにしたがって高速出力可能と判
断したデータ形式による処理を所定単位で選択する選択
ステップとを有することを特徴とする記憶媒体。
27. The storage medium according to claim 21, wherein said adaptation processing step of causing said corresponding data module to perform data conversion processing calculates first and second parameters relating to a processing speed of said output device. A storage medium, comprising: a calculation step of performing a calculation in accordance with the calculated parameter; and a selection step of selecting, in a predetermined unit, a process in a data format determined to be capable of high-speed output according to the calculated parameter.
【請求項28】 請求項27に記載の記憶媒体におい
て、 前記算出ステップにおいて、前記所定単位のページをバ
ンドまたはマトリクス単位で分割した仮想領域の前記チ
ェック・ステップにおけるチェック結果を読み込んで、
前記第3変換ステップにおいて変換した前記ページ記述
言語形式データを前記出力デバイスに送出したときの第
1の処理時間と、前記第1および第2変換ステップにお
いて変換したイメージ・データ形式の印刷命令を前記出
力デバイスに送出したとき第2の処理時間を求め、 前記選択ステップにおいて前記第1の処理時間と前記第
2の処理時間を比較して、高速出力可能と判断した形式
による処理を選択することを特徴とする記憶媒体。
28. The storage medium according to claim 27, wherein in the calculation step, a check result in the check step of the virtual area obtained by dividing the page of the predetermined unit in a band or a matrix unit is read.
A first processing time when the page description language format data converted in the third conversion step is sent to the output device; and a print command in the image data format converted in the first and second conversion steps. Calculating a second processing time when the data is sent to the output device; comparing the first processing time and the second processing time in the selecting step to select a processing in a format determined to be capable of high-speed output; Characteristic storage medium.
【請求項29】 請求項28に記載の記憶媒体におい
て、 前記算出ステップにおいて、前記描画命令の種類別コー
ル回数、前記サイズ情報、および装置自身の環境情報、
並びに前記出力デバイスの環境情報、レイアウト指定情
報、および出力階調数を基に前記第1の処理時間を算出
することを特徴とする記憶媒体。
29. The storage medium according to claim 28, wherein, in the calculating step, the number of calls for each type of the drawing command, the size information, and environment information of the apparatus itself,
And a storage medium for calculating the first processing time based on environment information, layout designation information, and the number of output gradations of the output device.
【請求項30】 請求項28に記載の記憶媒体におい
て、 前記算出ステップにおいて、前記仮想領域の最外郭描画
領域および装置自身の環境情報、並びに前記出力デバイ
スの環境情報、レイアウト指定情報、および出力階調数
を基に前記第2の処理時間を算出することを特徴とする
記憶媒体。
30. The storage medium according to claim 28, wherein, in the calculating step, the outermost drawing area of the virtual area and the environment information of the apparatus itself, the environment information of the output device, the layout designation information, and the output floor. A storage medium for calculating the second processing time based on a tone number.
【請求項31】 請求項21に記載の記憶媒体におい
て、 前記制御プログラムはプリンタ・ドライバ・プログラム
であることを特徴とする記憶媒体。
31. The storage medium according to claim 21, wherein said control program is a printer driver program.
JP2000100007A 2000-03-31 2000-03-31 Information processor, information processing method and storage medium Pending JP2001282498A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000100007A JP2001282498A (en) 2000-03-31 2000-03-31 Information processor, information processing method and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000100007A JP2001282498A (en) 2000-03-31 2000-03-31 Information processor, information processing method and storage medium

Publications (1)

Publication Number Publication Date
JP2001282498A true JP2001282498A (en) 2001-10-12

Family

ID=18614277

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000100007A Pending JP2001282498A (en) 2000-03-31 2000-03-31 Information processor, information processing method and storage medium

Country Status (1)

Country Link
JP (1) JP2001282498A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006019953A (en) * 2004-06-30 2006-01-19 Fuji Xerox Co Ltd Device, method, and program for transmitting image information
JP2009122273A (en) * 2007-11-13 2009-06-04 Fuji Xerox Co Ltd Image forming apparatus, controller, and program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006019953A (en) * 2004-06-30 2006-01-19 Fuji Xerox Co Ltd Device, method, and program for transmitting image information
JP4507723B2 (en) * 2004-06-30 2010-07-21 富士ゼロックス株式会社 Image information transfer apparatus, image information transfer system, image information transfer method, and image information transfer program
JP2009122273A (en) * 2007-11-13 2009-06-04 Fuji Xerox Co Ltd Image forming apparatus, controller, and program

Similar Documents

Publication Publication Date Title
JP4235347B2 (en) Information processing apparatus, information processing method, and storage medium
US7382484B2 (en) Information processing apparatus and its control method
US6796730B2 (en) Printing system and printing apparatus
US8472043B2 (en) Information processing apparatus and its control method for managing distributed processing
KR100757154B1 (en) Information processing apparatus and its control method
US20050275883A1 (en) Information processing apparatus and its control method
JP3962606B2 (en) Printing command generation apparatus and method, printing apparatus and control method thereof, information processing apparatus, and printing system
US20030011819A1 (en) Information processing device, information processing method, printing system, computer program and memory medium
US7023579B2 (en) Information processing apparatus, information processing method, and memory medium storing print control program therein
US20050219595A1 (en) Data processing apparatus, data processing method, printer driver, print control apparatus, print control method, and printing system
JP4095166B2 (en) Image processing apparatus and method
JP2004334401A (en) Printing controller
JP2007140952A (en) Distributed processing system and its processing method
JP2001282498A (en) Information processor, information processing method and storage medium
JP2003122521A (en) Print system, information processor, plotting method therefor, program and storage medium
JP2004326266A (en) Print control method, information processing device, and printer
JP2001047673A (en) Apparatus and method for processing data and memory medium with computer readable program stored thereon
JP2006163870A (en) Image forming apparatus
JP2001236193A (en) Information processing system and its processing method
JP2005349772A (en) Printing device and its control method
JP2000200161A (en) Information processor, print controller, printing system composed of the same and computer readable storage medium
JP2002007101A (en) Information processor and information processing method and storage medium
JPH11282639A (en) Image forming device and its controlling method
JP2005157857A (en) Data processor, method for controlling print, storage medium for storing computer readable program, and program
JP2001243029A (en) System and method for processing picture