JP3264257B2 - Printing system - Google Patents

Printing system

Info

Publication number
JP3264257B2
JP3264257B2 JP33318398A JP33318398A JP3264257B2 JP 3264257 B2 JP3264257 B2 JP 3264257B2 JP 33318398 A JP33318398 A JP 33318398A JP 33318398 A JP33318398 A JP 33318398A JP 3264257 B2 JP3264257 B2 JP 3264257B2
Authority
JP
Japan
Prior art keywords
drawing object
unit
printing system
page description
printing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP33318398A
Other languages
Japanese (ja)
Other versions
JP2000165642A (en
Inventor
辰也 地原
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.)
NEC Corp
Original Assignee
NEC Corp
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 NEC Corp filed Critical NEC Corp
Priority to JP33318398A priority Critical patent/JP3264257B2/en
Publication of JP2000165642A publication Critical patent/JP2000165642A/en
Application granted granted Critical
Publication of JP3264257B2 publication Critical patent/JP3264257B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、印刷システムに関
し、特に、並列処理により高速にラスター画像を生成で
きる印刷システムに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a printing system, and more particularly to a printing system capable of generating a raster image at high speed by parallel processing.

【0002】[0002]

【従来の技術】近年、ページ記述言語(PDL)で記述
されたページ記述データからラスター画像を得、このラ
スター画像を印刷するページプリンタが普及している。
このようなページプリンタでは、サーバとして用いる場
合、多くのホスト装置からのプリント要求を受け付けて
印刷するため、プリント要求してから印刷までの待ち時
間の短縮が要望されている。
2. Description of the Related Art In recent years, page printers that obtain a raster image from page description data described in a page description language (PDL) and print the raster image have become widespread.
When such a page printer is used as a server, print requests from many host devices are received and printed, and therefore, it is demanded to reduce a waiting time from a print request to printing.

【0003】そのため、画像形成を高速に実行するた
め、描画操作を複数の処理として並列実行する方法が提
案されている。従来の並列印刷データ処理システムの一
例が、特開平10−58770号公報に記載されてい
る。図9に示すように、この従来の印刷システムは、プ
ログラム分割部42と、分割PDLプログラム40a,
40b,40cと、バンド分割部20a,20b,20
cと、PDLインタプリタ34a,34b,34cと、
直線化処理部30a,30b,30cと、印刷装置14
とから構成されている。
For this reason, in order to execute image formation at high speed, there has been proposed a method of executing a drawing operation as a plurality of processes in parallel. An example of a conventional parallel print data processing system is described in Japanese Patent Application Laid-Open No. H10-58770. As shown in FIG. 9, this conventional printing system includes a program dividing unit 42, a divided PDL program 40a,
40b, 40c and band dividing units 20a, 20b, 20
c, PDL interpreters 34a, 34b, 34c,
Linearization processing units 30a, 30b, and 30c;
It is composed of

【0004】このような構成を有する従来の印刷システ
ムはつぎのように動作する。すなわち、上位装置から送
られてきたPDLプログラム2は、プログラム分割部4
2に送られる。プログラム分割部42では、受け取った
PDLプログラム2を分割し、複数の独立して描画可能
な分割PDLプログラム40a〜40cを生成する。三
つに分割されたPDLプログラム40a〜40cは、そ
れぞれの処理装置(CPU)のバンド分割部20a〜2
0cに入力され、ここで、1ページ分の画像を用紙の移
動方向に直角な境界線により複数の帯領域(バンド)に
分割され、複数の分割PDLデータ32a〜32iとし
て各バンドメモリに格納される。
A conventional printing system having such a configuration operates as follows. That is, the PDL program 2 sent from the host device is divided into the program division unit 4
Sent to 2. The program dividing unit 42 divides the received PDL program 2 and generates a plurality of independently drawable divided PDL programs 40a to 40c. The PDL programs 40a to 40c divided into three are divided into band dividing units 20a to 2 of the respective processing devices (CPUs).
0c, where the image of one page is divided into a plurality of band regions (bands) by a boundary line perpendicular to the moving direction of the sheet, and stored in each band memory as a plurality of divided PDL data 32a to 32i. You.

【0005】分割PDLデータ32a〜32cはべ一ジ
上部のバンドを、分割PDLデータ32d〜32fはべ
一ジ中部のバンドを、分割PDLデータ32g〜32i
はべ一ジ下部のバンドを表す。分割PDLデータ32a
〜32cはPDLインタプリタ34aで、分割PDLデ
ータ32d〜32fはPDLインタプリタ34bで、分
割PDLデータ32g〜32iはPDLインタプリタ3
4cで、それぞれ解釈実行され、分割中間コード28a
〜28cが生成される。
The divided PDL data 32a to 32c correspond to the band at the upper part of the page, the divided PDL data 32d to 32f correspond to the band at the center of the page, and the divided PDL data 32g to 32i.
Represents the band at the bottom of the page. Divided PDL data 32a
To 32c are PDL interpreters 34a, divided PDL data 32d to 32f are PDL interpreters 34b, and divided PDL data 32g to 32i are PDL interpreters 3
4c, the interpreted intermediate code 28a is interpreted and executed.
~ 28c are generated.

【0006】分割中間コード28a〜28cは、直線化
処理部30a〜30cでベクタデータ22a〜22cに
変換され、その後塗りつぶし・重なり処理部4a〜24
cでの処理を経てビットマップデータとしてブロックメ
モリ26a〜26cに格納された後、順次取り出されて
印刷装置14に出力されて印刷される。
[0006] The divided intermediate codes 28a to 28c are converted into vector data 22a to 22c by linearization processing units 30a to 30c, and thereafter, are painted and overlapped by processing units 4a to 24c.
After being stored in the block memories 26a to 26c as bitmap data through the processing in step c, the data is sequentially taken out, output to the printing device 14, and printed.

【0007】[0007]

【発明が解決しようとする課題】しかしながら、特開平
10−58770号公報に記載されている従来技術の印
刷システムには、次のような問題点があった。
However, the prior art printing system described in Japanese Patent Application Laid-Open No. H10-58770 has the following problems.

【0008】即ち、第1の問題点は、バンド単位に描画
処理を割り当てるため、ぺ一ジ記述の内容によっては高
速化されないということである。その理由は、特定のバ
ンドに描画オブジェクトが偏る場合があるためである。
[0010] That is, the first problem is that the drawing process is assigned to each band, so that the speed cannot be increased depending on the contents of the page description. The reason is that the drawing object may be biased to a specific band.

【0009】第2の問題点は、バンド単位にプロセッサ
に描画処理を割り当てるため、印刷開始が必ずしも速く
できないということである。その理由は、プロセッサ
(中央処理装置)が多く実装されていても、従来のシス
テムでは印刷方向の先頭の第一バンドの描画が最初に終
わること、すなわち図9におけるブロックメモリ26a
の完成が先に行われる保証がないため、描画と印刷装置
14の動作を並行に行わせて高速に印刷を終了させよう
とする印刷システムでは、単一プロセッサの場合に比
べ、描画処理時間についての高速化が困難であるためで
ある。
A second problem is that the start of printing cannot always be started quickly because drawing processing is assigned to the processor in band units. The reason is that even if many processors (central processing units) are implemented, in the conventional system, drawing of the first band at the head in the printing direction ends first, that is, the block memory 26a in FIG.
Since there is no guarantee that the completion of the printing will be performed first, the printing system that performs the drawing and the operation of the printing device 14 in parallel to end printing at a high speed requires a longer drawing processing time than a single processor. This is because it is difficult to increase the speed.

【0010】本発明は上記事情にかんがみてなされたも
のであり、ラスター画像を高速で描画できる印刷システ
ムの提供を目的とする。
The present invention has been made in view of the above circumstances, and has as its object to provide a printing system capable of drawing a raster image at high speed.

【0011】[0011]

【課題を解決するための手段】上記目的を達成するた
め、請求項1記載の印刷システムは、ページ記述言語で
記述されたページ記述データから得られたラスター画像
を印刷する印刷システムにおいて、前記ページ記述デー
タを解釈してそれぞれ独立した描画オブジェクトを作成
するページ記述解釈部と、前記描画オブジェクトを
の境界矩形の重なりの順にリンクを作成して描画オブジ
ェクトリストを作成する描画オブジェクト編集部と、前
記描画オブジェクトリストから描画可能な複数の描画オ
ブジェクトをそれぞれ独立して選択し、ラスター画像を
並列して描画するオブジェクト描画部とを有する構成と
してある。
According to a first aspect of the present invention, there is provided a printing system for printing a raster image obtained from page description data described in a page description language. a page description interpretation unit for creating an independent drawing objects by interpreting the description data, the drawing object, the drawing object editing unit that creates a drawing object list order to create a link overlap the bounding rectangle, the Multiple drawing options that can be drawn from the drawing object list
Select each object independently and create a raster image
And an object drawing unit for drawing in parallel .

【0012】このような構成の発明によれば、描画オブ
ジェクトを依存性によってリンクさせ、リンクさせた描
画オブジェクトリストの中から、オブジェクト描画部が
描画可能な描画オブジェクトを選択して描画するので、
オブジェクト描画部を複数とし、それぞれ独立して処理
するようにすることにより、偏りを生じさせずに並列描
画が可能であり、印刷イメージの描画を高速化できる。
According to the invention having such a configuration, drawing objects are linked by dependency, and a drawing object that can be drawn by the object drawing section is selected from the linked drawing object list and drawn.
By using a plurality of object drawing units and processing them independently, parallel drawing can be performed without causing bias and drawing of a print image can be speeded up.

【0013】[0013]

【0014】[0014]

【0015】請求項2記載の印刷システムは、前記オブ
ジェクト描画部が、重なりを持たない独立描画オブジェ
クト、又は、重なりを持つ未描画の子描画オブジェクト
であって、重なりの順の前側の親描画オブジェクトの全
てが既に描画されている子描画オブジェクトを選択する
構成としてある。
3. The printing system according to claim 2, wherein the object drawing section is an independent drawing object having no overlap or an undrawn child drawing object having an overlap, and a parent drawing object on the front side in the overlapping order. Are configured to select a child drawing object that has already been drawn.

【0016】このような構成の発明によれば、それぞれ
独立して並列処理されるオブジェクト描画プロセスに対
して、処理量に偏りを生じさせず、全体として高速化で
きる。
According to the invention having such a configuration, the processing speed can be increased as a whole without causing a bias in the processing amount with respect to the object drawing processes which are independently processed in parallel.

【0017】請求項3記載の印刷システムは、前記ペー
ジ記述解釈部と前記描画オブジェクト編集部との間に、
前記描画オブジェクトを複数のバンドに分割するバンド
分割部が設けられ、前記描画オブジェクト編集部が、前
記バンドに分割された描画オブジェクトからそれぞれ描
画オブジェクトリストを作成する構成としてある。
According to a third aspect of the present invention , in the printing system, the page description interpretation unit and the drawing object editing unit include:
A band dividing unit is provided for dividing the drawing object into a plurality of bands, and the drawing object editing unit creates a drawing object list from the drawing objects divided into the bands.

【0018】このような構成の発明によれば、描画と印
刷を同時に行う印刷装置に対しても、高速化できる。
According to the invention having such a configuration, it is possible to increase the speed of a printing apparatus that simultaneously performs drawing and printing.

【0019】請求項4記載の印刷システムは、上位装置
と印刷装置とから構成され、前記印刷装置内の前記ペー
ジ記述解釈部が、前記上位装置から取得したページ記述
データを解釈する構成としてある。
In a fourth aspect of the present invention, the printing system includes a host device and a printing device, and the page description interpretation section in the printing device interprets the page description data obtained from the host device.

【0020】このような構成の発明によれば、印刷装置
の中に前述した印刷システムを備えるので、印刷サーバ
として有効である。
According to the invention having such a configuration, since the above-described printing system is provided in the printing apparatus, it is effective as a print server.

【0021】請求項5記載の印刷システムは、上位装置
と印刷装置とから構成され、前記上位装置が、前記ペー
ジ記述解釈部と、前記描画オブジェクト編集部と、前記
描画オブジェクトによって作成された描画オブジェクト
リストを描画オブジェクト記述言語に変換するオブジェ
クトリスト変換部とを備え、前記印刷装置が、前記描画
オブジェクト記述言語から元の描画オブジェクトリスト
を復元するオブジェクトリスト復元部と、前記オブジェ
クト描画部とを備える構成としてある。
A printing system according to claim 5, comprising a host device and a printing device, wherein the host device is a page description interpreting unit, the drawing object editing unit, and a drawing object created by the drawing object. An object list conversion unit that converts a list into a drawing object description language, wherein the printing apparatus includes an object list restoration unit that restores an original drawing object list from the drawing object description language, and the object drawing unit There is.

【0022】このような構成の発明によれば、印刷シス
テムを上位装置と印刷装置で分け合っているので、印刷
装置の負担が軽くなり、印刷装置をより高速化できる。
According to the invention having such a configuration, since the printing system is divided into the host device and the printing device, the burden on the printing device is reduced, and the speed of the printing device can be further increased.

【0023】[0023]

【発明の実施の形態】以下、本発明の印刷システムの実
施形態について図面を参照しつつ説明する。図1は、本
発明の印刷システムの第1実施形態を示す構成図であ
る。この印刷システム100は、クライアント等の上位
装置101と印刷サーバ等の印刷装置102とを備えて
いて、これらは通信回線などを介して接続されている。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, embodiments of the printing system according to the present invention will be described with reference to the drawings. FIG. 1 is a configuration diagram showing a first embodiment of the printing system of the present invention. The printing system 100 includes a host device 101 such as a client and a printing device 102 such as a print server, and these are connected via a communication line or the like.

【0024】上位装置101は、ワードプロセッサ、プ
リンタドライバ等のぺ一ジ記述生成部1011を有し、
印刷装置102が解釈可能なべ一ジ記述言語121の書
式、文法に従い、単一、または複数ぺ一ジのぺ一ジ記述
データを生成し、印刷装置102に送る。
The host device 101 has a page description generator 1011 such as a word processor or a printer driver.
In accordance with the format and grammar of the page description language 121 that can be interpreted by the printing apparatus 102, single or plural page description data is generated and sent to the printing apparatus 102.

【0025】印刷装置102には、描画オブジェクト1
22を生成するぺ一ジ記述解釈部1021と、描画オブ
ジェクトリスト123を生成する描画オブジェクト編集
部1022と、描画オブジェクト122をラスター画像
バッファ124上で描画するオブジェクト描画部102
3と、印刷エンジン1024とが含まれる。
The printing device 102 has a drawing object 1
A drawing description interpreting unit 1021 for generating a drawing object 22, a drawing object editing unit 1022 for generating a drawing object list 123, and an object drawing unit 102 for drawing a drawing object 122 on a raster image buffer 124.
3 and a print engine 1024 are included.

【0026】ぺ一ジ記述解釈部1021は、一つ又は複
数のぺ一ジ画像をぺ一ジ記述言語121を使用して構成
するもので、上位装置101から送られたぺ一ジ記述言
語121を解釈し、個々のぺ一ジ毎の記述から、実際に
描画される対象物の内部表現形式である描画オブジェク
トの集合を作成する。一つの描画図形、文字がそれぞれ
一つの描画オブジェクトとして展開され、1ぺ一ジは一
つ以上の描画オブジェクト122の集まりとして表現さ
れる。
The page description interpreter 1021 is configured to construct one or a plurality of page images using the page description language 121, and sends the page description language 121 sent from the higher-level device 101. Is interpreted, and from the description for each page, a set of drawing objects, which is an internal representation form of the object to be actually drawn, is created. One drawing figure and one character are developed as one drawing object, and each page is represented as a group of one or more drawing objects 122.

【0027】描画オブジェクト編集部1022は、描画
オブジェクト122同士の重なりを当該オブジェクトの
境界矩形より判断し、重なりがあると判断されれば、描
画オブジェクト間に描画依存関係があると見なす。この
時、描画オブジェクト編集部1022は、発生順序に依
存した依存関係をリンク構造として表現する。すなわ
ち、ぺ一ジ記述解釈部1021が生成した個々の描画オ
ブジェクト122の重なり合いを判断し、重なり合って
いる描画オブジェクト同士を、どちらが先に描画すべき
か判断可能な方向性を持ったリスト構造である描画オブ
ジェクトリスト123に変換する。
The drawing object editing unit 1022 determines the overlap between the drawing objects 122 based on the boundary rectangle of the objects, and if it is determined that there is an overlap, determines that there is a drawing dependency between the drawing objects. At this time, the drawing object editing unit 1022 expresses the dependency depending on the order of occurrence as a link structure. That is, the drawing description interpreting unit 1021 determines the overlapping of the individual drawing objects 122 generated, and draws the overlapping drawing objects in a list structure having a directionality capable of determining which drawing object should be drawn first. Convert to an object list 123.

【0028】例えば、図2に示すように、図2(a)に
示すぺ一ジ記述言語を使用して、図2(b)に示す実際
の画像イメージのように、矩形を描画し、その上に文字
を描画するような場合には、文字は矩形への依存性を持
つことになる。描画オブジェクトリスト123として
は、図2(c)に示すように、矩形を表す描画オブジェ
クト1に文字を表す描画オブジェクト2が依存すること
を意味するリンク関係で表される。
For example, as shown in FIG. 2, using the page description language shown in FIG. 2A, a rectangle is drawn as shown in an actual image image shown in FIG. If you draw a character on top, the character will have a dependency on a rectangle. As shown in FIG. 2C, the drawing object list 123 is represented by a link relationship indicating that the drawing object 2 representing a character depends on the drawing object 1 representing a rectangle.

【0029】ここでいう依存とは、矩形を描画してから
でないと、文字を描画することができないことを意味す
る。このような依存関係がある場合、本明細書では依存
される側の上記矩形を親描画オブジェクト、依存する側
の上記文字を子描画オブジェクトということとする。も
し、矩形と文字とがまったく離れた場所に描画されるよ
うなぺ一ジ記述であれば、両者の描画オブジェクトの間
には依存関係が発生せず、描画オブジェクトリストは2
個別々のリストとして生成され、各々の描画オブジェク
トが独立に描画可能であることを表す。
Dependency means that a character cannot be drawn until a rectangle is drawn. When there is such a dependency, in the present specification, the rectangle on the dependent side is referred to as a parent drawing object, and the character on the dependent side is referred to as a child drawing object. If the page description is such that the rectangle and the character are drawn at a completely separated place, there is no dependency between the two drawing objects and the drawing object list is 2.
Each drawing object is generated as a separate list, and indicates that each drawing object can be drawn independently.

【0030】オブジェクト描画部1023では、描画オ
ブジェクトリスト123から、描画可能な描画オブジェ
クト、すなわち重なりを持たない独立したオブジェクト
か、あるいは、子描画オブジェクトを描画する前に描画
しておかなければならない親描画オブジェクトが既に描
画されている描画オブジェクトであって、描画済みもし
くは描画中でない描画オブジェクトかの2種類の描画オ
ブジェクトの一つを選択し、ラスター画像バッファ12
4上でラスター画像に変換する。
In the object drawing unit 1023, from the drawing object list 123, a drawable drawing object, that is, an independent object having no overlap, or a parent drawing which must be drawn before drawing a child drawing object The raster image buffer 12 selects one of the two types of drawing objects, that is, the drawing object in which the object is already drawn and the drawing object that has been drawn or is not being drawn.
4 to a raster image.

【0031】オブジェクト描画部1023は、印刷装置
102上で描画のために割り当て可能なプロセッサの数
だけのプログラムプロセスとして機能し、各々が独立し
て描画可能な描画オブジェクト122を描画オブジェク
トリスト123から取得し、描画する。
The object drawing unit 1023 functions as a program process corresponding to the number of processors that can be allocated for drawing on the printing apparatus 102, and obtains drawing objects 122 that can be drawn independently from the drawing object list 123. And draw.

【0032】印刷エンジン1024は、ラスター画像バ
ッファ124に格納されたラスター画像データからハー
ドコピーを生成する。
The print engine 1024 generates a hard copy from the raster image data stored in the raster image buffer 124.

【0033】次に、上記印刷システムの処理のプロセス
について詳細に説明する。まず、上位装置101中のぺ
一ジ記述生成部1011で、印刷装置101が解釈可能
なペ一ジ記述言語121の書式、文法に従い、単一、ま
たは複数ぺ一ジのぺ一ジ記述データを生成し、印刷装置
102に送る。
Next, the process of the printing system will be described in detail. First, the page description generation unit 1011 in the higher-level device 101 generates single or multiple page description data according to the format and grammar of the page description language 121 that can be interpreted by the printing apparatus 101. Generate and send to the printing device 102.

【0034】印刷装置102内のぺ一ジ記述解釈部10
21は、上位装置101より受け取ったぺ一ジ記述言語
121を1ぺ一ジ単位で解釈し、実際に描画される図
形、文字情報の内部表現である描画オブジェクト122
に変換するページ解釈プロセスを行う。
The page description interpretation unit 10 in the printing apparatus 102
Reference numeral 21 denotes a drawing object 122 which interprets the page description language 121 received from the higher-level device 101 in 1-page units, and is an internal representation of figures and character information to be actually drawn.
Perform the page interpretation process to convert to.

【0035】次に、描画オブジェクト編集部1022が
行う描画オブジェクト編集プロセスを、図3を参照して
説明する。まず、ステップ201で、描画オブジェクト
リスト123を初期化し、描画オブジェクトリスト12
3に何も描画オブジェクト122が登録されていない状
態にする。
Next, the drawing object editing process performed by the drawing object editing unit 1022 will be described with reference to FIG. First, in step 201, the drawing object list 123 is initialized, and the drawing object list
In the state 3, no drawing object 122 is registered.

【0036】次に、ステップ202で、未処理の描画オ
ブジェクト122が有るかどうかを判断し、有ればステ
ップ203で、ぺ一ジ記述解釈部1021によって登録
された順に、処理すべき描画オブジェクト122を取り
出す。未処理の描画オブジェクト122がなければ、処
理を終了する。
Next, at step 202, it is determined whether or not there is an unprocessed drawing object 122. If there is, at step 203, the drawing objects 122 to be processed are registered in the order registered by the page description interpretation unit 1021. Take out. If there is no unprocessed drawing object 122, the process ends.

【0037】取り出した描画オブジェクトは、ステップ
204で、その描画されるべき位置、大きさから、当該
描画オブジェクトによって描画されるべき図形、もしく
は文字に外接する矩形(境界矩形と呼ぶ)の座標情報を
計算し、描画オブジェクト122内に格納しておく。こ
の時、ステップ205で、描画オブジェクトリスト12
3に描画オブジェクト122が登録されているかどうか
を判断する。何も登録されていなければ、ステップ20
6で、取り出した描画オブジェクトを先頭のオブジェク
トであるルート描画オブジェクトとして描画オブジェク
トリスト123に登録する。ルート描画オブジェクト
は、当該描画オブジェクトに先立って描画しておかなけ
ればならない描画オブジェクトが存在しない最も先頭の
描画オブジェクトである。
In step 204, the extracted drawing object obtains, based on the position and size of the drawing object, the coordinate information of a rectangle (referred to as a bounding rectangle) circumscribing a figure or a character to be drawn by the drawing object. It is calculated and stored in the drawing object 122. At this time, in step 205, the drawing object list 12
It is determined whether or not the drawing object 122 is registered in No.3. If nothing is registered, step 20
In step 6, the extracted drawing object is registered in the drawing object list 123 as a root drawing object that is the first object. The root drawing object is the first drawing object in which there is no drawing object that must be drawn before the drawing object.

【0038】一方、すでに描画オブジェクト122が描
画オブジェクトリスト123内に登録されている場合
は、ステップ207で、それらの登録済み描画オブジェ
クトの中から、現在処理中の描画オブジェクトと境界矩
形が重なっている描画オブジェクトを選別する。
On the other hand, if the drawing object 122 is already registered in the drawing object list 123, at step 207, the drawing object currently being processed overlaps the boundary rectangle among the registered drawing objects. Sort drawing objects.

【0039】次に、ステップ208で、境界矩形が重な
る描画オブジェクトが存在するかどうか選別された描画
オブジェクトの数を判断し、無い場合には、ステップ2
06で、ルート描画オブジェクトとして描画オブジェク
トリスト123に登録する。
Next, at step 208, it is determined whether or not there are any drawing objects having overlapping border rectangles.
At 06, it is registered in the drawing object list 123 as a root drawing object.

【0040】一方、重なる描画オブジェクトがある場合
は、ステップ209で、再び重なる描画オブジェクトの
数を判断し、一つしか無い場合は、ステップ211で、
処理中の描画オブジェクトを、登録済みの重なっている
親描画オブジェクトに依存する子描画オブジェクトとし
てお互いにリンク情報を保存し、描画オブジェクトリス
ト123に登録する。複数の重なり描画オブジェクトが
存在する場合は、ステップ210で、次に説明する複数
描画オブジェクト重なり処理を呼び出す。
On the other hand, if there is an overlapping drawing object, the number of overlapping drawing objects is determined again in step 209. If there is only one, in step 211,
The link information is mutually saved as the drawing object under processing as a child drawing object depending on the registered overlapping parent drawing object, and registered in the drawing object list 123. If there are a plurality of overlapping drawing objects, at step 210, a multiple drawing object overlapping process described below is called.

【0041】図4に示すように、複数描画オブジェクト
重なり処理では、まず、ステップ2101で、処理中の
描画オブジェクトが重なっている複数の描画オブジェク
トについて、それぞれのリンクリストを迫り、ルート描
画オブジェクトを求める。次に、ステップ2102で、
それぞれのルート描画オブジェクトに属する重なり描画
オブジェクトの数を判断する。各ルート描画オブジェク
トにつき一つであれば、ステップ2103で、処理中の
描画オブジェクトをそれぞれの重なり描画オブジェクト
の子描画オブジェクトとして登録する。この場合、この
子描画オブジェクトは複数の親描画オブジェクトを持
つ。
As shown in FIG. 4, in the multiple-drawing-object overlapping process, first, in step 2101, for a plurality of rendering objects on which the rendering object being processed overlaps, the respective link lists are approached to obtain a root rendering object. . Next, in step 2102,
The number of overlapping drawing objects belonging to each root drawing object is determined. If there is one for each root drawing object, in step 2103 the drawing object being processed is registered as a child drawing object of each overlapping drawing object. In this case, this child drawing object has a plurality of parent drawing objects.

【0042】一方、各ルート描画オブジェクトに属する
重なり描画オブジェクトが複数となっている場合、すな
わち、ルート描画オブジェクト毎のグループに重なり描
画オブジェクトが複数あるグループがある場合、ステッ
プ2104で、そのグループについて最末端となってい
る重なりオブジェクトを選択し、同一リンク列中の親側
の候補を除く。そして、ステップ2105で、選択とし
て残された描画オブジェクトの子描画オブジェクトとし
て、処理中の描画オブジェクトをリンクし、登録する。
On the other hand, if there are a plurality of overlapping drawing objects belonging to each root drawing object, that is, if there is a group having a plurality of overlapping drawing objects in a group for each root drawing object, in step 2104, the most Select the overlapping object at the end and remove the parent candidate in the same link row. In step 2105, the drawing object being processed is linked and registered as a child drawing object of the drawing object left as a selection.

【0043】オブジェクト描画部1023は、印刷装置
102の有するプロセッサの数のうち、描画に利用可能
な数だけのプロセスとして起動される。オブジェクト描
画部1023の各オブジェクト描画プロセスは、それぞ
れ独立して描画オブジェクトリストの中から描画可能な
描画オブジェクトを選択し、ラスター画像がバッファヘ
ラスターイメージとして書き込む。
The object drawing unit 1023 is started up as a number of processes usable for drawing, out of the number of processors of the printing apparatus 102. Each object drawing process of the object drawing unit 1023 independently selects a drawable drawing object from the drawing object list, and writes a raster image as a buffered raster image.

【0044】描画可能な描画オブジェクトの条件は、
(1)他のプロセスで描画中でない、もしくは(2)描
画済みでない、という条件を満たし、(3)依存する描
画オブジェクト(親描画オブジェクト)を持たない、す
なわちルート描画オブジェクト、であるか、(4)親描
画オブジェクトがすべて描画済みとなっている、という
条件で判断される。
The conditions of the drawing object that can be drawn are as follows:
Whether (1) the drawing process is not being performed by another process or (2) the drawing process is not completed, and (3) the drawing object (parent drawing object) having no dependency, that is, the root drawing object, 4) Judgment is made on condition that all parent drawing objects have been drawn.

【0045】すべての描画オブジェクト122が描画さ
れ、ラスター画像がラスター画像バッファ内に形成され
ると、最後にこのラスター画像は印刷エンジン1024
に送られ、印刷物(ハードコピー)が生成される。
When all the drawing objects 122 have been drawn and a raster image has been formed in the raster image buffer, the raster image is finally sent to the print engine 1024.
And a print (hard copy) is generated.

【0046】なお、印刷エンジン1024の仕様、ある
いは処理の高速化のために、印刷エンジン1024の動
作と並行して描画を行う必要がある場合には、図5に示
すように、描画オブジェクト編集部1022による処理
の前に、1ページの描画オブジェクト122を複数のバ
ンドに分けるバンド分割部1025を設け、バンド分割
部1025で、どのバンドに描画オブジェクト122が
属するかを判断する処理を行わせることができる。この
場合、描画オブジェクト編集部1022は、各バンドに
属する描画オブジェクトについて、それぞれ描画オブジ
ェクトリスト123a、123bを作成することにな
る。
If it is necessary to draw in parallel with the operation of the print engine 1024 in order to increase the speed of the specification or the processing of the print engine 1024, as shown in FIG. Before the processing by 1022, a band dividing unit 1025 for dividing the drawing object 122 of one page into a plurality of bands may be provided, and the band dividing unit 1025 may perform a process of determining to which band the drawing object 122 belongs. it can. In this case, the drawing object editing unit 1022 creates drawing object lists 123a and 123b for the drawing objects belonging to each band.

【0047】次に、具体例を用いて印刷システムの処理
について説明する。図6に示すようなぺ一ジイメージ3
00を、上位装置101のぺ一ジ記述生成部1011が
生成したと仮定する。このページイメージ300は、第
1矩形301、第1文字302、第2矩形303、第2
文字304および円305の5個によって構成され、ぺ
一ジ記述言語121上もこの順番で記述されているもの
とする。この時、ぺ一ジ記述解釈部1021は出現する
順番に描画オブジェクト122を5個生成する。この描
画オブジェクトは図5のそれぞれ301から305まで
に対応するので、便宜上、それぞれ描画オブジェクト3
01、描画オブジェクト302、描画オブジェクト30
3、描画オブジェクト304および描画オブジェクト3
05と呼ぶことにする。
Next, the processing of the printing system will be described using a specific example. Page 3 as shown in FIG.
It is assumed that the page description generation unit 1011 of the higher-level apparatus 101 has generated 00. This page image 300 includes a first rectangle 301, a first character 302, a second rectangle 303,
It is assumed that the page description language 121 is composed of five characters 304 and a circle 305 and is described in this order. At this time, the page description interpretation unit 1021 generates five drawing objects 122 in the order in which they appear. This drawing object corresponds to each of the drawing objects 301 to 305 in FIG.
01, drawing object 302, drawing object 30
3, drawing object 304 and drawing object 3
05.

【0048】描画オブジェクト編集部1022は、描画
オブジェクト301から305までを順に図3および図
4のフローチャートに従い、処理する。この結果、図7
に示すような描画オブジェクトリストを完成させる。こ
こで、描画オブジェクト301および303はルート描
画オブジェクトであり、描画オブジェクト301は描画
オブジェクト302および305の親描画オブジェク
ト、描画オブジェクト303は描画オブジェクト304
および305の親描画オブジェクトであり、描画オブジ
ェクト305は、描画オブジェクト301及び描画オブ
ジェクト303の双方を親描画オブジェクトとする。
The drawing object editing unit 1022 sequentially processes the drawing objects 301 to 305 in accordance with the flowcharts of FIGS. As a result, FIG.
The drawing object list as shown in is completed. Here, drawing objects 301 and 303 are root drawing objects, drawing object 301 is a parent drawing object of drawing objects 302 and 305, and drawing object 303 is drawing object 304.
The drawing object 305 has both the drawing object 301 and the drawing object 303 as parent drawing objects.

【0049】印刷装置102が利用可能な中央処理装置
を二つ持っており、故にオブジェクト描画部1023が
2つの独立プロセスとして実行されている状態を仮定す
る。それぞれのプロセスをプロセスAおよびプロセスB
と呼ぶ。描画オブジェクトリスト123が図7の状態で
完成すると、プロセスAおよびBは、それぞれ独立して
描画可能オブジェクトの検索を開始する。検索条件をペ
ージ記述での出現順、すなわち描画オブジェクトからの
降順とするならば、プロセスAが描画可能オブジェクト
を検索し、ルート描画オブジェクトである描画オブジェ
クト301を選択し、描画を開始する。
It is assumed that the printing apparatus 102 has two central processing units that can be used, and therefore the object drawing unit 1023 is being executed as two independent processes. Process A and Process B
Call. When the drawing object list 123 is completed in the state of FIG. 7, the processes A and B independently start searching for a drawable object. If the search condition is the order of appearance in the page description, that is, the descending order from the drawing object, the process A searches for a drawable object, selects the drawing object 301 which is the root drawing object, and starts drawing.

【0050】プロセスBも描画可能オブジェクトを検索
し、描画オブジェクト301は描画中となっており、描
画オブジェクト302も親描画オブジェクトである描画
オブジェクト301が描画済みでないため、ルート描画
オブジェクトである描画オブジェクト303を選択し、
描画を開始する。プロセスAが描画オブジェクト301
の描画を完了すると、次の描画可能オブジェクトを検索
し、親描画オブジェクト301が描画済みとなったため
描画可能となった子描画オブジェクト302を選択し、
描画を開始する。
Process B also searches for a drawable object, drawing object 301 is being drawn, and drawing object 302 is the root drawing object because drawing object 301, which is the parent drawing object, has not been drawn yet. And select
Start drawing. Process A is a drawing object 301
Is completed, the next drawable object is searched, and the child drawing object 302 that has become drawable because the parent drawing object 301 has been drawn is selected.
Start drawing.

【0051】一方、描画オブジェクト303の描画を終
えたプロセスBは、次の描画可能オブジェクトを検索
し、描画オブジェクト301が描画済み、描画オブジェ
クト302が描画中であるため、親描画オブジェクト3
03が描画済みとなったため描画可能となった子描画オ
ブジェクト304を選択し、描画を開始する。プロセス
Aが描画オブジェクト302の描画を終えると、両方の
親描画オブジェクト301、303が既に描画済みとな
った描画オブジェクト305を選択し、描画を開始す
る。このようにしてすべての描画がプロセスAおよびB
によって完了する。完成したラスター画像は印刷エンジ
ン1024で印刷される。
On the other hand, the process B that has finished drawing the drawing object 303 searches for the next drawable object, and since the drawing object 301 has been drawn and the drawing object 302 is being drawn, the parent drawing object 3
The child drawing object 304 that has become drawable because 03 has been drawn is selected, and drawing is started. When the process A finishes drawing the drawing object 302, the drawing object 305 in which both parent drawing objects 301 and 303 have already been drawn is selected and drawing is started. In this way, all drawing is performed in processes A and B.
Complete by The completed raster image is printed by the print engine 1024.

【0052】第1実施形態の印刷システムによれば、描
画オブジェクトを依存性によってリンクさせ、リンクさ
せた描画オブジェクトの中から、複数のオブジェクト描
画プロセスがそれぞれ独立して描画可能な描画オブジェ
クトを選択して描画するので、並列描画が可能であり、
印刷イメージの描画を高速化できる。
According to the printing system of the first embodiment, drawing objects are linked by dependency, and a plurality of drawing processes independently select drawing objects from the linked drawing objects. , So parallel drawing is possible,
Drawing of print images can be accelerated.

【0053】また、オブジェクト描画プロセスを行う中
央処理装置は、それぞれ独立して描画可能な描画オブジ
ェクトを選択して描画するので、中央処理装置の数を自
由に増減することができ、中央処理装置の数に応じた印
刷システムを構築することが可能である。
Further, since the central processing units that perform the object drawing process select and render drawing objects that can be independently drawn, the number of central processing units can be freely increased or decreased. It is possible to construct a printing system according to the number.

【0054】更に、特定の描画オブジェクトに依存が集
中する場合、依存リンクの多重度を減少させるため、当
該描画オブジェクトをバンド分割して多重度を下げ、並
列性を高めることにより、印刷イメージの描画を高速化
できる。
Further, when the dependency is concentrated on a specific drawing object, the drawing object is divided into bands to reduce the multiplicity and to increase the parallelism in order to reduce the multiplicity of the dependent link. Can be speeded up.

【0055】次に、本発明の第2実施形態の印刷システ
ムについて図8を参照して詳細に説明する。この印刷シ
ステム110は、上位装置111と、印刷装置112か
ら構成される。上位装置111には、描画オブジェクト
122を生成するページ記述解釈部1111と、描画オ
ブジェクトリスト123を生成する描画オブジェクト編
集部1112と、描画オブジェクトリスト123を描画
オブジェクト記述言語125に変換するオブジェクトリ
スト変換部1113が含まれる。
Next, a printing system according to a second embodiment of the present invention will be described in detail with reference to FIG. The printing system 110 includes a host device 111 and a printing device 112. The host device 111 includes a page description interpretation unit 1111 that generates a drawing object 122, a drawing object editing unit 1112 that generates a drawing object list 123, and an object list conversion unit that converts the drawing object list 123 into a drawing object description language 125. 1113 is included.

【0056】印刷装置112には、描画オブジェクト記
述言語125から描画オブジェクトリスト123を復元
するオブジェクトリスト復元部1026と、描画オブジ
ェクトをラスター画像バッファ124上で描画するオブ
ジェクト描画部1023と、印刷エンジン1024が含
まれる。
The printing apparatus 112 includes an object list restoring unit 1026 for restoring the drawing object list 123 from the drawing object description language 125, an object drawing unit 1023 for drawing a drawing object on the raster image buffer 124, and a print engine 1024. included.

【0057】これらはそれぞれ概略つぎのように動作す
る。ぺ一ジ記述解釈部1111は、一つもしくは複数の
ぺ一ジ画像を、それぞれのぺ一ジについて描画オブジェ
クト122の集合を内部記憶上に生成する。描画オブジ
ェクト編集部1112は、前記ぺ一ジ記述解釈部111
1が生成した個々の描画オブジェクト122の重なり合
いを判断し、重なり合っている描画オブジェクト同士
を、どちらが先に描画すべきか判断可能な方向性を持っ
たリスト構造である描画オブジェクトリスト123に変
換する。オブジェクトリスト変換部1113は、この描
画オブジェクトリスト123を、復元可能なバイト列で
ある、描画オブジェクト記述言語125の形に変換し、
印刷装置112に送る。
Each of these operates roughly as follows. The page description interpreting unit 1111 generates one or a plurality of page images and a set of drawing objects 122 for each page on an internal storage. The drawing object editing unit 1112 includes the page description interpreting unit 111.
1 determines the overlapping of the individual drawing objects 122 generated, and converts the overlapping drawing objects into a drawing object list 123 having a list structure having a directionality capable of determining which should be drawn first. The object list conversion unit 1113 converts the drawing object list 123 into a form of a drawing object description language 125, which is a byte string that can be restored.
Send to printing device 112.

【0058】印刷装置112では、描画オブジェクト記
述言語125は、オブジェクトリスト復元部1025に
よって、もとと同様の描画オブジェクトリスト123に
復元される。オブジェクト描画部1023は、描画オブ
ジェクトリスト123から、描画可能な描画オブジェク
ト、すなわち重なりを持たない独立したオブジェクト
か、当該描画オブジェクトを描画する前に描画しておか
なければならない描画オブジェクトが既に描画されてい
る描画オブジェクトであって、描画済みもしくは描間中
でない描画オブジェクトを選択し、ラスター画像バッフ
ァ124上でラスター画像に変換する。オブジェクト描
画部1023は、印刷装置112上で描画の為に割り当
て可能なプロセッサの数だけのプログラムプロセスとし
て機能し、各々が独立して描画可能な描画オブジェクト
を描画オブジェクトリスト123から取得し、描画す
る。印刷エンジン1024は、ラスター画像バッファ1
24内のラスター画像からハードコピーを生成する。
In the printing apparatus 112, the drawing object description language 125 is restored by the object list restoring unit 1025 into the same drawing object list 123 as the original. The object drawing unit 1023 reads, from the drawing object list 123, a drawing object that can be drawn, that is, an independent object having no overlap or a drawing object that must be drawn before drawing the drawing object. The selected drawing object that is not drawn or is not in the middle of a drawing is selected and converted into a raster image on the raster image buffer 124. The object drawing unit 1023 functions as a program process for the number of processors that can be allocated for drawing on the printing device 112, acquires drawing objects that can be drawn independently from the drawing object list 123, and draws them. . The print engine 1024 is connected to the raster image buffer 1
A hard copy is generated from the raster image in 24.

【0059】この第2実施形態の印刷システム110
は、基本的に描画オブジェクト編集部1112を印刷装
置112から上位装置111に移しただけで、処理アル
ゴリズムについては、前記第1実施形態の印刷システム
100と同様である。
The printing system 110 of the second embodiment
Is basically the same as the printing system 100 of the first embodiment except that the drawing object editing unit 1112 is simply moved from the printing apparatus 112 to the host apparatus 111.

【0060】この印刷システムによれば、描画オブジェ
クト生成とそのリンク付けが上位装置111で行われ、
印刷装置112の処理における、オブジェクト描画の処
理比重が上がるため、複数のプロセッサを持つ印刷装置
において、並列性を高め、高速に印刷結果を得ることが
できる。
According to this printing system, the drawing object is generated and its link is performed by the host device 111.
Since the processing gravity of object drawing in the processing of the printing apparatus 112 is increased, in a printing apparatus having a plurality of processors, parallelism can be improved and a printing result can be obtained at high speed.

【0061】[0061]

【発明の効果】以上説明したように、本発明の印刷シス
テムによれば、印刷イメージの描画を高速で行うことが
できる。
As described above, according to the printing system of the present invention, a print image can be drawn at a high speed.

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

【図1】本発明の印刷システムの第1実施形態を示す構
成図である。
FIG. 1 is a configuration diagram illustrating a first embodiment of a printing system according to the present invention.

【図2】描画オブジェクトリストが作成される例を示す
模式図である。
FIG. 2 is a schematic diagram illustrating an example in which a drawing object list is created.

【図3】描画オブジェクトプロセスを示すフローチャー
トである。
FIG. 3 is a flowchart illustrating a drawing object process.

【図4】複数描画オブジェクト重なり処理のプロセスを
示すフローチャートである。
FIG. 4 is a flowchart showing a process of overlapping a plurality of drawing objects.

【図5】描画オブジェクトをバンド分割する場合の印刷
装置を示す構成図である。
FIG. 5 is a configuration diagram illustrating a printing apparatus when a drawing object is divided into bands.

【図6】印刷システムでの処理を説明するための画像イ
メージを表す模式図である。
FIG. 6 is a schematic diagram illustrating an image for explaining processing in the printing system.

【図7】作成された描画オブジェクトリストの一例を示
す説明図である。
FIG. 7 is an explanatory diagram illustrating an example of a created drawing object list.

【図8】本発明の印刷システムの第2実施形態を示す構
成図である。
FIG. 8 is a configuration diagram illustrating a second embodiment of the printing system of the present invention.

【図9】従来の印刷システムを示す構成図である。FIG. 9 is a configuration diagram illustrating a conventional printing system.

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

101 上位装置 1011 ページ記述生成部 102 印刷装置 121 ページ記述言語 122 描画オブジェクト 123 描画オブジェクトリスト 124 ラスター画像バッファ 1021 ページ記述解釈部 1022 描画オブジェクト編集部 1023 オブジェクト描画部 1024 印刷エンジン Reference Signs List 101 Upper device 1011 Page description generator 102 Printing device 121 Page description language 122 Drawing object 123 Drawing object list 124 Raster image buffer 1021 Page description interpreter 1022 Drawing object editing unit 1023 Object drawing unit 1024 Print engine

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H04N 1/38 - 1/393 B41J 5/30 B41J 21/00 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) H04N 1/38-1/393 B41J 5/30 B41J 21/00

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 ページ記述言語で記述されたページ記述
データから得られたラスター画像を印刷する印刷システ
ムにおいて、 前記ページ記述データを解釈してそれぞれ独立した描画
オブジェクトを作成するページ記述解釈部と、 前記描画オブジェクトをその境界矩形の重なりの順に
リンクを作成して描画オブジェクトリストを作成する描
画オブジェクト編集部と、 前記描画オブジェクトリストから描画可能な複数の描画
オブジェクトをそれぞれ独立して選択し、ラスター画像
を並列して描画するオブジェクト描画部とを有すること
を特徴とする印刷システム。
1. A printing system for printing a raster image obtained from page description data described in a page description language, comprising: a page description interpreting unit for interpreting the page description data to create independent drawing objects; wherein the drawing object, the drawing object editing unit that creates a drawing object list to create a link in the order of overlap of the boundary rectangle, rendering more drawable from the drawing object list
Select each object independently and create a raster image
And an object drawing unit for drawing in parallel .
【請求項2】 請求項1記載の印刷システムにおいて、 前記オブジェクト描画部が、重なりを持たない独立描画
オブジェクト、又は、重なりを持つ未描画の子描画オブ
ジェクトであって、重なりの順の前側の親描画オブジェ
クトの全てが既に描画されている子描画オブジェクトを
選択することを特徴とする印刷システム。
2. The printing system according to claim 1 , wherein the object drawing unit is an independent drawing object having no overlap, or an undrawn child drawing object having an overlap, and a parent parent in the order of the overlap. A printing system, wherein a child drawing object in which all of the drawing objects are already drawn is selected.
【請求項3】 請求項1又は2記載の印刷システムにお
いて、 前記ページ記述解釈部と前記描画オブジェクト編集部と
の間に、前記描画オブジェクトを複数のバンドに分割す
るバンド分割部が設けられ、前記描画オブジェクト編集
部が、前記バンドに分割された描画オブジェクトからそ
れぞれ描画オブジェクトリストを作成することを特徴と
する印刷システム。
3. The printing system according to claim 1 , further comprising: a band division unit that divides the drawing object into a plurality of bands, between the page description interpretation unit and the drawing object editing unit. A printing system, wherein a drawing object editing unit creates a drawing object list from the drawing objects divided into the bands.
【請求項4】 請求項1〜3のいずれかに記載の印刷シ
ステムにおいて、 上位装置と印刷装置とから構成され、 前記印刷装置内の前記ページ記述解釈部が、前記上位装
置から取得したページ記述データを解釈することを特徴
とする印刷システム。
4. The printing system according to claim 1, further comprising a host device and a printing device, wherein the page description interpretation unit in the printing device acquires a page description acquired from the host device. A printing system characterized by interpreting data.
【請求項5】 請求項1〜3のいずれかに記載の印刷シ
ステムにおいて、 上位装置と印刷装置とから構成され、 前記上位装置が、前記ページ記述解釈部と、前記描画オ
ブジェクト編集部と、前記描画オブジェクトによって作
成された描画オブジェクトリストを描画オブジェクト記
述言語に変換するオブジェクトリスト変換部とを備え、 前記印刷装置が、前記描画オブジェクト記述言語から元
の描画オブジェクトリストを復元するオブジェクトリス
ト復元部と、前記オブジェクト描画部とを備えることを
特徴とする印刷システム。
5. The printing system according to claim 1, further comprising a higher-level device and a printing device, wherein the higher-level device includes the page description interpretation unit, the drawing object editing unit, An object list conversion unit that converts a drawing object list created by a drawing object into a drawing object description language, wherein the printing apparatus restores an original drawing object list from the drawing object description language; A printing system comprising the object drawing unit.
JP33318398A 1998-11-24 1998-11-24 Printing system Expired - Fee Related JP3264257B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33318398A JP3264257B2 (en) 1998-11-24 1998-11-24 Printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33318398A JP3264257B2 (en) 1998-11-24 1998-11-24 Printing system

Publications (2)

Publication Number Publication Date
JP2000165642A JP2000165642A (en) 2000-06-16
JP3264257B2 true JP3264257B2 (en) 2002-03-11

Family

ID=18263240

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33318398A Expired - Fee Related JP3264257B2 (en) 1998-11-24 1998-11-24 Printing system

Country Status (1)

Country Link
JP (1) JP3264257B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4730201B2 (en) * 2006-05-22 2011-07-20 富士ゼロックス株式会社 Print control apparatus, print system, print control method and program
JP5268427B2 (en) * 2008-05-27 2013-08-21 キヤノン株式会社 Image forming apparatus and image forming system

Also Published As

Publication number Publication date
JP2000165642A (en) 2000-06-16

Similar Documents

Publication Publication Date Title
WO1991015831A1 (en) Page description language interpreter
JP2010020468A (en) Image processing apparatus, image processing method, its program, and storage medium
JP2610993B2 (en) Information processing apparatus and method
JP3264257B2 (en) Printing system
JPH1131052A (en) Document processing system
JPH1058770A (en) Electronic printer
JPH1011593A (en) Image forming device
JP2002063582A (en) Device and method for forming image
JP3700363B2 (en) Print processing device
JPH0744687A (en) Picture forming device
JPH05318839A (en) Formation of image, device thereof and information processing system
JP3118310B2 (en) Print processing method of page printer
JPH11232062A (en) Printing processor
JPH10293669A (en) Print system and print control method
JPH10157217A (en) Printing-processing apparatus
JP2710131B2 (en) Character processing apparatus and method
JPH07323602A (en) Printer and object drawing method thereof
JPH11144062A (en) Printing processor
JP3651214B2 (en) Print processing apparatus and print processing method
JP2002032769A (en) Method and device for image processing
JPH04323058A (en) Output method and apparatus
JPH11198489A (en) Printing processing apparatus
JP2790198B2 (en) Output control method and device
JP3302211B2 (en) Character processing system and its external character pattern registration method
JP2000085189A (en) Image information processing apparatus

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071228

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20081228

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091228

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20091228

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101228

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20101228

Year of fee payment: 9

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111228

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20111228

Year of fee payment: 10

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121228

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20121228

Year of fee payment: 11

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20131228

Year of fee payment: 12

LAPS Cancellation because of no payment of annual fees