JP2006007496A - Print processing system and program, and recording medium - Google Patents

Print processing system and program, and recording medium Download PDF

Info

Publication number
JP2006007496A
JP2006007496A JP2004185632A JP2004185632A JP2006007496A JP 2006007496 A JP2006007496 A JP 2006007496A JP 2004185632 A JP2004185632 A JP 2004185632A JP 2004185632 A JP2004185632 A JP 2004185632A JP 2006007496 A JP2006007496 A JP 2006007496A
Authority
JP
Japan
Prior art keywords
display list
processing system
hardware
software
print
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.)
Granted
Application number
JP2004185632A
Other languages
Japanese (ja)
Other versions
JP4580697B2 (en
Inventor
Mikiya Ichikawa
美貴也 市川
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2004185632A priority Critical patent/JP4580697B2/en
Publication of JP2006007496A publication Critical patent/JP2006007496A/en
Application granted granted Critical
Publication of JP4580697B2 publication Critical patent/JP4580697B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a print processing system in which high speed printing by printer description language can be realized by using hardware and software efficiently at the time of writing data. <P>SOLUTION: The print processing system performing printing after writing on a band memory by rendering comprises a host computer transmitting print data, and a section for making a display list by interpreting print data sent from the host computer and distributing the interpreted print data into rearrangement of writing command and figure writing processing of hardware and software. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、印刷処理システム、プログラムおよび記録媒体に関し、特に図形描画のハードウェアおよびソフトウェアによる使い分けによる印刷の高速化に関する。   The present invention relates to a print processing system, a program, and a recording medium, and more particularly to speeding up printing by properly using graphic drawing hardware and software.

プリンタで印刷を行う場合、パーソナルコンピュータにより作成されたプリンタ言語による印刷データをプリンタが受信して画像形成することによって印刷実行している。
プリンタでは、パーソナルコンピュータにより作成されたプリンタ言語による印刷データをインタープリタで解釈してディスプレイリストに変換し、さらにディスプレイリストを解釈して、図形描画部でビットマップデータに変換して、変換されたビットマップデータを用紙に印刷する。
プリンタ言語では、図形の種類、原点、大きさ、前景色、背景色、パターン、塗りつぶしの有無等の情報をそれぞれ別のコマンドで設定するようになっている。そのため、1つの図形(オブジェクトという)をビットマップデータへ変換するためには、複数のコマンドを参照しなければならない。このため、インタープリタでは、プリンタ言語を解釈し、各々のオブジェクトに対して必要となる図形の情報を1つにまとめた形のディスプレイリストに変換する。また、ラスタライズを複数のバンドに分割して行う場合、バンドとそのバンドに描画されるべきオブジェクトの対応表をも合わせて作成する。
図形描画部は、バンドに分割してラスタライズを行う。インタープリタから出力されたディスプレイリストと対応表は、図形描画部の中間データメモリに一時記憶される。中間データメモリに格納された対応表により、現在ラスタライズを行っているバンドに描画されるオブジェクトを求め、中間データメモリよりディスプレイリストを読み出して、ディスプレイリストを解釈して図形の種類を決定し、楕円、矩形、水平な直線等の図形をビットマップ化してページメモリへ描画する。
このようなレンダリング処理を高速化する技術として次のものがある。
特許文献1には、プリンタ内にハードウェアによる描画処理部とファームウェアによる描画処理部とを設け、この両方を利用する技術が開示されている。この技術は、描画処理能力から処理時間を予測し、ホストコンピュータかプリンタの何れかで処理する技術である。
また、特許文献2は、ジオメトリ変換をホストコンピュータで行うか、プリンタで行うかを選択し、ラスタライズをプリンタ側で行う技術である。
また、特許文献3は、印刷 ジョブを流す複数のホストコンピュータと、それらの印刷 ジョブを総括して受けるプリンタサーバコンピュータを共通の通信ネットワーク上に配置し、それぞれのホストコンピュータにてCPU負荷状態を記憶し、プリンタサーバ、各ホストコンピュータのCPU負荷情報を取得することによって、ネットワーク上に接続された複数のコンピュータの既存のハード ウェア資源を流用してソフトウェアのみで、低コストの高速プリンタサーバを実現している。
特開平6−168084号公報 特開平11−188930号公報 特開平11−259258号公報
When printing is performed by a printer, printing is executed by the printer receiving print data in a printer language created by a personal computer and forming an image.
In the printer, print data in a printer language created by a personal computer is interpreted by an interpreter and converted into a display list, and the display list is further interpreted and converted into bitmap data by a graphic drawing unit. Print map data on paper.
In the printer language, information such as the figure type, origin, size, foreground color, background color, pattern, and the presence / absence of a fill is set by different commands. Therefore, in order to convert one figure (called an object) into bitmap data, a plurality of commands must be referred to. Therefore, the interpreter interprets the printer language and converts the graphic information necessary for each object into a combined display list. Further, when rasterizing is performed by dividing into a plurality of bands, a correspondence table of bands and objects to be drawn in the bands is also created.
The graphic drawing unit performs rasterization by dividing into bands. The display list and the correspondence table output from the interpreter are temporarily stored in the intermediate data memory of the graphic drawing unit. Using the correspondence table stored in the intermediate data memory, find the object to be drawn in the band that is currently rasterized, read the display list from the intermediate data memory, interpret the display list, determine the figure type, , Rectangles, horizontal straight lines, etc., are converted into bitmaps and drawn in the page memory.
There are the following techniques for speeding up such rendering processing.
Patent Document 1 discloses a technique in which a rendering processing unit by hardware and a rendering processing unit by firmware are provided in a printer and both are used. This technique is a technique for predicting the processing time from the drawing processing capability and processing it by either a host computer or a printer.
Japanese Patent Application Laid-Open No. 2004-228561 is a technique for selecting whether to perform geometry conversion by a host computer or a printer and performing rasterization on the printer side.
In Patent Document 3, a plurality of host computers that send print jobs and a printer server computer that collectively receives the print jobs are arranged on a common communication network, and the CPU load state is stored in each host computer. By acquiring the CPU load information of the printer server and each host computer, the existing hardware resources of multiple computers connected on the network can be used to realize a low-cost high-speed printer server using only software. ing.
Japanese Patent Laid-Open No. 6-168084 Japanese Patent Laid-Open No. 11-188930 JP 11-259258 A

一方、近年、画像技術の高解像度化、多値化が進み、文字や図形などの画像情報からビットマップに展開するためのメモリが増加し、展開に要する処理時間が増加している。この処理時間を短縮する方法として、専用のハードウェアを使用することが多くなってきた。しかし、ソフトウェアで描画するよりもハードウェアで描画する方が処理時間は短くなるが、反面全描画をハードウェアに任せることはコストの面、設計段階での難しさなどからできないことが多い。そのため両者を使い分けることになるが、コマンド毎にハードウェアで処理可能、不可能を判別していくと、ハードウェアへの切り替えに必要な割り込み待ち時間のために、思ったより高速に描画できないことがある。
また、昨今に見られるようなプリンタシステムでは、プリンタ内の操作のみでバンドサイズを変更することによって印刷の高速度化や省メモリ化がなされていた。しかしながら、プリンタのマルチファンクション化に伴って、データ受信後、プリンタのCPUでの描画処理を直ちに開始することができなかった。特に、前記特許文献1においては、スプール済みのバンド数に対する処理をホストコンピュータかプリンタのどちらで行うのかが特定されていなかったために、前述の問題点を十分に解決していなかった。
本発明は、以上のような実情を考慮してなされたものであって、データを描画する際にハードウェアとソフトウェアを効率よく使用して、プリンタ記述言語による印刷の高速化が図れる印刷処理システム、プログラムおよび記録媒体を提供することを目的とする。
On the other hand, in recent years, the resolution and the multi-value of image technology have progressed, and the memory for expanding image information such as characters and figures into a bitmap has increased, and the processing time required for the expansion has increased. As a method for shortening the processing time, dedicated hardware has been increasingly used. However, although the processing time is shorter when drawing with hardware than when drawing with software, on the other hand, it is often impossible to leave all drawing to hardware because of the difficulty in the design stage. Therefore, both are used properly, but if each command can be processed by hardware, it is impossible to draw faster than expected due to the interrupt waiting time required for switching to hardware. is there.
Also, in printer systems such as those recently seen, printing speed and memory savings have been increased by changing the band size only by operating within the printer. However, as the printer has become multifunctional, it has not been possible to immediately start drawing processing by the printer CPU after data reception. In particular, in Patent Document 1, it has not been specified whether the processing for the number of spooled bands is performed by the host computer or the printer, and thus the above-described problem has not been sufficiently solved.
The present invention has been made in consideration of the above circumstances, and is a print processing system that can efficiently use hardware and software when drawing data to speed up printing in a printer description language. An object of the present invention is to provide a program and a recording medium.

上記の課題を解決するために、請求項1に記載の発明は、レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷するための印刷データを送信するホストコンピュータと、該ホストコンピュータから送られてきた印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有する印刷装置とを備えることを特徴とする。
請求項2に記載の発明は、レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有して、このディスプレイリストを印刷装置に送信するプリンタドライバを備えるホストコンピュータと、該ホストコンピュータから送られてきたディスプレイリストの描画コマンドをハードとソフトの図形描画処理とに振り分けて印刷する印刷装置とを備えることを特徴とする。
請求項3に記載の発明は、レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有して、このディスプレイリストをプリンタサーバに送信するプリンタドライバを備えるホストコンピュータと、該ホストコンピュータから送られてきたディスプレイリストを印刷装置へ送信するプリンタサーバと、該プリンタサーバから送られてきたディスプレイリストの描画コマンドをハードとソフトの図形描画処理とに振り分けて印刷する印刷装置とを備えることを特徴とする。
請求項4に記載の発明は、請求項2または3に記載の印刷処理システムにおいて、前記ホストコンピュータ上のプリンタドライバでディスプレイリストの作成を行う場合には、印刷データがハード向けかソフト向けかを示す情報を付加し、前記印刷装置では印刷データがハード向けか、ソフト向けかを判別して、それぞれの描画処理に振り分けることを特徴とする。
In order to solve the above-described problem, the invention described in claim 1 is a print processing system that performs rendering processing, draws in a band memory, and then prints, and a host computer that transmits print data for printing; A display list that interprets the print data sent from the host computer and creates a display list by sorting the drawing commands in the interpreted print data and rearranging between hardware and software graphic drawing processing And a printing apparatus having a creation unit.
According to a second aspect of the present invention, in a print processing system that performs rendering processing, draws in a band memory, and then prints, interprets the print data, rearranges drawing commands in the interpreted print data, A host computer having a display list creation unit for creating a display list by allocating to hardware and software graphic drawing processing, and having a printer driver for sending the display list to a printing apparatus, and sent from the host computer And a printing apparatus that prints the display list drawing commands divided into hardware and software graphic drawing processing.
According to a third aspect of the present invention, in a print processing system that performs rendering processing, draws in a band memory, and then prints, interprets the print data, rearranges drawing commands in the interpreted print data, A host computer having a display list creation unit for creating a display list by allocating to hardware and software graphic drawing processing, and having a printer driver for sending the display list to a printer server; and sent from the host computer A printer server that transmits the display list received to the printing apparatus, and a printing apparatus that distributes and prints the display list drawing commands sent from the printer server into hardware and software graphic drawing processing. To do.
According to a fourth aspect of the present invention, in the print processing system according to the second or third aspect, when the display list is created by the printer driver on the host computer, it is determined whether the print data is for hardware or software. In the printing apparatus, the print apparatus determines whether the print data is for hardware or software, and distributes it to each drawing process.

請求項5に記載の発明は、レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷するための印刷データを送信するホストコンピュータと、該ホストコンピュータから送られてきた印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有して、このディスプレイリストを印刷装置に送信するプリンタサーバと、該プリンタサーバから送られてきたディスプレイリストの描画コマンドをハードとソフトの図形描画処理とに振り分けて印刷する印刷装置とを備えることを特徴とする。
請求項6に記載の発明は、請求項5に記載の印刷処理システムにおいて、前記プリンタサーバ上でディスプレイリストの作成を行う場合には、該プリンタサーバで印刷データがハード向けかソフト向けかを示す情報を付加し、前記印刷装置では印刷データがハード向けか、ソフト向けかを判別して、それぞれの描画処理に振り分けることを特徴とする。
請求項7に記載の発明は、請求項1乃至6のいずれかに記載の印刷処理システムにおいて、前記いずれの装置で、描画コマンドの入れ替えとディスプレイリストの作成を行うかを、全体の処理効率が最も良くなるように選択するようにしたことを特徴とする。
請求項8に記載の発明は、請求項1乃至7のいずれかに記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、振り分けた描画コマンドをディスプレイリスト保存用メモリ領域のハードとソフトの図形描画処理用それぞれに向けて記憶させることを特徴とする。
請求項9に記載の発明は、請求項8に記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、ハード側で処理可能な描画コマンド群があった時、その描画コマンド群をハードで処理する時間よりもソフトで処理した方が高速化できる場合には、その描画コマンド群をソフトで処理することを特徴とする。
According to a fifth aspect of the present invention, in a print processing system that performs rendering processing, draws in a band memory, and then prints, a host computer that transmits print data for printing, and printing sent from the host computer This display has a display list creation unit that interprets data and creates a display list by rearranging drawing commands in the interpreted print data and sorting hardware and software graphics drawing processing. A printer server that transmits a list to a printing apparatus, and a printing apparatus that prints a display list drawing command sent from the printer server by dividing it into hardware and software graphic drawing processing.
According to a sixth aspect of the present invention, in the print processing system according to the fifth aspect, when the display list is created on the printer server, the printer server indicates whether the print data is for hardware or software. Information is added, and the printing apparatus determines whether the print data is for hardware or software, and distributes it to each drawing process.
According to a seventh aspect of the present invention, in the print processing system according to any one of the first to sixth aspects, the overall processing efficiency is determined by which of the devices performs drawing command replacement and display list creation. It is characterized in that it is selected so as to be the best.
According to an eighth aspect of the present invention, in the print processing system according to any one of the first to seventh aspects, in the display list creation unit, the distributed drawing commands are drawn into hardware and software graphics in the display list storage memory area. It is memorized for each processing.
According to a ninth aspect of the present invention, in the print processing system according to the eighth aspect, when the display list creation unit has a drawing command group that can be processed on the hardware side, the drawing command group is processed in hardware. If the speed of processing by software is faster than time, the drawing command group is processed by software.

請求項10に記載の発明は、請求項9に記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、ハード側で処理可能な描画コマンドと処理不可能な描画コマンドが混在している場合、描画結果に影響がなければディスプレイリスト上の描画コマンド順を入れ替えて、ハード側で処理可能な描画コマンドをまとめるようにしたことを特徴とする。
請求項11に記載の発明は、請求項10に記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、複数のバンドメモリを同時に書き出し先として使用できる場合には、ハード側で処理可能な描画コマンドのみのバンド、ハード側で処理不可能な描画コマンドを含むバンド、ハード側で処理不可能な描画コマンドだけのバンドを判別し、前記各バンドの処理順を最適化するようにしたことを特徴とする。
請求項12に記載の発明は、請求項11に記載の印刷処理システムにおいて、同一ページ内に、ハード側で全て処理可能な描画コマンドからなるバンドとソフト側でしか処理できない描画コマンドからなるバンド、もしくは描画コマンドの多くがソフト側でしか処理できないバンドがあった場合に、それぞれを同時にハードとソフトで処理するようにしたことを特徴とする。
請求項13に記載の発明は、請求項12に記載の印刷処理システムにおいて、単一のバンドのみを処理するようにしたことを特徴とする。
請求項14に記載の発明は、請求項13に記載の印刷処理システムにおいて、複数のバンドを同時に処理するようにしたことを特徴とする。
請求項15に記載の発明は、請求項13に記載の印刷処理システムにおいて、描画コマンドの入れ替えを、単一バンドだけでなく処理している全てのバンドの描画コマンドを対象に行うようにしたことを特徴とする。
請求項16に記載の発明は、請求項1乃至15に記載の印刷処理システムにおいて、ソフト側の処理においてはディスプレイリストだけでなく、描画コマンド毎に関数コールからでも動作が可能としたことを特徴とする。
請求項17に記載の発明は、コンピュータに、請求項1乃至16のいずれかに記載の印刷処理システムの機能を実行させるためのプログラムであることを特徴とする。
請求項18に記載の発明は、請求項17に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体であることを特徴とする。
According to a tenth aspect of the present invention, in the print processing system according to the ninth aspect, in the display list creation unit, when there are a mixture of drawing commands that can be processed on the hardware side and drawing commands that cannot be processed, drawing is performed. If there is no influence on the result, the drawing command order on the display list is changed so that drawing commands that can be processed on the hardware side are collected.
According to an eleventh aspect of the present invention, in the print processing system according to the tenth aspect, when the display list creation unit can simultaneously use a plurality of band memories as a write destination, a drawing command that can be processed on the hardware side. It is possible to discriminate only bands, bands that include drawing commands that cannot be processed on the hardware side, and bands that only include drawing commands that cannot be processed on the hardware side, and optimize the processing order of each band. To do.
The invention according to claim 12 is the print processing system according to claim 11, wherein a band consisting of drawing commands that can be processed entirely on the hardware side and a band consisting of drawing commands that can be processed only on the software side in the same page, Alternatively, when there are bands where many of the drawing commands can be processed only on the software side, each is processed by hardware and software simultaneously.
According to a thirteenth aspect of the present invention, in the print processing system according to the twelfth aspect, only a single band is processed.
According to a fourteenth aspect of the present invention, in the print processing system according to the thirteenth aspect, a plurality of bands are processed simultaneously.
According to the fifteenth aspect of the present invention, in the print processing system according to the thirteenth aspect, the drawing commands are exchanged not only for a single band but also for all the band drawing commands being processed. It is characterized by.
According to a sixteenth aspect of the present invention, in the print processing system according to any one of the first to fifteenth aspects, the operation on the software side can be performed not only from the display list but also from a function call for each drawing command. And
The invention according to claim 17 is a program for causing a computer to execute the function of the print processing system according to any one of claims 1 to 16.
The invention described in claim 18 is a computer-readable recording medium in which the program described in claim 17 is recorded.

本発明によれば、ハードウェアとソフトウェアの描画処理を効率よく使い分けられるので、プリンタ記述言語による印刷処理を高速化することができる。
また、コマンドの振り分けを処理に余裕のある装置で行えるようにしたので、印刷処理システム全体の処理が高速化できる。
According to the present invention, the hardware and software drawing processes can be used efficiently and efficiently, so that the printing process using the printer description language can be accelerated.
In addition, since the command can be distributed by a device having sufficient processing capacity, the processing of the entire print processing system can be speeded up.

以下、図面を参照して、本発明の印刷処理システムに係る好適な実施形態を説明する。
図1は、本実施形態の印刷処理システムの構成を示すブロック図であり、同図において、ホストコンピュータ(以下、ホストPCという)1上のプリンタドライバが生成した描画コマンドからなる印刷データが印刷装置に送られて、印刷装置でその印刷データを受信する。
印刷装置では、プリンタコントローラ2内のインタープリタ10が印刷データを受け取り、中間コマンド形式に変換して中間データメモリ20に保存する。
ディスプレイリスト作成部3は、この中間データメモリ20に記憶された中間コマンド形式から図形描画部12(ソフトウェアで構成する)または図形描画回路22(ハードウェアで構成する)に渡すディスプレイリストを生成して、ディスプレイリスト保存用データメモリ21のそれぞれの処理用領域(ハードウェアおよびソフトウェア用のそれぞれのメモリ)に保存する。ここで、ディスプレイリストとは、実際に印刷する用紙サイズに応じて図形やフォントなどを印刷するための展開開始座標およびそのデータの先頭アドレス等からなる印刷前の中間言語のことである。さらに、ソフト側の処理においては、ディスプレイリストを描画コマンドではなく、関数コールとするようにしてもよい。
このとき、コマンド振分判定部11は、中間データメモリ20に記憶された中間コマンドを解釈しながら、図形描画部12で処理するか、または図形描画回路22で処理するかを判断してディスプレイリストを生成する。また、描画範囲により描画するべきかどうかの判定も同時に行う。
さらに、描画コマンドの並び替えを行っても描画結果に影響がなければディスプレイリスト上のコマンド順を入れ替えて、ハード側で処理可能なコマンドをまとめるようにしてもよい。
この割り振りは、図形描画部12で処理するよりも図形描画回路22で処理する方が高速にバンドメモリへの描画が行えるので、基本的には図形描画回路22を割り振ることになる。しかし、図形描画回路22で処理する際にはどうしても処理の最初に割り込み時間が必要となり、図形描画回路22を用いた場合の処理時間としては、図2に示したように図形描画回路22への割り込み時間(ハードの起動にかかる時間)と、図形描画回路22における処理時間との加算分だけの時間が必要となる。この図形描画回路22への割り込み時間は、一定時間に固定されており、動作環境毎に定数として保持しておく。
従って、このコマンド振分判定部11では、全ての描画を図形描画回路22で処理可能ではない場合、また、どうしても図形描画部12と併用する必要がある場合には、割り込み時間を考慮した図形描画回路22の処理時間が図形描画部12での処理時間より速いときには、図形描画回路22で処理を行うように判断し、さもなければ図形描画部12で処理するように判断する。
DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, preferred embodiments according to a print processing system of the invention will be described with reference to the drawings.
FIG. 1 is a block diagram illustrating a configuration of a print processing system according to the present embodiment, in which print data including drawing commands generated by a printer driver on a host computer (hereinafter referred to as a host PC) 1 is a printing apparatus. The print data is received by the printing apparatus.
In the printing apparatus, the interpreter 10 in the printer controller 2 receives the print data, converts it into an intermediate command format, and stores it in the intermediate data memory 20.
The display list creation unit 3 generates a display list to be passed from the intermediate command format stored in the intermediate data memory 20 to the graphic drawing unit 12 (configured by software) or the graphic drawing circuit 22 (configured by hardware). Then, the data is stored in each processing area (each memory for hardware and software) of the display list saving data memory 21. Here, the display list is an intermediate language before printing composed of development start coordinates for printing graphics, fonts, and the like according to the paper size to be actually printed, and the top address of the data. Further, in the processing on the software side, the display list may be a function call instead of a drawing command.
At this time, the command distribution determination unit 11 interprets the intermediate command stored in the intermediate data memory 20 and determines whether to process by the graphic drawing unit 12 or the graphic drawing circuit 22 to determine the display list. Is generated. In addition, it is simultaneously determined whether or not to draw based on the drawing range.
Further, if the rearrangement of drawing commands does not affect the drawing result, the order of commands on the display list may be changed so that commands that can be processed on the hardware side are collected.
Since this allocation can be performed in the band memory at a higher speed by the processing by the graphic drawing circuit 22 than by the graphic drawing unit 12, the graphic drawing circuit 22 is basically allocated. However, when processing is performed by the graphic drawing circuit 22, an interruption time is necessary at the beginning of the process, and the processing time when the graphic drawing circuit 22 is used is as shown in FIG. A time corresponding to the addition of the interrupt time (time required for starting the hardware) and the processing time in the graphic drawing circuit 22 is required. The interruption time to the graphic drawing circuit 22 is fixed to a fixed time, and is held as a constant for each operating environment.
Therefore, in the command distribution determination unit 11, if not all drawing can be processed by the graphic drawing circuit 22, and if it is necessary to use the drawing with the graphic drawing unit 12, graphic drawing considering the interruption time is required. When the processing time of the circuit 22 is faster than the processing time of the graphic drawing unit 12, it is determined that the graphic drawing circuit 22 performs processing. Otherwise, it is determined that the graphic drawing unit 12 performs processing.

この判断は、例えば、描画にかかる処理時間がほとんど描画面積に比例するため、処理しようとする描画コマンド群の描画面積(この描画面積は、描画コマンドの引数(幅、高さなど)から求められる)をもとに行う。
さらに、コマンド振分判定部11で、図形描画回路22と図形描画部12の描画結果が変わらないのであれば並列に、そうでなければ交互に動作させる判断も行うようにすれば、より高速に描画することができる。
このように振り分けられたディスプレイリストを図形描画部12および図形描画回路22へ渡すことにより、生成されたビットマップデータをページメモリ23へ出力し、このページメモリ23に書き込まれた内容がプリンタエンジン4に渡され紙面へ印刷される。
図3は、上述した実施形態において、ホストPC1から送られた印刷データをインタープリタ10で中間データ形式に変換し、その変換結果を直接ディスプレイリスト作成部3へ供給する構成としたものである。
図4は、上述の実施形態において、図形描画処理のハードウェアまたはソフトウェアによる処理の振分をプリンタドライバで行うようにした構成を示すブロック図である。
This determination is made, for example, because the processing time required for drawing is almost proportional to the drawing area, and the drawing area of the drawing command group to be processed (this drawing area is obtained from the arguments (width, height, etc.) of the drawing command. ).
Further, if the command distribution determination unit 11 performs a determination to operate in parallel if the drawing results of the graphic drawing circuit 22 and the graphic drawing unit 12 do not change, it is possible to perform the operation alternately. Can be drawn.
By passing the display list thus distributed to the graphic drawing unit 12 and the graphic drawing circuit 22, the generated bitmap data is output to the page memory 23, and the contents written in the page memory 23 are the printer engine 4. And printed on paper.
FIG. 3 shows a configuration in which the print data sent from the host PC 1 is converted into an intermediate data format by the interpreter 10 and the conversion result is directly supplied to the display list creation unit 3 in the embodiment described above.
FIG. 4 is a block diagram showing a configuration in which the printer driver performs the distribution of graphic drawing processing by hardware or software in the above-described embodiment.

図4では、印刷装置41のプリンタコントローラが直接ディスプレイリストを処理できる場合には、アプリケーション40からの印刷データを受信したホストPC1側のプリンタドライバ30がディスプレイリストを生成し、この生成したディスプレイリストを印刷装置41へ送るようにする。
このプリンタドライバ30は、アプリケーション40から受信した印刷データをPDL言語生成部31において抽象度の高い描画コマンド群に変換する。
ディスプレイリスト作成部32において、この描画コマンド群を解釈して、コマンド振分判定部33によって、ハードウェアによる図形描画処理もしくはソフトウェアによる図形描画処理のいずれで処理するかを判断して、いずれの処理部で処理させるかを示す処理部選択情報を持たせたディスプレイリストを構成してディスプレイリスト保存用データメモリ34のハードウェア処理用のメモリおよびソフトウェアの処理用のメモリのそれぞれへ保存し、ディスプレイリスト出力部35でこのディスプレイリスト保存用データメモリ34に記憶したディスプレイリストを印刷装置41へ送信する。
ここで、ディスプレイリスト作成部32、コマンド振分判定部33およびディスプレイリスト保存用データメモリ34は、それぞれ上述のディスプレイリスト作成部3、コマンド振分判定部11およびディスプレイリスト保存用データメモリ21と機能は同じであるが、ディスプレイリストにハードウェアもしくはソフトウェアのどちらで処理するかを示す処理部選択情報を持たせておく点が相違している。
印刷装置41では、プリンタコントローラ上のディスプレイリスト作成部がこのディスプレイリスト中の処理部選択情報を参照して、ソフトウェアによる描画処理部もしくはハードウェアによる描画処理回路のどちらで処理するかを決定して印刷する。
または、プリンタドライバ30ではPDL言語生成部31で生成したコマンド群に対し、コマンド振分判定部33でハードウェア、ソフトウェアのいずれの描画処理部で処理するかの判定だけを行って、処理部選択情報をコマンド群に付加した状態で、印刷装置41へ送信するようにしてもよい。
この場合には、印刷装置41のプリンタコントローラのディスプレイリスト作成部が処理部選択情報を参照して、それぞれの描画処理部へのディスプレイリストを作成することになる。
In FIG. 4, when the printer controller of the printing apparatus 41 can directly process the display list, the printer driver 30 on the host PC 1 side that has received the print data from the application 40 generates the display list, and the generated display list is displayed. The data is sent to the printing apparatus 41.
The printer driver 30 converts print data received from the application 40 into a drawing command group having a high abstraction level in the PDL language generation unit 31.
The display list creation unit 32 interprets this drawing command group, and the command distribution determination unit 33 determines whether to perform a graphic drawing process by hardware or a graphic drawing process by software, and which process A display list having processing unit selection information indicating whether to process the data is configured and stored in each of the hardware processing memory and the software processing memory of the display list storage data memory 34, and the display list The output unit 35 transmits the display list stored in the display list storage data memory 34 to the printing apparatus 41.
Here, the display list creation unit 32, the command distribution determination unit 33, and the display list storage data memory 34 function as the display list generation unit 3, the command distribution determination unit 11, and the display list storage data memory 21, respectively. Are the same except that the display list has processing section selection information indicating whether the display list is processed by hardware or software.
In the printing apparatus 41, the display list creation unit on the printer controller refers to the processing unit selection information in the display list and determines whether the processing is performed by the drawing processing unit by software or the drawing processing circuit by hardware. Print.
Alternatively, the printer driver 30 only determines whether the command group generated by the PDL language generation unit 31 is processed by the command distribution determination unit 33 using a hardware or software drawing processing unit, and selects a processing unit. The information may be transmitted to the printing apparatus 41 with the information added to the command group.
In this case, the display list creation unit of the printer controller of the printing apparatus 41 refers to the processing unit selection information and creates a display list for each drawing processing unit.

さらに、図5は、ディスプレイリストの構築をプリンタサーバ上で行う場合の構成を示すブロック図である。
図5において、印刷装置41のプリンタコントローラが直接ディスプレイリストを処理できる場合には、ホストPC1から送られてきたPDL言語によるコマンド群を受信したプリンタサーバ50がディスプレイリストを生成し、この生成したディスプレイリストを印刷装置41へ送るようにする。
このプリンタサーバ50では、送られてきたPDL言語によるコマンド群をPDL言語入力部51で受信し、ディスプレイリスト作成部52でディスプレイリストに構成し直して、ディスプレイリスト出力部35でディスプレイリストを印刷装置41へ送信する。
このディスプレイリスト作成部52において、このコマンド群を解釈して、コマンド振分判定部53によって、ハードウェアによる図形描画処理もしくはソフトウェアによる図形描画処理のいずれで処理するかを判断し、いずれの処理部で処理させるかを示す処理部選択情報を持たせたディスプレイリストを構成してディスプレイリスト保存用データメモリ54のハードウェア処理用のメモリおよびソフトウェアの処理用のメモリのそれぞれへ保存し、ディスプレイリスト出力部55でこのディスプレイリスト保存用データメモリ54に記憶したディスプレイリストを印刷装置41へ送信する。
ここで、ディスプレイリスト作成部52、コマンド振分判定部53およびディスプレイリスト保存用データメモリ54は、それぞれ上述のディスプレイリスト作成部3、コマンド振分判定部11およびディスプレイリスト保存用データメモリ21と機能は同じであるが、ディスプレイリストにハードウェアもしくはソフトウェアのどちらで処理するかを示す処理部選択情報を持たせておく点が相違している。
印刷装置41では、プリンタコントローラ上のディスプレイリスト作成部がこのディスプレイリスト中の処理部選択情報を参照して、ソフトウェアによる描画処理部もしくはハードウェアによる描画処理回路のどちらで処理するかを決定して印刷する。
Further, FIG. 5 is a block diagram showing a configuration when the display list is constructed on the printer server.
In FIG. 5, when the printer controller of the printing apparatus 41 can directly process the display list, the printer server 50 that has received a command group in the PDL language sent from the host PC 1 generates a display list, and the generated display The list is sent to the printing apparatus 41.
In the printer server 50, the received PDL language command group is received by the PDL language input unit 51, the display list creation unit 52 reconfigures the display list, and the display list output unit 35 prints the display list. 41.
The display list creation unit 52 interprets the command group, and the command distribution determination unit 53 determines whether to perform a graphic drawing process by hardware or a graphic drawing process by software. A display list having processing unit selection information indicating whether to process the data is configured and stored in the hardware memory and the software processing memory of the display list storage data memory 54, and the display list is output. The display list stored in the display list storage data memory 54 is transmitted to the printing apparatus 41 by the unit 55.
Here, the display list creation unit 52, the command distribution determination unit 53, and the display list storage data memory 54 function as the display list generation unit 3, the command distribution determination unit 11, and the display list storage data memory 21, respectively. Are the same except that the display list has processing section selection information indicating whether the display list is processed by hardware or software.
In the printing apparatus 41, the display list creation unit on the printer controller refers to the processing unit selection information in the display list and determines whether the processing is performed by the drawing processing unit by software or the drawing processing circuit by hardware. Print.

また、図6のようにどの装置(ホストPC、プリンタサーバ或いは印刷装置)でディスプレイリストを作成すればもっとも効率がよくなるかを判断して、それぞれに存在するディスプレイリスト作成部を切り替えるようにしてもよい。
この場合、ホストPC、プリンタサーバ、印刷装置におけるCPU性能(クロック数、加算演算1万回に要する時間などを指標とする)を相互に交換し、また、CPUの負荷率を一定時間毎に相互に連絡して、これから処理を行おうとするときにCPU性能とCPUの負荷率の積で、もっとも大きな値をとる装置で処理するようにする。
ここで、プリンタドライバでディスプレイリストを作成するようにした場合には、プリンタサーバのディスプレイ作成部では、そのままディスプレイリストを印刷装置へ引き渡し、印刷装置のディスプレイ作成部ではディスプレイリストに付加されている処理部選択情報によりハードウェアあるいはソフトウェアによる図形描画処理部を選択して、描画処理を行わせるようにする。
あるいは、プリンタサーバでディスプレイリストを作成するようにした場合には、プリンタドライバのディスプレイ作成部では、アプリケーションからの印刷データをPLD言語によるコマンド群へ変換してプリンタサーバへ引き渡す。プリンタサーバのディスプレイリスト作成部はPDL言語によるコマンド群に処理部選択情報を付加して印刷装置へ渡し、印刷装置のディスプレイ作成部ではディスプレイリストに付加されている処理部選択情報によりハードウェアあるいはソフトウェアによる図形描画処理部を選択して、描画処理を行わせるようにする。
あるいは、印刷装置でディスプレイリストを作成するようにした場合には、プリンタドライバのディスプレイ作成部では、アプリケーションからの印刷データをPLD言語によるコマンド群へ変換してプリンタサーバへ引き渡す。プリンタサーバのディスプレイリスト作成部はそのままディスプレイリストを印刷装置へ引き渡し、印刷装置のディスプレイ作成部ではPLD言語によるコマンド群を解釈してハードウェアあるいはソフトウェアによる図形描画処理部に振り分けて、描画処理を行わせるようにする。
In addition, as shown in FIG. 6, it is determined which device (host PC, printer server, or printing device) creates the display list so that the most efficient operation can be performed, and the display list creation unit existing in each device is switched. Good.
In this case, the CPU performances of the host PC, printer server, and printing apparatus (the number of clocks and the time required for 10,000 addition operations are used as indices) are mutually exchanged, and the load factor of the CPU is mutually exchanged at regular intervals. When the processing is to be performed, the processing is performed by the device having the largest value as the product of the CPU performance and the CPU load factor.
Here, when the display list is created by the printer driver, the display creation unit of the printer server delivers the display list as it is to the printing device, and the display creation unit of the printing device adds processing to the display list. A graphic drawing processing unit by hardware or software is selected based on the part selection information, and drawing processing is performed.
Alternatively, when the display list is created by the printer server, the display creation unit of the printer driver converts the print data from the application into a command group in the PLD language and delivers it to the printer server. The display list creation unit of the printer server adds processing unit selection information to the command group in the PDL language and passes it to the printing device. The display creation unit of the printing device uses hardware or software depending on the processing unit selection information added to the display list. The graphic drawing processing unit is selected and the drawing processing is performed.
Alternatively, when the display list is created by the printing apparatus, the display creation unit of the printer driver converts the print data from the application into a command group in the PLD language and delivers it to the printer server. The display list creation unit of the printer server delivers the display list as it is to the printing device, and the display creation unit of the printing device interprets the command group in the PLD language and distributes it to the graphic drawing processing unit by hardware or software for drawing processing. I will let you.

さらに、上述した実施形態において、複数バンドを同時に管理しており、ハードウェアもしくはソフトウェアのみで描画処理が可能な描画コマンドで構成されたバンドが続いていた場合には、ハードウェアのみのバンド、ソフトウェアのみのバンドという順で印刷データが送られてきたときには、描画処理部をハード・ソフトともに同時に処理させる(図7、8)ことで効率よく描画を行うようにできる。
ここで、ハード側で処理可能なコマンドと、処理不可能なコマンドが入り混じっており、複数のバンドメモリを同時に書き出し先として使用できる場合には、ハード側で処理可能なコマンドのみのバンド、ハード側で処理不可能なコマンドを含むバンド、ハード側で処理不可能なコマンドだけのバンドと、それぞれを判別し、描画結果に影響がなければディスプレイリスト上のコマンド順を入れ替えてバンドの処理順を最適化して、それぞれのバンドを同時にハードウェアとソフトウェアで描画処理するようにして、高速に印刷することが可能となる。
上述の処理は、単一のバンドのみの或いは複数のバンドの同時処理のいずれでもできるようにする。また、上述の描画コマンドの入れ替えを、単一バンドだけでなく処理している全てのバンドのコマンドを対象に行うようにしてもよい。
Furthermore, in the above-described embodiment, when a plurality of bands are managed at the same time and a band composed of drawing commands that can be drawn only by hardware or software continues, a hardware-only band or software When the print data is sent in the order of only the bands, the drawing processing unit can process the hardware and software at the same time (FIGS. 7 and 8) so that the drawing can be performed efficiently.
Here, when commands that can be processed on the hardware side and commands that cannot be processed are mixed, and multiple band memories can be used simultaneously as write destinations, a band or hardware with only commands that can be processed on the hardware side If there is no influence on the drawing result, the command order on the display list is changed to change the band processing order. It is possible to perform high-speed printing by optimizing and simultaneously drawing each band with hardware and software.
The above-described processing can be performed with only a single band or with simultaneous processing of a plurality of bands. Further, the above-described drawing command replacement may be performed not only on a single band but also on all the band commands being processed.

次に、図7のフローチャートを用いて、ディスプレイリストを用いた描画処理手順を説明する。
ディスプレイリストを入力し(ステップS01)、このリスト中の個々のコマンドに対してハードウェアで処理可能か否かを処理する(図8のフローチャート参照)(ステップS02)。
バンド全体の描画がハードウェアあるいはソフトウェアで処理可能かを判断し、処理可能でないときには(ステップS03のNO)、バンドをまとめて処理できる単位にディスプレイリストを分割して、描画する(ステップS04)。
一方、処理可能であるときには(ステップS03のYES)、描画に使用する処理部(特に、ハードウェアの処理部)が未使用になるまで待ち(ステップS05、S06)、未使用となり次第バンド全体のディスプレイリストを描画する(ステップS07)。
Next, a drawing processing procedure using a display list will be described using the flowchart of FIG.
A display list is input (step S01), and whether or not each command in the list can be processed by hardware is processed (see the flowchart in FIG. 8) (step S02).
It is determined whether the drawing of the entire band can be processed by hardware or software. If the processing is not possible (NO in step S03), the display list is divided into units that can process the band collectively and drawn (step S04).
On the other hand, when processing is possible (YES in step S03), the processing unit (especially hardware processing unit) used for drawing waits until it is unused (steps S05, S06), and as soon as it becomes unused, A display list is drawn (step S07).

図8は、図7におけるディスプレイリスト中のコマンド単位での振分処理手順を示すフローチャートである。
ディスプレイリスト中の未処理の描画コマンドがソフトウェアでのみ処理可能であれば(ステップS11のYES)、ディスプレイリスト保存用データメモリのソフトウェア処理用のメモリへこの描画コマンドを追加し(ステップS12)、ステップS16へ進む。
一方、ハードウェアおよびソフトウェアのいずれでも処理可能な場合には(ステップS11のNO)、ディスプレイリスト保存用データメモリのハードウェア処理用のメモリへこの描画コマンドを追加する(ステップS13)。
次に、割り込み時間を考慮するとソフトウェアの描画処理部を使用した方が高速に処理できれば(ステップS14のNO)、ディスプレイリスト保存用データメモリのハードウェア処理用のメモリに追加した描画コマンドをソフトウェア処理用のメモリへ移動し(ステップS15)、ステップS16へ進む。
一方、ハードウェアの描画処理時間の方が速い場合には、そのままステップS16へ進む。
ディスプレイリスト中の未処理の描画コマンドがある場合には(ステップS16のNO)、ステップS11へ戻る。
すべての描画コマンドを処理し終わったとき(ステップS16のYES)、振分を終了する。
さらに、本発明は上述した実施形態のみに限定されたものではなく、上述した実施形態のホストコンピュータ、印刷装置あるいはプリンタサーバを構成する各機能をプログラム化し、ホストコンピュータ、印刷装置あるいはプリンタサーバに搭載されたマイクロプロセッサでこのプログラムを実行することによって、本発明の目的を達成することができる。
FIG. 8 is a flowchart showing the distribution processing procedure for each command in the display list in FIG.
If an unprocessed drawing command in the display list can be processed only by software (YES in step S11), this drawing command is added to the software processing memory in the display list saving data memory (step S12), and step Proceed to S16.
On the other hand, when both hardware and software can be processed (NO in step S11), the drawing command is added to the hardware processing memory of the display list saving data memory (step S13).
Next, if the interruption time is taken into consideration, if the drawing processing unit of software can be processed at high speed (NO in step S14), the drawing command added to the hardware processing memory of the display list saving data memory is processed by software processing. (Step S15), the process proceeds to step S16.
On the other hand, if the hardware drawing processing time is faster, the process proceeds directly to step S16.
If there is an unprocessed drawing command in the display list (NO in step S16), the process returns to step S11.
When all drawing commands have been processed (YES in step S16), the distribution is finished.
Furthermore, the present invention is not limited only to the above-described embodiment, and each function constituting the host computer, printing apparatus, or printer server of the above-described embodiment is programmed and installed in the host computer, printing apparatus, or printer server. The object of the present invention can be achieved by executing this program with a built-in microprocessor.

なお、記録媒体としては半導体媒体(例えば、ROM、不揮発性メモリカード等)、光媒体(例えば、DVD、MO、MD、CD−R等)、磁気媒体(例えば、磁気テープ、フレキシブルディスク等)のいずれであってもよい。
また、ロードしたプログラムの指示に基づき、オペレーティングシステム等が実際の処理の一部または全部を行い、その処理によって上述した実施形態の機能が実現される場合も含まれる。
さらに、上述したプログラムが、機能拡張ボードや機能拡張ユニットに備わるメモリにロードされ、そのプログラムの実行によって、上述した実施形態の機能が実現される場合も含まれる。
また、上述したプログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークで接続された利用者のコンピュータからダウンロードして頒布する場合、また、サーバコンピュータから配信して頒布する場合、このサーバコンピュータの記憶装置も本発明の記録媒体に含まれる。
このように、本発明の機能を有するプログラムを記録媒体に記録して頒布することによって、コスト、可搬性、汎用性を向上させることができる。
As a recording medium, a semiconductor medium (for example, ROM, nonvolatile memory card, etc.), an optical medium (for example, DVD, MO, MD, CD-R, etc.), a magnetic medium (for example, magnetic tape, flexible disk, etc.) Either may be sufficient.
Further, the case where the operating system or the like performs part or all of the actual processing based on the instruction of the loaded program and the functions of the above-described embodiments are realized by the processing is also included.
Furthermore, the case where the above-described program is loaded into a memory provided in a function expansion board or a function expansion unit and the functions of the above-described embodiments are realized by executing the program is included.
Further, when the above-described program is stored in a storage device of a server computer and downloaded from a user's computer connected via a network and distributed, or when distributed and distributed from a server computer, A storage device is also included in the recording medium of the present invention.
As described above, by recording and distributing the program having the function of the present invention on a recording medium, cost, portability, and versatility can be improved.

本発明に係る印刷処理システムの構成を示すブロック図である。1 is a block diagram illustrating a configuration of a print processing system according to the present invention. 図形描画回路と図形描画部における処理時間を説明する図である。It is a figure explaining the processing time in a figure drawing circuit and a figure drawing part. 図1の構成において、ホストPCから送られた印刷データをインタープリタから直接ディスプレイリスト作成部へ供給するように変形した構成を示すブロック図である。FIG. 2 is a block diagram showing a configuration in which the print data sent from the host PC is modified to be supplied directly from the interpreter to the display list creation unit in the configuration of FIG. 1. 図形描画処理の振分をプリンタドライバで行うようにした構成を示すブロック図である。FIG. 10 is a block diagram illustrating a configuration in which graphic drawing processing is distributed by a printer driver. 図形描画処理の振分をプリンタサーバで行うようにした構成を示すブロック図である。FIG. 6 is a block diagram showing a configuration in which graphic drawing processing is distributed by a printer server. もっとも効率のよい装置でディスプレイリストを作成するときの説明図である。It is explanatory drawing when producing a display list with the most efficient apparatus. ディスプレイリストを用いて描画処理するときの処理手順を示すフローチャートである。It is a flowchart which shows the process sequence when performing a drawing process using a display list. 図7におけるコマンド単位での処理手順を示すフローチャートである。It is a flowchart which shows the process sequence in the command unit in FIG.

符号の説明Explanation of symbols

1…ホストコンピュータ(ホストPC)、2…プリンタコントローラ、3…ディスプレイリスト作成部、10…インタープリタ、11…コマンド振分判定部、21…ディスプレイリスト保存用データメモリ、20…中間データメモリ、12…図形描画部、22…図形描画回路、23…ページメモリ、14…CPU、4…プリンタエンジン、40…アプリケーション、30…プリンタドライバ、31…PDL言語生成部、32…ディスプレイリスト作成部、33…コマンド振分判定部、34…ディスプレイリスト保存用データメモリ、35…ディスプレイリスト出力部、36…CPU、41…印刷装置、50…プリンタサーバ、51…PDL言語入力部、52…ディスプレイリスト作成部、53…コマンド振分判定部、54…ディスプレイリスト保存用データメモリ、55…ディスプレイリスト出力部、56…CPU。   DESCRIPTION OF SYMBOLS 1 ... Host computer (host PC), 2 ... Printer controller, 3 ... Display list preparation part, 10 ... Interpreter, 11 ... Command allocation determination part, 21 ... Display list storage data memory, 20 ... Intermediate data memory, 12 ... Graphic drawing unit, 22 ... Graphic drawing circuit, 23 ... Page memory, 14 ... CPU, 4 ... Printer engine, 40 ... Application, 30 ... Printer driver, 31 ... PDL language generation unit, 32 ... Display list creation unit, 33 ... Command Distribution determination unit 34... Display list storage data memory 35. Display list output unit 36... CPU, 41... Printing device 50 .. printer server 51. PDL language input unit 52. ... Command distribution determination unit, 54 ... Display squirrel Storage for data memory, 55 ... display list output unit, 56 ... CPU.

Claims (18)

レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷するための印刷データを送信するホストコンピュータと、該ホストコンピュータから送られてきた印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有する印刷装置と、を備えることを特徴とする印刷処理システム。   In a print processing system that performs rendering processing, draws in a band memory, and then prints, the host computer that transmits print data for printing and the print data sent from the host computer are interpreted and interpreted A printing processing system comprising: a printing apparatus having a display list creation unit that creates a display list by sorting rearrangement of drawing commands in print data and graphic drawing processing of hardware and software . レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有し、このディスプレイリストを印刷装置に送信するプリンタドライバを備えるホストコンピュータと、該ホストコンピュータから送られてきたディスプレイリストの描画コマンドをハードとソフトの図形描画処理とに振り分けて印刷する印刷装置と、を備えることを特徴とする印刷処理システム。   In a print processing system that performs rendering processing, draws in band memory, and then prints, interprets the print data, rearranges the drawing commands in the interpreted print data, and draws hardware and software graphics A host computer having a display list creation unit for sorting and creating a display list, and having a printer driver for transmitting the display list to a printing apparatus, and a display list drawing command sent from the host computer as hardware A printing processing system comprising: a printing device that sorts and prints software graphic drawing processing. レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有し、このディスプレイリストをプリンタサーバに送信するプリンタドライバを備えるホストコンピュータと、該ホストコンピュータから送られてきたディスプレイリストを印刷装置へ送信するプリンタサーバと、該プリンタサーバから送られてきたディスプレイリストの描画コマンドをハードとソフトの図形描画処理とに振り分けて印刷する印刷装置と、を備えることを特徴とする印刷処理システム。   In a print processing system that performs rendering processing, draws in band memory, and then prints, interprets the print data, rearranges the drawing commands in the interpreted print data, and draws hardware and software graphics A host computer having a display list creation unit for sorting and creating a display list and having a printer driver for sending the display list to a printer server, and sending the display list sent from the host computer to the printing apparatus A print processing system, comprising: a printer server; and a printing apparatus that distributes and prints a display list drawing command sent from the printer server into hardware and software graphic drawing processing. 請求項2または3に記載の印刷処理システムにおいて、前記ホストコンピュータ上のプリンタドライバでディスプレイリストの作成を行う場合には、印刷データがハード向けかソフト向けかを示す情報を付加し、前記印刷装置では印刷データがハード向けかソフト向けかを判別して、それぞれの描画処理に振り分けることを特徴とする印刷処理システム。   4. The print processing system according to claim 2, wherein when a display list is created by a printer driver on the host computer, information indicating whether the print data is for hardware or software is added, and the printing apparatus Then, the print processing system is characterized in that it determines whether the print data is for hardware or software and distributes it to each drawing process. レンダリング処理を行ってバンドメモリに描画してから印刷する印刷処理システムにおいて、印刷するための印刷データを送信するホストコンピュータと、該ホストコンピュータから送られてきた印刷データを解釈して、解釈された印刷データのうちの描画コマンドの並び替えと、ハードとソフトの図形描画処理とに振り分けを行ってディスプレイリストを作成するディスプレイリスト作成部を有し、このディスプレイリストを印刷装置に送信するプリンタサーバと、該プリンタサーバから送られてきたディスプレイリストの描画コマンドをハードとソフトの図形描画処理とに振り分けて印刷する印刷装置と、を備えることを特徴とする印刷処理システム。   In a print processing system that performs rendering processing, draws in a band memory, and then prints, the host computer that transmits print data for printing and the print data sent from the host computer are interpreted and interpreted A printer server that has a display list creation unit that creates a display list by rearranging drawing commands in print data and hardware and software graphic drawing processing; and transmitting the display list to a printing apparatus; And a printing apparatus for printing the display list drawing command sent from the printer server by distributing the drawing command to hardware and software graphic drawing processing. 請求項5に記載の印刷処理システムにおいて、前記プリンタサーバ上でディスプレイリストの作成を行う場合には、該プリンタサーバで印刷データがハード向けかソフト向けかを示す情報を付加し、前記印刷装置では印刷データがハード向けかソフト向けかを判別して、それぞれの描画処理に振り分けることを特徴とする印刷処理システム。   6. The print processing system according to claim 5, wherein when the display list is created on the printer server, information indicating whether the print data is for hardware or software is added by the printer server. A print processing system that determines whether print data is for hardware or software and distributes the print data to each drawing process. 請求項1乃至6のいずれかに記載の印刷処理システムにおいて、前記いずれかの装置により描画コマンドの入れ替えとディスプレイリストの作成の何れを行うかを、全体の処理効率が最も良くなるように選択するようにしたことを特徴とする印刷処理システム。   The print processing system according to claim 1, wherein either one of the drawing commands is replaced or the display list is created by any of the devices is selected so as to obtain the best overall processing efficiency. A print processing system characterized by the above. 請求項1乃至7のいずれかに記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、振り分けた描画コマンドをディスプレイリスト保存用メモリ領域のハードとソフトの図形描画処理用それぞれに向けて記憶させることを特徴とする印刷処理システム。   8. The print processing system according to claim 1, wherein the display list creation unit stores the sorted drawing commands for hardware and software graphic drawing processing in a display list storage memory area. A print processing system. 請求項8に記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、ハード側で処理可能な描画コマンド群があった時、その描画コマンド群をハードで処理する時間よりもソフトで処理した方が高速化できる場合には、その描画コマンド群をソフトで処理することを特徴とする印刷処理システム。   9. The print processing system according to claim 8, wherein in the display list creation unit, when there is a drawing command group that can be processed on the hardware side, it is better to process the drawing command group by software rather than processing time by hardware. A print processing system that processes a drawing command group by software when the speed can be increased. 請求項9に記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、ハード側で処理可能な描画コマンドと処理不可能な描画コマンドが混在している場合、描画結果に影響がなければディスプレイリスト上の描画コマンド順を入れ替えて、ハード側で処理可能な描画コマンドをまとめるようにしたことを特徴とする印刷処理システム。   10. The print processing system according to claim 9, wherein in the display list creation unit, when drawing commands that can be processed on the hardware side and drawing commands that cannot be processed are mixed, if the drawing result is not affected, The print processing system is characterized in that the drawing commands that can be processed on the hardware side are collected by changing the order of the drawing commands. 請求項10に記載の印刷処理システムにおいて、前記ディスプレイリスト作成部では、複数のバンドメモリを同時に書き出し先として使用できる場合には、ハード側で処理可能な描画コマンドのみのバンド、ハード側で処理不可能な描画コマンドを含むバンド、ハード側で処理不可能な描画コマンドだけのバンドを判別し、前記各バンドの処理順を最適化するようにしたことを特徴とする印刷処理システム。   11. The print processing system according to claim 10, wherein in the display list creation unit, when a plurality of band memories can be used simultaneously as write destinations, a band of only drawing commands that can be processed on the hardware side, and processing on the hardware side cannot be performed. A print processing system characterized by discriminating a band including possible drawing commands and a band of only drawing commands that cannot be processed on the hardware side, and optimizing the processing order of each band. 請求項11に記載の印刷処理システムにおいて、同一ページ内に、ハード側で全て処理可能な描画コマンドからなるバンドとソフト側でしか処理できない描画コマンドからなるバンド、もしくは描画コマンドの多くがソフト側でしか処理できないバンドがあった場合に、それぞれを同時にハードとソフトで処理するようにしたことを特徴とする印刷処理システム。   12. The print processing system according to claim 11, wherein a band consisting of drawing commands that can be processed entirely on the hardware side and a band consisting of drawing commands that can be processed only on the software side, or many of the drawing commands are on the software side. A print processing system characterized in that when there are bands that can only be processed, each is processed simultaneously with hardware and software. 請求項12に記載の印刷処理システムにおいて、単一のバンドのみを処理するようにしたことを特徴とする印刷処理システム。   The print processing system according to claim 12, wherein only a single band is processed. 請求項13に記載の印刷処理システムにおいて、複数のバンドを同時に処理するようにしたことを特徴とする印刷処理システム。   The print processing system according to claim 13, wherein a plurality of bands are processed simultaneously. 請求項13に記載の印刷処理システムにおいて、描画コマンドの入れ替えを、単一バンドだけでなく処理している全てのバンドの描画コマンドを対象に行うようにしたことを特徴とする印刷処理システム。   14. The print processing system according to claim 13, wherein the drawing commands are exchanged not only for a single band but also for all the band drawing commands being processed. 請求項1乃至15のいずれかに記載の印刷処理システムにおいて、ソフト側の処理においてはディスプレイリストだけでなく、描画コマンド毎に関数コールからでも動作が可能としたことを特徴とする印刷処理システム。   16. The print processing system according to claim 1, wherein the software side operation can be performed not only from the display list but also from a function call for each drawing command. コンピュータに、請求項1乃至16のいずれかに記載の印刷処理システムの機能を実行させるためのプログラム。   A program for causing a computer to execute the functions of the print processing system according to any one of claims 1 to 16. 請求項17に記載のプログラムを記録したコンピュータ読み取り可能な記録媒体。   The computer-readable recording medium which recorded the program of Claim 17.
JP2004185632A 2004-06-23 2004-06-23 Print processing system, program, and recording medium Expired - Fee Related JP4580697B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004185632A JP4580697B2 (en) 2004-06-23 2004-06-23 Print processing system, program, and recording medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004185632A JP4580697B2 (en) 2004-06-23 2004-06-23 Print processing system, program, and recording medium

Publications (2)

Publication Number Publication Date
JP2006007496A true JP2006007496A (en) 2006-01-12
JP4580697B2 JP4580697B2 (en) 2010-11-17

Family

ID=35775274

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004185632A Expired - Fee Related JP4580697B2 (en) 2004-06-23 2004-06-23 Print processing system, program, and recording medium

Country Status (1)

Country Link
JP (1) JP4580697B2 (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011148242A (en) * 2010-01-25 2011-08-04 Konica Minolta Business Technologies Inc Image forming apparatus, and program
CN102336071A (en) * 2010-07-14 2012-02-01 富士施乐株式会社 Print document conversion apparatus and print document conversion method
US8537396B2 (en) 2010-07-14 2013-09-17 Fuji Xerox Co., Ltd. Print document conversion apparatus, print document conversion method, and computer readable medium
KR20180020717A (en) * 2016-08-19 2018-02-28 에스케이텔레콤 주식회사 Apparatus and method for controlling discharge of secondary cell using primary cell

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07212403A (en) * 1994-01-19 1995-08-11 Canon Inc Server device and its processing method
JPH10278361A (en) * 1997-04-01 1998-10-20 Fuji Xerox Co Ltd Print processor
JP2003216361A (en) * 2002-01-17 2003-07-31 Canon Inc Printing system and printing device
JP2003231303A (en) * 2002-02-08 2003-08-19 Canon Inc Imaging apparatus and its method
JP2003256166A (en) * 2002-02-28 2003-09-10 Canon Inc Print command generation device and method, printer, its control method and print system

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH07212403A (en) * 1994-01-19 1995-08-11 Canon Inc Server device and its processing method
JPH10278361A (en) * 1997-04-01 1998-10-20 Fuji Xerox Co Ltd Print processor
JP2003216361A (en) * 2002-01-17 2003-07-31 Canon Inc Printing system and printing device
JP2003231303A (en) * 2002-02-08 2003-08-19 Canon Inc Imaging apparatus and its method
JP2003256166A (en) * 2002-02-28 2003-09-10 Canon Inc Print command generation device and method, printer, its control method and print system

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011148242A (en) * 2010-01-25 2011-08-04 Konica Minolta Business Technologies Inc Image forming apparatus, and program
CN102336071A (en) * 2010-07-14 2012-02-01 富士施乐株式会社 Print document conversion apparatus and print document conversion method
US8503019B2 (en) 2010-07-14 2013-08-06 Fuji Xerox Co., Ltd. Print document conversion apparatus and computer readable medium
US8537396B2 (en) 2010-07-14 2013-09-17 Fuji Xerox Co., Ltd. Print document conversion apparatus, print document conversion method, and computer readable medium
KR20180020717A (en) * 2016-08-19 2018-02-28 에스케이텔레콤 주식회사 Apparatus and method for controlling discharge of secondary cell using primary cell

Also Published As

Publication number Publication date
JP4580697B2 (en) 2010-11-17

Similar Documents

Publication Publication Date Title
US9304897B2 (en) Image data producing apparatus, image forming apparatus and computer readable medium
JP4738948B2 (en) Information processing apparatus, image processing method, and computer program
US5987230A (en) Output device, information processing apparatus, memory control method and memory medium
JP3747130B2 (en) Information processing apparatus, message display method, interface apparatus, and storage medium storing computer-readable program
US8305610B2 (en) Method for changing printer drivers in information processing apparatus
JP4944682B2 (en) PRINT CONTROL DEVICE, PRINT CONTROL METHOD, PROGRAM, AND STORAGE MEDIUM
US6734986B1 (en) Print control apparatus, print data generating apparatus, print control method, print data generating method, and storage medium
JP2002041261A (en) Information processing device, information processing method, and storage medium which stores computer- readable program
US8368907B2 (en) Image forming apparatus and image forming system
KR101156869B1 (en) Information processing apparatus, information processing method, and storage medium
JP4580697B2 (en) Print processing system, program, and recording medium
JP4303732B2 (en) Image forming apparatus
US6310693B1 (en) Printing control apparatus and method, and printing system for reducing processing overhead
JP2006244248A (en) Image processing device, image processing method, and program for executing image processing method
JP2006159738A (en) Print controller, its data processing method, and storage medium
JP2005161819A (en) Printer and printing controlling method
JP2005153426A (en) Printing controlling apparatus, printing controlling method, and storing medium and program storing computer-readable program
JP2004030386A (en) Image processing method and image processor
JP2006079475A (en) Print processing system, program and recording medium
JP2001312383A (en) Printer, high speed printing method and storage medium
JP2004038527A (en) Printer driver, printing control method, computer-readable storage medium, and program
JP4325339B2 (en) Printing system, host computer and printer driver
JP3056948B2 (en) PRINTING APPARATUS, CONTROLLER THEREOF, AND METHOD OF CONTROLLING PRINTING APPARATUS
JP2006092125A (en) Image processor, image processing method, program and storage medium
JP2002096506A (en) Rasterizing method, print controller, print system, and medium having program recorded therein

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061023

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20061031

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20061031

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100209

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100331

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100525

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100722

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20100817

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20100830

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

Free format text: PAYMENT UNTIL: 20130903

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20130903

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees