JPH11203070A - Printer controller - Google Patents

Printer controller

Info

Publication number
JPH11203070A
JPH11203070A JP10009172A JP917298A JPH11203070A JP H11203070 A JPH11203070 A JP H11203070A JP 10009172 A JP10009172 A JP 10009172A JP 917298 A JP917298 A JP 917298A JP H11203070 A JPH11203070 A JP H11203070A
Authority
JP
Japan
Prior art keywords
image data
image
ram
data
printer
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
JP10009172A
Other languages
Japanese (ja)
Other versions
JP3655457B2 (en
Inventor
Tokutaro Fukushima
徳太郎 福嶋
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 JP00917298A priority Critical patent/JP3655457B2/en
Publication of JPH11203070A publication Critical patent/JPH11203070A/en
Application granted granted Critical
Publication of JP3655457B2 publication Critical patent/JP3655457B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce required RAM capacity, to reduce the cost, to speed up the developing/transferring of picture data and to shorten the time required for printing. SOLUTION: At the time of image-developing picture data sent from a host computer 1 on RAM 4, it is divided into plural bands in an auxiliary scanning direction and they are developed. At the time of reading picture data which is image-developed from RAM 4 by a video DMA controller 6 and sending it to a printer engine 3, a video DMA operation is not executed, white data is automatically generated and is outputted to the printer engine 3 in the case of a white band where the picture to be printed does not exist.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、ホストコンピュ
ータ上にて作成される画像データを展開してレーザビー
ムプリンタ等のプリンタエンジンへ送って印刷を実行さ
せるプリンタ制御装置(一般に「プリンタコントロー
ラ」と称する)に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a printer control device (generally referred to as a "printer controller") that develops image data created on a host computer, sends the image data to a printer engine such as a laser beam printer, and executes printing. ).

【0002】[0002]

【従来の技術】プリンタコントローラにて画像を展開す
る際には、通常、印刷する領域をバンドに区切って行う
ようにしている。従来のプリンタコントローラにおい
て、印刷するページを副走査方向のバンドに区切って任
意RAMアドレス上にイメージ展開し、パーシャルビッ
トマップ方式で処理する技術として、例えば特開平5−
96794号公報に見られるものがある。また、印刷す
る画像をバンドに分けて描画および展開を行ない、空白
の領域に対しては空白データを生成して出力する方式の
ものが、例えば特開平8−258378号公報に見られ
る。そこで、これらの技術の説明を行う。
2. Description of the Related Art Generally, when an image is developed by a printer controller, an area to be printed is divided into bands. In a conventional printer controller, a page to be printed is divided into bands in the sub-scanning direction, an image is developed on an arbitrary RAM address, and processing is performed using a partial bitmap method.
No. 96794 discloses one. Japanese Patent Application Laid-Open No. Hei 8-258378 discloses a system in which an image to be printed is drawn and developed by dividing it into bands, and blank data is generated and output for blank spaces. Therefore, these techniques will be described.

【0003】ホストコンピュータにより使用者は印刷し
たい画像を作成し、印刷を行うプリンタを指定して、作
成した画像の印刷命令を出す。印刷命令が出されると、
ホストコンピュータでは、接続されたプリンタにあった
プリンタドライバ・ソフトにより、プリンタコントロー
ラ側にて解釈が可能な命令コードの体系に画像データを
変換し、その変換した画像データを接続先のプリンタの
インタフェースに出力する。
A user creates an image to be printed by a host computer, designates a printer for printing, and issues a print command for the created image. When a print command is issued,
The host computer converts the image data into a system of instruction codes that can be interpreted by the printer controller using printer driver software for the connected printer, and sends the converted image data to the interface of the connected printer. Output.

【0004】プリンタコントローラでは、ホストインタ
フェースによって印刷する画像データの受信が開始され
ると、送られてきた画像データをプリンタコントローラ
内部に持つCPUがRAM上にイメージ描画して展開す
る。プリンタコントローラで画像データを描画して展開
する方式としては、1ページの印刷イメージをそのまま
記憶するフルビットマップ方式と、印刷イメージをバン
ドに区切って記憶するパーシャルビットマップ方式とが
ある。
In the printer controller, when reception of image data to be printed is started by the host interface, a CPU of the printer controller draws the transmitted image data on a RAM and develops the image data. As a method of drawing and developing image data by a printer controller, there are a full bitmap method in which a print image of one page is stored as it is and a partial bitmap method in which a print image is divided into bands and stored.

【0005】例えば、図8に示すような画像をRAMに
記憶する際には、フルビットマップ方式の場合、図9に
示すアドレスマップのように、描画開始アドレスから描
画終了アドレスまで、1ページ分のイメージデータをそ
のまま記憶させる。ただし、実際のアドレスマップは1
バイトずつのコードデータとなっており、画像の先頭番
地からシリアルに画像データが並ぶ構成となっている。
For example, when storing an image as shown in FIG. 8 in a RAM, in the case of the full bit map system, as shown in an address map of FIG. Is stored as it is. However, the actual address map is 1
The code data is byte by byte, and the image data is arranged serially from the head address of the image.

【0006】また、パーシャルビットマップ方式の場合
には、印刷する画像を図10に示すように副走査方向に
同じ幅のバンドに区切り(この例では8バンドに区切っ
ているがバンド数はいくつでもよい)、そのバンド毎に
図11に示すように、ワークRAM上のバンドが入りき
る空いている領域をそのバンドに割り当てて画像の描画
を行なう。
In the case of the partial bitmap system, an image to be printed is divided into bands having the same width in the sub-scanning direction as shown in FIG. 10 (in this example, the bands are divided into eight bands, but the number of bands is arbitrary. Good), as shown in FIG. 11, for each band, an image is drawn by allocating a vacant area in the work RAM that can accommodate the band.

【0007】このように、パーシャルビットマップ方式
を用いることにより、ワークRAM上に必ずしも1ペー
ジ分の連続した空き領域を確保できなくても、イメージ
展開が行えることになる。次に、CPUにてRAMへの
イメージ展開がされた後、プリンタエンジンに印刷起動
命令を出して印刷を開始するとともに、イメージ展開し
た画像データをプリンタエンジンに出力して印刷を実行
させる。
As described above, by using the partial bitmap method, even if it is not always possible to secure a continuous free area of one page on the work RAM, the image can be developed. Next, after the CPU develops the image on the RAM, the CPU issues a print start command to the printer engine to start printing, and outputs the developed image data to the printer engine to execute printing.

【0008】ただし、通常、プリンタエンジンに画像デ
ータを出力する(ビデオ出力)場合には、膨大な量のデ
ータを短期間で転送しなければならないため、ビデオD
MAコントローラにてDMA処理を行なって高速化を図
っている。また、パーシャルビットマップ方式の場合に
は、ビデオDMAコントローラに、印刷を行うバンドの
DMAの開始アドレスと転送回数を指定して、設定した
転送回数分のDMA動作を行う。
However, when image data is output to a printer engine (video output), a huge amount of data must be transferred in a short period of time.
DMA processing is performed by the MA controller to increase the speed. In the case of the partial bitmap system, a DMA start address and the number of transfers of a band to be printed are designated to the video DMA controller, and the DMA operation for the set number of transfers is performed.

【0009】さらに、ビデオDMAコントローラは、D
MA転送が終了するとCPUにビデオDMA終了のイン
タラプトを発行して終了を知らせる。するとCPUは、
次に続くバンドのDMAパラメータを再びビデオDMA
コントローラに設定し、ビデオDMAコントローラが同
様なビデオDMA動作を行うことを繰り返すことによ
り、プリンタエンジンへの画像データの出力を完了す
る。
Further, the video DMA controller has a D
When the MA transfer is completed, an interrupt for ending the video DMA is issued to the CPU to notify the end. Then the CPU
The DMA parameters of the following band are changed to the video DMA again.
The output of the image data to the printer engine is completed by setting the controller to the controller and repeating the same video DMA operation by the video DMA controller.

【0010】また、画像データのイメージ展開が終了し
た時点では、展開したイメージデータで印刷する画像が
最後に出てくる部分を探し出す。図10に示した例で
は、バンド6の画像が最後のデータであると判別する。
そして、それ以降の領域は全て空白(白)であるから、
ビデオDMA動作は行わず、強制的に白データをプリン
タエンジンに対して出力するか、または空白領域描画命
令を出すことにより、CPUは次のページの画像データ
のイメージ展開をすることが可能になり、処理の効率化
および高速化を図っている。
Further, when the image development of the image data is completed, a portion where the image to be printed finally appears with the developed image data is searched. In the example shown in FIG. 10, it is determined that the image of band 6 is the last data.
And since all the areas after that are blank (white),
By forcibly outputting white data to the printer engine or issuing a blank area drawing command without performing the video DMA operation, the CPU can develop the image of the image data of the next page. , To improve the efficiency and speed of processing.

【0011】なお、プリンタエンジンにおいて用紙ジャ
ムなどのエラーが発生せずに印刷が完了した時点で、C
PUはイメージ展開した画像のRAM領域を全て白デー
タに書き換え、RAMクリアを行うことにより、次回以
降の処理のための再利用ができる。このような処理・操
作を行うことにより、使用者が作成した画像データをバ
ンドに区切って印刷することが可能になり、画像の後端
部の空白部分のビデオDMAを行わずに印刷が可能にな
る。
When printing is completed without an error such as a paper jam occurring in the printer engine, C
The PU can reuse the RAM area of the developed image by rewriting all the RAM area to white data and clearing the RAM, for the next and subsequent processes. By performing such processing and operation, it becomes possible to print the image data created by the user by dividing the image data into bands, and it is possible to print without performing the video DMA of the blank portion at the rear end of the image. Become.

【0012】[0012]

【発明が解決しようとする課題】近年のレーザプリンタ
エンジンの発達に伴い、高速で高解像度の画像を扱うマ
シンが増え、さらにカラーのレーザプリンタも開発され
ている現状から、プリンタコントローラには大容量のR
AMが必要となってきている。それに伴い、圧縮技術を
用いてより少ないRAMでプリンタコントローラを構成
する必要が出てきている。
With the development of laser printer engines in recent years, the number of machines that handle high-speed and high-resolution images has increased, and color laser printers have also been developed. R
AM is needed. Accordingly, it has become necessary to configure a printer controller with less RAM using a compression technique.

【0013】しかしながら、上述した従来のパーシャル
ビットマップ方式のプリンタコントローラでは、次ペー
ジの印刷画像のイメージ展開の効率化を行って、印刷時
にプリントアンダーランを極力避けることを主眼として
いる。そのため、印刷する1ページの画像データの内の
最後の画像データがどこにあるかを検出して、検出した
場所以降の印刷部分のみを空白領域として、ビデオDM
A動作を行わずに強制的に白データを出力することによ
り、RAMが接続されているバスのトラフィックを低下
させて、次ページの画像データ受信およびイメージ展開
の高速化を図っている。
However, in the above-described conventional partial bitmap printer controller, the main purpose is to improve the efficiency of image development of the print image of the next page and to minimize the print underrun during printing. Therefore, it is detected where the last image data of the image data of one page to be printed is, and only the print portion after the detected position is set as a blank area, and the video DM is determined.
By forcibly outputting the white data without performing the A operation, the traffic on the bus to which the RAM is connected is reduced, thereby speeding up the reception of the next page of image data and the development of the image.

【0014】したがって、最後の画像データよりも前に
空白のバンドが存在している場合は、その空白領域に対
しても白画像を出力するためのビデオDMA動作を行わ
なくてはならず、無駄な処理時間を費やしてしまうとい
う不具合があった。また、最後の画像データ以前に空白
のバンドが存在している場合であっても、その空白部分
のイメージ画像を記憶させておくのに必要なRAMの記
憶領域(メモリ容量)を確保しておかなくてはならなく
なり、その分だけコストが高くなってしまうという不具
合もあった。
Therefore, when a blank band exists before the last image data, a video DMA operation for outputting a white image must be performed even for the blank area, which is wasteful. There is a problem that a long processing time is spent. Even if a blank band exists before the last image data, it is necessary to secure a storage area (memory capacity) of the RAM necessary to store the image image of the blank portion. There was also a problem that the cost had to be increased due to the necessity.

【0015】さらに、この空白部分を記憶させるRAM
領域に対しても、次のページの印刷のためのメモリクリ
ア処理を行わなくてはならず、メモリクリアの処理速度
を落してしまうという不具合もあった。
Further, a RAM for storing the blank portion
The memory clear processing for printing the next page must be performed on the area, and there is a problem that the memory clear processing speed is reduced.

【0016】また、通常のプリンタコントローラでは、
イメージ展開した画像データを圧縮して記憶させてお
き、ビデオDMA動作によってプリンタエンジンへ出力
する際に、イメージデータの伸張処理をして出力するの
が一般的であるが、空白領域のバンドであるにもかかわ
らず、RAMから圧縮処理がされた画像データを読み出
し、伸張処理を施した後に出力しなくてはならないた
め、圧縮効率が悪いばかりか、RAMが接続されている
バスのトラフィック量が増加してさらに処理速度を落し
てしまうという不具合もあった。
In a normal printer controller,
In general, image data obtained by expanding the image is compressed and stored, and when the image data is output to the printer engine by the video DMA operation, the image data is generally expanded and output. Nevertheless, it is necessary to read out the compressed image data from the RAM and output it after performing the decompression processing, which not only results in poor compression efficiency but also increases the traffic volume of the bus to which the RAM is connected. There is also a problem that the processing speed is further reduced.

【0017】さらに、ホストコンピュータからプリンタ
コントローラへの画像転送の際にイメージ転送して印刷
する方式の場合においても、空白の画像データを転送し
なくてはならず、画像転送量が増してしまい、処理速度
を落してしまうだけでなく、ネットワーク環境に接続し
て動作させる場合などには、ネットワーク全体のトラフ
ィック量を増加させてしまうという不具合もあった。
Furthermore, even in the case of a method in which image transfer is performed when an image is transferred from the host computer to the printer controller, blank image data must be transferred, and the image transfer amount increases. In addition to lowering the processing speed, there is also a problem that the traffic volume of the entire network is increased when operating in a network environment.

【0018】この発明は、パーシャルビットマップ方式
のプリンタ制御装置において、上述のような不具合を解
消して、RAMの記憶領域の一層の効率的な利用を図
り、必要なRAM容量を低減して低コスト化すると共
に、画像データの展開および転送処理を高速化して印刷
に要する時間を短縮することを目的とする。
According to the present invention, in a partial bitmap type printer control device, the above-described disadvantages are solved, the storage area of the RAM is more efficiently used, and the required RAM capacity is reduced to reduce the required amount. It is an object of the present invention to increase the cost and speed up the process of developing and transferring image data to shorten the time required for printing.

【0019】[0019]

【課題を解決するための手段】この発明は、ホストコン
ピュータ上にて作成される画像データを展開してプリン
タエンジンに送り、印刷を実行させるプリンタ制御装置
において、上記の目的を達成するため、次の各手段を設
けたものである。
SUMMARY OF THE INVENTION The present invention is directed to a printer control apparatus for expanding image data created on a host computer, sending the image data to a printer engine, and executing printing. Are provided.

【0020】すなわち、上記画像データをプリンタエン
ジンでの副走査方向の複数のバンドに区切ってRAM上
にイメージ展開する展開処理手段と、そのイメージ展開
した画像データを上記プリンタエンジンに出力する際に
上記RAMに直接アクセスして高速に出力させるビデオ
DMAコントローラと、上記RAMにイメージ展開した
画像データが各バンド毎に空白であるかどうかを判別す
る判別手段と、該判別手段によって空白と判別されたバ
ンドについては、上記ビデオDMAコントローラにRA
Mの画像データ読み出させることなく、白データを発生
して出力させる空白データ出力手段とを設けたものであ
る。
More specifically, a developing processing means for dividing the image data into a plurality of bands in the sub-scanning direction in the printer engine and developing the image on the RAM, and a method for outputting the developed image data to the printer engine. A video DMA controller for directly accessing the RAM and outputting the data at high speed; determining means for determining whether or not the image data developed in the RAM is blank for each band; Is used by the video DMA controller
Blank data output means for generating and outputting white data without reading M image data.

【0021】このように構成することにより、中間のホ
ワイトバンドのイメージデータ出力時にも、バストラフ
ィックを低減させて、処理を高速化することができる。
さらに、上記展開処理手段は、連続する複数ページの印
刷を行う際には、上記判別手段により空白と判断された
バンドに対してビデオDMAコントローラが白データを
出力中であっても、次ページの印刷データのイメージ展
開を行う手段を有するようにすれば、画像データのイメ
ージ展開処理を高速化することが可能になる。
With this configuration, even at the time of outputting image data of an intermediate white band, bus traffic can be reduced and processing can be speeded up.
Further, when printing a plurality of continuous pages, the rasterization processing unit outputs the next page even if the video DMA controller is outputting white data for the band determined to be blank by the determination unit. Providing means for developing the image of the print data makes it possible to speed up the image developing process of the image data.

【0022】あるいは、上記展開処理手段に代えて、画
像データをプリンタエンジンでの副走査方向の複数のバ
ンドに区切ってRAM上にイメージ展開し、展開処理が
必要なバンドにのみRAMの割り当てを行う展開処理手
段を設け、ビデオDMAコントローラが、上記展開処理
手段によってイメージ展開された画像データをプリンタ
エンジンに出力する際にRAMに直接アクセスして高速
に出力する共に、上記展開処理手段によって画像データ
が展開されなかったバンドについては、白データを発生
して出力するように構成してもよい。
Alternatively, in place of the expansion processing means, the image data is divided into a plurality of bands in the sub-scanning direction in the printer engine and the image is expanded on the RAM, and the RAM is allocated only to the band requiring the expansion processing. When the image data expanded by the expansion processing means is output to the printer engine, the video DMA controller directly accesses the RAM and outputs the image data at a high speed. For the bands not performed, white data may be generated and output.

【0023】このように構成することにより、画像デー
タをRAMにイメージ展開する際に、印刷する画像デー
タが存在するバンドのみにRAM領域を割り当てること
ができ、冗長な白画像をRAMに記憶させる必要がなく
なるので、RAMの記憶容量が少なくて済むためコスト
を低減させることが可能になる。
With this configuration, when developing the image data in the RAM, the RAM area can be allocated only to the band where the image data to be printed exists, and it is necessary to store the redundant white image in the RAM. Is eliminated, so that the storage capacity of the RAM can be reduced, so that the cost can be reduced.

【0024】上記各プリンタ制御装置において、展開処
理手段が、画像データをイメージ展開するバンドの幅を
任意に設定する手段を有するとよい。それによって、白
画像の幅にあったバンド幅を設定できるため、例えば、
複数行に亘るテキストデータを印刷する場合などに、行
間をホワイトバンドと指定することができ、RAMを効
率よく利用することが可能になる。
In each of the above-described printer control devices, it is preferable that the expansion processing means has means for arbitrarily setting the width of a band in which image data is expanded. This allows you to set a bandwidth that matches the width of the white image.
For example, when printing text data over a plurality of lines, the white space can be designated as the line spacing, and the RAM can be used efficiently.

【0025】また、上記展開処理手段は、展開処理が必
要なバンドにRAMの割り当てを行う際にのみ、該RA
Mの割り当てた領域に白データを書き込むRAMクリア
処理を行なう手段を有するとよい。すなわち、この発明
によるプリンタ制御装置は、ワイトバンドを印刷する際
には自動的に白データを出力できるため、印刷終了後に
通常行ってきたメモリクリア処理を行わず、イメージ展
開の際に画像データが存在すると検知した時点でそのバ
ンド領域のメモリクリア処理を行うことにより、不要な
領域のメモリクリア処理を行う必要はなくなり、処理を
高速化させることが可能になる。
Further, the expansion processing means performs the RA processing only when allocating the RAM to the band requiring the expansion processing.
It is preferable to have means for performing a RAM clearing process of writing white data in the area assigned by M. That is, since the printer control device according to the present invention can automatically output white data when printing a white band, it does not perform the memory clear processing that is normally performed after printing is completed, and the image data is not processed when the image is developed. By performing the memory clear processing of the band area when it is detected that the band exists, it is not necessary to perform the memory clear processing of the unnecessary area, and the processing can be speeded up.

【0026】さらにまた、展開処理手段が、複数のバン
ドに区切ってRAM上にイメージ展開した画像データを
圧縮してRAMに記憶させるようにし、その圧縮された
イメージ画像を伸張してビデオDMAコントローラに出
力すると共に、そのビデオDMAコントローラが白デー
タを発生して出力している際には、次のバンドの圧縮さ
れたイメージ画像の伸張処理を予め行う伸張手段を設け
るようにするとよい。このようにすることにより、RA
Mの記憶領域を一層効率よく利用できる。なお、この場
合に、上記伸張手段によって伸張処理した画像データを
一時的に記憶するメモリ(バンドバッファ)を設けるの
が望ましい。
Further, the expansion processing means compresses the image data expanded on the RAM into a plurality of bands and stores the compressed image data in the RAM. The expanded image image is expanded and transmitted to the video DMA controller. In addition to the output, when the video DMA controller is generating and outputting white data, it is preferable to provide an expansion means for performing expansion processing of a compressed image image of the next band in advance. By doing so, RA
The storage area of M can be used more efficiently. In this case, it is desirable to provide a memory (band buffer) for temporarily storing the image data expanded by the expansion means.

【0027】さらに、上記伸張手段が伸張処理を予め行
う場合には、ホストコンピュータからの画像データの受
信、および上記展開処理手段による画像データのイメー
ジ展開と圧縮処理を優先的に行わせる手段を設けるとよ
い。それによって、次ページ以降の画像データのイメー
ジ展開や、ホストコンピュータから次ページ以降の画像
データの受信等が行われていないときのように、バスア
ービトレーションの優先順位を落して、バスが空いてい
る期間中に圧縮されたイメージデータの伸張処理を行う
ことができ、処理の効率化と高速化が可能になる。
Further, when the decompression means performs the decompression processing in advance, there is provided means for receiving the image data from the host computer and performing the image decompression and compression processing of the image data by the decompression processing means with priority. Good. As a result, the priority of the bus arbitration is lowered and the bus is free, as in the case where the image development of the image data of the next page and subsequent pages is not performed, and the image data of the next page and subsequent pages is not received from the host computer. The image data compressed during the period can be expanded, and the processing can be made more efficient and faster.

【0028】また、ホストコンピュータ上にて作成さ
れ、プリンタドライバによってプリンタエンジンでの副
走査方向の複数のバンドに分けてプリンタ制御装置で解
釈できるコード系に変換されて送られる画像データを展
開してプリンタエンジンに送り、印刷を実行させるプリ
ンタ制御装置においても、次の各手段を設けることによ
って前述の目的を達成することができる。
Further, image data created on the host computer, divided into a plurality of bands in the sub-scanning direction by the printer engine by the printer driver, converted into a code system that can be interpreted by the printer control device, and developed is transmitted. The above-described object can also be achieved by providing the following units in a printer control device that sends the data to a printer engine to execute printing.

【0029】すなわち、上記コード系に変換されて送ら
れた画像データを複数のバンドに区切ってRAM上にイ
メージ展開する展開処理手段と、そのイメージ展開した
画像データをプリンタエンジンに出力する際にRAMに
直接アクセスして高速に出力させるビデオDMAコント
ローラと、上記プリンタドライバによって空白のバンド
であると指定されたバンドについては、上記ビデオDM
AコントローラにRAMの画像データ読み出させること
なく、白データを発生して出力させる空白データ出力手
段とを設ける。
That is, a developing processing means for dividing the image data which has been converted into the code system and transmitted and dividing the image data into a plurality of bands and developing the image on a RAM, and a RAM for outputting the developed image data to a printer engine. And a video DMA controller for directly accessing the video DM and outputting a high-speed output.
Blank data output means for generating and outputting white data without causing the A controller to read image data from the RAM is provided.

【0030】これらのいずれのプリンタ制御装置におい
ても、上記展開処理手段が、複数の色を重ね合わせて印
刷するための画像データを展開処理する手段である場合
には、その印刷する各色毎に画像データをイメージ展開
するバンドを個別に管理する手段を有するのが望まし
い。それによって、ホワイトバンドの発生頻度を上げる
ことができるので、ROMのメモリ容量を抑えて安価な
カラープリンタ制御装置を提供することが可能になる。
In any of these printer control devices, if the expansion processing means is processing means for developing image data for printing by superimposing a plurality of colors, the image processing is performed for each color to be printed. It is desirable to have means for individually managing bands for developing data into images. As a result, the frequency of occurrence of white bands can be increased, so that an inexpensive color printer control device with a reduced ROM memory capacity can be provided.

【0031】[0031]

【発明の実施の形態】以下、この発明の実施の形態を図
面に基づいて具体的に説明する。まず、この発明の第1
の実施形態について説明する。図5はこの発明の第1の
実施形態のプリンタ制御装置であるプリンタコントロー
ラを用いたプリンタシステムのブロック構成図である。
Embodiments of the present invention will be specifically described below with reference to the drawings. First, the first of the present invention
An embodiment will be described. FIG. 5 is a block diagram of a printer system using a printer controller as a printer control device according to the first embodiment of the present invention.

【0032】このプリンタシステムは、ホストコンピュ
ータ1とプリンタコントローラ2とプリンタエンジン3
とによって構成されており、プリンタコントローラ2と
プリンタエンジン3とが一体となってプリンタを構成し
ているものも含む。
This printer system comprises a host computer 1, a printer controller 2, a printer engine 3
The printer controller 2 and the printer engine 3 are integrated to constitute a printer.

【0033】プリンタコントローラ2は、ホスト・イン
タフェース(以下「ホストI/F」と略称する)12,
中央処理装置であるCPU13,プログラムメモリであ
るROM10,およびデータメモリであるRAM4とが
システムバス5によって相互に接続され、マイクロコン
ピュータを構成している。
The printer controller 2 includes a host interface (hereinafter abbreviated as “host I / F”) 12,
The CPU 13, which is a central processing unit, the ROM 10, which is a program memory, and the RAM 4, which is a data memory, are mutually connected by a system bus 5 to constitute a microcomputer.

【0034】さらに、そのシステムバスに接続されたビ
デオDMAコントローラ(以下「VDMAC」と略称す
る)6と、伸張器9,セレクタ7,およびエンジン・イ
ンタフェース(「エンジンI/F」と略称する)8とを
備えている。そして、ホストI/F12にホストコンピ
ュータ1が接続され、エンジンI/F8にプリンタエン
ジン3が接続される。
Further, a video DMA controller (hereinafter abbreviated as "VDMAC") 6 connected to the system bus, a decompressor 9, a selector 7, and an engine interface (abbreviated as "engine I / F") 8 And Then, the host computer 1 is connected to the host I / F 12, and the printer engine 3 is connected to the engine I / F 8.

【0035】このプリンタシステムにおいて、使用者
は、ホストコンピュータ1上でアプリケーションソフト
ウェアを利用して、印刷を行いたい画像データを作成す
る。この時、使用者によって作成される画像データは、
複数ページに渡っているものやカラーデータとして作成
されるもの等、各種の画像データが存在する。そして、
画像データの作成が完了した時点で、使用者はホストコ
ンピュータ1に接続されて印刷が可能なプリンタのう
ち、印刷を行いたいプリンタを選択して、印刷命令を発
行する。
In this printer system, a user uses the application software on the host computer 1 to create image data to be printed. At this time, the image data created by the user
There are various types of image data, such as those that span multiple pages and those that are created as color data. And
When the creation of the image data is completed, the user selects a printer to be printed from the printers connected to the host computer 1 and capable of printing, and issues a print command.

【0036】その際の使用者からの印刷命令には、印刷
部数の指定、カラーかモノクロかの指定、拡大あるいは
縮小率の指定、用紙サイズの指定、1枚の用紙に複数の
ページをまとめて印刷する集約印刷を行なうか否かの指
定など、各種の印刷モードが指定される。
At this time, the print command from the user includes designation of the number of copies, designation of color or monochrome, designation of enlargement or reduction ratio, designation of paper size, and a plurality of pages on one sheet. Various print modes are designated, such as designation of whether or not to perform aggregate printing for printing.

【0037】使用者により印刷命令が発行されると、使
用者から指定された各種モードを満足するように、ホス
トコンピュータ1の内部に記憶されているプリンタドラ
イバと呼ばれるソフトウェアによって、接続されている
プリンタコントローラ2が解読できるコードに変換し
て、その変換した画像データのコードをプリンタコント
ローラ2に出力する。
When a print command is issued by the user, the connected printer is controlled by software called a printer driver stored inside the host computer 1 so as to satisfy various modes specified by the user. The code is converted into a code that can be decoded by the controller 2, and the code of the converted image data is output to the printer controller 2.

【0038】プリンタコントローラ2では、ネットワー
クや各種インタフェースで構成されるホストI/F12
によって、ホストコンピュータ1からの画像データの受
信が始まると、CPU13に対してインタラプトを発生
させて印刷命令が発行されたことを知らせ、受信した画
像データをRAM4にバッファリングして一時的に記憶
させる。
The printer controller 2 has a host I / F 12 composed of a network and various interfaces.
When the reception of image data from the host computer 1 starts, an interrupt is generated to notify the CPU 13 that a print command has been issued, and the received image data is buffered in the RAM 4 and temporarily stored. .

【0039】CPU13は、受信してバッファリングし
た画像データをプリンタエンジン3によって印刷が可能
なデータにするために、RAM4にイメージ展開して、
コード情報として受信された画像をビットマップ情報に
変換して記憶させていく。その際、CPU13は、RA
M4のイメージ展開する部分は仮想的に副走査方向のバ
ンドに区切ってイメージ展開させるとともに、それぞれ
各バンドに印刷すべき画像データが存在するかどうかを
参照するための図2に示すようなテーブルをRAM4内
のイメージ展開をする場所とは違う領域に作成する。
The CPU 13 develops an image in the RAM 4 in order to convert the received and buffered image data into data that can be printed by the printer engine 3.
The image received as the code information is converted into bitmap information and stored. At this time, the CPU 13
The image development portion of M4 is virtually divided into bands in the sub-scanning direction to develop the image, and a table as shown in FIG. 2 for referencing whether or not there is image data to be printed in each band. It is created in an area in the RAM 4 different from the area where the image is developed.

【0040】また、バンドに区切る際には予め1ページ
分のフレームメモリを確保する必要はなく、イメージ展
開する必要のあるバンドのみRAM4に順次割り当てて
展開する構成にすることにより、メモリ領域を効率的に
利用することができる。さらに、バンドを割り当てると
きにのみメモリクリアを行なうことにより、多重のメモ
リクリア処理を行なわなくて良くなり、一層効率的な処
理が可能になる。
Further, when dividing into bands, it is not necessary to secure a frame memory for one page in advance, and only bands that need to be developed are sequentially allocated to the RAM 4 and developed, so that the memory area can be efficiently used. Can be used Further, by performing the memory clear only when allocating the band, it is not necessary to perform the multiple memory clear processing, and thus more efficient processing can be performed.

【0041】カラープリンタコントローラの場合には、
通常CMYKの4色のイメージ展開をするため、例えば
イメージ展開する色が赤の場合には、M(マゼンタ)と
Y(イエロー)のみを展開すれば良いため、各色毎にバ
ンドに区切って処理を施すことにより、冗長なRAM領
域を確保する必要がなくなる。
In the case of a color printer controller,
Normally, in order to develop four colors of CMYK, for example, if the color to be developed is red, only M (magenta) and Y (yellow) need to be developed. Therefore, the processing is performed by dividing each color into bands. This eliminates the need to secure a redundant RAM area.

【0042】このRAM4へのイメージ展開と同時に、
必要に応じてRAM4に記憶されたイメージデータを圧
縮(高能率符号化)して再びRAM4に格納し直すこと
ができる。画像データの圧縮技術については公知技術を
利用すればよいので、その説明は省略する。
Simultaneously with the image development in the RAM 4,
If necessary, the image data stored in the RAM 4 can be compressed (high-efficiency encoding) and stored again in the RAM 4. A known technique may be used for the technique of compressing image data, and a description thereof will be omitted.

【0043】ただし、プリンタコントローラ2は必ずし
も圧縮が行えなくてもよい。また、圧縮が可能な環境で
あっても、RAM4の容量が多くて充分記憶できる場合
などは、圧縮を行わずにイメージデータのまま記憶させ
ておく場合もあり、その方が圧縮・伸張処理を行わない
分だけ処理速度が速くなる。また、圧縮を行う場合に
は、専用の圧縮器を用いて行う場合とCPU13によっ
て行う場合とがある。
However, the printer controller 2 need not always be able to perform compression. Further, even in an environment where compression is possible, when the capacity of the RAM 4 is large enough to store the image data, the image data may be stored as it is without performing compression. The processing speed is increased by the amount not performed. Further, when performing compression, there are a case where the compression is performed using a dedicated compressor and a case where the compression is performed by the CPU 13.

【0044】CPU13によって受信された画像データ
のうち、1ページ分のイメージ展開(圧縮)が全て完了
すると、CPU13はVDMAC6にビデオDMAを行
わせるために、各種パラメータをセットしてビデオDM
Aの開始を司令する。なお、設定するパラメータとして
は、印刷を行うバンドについて図2に示したテーブルを
参照した結果が、ホワイトバンド(データなし)か画像
データが存在している(データあり)かの指定や、画像
データが存在している時には、DMA動作を行うRAM
4上の開始アドレスやDMA転送する際の転送回数の指
定、ビデオDMAを行なうイメージデータが圧縮されて
いるか否かの指定などを設定する。
When all the image expansion (compression) of one page of the image data received by the CPU 13 is completed, the CPU 13 sets various parameters to make the VDMAC 6 perform the video DMA, and sets the video DM.
Command the start of A. As parameters to be set, the result of referring to the table shown in FIG. 2 for the band to be printed indicates whether white band (no data) or image data exists (data exists), image data RAM that performs DMA operation when
4 specifies the start address, the number of transfers for DMA transfer, and whether or not image data for video DMA is compressed.

【0045】このように、転送回数を任意に変更可能な
構成にすることにより、任意のバンド幅を指定できるよ
うになり、ホワイトバンド(データなし)をできるだけ
多く作成することが可能になり、メモリをより効率的に
利用できるだけではなく、より高速に処理が可能にな
る。
As described above, by adopting a configuration in which the number of transfers can be arbitrarily changed, an arbitrary bandwidth can be designated, white bands (no data) can be created as much as possible, and memory can be created. Not only can be used more efficiently, but also can be processed at a higher speed.

【0046】VDMAC6では、各パラメータが指定さ
れてDMAの起動がかかると、RAM4の指定されたア
ドレスを読み出し、圧縮されていない画像データの場合
にはセレクタ7をVDMAC6からの入力を有効なよう
に切り替えて、エンジンI/F8を通してプリンタエン
ジン3に画像データを出力する。
In the VDMAC 6, when each parameter is specified and the DMA is started, the specified address of the RAM 4 is read, and in the case of uncompressed image data, the selector 7 is set so that the input from the VDMAC 6 is valid. Then, the image data is output to the printer engine 3 through the engine I / F 8.

【0047】また、RAM4の指定された画像データが
圧縮されている場合には、伸張器9に画像データを送っ
て、伸張器9によって伸張された画像データをエンジン
I/F8に出力するようにセレクタ7を切り替えて、そ
の画像データをエンジンI/F8からプリンタエンジン
3に出力する。
When the designated image data in the RAM 4 is compressed, the image data is sent to the decompressor 9 and the image data decompressed by the decompressor 9 is output to the engine I / F 8. The selector 7 is switched to output the image data from the engine I / F 8 to the printer engine 3.

【0048】伸張器9では、VDMAC6から画像デー
タが送られてきた場合には、圧縮した方式の逆の方式を
使用して伸張して出力することとなる。一般的に、プリ
ンタエンジン3で出力する画像データはイメージデータ
として扱い、短時間に大容量のデータを転送しなければ
ならず、伸張処理をCPU3にて行なっているとプリン
トオーバーランが発生してしまうため、ビデオDMAを
行う際には、専用の伸張器を用いることになる。
When the image data is sent from the VDMAC 6, the decompressor 9 decompresses and outputs the image data using the reverse method of the compression method. In general, image data output by the printer engine 3 must be handled as image data, and a large amount of data must be transferred in a short time. If the decompression process is performed by the CPU 3, a print overrun occurs. Therefore, when performing video DMA, a dedicated decompressor is used.

【0049】また、CPU13によって指定されたモー
ドが、ホワイトバンドの場合には、VDMAC6が白画
像を強制的に生成してセレクタ7に出力する。この場合
にはRAM4から画像データ読み出すことはせずに、設
定された転送回数分の白画像を出力することになる。一
般的に「白」は、カラーのCMYK又はモノクロで印刷
する場合には、画像データはなしということで“0”が
出力される。ただし、インタフェース上の取り決めで
“1”を出力する場合もある。
When the mode specified by the CPU 13 is a white band, the VDMAC 6 forcibly generates a white image and outputs it to the selector 7. In this case, the image data is not read out from the RAM 4 but a white image corresponding to the set number of transfers is output. In general, “0” is output for “white” when there is no image data when printing in color CMYK or monochrome. However, "1" may be output according to the rules on the interface.

【0050】また、伸張後のデータやVDMAC6から
の出力データを一旦バッファリングして記憶可能な構成
にしておくことにより、ホワイトバンド出力の際にはホ
ストI/F12からの画像データ入力等が行なわれてい
ない間のバスが空いている時間に伸張処理を行うことが
できる。そのために、FIFOメモリ等のバッフア用の
メモリを設けておくとよい。
The expanded data and the output data from the VDMAC 6 are temporarily buffered and stored so that the image data is input from the host I / F 12 when outputting the white band. The decompression process can be performed during a time when the bus is free while it is not being used. For this purpose, it is preferable to provide a buffer memory such as a FIFO memory.

【0051】エンジンI/F8では、プリンタエンジン
3にて印刷が可能な解像度および速度に合わせて画像デ
ータを出力する。また、プリンタエンジン3では送られ
てきたビットマップデータの印刷を実行して印刷を完了
する。
The engine I / F 8 outputs image data in accordance with the resolution and speed at which printing can be performed by the printer engine 3. The printer engine 3 executes printing of the transmitted bitmap data and completes printing.

【0052】以上の操作を1ページ分のうちの全てのバ
ンドについて行うことにより、1ページ分の画像の印刷
が完了する。ただし、印刷が複数ページに亘る場合に
は、前のページのイメージ展開が終了して、ビデオDM
A動作にて印刷処理を行うと同時に、バスが空いている
時間を利用して次のページのイメージ展開を行う並列処
理をする。このようにして、全てのページの印刷が終了
した時点で処理を完了する。
By performing the above operation for all the bands in one page, printing of the image for one page is completed. However, when printing is performed over a plurality of pages, the image development of the previous page is completed and the video DM
At the same time as performing the printing process in the A operation, a parallel process for developing the image of the next page using the time when the bus is free is performed. In this way, the process is completed when printing of all pages is completed.

【0053】また、プリンタコントローラ2にて解読で
きるエミュレーションが、例えばGDIプリンタ方式の
ようにプリンタドライバソフトから直接バンドに区切っ
て転送されてくるような場合には、プリンタドライバに
て転送する時点で、ブランクバンド指定する。
When the emulation that can be decoded by the printer controller 2 is transferred directly from the printer driver software into bands as in the case of the GDI printer system, for example, when the transfer is performed by the printer driver, Specify a blank band.

【0054】なお、ROM10には、CPU13を動作
させるためのプログラムコードや、テキスト画像のイメ
ージ展開に使用するフォント情報等が記憶されている。
またこの発明における展開処理手段(RAMの割り当て
手段,バンド幅設定手段,RAMクリア処理手段,圧縮
手段等を含む)、判別手段、および空白データ出力手段
などの機能は、CPU13がROM10に書き込まれた
プログラムに従って動作することによって実現される。
The ROM 10 stores program codes for operating the CPU 13, font information used for image development of text images, and the like.
The functions of the expansion processing means (including RAM allocation means, bandwidth setting means, RAM clear processing means, compression means, etc.), discrimination means, and blank data output means in the present invention are implemented by CPU 13 written in ROM 10. It is realized by operating according to a program.

【0055】次に、この発明の第2の実施形態について
説明する。図3は、この発明の第2の実施形態のプリン
タ制御装置であるプリンタコントローラを用いたカラー
プリンタシステムのブロック構成図である。この第2の
実施形態のプリンタコントローラ2′はカラープリンタ
コントローラであり、ホストコンピュータ1およびプリ
ンタエンジン3とによってカラープリンタシステムを構
成している。
Next, a second embodiment of the present invention will be described. FIG. 3 is a block diagram of a color printer system using a printer controller as a printer control device according to a second embodiment of the present invention. The printer controller 2 'of the second embodiment is a color printer controller, and a host computer 1 and a printer engine 3 constitute a color printer system.

【0056】このプリンタコントローラ2′において、
図1に示したプリンタコントローラ2と相違する主な点
は、セレクタ7に代えてバンドバッファ11を設けた点
である。このバンドバッファ11は、伸張器9によって
予め伸張したイメージデータおよびVDMAC6によっ
てRAM4から読み出したイメージデータを一時的に記
憶するバッファ用のメモリである。
In this printer controller 2 ',
The main difference from the printer controller 2 shown in FIG. 1 is that a band buffer 11 is provided instead of the selector 7. The band buffer 11 is a buffer memory for temporarily storing image data previously expanded by the expander 9 and image data read from the RAM 4 by the VDMAC 6.

【0057】使用者によってホストコンピュータ1上で
作成された画像データは、ホストコンピュータ1からプ
リンタコントローラ2′の内部のホストI/F12に送
られる。その際、ホストコンピュータ1の内部ではプリ
ンタドライバによって、画像データを接続されるプリン
タコントローラが解釈可能な言語形式に変換して出力す
る。また、画像データの出力時には、図10に示したよ
うに、1ページの画像をプリンタエンジン3の副走査方
向に複数のバンドに分けて出力する。
Image data created on the host computer 1 by the user is sent from the host computer 1 to the host I / F 12 inside the printer controller 2 '. At this time, the host computer 1 converts the image data into a language format that can be interpreted by a connected printer controller by a printer driver and outputs the converted image data. When outputting image data, as shown in FIG. 10, the image of one page is output while being divided into a plurality of bands in the sub-scanning direction of the printer engine 3.

【0058】その際には、図10のバンド2のようにバ
ンド領域に全く画像データの無いバンドは、ブランクバ
ンドとしてプリンタコントローラに指定する。また、バ
ンド3と4のように、1つの文字が複数のバンドにまた
がっている場合には、Cという文字を2つに分解してイ
メージ展開する。画像データがカラーの場合には、ホス
トコンピュータ1で扱われる画像は通常RBGで表現さ
れているが、印刷を行う場合にはCMYKで表されるた
め、CMYKの各色成分に分割してさらにバンドに分け
て処理を行う。
At this time, a band having no image data in the band area, such as band 2 in FIG. 10, is designated as a blank band to the printer controller. When one character extends over a plurality of bands as in bands 3 and 4, the character C is decomposed into two and developed. When the image data is color, the image handled by the host computer 1 is usually represented by RBG, but when printing, it is represented by CMYK, so it is divided into CMYK color components and further divided into bands. Perform processing separately.

【0059】ただし、RBG→CMYKの変換は、必ず
しもプリンタドライバで行わなくてはならないわけでは
なく、RBGデータで転送して、プリンタコントローラ
2′においてCMYKデータに変換しても構わない。
However, the conversion from RBG to CMYK does not necessarily have to be performed by the printer driver. RBG data may be transferred and converted into CMYK data by the printer controller 2 '.

【0060】次に、図6のフロー図を参照して、このプ
リンタコントローラ2′側でのイメージ展開に関わる処
理の説明を行う。ステップS1で、ホストI/F12で
受信した画像データを一旦RAM4に記憶させる。受信
と同時にCPU13にインタラプトを発生させて、受信
を知らせるとともに、CPU13ではイメージの展開を
開始する。イメージ展開の際には、プリンタドライバか
ら予めバンド単位にソートされて画像データが入力され
てきているため、バンド0からイメージ展開していく。
Next, with reference to the flowchart of FIG. 6, the processing relating to image development on the printer controller 2 'side will be described. In step S1, the image data received by the host I / F 12 is temporarily stored in the RAM 4. Simultaneously with the reception, an interrupt is generated in the CPU 13 to notify the reception, and the CPU 13 starts developing the image. At the time of image development, since the image data is input in advance from the printer driver in band units, the image development is performed from band 0.

【0061】その入力される画像データが図10に示し
たようにバンド分けされているとすると、ステップS2
のチェックにおいて、バンド0でのプリンタドライバか
らの画像データには印刷する画像データが含まれている
ため、ステップS3で1バンド分が入りきる容量のある
RAM空間を割り当てて、ステップS4で割り当てた空
間のRAMクリア(0を書き込む)を行う。この際、R
AM空間は1バンド分が連続している領域であれば、ど
のアドレスを割り当ててもよい。
Assuming that the input image data is divided into bands as shown in FIG. 10, step S2
Since the image data from the printer driver in band 0 includes the image data to be printed in the check of the above, in step S3, a RAM space having a capacity enough for one band is allocated in step S3, and allocated in step S4. The RAM of the space is cleared (0 is written). At this time, R
Any address may be assigned to the AM space as long as one band is continuous.

【0062】次に、ステップS5で「バンド0の領域に
はデータがありバンドを割り当てた」ことを記憶してお
くために、図4に示すようなバンドテーブルを発行し、
バンド番号毎に、データの有無、およびデータがある場
合の開始アドレスと終了アドレスを記憶させておく。そ
して、ステップS6で受け取った画像データをイメージ
展開し、ステップS7で圧縮してRAM領域に書き込
む。
Next, in step S5, a band table as shown in FIG. 4 is issued in order to store that "there is data in the band 0 and a band has been allocated".
For each band number, the presence / absence of data and the start address and end address when there is data are stored. Then, the image data received in step S6 is image-developed, and compressed in step S7 to be written in the RAM area.

【0063】バンド0の画像データを全て展開し終わる
と、次のバンド1も画像データが存在しているため、同
様にしてRAM空間を割り当て、そのRAM空間をクリ
アしてイメージ展開し、バンドテーブルに登録する。次
に、バンド2の領域では印刷する画像データは存在して
いないため、RAM空間の割り当ては行わず、ステップ
S10でバンドテーブルにのみブランクバンド(データ
なし)として登録する。
When all the image data of band 0 has been developed, since the next band 1 also has image data, a RAM space is allocated in the same manner, the RAM space is cleared and the image is developed, and the band table is developed. Register with. Next, since there is no image data to be printed in the band 2 area, the RAM space is not allocated and registered as a blank band (no data) only in the band table in step S10.

【0064】ステップS8において最後のバンドとなる
まで、すなわち最後のバンド画像データを展開し終わる
までこのような操作を繰り返して行い、1ページ分の全
てのバンドについてイメージ展開を行う。そして、全て
のページに対して展開が終ったら、ステップS9の判断
で「次ページはなし」になるので処理を終える。
This operation is repeated until the last band is reached in step S8, that is, until the last band image data has been developed, and image development is performed for all the bands for one page. Then, when the development has been completed for all the pages, the determination in step S9 becomes "No next page", and the processing is terminated.

【0065】また、図5に示すように、一般的なはテキ
スト文書は複数行にわたって記述されており、一定のピ
ッチで行間が空けられている。従って、行間にあたる空
白部分が1バンドとなるようにバンド幅を設定すること
により、空白部分をイメージデータとしてRAMに記憶
する必要はなくなる。
As shown in FIG. 5, a general text document is described over a plurality of lines, and the lines are spaced at a constant pitch. Therefore, by setting the bandwidth so that the blank portion corresponding to the space between lines becomes one band, it is not necessary to store the blank portion as image data in the RAM.

【0066】さらに、カラーでの印刷の際には、CMY
Kのそれぞれの色についてバンド幅を別々に管理する。
これは、例えば、赤を印刷する場合には、MYのインク
だけ足し合わせて行えばよいため、画像データのイメー
ジ展開もまた、MとYのみを行って記憶しておけばよ
く、CとKの成分は空白となるので、場合によっては、
ブランクバンド領域を増やすことが可能になるためであ
る。また、イメージ展開する際には、RAM容量と展開
時間を考慮して、必要であれば圧縮させて記憶させてお
く。
Further, when printing in color, CMY
Bandwidth is separately managed for each color of K.
This is because, for example, when printing red, it is sufficient to add only the MY ink, so that the image development of the image data may be performed by performing only M and Y, and stored. Is blank, so in some cases,
This is because it is possible to increase the blank band area. When the image is expanded, it is compressed and stored if necessary in consideration of the RAM capacity and the expansion time.

【0067】次に、印刷時の処理を図7のフロー図を参
照して説明する。1ページのイメージ展開が終了した時
点で、図7の処理を開始し、まずステップS11でプリ
ンタエンジン3のステータスをチェックして、プリンタ
エンジン3が印刷ジャムなどがなく印刷可能な状態(レ
ディ)ならば、プリンタエンジン3に印刷起動命令を出
して印刷を開始させる。
Next, the processing at the time of printing will be described with reference to the flowchart of FIG. When the image development of one page is completed, the processing of FIG. 7 is started. First, in step S11, the status of the printer engine 3 is checked, and if the printer engine 3 is ready for printing without a print jam or the like (ready). For example, a print start command is issued to the printer engine 3 to start printing.

【0068】それと同時に、CPU13はステップ12
以降の処理を行う。すなわち、ステップS12でVDM
AC6にビデオパラメータをセットする。これは、図4
に示したバンドテーブルにしたがって、バンド0から印
刷するバンドがブランクであるか否かの指定、RAM4
の開始アドレスの指定、転送回数の指定、イメージデー
タが圧縮されているか否かの指定をVDMAC6に設定
することである。
At the same time, the CPU 13
The following processing is performed. That is, in step S12, the VDM
Set video parameters in AC6. This is shown in FIG.
Designation of whether the band to be printed from band 0 is blank according to the band table shown in FIG.
Of the start address, the number of transfers, and whether the image data is compressed or not are set in the VDMAC 6.

【0069】ステップS12でビデオパラメータをセッ
トすると、次にステップS13でVDMAC6を起動さ
せてDMA動作を開始させる。VDMAC6は、指定さ
れたバンドがブランクバンドであるか否かを見て、ブラ
ンクバンドでない場合にはRAM4上の開始アドレスか
ら順次データを読み出し、読み出したイメージデータが
圧縮されている場合には、読み出してきた画像データを
伸張器9に出力する。
When the video parameters are set in step S12, the VDMAC 6 is activated in step S13 to start the DMA operation. The VDMAC 6 checks whether or not the specified band is a blank band. If the specified band is not a blank band, the VDMAC 6 sequentially reads data from a start address on the RAM 4. If the read image data is compressed, the VDMAC 6 reads the data. The received image data is output to the decompressor 9.

【0070】伸張器9では圧縮したデータの伸張作業を
行い、バンドバッファ11に一時的に記憶させておく。
また、読み出したイメージデータが圧縮されていない場
合には、VDMAC6が読み出した画像データをそのま
まバンドバッファ11に書き込む。また更に、VDMA
C6に設定されたパラメータがブランクバンドの場合に
は、RAM4から画像データを読み込むことはせずに、
VDMAC6にて強制的に“0”をバンドバッファ11
に書き込む。
The decompressor 9 decompresses the compressed data and temporarily stores the data in the band buffer 11.
If the read image data is not compressed, the VDMAC 6 writes the read image data to the band buffer 11 as it is. Furthermore, VDMA
If the parameter set in C6 is a blank band, the image data is not read from the RAM 4
VDMAC 6 forcibly sets "0" to band buffer 11
Write to.

【0071】エンジンI/F8では、プリンタエンジン
3の印刷スピードに合わせて、バンドバッファ11から
印刷データを読み出してプリンタエンジン3へ出力を行
い、印刷を実行させる。1つのバンドのDMA転送が完
了した時点で、VDMAC6はCPU13にインタラプ
トを発生してDMAの転送終了を伝える。
The engine I / F 8 reads out print data from the band buffer 11 in accordance with the print speed of the printer engine 3 and outputs it to the printer engine 3 to execute printing. When the DMA transfer of one band is completed, the VDMAC 6 generates an interrupt to the CPU 13 and notifies the CPU 13 of the end of the DMA transfer.

【0072】CPU13は、ステップS14にてインタ
ラプトの発生を検知すると、ステップS15で最後のバ
ンドでなければステップS11へ戻り、ステップS12
で次のバンドのパラメータをVDMAC6に再設定し、
ステップS13でVDMAC6を起動する。それ以降同
様の処理を行って、最終のバンドの処理を終え、ステッ
プS15でYESになるまで印刷を行う。
When the CPU 13 detects the occurrence of the interrupt in step S14, if it is not the last band in step S15, the CPU 13 returns to step S11, and returns to step S12.
To reset the parameters of the next band to VDMAC6,
In step S13, the VDMAC 6 is started. Thereafter, the same processing is performed, the processing of the final band is completed, and printing is performed until YES is determined in step S15.

【0073】また、VDMAC6にてホワイトバンドを
出力している際には、システムバス5を利用しているも
のは、ホストI/F12にて画像データの受信を行って
RAM4にバッファリングしている場合と、CPU13
によって後に印刷するバンドのイメージ展開を行ってい
る場合である。
When a white band is output by the VDMAC 6, the one using the system bus 5 receives image data at the host I / F 12 and buffers it in the RAM 4. Case and CPU 13
This is a case where image development of a band to be printed later is performed.

【0074】このとき、ビデオDMA動作でのバスの利
用はされていないため、比較的トラフィックは多くな
い。そのため、印刷しているバンドよりも次のバンド以
降の伸張処理を、ホストI/F12からの受信とイメー
ジ展開の空いた時間を利用して、RAM4から画像デー
タを読み出し、伸張器9に出力することにより予め行っ
てしまうことができる。これにより、プリントオーバラ
ンの発生を防止しやすくなる。
At this time, since the bus is not used in the video DMA operation, the traffic is relatively small. For this reason, image data is read out from the RAM 4 using the time between reception from the host I / F 12 and image expansion, and output to the decompressor 9 for the decompression processing for the band following the band being printed and the band following the band. This can be done in advance. This makes it easier to prevent print overrun.

【0075】以上の操作を行うことにより、ブランクバ
ンドでのイメージ転送を行なわずに印刷が可能になる。
また、一連のジョブを完了する際には、メモリクリアは
行わずに終了して構わない。この図6及び図7のフロー
図によって説明した処理は、図1に示したプリンタコン
トローラ2による処理の場合にも、ほとんど同様にあて
はまる。
By performing the above operation, printing can be performed without performing image transfer in the blank band.
When a series of jobs is completed, the job may be ended without performing the memory clear. The processing described with reference to the flow charts of FIGS. 6 and 7 applies almost similarly to the processing by the printer controller 2 shown in FIG.

【0076】[0076]

【発明の効果】以上説明してきたように、この発明によ
るプリンタ制御装置(プリンタコントローラ)を使用す
ることにより、画像データをRAM上にイメージ展開す
る際に副走査方向のバンドに区切って処理し、そのイメ
ージ展開した画像データをビデオDMA動作によってR
AMから読み出してプリンタエンジンへ送出する際に、
印刷する画像が存在しないホワイトバンドである場合に
は、ビデオDMA動作を行わずに自動的に白データを生
成してプリンタエンジンに出力するため、1ページの中
間のホワイトバンド出力時にも、バスのトラフィックを
低減させて処理を高速化することが可能になる。
As described above, by using the printer control device (printer controller) according to the present invention, when developing image data on the RAM, the image data is divided into bands in the sub-scanning direction and processed. The image data obtained by developing the image is converted into R by the video DMA operation.
When reading from AM and sending it to the printer engine,
In the case of a white band in which no image to be printed exists, white data is automatically generated without performing a video DMA operation and output to the printer engine. It becomes possible to speed up processing by reducing traffic.

【0077】また、請求項2以降の各発明によれば、上
記に加えて次のような効果が得られる。請求項2の発明
によれば、ホワイトバンドに対する白データの出力時に
は、バスのトラフィックが低減するため、複数ページの
印刷を行う際にRAM容量に余裕がある場合には、次ペ
ージ以降の画像データを展開することにより、展開処理
を速めることができる。
According to each of the second and subsequent inventions, the following effects can be obtained in addition to the above. According to the second aspect of the present invention, when outputting white data for a white band, the traffic on the bus is reduced. Therefore, if there is room in the RAM capacity when printing a plurality of pages, the image data of the next page and subsequent pages is output. By expanding, the expansion process can be accelerated.

【0078】請求項3の発明によれば、画像データを複
数のバンドに区切って展開処理をする際に、RAM上に
1ページ分の各バンドの領域を設けることなく、イメー
ジ展開する際に、展開が必要なバンドすなわち印刷する
画像データが存在するバンドのみにRAM領域を割り当
てることにより、冗長な白画像をRAMに記憶させる必
要がなくなり、RAMの容量を節約してコストを低減さ
せることが可能になる。
According to the third aspect of the present invention, when the image data is divided into a plurality of bands and subjected to the developing process, when the image is developed without providing each band of one page on the RAM, By allocating the RAM area only to the band that needs to be expanded, that is, the band where the image data to be printed exists, there is no need to store a redundant white image in the RAM, and the capacity of the RAM can be saved and the cost can be reduced. become.

【0079】請求項4の発明によれば、画像データをイ
メージ展開するバンド幅を可変にすることにより、印刷
する画像中の白画像の幅にあったバンド幅を設定できる
ため、例えば複数行に亘るテキストデータを印刷する場
合などに、行間の幅に合わせてホワイトバンドの幅を設
定することができ、それによってRAMを一層効率よく
利用することが可能になる。
According to the fourth aspect of the present invention, by making the bandwidth for developing the image data variable, it is possible to set the bandwidth corresponding to the width of the white image in the image to be printed. For example, when printing over a wide range of text data, the width of the white band can be set in accordance with the width between lines, so that the RAM can be used more efficiently.

【0080】請求項5の発明によれば、ホワイトバンド
を印刷する際には自動的に白画像を出力できるため、印
刷終了後に通常行ってきたメモリクリア処理を行わず、
イメージ展開の際に画像データが存在すると検知した時
点で、そのバンド領域のメモリクリア処理を行うことに
より、不要な領域のメモリクリア処理を行う必要がなく
なり、処理を高速化させることが可能になる。
According to the fifth aspect of the present invention, when printing a white band, a white image can be automatically output, so that the memory clear processing normally performed after the printing is completed is not performed.
By performing the memory clear processing of the band area when it is detected that the image data exists at the time of the image development, it is not necessary to perform the memory clear processing of the unnecessary area, and the processing can be speeded up. .

【0081】請求項6の発明によれば、複数のバンドに
区切ってイメージ展開したデータを圧縮してRAMに記
憶させることにより、RAMの利用効率をさらに高める
ことができる。そして、ホワイトバンドを印刷している
期間には、バスのトラフィックが低減されるため、次ペ
ージ以降のイメージ展開やホストコンピュータから次ペ
ージ以降の画像データの受信などと同時に、並行して次
に印刷処理を行うバンドの圧縮されたイメージデータの
伸張処理も行うことにより、伸張処理の効率化を図るこ
とが可能になる。
According to the sixth aspect of the present invention, by compressing the data obtained by developing the image in a plurality of bands and storing the compressed data in the RAM, the use efficiency of the RAM can be further improved. During the white band printing, the bus traffic is reduced, so the image is printed on the next page and the subsequent image data is received from the host computer. By also expanding the compressed image data of the band to be processed, it is possible to increase the efficiency of the expansion processing.

【0082】請求項7の発明によれば、上記伸張処理に
よって予め伸張した画像データをメモリに一時的に記憶
させておき、印刷時にはそのメモリから伸張した画像デ
ータ(イメージデータ)を出力することができ、プリン
タエンジンへの画像データの出力処理の効率化を図るこ
とが可能になる。
According to the seventh aspect of the present invention, the image data expanded in advance by the expansion processing is temporarily stored in a memory, and the expanded image data (image data) is output from the memory during printing. As a result, it is possible to increase the efficiency of the process of outputting image data to the printer engine.

【0083】請求項8の発明によれば、圧縮されたイメ
ージデータの伸張処理を行なう場合に、次ページ以降の
画像データのイメージ展開や、ホストコンピュータから
次ページ以降の画像データの受信等が行なわれていない
ときのように、バスアービトレレーションの優先順位を
落して、バスが空いている期間中に行なうことにより、
処理の効率化が可能になるる。
According to the eighth aspect of the present invention, when the compressed image data is decompressed, image expansion of the image data of the next page and subsequent pages and reception of the image data of the next page and subsequent pages from the host computer are performed. By lowering the priority of the bus arbitration and performing it while the bus is free, as if it were not
Processing efficiency can be improved.

【0084】請求項9の発明によれば、例えばイメージ
プリンタやGDIプリンタのように、ホストコンピュー
タ側にでイメージ展開や各種画像処理を行う場合には、
プリンタドライバから画像データをプリンタコントロー
ラに出力する際に、バンドに区切って処理を行ない、ホ
ワイトバンドが存在する場合にはホワイトバンドである
という情報のみを出力するよにした場合にも、上述の各
プリンタ制御装置と同様に、RAM容量の低減と画像デ
ータ処理の高速化を可能にする。
According to the ninth aspect of the invention, when image development and various image processing are performed on the host computer side, for example, as in an image printer or a GDI printer,
When outputting image data from the printer driver to the printer controller, the process is performed by dividing the image data into bands, and if there is a white band, only the information indicating that the image is a white band is output. As with the printer control device, it is possible to reduce the RAM capacity and speed up image data processing.

【0085】そして、請求項10の発明によれば、カラ
ープリントを行なうためのプリンタ制御装置の場合に、
印刷する各色毎に画像データをイメージ展開するバンド
を個別に管理することによって、ホワイトバンドの発生
頻度を上げることができ、プリンタ制御装置におけるR
AMの容量を節減して、カラープリンタの低コスト化を
可能にする。
According to the tenth aspect of the present invention, in the case of a printer control device for performing color printing,
By individually managing bands for developing image data for each color to be printed, the frequency of occurrence of white bands can be increased, and the R in the printer control device can be increased.
It is possible to reduce the capacity of the AM and reduce the cost of the color printer.

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

【図1】この発明の第1の実施形態のプリンタ制御装置
であるプリンタコントローラを用いたプリンタシステム
のブロック構成図である。
FIG. 1 is a block diagram of a printer system using a printer controller as a printer control device according to a first embodiment of the present invention.

【図2】図1に示すプリンタコントローラのRAM上に
作成する各バンドのデータの有無を記録するバンドテー
ブルの一例を示す図である。
FIG. 2 is a diagram illustrating an example of a band table that records presence / absence of data of each band created on a RAM of the printer controller illustrated in FIG. 1;

【図3】この発明の第2の実施形態のプリンタ制御装置
であるプリンタコントローラを用いたカラープリンタシ
ステムのブロック構成図である。
FIG. 3 is a block diagram of a color printer system using a printer controller as a printer control device according to a second embodiment of the present invention.

【図4】図3に示したプリンタコントローラで作成する
バンドテーブルの一例を示す図である。
FIG. 4 is a diagram illustrating an example of a band table created by the printer controller illustrated in FIG. 3;

【図5】テキスト文書とその行間の一例を示す説明図で
ある。
FIG. 5 is an explanatory diagram showing an example of a text document and its line spacing.

【図6】図3に示したプリンタコントローラ側でのイメ
ージ展開に関わる処理のフロー図である。
FIG. 6 is a flowchart of processing relating to image development on the printer controller side shown in FIG. 3;

【図7】同じくその印刷時の処理のフロー図である。FIG. 7 is a flowchart of a process at the time of printing.

【図8】1ページの画像の例をその主走査方向および副
走査方向と共に示す説明図である。
FIG. 8 is an explanatory diagram showing an example of an image of one page together with its main scanning direction and sub-scanning direction.

【図9】図8に示した画像のイメージデータをフルビッ
トマップ方式でRAMに記憶する場合のアドレスマップ
の説明図である。
FIG. 9 is an explanatory diagram of an address map in a case where image data of the image shown in FIG. 8 is stored in a RAM by a full bitmap method.

【図10】図8に示した画像のイメージデータをパーシ
ャルビットマッブ方式でRAMに記憶する場合のバンド
構成例を示す説明図である。
FIG. 10 is an explanatory diagram showing an example of a band configuration when image data of the image shown in FIG. 8 is stored in a RAM by a partial bit map method.

【図11】図10に示した複数のバンドのワークRAM
上でのアドレスマップの一例を示す説明図である。
11 is a work RAM of a plurality of bands shown in FIG.
FIG. 4 is an explanatory diagram showing an example of the above address map.

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

1:ホストコンピュータ 2,2′:プリンタコントローラ 3:プリンタエンジン 4:RAM 6:ビデオDMAコントローラ(VDMAC) 7:セレクタ 8:エンジンインタフェース 9:伸長器 10:ROM 11:バンドバッファ 12:ホストインタフェース 13:CPU 1: Host computer 2, 2 ': Printer controller 3: Printer engine 4: RAM 6: Video DMA controller (VDMAC) 7: Selector 8: Engine interface 9: Decompressor 10: ROM 11: Band buffer 12: Host interface 13: CPU

Claims (10)

【特許請求の範囲】[Claims] 【請求項1】 ホストコンピュータ上にて作成される画
像データを展開してプリンタエンジンに送り、印刷を実
行させるプリンタ制御装置において、 前記画像データを、プリンタエンジンでの副走査方向の
複数のバンドに区切ってRAM上にイメージ展開する展
開処理手段と、 そのイメージ展開した画像データを前記プリンタエンジ
ンに出力する際に前記RAMに直接アクセスして高速に
出力させるビデオDMAコントローラと、 前記RAMにイメージ展開した画像データが各バンド毎
に空白であるかどうかを判別する判別手段と、 該判別手段によって空白と判別されたバンドについて
は、前記ビデオDMAコントローラに前記RAMの画像
データ読み出させることなく、白データを発生して出力
させる空白データ出力手段とを有することを特徴とする
プリンタ制御装置。
1. A printer control device which develops image data created on a host computer and sends the image data to a printer engine to execute printing, wherein the image data is divided into a plurality of bands in the sub-scanning direction by the printer engine. Expansion processing means for dividing and developing an image on a RAM; a video DMA controller for directly accessing the RAM when outputting the developed image data to the printer engine; and outputting the image data on the RAM. Discriminating means for discriminating whether data is blank for each band; and for a band discriminated as blank by the discriminating means, white data is read without causing the video DMA controller to read out image data from the RAM. Having blank data output means for generating and outputting The printer control device according to claim.
【請求項2】 請求項1記載のプリンタ制御装置におい
て、 前記展開処理手段は、連続する複数ページの印刷を行う
際には、前記判別手段により空白と判断されたバンドに
対して前記ビデオDMAコントローラが白データを出力
中であっても、次ページの印刷データのイメージ展開を
行う手段を有することを特徴とするプリンタ制御装置。
2. The printer control device according to claim 1, wherein, when printing a plurality of continuous pages, the expansion processing unit performs processing on the video DMA controller for a band determined to be blank by the determination unit. Wherein the printer control device has means for developing an image of print data of the next page even when white data is being output.
【請求項3】 ホストコンピュータ上にて作成される画
像データを展開してプリンタエンジンに送り、印刷を実
行させるプリンタ制御装置において、 前記画像データを、プリンタエンジンでの副走査方向の
複数のバンドに区切ってRAM上にイメージ展開し、展
開処理が必要なバンドにのみ前記RAMの割り当てを行
う展開処理手段と、 そのイメージ展開した画像データを前記プリンタエンジ
ンに出力する際に前記RAMに直接アクセスして高速に
出力させると共に、前記展開処理手段によって画像デー
タが展開されなかったバンドについては、白データを発
生して出力するビデオDMAコントローラとを有するこ
とを特徴とするプリンタ制御装置。
3. A printer control device which develops image data created on a host computer, sends the image data to a printer engine, and executes printing, wherein the image data is divided into a plurality of bands in the sub-scanning direction by the printer engine. Image processing means for dividing and developing the image on the RAM, and allocating the RAM only to the band requiring the development processing; and directly accessing the RAM when outputting the image-developed image data to the printer engine, thereby increasing the speed. And a video DMA controller for generating and outputting white data for a band for which image data has not been expanded by the expansion processing means.
【請求項4】 請求項1乃至3のいずれか一項に記載の
プリンタ制御装置において、 前記展開処理手段が、画像データをイメージ展開するバ
ンドの幅を任意に設定する手段を有することを特徴とす
るプリンタ制御装置。
4. The printer control device according to claim 1, wherein said expansion processing means has means for arbitrarily setting a width of a band for developing image data into an image. Printer control device.
【請求項5】 請求項3記載のプリンタ制御装置におい
て、 前記展開処理手段は、展開処理が必要なバンドに前記R
AMの割り当てを行う際にのみ、該RAMの割り当てた
領域に白データを書き込むRAMクリア処理を行なう手
段を有することを特徴とするプリンタ制御装置。
5. The printer control device according to claim 3, wherein said expansion processing means includes a step of:
A printer control device comprising means for performing a RAM clearing process of writing white data in an area allocated to the RAM only when an AM is allocated.
【請求項6】 ホストコンピュータ上にて作成される画
像データを展開してプリンタエンジンに送り、印刷を実
行させるプリンタ制御装置において、 前記画像データを、プリンタエンジンでの副走査方向の
複数のバンドに区切ってRAM上にイメージ展開し、そ
のイメージに展開した画像データを圧縮して前記RAM
に記憶させる展開処理手段と、 前記RAMに記憶された画像データを前記プリンタエン
ジンに出力する際に該RAMに直接アクセスして高速に
出力させるビデオDMAコントローラと、前記展開処理
手段によって展開した画像データが各バンド毎に空白で
あるかどうかを判別する判別手段と、 該判別手段によって空白と判別されたバンドについて
は、前記ビデオDMAコントローラに前記RAMの画像
データ読み出させることなく、白データを発生して出力
させる空白データ出力手段と、 前記展開処理手段によって圧縮されたイメージ画像を伸
張して前記ビデオDMAコントローラに出力すると共
に、前記ビデオDMAコントローラが白データを発生し
て出力している際には、次のバンドの圧縮されたイメー
ジ画像の伸張処理を予め行う伸張手段とを有することを
特徴とするプリンタ制御装置。
6. A printer control device for developing image data created on a host computer and sending the developed image data to a printer engine to execute printing, wherein the image data is divided into a plurality of bands in the sub-scanning direction by the printer engine. The image is decompressed on the RAM by dividing the image data, and the image data decompressed into the image is compressed,
A video DMA controller that directly accesses the RAM when outputting the image data stored in the RAM to the printer engine and outputs the image data at high speed; and the image data expanded by the expansion processing means. Determining means for determining whether or not each band is blank; and generating white data without causing the video DMA controller to read image data from the RAM for the band determined to be blank by the determining means. A blank data output unit for expanding and outputting the image image compressed by the decompression processing unit to the video DMA controller, and when the video DMA controller generates and outputs white data, Decompressing the compressed image image of the next band in advance. Printer control apparatus characterized by a means.
【請求項7】 請求項6記載のプリンタ制御装置におい
て、 前記伸張手段によって伸張処理した画像データを一時的
に記憶するメモリを設けたことを特徴とするプリンタ制
御装置。
7. The printer control device according to claim 6, further comprising a memory for temporarily storing image data expanded by said expansion means.
【請求項8】 請求項6記載のプリンタ制御装置におい
て、 前記伸張手段が伸張処理を予め行う場合には、ホストコ
ンピュータからの画像データの受信、および前記展開処
理手段による画像データのイメージ展開と圧縮処理を優
先的に行わせる手段を設けたことを特徴とするプリンタ
制御装置。
8. The printer control device according to claim 6, wherein when the decompression means performs the decompression processing in advance, receiving the image data from the host computer, and decompressing and compressing the image data by the decompression processing means. A printer control device provided with means for giving priority to processing.
【請求項9】 ホストコンピュータ上にて作成され、プ
リンタドライバによってプリンタエンジンでの副走査方
向の複数のバンドに分けてプリンタ制御装置で解釈でき
るコード系に変換されて送られる画像データを展開して
プリンタエンジンに送り、印刷を実行させるプリンタ制
御装置において、 前記コード系に変換されて送られた画像データを前記複
数のバンドに区切ってRAM上にイメージ展開する展開
処理手段と、 そのイメージ展開した画像データを前記プリンタエンジ
ンに出力する際に前記RAMに直接アクセスして高速に
出力させるビデオDMAコントローラと、 前記プリンタドライバによって空白のバンドであると指
定されたバンドについては、前記ビデオDMAコントロ
ーラに前記RAMの画像データ読み出させることなく、
白データを発生して出力させる空白データ出力手段とを
有することを特徴とするプリンタ制御装置。
9. An image data generated on a host computer, which is divided into a plurality of bands in a sub-scanning direction by a printer engine by a printer driver, converted into a code system which can be interpreted by a printer control device, and developed and transmitted. In a printer control device for sending to a printer engine and executing printing, expansion processing means for splitting the image data converted and sent to the code system into the plurality of bands and developing an image on a RAM, A video DMA controller for directly accessing the RAM when outputting data to the printer engine and outputting the data at a high speed; and for a band designated as a blank band by the printer driver, the video DMA controller Without reading image data,
And a blank data output unit for generating and outputting white data.
【請求項10】 請求項1乃至9のいずれか一項に記載
のプリンタ制御装置において、 前記展開処理手段が、複数の色を重ね合わせて印刷する
ための画像データを展開処理する手段であり、その印刷
する各色毎に画像データをイメージ展開するバンドを個
別に管理する手段を有することを特徴とするプリンタ制
御装置。
10. The printer control device according to claim 1, wherein the rasterization processing unit rasterizes image data for printing by superimposing a plurality of colors. A printer control device comprising means for individually managing bands for developing image data for each color to be printed.
JP00917298A 1998-01-20 1998-01-20 Printer control device Expired - Lifetime JP3655457B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP00917298A JP3655457B2 (en) 1998-01-20 1998-01-20 Printer control device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP00917298A JP3655457B2 (en) 1998-01-20 1998-01-20 Printer control device

Publications (2)

Publication Number Publication Date
JPH11203070A true JPH11203070A (en) 1999-07-30
JP3655457B2 JP3655457B2 (en) 2005-06-02

Family

ID=11713175

Family Applications (1)

Application Number Title Priority Date Filing Date
JP00917298A Expired - Lifetime JP3655457B2 (en) 1998-01-20 1998-01-20 Printer control device

Country Status (1)

Country Link
JP (1) JP3655457B2 (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008030277A (en) * 2006-07-27 2008-02-14 Noritsu Koki Co Ltd Image data processing apparatus for inkjet printing apparatus
US7646502B2 (en) 2004-03-29 2010-01-12 Seiko Epson Corporation Driver program and transfer method for data
JP2010269542A (en) * 2009-05-22 2010-12-02 Konica Minolta Business Technologies Inc Initialization method and initialization device for printer memory
JP2014069526A (en) * 2012-10-01 2014-04-21 Konica Minolta Inc Drawing processor, image forming apparatus, computer program, and drawing processing method
JP2014146986A (en) * 2013-01-29 2014-08-14 Kyocera Document Solutions Inc Image processing device
JP2015003429A (en) * 2013-06-20 2015-01-08 コニカミノルタ株式会社 Image formation device, image formation system, control method for image formation device, and control program for image formation device

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7646502B2 (en) 2004-03-29 2010-01-12 Seiko Epson Corporation Driver program and transfer method for data
JP2008030277A (en) * 2006-07-27 2008-02-14 Noritsu Koki Co Ltd Image data processing apparatus for inkjet printing apparatus
JP2010269542A (en) * 2009-05-22 2010-12-02 Konica Minolta Business Technologies Inc Initialization method and initialization device for printer memory
JP2014069526A (en) * 2012-10-01 2014-04-21 Konica Minolta Inc Drawing processor, image forming apparatus, computer program, and drawing processing method
JP2014146986A (en) * 2013-01-29 2014-08-14 Kyocera Document Solutions Inc Image processing device
JP2015003429A (en) * 2013-06-20 2015-01-08 コニカミノルタ株式会社 Image formation device, image formation system, control method for image formation device, and control program for image formation device

Also Published As

Publication number Publication date
JP3655457B2 (en) 2005-06-02

Similar Documents

Publication Publication Date Title
US8422046B2 (en) Print setting based reprinting
US6009242A (en) Print controller, printer, data transfer method, and printing condition setting method
JPH10147017A (en) Printing device and data control method
US6226095B1 (en) Image processing apparatus, method, and system
JP3655457B2 (en) Printer control device
JPH08278862A (en) Image output device and image processing method
US6310693B1 (en) Printing control apparatus and method, and printing system for reducing processing overhead
JP3685234B2 (en) Image processing device
JP2815832B2 (en) Page Printer Band Printing Method
US8098385B2 (en) Spool file modifying device
JP3204136B2 (en) Image processing apparatus and compression processing method
JP2000335021A (en) Image processing apparatus and method
US6246795B1 (en) Image processing apparatus and method
JP2000225735A (en) Image printer
JP2002211052A (en) Printing control device, method of controlling printing, and computer-readable memory medium containing program for executing the method
JPH11187261A (en) Image processor
JP3432205B2 (en) Information processing apparatus, data processing method, and print control system
JPH09269875A (en) Data compression/expansion method for page printer
JP2001306275A (en) Image processing system
JPH11259243A (en) Printing system
JPH08307695A (en) Page printer and its data processing method
JPH11105354A (en) Image processor
JP2000047976A (en) Printer control unit
JP2003029491A (en) Printer controller
JPH03275370A (en) Printing controller and printing data buffer device

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20040827

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040907

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041108

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: 20050301

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050303

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

Free format text: PAYMENT UNTIL: 20090311

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20100311

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20110311

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20120311

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20130311

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20140311

Year of fee payment: 9

EXPY Cancellation because of completion of term