JP2001236193A - Information processing system and its processing method - Google Patents

Information processing system and its processing method

Info

Publication number
JP2001236193A
JP2001236193A JP2000044931A JP2000044931A JP2001236193A JP 2001236193 A JP2001236193 A JP 2001236193A JP 2000044931 A JP2000044931 A JP 2000044931A JP 2000044931 A JP2000044931 A JP 2000044931A JP 2001236193 A JP2001236193 A JP 2001236193A
Authority
JP
Japan
Prior art keywords
information
unit
data
necessity
band
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
JP2000044931A
Other languages
Japanese (ja)
Inventor
Makoto Tomita
信 冨田
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 JP2000044931A priority Critical patent/JP2001236193A/en
Publication of JP2001236193A publication Critical patent/JP2001236193A/en
Pending legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To accelerate the processing speed of the plotting processing of image data. SOLUTION: Deformed plotting range subjected to expansion or reduction and plotting processing is acquired as plotting range information, the plotting necessity of plotting information held in a page unit is decided on the basis of the acquired plotting range information, and plotting processing is performed in accordance with the decided plotting necessity in the case of performing plotting processing in a band area unit.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えば、ホストコ
ンピュータで処理したデータをプリンタに転送して印刷
を行うような、データを加工して出力する情報処理シス
テムおよび情報処理方法に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an information processing system and an information processing method for processing and outputting data, such as transferring data processed by a host computer to a printer for printing.

【0002】[0002]

【従来の技術】従来の印刷システムにおける印刷制御方
法およびその処理の流れを、図6〜図10に基づいて説
明する。
2. Description of the Related Art A printing control method and a processing flow in a conventional printing system will be described with reference to FIGS.

【0003】図6に示すように、印刷システムは、一般
的には、セントロニクスインターフェースといったパラ
レル通信手段やネットワーク通信手段を介して、ホスト
コンピュータ200と印刷装置100とが接続されて構
成されている。
[0006] As shown in FIG. 6, a printing system is generally configured by connecting a host computer 200 and a printing apparatus 100 via parallel communication means such as a Centronics interface or network communication means.

【0004】ホストコンピュータ200側では、ワード
プロセッサや表計算のようなアプリケーションソフトウ
ェア201(以下アプリと略称)がWindows(米国Micro
soft社の登録商標)のような、いわゆる基本ソフト(基
本OS)の上で動作している。
On the host computer 200 side, application software 201 (hereinafter abbreviated as an application) such as a word processor or a spreadsheet is executed on Windows (Micro USA).
It operates on so-called basic software (basic OS), such as a registered trademark of Soft Corporation.

【0005】こうしたアプリケーションから印刷を行う
場合は、そのプログラム内から、基本ソフトが提供する
いくつかのサブシステムのうちグラフィック・サブ・シ
ステム202の機能を用いて行う。
When printing is performed from such an application, the function of the graphic subsystem 202 among several subsystems provided by the basic software is used from within the program.

【0006】このグラフィック・サブ・システムは、例
えばWindowsでは、GDI(GraphicDevice Interface)
2021と呼ばれており、ディスプレイ220や印刷装
置100に対する画像情報の処理を司っている。
[0006] For example, in Windows, this graphic subsystem is a GDI (Graphic Device Interface).
The image processing unit 2021 processes image information for the display 220 and the printing apparatus 100.

【0007】このGDI2021は、ディスプレイ22
0や印刷装置100といった各デバイス毎の依存性を吸
収するために、デバイスドライバと呼ばれるモジュール
を動的にリンクし、それぞれのデバイスに対する出力処
理を行う。プリンタに対するこのモジュールは、プリン
タ・ドライバ2022と呼ばれる。
The GDI 2021 is connected to the display 22
In order to absorb the dependence of each device such as the printer driver 100 and the printing apparatus 100, a module called a device driver is dynamically linked, and an output process is performed for each device. This module for a printer is called a printer driver 2022.

【0008】このプリンタ・ドライバ2022では、そ
の能力や機能などに応じて予めデバイスドライバに実装
することが決められているDDI(Device Driver Inte
rface)と呼ばれる関数群を用意する必要がある。
In the printer driver 2022, a DDI (Device Driver Interface) that is determined in advance to be installed in a device driver in accordance with the capability and function of the printer driver 2022 is determined.
It is necessary to prepare a group of functions called rface).

【0009】アプリのAPI(Application Programing
Interface)コールをGDI2021がデバイスドライ
バ用にデータ変換を行い、このDDI関数群が適宜GD
I2021からコールされ、所定の印刷処理が実行され
るような仕組みになっている。GDI2021では、こ
のようにプリンタ・ドライバを介してアプリから印刷要
求をシーケンシャルに処理している。
Application API (Application Programming)
Interface) call, the GDI 2021 performs data conversion for the device driver, and this DDI function group
It is configured to be called from I2021 to execute a predetermined print process. The GDI 2021 sequentially processes print requests from the application via the printer driver as described above.

【0010】このプリンタドライバの処理系は、PDL
モードタイプ(2023)とイメージモードタイプ(2
024〜2026)との2種類に大別できる。
The processing system of the printer driver is a PDL.
Mode type (2023) and image mode type (2
024-2026).

【0011】PDLモードタイプとは、印刷装置100
側にPDL(Page Description Language)と呼ばれる
制御コマンドを処理可能なコントローラを搭載するもの
向けで、プリンタドライバは、システムからDDIを介
して渡される情報をPDLのコマンドに変換し次第、G
DI2028を介して印刷装置100に送出する。
The PDL mode type refers to the printing apparatus 100.
Side is equipped with a controller capable of processing a control command called PDL (Page Description Language). The printer driver converts the information passed from the system via the DDI into a PDL command as soon as it is converted.
It is sent to the printing apparatus 100 via the DI 2028.

【0012】プリンタドライバの処理は、DDIで受け
取ったデータからコマンドを生成するだけなので、ドラ
イバにとっては軽い処理といえる。PDLモードタイプ
の特徴として、プリンタのPDLコマンドを解析する能
力が高ければGDI2021から抽象度の高いデータを
受け取り、そのまま送出できるので、通常のページ印刷
においては転送するデータサイズを小さくすることが可
能である。
The processing of the printer driver merely generates a command from the data received by the DDI, so it can be said that the processing is light for the driver. As a feature of the PDL mode type, if the printer has a high ability to analyze PDL commands, it can receive data with a high degree of abstraction from the GDI 2021 and send it out as it is, so that the data size to be transferred can be reduced in normal page printing. is there.

【0013】[0013]

【発明が解決しようとする課題】一方、イメージモード
タイプでは、印刷装置100側では高度な描画処理は行
わないよう、プリンタドライバ側で確保したメモリ空間
上に印刷イメージの展開を行い、その展開されたデータ
を印刷装置100で直接印刷できる形態に変換し、この
変換されたデータを印刷装置100に送って、印刷する
ものである。
On the other hand, in the image mode type, a print image is developed on a memory space secured by a printer driver so that a high-level drawing process is not performed on the printing apparatus 100 side. The converted data is converted into a format that can be directly printed by the printing apparatus 100, and the converted data is sent to the printing apparatus 100 and printed.

【0014】プリンタドライバの処理としては、PDL
モードタイプ同様に、GDIからDDIインターフェー
スを介して渡されたデータを用いてイメージモード用プ
リンタドライバ2024〜2026がバンドメモリ20
27に描画処理を行い、GDI2028を介して、印刷
装置100にビットマップデータを送出するものであ
る。
The processing of the printer driver includes PDL
Similarly to the mode type, the image mode printer drivers 2024 to 2026 are connected to the band memory 20 by using data passed from the GDI via the DDI interface.
27, and performs bitmap data to the printing apparatus 100 via the GDI 2028.

【0015】イメージモードの特徴として、高解像度カ
ラーイメージや複雑なグラフィックスデータの描画処理
が高速である。
As a feature of the image mode, the drawing process of a high-resolution color image or complicated graphics data is performed at a high speed.

【0016】しかし、文字や、簡単な図形でもページ全
体のイメージデータを送ることになるため、高速印刷が
苦手であるという課題がある。
However, there is a problem that high-speed printing is not good because image data of the entire page is transmitted even for characters and simple figures.

【0017】また、イメージモード(PDLモードも同
様)で描画処理を行うには、メモリ領域が必要である。
しかも、カラープリンタの場合、RGB各色8ビットで
600DPI,A4フルページ分のメモリを確保しよう
とすると96Mbyte必要であり、現状では、このよ
うなメモリ領域をホストマシンでも確保することは困難
である。
In order to perform a drawing process in the image mode (also in the PDL mode), a memory area is required.
In addition, in the case of a color printer, 96 Mbytes are required to secure a memory for 600 DPI and A4 full pages with 8 bits for each color of RGB. At present, it is difficult to secure such a memory area even in the host machine.

【0018】(バンドメモリを用いた描画処理)そこ
で、カラープリンタの描画処理は出力形式であるYMC
K各色1or2bitの色空間を使い、さらに、ページをい
くつかの領域に分割したバンドメモリを使うことによっ
て、描画処理用メモリの削減を行っている。
(Drawing Process Using Band Memory) The drawing process of the color printer is performed in the output format of YMC.
By using a color space of 1 or 2 bits for each color of K and using a band memory in which a page is divided into several areas, the memory for drawing processing is reduced.

【0019】このように、バンドメモリを用いて、1ペ
ージを複数のバンドに分割して描画処理を行うことをバ
ンディング処理と呼んでいる。このバンディング処理
は、OS又はプリンタドライバが1ページ分の描画命令
を保持し、各バンドに必要な印刷命令のみを処理するこ
とによって、各バンドの描画処理を実現するものであ
る。
As described above, dividing a page into a plurality of bands and performing drawing processing using the band memory is called banding processing. In the banding process, the OS or the printer driver holds a drawing command for one page and processes only a printing command necessary for each band, thereby realizing a drawing process for each band.

【0020】プリンタドライバがバンディング処理を行
う場合、1ページの描画命令おのおのが、どのバンドに
描画されるかを対応づける。その対応付けに従って、各
バンド毎に、そのバンドに対応づけられた描画命令のみ
描画処理することによって、各バンドの描画処理を実現
している。
When the printer driver performs the banding process, each drawing command of one page is associated with a band to be drawn. In accordance with the association, for each band, only the rendering command associated with the band is subjected to the rendering process, thereby realizing the rendering process for each band.

【0021】そして、このようなバンドメモリ2027
を用いた拡大縮小印刷の場合、バンド毎の描画処理の際
に各描画は拡大縮小されて描画される。
Then, such a band memory 2027
In the case of enlargement / reduction printing using, each drawing is drawn while being enlarged or reduced in the drawing process for each band.

【0022】1バンド分の描画処理終了後、バンドメモ
リ2027全体のスキャンを行い、各バンド内の描画領
域の最外郭を求め、その範囲のビットマップデータを印
刷命令として印刷装置100に転送する。
After the drawing process for one band is completed, the entire band memory 2027 is scanned, the outermost edge of the drawing area in each band is obtained, and the bitmap data in that range is transferred to the printing apparatus 100 as a print command.

【0023】図7を例に挙げると、図7(a)の加工前
の描画領域500における画像データ5001,500
2に対して、実際に描画オブジェクトが関係しているの
は、図7(b)のバンドメモリ2027に示す3バンド
であり、データ5051〜5053を印刷命令として転
送することになる。
Referring to FIG. 7 as an example, image data 5001 and 500 in a drawing area 500 before processing shown in FIG.
The drawing object actually relates to the three bands shown in the band memory 2027 in FIG. 7B, and the data 5051 to 5053 are transferred as a print command.

【0024】上述したようなバンドメモリ2027を用
いた描画処理において、縮小印刷の場合、各描画は縮小
されて描画される。その際、縮小された結果、重なり合
って描画結果が表面に現れない描画になる印刷命令が生
まれる。
In the drawing processing using the band memory 2027 as described above, in the case of reduced printing, each drawing is reduced and drawn. At that time, as a result of the reduction, a print command is generated in which the drawing is superimposed and the drawing result does not appear on the surface.

【0025】1例として、図8(a)に示す画像601
を1/2で縮小して印刷した場合には、全ての描画を縮
小して描画した結果、図8(b)に示す画像602が得
られる。
As an example, an image 601 shown in FIG.
Is reduced by half, and all the drawings are reduced and drawn. As a result, an image 602 shown in FIG. 8B is obtained.

【0026】他の例として、図9(a)に示す画像60
3を1/2で縮小して印刷した場合には、画像604が
得られる。これにより、画像604は、上記の画像60
2と同じものとなる。
As another example, an image 60 shown in FIG.
When 3 is reduced to 1/2 and printed, an image 604 is obtained. As a result, the image 604 becomes the image 60
It is the same as 2.

【0027】その結果、画像604を得るために、図1
0に示すような、実際の描画処理には関係のない画像6
05の描画領域までも描画しなくてはならない。
As a result, in order to obtain an image 604, FIG.
0, which is not related to the actual drawing process, as shown in FIG.
It is necessary to draw even the drawing area 05.

【0028】このように従来の拡大・縮小のような変倍
指令を伴った印刷処理において、全ての描画命令につい
て描画処理を行っているため、必要のない描画まで処理
しなくてはならず、高速な処理を行うことができないと
いう問題がある。
As described above, in the conventional print processing accompanied by a scaling command such as enlargement / reduction, drawing processing is performed for all drawing commands, so that unnecessary drawing must be processed. There is a problem that high-speed processing cannot be performed.

【0029】そこで、本発明の目的は、高速に描画処理
を行うことが可能な情報処理装置およびその処理方法を
提供することにある。
An object of the present invention is to provide an information processing apparatus and a processing method capable of performing a drawing process at high speed.

【0030】[0030]

【課題を解決するための手段】本発明は、情報処理装置
により処理したデータを出力装置によって出力処理する
情報処理システムであって、前記情報処理装置は、画像
情報を描画情報に変換し、該変換された描画情報を所定
の領域単位で保持するスプール手段と、前記変換された
描画情報に基づいて、データ解析を行う解析手段と、前
記データ解析の結果に基づいて、前記保持された描画情
報を描画処理するためのデバイスドライバーを選択する
選択手段と、前記変換された描画情報を所定の領域単位
で保持するに際して、当該所定の領域単位の描画情報
を、複数の描画領域に分割して描画範囲情報として登録
する登録手段と、前記登録された描画範囲情報から、描
画処理に用いる描画用バンド領域を決定する決定手段
と、前記決定された描画用バンド領域に、前記分割され
た複数の描画領域を結び付ける結合手段と、前記選択さ
れたデバイスドライバーを用いて、前記結び付けられた
複数の描画領域を、前記描画用バンド領域にバンド領域
単位で描画処理する描画手段と、前記描画用バンド領域
に描画処理されたデータと前記登録された描画範囲情報
とに基づいて、出力データを生成して前記出力装置に出
力するデータ出力手段とを具えることによって、情報処
理システムを構成する。
SUMMARY OF THE INVENTION The present invention is an information processing system for outputting data processed by an information processing device by an output device, wherein the information processing device converts image information into drawing information. A spool unit for holding the converted drawing information in a predetermined area unit; an analyzing unit for performing data analysis based on the converted drawing information; and the holding drawing information based on a result of the data analysis. Selecting means for selecting a device driver for performing a drawing process, and, when holding the converted drawing information in a predetermined area unit, dividing the drawing information in the predetermined area unit into a plurality of drawing areas for drawing. Registering means for registering as the range information; determining means for determining a drawing band area to be used for drawing processing from the registered drawing range information; Using the combining device that links the plurality of divided drawing areas to the drawing band area, and drawing the linked plurality of drawing areas on the drawing band area in band units using the selected device driver. Drawing means for processing, and data output means for generating output data based on the data drawn in the drawing band area and the registered drawing range information, and outputting the output data to the output device. Thus, an information processing system is configured.

【0031】本発明は、情報処理装置により処理したデ
ータを出力装置によって出力処理する情報処理方法であ
って、前記情報処理装置は、画像情報を描画情報に変換
し、該変換された描画情報を所定の領域単位で保持する
スプール工程と、前記変換された描画情報に基づいて、
データ解析を行う解析工程と、前記データ解析の結果に
基づいて、前記保持された描画情報を描画処理するため
のデバイスドライバーを選択する選択工程と、前記変換
された描画情報を所定の領域単位で保持するに際して、
当該所定の領域単位の描画情報を、複数の描画領域に分
割して描画範囲情報として登録する登録工程と、前記登
録された描画範囲情報から、描画処理に用いる描画用バ
ンド領域を決定する決定工程と、前記決定された描画用
バンド領域に、前記分割された複数の描画領域を結び付
ける結合工程と、前記選択されたデバイスドライバーを
用いて、前記結び付けられた複数の描画領域を、前記描
画用バンド領域にバンド領域単位で描画処理する描画工
程と、前記描画用バンド領域に描画処理されたデータと
前記登録された描画範囲情報とに基づいて、出力データ
を生成して前記出力装置に出力する出力工程とを具える
ことによって、情報処理方法を提供する。
The present invention is an information processing method for outputting data processed by an information processing device by an output device, wherein the information processing device converts image information into drawing information, and converts the converted drawing information. Based on a spooling step of holding in a predetermined area unit and the converted drawing information,
An analyzing step of performing data analysis, a selecting step of selecting a device driver for performing a drawing process on the held drawing information based on a result of the data analysis, and a conversion of the converted drawing information in a predetermined area unit. When holding
A registration step of dividing the drawing information in a predetermined area unit into a plurality of drawing areas and registering the drawing information as drawing range information; and a determining step of determining a drawing band area to be used for drawing processing from the registered drawing range information. Connecting the plurality of divided drawing areas to the determined drawing band area; and using the selected device driver to connect the plurality of linked drawing areas to the drawing band. A drawing step of performing a drawing process on an area in band units; and an output for generating output data based on the data processed in the drawing band area and the registered drawing range information, and outputting the generated output data to the output device. By providing the steps, an information processing method is provided.

【0032】本発明は、コンピュータによって、情報処
理装置により処理したデータを出力装置によって出力処
理するための制御プログラムを記録した媒体であって、
前記情報処理装置において、該制御プログラムはコンピ
ュータに、画像情報を描画情報に変換させ、該変換させ
た描画情報を所定の領域単位で保持させ、前記変換させ
た描画情報に基づいて、データ解析を行わせ、前記デー
タ解析の結果に基づいて、前記保持させた描画情報を描
画処理するためのデバイスドライバーを選択させ、前記
変換させた描画情報を所定の領域単位で保持させるに際
して、当該所定の領域単位の描画情報を、複数の描画領
域に分割させて描画範囲情報として登録させ、前記登録
させた描画範囲情報から、描画処理に用いる描画用バン
ド領域を決定させ、前記決定させた描画用バンド領域
に、前記分割された複数の描画領域を結び付けさせ、前
記選択させたデバイスドライバーを用いて、前記結び付
けさせた複数の描画領域を、前記描画用バンド領域にバ
ンド領域単位で描画処理させ、前記描画用バンド領域に
描画処理させたデータと前記登録させた描画範囲情報と
に基づいて、出力データを生成させて前記出力装置に出
力させることによって、情報制御プログラムを記録した
媒体を提供する。
According to the present invention, there is provided a medium recording a control program for causing a computer to output data processed by an information processing device by an output device,
In the information processing apparatus, the control program causes a computer to convert image information into drawing information, hold the converted drawing information in a predetermined area unit, and perform data analysis based on the converted drawing information. And causing the device driver to select a device driver for performing a drawing process on the held drawing information based on a result of the data analysis, and holding the converted drawing information in a predetermined area unit. The unit of drawing information is divided into a plurality of drawing areas, registered as drawing range information, a drawing band area used for drawing processing is determined from the registered drawing range information, and the determined drawing band area is determined. The plurality of divided drawing areas, and using the selected device driver, the plurality of linked drawing areas. The drawing device performs drawing processing in the drawing band area in band units, and generates output data based on the data drawn in the drawing band area and the registered drawing range information. To provide a medium in which the information control program is recorded.

【0033】本発明は、データ処理装置により処理した
データを印刷装置によって印刷する印刷システムであっ
て、前記データ処理装置は、画像情報を描画情報に変換
し、該変換された描画情報をページ単位で保持するスプ
ール手段と、前記変換された描画情報に基づいて、デー
タ解析を行う解析手段と、前記データ解析の結果に基づ
いて、前記保持された描画情報を描画処理するためのプ
リンタドライバーを選択する選択手段と、前記変換され
た描画情報をページ単位で保持するに際して、当該ペー
ジ単位の描画情報を、複数の描画領域に分割して描画範
囲情報として登録する登録手段と、前記登録された描画
範囲情報から、描画処理に用いる描画用バンド領域を決
定する決定手段と、前記決定された描画用バンド領域
に、前記分割された複数の描画領域を結び付ける結合手
段と、前記選択されたプリンタドライバーを用いて、前
記結び付けられた複数の描画領域を、前記描画用バンド
領域にバンド領域単位で描画処理する描画手段と、前記
描画用バンド領域に描画処理されたデータと前記登録さ
れた描画範囲情報とに基づいて、印刷データを生成して
前記印刷装置に出力するデータ出力手段とを具えること
によって、印刷システムを構成する。
The present invention is a printing system for printing data processed by a data processing device by a printing device, wherein the data processing device converts image information into drawing information, and converts the converted drawing information in page units. A spooling means for holding the data, an analyzing means for performing data analysis based on the converted drawing information, and a printer driver for performing drawing processing of the held drawing information based on a result of the data analysis. A registering unit that divides the page-based drawing information into a plurality of drawing areas and registers the drawing information as drawing range information when holding the converted drawing information in page units; Determining means for determining a drawing band area to be used for drawing processing from the range information; and Combining means for linking a plurality of drawing areas; drawing means for drawing the linked plurality of drawing areas to the drawing band area in band units using the selected printer driver; and A printing system is configured by including data output means for generating print data based on the data drawn in the band area and the registered drawing range information and outputting the print data to the printing apparatus.

【0034】本発明は、データ処理装置により処理した
データを印刷装置によって印刷する印刷方法であって、
前記データ処理装置は、画像情報を描画情報に変換し、
該変換された描画情報をページ単位で保持するスプール
工程と、前記変換された描画情報に基づいて、データ解
析を行う解析工程と、前記データ解析の結果に基づい
て、前記保持された描画情報を描画処理するためのプリ
ンタドライバーを選択する選択工程と、前記変換された
描画情報をページ単位で保持するに際して、当該ページ
単位の描画情報を、複数の描画領域に分割して描画範囲
情報として登録する登録工程と、前記登録された描画範
囲情報から、描画処理に用いる描画用バンド領域を決定
する決定工程と、前記決定された描画用バンド領域に、
前記分割された複数の描画領域を結び付ける結合工程
と、前記選択されたプリンタドライバーを用いて、前記
結び付けられた複数の描画領域を、前記描画用バンド領
域にバンド領域単位で描画処理する描画工程と、前記描
画用バンド領域に描画処理されたデータと前記登録され
た描画範囲情報とに基づいて、印刷データを生成して前
記印刷装置に出力する出力工程とを具えることによっ
て、印刷方法を提供する。
The present invention relates to a printing method for printing data processed by a data processing device by a printing device,
The data processing device converts the image information into drawing information,
A spooling step of holding the converted drawing information in page units; an analyzing step of performing data analysis based on the converted drawing information; and a storing step of storing the held drawing information based on a result of the data analysis. A selection step of selecting a printer driver for performing a drawing process, and, when holding the converted drawing information in units of pages, dividing the drawing information in units of pages into a plurality of drawing regions and registering the information as drawing range information A registration step, a determination step of determining a drawing band area to be used for a drawing process from the registered drawing range information,
A combining step of linking the plurality of divided drawing areas, and a drawing step of drawing the linked plurality of drawing areas to the drawing band area in band units using the selected printer driver; An output step of generating print data based on the data subjected to the drawing process in the drawing band area and the registered drawing range information, and outputting the print data to the printing apparatus. I do.

【0035】本発明は、コンピュータによって、データ
処理装置により処理したデータを印刷装置によって印刷
するための制御プログラムを記録した媒体であって、前
記データ処理装置において、該制御プログラムはコンピ
ュータに、画像情報を描画情報に変換させ、該変換させ
た描画情報をページ単位で保持させ、前記変換させた描
画情報に基づいて、データ解析を行わせ、前記データ解
析の結果に基づいて、前記保持させた描画情報を描画処
理するためのプリンタドライバーを選択させ、前記変換
させた描画情報をページ単位で保持させるに際して、当
該ページ単位の描画情報を、複数の描画領域に分割させ
て描画範囲情報として登録させ、前記登録させた描画範
囲情報から、描画処理に用いる描画用バンド領域を決定
させ、前記決定させた描画用バンド領域に、前記分割さ
れた複数の描画領域を結び付けさせ、前記選択させたプ
リンタドライバーを用いて、前記結び付けさせた複数の
描画領域を、前記描画用バンド領域にバンド領域単位で
描画処理させ、前記描画用バンド領域に描画処理させた
データと前記登録させた描画範囲情報とに基づいて、印
刷データを生成させて前記印刷装置に出力させることに
よって、印刷制御プログラムを記録した媒体を提供す
る。
The present invention is a medium in which a control program for printing data processed by a data processing device by a computer by a printing device is recorded. In the data processing device, the control program stores the image information in a computer. Is converted into drawing information, the converted drawing information is held in page units, data analysis is performed based on the converted drawing information, and the held drawing is performed based on the result of the data analysis. When a printer driver for drawing information is selected and the converted drawing information is held in page units, the drawing information in page units is divided into a plurality of drawing areas and registered as drawing range information, From the registered drawing range information, a drawing band area to be used for drawing processing is determined. The plurality of divided drawing areas are linked to the drawn band area, and the linked plurality of drawing areas are drawn in the drawing band area in band units using the selected printer driver. Processing, based on the data subjected to the drawing process in the drawing band area and the registered drawing range information, to generate print data and output the print data to the printing apparatus. provide.

【0036】ここで、前記描画範囲情報の登録に際し
て、前記ページ単位で保持された描画情報の描画必要性
を判断させ、当該判断させた描画必要性に応じて、前記
描画領域を決定させて前記描画範囲情報として登録させ
る。
At the time of registering the drawing range information, the necessity of drawing the drawing information held in page units is determined, and the drawing area is determined according to the determined drawing necessity. It is registered as drawing range information.

【0037】前記描画範囲情報の登録に際して、拡大率
指定に基づいて、拡大又は縮小させて描画処理を行った
変形後の描画範囲を描画範囲情報として取得させる。
When the drawing range information is registered, a deformed drawing range in which the drawing process is performed by enlarging or reducing the size based on the enlargement ratio designation is acquired as the drawing range information.

【0038】前記描画情報の描画必要性の判断に際し
て、前記取得した描画範囲情報に基づいて、前記所定の
領域単位で保持された描画情報の描画必要性を判断させ
る。
In determining the drawing necessity of the drawing information, the necessity of drawing the drawing information held in the predetermined area unit is determined based on the obtained drawing range information.

【0039】前記バンド領域単位での描画処理に際し
て、前記判断させた描画必要性に応じて、描画処理を行
わせる。
At the time of the drawing process in the unit of the band area, the drawing process is performed according to the determined drawing necessity.

【0040】[0040]

【発明の実施の形態】以下、図面を参照して、本発明の
実施の形態を詳細に説明する。
Embodiments of the present invention will be described below in detail with reference to the drawings.

【0041】(システム構成)本発明の主要な構成を説
明する前に、本発明である情報処理システムを印刷シス
テムに適用した場合の概略構成について説明する。
(System Configuration) Before describing the main configuration of the present invention, a schematic configuration when the information processing system of the present invention is applied to a printing system will be described.

【0042】図1は、本印刷システムを構成するホスト
コンピュータ300、および、印刷装置100の概略構
成を示す。
FIG. 1 shows a schematic configuration of a host computer 300 and a printing apparatus 100 which constitute the printing system.

【0043】(印刷装置)まず、印刷装置100の概略
構成を、図5に基づいて説明する。ここでは、印刷装置
100として、カラーレーザービームプリンタ(以下、
カラーLBPという)を例に挙げて説明する。なお、前
述した従来例と同一部分についてはその説明を省略し、
同一符号を付す。
(Printing Apparatus) First, a schematic configuration of the printing apparatus 100 will be described with reference to FIG. Here, as the printing apparatus 100, a color laser beam printer (hereinafter, referred to as a color laser beam printer)
This will be described using color LBP as an example. The description of the same parts as those of the conventional example described above is omitted,
The same reference numerals are given.

【0044】図5は、600ドット/インチ(dpi)
の解像度を有し、各色成分各画素が8ビットで表現され
た多値データに基づいて画像記録を行うカラーLBP1
00の構造を示す。
FIG. 5 shows 600 dots / inch (dpi).
Color LBP1 which has an image resolution and performs image recording based on multi-valued data in which each pixel of each color component is represented by 8 bits
00 shows the structure of 00.

【0045】このカラーLBP100は、外部に接続さ
れているホスト・コンピュータ300などから供給され
るプリントデータ(文字コードや画像データ等)及び制
御コードからなる印刷情報を入力して記憶すると共に、
それらの情報に従って対応する文字パターンやイメージ
等を作成し、記憶媒体である記録紙上に画像を形成する
ものである。
The color LBP 100 receives and stores print data (character codes, image data, and the like) and control information supplied from an externally connected host computer 300 and the like.
A corresponding character pattern, image, or the like is created according to the information, and an image is formed on a recording sheet as a storage medium.

【0046】110は、ホスト・コンピュータ300か
ら供給される印刷情報を解析し印刷イメージの生成処理
を行うと共に、カラーLBP本体100の制御を行うフ
ォーマッタ制御部である。
Reference numeral 110 denotes a formatter control unit which analyzes print information supplied from the host computer 300 to generate a print image and controls the color LBP main body 100.

【0047】フォーマッタ制御部110は、ユーザによ
る操作およびユーザに対する状態通知のためのスイッチ
およびLED表示器等が配されているオペレーション・
パネル部120と接続されており、このパネル部はカラ
ーLBP100の外装の一部として配設されている。
The formatter control unit 110 is provided with an operation unit including a switch for operating the user and notifying the user of the status, an LED display, and the like.
It is connected to a panel section 120, and this panel section is provided as a part of the exterior of the color LBP 100.

【0048】フォーマッタ制御部110において生成さ
れた最終的な印刷イメージは、ビデオ信号として出力制
御部130に送出され、出力制御部130は印刷装置1
00の各種センサ(図示せず)からの状態入力と共に、
光学ユニット140および各種駆動系機構部に対して制
御信号を出力し、印刷装置100としての印刷処理の制
御を司るものである。150は、印刷処理を実行するプ
リンタエンジンである。
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
With the status input from various sensors (not shown) of 00,
A control signal is output to the optical unit 140 and various drive system mechanisms to control the printing process of the printing apparatus 100. Reference numeral 150 denotes a printer engine that executes a printing process.

【0049】そして、図5に示すカラーLBP100に
おいて、給紙カセット161から給紙された用紙Pは、
その先端をグリッパ154fにより挟持されて、転写ド
ラム154の外周に保持される。
In the color LBP 100 shown in FIG. 5, the paper P fed from the paper feed cassette 161 is
The leading end is held by the gripper 154f, and is held on the outer periphery of the transfer drum 154.

【0050】光学ユニット140により感光ドラム15
1上に形成された各色の潜像は、イエロー(Y),マゼ
ンタ(M),シアン(C),ブラック(B)の各色現像
器Dy,Dm,Dc,Dbにより現像化されて、転写ド
ラム外周の用紙に複数回転写されて多色画像が形成され
る。
The photosensitive drum 15 is controlled by the optical unit 140.
The latent images of the respective colors formed on the developing drum 1 are developed by respective color developing units Dy, Dm, Dc and Db of yellow (Y), magenta (M), cyan (C) and black (B), and are transferred to a transfer drum. The image is transferred a plurality of times to the outer peripheral paper to form a multicolor image.

【0051】その後、用紙Pは、転写ドラム154より
分離されて、定着ユニット155で定着され、排紙部1
59より排紙トレー部160に排出される。
Thereafter, the paper P is separated from the transfer drum 154, fixed by the fixing unit 155, and
From 59, the paper is discharged to the paper discharge tray unit 160.

【0052】ここで、各色の現像器Dy,Dm,Dc,
Dbは、その両端に回転支軸を有し、各々がその軸を中
心に回転可能となるように現像器選択機構部152に保
持される。
Here, the developing units Dy, Dm, Dc,
Db has rotatable support shafts at both ends thereof, and is held by the developing device selection mechanism 152 so that each can be rotated about the shaft.

【0053】これによって、各現像器Dy,Dc,D
b,Dnは、現像器選択のために現像器選択機構部15
2が回転軸152aを中心にして回転しても、その姿勢
を一定に維持できる構成をとっている。選択された現像
器が現像位置に移動後、現像器選択機構部152は現像
器と一体で支点153bを中心にして、選択機構保持フ
レーム153がソレノイド153aにより感光ドラム1
51方向へ引っ張られ、感光ドラム151方向へ移動し
現像処理が行われるように構成されている。
Thus, each developing unit Dy, Dc, D
b and Dn are used to select a developing device.
Even if 2 rotates about the rotation shaft 152a, the posture can be maintained constant. After the selected developing device is moved to the developing position, the developing device selecting mechanism 152 is integrated with the developing device, and the selecting mechanism holding frame 153 is moved around the fulcrum 153b by the solenoid 153a.
It is configured to be pulled in the direction of 51 and moved in the direction of the photosensitive drum 151 to perform the developing process.

【0054】次に、帯電器156によって感光ドラム1
51が所定の極性に均一に帯電される。フォーマッタ制
御部110において画像イメージとして展開された印刷
情報は、対応するパターンのビデオ信号に変換されレー
ザドライバに出力され、半導体レーザ141を駆動す
る。
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, output to the laser driver, and drives the semiconductor laser 141.

【0055】入力されたビデオ信号に応じて半導体レー
ザ141から発射されるレーザ光はオン・オフ制御さ
れ、さらにスキャナモータ143によって高速回転する
ポリゴンミラー142で左右方向に振らされ、ポリゴン
レンズ134、反射鏡144を介して感光ドラム151
上を走査露光する。これにより、感光ドラム151上に
は画像パターンの静電潜像が形成されることになる。
The laser light emitted from the semiconductor laser 141 in accordance with the input video signal is controlled to be turned on and off. Further, the laser light is swung right and left by a polygon mirror 142 rotating at high speed by a scanner motor 143, and reflected by a polygon lens 134. Photosensitive drum 151 via mirror 144
The upper side is exposed by scanning. As a result, an electrostatic latent image of an image pattern is formed on the photosensitive drum 151.

【0056】次に、例えば、M(マゼンタ)色の静電潜
像がM(マゼンタ)色の現像器Dmにより現像され、感
光体ドラム151上にM(マゼンタ)色の第1のトナー
像が形成される。
Next, for example, an M (magenta) color electrostatic latent image is developed by an M (magenta) color developing unit Dm, and a first M (magenta) toner image is formed on the photosensitive drum 151. It is formed.

【0057】一方、所定のタイミングで転写紙Pが給紙
され、トナーと反対極性(例えば、プラス極性)の転写
バイアス電圧が転写ドラム154に印加され、感光体ド
ラム151上の第1トナー像が転写紙Pに転写されると
共に、転写紙Pが転写ドラム154の表面に静電吸着さ
れる。
On the other hand, the transfer 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 formed. While being transferred to the transfer paper P, the transfer paper P is electrostatically attracted to the surface of the transfer drum 154.

【0058】その後、感光ドラム151はクリーナー1
57によって残留するM(マゼンタ)色トナーが除去さ
れ、次の色の潜像形成及び現像行程に備える。以下同様
の手順によってC(シアン),Y(イエロー),Bk
(ブラック)の順で第2,3,4色目のトナー像の転写
が行われる。
Thereafter, the photosensitive drum 151 is connected to the cleaner 1
57 removes the remaining M (magenta) color toner and prepares 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).

【0059】ただし、各色の転写時には、転写ドラム1
54には前回よりも高いバイアス電圧が印加される点は
異なる。4色のトナー像が重畳転写された転写紙Pの先
端部が分離位置に近づくと、分離爪158が接近してそ
の先端が転写ドラム154の表面に接触し、転写紙Pを
転写ドラム154から分離される。分離された転写紙P
は定着ユニット155に搬送され、ここで転写紙上のト
ナー像が定着されて排紙トレイ160上に排出される。
However, when transferring each color, the transfer drum 1
The difference is that a bias voltage higher than the previous one is applied to 54. When the leading end of the transfer paper P on which the four color toner images are superimposed and transferred approaches the separation position, the separation claw 158 approaches and the leading end contacts the surface of the transfer drum 154, and the transfer paper P is transferred from the transfer drum 154. Separated. Transfer paper P separated
Is transported to a fixing unit 155, where the toner image on the transfer paper is fixed and discharged onto a discharge tray 160.

【0060】本例のカラーレーザビームプリンタは、以
上のような画像形成過程を経て600ドット/インチ
(dpi)の解像度で画像出力を行う。なお、本発明を
適用可能なプリンタは、カラーLBPに限られるもので
はなく、インクジェットプリンタやサーマルプリンタ
等、他のプリント方式のカラープリンタでもよい。
The color laser beam printer of this embodiment outputs an image at a resolution of 600 dots / inch (dpi) through the above-described image forming process. The printer to which the present invention can be applied is not limited to the color LBP, but may be a color printer of another printing method such as an ink jet printer or a thermal printer.

【0061】次に、カラーLBP100におけるフォー
マッタ制御部110内の構成について説明する。
Next, the configuration inside the formatter control section 110 in the color LBP 100 will be described.

【0062】このフォーマット制御部110は、通常
は、PDLコントローラなどとも呼ばれている部分であ
り、ホスト・コンピュータ300との接続手段であると
ころのインターフェース(I/F)部111、受信デー
タ等を一時的に保持管理するための受信バッファ112
1、送信データ等を一時的に保持管理するための送信バ
ッファ1122、印刷データの解析を司るコマンド解析
部113、印刷制御処理実行部114、描画処理実行部
115、ページメモリ116等より構成されている。
The format control unit 110 is usually called a PDL controller or the like. The format control unit 110 controls an interface (I / F) unit 111 serving as a means for connecting to the host computer 300 to receive data and the like. Receive buffer 112 for temporarily holding and managing
1, a transmission buffer 1122 for temporarily storing and managing transmission data and the like, a command analysis unit 113 for analyzing print data, a print control processing execution unit 114, a drawing processing execution unit 115, a page memory 116, and the like. I have.

【0063】インターフェース(I/F)部111は、
ホスト・コンピュータ300との印刷データの送受信を
行う通信手段であり、通信プロトコルとして、IEEE
−1284に準拠した通信を可能とするものである。
The interface (I / F) unit 111
Communication means for transmitting and receiving print data to and from the host computer 300. The communication protocol is IEEE
This enables communication conforming to -1284.

【0064】ただし、本発明では、この通信手段に限定
するものでなく、ネットワークを介してさまざまなプロ
トコルによる接続であってもよいし、IEEE−139
4に準じた通信手段であってもよい。このインターフェ
ース部111を通して受信した印刷データは、そのデー
タを一時的に保持する記憶手段である受信バッファ11
21に逐次蓄積され、必要に応じてコマンド解析部11
3または描画処理実行部115によって読み出され処理
される。
In the present invention, however, the present invention is not limited to this communication means, and may be connected by various protocols via a network.
4 may be used. The print data received through the interface unit 111 is stored in a reception buffer 11 serving as a storage unit for temporarily storing the data.
And stored in the command analysis unit 11 as needed.
3 or by the drawing processing execution unit 115.

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

【0066】描画処理実行部115では、文字やイメー
ジの各描画オブジェクトをページメモリ116に逐次展
開して行くレンダラである。図1において、前述したカ
ラーLBP300に対しては、MCYKの面順次でペー
ジデータを送出する必要があるが、標準状態では、その
ために必要なメモリを全て確保するわけではなく、1プ
レーン(1or2bit/pixel )の数分の1のバンド領域と
してメモリが確保され、そのバンド領域を使い回して画
像をエンジン速度に同期して処理するように構成されて
いる。
The rendering processing execution unit 115 is a renderer that sequentially develops each rendering object such as a character or an image in the page memory 116. In FIG. 1, it is necessary to send page data in MCYK plane order to the above-described color LBP 300. However, in the standard state, not all the memory required for this is secured, and one plane (1 or 2 bit / A memory is secured as a band area that is a fraction of a pixel (pixel), and the band area is reused to process an image in synchronization with the engine speed.

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

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

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

【0070】(ホストコンピュータ)次に、印刷システ
ムを構成するホスト・コンピュータ300の概略構成
を、図1に基づいて説明する。
(Host Computer) Next, a schematic configuration of the host computer 300 constituting the printing system will be described with reference to FIG.

【0071】図1において、200はホスト・コンピュ
ータであり、プリントデータ及び制御コードからなる印
刷情報を印刷装置100に出力するものである。ホスト
・コンピュータ300は、入力デバイスであるところの
キーボード310やポインティングデバイスであるとこ
ろのマウス311と、表示デバイスであるディスプレイ
・モニタ320を合わせた1つのコンピュータ・システ
ムとして構成されている。
In FIG. 1, reference numeral 200 denotes a host computer for outputting print information including print data and control codes to the printing apparatus 100. The host computer 300 is configured as a single computer system including a keyboard 310 as an input device, a mouse 311 as a pointing device, and a display monitor 320 as a display device.

【0072】ホスト・コンピュータ300は、Windows
NTなどの基本OSによって動作しているものとする。
ホスト・コンピュータ300側について、本発明に関す
る機能的な部分にのみ注目し、基本OS上での機能を大
きく分類すると、アプリケーションソフトウェア30
1、グラフィック・サブ・システム302、印刷情報格
納手段および印刷装置との通信手段を含むスプール・サ
ブ・システム303に大別される。
The host computer 300 is a Windows
It is assumed that it is operated by a basic OS such as NT.
On the host computer 300 side, focusing only on the functional parts related to the present invention and broadly classifying the functions on the basic OS, the application software 30
1, a spool subsystem 303 including a graphic subsystem 302, a print information storage unit, and a communication unit with a printing apparatus.

【0073】アプリケーションソフトウェア301は、
例えば、ワープロや表計算などの基本ソフトウェア上で
動作する応用ソフトウェアを指すものである。グラフィ
ック・サブ・システム302は、基本OSの機能の一部
であるGraphic Device Interface(以後、GDIと記
す)3021とそのGDIから動的にリンクされるデバ
イスドライバであるところのプリンタ・ドライバ302
2とによって構成されている。
The application software 301 is
For example, it refers to application software that operates on basic software such as a word processor or a spreadsheet. The graphic subsystem 302 includes a Graphic Device Interface (hereinafter referred to as GDI) 3021 which is a part of the function of the basic OS, and a printer driver 302 which is a device driver dynamically linked from the GDI.
And 2.

【0074】プリンタドライバ3022は、GDI30
21からDDI(Device Driver Interface )というイ
ンターフェースを介してコールされ、デバイスに応じた
処理を描画オブジェクト毎に行うものである。本システ
ムでは、DDI関数に渡された情報をページ単位でPD
F3031(ページデータファイル)としてスプールす
るわけだが、その際に、プリンタドライバ3022から
描画オブジェクトの種類、サイズ、描画範囲をチェック
するモジュールであるプリチェック(PreChek)モジュ
ール3023をコールすることで、そのページのデータ
解析を行う。チェックした結果は、ページ単位でGDI
3021を通じてPCF(実体はRAM又はハードディ
スク上)(プレチェックファイル)としてセーブする。
The printer driver 3022 is the GDI 30
21 is called via a DDI (Device Driver Interface) interface, and performs processing according to the device for each drawing object. In this system, the information passed to the DDI function is
The spool is spooled as F3031 (page data file). At this time, by calling a pre-check (PreChek) module 3023 which is a module for checking the type, size, and drawing range of the drawing object from the printer driver 3022, Perform data analysis of The result of the check is GDI
Save as PCF (actually on RAM or hard disk) (precheck file) through 3021.

【0075】スプール・サブ・システム303は、グラ
フィック・サブ・システム302の後段に位置するプリ
ンタ・デバイスに特有のサブ・システムであり、デスプ
ーラと呼ばれている。
The spool subsystem 303 is a subsystem unique to a printer device located downstream of the graphic subsystem 302, and is called a despooler.

【0076】デスプーラは、印刷情報格納手段としての
PDF3031、ページ単位のチェック結果であるPC
F3032を読み込み、PCF3032の結果に基づい
てPDF3031を処理するドライバ(3034〜30
37)を決定し、決定したドライバでデスプール処理を
行うものである。
The despooler is a PDF 3031 as a print information storage unit, and a PC which is a check result of each page.
F3032, and a driver (3034 to 3034) that processes the PDF 3031 based on the result of the PCF 3032.
37), and the despooling process is performed by the determined driver.

【0077】その際、描画必要性判別部3040によっ
て印刷結果にとって必要な描画命令かを判断され、ドラ
イバ(3034〜3037)に渡され描画されるかが決
定される。
At this time, the drawing necessity judging unit 3040 judges whether the drawing command is necessary for the print result, and passes it to the drivers (3034 to 3037) to determine whether to draw.

【0078】選択されたドライバ3034〜3037
は、イメージモードであれば、バンドメモリ3038を
用いてイメージ展開を行い、PDLモードであればスプ
ールファイルからPDLコマンドへの変換処理を行い、
I/F3039を介してプリンタにデータを送出する。
The selected drivers 3034 to 3037
In the image mode, the image is expanded using the band memory 3038, and in the PDL mode, the spool file is converted into the PDL command.
The data is sent to the printer via the I / F 3039.

【0079】基本OSによって、上述したこれらの名称
や機能的な枠組みは若干異なる場合があるが、本発明で
いう各技術的手段が実現できるモジュールであれば、そ
れらの名称や枠組みは本発明にとってあまり大きな問題
ではない。
Depending on the basic OS, the above-mentioned names and functional frameworks may be slightly different. However, as long as the modules are capable of realizing the technical means of the present invention, the names and frameworks of the present invention are different from those of the present invention. Not a big problem.

【0080】例えば、スプーラやスプールファイルと呼
ばれるものは、別のOSによってプリント・キューと呼
ばれるモジュールに処理を組み込むことによっても実現
可能である。
For example, what is called a spooler or a spool file can be realized by incorporating a process into a module called a print queue by another OS.

【0081】なお、一般的に、これらの各機能モジュー
ルを含むホスト・コンピュータ300は、中央演算処理
装置(CPU)、リードオンリーメモリ(ROM)、ラ
ンダムアクセスメモリ(RAM)、ハードディスクドラ
イブ(HDD)、各種入出力制御部(I/O)などのハ
ードウェアの元で、基本ソフトと呼ばれるソフトウェア
がその制御を司り、その基本ソフトの元で、それぞれの
応用ソフト、サブ・システム・プロセスが機能モジュー
ルとして動作するようになっている。 (ホスト側プリンタドライバの処理)本発明を実現する
ためには、1ページ分の描画情報から描画範囲を求める
必要がある。そのためには、DDI関数に渡された情報
を一旦スプールし、その際に描画範囲をチェック、すべ
ての描画オブジェクトの描画領域チェック終了後、描画
領域情報に従って、スプールしたデータの描画処理を行
うことが必要である。
Generally, the host computer 300 including these functional modules includes a central processing unit (CPU), a read only memory (ROM), a random access memory (RAM), a hard disk drive (HDD), Under the hardware such as various input / output control units (I / O), software called basic software controls the control, and under the basic software, each application software and sub-system process are function modules. It is supposed to work. (Processing of Host-side Printer Driver) In order to realize the present invention, it is necessary to obtain a drawing range from drawing information for one page. For this purpose, the information passed to the DDI function is spooled once, the drawing range is checked at that time, and after the drawing area check of all the drawing objects is completed, the drawing processing of the spooled data is performed according to the drawing area information. is necessary.

【0082】そこで、本発明を実現するためには、ホス
トマシンで動くプリンタドライバにおいて、最低限以下
の機能が必要である。 1)描画データのスプール処理 2)変形後描画範囲取得処理 3)無効描画判別処理 4)可変バンディング対応イメージドライバの処理 以下、各部の処理を、図3および図4に基づいて説明す
る。
Therefore, in order to realize the present invention, the printer driver operating on the host machine needs at least the following functions. 1) Spool processing of drawing data 2) Processing for obtaining a drawing range after deformation 3) Invalid drawing discrimination processing 4) Processing of an image driver supporting variable banding The processing of each unit will be described below with reference to FIGS. 3 and 4.

【0083】1)描画データスプール処理 図2のPDF3031を用いたスプール処理について説
明する。なお、ここでは、Windows NT4.0を例にと
る。
1) Drawing Data Spool Processing The spool processing using the PDF 3031 shown in FIG. 2 will be described. Here, Windows NT 4.0 is taken as an example.

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

【0085】DrvCopyBits(),DryBitBlt(),DrvStretchBl
t(),DrvStrokePath(),DrvFillPath(),DrvStrokeAndFil
lPath(),DrvPaint(),DrvTextOut() これらの関数には、引数を介して、GDI3021から
描画オブジェクトが渡される。
DrvCopyBits (), DryBitBlt (), DrvStretchBl
t (), DrvStrokePath (), DrvFillPath (), DrvStrokeAndFil
lPath (), DrvPaint (), DrvTextOut () The drawing object is passed from the GDI 3021 to these functions via arguments.

【0086】例えば、イメージの描画処理関数であるDr
vCopyBits() の引数は BOOL DrvCopyBits( SURFOBJ *psoDest, //描画先メモリに繋がるハンドル SURFOBJ *psoSrc, //ソースデータに繋がるハンドル CLIPOBJ *pco, //クリップ情報のハンドル XLATEOBJ *pxlo, //色変換情報のハンドル RECTL *prclDest //描画先矩形領域 POINTL *pptlSrc //ソースデータの左上の座標 ) となっている。
For example, an image drawing processing function Dr
The argument of vCopyBits () is BOOL DrvCopyBits (SURFOBJ * psoDest, // handle connected to drawing destination memory SURFOBJ * psoSrc, // handle connected to source data CLIPOBJ * pco, // handle of clip information XLATEOBJ * pxlo, // color conversion Information handle RECTL * prclDest // destination rectangular area POINTL * pptlSrc // upper left coordinates of source data)

【0087】イメージモードでは、psoDest とprclDest
が示す先にpsoSrcとpptlSrc が示すイメージをpco が示
す領域に限りコピー処理を行えばよい。
In the image mode, psoDest and prclDest
It is only necessary to copy the image indicated by psoSrc and pptlSrc to the area indicated by pco first, as indicated by.

【0088】まず、スプールデータを、ページ単位で保
持する(ステップS1)。
First, spool data is held in page units (step S1).

【0089】そこで、図2のPDF3031は、ページ
を特定するためのpageID801に続いて、ページのサ
イズや、データサイズ、格納したオブジェクト数等を保
持するページ情報PageInfo802をヘッダとして持つ。
Therefore, the PDF 3031 shown in FIG. 2 has, as a header, page information PageInfo 802 holding the page size, data size, the number of stored objects, and the like, following the page ID 801 for specifying the page.

【0090】続いて、DDI関数でコールされた描画関
数を示す番号803が入る。ここでは、DrvCopyBits を
例に説明を行う。
Subsequently, a number 803 indicating the drawing function called by the DDI function is entered. Here, DrvCopyBits will be described as an example.

【0091】Datasize804は、DrvCopyBits のスプー
ルにかかったサイズである。
Datasize 804 is the size of the spool of DrvCopyBits.

【0092】SoDset805は、DrvCopyBits() 関数に渡
される描画先のサーフェース情報を示すpsoDest であ
り、獲得可能な情報を格納する。
The SoDset 805 is psoDest indicating the surface information of the drawing destination passed to the DrvCopyBits () function, and stores information that can be obtained.

【0093】soSrc806は、DrvCopyBits() 関数に渡
されるソースサーフェース情報を示すpsoDest であり、
獲得可能な情報を格納する。
SoSrc 806 is psoDest indicating the source surface information passed to the DrvCopyBits () function,
Stores information that can be obtained.

【0094】ソースイメージデータ807は、psoSrcか
ら獲得可能なソースイメージデータの実態である。
[0094] The source image data 807 is the actual state of the source image data that can be obtained from psoSrc.

【0095】Co808は、DrvCopyBits() 関数に渡され
る描画先のクリップ情報をpco から獲得可能な情報を格
納する。
The Co 808 stores information that enables the clip information of the drawing destination passed to the DrvCopyBits () function to be obtained from pco.

【0096】また、クリップデータが存在する場合は、
その後にクリップデータ809を格納する。
If clip data exists,
After that, the clip data 809 is stored.

【0097】xlo810は、DrvCopyBits() 関数に渡さ
れる色変換情報を示すpxolであり、獲得可能な情報を格
納する。
Xlo 810 is pxol indicating color conversion information passed to the DrvCopyBits () function, and stores obtainable information.

【0098】rclDest811は、DrvCopyBits() 関数に
渡される描画先のサーフェース上の矩形を示すprclDest
から獲得可能な情報を格納する。
RclDest 811 is a prclDest indicating a rectangle on the drawing destination surface passed to the DrvCopyBits () function.
Stores information obtainable from.

【0099】PtlSrc 813は、DrvCopyBits() 関数に
渡されるソースサーフェース上のどの位置から描画を行
うかを示すpptlSrc から獲得可能な情報を格納する。
The PtlSrc 813 stores information that can be obtained from pptlSrc that indicates to which position on the source surface the drawing is to be performed and that is passed to the DrvCopyBits () function.

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

【0101】デスプール時には、デスプーラ3033が
選択されたドライバのDDI関数にスプールした情報に
戻して渡すことによって、DDI関数仕様のままで、こ
れまでのプリンタドライバ動作が可能である。
At the time of despooling, by returning the spooled information to the DDI function of the selected driver by the despooler 3033 and passing it, the printer driver operation up to now can be performed with the DDI function specification.

【0102】2)変形後描画範囲取得処理 変形後描画範囲取得部3041は、PDFファイルとし
てスプールした描画情報からその描画範囲を取り出す
(ステップS2)。
2) Post-Modification Drawing Range Acquisition Processing The post-transformation drawing range acquisition unit 3041 extracts the drawing range from the drawing information spooled as a PDF file (step S2).

【0103】例えば、保存したイメージの描画処理関数
であるDrvCopyBits() の引数co(808)はDrvCopyBit
s() 関数に渡される描画先のクリップ情報を示し、rclD
est (811)はDrvCopyBits() 関数に渡される描画先
のサーフェース上の矩形を示すので、その重なりからDr
vCopyBits() の描画領域を算出することができる。
For example, the argument co (808) of DrvCopyBits (), which is a drawing processing function for a stored image, is DrvCopyBit
Indicates the clip information of the drawing destination that is passed to the s () function.
Since est (811) indicates the rectangle on the drawing destination surface passed to the DrvCopyBits () function, Dr.
The drawing area of vCopyBits () can be calculated.

【0104】さらに、アプリケーションからドライバへ
の設定によって別途指定された拡大率を元に、拡大縮小
後の描画範囲を算出する。
Further, based on the enlargement ratio specified separately by the setting from the application to the driver, the drawing range after the enlargement / reduction is calculated.

【0105】3)無効描画判別処理 描画必要性判別部3040は、変形後描画範囲取得部3
041によって取得した描画領域を調べ、その高さ、若
しくは、幅が1よりも小さいとき無効と判定する(ステ
ップS3)。
3) Invalid Drawing Determination Processing The drawing necessity determination unit 3040 includes the post-deformation drawing range acquisition unit 3
The drawing area acquired in step 041 is checked, and when the height or width is smaller than 1, it is determined to be invalid (step S3).

【0106】なお、描画必要性判別部3040、変形後
描画範囲取得部3041は、変換された描画情報をペー
ジ単位で保持するに際して、該ページ単位の描画情報
を、複数の描画領域に分割して描画範囲情報として登録
する登録部3000として構成される。
Note that the drawing necessity determining unit 3040 and the transformed drawing range acquiring unit 3041 divide the drawing information in page units into a plurality of drawing regions when holding the converted drawing information in page units. It is configured as a registration unit 3000 that registers as drawing range information.

【0107】また、同じ位置に連続で上書き処理が行わ
れた場合も、最後の描画のみを有効と判定し、それ以外
の描画を無効と判定する(ステップS4)。
Also, when the overwriting process is continuously performed on the same position, it is determined that only the last drawing is valid and the other drawing is invalid (step S4).

【0108】4)バンディング対応イメージドライバ処
理(デスプール処理) PDFファイルとしてスプールした描画情報を再構築す
る。
4) Banding compatible image driver process (despooling process) The drawing information spooled as a PDF file is reconstructed.

【0109】そこで、まず、スプールした描画範囲と重
なるバンドメモリ3038のバンド番号を算出する(ス
テップS5)。
Therefore, first, the band number of the band memory 3038 overlapping the spooled drawing range is calculated (step S5).

【0110】このとき、バンド数(devbndno)が1つの
場合と、それ以上の場合とで処理内容が異なる。
At this time, the processing contents are different depending on whether the number of bands (devbndno) is one or more.

【0111】ハンド数が1つの場合は、スプールした描
画情報は、スプールした順に描画処理すればよい。その
際には、直接、描画必要性判別部3040によって描画
命令の必要性を判定し、描画すべき描画のみ処理する。
When the number of hands is one, the spooled drawing information may be drawn in the order of spooling. At this time, the necessity of the drawing command is directly determined by the drawing necessity determining unit 3040, and only the drawing to be drawn is processed.

【0112】バンド数が1つ以上の場合には、スプール
した描画命令を描画するバンドをDevBandInf[devbndcn
t].BandRectL のtop とbottomとの間に入っているかを
チェックして求め、各バンドに関連する描画オブジェク
トを描画順に繋ぎ直したリストを作成する。その際に
は、描画必要性判別部3040によって描画命令の必要
性を判定し、描画すべき描画のみリストに登録する(ス
テップS6)。
If the number of bands is one or more, the band for drawing the spooled drawing command is set to DevBandInf [devbndcn
t] .BandRectL checks whether it is between top and bottom, and creates a list in which drawing objects related to each band are reconnected in drawing order. At this time, the necessity of the drawing command is determined by the drawing necessity determining unit 3040, and only the drawing to be drawn is registered in the list (step S6).

【0113】そして、1ページ分のPDFデータをバン
ドリストに繋いだら、DevBandInf[0].BandRectL からDe
vBandInf[devbndno].BandRectLを、順にバンド領域とし
て描画処理を行う。
When one page of PDF data is linked to the band list, DevBandInf [0].
Drawing processing is performed with vBandInf [devbndno] .BandRectL as a band area in order.

【0114】描画処理が行われたバンドは、対応するBa
ndInf[].RendRectL に保持されている描画範囲内のビッ
トマップデータを印刷命令に変換し、印刷装置100に
転送する。
The band subjected to the drawing process corresponds to the corresponding Ba
The bitmap data in the drawing range held in ndInf []. RendRectL is converted into a print command and transferred to the printing device 100.

【0115】次に、本発明に係る処理を、図4に基づい
て説明する。
Next, the processing according to the present invention will be described with reference to FIG.

【0116】1)描画データのスプール処理において、
図4(a)に示すように、スプールデータは、A,B,
Cの3つからなっているものとする。
1) In the drawing data spooling process,
As shown in FIG. 4A, the spool data is A, B,
C is assumed to be composed of three.

【0117】2)変形後描画範囲取得処理において、
A,B,Cのスプールデータの1/2縮小指令に基づい
て、描画範囲取得処理を行う。この場合、図4(b)に
示すように縦方向(X方向)に1/2縮小の処理を行う
ことにより、図4(c)に示すようなBが欠落したA,
Cのデータを得る。
2) In the post-deformation drawing range acquisition process,
A drawing range acquisition process is performed based on a 1/2 reduction command for spool data of A, B, and C. In this case, as shown in FIG. 4 (b), by performing a process of 縮小 reduction in the vertical direction (X direction), A as shown in FIG.
Obtain C data.

【0118】3)無効描画判別処理において、図4
(d)に示すように、A,Cのデータは有効と判断し、
Bのデータは無効と判断する。
3) In the invalid drawing determination processing,
As shown in (d), the data of A and C are determined to be valid,
It is determined that the data of B is invalid.

【0119】4)可変バンディング対応イメージドライ
バの処理において、図4(e)に示すように、上記描画
必要性の判別結果を利用して、有効と判別されたA,C
のデータのみ(1/2縮小指令)を印刷装置100へ転
送する。このように無効とされたデータの描画処理を行
わないため、高速な処理を行うことができる。
4) In the processing of the variable banding compatible image driver, as shown in FIG. 4 (e), A and C which are determined to be valid by using the result of determination of the necessity of drawing are described.
Is transferred to the printing apparatus 100. Since the rendering processing of the invalidated data is not performed, high-speed processing can be performed.

【0120】なお、本発明は、複数の機器(例えば、ホ
ストコンピュータ、インターフェース機器、リーダ、プ
リンタなど)から構成されるシステムに適用しても、1
つの機器(例えば、複写機、ファクシミリ装置)からな
る装置に適用してもよい。
The present invention can be applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, and a printer).
The present invention may be applied to an apparatus including two devices (for example, a copying machine and a facsimile machine).

【0121】また、本発明は、システム或いは装置にプ
ログラムを供給することによって達成される場合にも適
用できることはいうまでもない。そして、本発明を達成
するためのソフトウェアによって表されるプログラムを
格納した記憶媒体を、システム或いは装置に供給し、そ
のシステム或いは装置のコンピュータ(又はCPUやM
PU)が記憶媒体に格納されたプログラムコードを読出
し実行することによっても、本発明の効果を享受するこ
とが可能となる。
Further, it is needless to say that the present invention can be applied to a case where the present invention is achieved by supplying a program to a system or an apparatus. Then, a storage medium storing a program represented by software for achieving the present invention is supplied to a system or an apparatus, and the computer (or CPU or M) of the system or the apparatus is supplied.
(PU) reads out and executes the program code stored in the storage medium, so that the effects of the present invention can be enjoyed.

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

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

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

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

【0126】[0126]

【発明の効果】以上説明したように、本発明によれば、
拡大又は縮小して描画処理を行った変形後の描画範囲を
描画範囲情報として取得し、該取得した描画範囲情報に
基づいて、ページ単位で保持された描画情報の描画必要
性を判断し、バンド領域単位での描画処理に際しては、
該判断された描画必要性に応じて描画処理を行うように
したので、描画処理を行うイメージモードの描画処理に
おいて描画処理を減らすことができ、これにより、画像
データの描画処理の速度を速くすることが可能となる。
As described above, according to the present invention,
Obtain a drawing range after deformation, which has been subjected to drawing processing by enlarging or reducing, as drawing range information, and based on the obtained drawing range information, determine drawing necessity of drawing information held in page units, For drawing processing in units of area,
Since the drawing process is performed according to the determined drawing necessity, the drawing process can be reduced in the drawing process in the image mode in which the drawing process is performed, thereby increasing the speed of the drawing process of the image data. It becomes possible.

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

【図1】本発明の実施の形態である、印刷システムの基
本構成を示すブロック図である。
FIG. 1 is a block diagram illustrating a basic configuration of a printing system according to an embodiment of the present invention.

【図2】本発明に係るスプール時の印刷情報スプールフ
ァイル(PDF)の構造を示す構成図である。
FIG. 2 is a configuration diagram showing a structure of a print information spool file (PDF) at the time of spooling according to the present invention.

【図3】本発明に係るデスプール時のバンドリストの作
成の流れを示すフローチャートである。
FIG. 3 is a flowchart illustrating a flow of creating a band list during despooling according to the present invention.

【図4】本発明に係る描画処理の流れを示す説明図であ
る。
FIG. 4 is an explanatory diagram showing a flow of a drawing process according to the present invention.

【図5】本発明に適用可能なレーザビームカラープリン
タの構造を示す断面図である。
FIG. 5 is a sectional view showing the structure of a laser beam color printer applicable to the present invention.

【図6】従来の印刷システムの構成を示すブロック図で
ある。
FIG. 6 is a block diagram illustrating a configuration of a conventional printing system.

【図7】従来の印刷システムにおけるデスプール時のバ
ンド処理を示す説明図である。
FIG. 7 is an explanatory diagram showing band processing at the time of despooling in a conventional printing system.

【図8】縮小時の描画処理の1例を示す説明図である。FIG. 8 is an explanatory diagram showing an example of a drawing process at the time of reduction.

【図9】縮小時の描画処理の他の例を示す説明図であ
る。
FIG. 9 is an explanatory diagram showing another example of the drawing process at the time of reduction.

【図10】図9の描画処理において無効となる領域を示
す説明図である。
FIG. 10 is an explanatory diagram showing an area that is invalidated in the drawing processing of FIG. 9;

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

100 印刷装置(LBP) 110 フォーマッタ制御部 111 インターフェース 1121 受信バッファ 1122 送信バッファ 113 PDL解析部 114 印刷制御処理実行部 115 描画処理実行部(レンダラ) 116 ページメモリ 120 オペレーション・パネル 130 出力制御部 131 レーザドライバ 140 プリンタエンジン部 200 ホスト・コンピュータ 201 アプリケーション・ソフト 202 グラフィック・サブ・システム 2021 GDI 2022 プリンタ・ドライバ 2023 PDLトランスレータ 2024 モノクロIBPPイメージモード 2025 YMCK4BPPイメージモード 2026 RGB24BPPイメージモード 2027 イメージモード用バンドメモリ領域 2028 GDI 2029 インターフェース 300 ホストコンピュータ 301 アプリケーション・ソフト 302 グラフィック・サブ・システム 303 スプールサブシステム 800 PDF(ページデータファイル) 801 PageID(ページを特定する番号) 802 PageInfo(ページサイズ、設定モードといった
描画処理に必要な設定) 803 描画関数指定命令(DrvCopyBits を指定) 804 dataSize(本描画命令に掛かっているスプール
サイズ) 805 soDest(psoDest から獲得した情報) 806 soSrc (psoSrcから獲得した情報) 807 ソースイメージデータ(psoSrcが示すソースイ
メージデータ本体) 808 co(pco が示すクリップ情報) 809 クリップデータ(クリップ処理に必要なデー
タ) 810 xlo (pxloが示す色変換情報) 811 rclDest (prclDestが示す描画先矩形位置情
報) 812 pilSrc(ソースデータの位置を示す情報) 813 描画関数指定命令(DrvTextOutを指定) 3000 登録部 3021 GDI 3022 プリンタ・ドライバ 3023 プレチェックシステム 3031 PDF(プリントデータファイル) 3032 PCF(プレチェックファイル) 3033 デスプーラー 3034 PDLトランスレータ 3035 モノクロIBPPイメージモード 3036 YMCK4BPPイメージモード 3037 RGB24BPPイメージモード 3038 イメージモード用ハンドメモリ領域 3039 インターフェース 3040 描画必要性判別部 3041 変形後描画範囲取得部
Reference Signs List 100 printing device (LBP) 110 formatter control unit 111 interface 1121 reception buffer 1122 transmission buffer 113 PDL analysis unit 114 print control processing execution unit 115 drawing processing execution unit (renderer) 116 page memory 120 operation panel 130 output control unit 131 laser driver 140 Printer engine unit 200 Host computer 201 Application software 202 Graphic subsystem 2021 GDI 2022 Printer driver 2023 PDL translator 2024 Monochrome IBPP image mode 2025 YMCK4BPP image mode 2026 RGB24BPP image mode 2027 Image mode band memory area 2028 GDI 2029 Interf Base 300 Host computer 301 Application software 302 Graphic subsystem 303 Spool subsystem 800 PDF (page data file) 801 PageID (number specifying page) 802 PageInfo (settings required for drawing processing such as page size and setting mode) 803 Drawing function specification command (specify DrvCopyBits) 804 dataSize (spool size applied to this drawing command) 805 soDest (information obtained from psoDest) 806 soSrc (information obtained from psoSrc) 807 Source image data (source indicated by psoSrc) 808 co (clip information indicated by pco) 809 clip data (data required for clip processing) 810 xlo (color conversion information indicated by pxlo) 811 rclDest (drawing destination rectangular position information indicated by prclDest) 812 pilSrc (information indicating the position of source data) 813 drawing function designation command (designate DrvTextOut) 3000 registration unit 3021 GDI 3022 printer driver 3023 precheck system 3031 PDF (print data file) 3032 PCF (precheck file) 3033 despooler 3034 PDL translator 3035 Monochrome IBPP image mode 3036 YMCK4BPP image mode 3037 RGB24BPP image mode 3038 Image mode hand memory area 3039 Interface 3040 Drawing necessity determination unit 3041 Drawing range acquisition unit after deformation

Claims (30)

【特許請求の範囲】[Claims] 【請求項1】 情報処理装置により処理したデータを出
力装置によって出力処理する情報処理システムであっ
て、 前記情報処理装置は、 画像情報を描画情報に変換し、該変換された描画情報を
所定の領域単位で保持するスプール手段と、 前記変換された描画情報に基づいて、データ解析を行う
解析手段と、 前記データ解析の結果に基づいて、前記保持された描画
情報を描画処理するためのデバイスドライバーを選択す
る選択手段と、 前記変換された描画情報を所定の領域単位で保持するに
際して、当該所定の領域単位の描画情報を、複数の描画
領域に分割して描画範囲情報として登録する登録手段
と、 前記登録された描画範囲情報から、描画処理に用いる描
画用バンド領域を決定する決定手段と、 前記決定された描画用バンド領域に、前記分割された複
数の描画領域を結び付ける結合手段と、 前記選択されたデバイスドライバーを用いて、前記結び
付けられた複数の描画領域を、前記描画用バンド領域に
バンド領域単位で描画処理する描画手段と、 前記描画用バンド領域に描画処理されたデータと前記登
録された描画範囲情報とに基づいて、出力データを生成
して前記出力装置に出力するデータ出力手段とを具えた
ことを特徴とする情報処理システム。
1. An information processing system for outputting data processed by an information processing device by an output device, wherein the information processing device converts image information into drawing information, and converts the converted drawing information into a predetermined drawing information. A spool unit that holds the image data on a region-by-region basis, an analyzing unit that performs data analysis based on the converted drawing information, and a device driver that performs a drawing process on the held drawing information based on the result of the data analysis Selecting means for selecting, and, when holding the converted drawing information in a predetermined area unit, registering means for dividing the drawing information in the predetermined area unit into a plurality of drawing areas and registering it as drawing range information Determining means for determining a drawing band area to be used for drawing processing from the registered drawing range information; Coupling means for linking the plurality of divided drawing areas; drawing means for drawing the linked plurality of drawing areas to the drawing band area in band units using the selected device driver; Data processing means for generating output data based on the data subjected to the drawing processing in the drawing band area and the registered drawing range information, and outputting the output data to the output device. system.
【請求項2】 前記登録手段は、 前記所定の領域単位で保持された描画情報の描画必要性
を判断する判断手段を含み、 当該判断された描画必要性に応じて、前記描画領域を決
定して前記描画範囲情報として登録することを特徴とす
る請求項1記載の情報処理システム。
2. The image processing apparatus according to claim 1, wherein the registration unit includes a determination unit configured to determine a drawing necessity of the drawing information held in the predetermined region unit, and determines the drawing region according to the determined drawing necessity. 2. The information processing system according to claim 1, wherein the information is registered as the drawing range information.
【請求項3】 前記登録手段は、 拡大率指定に基づいて、拡大又は縮小して描画処理を行
った変形後の描画範囲を描画範囲情報として取得する取
得手段を含むことを特徴とする請求項1又は2記載の情
報処理システム。
3. The image processing apparatus according to claim 2, wherein the registration unit includes an acquisition unit configured to acquire, as drawing range information, a deformed drawing range obtained by performing a drawing process by performing enlargement or reduction based on a designated enlargement ratio. 3. The information processing system according to 1 or 2.
【請求項4】 前記判断手段は、 前記取得した描画範囲情報に基づいて、前記所定の領域
単位で保持された描画情報の描画必要性を判断すること
を特徴とする請求項3記載の情報処理システム。
4. The information processing apparatus according to claim 3, wherein the determination unit determines the necessity of drawing the drawing information held in the predetermined area unit based on the obtained drawing range information. system.
【請求項5】 前記描画手段は、 前記バンド領域単位での描画処理に際して、前記判断手
段によって判断された描画必要性に応じて、描画処理を
行うことを特徴とする請求項2ないし4のいずれかに記
載の情報処理システム。
5. The drawing unit according to claim 2, wherein the drawing unit performs the drawing process in accordance with the drawing necessity determined by the determining unit when performing the drawing process in the unit of the band area. An information processing system according to any of the above.
【請求項6】 情報処理装置により処理したデータを出
力装置によって出力処理する情報処理方法であって、 前記情報処理装置は、 画像情報を描画情報に変換し、該変換された描画情報を
所定の領域単位で保持するスプール工程と、 前記変換された描画情報に基づいて、データ解析を行う
解析工程と、 前記データ解析の結果に基づいて、前記保持された描画
情報を描画処理するためのデバイスドライバーを選択す
る選択工程と、 前記変換された描画情報を所定の領域単位で保持するに
際して、当該所定の領域単位の描画情報を、複数の描画
領域に分割して描画範囲情報として登録する登録工程
と、 前記登録された描画範囲情報から、描画処理に用いる描
画用バンド領域を決定する決定工程と、 前記決定された描画用バンド領域に、前記分割された複
数の描画領域を結び付ける結合工程と、 前記選択されたデバイスドライバーを用いて、前記結び
付けられた複数の描画領域を、前記描画用バンド領域に
バンド領域単位で描画処理する描画工程と、 前記描画用バンド領域に描画処理されたデータと前記登
録された描画範囲情報とに基づいて、出力データを生成
して前記出力装置に出力する出力工程とを具えたことを
特徴とする情報処理方法。
6. An information processing method for outputting data processed by an information processing device by an output device, wherein the information processing device converts image information into drawing information, and converts the converted drawing information into a predetermined drawing information. A spooling step of holding the area on a unit basis, an analyzing step of performing data analysis based on the converted drawing information, and a device driver for performing a drawing process of the held drawing information based on a result of the data analysis. And a registration step of, when holding the converted drawing information in a predetermined area unit, dividing the drawing information in the predetermined area unit into a plurality of drawing areas and registering it as drawing range information. A determining step of determining a drawing band area to be used for drawing processing from the registered drawing range information; A combining step of linking the plurality of drawn areas, and a drawing step of drawing the linked plurality of drawing areas to the drawing band area in band units using the selected device driver; An information processing method, comprising: an output step of generating output data based on data subjected to a drawing process in a drawing band area and the registered drawing range information, and outputting the generated output data to the output device.
【請求項7】 前記登録工程は、 前記所定の領域単位で保持された描画情報の描画必要性
を判断する判断工程を含み、 当該判断された描画必要性に応じて、前記描画領域を決
定して前記描画範囲情報として登録することを特徴とす
る請求項6記載の情報処理方法。
7. The registration step includes a judging step of judging the necessity of drawing the drawing information held in the predetermined area unit, and determining the drawing area in accordance with the judged drawing necessity. 7. The information processing method according to claim 6, wherein the information is registered as the drawing range information.
【請求項8】 前記登録工程は、 拡大率指定に基づいて、拡大又は縮小して描画処理を行
った変形後の描画範囲を描画範囲情報として取得する取
得工程を含むことを特徴とする請求項6又は7記載の情
報処理方法。
8. The method according to claim 1, wherein the registering step includes an acquiring step of acquiring, as drawing range information, a deformed drawing range obtained by performing a drawing process by enlarging or reducing based on an enlargement ratio designation. 8. The information processing method according to 6 or 7.
【請求項9】 前記判断工程は、 前記取得した描画範囲情報に基づいて、前記所定の領域
単位で保持された描画情報の描画必要性を判断すること
を特徴とする請求項8記載の情報処理方法。
9. The information processing apparatus according to claim 8, wherein, in the determining step, the necessity of drawing the drawing information held in the predetermined area unit is determined based on the obtained drawing range information. Method.
【請求項10】 前記描画工程は、 前記バンド領域単位での描画処理に際して、前記判断工
程によって判断された描画必要性に応じて、描画処理を
行うことを特徴とする請求項7ないし9のいずれかに記
載の情報処理方法。
10. The drawing process according to claim 7, wherein, in the drawing process in the unit of the band area, the drawing process is performed according to the drawing necessity determined in the determining process. The information processing method according to any one of the above.
【請求項11】 コンピュータによって、情報処理装置
により処理したデータを出力装置によって出力処理する
ための制御プログラムを記録した媒体であって、 前記情報処理装置において、 該制御プログラムはコンピュータに、 画像情報を描画情報に変換させ、該変換させた描画情報
を所定の領域単位で保持させ、 前記変換させた描画情報に基づいて、データ解析を行わ
せ、 前記データ解析の結果に基づいて、前記保持させた描画
情報を描画処理するためのデバイスドライバーを選択さ
せ、 前記変換させた描画情報を所定の領域単位で保持させる
に際して、当該所定の領域単位の描画情報を、複数の描
画領域に分割させて描画範囲情報として登録させ、 前記登録させた描画範囲情報から、描画処理に用いる描
画用バンド領域を決定させ、 前記決定させた描画用バンド領域に、前記分割された複
数の描画領域を結び付けさせ、 前記選択させたデバイスドライバーを用いて、前記結び
付けさせた複数の描画領域を、前記描画用バンド領域に
バンド領域単位で描画処理させ、 前記描画用バンド領域に描画処理させたデータと前記登
録させた描画範囲情報とに基づいて、出力データを生成
させて前記出力装置に出力させることを特徴とする情報
制御プログラムを記録した媒体。
11. A medium in which a control program for causing a computer to output data processed by an information processing device by an output device is recorded, wherein the control program stores image information in the computer. The converted drawing information is stored in a predetermined area unit, the data is analyzed based on the converted drawing information, and the converted information is stored based on a result of the data analysis. When a device driver for performing drawing processing of drawing information is selected and the converted drawing information is held in a predetermined area unit, the drawing information in the predetermined area unit is divided into a plurality of drawing areas and a drawing range is divided. Information, and from the registered drawing range information, determine a drawing band area to be used for drawing processing. The plurality of divided drawing areas are linked to the determined drawing band area, and the plurality of linked drawing areas are linked to the drawing band area using the selected device driver. An information control program for generating output data based on the data subjected to the drawing process in the drawing band area and the registered drawing range information, and outputting the generated data to the output device. Medium on which is recorded.
【請求項12】 前記描画範囲情報の登録に際して、 前記所定の領域単位で保持された描画情報の描画必要性
を判断させ、 当該判断させた描画必要性に応じて、前記描画領域を決
定させて前記描画範囲情報として登録させることを特徴
とする請求項11記載の情報制御プログラムを記録した
媒体。
12. When registering the drawing range information, the drawing necessity of the drawing information held in the predetermined region unit is determined, and the drawing region is determined according to the determined drawing necessity. The medium according to claim 11, wherein the information control program is registered as the drawing range information.
【請求項13】 前記描画範囲情報の登録に際して、 拡大率指定に基づいて、拡大又は縮小させて描画処理を
行った変形後の描画範囲を描画範囲情報として取得させ
ることを特徴とする請求項11又は12記載の情報制御
プログラムを記録した媒体。
13. The method according to claim 11, wherein, when registering the drawing range information, a deformed drawing range obtained by performing a drawing process by enlarging or reducing the size is acquired as drawing range information based on a designated enlargement ratio. Or a medium recording the information control program according to 12.
【請求項14】 前記描画情報の描画必要性の判断に際
して、 前記取得した描画範囲情報に基づいて、前記所定の領域
単位で保持された描画情報の描画必要性を判断させるこ
とを特徴とする請求項13記載の情報制御プログラムを
記録した媒体。
14. The method according to claim 1, further comprising, when judging the necessity of drawing the drawing information, determining the necessity of drawing the drawing information held in the predetermined area unit based on the acquired drawing range information. Item 14. A medium recording the information control program according to item 13.
【請求項15】 前記描画工程は、 前記バンド領域単位での描画処理に際して、前記判断工
程によって判断された描画必要性に応じて、描画処理を
行うことを特徴とする請求項12ないし14のいずれか
に記載の情報制御プログラムを記録した媒体。
15. The drawing process according to claim 12, wherein, in the drawing process in the unit of the band area, the drawing process is performed according to the drawing necessity determined in the determining process. A medium on which the information control program according to the above is recorded.
【請求項16】 データ処理装置により処理したデータ
を印刷装置によって印刷する印刷システムであって、 前記データ処理装置は、 画像情報を描画情報に変換し、該変換された描画情報を
ページ単位で保持するスプール手段と、 前記変換された描画情報に基づいて、データ解析を行う
解析手段と、 前記データ解析の結果に基づいて、前記保持された描画
情報を描画処理するためのプリンタドライバーを選択す
る選択手段と、 前記変換された描画情報をページ単位で保持するに際し
て、当該ページ単位の描画情報を、複数の描画領域に分
割して描画範囲情報として登録する登録手段と、 前記登録された描画範囲情報から、描画処理に用いる描
画用バンド領域を決定する決定手段と、 前記決定された描画用バンド領域に、前記分割された複
数の描画領域を結び付ける結合手段と、 前記選択されたプリンタドライバーを用いて、前記結び
付けられた複数の描画領域を、前記描画用バンド領域に
バンド領域単位で描画処理する描画手段と、 前記描画用バンド領域に描画処理されたデータと前記登
録された描画範囲情報とに基づいて、印刷データを生成
して前記印刷装置に出力するデータ出力手段とを具えた
ことを特徴とする印刷システム。
16. A printing system for printing data processed by a data processing device by a printing device, wherein the data processing device converts image information into drawing information, and holds the converted drawing information in page units. A spooling unit that performs data analysis based on the converted drawing information; and a selection unit that selects a printer driver for performing a drawing process on the held drawing information based on a result of the data analysis. Means for registering the converted drawing information in page units, dividing the drawing information in page units into a plurality of drawing areas, and registering the divided drawing information as drawing range information; and the registered drawing range information. Determining means for determining a drawing band area to be used for the drawing process; and Combining means for linking the drawing areas, drawing means for drawing the linked plurality of drawing areas into the drawing band areas in band units using the selected printer driver, and the drawing band. A printing system, comprising: data output means for generating print data based on data subjected to a drawing process in an area and the registered drawing range information and outputting the print data to the printing apparatus.
【請求項17】 前記登録手段は、 前記ページ単位で保持された描画情報の描画必要性を判
断する判断手段を含み、 当該判断された描画必要性に応じて、前記描画領域を決
定して前記描画範囲情報として登録することを特徴とす
る請求項16記載の印刷システム。
17. The registering means includes a judging means for judging the necessity of drawing the drawing information held in the page unit, and determining the drawing area according to the judged drawing necessity. 17. The printing system according to claim 16, wherein the information is registered as drawing range information.
【請求項18】 前記登録手段は、 拡大率指定に基づいて、拡大又は縮小して描画処理を行
った変形後の描画範囲を描画範囲情報として取得する取
得手段を含むことを特徴とする請求項16又は17記載
の印刷システム。
18. The method according to claim 18, wherein the registration unit includes an acquisition unit configured to acquire, as the drawing range information, a deformed drawing range in which the drawing process is performed by enlarging or reducing based on an enlargement ratio designation. 18. The printing system according to 16 or 17.
【請求項19】 前記判断手段は、 前記取得した描画範囲情報に基づいて、前記ページ単位
で保持された描画情報の描画必要性を判断することを特
徴とする請求項18記載の印刷システム。
19. The printing system according to claim 18, wherein the determination unit determines the necessity of drawing the drawing information held in page units based on the obtained drawing range information.
【請求項20】 前記描画手段は、 前記バンド領域単位での描画処理に際して、前記判断手
段によって判断された描画必要性に応じて、描画処理を
行うことを特徴とする請求項17ないし19のいずれか
に記載の印刷システム。
20. The drawing device according to claim 17, wherein the drawing unit performs the drawing process in accordance with the drawing necessity determined by the determining unit when performing the drawing process in the unit of the band area. The printing system according to any one of the above.
【請求項21】 データ処理装置により処理したデータ
を印刷装置によって印刷する印刷方法であって、 前記データ処理装置は、 画像情報を描画情報に変換し、該変換された描画情報を
ページ単位で保持するスプール工程と、 前記変換された描画情報に基づいて、データ解析を行う
解析工程と、 前記データ解析の結果に基づいて、前記保持された描画
情報を描画処理するためのプリンタドライバーを選択す
る選択工程と、 前記変換された描画情報をページ単位で保持するに際し
て、当該ページ単位の描画情報を、複数の描画領域に分
割して描画範囲情報として登録する登録工程と、 前記登録された描画範囲情報から、描画処理に用いる描
画用バンド領域を決定する決定工程と、 前記決定された描画用バンド領域に、前記分割された複
数の描画領域を結び付ける結合工程と、 前記選択されたプリンタドライバーを用いて、前記結び
付けられた複数の描画領域を、前記描画用バンド領域に
バンド領域単位で描画処理する描画工程と、 前記描画用バンド領域に描画処理されたデータと前記登
録された描画範囲情報とに基づいて、印刷データを生成
して前記印刷装置に出力する出力工程とを具えたことを
特徴とする印刷方法。
21. A printing method for printing data processed by a data processing device by a printing device, wherein the data processing device converts image information into drawing information and holds the converted drawing information in page units. A spooling step for performing a data analysis based on the converted drawing information; and a selection for selecting a printer driver for performing a drawing process on the held drawing information based on a result of the data analysis. A step of, when holding the converted drawing information in page units, registering the page-based drawing information into a plurality of drawing areas and registering the information as drawing range information; and the registered drawing range information. A determining step of determining a drawing band area to be used for a drawing process; and determining the plurality of divided band areas in the determined drawing band area. A combining step of linking image areas; a drawing step of drawing the linked plurality of drawing areas into the drawing band areas in band units using the selected printer driver; and the drawing band area. An output step of generating print data based on the data subjected to the drawing process and the registered drawing range information, and outputting the generated print data to the printing apparatus.
【請求項22】 前記登録工程は、 前記ページ単位で保持された描画情報の描画必要性を判
断する判断工程を含み、 当該判断された描画必要性に応じて、前記描画領域を決
定して前記描画範囲情報として登録することを特徴とす
る請求項21記載の印刷方法。
22. The registration step includes a judging step of judging the necessity of drawing the drawing information held in the page unit, and determining the drawing area in accordance with the judged drawing necessity. The printing method according to claim 21, wherein the printing method is registered as drawing range information.
【請求項23】 前記登録工程は、 拡大率指定に基づいて、拡大又は縮小して描画処理を行
った変形後の描画範囲を描画範囲情報として取得する取
得工程を含むことを特徴とする請求項21又は22記載
の印刷方法。
23. The method according to claim 23, wherein the registering step includes an acquiring step of acquiring, as drawing range information, a deformed drawing range obtained by performing a drawing process by enlarging or reducing based on an enlargement ratio designation. 23. The printing method according to 21 or 22.
【請求項24】 前記判断工程は、 前記取得した描画範囲情報に基づいて、前記ページ単位
で保持された描画情報の描画必要性を判断することを特
徴とする請求項23記載の印刷方法。
24. The printing method according to claim 23, wherein, in the determining step, the necessity of drawing the drawing information held in page units is determined based on the obtained drawing range information.
【請求項25】 前記描画工程は、 前記バンド領域単位での描画処理に際して、前記判断工
程によって判断された描画必要性に応じて、描画処理を
行うことを特徴とする請求項22ないし24のいずれか
に記載の印刷方法。
25. The drawing process according to claim 22, wherein in the drawing process in the unit of the band area, the drawing process is performed according to the drawing necessity determined in the determination process. Crab printing method.
【請求項26】 コンピュータによって、データ処理装
置により処理したデータを印刷装置によって印刷するた
めの制御プログラムを記録した媒体であって、 前記データ処理装置において、 該制御プログラムはコンピュータに、 画像情報を描画情報に変換させ、該変換させた描画情報
をページ単位で保持させ、 前記変換させた描画情報に基づいて、データ解析を行わ
せ、 前記データ解析の結果に基づいて、前記保持させた描画
情報を描画処理するためのプリンタドライバーを選択さ
せ、 前記変換させた描画情報をページ単位で保持させるに際
して、当該ページ単位の描画情報を、複数の描画領域に
分割させて描画範囲情報として登録させ、 前記登録させた描画範囲情報から、描画処理に用いる描
画用バンド領域を決定させ、 前記決定させた描画用バンド領域に、前記分割された複
数の描画領域を結び付けさせ、 前記選択させたプリンタドライバーを用いて、前記結び
付けさせた複数の描画領域を、前記描画用バンド領域に
バンド領域単位で描画処理させ、 前記描画用バンド領域に描画処理させたデータと前記登
録させた描画範囲情報とに基づいて、印刷データを生成
させて前記印刷装置に出力させることを特徴とする印刷
制御プログラムを記録した媒体。
26. A medium recording a control program for printing, by a printing apparatus, data processed by a data processing apparatus by a computer, wherein the control program draws image information on the computer. The converted drawing information is stored on a page basis, and the converted drawing information is analyzed based on the converted drawing information.Based on the result of the data analysis, the stored drawing information is When a printer driver for performing a drawing process is selected and the converted drawing information is held in units of pages, the drawing information in units of pages is divided into a plurality of drawing regions and registered as drawing range information. The drawing band area used for the drawing process is determined from the drawn drawing range information. Drawing a plurality of divided drawing areas to a drawing band area, and using the selected printer driver, drawing the linked plurality of drawing areas to the drawing band area in band area units. A print control program for generating print data based on the data drawn in the drawing band area and the registered drawing range information and outputting the print data to the printing apparatus. .
【請求項27】 前記描画範囲情報の登録に際して、 前記ページ単位で保持された描画情報の描画必要性を判
断させ、 当該判断させた描画必要性に応じて、前記描画領域を決
定させて前記描画範囲情報として登録させることを特徴
とする請求項26記載の印刷制御プログラムを記録した
媒体。
27. When registering the drawing range information, the drawing necessity of the drawing information held in page units is determined, and the drawing area is determined according to the determined drawing necessity. 27. A medium recording a print control program according to claim 26, wherein the medium is registered as range information.
【請求項28】 前記描画範囲情報の登録に際して、 拡大率指定に基づいて、拡大又は縮小させて描画処理を
行った変形後の描画範囲を描画範囲情報として取得させ
ることを特徴とする請求項26又は27記載の印刷制御
プログラムを記録した媒体。
28. The image forming apparatus according to claim 26, wherein, at the time of registering the drawing range information, a deformed drawing range obtained by performing a drawing process by enlarging or reducing is acquired as drawing range information based on an enlargement ratio designation. Or a medium recording the print control program according to 27.
【請求項29】 前記描画情報の描画必要性の判断に際
して、 前記取得した描画範囲情報に基づいて、前記所定の領域
単位で保持された描画情報の描画必要性を判断させるこ
とを特徴とする請求項28記載の印刷制御プログラムを
記録した媒体。
29. The method according to claim 29, wherein, at the time of determining the necessity of drawing the drawing information, the necessity of drawing the drawing information held in the predetermined area unit is determined based on the obtained drawing range information. Item 30. A medium recording the print control program according to item 28.
【請求項30】 前記バンド領域単位での描画処理に際
して、 前記判断させた描画必要性に応じて、描画処理を行わせ
ることを特徴とする請求項27ないし29のいずれかに
記載の印刷制御プログラムを記録した媒体。
30. The print control program according to claim 27, wherein at the time of the drawing process in the unit of a band area, a drawing process is performed according to the determined drawing necessity. Medium on which is recorded.
JP2000044931A 2000-02-22 2000-02-22 Information processing system and its processing method Pending JP2001236193A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000044931A JP2001236193A (en) 2000-02-22 2000-02-22 Information processing system and its processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000044931A JP2001236193A (en) 2000-02-22 2000-02-22 Information processing system and its processing method

Publications (1)

Publication Number Publication Date
JP2001236193A true JP2001236193A (en) 2001-08-31

Family

ID=18567610

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000044931A Pending JP2001236193A (en) 2000-02-22 2000-02-22 Information processing system and its processing method

Country Status (1)

Country Link
JP (1) JP2001236193A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007181944A (en) * 2006-01-05 2007-07-19 Ricoh Co Ltd Image processing apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007181944A (en) * 2006-01-05 2007-07-19 Ricoh Co Ltd Image processing apparatus

Similar Documents

Publication Publication Date Title
JP3826038B2 (en) Printing system, printing method therefor, and printing apparatus
JP4235347B2 (en) Information processing apparatus, information processing method, and storage medium
US7382484B2 (en) Information processing apparatus and its control method
US20050275882A1 (en) Information processing apparatus and its control method
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
US7161702B2 (en) Method and apparatus for generating a print command capable of generating improved stable throughput
US20050275883A1 (en) Information processing apparatus and its control method
JP4418642B2 (en) HOST DEVICE, PRINTING DEVICE, PRINTING SYSTEM HAVING THEM, PRINT CONTROL METHOD, AND PROGRAM THEREOF
JP4095166B2 (en) Image processing apparatus and method
US20040223188A1 (en) Printing control method and apparatus
JP2001236193A (en) Information processing system and its processing method
JP2003122521A (en) Print system, information processor, plotting method therefor, program and storage medium
JP2001047673A (en) Apparatus and method for processing data and memory medium with computer readable program stored thereon
JP2006235813A (en) Print system
EP0856811A1 (en) Output method and apparatus employing the same
JP2001218038A (en) Image forming device and its control method
JP2001282498A (en) Information processor, information processing method and storage medium
JP2005349772A (en) Printing device and its control method
JP2007058547A (en) Printing system
JP2000200161A (en) Information processor, print controller, printing system composed of the same and computer readable storage medium
JP2005169671A (en) Data processing apparatus, printing controlling method, storage medium with computer readable program stored, and program
JP2006018742A (en) Printing system
JP2005216031A (en) Print controller, printer, data processing method, computer-readable storage medium storing program, and program
JP2005157857A (en) Data processor, method for controlling print, storage medium for storing computer readable program, and program