JP2004326660A - Printing system - Google Patents

Printing system Download PDF

Info

Publication number
JP2004326660A
JP2004326660A JP2003123575A JP2003123575A JP2004326660A JP 2004326660 A JP2004326660 A JP 2004326660A JP 2003123575 A JP2003123575 A JP 2003123575A JP 2003123575 A JP2003123575 A JP 2003123575A JP 2004326660 A JP2004326660 A JP 2004326660A
Authority
JP
Japan
Prior art keywords
data
band
unit
pdl
bitmap
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.)
Withdrawn
Application number
JP2003123575A
Other languages
Japanese (ja)
Inventor
Satoyuki Furuya
智行 古谷
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 JP2003123575A priority Critical patent/JP2004326660A/en
Publication of JP2004326660A publication Critical patent/JP2004326660A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To perform rapid print processing by dividing a page in virtual bands to store the weight of processing for drawing data belonging to the band as an object coefficient, and by switching to produce PDL data by page unit, or to produce the PDL data by band unit, on the basis of the information, and whether to convert the drawing data into bit map data when the PLD data is to be produced by band unit, in a printing system which converts the drawing data into the PDL data by a printer driver to print the data on a page printer. <P>SOLUTION: The printing system comprises a means which assumes the virtual band and spools while recording the weight of the processing of the drawing data for each band; a means for deciding whether the processing is to be performed by page unit or band unit on the basis of the recorded weight information on the processing; and a means for deciding whether the band is to be developed into a bit map when the band unit is decided. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は印刷装置およびホスト装置に関し、アプリケーション等からの指定に基づき印刷データを処理し、印刷装置で出力を行わせる印刷システムに関するものである。
【0002】
【従来の技術】
従来、アプリケーションから受け取った描画命令をPC上のプリンタドライバでページ記述言語(以下、PDLデータ)に変換しページプリンタに送信し、プリンタ側でビットマップに変換し印刷するようなプリンタでは、プリンタ内に1ページ分のPDLデータ全てを貯めないとビットマップ変換等の処理が行うことが出来ず、特に1ページ目の印刷(ファーストプリント)に時間がかかったり、1ページ貯めることによるメモリの圧迫等の問題があった(図1)。
【0003】
これを回避するために1ページをいくつかのバンドに区切り、各バンド毎に対応するPDLデータをプリンタドライバで作成、転送し、プリンタではバンド分のPDLデータが貯まったら随時ビットマップ変換を行う等が行われることがある(Banding PDL方式:図2)。これは、バンド分のPDLデータを中間データに変換する処理、中間データをビットマップに変換し、圧縮等を行う処理が別プロセスで並列的に行うことが出来、効率的な印刷処理が行える(図3)。
【0004】
【特許文献1】
特開2001−282482号公報
【特許文献2】
特開2001−344079号公報
【0005】
【発明が解決しようとする課題】
しかしながら描画命令が複数のバンドにまたがる場合、プリンタドライバではそれぞれのバンドに対して同じPDLデータを送る必要があり、そのためプリンタでの処理も重複し、かえってBanding PDL方式の方が遅くなる場合もありうる。あるいは、PDLデータ量が少ない場合なども、バンディングすることによるオーバーヘッドにより、Banding PDL方式の方が遅くなる。
【0006】
また、プリンタ内部での負荷の多い描画データは一つのバンドに集中することも多く、その場合はBanding PDL方式であってもメモリが不足するため、プリンタ内部で解像度を下げたりシミュレートといった処理を行う必要があった。
【0007】
本発明は、以上の点に着目して成されたもので、描画データをプリンタドライバでPDLデータに変換し、ページプリンタで印刷するような印刷システムにおいて、ページを仮想バンドで分割し、そのバンドに属する描画データに対する処理の重みをオブジェクト係数として保存し、その情報を元にページ単位でPDLデータを作成するか、バンド単位でPDLデータを作成するか、あるいはバンド単位である場合は、描画データをビットマップデータに変換しるかを切り替えることで、高速な印刷処理を行う事が出来る印刷システムを提供することを目的とする。
【0008】
【課題を解決するための手段】
この発明は下記の構成を備えることにより上記課題を解決できるものである。
【0009】
(1)印刷装置と、印刷データの生成および印刷装置への送信を行うホスト装置からなる印刷システムであって、前記ホスト装置は、ページを仮想的にバンドに区切り、バンド毎に仮想バンド情報を用意する仮想バンド分割手段と、アプリケーションから描画命令を受け取りその描画命令から描画データを抽出する抽出手段と、前記抽出手段により抽出された描画データが、前記仮想バンド分割手段により分割された仮想バンドのどこに所属するかを判断する第一の判断手段と、前記第一の判断手段により特定されたバンドの仮想バンド情報に対し、描画データに依存した重み付け(オブジェクト係数)を行い、そのオブジェクト係数を加算する加算手段と、前記抽出手段により変換された描画データを、スプールバッファに格納する格納手段と、前記加算手段により加算された全ての仮想バンド情報を用いて、ページ全体とバンド分割のどちらが効率が良いかを判断する第二の判断手段と、前記第二の判断手段でページ全体と判断された場合は、前記格納手段により格納された描画データを順にPDLデータに変換し、前記印刷装置に送信する第一の送信手段と、前記第二の判断手段でバンド分割と判断された場合は仮想バンドを実際のバンドとし、各バンド毎の仮想バンド情報を用いて、該当バンド毎に描画データに対応するPDLデータを作成するか、バンド毎の描画データを全てを用いてビットマップデータを作成するか、どちらが効率が良いかを判断する第三の判断手段と、前記第三の判断で本来の描画データに対応するPDLデータを作成する方が効率が良いと判断された場合は、そのバンドに該当する描画データをPDLデータに変換し、前記印刷装置に送信する第二の送信手段と、前記第三の判断で描画データをビットマップデータに変換した方が効率が良いと判断された場合は、そのバンドに該当する全ての描画データからビットマップデータを作成し、そのビットマップデータを描画データとしてPDLデータに変換し、前記印刷装置に送信する第三の送信手段と、前記第二、第三の送信手段を全バンドに対して繰り返す、繰り返し手段を持ち、前記印刷装置は、前記ホスト装置から受信したPDLデータがページ全体に対するデータか、バンド毎のデータなのかを判断する第四の判断手段と、前記第四の判断手段によりページ全体を示すと判断された場合はPDLデータを中間データに変換する第一の変換手段と、前記第一の変換手段により変換されたページ全体の中間データをバンドに区切り、ビットマップ変換する第二の変換手段と、前記第四の判断手段によりバンド毎のデータと判断された場合は、バンド毎のPDLデータが本来の描画データなのか、ビットマップデータなのかを判断する第五の判断手段と、前記第五の判断手段で本来の描画データだと判断された場合は、バンド毎のPDLデータを中間データに変換する第三の変換手段と、前記第三の変換手段により変換された中間データをビットマップ変換する第四の変換手段と、前記第五の判断手段でビットマップデータだと判断された場合は、そのビットマップデータをそのまま使用する無変換手段と、前記第一、第二あるいは第三、第四の変換手段あるいは無変換手段が1ページ分すべてのバンドで行われた後に印刷する印刷手段を持つことを特徴とする印刷システム。
【0010】
(2)前記仮想バンド分割手段で仮想的に区切られるバンドの大きさとは、前記印刷装置内で、前記第二の変換手段や前記第四の変換手段でビットマップ変換する際に使用するバンドの大きさであることを特徴とする前記(1)記載の印刷システム。
【0011】
(3)前記格納手段によりスプールバッファに格納される描画データは、単に描画情報だけでなくどの仮想バンドに所属するかの情報を持つことを特徴とする前記(1)記載の印刷システム。
【0012】
(4)前記第二、第三の判断手段で判断されるのは、速度の面だけでなく画質やメモリ効率も考慮することを特徴とする前記(1)記載の印刷システム。
【0013】
(5)前記加算手段で加算されるオブジェクト係数は、前記印刷装置の性能により印刷装置毎に同じ描画データであっても印刷装置毎に異なっても良いことを特徴とする前記(1)記載の印刷システム。
【0014】
(6)前記第一と第二の変換手段、あるいは第三と第四の変換手段は別プロセスが使用されるため、並列で処理が行われることを特徴とする前記(1)記載の印刷システム。
【0015】
この発明による作用として、任意の印刷データに対してページ全体を同時に処理するかBanding PDL方式で処理するかの効率の良い方がページ単位で切り替わるため、高速な印刷が実現され、さらにあるバンドに描画データが集中している場合はビットマップに変換し一つの描画データとしてしまうため、プリンタ内部でメモリが最大でビットマップデータを処理するための量と固定され、そのためメモリ不足になることはなく、解像度低下処理やシミュレートなどの処理を用意する必要もなくなる。
【0016】
【発明の実施の形態】
以下、添付図面に従って本発明に係わる実施例を詳細に説明する。また本実施例ではホスト装置と印刷装置がセントロニクスインターフェースで接続されたシステムに応用した例について説明する。このインターフェース形式は、本発明における重要な構成要件ではなく、赤外線通信、無線通信、USBやIEEE1394規格で定義されたインターフェースあるいは、さまざまなネットワーク接続形態であっても容易に応用可能である。
【0017】
図1は、通常のページプリンタにおいて、ホストPCから得たPDLデータをいかにビットマップ化し、印刷を行うかを示したものである。ページプリンタがPDLデータを受け取ると、処理1のプロセスにおいてPDLデータを該当するバンドに中間データに変換しながら格納していく。ページ全体のPDLデータに対して処理1が行われると、処理2によってバンド毎に中間データをビットマップに変換していく。
【0018】
図2は、Banding PDL方式であり、ページプリンタにおいて、ホストPCから得たバンド分割されたPDLデータをいかにビットマップ化し、印刷を行うか示したものである。ページプリンタがバンド分割されたPDLデータを受け取ると、処理1のプロセスにおいてPDLデータを該当するバンドに中間データに変換しながら格納していく。バンド毎のPDLデータに対して処理1が行われると、処理2のプロセスにおいてバンド毎に中間データをビットマップに変換していく。
【0019】
図3は、前記図1、図2の処理1、処理2が通常のPDL方式およびBanding PDL方式でどのようなタイミングで処理されるかを時系列で示したものである。通常のPDL方式の場合、ページ全体の処理1が完了した後にバンド毎に処理2が行われる。一方Banding PDLの場合は1バンド分の処理1が行われると並列的にそのバンドに対する処理2が行われる。
【0020】
図4において、1は中央処理装置で、上記プログラムおよび関連データが記憶されているFD,CD−ROM,ICメモリカード等の記憶媒体をシステムに接続された媒体読取装置6から読み込み、補助記憶装置3から主記憶装置2にロードされたシステムプログラム、アプリケーションプログラムによって、入力装置4から入力される情報を処理して、出力装置5や印刷装置7に出力する。なお、本実施例では、出力装置5はディスプレイなどの表示装置とし、本来出力装置に含まれる印刷装置7と区別する。また、入力装置4はキーボード、ポインティングデバイス等で構成されているものとする。さらに補助記憶装置3は、ハードディスク、光磁気ディスクで構成されるものであってもいいし、これらの組み合わせで構成されるものであってもよい。また、それぞれの装置がネットワークを介して接続されていようとも、この本発明を制約するものではない。
【0021】
図5は主記憶装置2に格納されていた画像処理方法制御プログラム(ドライバ11)と関連するデータが中央処理装置1に読み込まれ、入力装置4から印刷命令が入力されて、印刷装置7へデータを送り印刷するまでの概念図をあらわす。アプリケーション10、ドライバ11ともOS9の制御下で機能する。
【0022】
図6は、本発明の特徴を最もよくあらわす図面であり、同図において9は後述する本発明の印刷システムにおけるクライアントコンピュータ本体およびそれを制御しているOSを示し、後述する印刷装置7とはセントロニクスインターフェースにより接続されている。
【0023】
11はそのOS上に印刷装置を制御するアプリケーションソフト(プリンタドライバ)である。
【0024】
13はユーザが印刷装置に対しての印刷解像度や印刷品位など各種印刷設定等を入力したり、印刷開始指示を行うためのユーザーインターフェース部である。
【0025】
14は印刷データ制御部で、アプリケーションから指定される描画命令を受け、印刷装置において処理できるデータを作成する。この印刷データ制御部は、本発明である印刷システムにおけるホスト装置側の重要な処理部を含む。
【0026】
15はページに対して仮想的にバンド分割し、前記描画命令に対し描画データがどの仮想バンドに所属するかを判断し、その描画データに対する重み付け(オブジェクト係数)を所属する仮想バンドに加算する仮想バンド処理部である。描画データが複数の仮想バンドにまたがる場合は、全ての仮想バンドに対してオブジェクト係数を加算する。
【0027】
16は描画データをスプール領域に貯める描画データスプール部である。このスプール領域にはページ分の描画データを貯える。
【0028】
17はページ分の全ての描画データが仮想バンド処理部15により処理され、仮想バンド毎のオブジェクト係数が加算された値を用いて、通常のページ単位のPDLデータを作成するか、Banding PDL方式によるPDLデータを作成した方がよいのかの判断を行うPDL判断部である。ここでオブジェクト係数とは印刷装置毎に描画データに対する一意で指定される値であり、通常は印刷装置内部でかかる処理時間に依存し、前記ページ単位とバンド単位のどちらで処理を行った方が高速かを判断する。また、描画データ数が多く、印刷装置の所有しているメモリでは処理しきれないような場合はバンド単位と判断される。
【0029】
18は、前記PDL切り替え判断部17により、バンド単位の方が高速と判断されたされた場合に処理を行うバンディング処理管理部である。仮想バンドを実バンドとし、バンドに所属するスプールされた描画データを抽出し、後述のPDLデータ制御部21に渡す。これを全てのバンドに対して行う。
【0030】
このバンディング処理管理部18には、本発明である印刷システムにおけるホスト装置側の重要な処理部を含む。19は、各仮想バンド毎に所属する描画データにより重み付けられたオブジェクト係数により、本来の描画データと、バンドに所属する描画データを全てビットマップに変換し、それを一つの描画データとすることのどちらがデータ量が少ないかの計算を行い、効率の良いほうを選択する描画データ量計算部である。20は、ビットマップに変換した方が効率が良い場合に、バンド内の全描画データをビットマップ変換し、それをバンド内の全描画データと差し替える、ビットマップ展開部である。
【0031】
21はPDLデータ制御部で、印刷データ制御部により作成された描画データに対し印刷装置に対応した印刷コマンドに変更するものであり、また、印刷コマンド全体を制御する。
【0032】
22はOSの機能であり、セントロニクス接続により印刷装置とのデータ送受信を行うデータ送受信部である。
【0033】
7は印刷装置であり、接続されたホスト装置からの指示に応じた印刷処理等を行う。
【0034】
印刷装置7には、さらにセントロニクス接続されたホスト装置とデータ送受信を行うためのデータ送受信部23と、データ送受信部23で受信したデータを解析し、印刷装置の制御や印刷データの抽出を行う印刷コマンド制御部(PLDコマンド制御部)24、抽出された印刷データから実際の印刷画像を作成する印刷データ処理部25、および実際に印刷を行う出力部31が含まれる。
【0035】
この中の印刷データ処理部25は、本発明である印刷システムにおける印刷装置側の重要な処理部を含む。
【0036】
26はPDLデータ形式判断部であり、前記ホスト装置から送られたPDLデータが、ページ単位であるかバンド単位であるか、およびバンド単位の場合そのPDLデータがビットマップデータなのか否かを判断し、判断結果に応じて後記ページ中間データ生成部27かバンド中間データ生成部28、あるいはこの両者の系を通らないかを制御する。
【0037】
27は、ページ単位で渡されるPDLデータをバンド単位の中間データに変換するページ中間データ生成部である。ページ単位でこの処理が終了した後、後記バンドビットマップ生成部に制御を移す。
【0038】
28は、バンド単位で渡されるPDLデータを中間データに変換するバンド中間データ生成部である。バンド単位でこの処理が終了した後、後記バンドビットマップ生成部に制御を移す。
【0039】
29は、27から渡されるページ全体の中間データや28から渡されるバンド毎の中間データ、および既にビットマップデータが作成された系によるバンド毎のビットマップデータから、バンド毎のビットマップデータを作成するバンドビットマップ生成部であり、ページ分のバンドビットマップを作成した後に印刷画像処理部30にビットマップデータを渡す。
【0040】
30は印刷画像処理であり、渡されたビットマップデータに対し色処理や二値化処理等を行い、31の出力部において印刷を行う。
【0041】
図7−a,図7−bは、上述した本実施例のフローチャートである。このフローチャートに従って、本実施例の動作を説明する。
【0042】
本フローチャートのうち、図7−aはホスト装置における処理である。
【0043】
まず、入力装置4から印刷を実行するように命令が入力されると、補助記憶装置3から主記憶装置2上に読み込まれたOS、ドライバやアプリケーション(図5)のうち、OSがそのメッセージを受け取る。OSは現在アクティブであるアプリケーションに印刷実行メッセージを送る。
【0044】
アプリケーションは、そのメッセージをOSが認識できるコマンドに変換して印刷するデータやコマンドのメッセージを送る。OSはドライバの認識できるコマンドに変換して、メッセージを送る。
【0045】
ドライバに初期化用のメッセージが送られてきたら、ステップS701で7の印刷装置で印刷処理させるための準備やドライバの初期化、スプールバッファの初期化を行い、ステップS702で仮想的にページをバンド分割した仮想バンド毎の描画データのオブジェクト係数を保存する仮想バンド情報領域の初期化を行う。アプリケーションからの描画命令が入力されると、その描画命令をステップS703でその描画命令が持つ描画データの抽出を行い、ステップS704でその描画データが仮想バンドのどのバンドに所属するかを判断し、その仮想バンドに対する仮想バンド情報へ描画データのオブジェクト係数を加算する。そしてステップS705でその描画データをスプールバッファに格納し、ステップS706でページ全ての描画命令に対して同様の処理を行う。
【0046】
ページ全ての描画データがスプールバッファに格納されると、ステップS707で描画データ毎に加算されたオブジェクト係数が記録されている仮想バンド情報を参照し、Banding PDLの方が高速か否か、あるいはある特定のバンドのデータ量が多かった場合にプリンタ内部で問題が発生しないかの確認を行い、ステップS708でバンド分割した方が良いかの判断を行う。
【0047】
ステップS708でページ分のPDLデータを送った方が良いと判断された場合は、スプールバッファに格納された描画データを格納順に取り出し、ステップS709でPDLデータに変換し、ステップS710でPDLデータをプリンタへ転送する。
【0048】
ステップS708でバンド分割を行いバンド分のPDLデータを送った方が良いと判断された場合は、ステップS711でスプールバッファに格納された描画データのうち、該当バンドに所属する描画データを抽出し、ステップS712で該当バンドに対し、ステップS704で重み付けられた仮想バンド情報を元に、描画データを使用したPDLデータを作成するのがいいか、ステップS711で抽出された該当バンドに所属する全ての描画データを元にビットマップデータを作成した方がいいのかを判断する。ステップS713でビットマップ展開したほうが良いと判断された場合は、ステップS714で該当バンドに所属するすべての描画データからビットマップデータを作成し、ステップS715でそのビットマップデータからPDLデータを作成し、ステップS717でプリンタへ転送する。ステップS713でビットマップ展開しないほうが良いと判断された場合は、ステップS716で該当バンドに所属する全ての描画データを順にPDLデータに変換していき、ステップS717でPDLデータをプリンタへ転送する。
【0049】
ステップS718で全てのバンドに対して処理が完了していれば、ここでホスト装置における1ページ分の処理が終了する。
【0050】
本フローチャートのうち図7−bは印刷装置における処理である。
【0051】
本印刷装置における印刷処理が起動され、ホスト装置から転送されたPDLデータをステップS719により受信すると、ステップS720においてPDLデータがバンド用かページ用かの判断を行う。ページ全体のPDLデータだった場合は、ステップS721において受信したPDLデータを順に中間データへ変換し、ページに存在する全てのPDLデータの中間データへの変換が終わると、ステップS722において中間データをビットマップデータに変換する。ここでは通常、中間データをバンド分割し、バンド毎にビットマップデータに変換し、ステップS723において変換されたビットマップデータをビットマップ領域に格納する。そしてステップS729で格納されたビットマップの印刷を行う。
【0052】
ステップS720においてPDLデータがバンド用であった場合は、ステップS724でそのPDLデータがホスト側で描画データを元に作成されたビットマップデータかの判断を行い、バンド毎のビットマップデータだった場合は、ステップS727でビットマップ領域に格納する。ビットマップデータではなかったらステップS725でバンド毎に作成されたPDLデータをバンド毎の中間データへ変換し、ステップS726でその中間データをビットマップに変換し、ステップS727でビットマップ領域に格納する。
【0053】
ステップS728でページ全てのバンドの処理を行ったかどうかの判断を行い、ページ全体のビットマップが格納されるとステップS729で印刷を行い、処理が終了する。
【0054】
以上が印刷装置における処理の動作である。
【0055】
【発明の効果】
以上説明したように本発明では、印刷するデータにしたがってページ単位の処理、バンド毎の処理、さらにバンド毎の場合は描画データをビットマップ化するか否かを切り替えることにより、最適な印刷処理が行えることによる高速な印刷処理が実現され、さらにプリンタにおいてもメモリ不足時のシミュレート処理等を用意する必要がなくなる。
【図面の簡単な説明】
【図1】通常のページプリンタに対する、印刷装置内部でどのようにPDLデータがビットマップに変換されるかを示したものである。
【図2】Banding PDL方式のページプリンタに対する、印刷装置内部でどのようにPDLデータがビットマップに変換されるかを示したものである。
【図3】通常の方式とBanding PDL方式のページプリンタに対する、印刷装置内部での処理の違いを時系列で示したものである。
【図4】本実施例の画像処理印刷方法が適用される情報処理システムの構成の一例を示すブロック図である。
【図5】画像処理方法制御プログラムと関連するデータが、媒体読取装置記憶装置に格納されていたデータが中央処理演算装置に読み込まれ、入力装置から印刷命令が入力されて、印刷装置へデータを送り印刷するまでの概念図である。
【図6】本発明の実施例の印刷システム全体構成を示すブロック図である。
【図7−a】本発明に係る画像処理装置の画像処理方法の一実施例をあらわすフローチャートであり、図7−aはホスト装置側のフローチャートである。
【図7−b】本発明に係る画像処理装置の画像処理方法の一実施例をあらわすフローチャートであり、図7−bは印刷装置側のフローチャートである。
【符号の説明】
1 中央処理装置
2 主記憶装置
3 補助記憶装置
4 入力装置
5 出力装置
6 媒体読取装置
7 印刷装置
8 ROM
9 OS
10 アプリケーション
11 ドライバ
13 ユーザーインターフェース部
14 印刷データ制御部
15 仮想バンド処理部
16 描画データスプール部
17 PDL切り替え判断部
18 バンディング処理管理部
19 描画データ量計算部
20 ビットマップ展開部
21 PDLデータ制御部(ホスト装置側)
22 データ送受信部(ホスト装置側)
23 データ送受信部(印刷装置側)
24 印刷コマンド制御部(PLDコマンド制御部)(印刷装置側)
25 印刷データ処理部
26 PDLデータ形式判断部
27 ページ中間データ生成部
28 バンド中間データ生成部
29 バンドビットマップ生成部
30 印刷画像処理部
31 出力部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a printing apparatus and a host apparatus, and more particularly to a printing system that processes print data based on a designation from an application or the like and causes the printing apparatus to output the print data.
[0002]
[Prior art]
Conventionally, in a printer in which a drawing command received from an application is converted into a page description language (hereinafter, PDL data) by a printer driver on a PC, transmitted to a page printer, and converted into a bitmap and printed on the printer side, a Unless all the PDL data for one page can be stored, processing such as bitmap conversion cannot be performed. In particular, it takes time to print the first page (first print), and memory pressure due to storing one page. (FIG. 1).
[0003]
In order to avoid this, one page is divided into several bands, PDL data corresponding to each band is created and transferred by a printer driver, and when the PDL data for the band is accumulated, bitmap conversion is performed as needed. (Banding PDL method: FIG. 2). This is because the process of converting the PDL data for the band into intermediate data and the process of converting the intermediate data into a bitmap and performing compression and the like can be performed in parallel in separate processes, and efficient print processing can be performed ( (Fig. 3).
[0004]
[Patent Document 1]
JP 2001-282482 A [Patent Document 2]
JP-A-2001-344079
[Problems to be solved by the invention]
However, when a drawing command extends over a plurality of bands, it is necessary for the printer driver to send the same PDL data to each band. Therefore, the processing in the printer is also duplicated, and the Banding PDL method may be slower. sell. Alternatively, even when the amount of PDL data is small, the Banding PDL method is slower due to the overhead caused by banding.
[0006]
In addition, drawing data having a large load inside the printer is often concentrated in one band. In such a case, the memory is insufficient even in the Banding PDL method. Had to do.
[0007]
The present invention has been made by focusing on the above points. In a printing system in which drawing data is converted into PDL data by a printer driver and printed by a page printer, a page is divided into virtual bands, Is stored as object coefficients, and based on the information, PDL data is created in page units, PDL data is created in band units, or in the case of band units, drawing data is used. It is an object of the present invention to provide a printing system capable of performing high-speed printing processing by switching whether or not is converted into bitmap data.
[0008]
[Means for Solving the Problems]
The present invention can solve the above problem by providing the following configuration.
[0009]
(1) A printing system including a printing device and a host device that generates print data and transmits the data to the printing device, wherein the host device virtually divides a page into bands and divides virtual band information for each band. Virtual band dividing means for preparing, extracting means for receiving a drawing command from an application and extracting drawing data from the drawing command, and drawing data extracted by the extracting means for the virtual band divided by the virtual band dividing means. Weighting (object coefficient) depending on drawing data is performed on the first determination means for determining where the image data belongs, and the virtual band information of the band specified by the first determination means, and the object coefficient is added. A storage means for storing the drawing data converted by the extraction means in a spool buffer. And second determining means for determining which of the whole page and the band division is more efficient by using all the virtual band information added by the adding means, and determining the whole page by the second determining means. If it is determined that the band division has been determined by the first transmission unit that sequentially converts the drawing data stored by the storage unit into PDL data and transmits the PDL data to the printing device, and the second determination unit Using virtual bands as actual bands, create PDL data corresponding to drawing data for each band using virtual band information for each band, or create bitmap data using all drawing data for each band Or the third judgment means for judging which is more efficient, and it is judged that it is more efficient to create PDL data corresponding to the original drawing data in the third judgment. In this case, it is more efficient to convert drawing data corresponding to the band into PDL data and transmit the drawing data to the printing apparatus, and to convert the drawing data to bitmap data in the third determination. If determined to be good, a third transmission unit that creates bitmap data from all drawing data corresponding to the band, converts the bitmap data into PDL data as drawing data, and transmits the PDL data to the printing apparatus. And the repetition means for repeating the second and third transmission means for all bands. The printing apparatus determines whether the PDL data received from the host apparatus is data for the entire page or data for each band. And a first unit for converting the PDL data into intermediate data when the fourth unit determines that the whole page is indicated. Conversion means, second conversion means for dividing the intermediate data of the entire page converted by the first conversion means into bands, and performing bitmap conversion, and the data is determined for each band by the fourth determination means. In this case, a fifth determining means for determining whether the PDL data for each band is the original drawing data or bitmap data, and a case where the fifth determining means determines that the original drawing data is the original drawing data. A third conversion means for converting PDL data for each band into intermediate data, a fourth conversion means for performing bitmap conversion on the intermediate data converted by the third conversion means, and a fifth determination means. If it is determined that the data is bitmap data, the non-conversion means using the bitmap data as it is and the first, second or third, fourth conversion means or non-conversion means are used. Printing system characterized by having a printing means for printing after being performed at pages all bands.
[0010]
(2) The size of the band virtually divided by the virtual band dividing means is the size of the band used when performing bitmap conversion by the second converting means or the fourth converting means in the printing apparatus. The printing system according to (1), wherein the printing system has a size.
[0011]
(3) The printing system according to (1), wherein the drawing data stored in the spool buffer by the storage unit has not only the drawing information but also information as to which virtual band belongs.
[0012]
(4) The printing system according to (1), wherein the second and third determination means determine not only speed but also image quality and memory efficiency.
[0013]
(5) The object coefficient according to (1), wherein the object coefficient added by the adding unit may be the same drawing data for each printing device or may be different for each printing device depending on the performance of the printing device. Printing system.
[0014]
(6) The printing system according to (1), wherein the first and second conversion units or the third and fourth conversion units use different processes, so that the processes are performed in parallel. .
[0015]
According to the operation of the present invention, high-speed printing is realized because the more efficient process of simultaneously processing the entire page or processing using the Banding PDL method is switched in units of pages for arbitrary print data. When drawing data is concentrated, it is converted to a bitmap and converted into one drawing data, so the memory inside the printer is fixed to the maximum amount of processing bitmap data, so there is no shortage of memory In addition, there is no need to prepare a process such as a resolution reduction process or a simulation.
[0016]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings. In this embodiment, an example will be described in which the present invention is applied to a system in which a host device and a printing device are connected by a Centronics interface. This interface type is not an important component in the present invention, and can be easily applied to infrared communication, wireless communication, an interface defined by USB or IEEE 1394 standards, or various network connection forms.
[0017]
FIG. 1 shows how a normal page printer bitmaps and prints PDL data obtained from a host PC. When the page printer receives the PDL data, in the process of process 1, the PDL data is stored in the corresponding band while converting it into intermediate data. When the processing 1 is performed on the PDL data of the entire page, the processing 2 converts the intermediate data into a bitmap for each band.
[0018]
FIG. 2 shows the Banding PDL method, which shows how a page printer converts a band-divided PDL data obtained from a host PC into a bit map and performs printing. When the page printer receives the band-divided PDL data, it converts the PDL data into the corresponding band and stores it in the corresponding band in the process of processing 1. When the process 1 is performed on the PDL data for each band, the intermediate data is converted into a bitmap for each band in the process of the process 2.
[0019]
FIG. 3 shows, in chronological order, the timing at which the processes 1 and 2 of FIGS. 1 and 2 are processed in the ordinary PDL system and the Banding PDL system. In the case of the normal PDL method, the processing 2 is performed for each band after the processing 1 for the entire page is completed. On the other hand, in the case of Banding PDL, when the processing 1 for one band is performed, the processing 2 for the band is performed in parallel.
[0020]
In FIG. 4, reference numeral 1 denotes a central processing unit, which reads a storage medium such as an FD, a CD-ROM, an IC memory card or the like in which the program and related data are stored from a medium reading device 6 connected to the system, and stores the read data. The information input from the input device 4 is processed by the system program and the application program loaded into the main storage device 2 from the storage device 3 and output to the output device 5 and the printing device 7. In this embodiment, the output device 5 is a display device such as a display, and is distinguished from the printing device 7 originally included in the output device. It is assumed that the input device 4 is configured by a keyboard, a pointing device, and the like. Further, the auxiliary storage device 3 may be configured by a hard disk or a magneto-optical disk, or may be configured by a combination thereof. Further, the present invention is not limited even if the respective devices are connected via a network.
[0021]
FIG. 5 shows that the data related to the image processing method control program (driver 11) stored in the main storage device 2 is read into the central processing unit 1, a print command is input from the input device 4, and the data is sent to the printing device 7. And a conceptual diagram up to printing. Both the application 10 and the driver 11 function under the control of the OS 9.
[0022]
FIG. 6 is a drawing that best illustrates the features of the present invention. In FIG. 6, reference numeral 9 denotes a client computer main body and an OS that controls the client computer in the printing system of the present invention described later. Connected by Centronics interface.
[0023]
Reference numeral 11 denotes application software (printer driver) for controlling the printing apparatus on the OS.
[0024]
Reference numeral 13 denotes a user interface unit for the user to input various print settings such as print resolution and print quality for the printing apparatus and to issue a print start instruction.
[0025]
Reference numeral 14 denotes a print data control unit which receives a drawing command specified by an application and creates data that can be processed by the printing apparatus. The print data control unit includes an important processing unit on the host device side in the printing system according to the present invention.
[0026]
Reference numeral 15 denotes a virtual band division for a page, determines to which virtual band the drawing data belongs to the drawing command, and adds a weight (object coefficient) to the drawing data to the virtual band to which the drawing data belongs. It is a band processing unit. When the drawing data extends over a plurality of virtual bands, the object coefficients are added to all the virtual bands.
[0027]
Reference numeral 16 denotes a drawing data spool unit that stores drawing data in a spool area. This spool area stores drawing data for pages.
[0028]
Reference numeral 17 denotes a case where all the drawing data for the page is processed by the virtual band processing unit 15 and the PDL data is created in a normal page unit by using the value to which the object coefficient for each virtual band is added, or by the Banding PDL method. A PDL determination unit that determines whether it is better to create PDL data. Here, the object coefficient is a value uniquely specified for the drawing data for each printing device, and usually depends on the processing time required inside the printing device, and it is better to perform the processing in either the page unit or the band unit. Determine if it is fast. If the number of pieces of drawing data is large and cannot be processed by the memory owned by the printing apparatus, it is determined to be in band units.
[0029]
Reference numeral 18 denotes a banding processing management unit that performs a process when the PDL switching determination unit 17 determines that the speed is higher for each band. Using the virtual band as a real band, spooled drawing data belonging to the band is extracted and passed to a PDL data control unit 21 described later. This is done for all bands.
[0030]
The banding processing management section 18 includes an important processing section on the host device side in the printing system according to the present invention. 19 is to convert all the original drawing data and the drawing data belonging to the band into a bitmap by using an object coefficient weighted by the drawing data belonging to each virtual band, and to convert it into one drawing data. A drawing data amount calculation unit that calculates which data amount is smaller and selects the one with the higher efficiency. Reference numeral 20 denotes a bitmap development unit that converts all drawing data in the band into a bitmap and replaces it with all drawing data in the band when conversion to a bitmap is more efficient.
[0031]
Reference numeral 21 denotes a PDL data control unit which changes the drawing data created by the print data control unit into a print command corresponding to the printing apparatus, and controls the entire print command.
[0032]
Reference numeral 22 denotes an OS function, which is a data transmission / reception unit that transmits / receives data to / from the printing apparatus via a Centronics connection.
[0033]
Reference numeral 7 denotes a printing device that performs a printing process or the like in accordance with an instruction from a connected host device.
[0034]
The printing device 7 further includes a data transmission / reception unit 23 for transmitting / receiving data to / from a host device connected to the Centronics, and a printing device for analyzing data received by the data transmission / reception unit 23 to control the printing device and extract print data. A command control unit (PLD command control unit) 24, a print data processing unit 25 that creates an actual print image from extracted print data, and an output unit 31 that actually performs printing are included.
[0035]
The print data processing section 25 includes an important processing section on the printing apparatus side in the printing system according to the present invention.
[0036]
Reference numeral 26 denotes a PDL data format determination unit, which determines whether the PDL data sent from the host device is a page unit or a band unit, and if the PDL data is a band unit, determines whether the PDL data is bitmap data. Then, according to the determination result, it is controlled whether or not to pass through the later-described page intermediate data generation unit 27, band intermediate data generation unit 28, or a system of both.
[0037]
Reference numeral 27 denotes a page intermediate data generation unit that converts PDL data passed in page units into intermediate data in band units. After this process is completed for each page, the control is transferred to the band bitmap generator described later.
[0038]
Reference numeral 28 denotes a band intermediate data generation unit that converts PDL data passed in band units into intermediate data. After this processing is completed for each band, the control is transferred to a band bitmap generator described later.
[0039]
29 creates bitmap data for each band from the intermediate data of the entire page passed from 27, the intermediate data for each band passed from 28, and the bitmap data for each band by the system in which bitmap data has already been created. The band bitmap generator generates a band bitmap for a page and passes the bitmap data to the print image processor 30.
[0040]
Reference numeral 30 denotes print image processing, which performs color processing, binarization processing, and the like on the received bitmap data, and performs printing at the output unit 31.
[0041]
FIGS. 7A and 7B are flowcharts of the above-described embodiment. The operation of this embodiment will be described with reference to this flowchart.
[0042]
In the flowchart, FIG. 7A shows processing in the host device.
[0043]
First, when a command to execute printing is input from the input device 4, the OS among the OS, drivers and applications (FIG. 5) read from the auxiliary storage device 3 onto the main storage device 2 transmits the message. receive. The OS sends a print execution message to the currently active application.
[0044]
The application converts the message into a command recognizable by the OS and sends a data or command message to be printed. The OS converts the command into a command recognizable by the driver and sends the message.
[0045]
When an initialization message is sent to the driver, in step S701, preparations for printing processing by the printing apparatus, initialization of the driver, and initialization of the spool buffer are performed, and in step S702, the page is virtually banded. The virtual band information area for storing the object coefficient of the drawing data for each divided virtual band is initialized. When a drawing command is input from the application, the drawing command is extracted in step S703 to extract the drawing data of the drawing command, and in step S704, it is determined to which of the virtual bands the drawing data belongs. The object coefficient of the drawing data is added to the virtual band information for the virtual band. In step S705, the drawing data is stored in the spool buffer, and in step S706, the same processing is performed for the drawing command for all pages.
[0046]
When the drawing data of all pages is stored in the spool buffer, in step S707, reference is made to virtual band information in which the object coefficient added for each drawing data is recorded, and whether or not the Banding PDL is faster or not. When the data amount of the specific band is large, it is confirmed whether or not a problem occurs inside the printer, and it is determined in step S708 whether band division is better.
[0047]
If it is determined in step S708 that it is better to send the PDL data for the page, the drawing data stored in the spool buffer is extracted in the storage order, converted into PDL data in step S709, and the PDL data is converted into the printer in step S710. Transfer to
[0048]
If it is determined in step S708 that the band should be divided and the PDL data for the band should be sent, the drawing data belonging to the band is extracted from the drawing data stored in the spool buffer in step S711. In step S712, it is better to create PDL data using the drawing data for the corresponding band based on the virtual band information weighted in step S704, or all the drawing belonging to the corresponding band extracted in step S711. It is determined whether it is better to create bitmap data based on the data. If it is determined in step S713 that bitmap development should be performed, bitmap data is created from all drawing data belonging to the corresponding band in step S714, and PDL data is created from the bitmap data in step S715. In step S717, the data is transferred to the printer. If it is determined in step S713 that bitmap expansion should not be performed, all drawing data belonging to the band is sequentially converted to PDL data in step S716, and the PDL data is transferred to the printer in step S717.
[0049]
If the processing has been completed for all the bands in step S718, the processing for one page in the host device ends here.
[0050]
FIG. 7B in the flowchart is a process in the printing apparatus.
[0051]
When the printing process in the printing apparatus is started and the PDL data transferred from the host device is received in step S719, it is determined in step S720 whether the PDL data is for a band or a page. If it is the PDL data of the entire page, the PDL data received in step S721 is sequentially converted into intermediate data. When the conversion of all the PDL data existing in the page into the intermediate data is completed, the intermediate data is converted into bits in step S722. Convert to map data. Here, usually, the intermediate data is divided into bands, converted into bitmap data for each band, and the bitmap data converted in step S723 is stored in the bitmap area. Then, the bitmap stored in step S729 is printed.
[0052]
If the PDL data is for a band in step S720, it is determined in step S724 whether the PDL data is bitmap data created based on the drawing data on the host side, and if the PDL data is bitmap data for each band. Is stored in the bitmap area in step S727. If it is not bitmap data, the PDL data created for each band is converted to intermediate data for each band in step S725, the intermediate data is converted to a bitmap in step S726, and stored in the bitmap area in step S727.
[0053]
In step S728, it is determined whether or not processing has been performed for all the bands of the page. When the bitmap of the entire page is stored, printing is performed in step S729, and the processing ends.
[0054]
The above is the processing operation in the printing apparatus.
[0055]
【The invention's effect】
As described above, according to the present invention, an optimal printing process is performed by switching between a process for each page, a process for each band, and, in the case of each band, whether or not to convert the drawing data into a bitmap according to the data to be printed. This enables high-speed printing processing to be realized, and further eliminates the need for the printer to provide simulation processing when memory is insufficient.
[Brief description of the drawings]
FIG. 1 shows how PDL data is converted to a bitmap inside a printing apparatus for a normal page printer.
FIG. 2 illustrates how PDL data is converted into a bitmap inside a printing apparatus for a Banding PDL page printer.
FIG. 3 is a diagram illustrating a time series of a difference in processing inside a printing apparatus between a page printer of a normal system and a page printer of a Banding PDL system.
FIG. 4 is a block diagram illustrating an example of a configuration of an information processing system to which the image processing printing method according to the present embodiment is applied.
FIG. 5 is a diagram illustrating an image processing method control program in which data stored in a storage device of a medium reading device is read into a central processing unit; a print command is input from an input device; It is a conceptual diagram until it performs feed printing.
FIG. 6 is a block diagram illustrating an overall configuration of a printing system according to an embodiment of the present invention.
FIG. 7A is a flowchart showing an embodiment of an image processing method of the image processing apparatus according to the present invention, and FIG. 7A is a flowchart on the host device side.
FIG. 7B is a flowchart showing an embodiment of an image processing method of the image processing apparatus according to the present invention, and FIG. 7B is a flowchart on the printing apparatus side.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Central processing unit 2 Main storage device 3 Auxiliary storage device 4 Input device 5 Output device 6 Medium reading device 7 Printing device 8 ROM
9 OS
10 Application 11 Driver 13 User Interface Unit 14 Print Data Control Unit 15 Virtual Band Processing Unit 16 Drawing Data Spool Unit 17 PDL Switching Judgment Unit 18 Banding Processing Management Unit 19 Drawing Data Amount Calculation Unit 20 Bitmap Expansion Unit 21 PDL Data Control Unit ( Host device side)
22 Data transmission / reception unit (host device side)
23 Data transmission / reception unit (printer side)
24 Print command controller (PLD command controller) (printer side)
25 print data processing unit 26 PDL data format determination unit 27 page intermediate data generation unit 28 band intermediate data generation unit 29 band bitmap generation unit 30 print image processing unit 31 output unit

Claims (6)

印刷装置と、印刷データの生成および印刷装置への送信を行うホスト装置からなる印刷システムであって、
前記ホスト装置は、
ページを仮想的にバンドに区切り、バンド毎に仮想バンド情報を用意する仮想バンド分割手段と、
アプリケーションから描画命令を受け取りその描画命令から描画データを抽出する抽出手段と、
前記抽出手段により抽出された描画データが、前記仮想バンド分割手段により分割された仮想バンドのどこに所属するかを判断する第一の判断手段と、
前記第一の判断手段により特定されたバンドの仮想バンド情報に対し、描画データに依存した重み付け(オブジェクト係数)を行い、そのオブジェクト係数を加算する加算手段と、
前記抽出手段により変換された描画データを、スプールバッファに格納する格納手段と、
前記加算手段により加算された全ての仮想バンド情報を用いて、ページ全体とバンド分割のどちらが効率が良いかを判断する第二の判断手段と、
前記第二の判断手段でページ全体と判断された場合は、前記格納手段により格納された描画データを順にPDLデータに変換し、前記印刷装置に送信する第一の送信手段と、
前記第二の判断手段でバンド分割と判断された場合は仮想バンドを実際のバンドとし、各バンド毎の仮想バンド情報を用いて、該当バンド毎に描画データに対応するPDLデータを作成するか、バンド毎の描画データを全てを用いてビットマップデータを作成するか、どちらが効率が良いかを判断する第三の判断手段と、前記第三の判断で本来の描画データに対応するPDLデータを作成する方が効率が良いと判断された場合は、そのバンドに該当する描画データをPDLデータに変換し、前記印刷装置に送信する第二の送信手段と、
前記第三の判断で描画データをビットマップデータに変換した方が効率が良いと判断された場合は、そのバンドに該当する全ての描画データからビットマップデータを作成し、そのビットマップデータを描画データとしてPDLデータに変換し、前記印刷装置に送信する第三の送信手段と、
前記第二、第三の送信手段を全バンドに対して繰り返す、繰り返し手段を持ち、前記印刷装置は、
前記ホスト装置から受信したPDLデータがページ全体に対するデータか、バンド毎のデータなのかを判断する第四の判断手段と、
前記第四の判断手段によりページ全体を示すと判断された場合はPDLデータを中間データに変換する第一の変換手段と、
前記第一の変換手段により変換されたページ全体の中間データをバンドに区切り、ビットマップ変換する第二の変換手段と、
前記第四の判断手段によりバンド毎のデータと判断された場合は、バンド毎のPDLデータが本来の描画データなのか、ビットマップデータなのかを判断する第五の判断手段と、
前記第五の判断手段で本来の描画データだと判断された場合は、バンド毎のPDLデータを中間データに変換する第三の変換手段と、
前記第三の変換手段により変換された中間データをビットマップ変換する第四の変換手段と、
前記第五の判断手段でビットマップデータだと判断された場合は、そのビットマップデータをそのまま使用する無変換手段と、
前記第一、第二あるいは第三、第四の変換手段あるいは無変換手段が1ページ分すべてのバンドで行われた後に印刷する印刷手段を持つことを特徴とする印刷システム。
A printing system comprising a printing device and a host device that generates print data and transmits the print data to the printing device,
The host device includes:
Virtual band dividing means for virtually dividing the page into bands and preparing virtual band information for each band;
Extracting means for receiving a drawing command from the application and extracting drawing data from the drawing command;
First determining means for determining where the drawing data extracted by the extracting means belongs to the virtual band divided by the virtual band dividing means;
Adding means for performing weighting (object coefficient) depending on drawing data on the virtual band information of the band specified by the first determining means, and adding the object coefficient;
Storage means for storing the drawing data converted by the extraction means in a spool buffer;
A second determining unit that determines which of the whole page and the band division is more efficient by using all the virtual band information added by the adding unit;
When the second determination unit determines that the entire page, the first transmission unit that sequentially converts the drawing data stored by the storage unit into PDL data and transmits the PDL data to the printing apparatus;
If the second determination unit determines that the band is divided, the virtual band is set as an actual band, and PDL data corresponding to the drawing data is created for each band using the virtual band information of each band. A third determination unit that determines whether bitmap data is created using all of the drawing data for each band or which is more efficient, and creates PDL data corresponding to the original drawing data in the third determination. If it is determined that the conversion is more efficient, a second transmission unit that converts the drawing data corresponding to the band into PDL data and transmits the data to the printing apparatus;
If it is determined that it is more efficient to convert drawing data to bitmap data in the third determination, bitmap data is created from all drawing data corresponding to the band, and the bitmap data is drawn. A third transmission unit that converts the data into PDL data and transmits the data to the printing apparatus;
The second, the third transmitting means is repeated for all bands, having a repeating means, the printing device,
Fourth determining means for determining whether the PDL data received from the host device is data for the entire page or data for each band;
A first conversion unit for converting the PDL data into intermediate data when the fourth determination unit determines that the entire page is indicated;
Second conversion means for dividing the intermediate data of the entire page converted by the first conversion means into bands and performing bitmap conversion,
When the fourth determination unit determines that the data is band-specific data, a fifth determination unit that determines whether the PDL data for each band is the original drawing data or the bitmap data,
A third conversion unit that converts the PDL data for each band into intermediate data when the fifth determination unit determines that the data is the original drawing data;
Fourth conversion means for performing bitmap conversion of the intermediate data converted by the third conversion means,
When it is determined that the bitmap data by the fifth determination means, non-conversion means using the bitmap data as it is,
A printing system comprising a printing unit for printing after the first, second, third, or fourth conversion unit or the non-conversion unit is performed in all bands for one page.
前記仮想バンド分割手段で仮想的に区切られるバンドの大きさとは、前記印刷装置内で、前記第二の変換手段や前記第四の変換手段でビットマップ変換する際に使用するバンドの大きさであることを特徴とする請求項1記載の印刷システム。The size of the band virtually divided by the virtual band dividing unit is the size of a band used when performing bitmap conversion by the second conversion unit or the fourth conversion unit in the printing apparatus. The printing system according to claim 1, wherein: 前記格納手段によりスプールバッファに格納される描画データは、単に描画情報だけでなくどの仮想バンドに所属するかの情報を持つことを特徴とする請求項1記載の印刷システム。2. The printing system according to claim 1, wherein the drawing data stored in the spool buffer by the storage unit has not only the drawing information but also information as to which virtual band belongs. 前記第二、第三の判断手段で判断されるのは、速度の面だけでなく画質やメモリ効率も考慮することを特徴とする請求項1記載の印刷システム。2. The printing system according to claim 1, wherein said second and third determination means consider not only speed but also image quality and memory efficiency. 前記加算手段で加算されるオブジェクト係数は、前記印刷装置の性能により印刷装置毎に同じ描画データであっても印刷装置毎に異なっても良いことを特徴とする請求項1記載の印刷システム。2. The printing system according to claim 1, wherein the object coefficient added by the adding unit may be the same drawing data for each printing device or may be different for each printing device depending on the performance of the printing device. 前記第一と第二の変換手段、あるいは第三と第四の変換手段は別プロセスが使用されるため、並列で処理が行われることを特徴とする請求項1記載の印刷システム。2. The printing system according to claim 1, wherein the first and second conversion units or the third and fourth conversion units use different processes, so that the processes are performed in parallel.
JP2003123575A 2003-04-28 2003-04-28 Printing system Withdrawn JP2004326660A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003123575A JP2004326660A (en) 2003-04-28 2003-04-28 Printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003123575A JP2004326660A (en) 2003-04-28 2003-04-28 Printing system

Publications (1)

Publication Number Publication Date
JP2004326660A true JP2004326660A (en) 2004-11-18

Family

ID=33501423

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003123575A Withdrawn JP2004326660A (en) 2003-04-28 2003-04-28 Printing system

Country Status (1)

Country Link
JP (1) JP2004326660A (en)

Similar Documents

Publication Publication Date Title
US7800772B2 (en) Data processing apparatus, image forming apparatus, image forming method, and printing system
JP2003303068A5 (en)
JP5446047B2 (en) Print control apparatus, image forming system, and program
JP2004326661A (en) Printing system
JP2004326660A (en) Printing system
JP5785600B2 (en) Host machine and printing method in host machine
JP2003196045A (en) Use resource selecting method and printing system for realizing this method
JP5093576B2 (en) Printing control apparatus and image forming system
JP2011018157A (en) Image forming system and image forming method
JP3600771B2 (en) Print control device and print system
JP5581731B2 (en) Image forming apparatus, image forming method, and image forming program
JP3661617B2 (en) Printing system
JPH1016322A (en) Image formation method and apparatus therefor
JP2004213311A (en) Print control unit and print processor
JP3966182B2 (en) Communication device
JPH09218763A (en) Printing processing system
JP2001100970A (en) Printer host, printer system, and storage medium storing operation program of printer host
JP3858956B2 (en) PRINT CONTROL METHOD, PRINT CONTROL DEVICE, MEDIUM RECORDING PRINT CONTROL PROGRAM, AND PRINTING DEVICE
JP2004247952A (en) Image processing system
JP2010211559A (en) Image processor, image processing method, and computer program for image processing
JP2001236186A (en) Printing processing system, method for processing print data and recording medium with program for performing the method recorded thereon
JP4318027B2 (en) Image processing apparatus and method, and printer system
JP4029672B2 (en) Print program, print server, and printing method
JP2004136484A (en) Recording device and recording method
JP2006128944A (en) Information processing device, information processing method, image forming device, program, storage medium, and printing system

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060704