JP2011197956A - Printer control device, and printer apparatus and control method thereof - Google Patents

Printer control device, and printer apparatus and control method thereof Download PDF

Info

Publication number
JP2011197956A
JP2011197956A JP2010063309A JP2010063309A JP2011197956A JP 2011197956 A JP2011197956 A JP 2011197956A JP 2010063309 A JP2010063309 A JP 2010063309A JP 2010063309 A JP2010063309 A JP 2010063309A JP 2011197956 A JP2011197956 A JP 2011197956A
Authority
JP
Japan
Prior art keywords
printer
unit
image data
area
data
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2010063309A
Other languages
Japanese (ja)
Inventor
Yoshinori Ochi
義典 祖地
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 JP2010063309A priority Critical patent/JP2011197956A/en
Publication of JP2011197956A publication Critical patent/JP2011197956A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To shorten transfer time of image data from a host computer to a printer apparatus.SOLUTION: A printer control device connected to the host computer and the printer apparatus via a network includes: a data receiving part for receiving printing data from the host computer; an image data generation part for generating image data from the printing data; an image division part for dividing the printing data into a plurality of areas in each page; an area determination part for determining whether an area is a void area in each area; an information registration part for storing the plurality of areas in a storage part correspondingly to determination results whether respective areas are void areas; and a data transmission part for transmitting the determination results whether respective areas are void areas to the printer apparatus correspondingly to the plurality of areas, and in response to a request of image data excluding void areas from the printer apparatus, transmitting the image data excluding the void areas in each area.

Description

本発明は、プリンタ制御装置、プリンタ装置およびその制御方法に関する。   The present invention relates to a printer control device, a printer device, and a control method therefor.

近年、高速で高解像度のカラー画像を扱うプリンタ装置が増え、プリンタ装置と接続されてイメージ展開を行うプリンタ制御装置にも大容量のRAM(Random Access Memory)が必要となっている。   2. Description of the Related Art In recent years, printer apparatuses that handle high-speed and high-resolution color images have increased, and a large-capacity RAM (Random Access Memory) is also required for printer control apparatuses that are connected to the printer apparatus and perform image development.

ユーザが印刷したい画像を作成し、プリンタ装置を指定して、この画像の印刷命令を出すとき、ホストコンピュータでは、プリンタ制御装置で解釈が可能な画像データに変換し、プリンタ制御装置では、この画像データをプリンタ制御装置のCPUがRAM上でイメージ展開する。   When a user creates an image to be printed, designates a printer device, and issues a print command for this image, the host computer converts the image data into an image data that can be interpreted by the printer control device. The CPU of the printer control device develops an image of the data on the RAM.

このイメージ展開には、1ページの画像の印刷イメージをそのまま記憶するフルビットマップ方式と、1ページの画像の印刷イメージを複数のバンドに区切って記憶するパーシャルビットマップ方式とがある。   This image development includes a full bit map method in which a print image of one page image is stored as it is and a partial bit map method in which a print image of one page image is divided into a plurality of bands and stored.

パーシャルビットマップ方式では、印刷イメージをプリンタの副走査方向に同じ幅のバンドに分割し、RAM上に一つのバンドが入るだけの領域を確保し、そのバンドに割り当てて描画するので、ワークRAM上に必ずしも1ページ分の連続した空き領域を確保できなくても、イメージ展開が行えるという特徴がある。   In the partial bit map method, the print image is divided into bands of the same width in the sub-scanning direction of the printer, an area for one band is secured on the RAM, and drawing is performed by assigning to that band. There is a feature that the image can be developed even if a continuous free area for one page cannot be secured.

イメージ展開後、その画像データをプリンタ装置に送信するとともに、プリンタ装置に印刷起動命令を出してプリンタ装置に印刷を開始させている。イメージ展開された画像の画像データをプリンタ装置に送信する場合、膨大な量のデータを短期間で送信しなければならないため、DMA(Direct Memory Access)処理で高速化を図っている。また、パーシャルビットマップ方式の場合には、印刷を行うバンドのDMAの開始アドレスと送信回数を指定して、設定した送信回数のDMA処理を行っている。   After the image is developed, the image data is transmitted to the printer device, and a printing start command is issued to the printer device to start printing. When image data of an image that has been developed is transmitted to a printer device, an enormous amount of data must be transmitted in a short period of time. Therefore, the speed is increased by DMA (Direct Memory Access) processing. In the case of the partial bitmap method, the DMA processing for the set number of transmissions is performed by designating the DMA start address and the number of transmissions for the band to be printed.

また、イメージ展開された画像の画像データを一旦圧縮して保存し、プリンタ装置に送信するときに伸張処理を行うのが一般的であるが、空白のバンドであっても、RAMから圧縮された画像データを読み出し、伸張しなくてはならない。そのため、圧縮効率が悪いばかりか、RAMが接続されているバスのトラフィック量が増加して処理速度を落してしまうという問題があった。   In general, image data of the developed image is temporarily compressed and stored, and is expanded when it is transmitted to the printer. However, even a blank band is compressed from the RAM. Image data must be read and decompressed. For this reason, there is a problem that not only the compression efficiency is low, but also the amount of traffic on the bus to which the RAM is connected increases, thereby reducing the processing speed.

例えば、特許文献1に開示されたプリンタ制御装置では、空白のバンドか否かを判別し、空白と判別されたバンドについてはRAMから画像データ読み出すことなく白データをプリンタ装置に送信することによって、空白のバンドの伸張処理を不要にしている。   For example, in the printer control device disclosed in Patent Document 1, it is determined whether or not it is a blank band, and for the band determined to be blank, white data is transmitted to the printer device without reading image data from the RAM. Eliminates the need to stretch blank bands.

また、特許文献2に開示されたページプリンタ装置では、印刷する必要のない空白のバンドにバンドバッファを割り当てて空白イメージを展開することは非能率的として、イメージをもつバンドのビデオデータを供給するときは、バンドバッファ内のイメージデータをビデオデータとして印刷エンジンへ送信し、イメージをもたない空白バンドのビデオデータを供給するときは、ヌルデータをビデオデータとして印刷エンジンに直接的に送信している。   Further, in the page printer device disclosed in Patent Document 2, it is inefficient to assign a band buffer to a blank band that does not need to be printed and develop a blank image, and supply video data of a band having an image. When the image data in the band buffer is sent to the print engine as video data, and when supplying blank band video data without an image, the null data is sent directly to the print engine as video data. .

しかしながら、前述の従来のプリンタ制御装置では、イメージをもたない空白のバンドであっても、プリンタ装置に白データを送信しているので、白データの送信は非能率的で、画像データの送信に時間がかかってしまうという問題があった。   However, in the above-described conventional printer control device, even if a blank band has no image, white data is transmitted to the printer device. Therefore, transmission of white data is inefficient, and transmission of image data. There was a problem that it took time.

また、プリンタ制御装置で実行される圧縮処理とプリンタ装置で実行される伸張処理とが対応している必要があり、例えば機種変更によりプリンタ制御装置で実行される圧縮処理とプリンタ装置で実行される伸張処理との対応がとれなくなるといった問題もあった。   Also, the compression process executed by the printer control apparatus needs to correspond to the decompression process executed by the printer apparatus. For example, the compression process executed by the printer control apparatus and the printer apparatus are executed by changing the model. There was also a problem that the correspondence with the decompression process could not be taken.

本発明は、上記に鑑みてなされたものであって、ホストコンピュータからプリンタ装置への画像データの転送時間を短縮できるプリンタ制御装置、プリンタ装置およびその制御方法を提供することを目的とする。   The present invention has been made in view of the above, and an object of the present invention is to provide a printer control device, a printer device, and a control method thereof that can shorten the transfer time of image data from a host computer to the printer device.

上述した課題を解決し、目的を達成するために、本発明は、ホストコンピュータとプリンタ装置とにネットワークで接続されたプリンタ制御装置であって、前記ホストコンピュータから印刷データを受信するデータ受信部と、前記印刷データから画像データを生成する画像データ生成部と、1ページ毎に前記印刷データを複数の領域に分割する画像分割部と、領域毎に空白の領域か否かを判定する領域判定部と、前記複数の領域と対応付けて空白の領域か否かの判定結果である制御情報を前記プリンタ装置に送信し、前記プリンタ装置からの前記空白の領域を除いた画像データの要求に応答し、前記空白の領域を除いた画像データを領域毎に送信するデータ送信部と、を備えることを特徴とする。   In order to solve the above-described problems and achieve the object, the present invention is a printer control device connected to a host computer and a printer device via a network, and a data receiving unit that receives print data from the host computer; An image data generation unit that generates image data from the print data, an image division unit that divides the print data into a plurality of regions for each page, and a region determination unit that determines whether each region is a blank region Control information that is a determination result of whether or not the area is a blank area in association with the plurality of areas, and responds to a request for image data excluding the blank area from the printer apparatus. A data transmission unit that transmits image data excluding the blank area for each area.

また、本発明は、ネットワークを介してプリンタ制御装置と接続されたプリンタ装置であって、前記プリンタ制御装置から、1ページ毎に画像データの複数の領域のそれぞれと対応付けた空白の領域か否かの判定結果を示す制御情報を受信する制御情報受信部と、受信した前記制御情報を解析する情報解析部と、前記制御情報において空白と判定された領域を除いた画像データを前記プリンタ制御装置に要求し、前記空白と判定された領域を除いた画像データを前記プリンタ制御装置から受信するデータ送受信部と、空白と判定された領域に対応する領域に対する白データを生成する白データ作成部と、前記プリンタ制御装置から受信した前記空白と判定された領域を除いた画像データと前記白データ作成部が作成した白データとを纏めて1ページの画像データを生成するページ管理部と、前記ページ管理部が生成した画像データを印刷する印刷部と、を備えることを特徴とする。   According to another aspect of the present invention, there is provided a printer device connected to a printer control device via a network, wherein the printer control device is a blank region associated with each of a plurality of regions of image data for each page. A control information receiving unit that receives control information indicating the determination result, an information analyzing unit that analyzes the received control information, and image data excluding an area determined to be blank in the control information. A data transmission / reception unit that receives image data excluding the area determined to be blank from the printer control device, and a white data generation unit that generates white data for an area corresponding to the area determined to be blank The image data received from the printer control device excluding the area determined to be blank and the white data created by the white data creation unit are collectively 1 Characterized in that it comprises a page management unit that generates image data of the over-di, a printing unit for printing the image data to which the page management unit has generated, the.

また、本発明は、ホストコンピュータとプリンタ装置とにネットワークで接続されたプリンタ制御装置の制御方法であって、データ受信部が、前記ホストコンピュータから印刷データを受信するステップと、画像データ生成部が、前記印刷データから画像データを生成するステップと、画像分割部が、1ページ毎に前記印刷データを複数の領域に分割するステップと、領域判定部が、領域毎に空白の領域か否かを判定するステップと、画像データ送信部が、前記複数の領域と対応付けて空白の領域か否かの判定結果である制御情報を前記プリンタ装置に送信し、前記プリンタ装置からの前記空白の領域を除いた画像データの要求に応答し、前記空白の領域を除いた画像データを領域毎に送信するステップと、を含むことを特徴とする。   According to another aspect of the present invention, there is provided a method for controlling a printer control apparatus connected to a host computer and a printer apparatus via a network, wherein the data receiving unit receives print data from the host computer, and the image data generating unit includes: Generating image data from the print data; an image dividing unit dividing the print data into a plurality of areas for each page; and an area determination unit determining whether or not each area is a blank area. A determination step, and the image data transmission unit transmits control information that is a determination result as to whether or not the area is a blank area in association with the plurality of areas, to the blank area from the printer apparatus. Responding to a request for excluded image data, and transmitting the image data excluding the blank area for each area.

また、本発明は、ネットワークを介してプリンタ制御装置と接続されたプリンタ装置の制御方法であって、制御情報受信部が、前記プリンタ制御装置から、1ページ毎に画像データの複数の領域のそれぞれと対応付けた空白の領域か否かの判定結果を示す制御情報を受信するステップと、情報解析部が、受信した前記制御情報を解析するステップと、データ送受信部が、前記制御情報において空白と判定された領域を除いた画像データを前記プリンタ制御装置に要求し、前記空白と判定された領域を除いた画像データを前記プリンタ制御装置から受信するステップと、白データ作成部が、空白と判定された領域に対応する領域に対する白データを生成するステップと、ページ管理部が、前記プリンタ制御装置から受信した前記空白と判定された領域を除いた画像データと前記白データ作成部が作成した白データとを纏めて1ページの画像データを生成するステップと、印刷部が、前記ページ管理部が生成した画像データを印刷するステップと、を含むことを特徴とする。   According to another aspect of the present invention, there is provided a method for controlling a printer apparatus connected to a printer control apparatus via a network, wherein the control information receiving unit receives each of a plurality of areas of image data for each page from the printer control apparatus. A step of receiving control information indicating a determination result of whether or not the area is a blank area, a step of analyzing the received control information by the information analysis unit, and a data transmitting and receiving unit Requesting the printer control device for image data excluding the determined area, receiving the image data excluding the area determined to be blank from the printer control device, and determining that the white data creation unit is blank A step of generating white data for an area corresponding to the assigned area, and the page management unit determines that the blank is received from the printer control device. A step of generating image data of one page by collecting image data excluding an area and white data created by the white data creation unit; and a step of printing the image data created by the page management unit , Including.

本発明にかかるプリンタ制御装置、プリンタ装置およびその制御方法は、ホストコンピュータからプリンタ装置への画像データの転送時間を短縮できるという効果を奏する。   The printer control apparatus, the printer apparatus, and the control method thereof according to the present invention have an effect that the transfer time of image data from the host computer to the printer apparatus can be shortened.

図1は、本発明の一実施の形態のプリンタ制御装置とプリンタ装置のネットワーク構成図である。FIG. 1 is a network configuration diagram of a printer control apparatus and a printer apparatus according to an embodiment of the present invention. 図2は、本発明の一実施の形態のプリンタ制御装置とプリンタ装置の機能構成のブロック図である。FIG. 2 is a block diagram of a functional configuration of the printer control apparatus and the printer apparatus according to the embodiment of the present invention. 図3は、本発明の一実施の形態のプリンタ制御装置において複数のバンドに分割された1ページの画像の一例を示す図である。FIG. 3 is a diagram illustrating an example of an image of one page divided into a plurality of bands in the printer control apparatus according to the embodiment of the present invention. 図4は、本発明の一実施の形態のプリンタ制御装置の記憶部に作成された分析結果テーブルの一例を示す図である。FIG. 4 is a diagram illustrating an example of an analysis result table created in the storage unit of the printer control apparatus according to the embodiment of the present invention. 図5は、本発明の一実施の形態のプリンタ制御装置の動作を示すフローチャートである。FIG. 5 is a flowchart showing the operation of the printer control apparatus according to the embodiment of the present invention. 図6は、本発明の一実施の形態のプリンタ装置の動作を示すフローチャートである。FIG. 6 is a flowchart showing the operation of the printer apparatus according to the embodiment of the present invention. 図7は、従来技術のプリンタ装置とプリンタ制御装置とで図3に示す画像の画像データをバンド毎に送受信するときのシーケンス図である。FIG. 7 is a sequence diagram when the image data of the image shown in FIG. 3 is transmitted and received for each band between the conventional printer device and the printer control device. 図8は、本実施の形態のプリンタ装置とプリンタ制御装置とで図3に示す画像の画像データをバンド毎に送受信するときのシーケンス図である。FIG. 8 is a sequence diagram when the image data of the image shown in FIG. 3 is transmitted and received for each band between the printer apparatus and the printer control apparatus according to the present embodiment. 図9は、本発明の一実施の形態のプリンタ制御装置のハードウェア構成を示す図である。FIG. 9 is a diagram illustrating a hardware configuration of the printer control apparatus according to the embodiment of the present invention. 図10は、本発明の一実施の形態のプリンタ装置の内部コントローラのハードウェア構成を示すブロック図である。FIG. 10 is a block diagram showing a hardware configuration of the internal controller of the printer apparatus according to the embodiment of the present invention.

以下、添付図面を参照し、本発明にかかるプリンタ制御装置、プリンタ装置およびその制御方法の一実施の形態について詳細に説明する。なお、この実施の形態によってこの発明が限定されるものではない。   DESCRIPTION OF EXEMPLARY EMBODIMENTS Hereinafter, a printer control device, a printer device, and a control method thereof according to embodiments of the invention will be described in detail with reference to the accompanying drawings. The present invention is not limited to the embodiments.

図1および2を参照し、本発明の本実施の形態にかかるプリンタ制御装置とプリンタ装置の構成について説明する。図1は、本実施の形態にかかるプリンタ制御装置とプリンタ装置のネットワーク構成図である。   With reference to FIGS. 1 and 2, the configuration of the printer control apparatus and the printer apparatus according to the embodiment of the present invention will be described. FIG. 1 is a network configuration diagram of a printer control apparatus and a printer apparatus according to the present embodiment.

図1に示すように、ホストコンピュータ100と、プリンタ制御装置200と、プリンタ装置300とがLAN(Local Area Network)などのローカルネットワークに接続されて、印刷システムを構成している。また、プリンタ装置300は、内部コントローラ301と、印刷部であるプリンタエンジン302とを備える。   As shown in FIG. 1, a host computer 100, a printer control device 200, and a printer device 300 are connected to a local network such as a LAN (Local Area Network) to constitute a printing system. The printer apparatus 300 includes an internal controller 301 and a printer engine 302 that is a printing unit.

図1では、説明を簡潔にするため、ユーザが印刷データを作成するのに利用したホストコンピュータ100とユーザが選択したプリンタ装置300とに限定して描いているが、印刷システムに含まれるホストコンピュータやプリンタ装置等の台数を制限するものではない。   In FIG. 1, for the sake of brevity, the drawing is limited to the host computer 100 used for creating print data by the user and the printer device 300 selected by the user, but the host computer included in the printing system is illustrated. The number of printers and printers is not limited.

ユーザは、ホストコンピュータ100のアプリケーションソフトウェアを利用して、印刷データを作成する。この印刷データは、1ページ未満から複数ページのドキュメントまで、更にはモノクロから高解像度のカラー画像を含むものまで多種多様である。印刷データが完成すると、ユーザは、ネットワークに接続されているプリンタ装置300を選択し、印刷命令を発行する。   The user creates print data using application software of the host computer 100. This print data is diverse from less than one page to a multi-page document, and from monochrome to high-resolution color images. When the print data is completed, the user selects the printer device 300 connected to the network and issues a print command.

この印刷命令により、印刷枚数、用紙サイズ、カラーかモノクロか、拡大か縮小か、集約印刷を行なうか否かといった各種の印刷モードが指定される。この印刷命令が発行されると、ホストコンピュータ100では、選択されたプリンタに対応するプリンタドライバが、指定された印刷モードに基づいて印刷データをプリンタ制御装置200が解読可能なコードに変換し、変換した印刷データをプリンタ制御装置200に送信する。   By this print command, various print modes such as the number of printed sheets, paper size, color or monochrome, enlargement or reduction, and whether to perform consolidated printing are designated. When this print command is issued, in the host computer 100, the printer driver corresponding to the selected printer converts the print data into a code that can be decoded by the printer control device 200 based on the designated print mode. The printed data is transmitted to the printer control apparatus 200.

プリンタ制御装置200は、ホストコンピュータ100から印刷データ(例えば、PDLデータ)を受信し、この印刷データから画像データを生成し、プリンタ装置300に送信する。一方、プリンタ装置300は、プリンタ制御装置200から受信した画像データに基づいて印刷を実行する。   The printer control apparatus 200 receives print data (for example, PDL data) from the host computer 100, generates image data from the print data, and transmits the image data to the printer apparatus 300. On the other hand, the printer device 300 executes printing based on the image data received from the printer control device 200.

次に、図2を参照し、本実施の形態のプリンタ制御装置の構成について説明する。図2は、本実施の形態のプリンタ制御装置の機能構成を示すブロック図である。   Next, the configuration of the printer control apparatus according to the present embodiment will be described with reference to FIG. FIG. 2 is a block diagram illustrating a functional configuration of the printer control apparatus according to the present embodiment.

図2に示すように、プリンタ制御装置200は、データ受信部201と、画像データ生成部202と、画像分割部203と、領域判定部204と、情報登録部205と、記憶部206と、データ送信部207と、を備えている。   As shown in FIG. 2, the printer control apparatus 200 includes a data receiving unit 201, an image data generating unit 202, an image dividing unit 203, an area determining unit 204, an information registering unit 205, a storage unit 206, a data A transmission unit 207.

データ受信部201は、ホストコンピュータ100から印刷命令と印刷データを受信し、この印刷データから画像データを生成し、記憶部206に記憶する。   The data receiving unit 201 receives a print command and print data from the host computer 100, generates image data from the print data, and stores the image data in the storage unit 206.

画像分割部203は、ページ毎に画像データをプリンタエンジン302での副走査方向に7つのバンド0乃至6(図3参照)に分割する。図3は、画像分割部203によって7つのバンド0乃至6に分割された1ページの画像の例示である。この例示では、バンド0,2,5,6が空白の(印刷すべき文字等が存在しない)領域であり、バンド1,3,4が空白でない(印刷すべき文字等が存在する)領域である。また、プリンタ制御装置200は、1ページの画像サイズに応じて分割数を設定する設定部を更に備えてもよい。   The image dividing unit 203 divides image data into seven bands 0 to 6 (see FIG. 3) in the sub-scanning direction of the printer engine 302 for each page. FIG. 3 shows an example of a one-page image divided into seven bands 0 to 6 by the image dividing unit 203. In this example, bands 0, 2, 5, and 6 are blank areas (characters to be printed do not exist), and bands 1, 3, and 4 are non-blank areas (characters to be printed exist). is there. The printer control apparatus 200 may further include a setting unit that sets the number of divisions according to the image size of one page.

領域判定部204は、バンド0乃至6に分割された画像データをバンド毎に分析し、空白のバンドか否かを判定する。このとき、例えば、画像データの画素に着目し、一つのバンドに含まれる全画素が白レベルであるとき、空白のバンドと判定するのでもよい。   The area determination unit 204 analyzes the image data divided into bands 0 to 6 for each band, and determines whether the band is a blank band. At this time, for example, paying attention to the pixels of the image data, when all the pixels included in one band are at the white level, it may be determined as a blank band.

情報登録部205は、記憶部206に、バンド毎に制御情報を登録するための分析結果テーブルを記憶し、バンド0乃至6と空白のバンドか否かの判定結果である制御情報を登録する。   The information registration unit 205 stores an analysis result table for registering control information for each band in the storage unit 206, and registers control information that is a determination result as to whether or not the bands 0 to 6 are blank.

分析結果テーブルは、複数のバンドと分析結果とを対応付ける手段である。分析結果テーブルには、バンド毎に分析結果と対応付けた制御情報が登録される。図4に示す例では、分析結果テーブルには、バンド0〜6の各バンドに制御情報が登録されている。また、図4に示すように、制御情報は、第1フィールドから第5フィールドまでの5つのフィールドで構成されている。ここで、第1フィールドは、1ページの画像の各バンドに付けられた番号である。第2フィールドは、1ページの画像の各バンドが空白か否かの判定結果である。第3フィールドは、1ページの画像の各バンドの次のバンドが空白か否かの判定結果である。第4フィールドは、1ページの画像の各バンドの先頭アドレスである。第5フィールドは、1ページの画像の各バンドの終了アドレスである。   The analysis result table is means for associating a plurality of bands with analysis results. In the analysis result table, control information associated with the analysis result is registered for each band. In the example illustrated in FIG. 4, control information is registered in each of the bands 0 to 6 in the analysis result table. Also, as shown in FIG. 4, the control information is composed of five fields from the first field to the fifth field. Here, the first field is a number assigned to each band of the image of one page. The second field is a determination result of whether or not each band of the image of one page is blank. The third field is a determination result of whether or not the next band of each band of the image of one page is blank. The fourth field is the start address of each band of the image of one page. The fifth field is the end address of each band of the image of one page.

図4の一例では、バンド0が空白と判定されたので、情報登録部205は、バンド0のデータの有無401の欄に「無し」と登録している。また、情報登録部205は、バンド1のデータの有無401の欄には「有り」と登録されているので、バンド0の次のバンドのデータの有無402の欄に「有り」と登録している。また、情報登録部205は、先頭アドレス403の欄と終了アドレス404の欄にバンド0の画像データの先頭アドレスと終了アドレスを登録している。バンド1〜6についても同様に登録している。また、情報登録部205は、バンド5、6のデータの有無401の欄の何れにも「無し」と登録されているので、バンド4,5の次のバンドのデータの有無402の欄に「以降無し」と登録している。「以降無し」と登録することにより、バンド4の次のバンドのデータの有無402の欄を確認するだけで、バンド4以降は空白であることが明らかとなる。   In the example of FIG. 4, since it is determined that the band 0 is blank, the information registration unit 205 registers “None” in the column of the presence / absence 401 of the data of the band 0. In addition, the information registration unit 205 registers “present” in the column of data presence / absence 402 of the band next to band 0 because “present” is registered in the column of data presence / absence 401 of band 1. Yes. The information registration unit 205 registers the start address and end address of the image data of band 0 in the start address 403 column and the end address 404 column. The bands 1 to 6 are registered in the same manner. In addition, since the information registration unit 205 registers “None” in any of the data presence / absence fields 401 of the bands 5 and 6, the information registration unit 205 displays “ "Nothing later" is registered. By registering “no more”, it is clear that the band 4 and later are blank only by confirming the data presence / absence column 402 of the next band 4.

データ送信部207は、分析結果テーブルをプリンタ装置300に送信し、プリンタ装置300での分析結果テーブルの解析が完了し、プリンタ装置300から空白でないバンドの画像データが要求されるまで待つ。また、データ送信部207は、プリンタ装置300からの要求に応答して、空白でないバンドの画像データをバンド毎にプリンタ装置300に送信する。画像データをプリンタ装置300に送信する場合、膨大な量のデータを短期間で送信しなければならないため、DMA処理で高速化している。   The data transmission unit 207 transmits the analysis result table to the printer apparatus 300, and waits until the analysis of the analysis result table in the printer apparatus 300 is completed and image data of a non-blank band is requested from the printer apparatus 300. Further, in response to a request from the printer apparatus 300, the data transmission unit 207 transmits image data of a non-blank band to the printer apparatus 300 for each band. When image data is transmitted to the printer apparatus 300, a huge amount of data must be transmitted in a short period of time, so that the speed is increased by DMA processing.

次に、図2を参照し、本実施の形態のプリンタ装置の内部コントローラの機能構成について説明する。   Next, the functional configuration of the internal controller of the printer apparatus according to the present embodiment will be described with reference to FIG.

図2に示すように、内部コントローラ301は、制御情報受信部303と、情報解析部305と、データ送受信部310と、白データ作成部306と、記憶部304と、ページ管理部307と、状態制御部308と、画像データ送信部309と、を備えている。   As shown in FIG. 2, the internal controller 301 includes a control information receiving unit 303, an information analysis unit 305, a data transmission / reception unit 310, a white data creation unit 306, a storage unit 304, a page management unit 307, a status A control unit 308 and an image data transmission unit 309 are provided.

制御情報受信部303は、プリンタ制御装置200から分析結果テーブルを受信し、記憶部304に記憶する。分析結果テーブルは、プリンタ装置300に送信され、プリンタ装置300で解析されることによってプリンタ制御装置200から受信する画像データとバンドとを対応付けて処理することができる。   The control information receiving unit 303 receives the analysis result table from the printer control apparatus 200 and stores it in the storage unit 304. The analysis result table can be processed by associating the image data received from the printer control apparatus 200 with the band by being transmitted to the printer apparatus 300 and analyzed by the printer apparatus 300.

情報解析部305は、プリンタ制御装置200から受信した分析結果テーブルを解析し、空白でないバンドの画像データをプリンタ制御装置200に要求するようデータ送受信部310に指示する。情報解析部305からの指示により、データ送受信部310は、空白でないバンドの画像データをプリンタ制御装置200に要求する。一方、プリンタ制御装置200は、この要求に応答し、画像データを分析結果テーブルのバンド番号400に登録されたバンドの順序で送信し、データ送受信部310は、情報解析部305が要求したバンドの画像データを順次受信し、記憶部304に記憶する。   The information analysis unit 305 analyzes the analysis result table received from the printer control apparatus 200 and instructs the data transmission / reception unit 310 to request the printer control apparatus 200 for non-blank band image data. In response to an instruction from the information analysis unit 305, the data transmission / reception unit 310 requests the printer control device 200 for image data of a non-blank band. On the other hand, in response to this request, the printer control apparatus 200 transmits the image data in the band order registered in the band number 400 of the analysis result table, and the data transmission / reception unit 310 transmits the band requested by the information analysis unit 305. The image data is sequentially received and stored in the storage unit 304.

また、情報解析部305は、空白のバンドに対して白データを作成するよう白データ作成部306に要求する。この要求に応じて、白データ作成部306は、空白のバンドに対して白データを作成し、記憶部304に記憶する。   In addition, the information analysis unit 305 requests the white data creation unit 306 to create white data for the blank band. In response to this request, the white data creation unit 306 creates white data for the blank band and stores the white data in the storage unit 304.

ページ管理部307は、プリンタ制御装置200から受信して記憶部304に記憶された空白でないバンドの画像データと、白データ作成部306が作成して記憶部304に記憶した白データ(空白のバンドの白データ)と、を纏めて1ページの画像データを構成するとともに、プリンタエンジン302の状態を管理することと、を行っている。   The page management unit 307 receives non-blank band image data received from the printer control apparatus 200 and stored in the storage unit 304, and white data (blank band) created by the white data creation unit 306 and stored in the storage unit 304. The white data of the printer engine 302 is configured to form one page of image data and manage the state of the printer engine 302.

状態制御部308は、1ページの画像データが揃った時点で、プリンタエンジン302のステータスをチェックして、プリンタエンジン302の状態が印刷ジャムなどがない印刷可能な状態ならば、プリンタエンジン302に印刷起動命令を出して印刷を開始させる。また、状態制御部308は、プリンタエンジン302において用紙ジャムなどのエラーが発生せずに印刷が完了したか否かを判定し、プリンタエンジン302において用紙ジャムなどのエラーが発生せずに印刷が完了したと判定した時点で、空白でないバンドの画像データが記憶されていたRAM領域を全クリアすることにより、そのRAM領域を次回以降の処理で再利用する。   The state control unit 308 checks the status of the printer engine 302 when the image data for one page is ready, and if the printer engine 302 is in a printable state with no print jam or the like, printing is performed on the printer engine 302. A start command is issued to start printing. Further, the state control unit 308 determines whether or not printing is completed without an error such as a paper jam in the printer engine 302, and the printing is completed without an error such as a paper jam in the printer engine 302. When it is determined that the RAM area in which the image data of the non-blank band is stored is completely cleared, the RAM area is reused in the subsequent processing.

画像データ送信部309は、ページ管理部307からの画像データをプリンタエンジン302に送信する。   The image data transmission unit 309 transmits the image data from the page management unit 307 to the printer engine 302.

次に、図5を参照し、本実施の形態のプリンタ制御装置の動作について説明する。図5は、本実施の形態のプリンタ制御装置の動作を示すフローチャートである。   Next, the operation of the printer control apparatus according to the present embodiment will be described with reference to FIG. FIG. 5 is a flowchart showing the operation of the printer control apparatus of this embodiment.

データ受信部201は、ホストコンピュータ100から印刷命令と印刷データを受信し、この印刷データから画像データを生成し、記憶部206に記憶する(ステップS401)。次に、画像分割部203は、画像データをプリンタエンジン302での副走査方向に7つのバンド0乃至6(図3参照)に分割する(ステップS402)。   The data receiving unit 201 receives a print command and print data from the host computer 100, generates image data from the print data, and stores it in the storage unit 206 (step S401). Next, the image dividing unit 203 divides the image data into seven bands 0 to 6 (see FIG. 3) in the sub-scanning direction in the printer engine 302 (step S402).

次に、領域判定部204は、バンド0乃至6の画像データの1つ目のバンド(本実施の形態ではバンド0)を分析し(ステップS403)、空白でないバンドか否かを判定する(ステップS404)。情報登録部205は、空白でないバンドと判定した場合(ステップS404でYes)、分析結果テーブルのデータの有無401の欄に「有り」と登録する(ステップS407)。一方、空白のバンドと判定した場合(ステップS404でNo)、情報登録部205は、分析結果テーブルのデータの有無401の欄に「無し」と登録する(ステップS406)。   Next, the region determination unit 204 analyzes the first band (band 0 in the present embodiment) of the image data of bands 0 to 6 (step S403), and determines whether the band is not a blank (step S403). S404). If the information registration unit 205 determines that the band is not blank (Yes in step S404), the information registration unit 205 registers “present” in the data presence / absence column 401 of the analysis result table (step S407). On the other hand, if it is determined that the band is a blank band (No in step S404), the information registration unit 205 registers “None” in the data presence / absence column 401 of the analysis result table (step S406).

本実施の形態では、情報登録部205が、分析結果テーブルのデータの有無401以外に、次のバンドのデータの有無402と、先頭アドレス403と、終了アドレス404に対応する各欄に各バンドの分析結果を登録するが、ステップS406およびS407で同時に実行するものとして説明を省略する。   In the present embodiment, the information registration unit 205 includes, in addition to the data presence / absence 401 in the analysis result table, data in each column corresponding to the data presence / absence 402 of the next band, the start address 403, and the end address 404. Although the analysis result is registered, the description is omitted because it is executed simultaneously in steps S406 and S407.

次に、領域判定部204は、全てのバンドの分析が完了したか否かを判定する(ステップS408)。全てのバンドの分析が完了していない場合は(ステップS408でNo)、次のバンドの分析を実行し(ステップS405)、ステップS404に戻る。一方、全てのバンドの分析が完了した場合は(ステップS408でYes)、プリンタ装置300に分析結果テーブルを送信し(ステップS409)、プリンタ装置300が空白でないバンドの画像データを要求するまで待つ(ステップS409)。プリンタ装置300からの要求に応じて、空白でないバンドの画像データをバンド毎に送信する(ステップS410)。   Next, the region determination unit 204 determines whether or not analysis of all bands has been completed (step S408). If the analysis of all the bands has not been completed (No in step S408), the analysis of the next band is executed (step S405), and the process returns to step S404. On the other hand, when the analysis of all the bands is completed (Yes in step S408), the analysis result table is transmitted to the printer apparatus 300 (step S409), and the process waits until the printer apparatus 300 requests image data of a non-blank band (step S409). Step S409). In response to a request from the printer apparatus 300, image data of a non-blank band is transmitted for each band (step S410).

次に、図6を参照し、本実施の形態のプリンタ装置の動作について説明する。図6は、本実施の形態のプリンタ装置の動作を示すフローチャートである。   Next, the operation of the printer apparatus according to the present embodiment will be described with reference to FIG. FIG. 6 is a flowchart showing the operation of the printer apparatus of this embodiment.

まず、データ送受信部310は、プリンタ制御装置200から分析結果テーブルを受信する(ステップS500)。   First, the data transmission / reception unit 310 receives an analysis result table from the printer control apparatus 200 (step S500).

次に、情報解析部305は、分析結果テーブルを解析し、分析結果テーブルのデータの有無401の欄に「有り」と登録されているか、「無し」と登録されているかを判定する(ステップS501)。   Next, the information analysis unit 305 analyzes the analysis result table, and determines whether “present” is registered or “not present” is registered in the data presence / absence column 401 of the analysis result table (step S501). ).

分析結果テーブルのデータの有無401の欄に「有り」と登録されている場合は(ステップS501の「有り」)、データ送受信部310は、このバンドの画像データをプリンタ制御装置200に要求し、このバンドの画像データをプリンタ制御装置200から受信し、記憶部304に記憶する(ステップS502)。一方、分析結果テーブルのデータの有無401の欄に「無し」と登録されている場合は(ステップS501の「無し」)、情報解析部305は、このバンドに対応する白データを作成するよう白データ作成部306に要求し、白データ作成部306は、このバンドに対応する白データを作成し、記憶部304に記憶する(ステップS503)。   If “present” is registered in the data presence / absence 401 column of the analysis result table (“Yes” in step S501), the data transmitting / receiving unit 310 requests the printer controller 200 for image data of this band, and The band image data is received from the printer control apparatus 200 and stored in the storage unit 304 (step S502). On the other hand, when “None” is registered in the data presence / absence 401 column of the analysis result table (“None” in step S501), the information analysis unit 305 generates white data corresponding to this band. Requested to the data creation unit 306, the white data creation unit 306 creates white data corresponding to this band and stores it in the storage unit 304 (step S503).

次に、情報解析部305は、次のバンドのデータの有無402の欄に「有り」と登録されているか、「無し」と登録されているかを判定する(ステップS504)。   Next, the information analysis unit 305 determines whether “present” or “not present” is registered in the column of presence / absence 402 of the next band data (step S504).

次のバンドのデータの有無402の欄に「有り」と登録されている場合は(ステップS504の「有り」)、ステップS502に戻る。次のバンドのデータの有無402の欄に「無し」と登録されている場合は(ステップS504の「無し」)、情報解析部305は、このバンドが最後のバンドか否かを判定する(ステップS506)。このバンドが最後のバンドの場合は(ステップS506のYes)、動作を終了する。一方、このバンドが最後のバンドでない場合は(ステップS506のNo)、情報解析部305は、このバンドに対応する白データを作成するよう白データ作成部306に要求し、白データ作成部306は、このバンドに対応する白データを作成し、記憶部304に記憶する(ステップS507)。   If “present” is registered in the column of presence / absence 402 of the next band data (“Yes” in step S504), the process returns to step S502. If “None” is registered in the data presence / absence field 402 of the next band (“None” in Step S504), the information analysis unit 305 determines whether this band is the last band (Step S504). S506). If this band is the last band (Yes in step S506), the operation is terminated. On the other hand, if this band is not the last band (No in step S506), the information analysis unit 305 requests the white data creation unit 306 to create white data corresponding to this band, and the white data creation unit 306 White data corresponding to this band is created and stored in the storage unit 304 (step S507).

また、次のバンドのデータの有無402の欄に「以降無し」と登録されている場合は(ステップS504の「以降無し」)、情報解析部305は、以降のバンド(このバンドから最後のバンドまで)に対応する白データを作成するよう白データ作成部306に要求し、白データ作成部306は、以降のバンドに対応する白データを作成し、記憶部304に記憶し(ステップS505)、動作を終了する。   In addition, when “no more after” is registered in the data presence / absence column 402 of the next band (“no later” in step S504), the information analysis unit 305 causes the subsequent band (from this band to the last band). The white data creation unit 306 creates white data corresponding to the subsequent bands and stores the white data in the storage unit 304 (step S505). End the operation.

例えば、図4に示された分析結果テーブルのバンド0のデータの有無の欄には“無し”と示されていることから、情報解析部305は、バンド0は空白と判定し、バンド0に対応する白データを作成するよう白データ作成部306に要求する。白データ作成部306は、この要求に応答して、バンド0に対応する白データを作成し、バンド0の画像データとして記憶部304に記憶する。   For example, since “None” is indicated in the data presence / absence column of the band 0 in the analysis result table shown in FIG. 4, the information analysis unit 305 determines that the band 0 is blank and sets the band 0. The white data creation unit 306 is requested to create corresponding white data. In response to this request, the white data creation unit 306 creates white data corresponding to the band 0 and stores it in the storage unit 304 as band 0 image data.

次に、図4に示されたバンド1のデータの有無の欄には“有り”と示されていることから、情報解析部305は、バンド1は空白でないと判定し、プリンタ制御装置200にバンド1の画像データを要求する。プリンタ制御装置200は、この要求に応答して、バンド1の画像データを記憶部206から読み出し、プリンタ装置300に送信する。データ送受信部310はプリンタ制御装置200からバンド1の画像データを受信し、記憶部304に記憶する。   Next, since “Yes” is shown in the data presence / absence column of the band 1 shown in FIG. 4, the information analysis unit 305 determines that the band 1 is not blank, and sends it to the printer control apparatus 200. Request band 1 image data. In response to this request, the printer control device 200 reads the image data of band 1 from the storage unit 206 and transmits it to the printer device 300. The data transmission / reception unit 310 receives the band 1 image data from the printer control apparatus 200 and stores it in the storage unit 304.

バンド2〜6についても同様に、情報解析部305は、空白でないバンドの画像データを要求し、プリンタ制御装置200は、要求されたバンドの画像データを記憶部206から読み出し、プリンタ装置300に送信する。   Similarly, for the bands 2 to 6, the information analysis unit 305 requests image data of a non-blank band, and the printer control device 200 reads the requested band image data from the storage unit 206 and transmits it to the printer device 300. To do.

また、図4に示されたバンド5のデータの有無の欄には“無し”と示され、次のバンドのデータの有無の欄には“以降無し”と示されていることから、情報解析部305は、バンド5乃至6は空白と判定し、バンド5乃至6に対応する白データを作成するよう白データ作成部306に要求する。白データ作成部306は、この要求に応答して、バンド5乃至6に対応する白データを作成し、バンド5乃至6の画像データとして記憶部304に記憶する。   In addition, “None” is shown in the data presence / absence column of the band 5 shown in FIG. 4, and “None” is shown in the data presence / absence column of the next band. The unit 305 determines that the bands 5 to 6 are blank, and requests the white data creation unit 306 to create white data corresponding to the bands 5 to 6. In response to this request, the white data creation unit 306 creates white data corresponding to the bands 5 to 6 and stores them in the storage unit 304 as image data of the bands 5 to 6.

1ページの画像データの受信が終了した時点で、状態制御部308は、プリンタエンジン302のステータスをチェックし、プリンタエンジン302に印刷ジャムなどがなく印刷可能なとき、プリンタエンジン302に印刷起動命令を出して印刷を開始させる。   When the reception of one page of image data is completed, the status control unit 308 checks the status of the printer engine 302, and when the printer engine 302 can print without a print jam or the like, it issues a print start command to the printer engine 302. And start printing.

以上説明したように、プリンタ装置は、分析結果テーブルを受信する制御情報受信部と、分析結果テーブルを解析する情報解析部と、空白でないバンドの画像データをプリンタ制御装置から受信するデータ送受信部と、空白のバンドに対応する白データを生成する白データ作成部と、空白でないバンドの画像データと空白のバンドに対応する白データとを纏めて1ページの画像データを生成するページ管理部と、を備えているので、データ送信に必要な時間を短縮することができる。   As described above, the printer device includes a control information receiving unit that receives the analysis result table, an information analysis unit that analyzes the analysis result table, and a data transmission / reception unit that receives image data of a non-blank band from the printer control device. A white data generation unit that generates white data corresponding to a blank band, a page management unit that generates image data of one page by combining image data of a non-blank band and white data corresponding to a blank band, Therefore, the time required for data transmission can be shortened.

本実施の形態では、ステップS500において制御情報受信部303が分析結果テーブルを受信し、ステップS502において分析結果テーブルの解析に基づいてデータ送受信部310がプリンタ制御装置200から画像データを受信すると説明したが、制御情報受信部303がプリンタ制御装置200に分析結果テーブルを要求してもよい。この場合、S409に代えて、データ送信部207から分析が完了したことを示す情報または印刷実行の命令を示す情報をプリンタ装置300に送信するとき、プリンタ装置では、この情報に応答して、制御情報受信部303がプリンタ制御装置200に分析結果テーブルを要求する。この要求に応答して、プリンタ制御装置200のデータ送信部207がプリンタ装置300に分析結果テーブルを送信する。   In the present embodiment, the control information receiving unit 303 receives the analysis result table in step S500, and the data transmitting / receiving unit 310 receives image data from the printer control device 200 based on the analysis of the analysis result table in step S502. However, the control information receiving unit 303 may request the analysis result table from the printer control apparatus 200. In this case, instead of S409, when transmitting information indicating that the analysis is completed or information indicating a print execution instruction from the data transmission unit 207 to the printer apparatus 300, the printer apparatus performs control in response to this information. The information receiving unit 303 requests the printer control apparatus 200 for an analysis result table. In response to this request, the data transmission unit 207 of the printer control apparatus 200 transmits the analysis result table to the printer apparatus 300.

図7は、従来技術で図3に示す画像データを送受信したときのシーケンス図である。一方、図8は、本実施の形態のプリンタ制御装置とプリンタ装置の内部コントローラとの間で図3に示す画像データを送受信したときのシーケンス図である。   FIG. 7 is a sequence diagram when the image data shown in FIG. 3 is transmitted and received in the prior art. On the other hand, FIG. 8 is a sequence diagram when the image data shown in FIG. 3 is transmitted and received between the printer control apparatus of the present embodiment and the internal controller of the printer apparatus.

従来のプリンタ装置では、図7に示すように、空白のバンドであっても、プリンタ制御装置が白データを発生して送信する空白データ出力手段を備えているので、全てのバンドの画像データを受信する必要がある(特許文献1参照)。したがって、プリンタ制御装置からプリンタ装置に画像データを全て送信するまでに要する時間を削減することができない。一方、本実施の形態のプリンタ装置300は、図8に示すように、最初に受信する分析結果テーブルの解析から空白のバンド(白データのバンド)を知ることができ、空白でないバンドの画像データだけを受信する(白データを受け取らない)ので、データ送信に必要な時間を短縮することができる。   In the conventional printer device, as shown in FIG. 7, even if it is a blank band, the printer control device includes blank data output means for generating and transmitting white data. It is necessary to receive (refer patent document 1). Therefore, the time required until all image data is transmitted from the printer control apparatus to the printer apparatus cannot be reduced. On the other hand, as shown in FIG. 8, the printer apparatus 300 according to the present embodiment can know a blank band (white data band) from the analysis of the analysis result table received first, and image data of a non-blank band. Therefore, the time required for data transmission can be shortened.

一般的なテキスト文書は複数行にわたって記述されており、一定のピッチで行間が空けられている。従って、行間にあたる空白部分が1つのバンドとなるようにバンド幅を設定してもよい。この場合には、情報登録部が、上記分割と対応するバンドを分析結果テーブルに定義し、この分析結果テーブルを完成すればよい。また、1ページの画像データから余白領域を分析し、この余白領域を除いた1ページの画像データを複数の領域に分割するようにしてもよい。この場合にも、情報登録部が、この余白領域を分析結果テーブルに定義し、この分析結果テーブルを完成すればよい。更に、情報登録部が、1ページの画像データに含まれる文書が横書きか縦書きかを判定し、この判定に基づいて分割方向を決定するようにしてもよい。例えば、縦書きの文書が含まれる場合には、このページの画像を90度回転してから分割してもよい。   A general text document is described over a plurality of lines, and the lines are spaced at a constant pitch. Therefore, the bandwidth may be set so that the blank portion between the lines becomes one band. In this case, the information registration unit may define a band corresponding to the division in the analysis result table and complete the analysis result table. Alternatively, a blank area may be analyzed from one page of image data, and one page of image data excluding this blank area may be divided into a plurality of areas. Also in this case, the information registration unit may define the margin area in the analysis result table and complete the analysis result table. Furthermore, the information registration unit may determine whether a document included in one page of image data is written horizontally or vertically, and determine the division direction based on this determination. For example, when a vertically written document is included, the image on this page may be divided after being rotated by 90 degrees.

<カラー画像の印刷の場合>
カラー画像を印刷するとき、ホストコンピュータ100では通常RGB(レッド、グリーン、ブルー)で表現されたカラー画像データ(以下単に「RGB画像データ」という)を生成するので、プリンタ装置300で必要とされるCMYK(シアン、マジェンタ、イエロー、ブラック)で表現されたカラー画像データ(以下単に「CMYK画像データ」という)に変換する必要がある。ただし、RBG画像データからCMYK画像データへの変換は、必ずしもホストコンピュータ100のプリンタドライバで行わなくてはならないわけではなく、RBG画像データで送信し、プリンタ制御装置200でCMYK画像データに変換してもよい。
<When printing color images>
When printing a color image, the host computer 100 normally generates color image data (hereinafter simply referred to as “RGB image data”) expressed in RGB (red, green, blue), and therefore is required by the printer device 300. It is necessary to convert the color image data (hereinafter simply referred to as “CMYK image data”) expressed in CMYK (cyan, magenta, yellow, black). However, the conversion from RBG image data to CMYK image data does not necessarily have to be performed by the printer driver of the host computer 100, but is transmitted as RBG image data and converted into CMYK image data by the printer control device 200. Also good.

データ受信部201が、ホストコンピュータ100から印刷命令と印刷データを受信し、画像データ生成部202は、印刷データからCMYK画像データを生成し、記憶部206に記憶する。   The data reception unit 201 receives a print command and print data from the host computer 100, and the image data generation unit 202 generates CMYK image data from the print data and stores it in the storage unit 206.

例えば、赤色の画像の場合には、MY(マジェンタとイエロー)の2色が空白でない画像(MYの加算で赤色の画像)で、CB(シアンとブラック)が空白の画像となる。同様に、緑の画像の場合には、MB(マジェンタとブラック)が空白の画像となり、青の画像の場合には、YK(イエローとブラック)が空白の画像となることから、これらの空白の画像を削減することができる。   For example, in the case of a red image, the two colors MY (magenta and yellow) are non-blank images (red images by adding MY), and CB (cyan and black) is a blank image. Similarly, in the case of a green image, MB (magenta and black) becomes a blank image, and in the case of a blue image, YK (yellow and black) becomes a blank image. Images can be reduced.

画像分割部203は、CMYKの画像データを複数のバンドに分割する。このとき、各色の画像データの分割幅を同じにする必要はない。また、画像分割部203が各色の画像データをプリンタエンジン302での副走査方向に細目のバンドに分割し、領域判定部204が空白のバンドか否かの判定後に、空白でないバンド(又は空白のバンド)が連続する箇所を纏めて幅広のバンドに変更してもよい。細目に分割することで空白の領域を更に削減することができる。   The image dividing unit 203 divides CMYK image data into a plurality of bands. At this time, it is not necessary to make the division width of the image data of each color the same. In addition, the image dividing unit 203 divides the image data of each color into fine bands in the sub-scanning direction in the printer engine 302, and after the area determination unit 204 determines whether or not it is a blank band, It is also possible to change the band where the bands are continuous into a wide band. It is possible to further reduce the blank area by dividing the details.

領域判定部204は、CMYKの色毎に、バンド毎に空白のバンドか否かを判定する。情報登録部205は、CMYKの色毎に分析結果テーブルを記憶部206に生成し、複数のバンドと対応付けて空白のバンドか否かの判定結果、を分析結果テーブルに登録する。データ送信部207がプリンタ装置300に印刷起動命令を送信すると、プリンタ装置300はプリンタ制御装置200に分析結果テーブルを要求する。この要求に応答して、データ送信部207は、CMYKの各色の分析結果テーブルをプリンタ装置300に送信する。   The area determination unit 204 determines whether each band is a blank band for each CMYK color. The information registration unit 205 generates an analysis result table in the storage unit 206 for each color of CMYK, and registers a determination result as to whether or not the band is a blank band in association with a plurality of bands in the analysis result table. When the data transmission unit 207 transmits a print activation command to the printer apparatus 300, the printer apparatus 300 requests the printer control apparatus 200 for an analysis result table. In response to this request, the data transmission unit 207 transmits the analysis result table for each color of CMYK to the printer apparatus 300.

プリンタ装置300は、情報解析部305がCMYKの色毎に分析結果テーブルを解析することによって、プリンタ制御装置200から受信する画像データとバンドとをCMYKの色毎に対応付けて処理することが可能となる。   The printer apparatus 300 can process the image data and the band received from the printer control apparatus 200 in association with each color of CMYK by the information analysis unit 305 analyzing the analysis result table for each color of CMYK. It becomes.

プリンタ装置300が分析結果テーブルの解析に基づいてCMYKの色毎に画像データを要求するとき、プリンタ制御装置200は、CMYKの色毎に画像データをバンド毎にプリンタ装置300に送信する。また、情報解析部305は、CMYKの色毎に、空白と判定されたバンドの白データを生成するよう白データ作成部306に要求する。   When the printer device 300 requests image data for each color of CMYK based on the analysis of the analysis result table, the printer control device 200 transmits the image data for each color of CMYK to the printer device 300 for each band. Further, the information analysis unit 305 requests the white data creation unit 306 to generate white data of a band determined to be blank for each color of CMYK.

ページ管理部307は、プリンタ制御装置200から受信して記憶部304に記憶されたCMYKの画像データ(空白でないバンドの画像データ)と、白データ作成部306が作成して記憶部304に記憶したCMYKの白データ(空白のバンドの白データ)と、を纏めて1ページのCMYKの画像データを構成し、読み出して、プリンタエンジン302に送信する。   The page management unit 307 receives the CMYK image data (image data of a non-blank band) received from the printer control apparatus 200 and stored in the storage unit 304, and the white data generation unit 306 generates and stores it in the storage unit 304. The CMYK white data (blank band white data) are combined to form one page of CMYK image data, read out, and transmitted to the printer engine 302.

以上説明したように、プリンタ制御装置200とプリンタ装置300は、カラー画像の印刷の場合であっても、画像データの転送時間を短縮できる。   As described above, the printer control device 200 and the printer device 300 can shorten the transfer time of image data even when printing a color image.

また、RAM容量と画像データの作成に要する時間を考慮して、必要に応じて従来技術の圧縮・伸張処理を組み合わせてもよい。例えば、本実施の形態のプリンタ装置は、更に圧縮処理部と、伸張処理部とを備え、圧縮処理部が、画像データをバンド毎に圧縮し、プリンタ装置に送信する時点で伸張処理部が圧縮された画像データをバンド毎伸張するようにしてもよい。この構成により、画像データの記憶に必要なメモリ容量を削減することができる。   Further, in consideration of the RAM capacity and the time required for creating image data, the compression / decompression processing of the prior art may be combined as necessary. For example, the printer device according to the present embodiment further includes a compression processing unit and an expansion processing unit, and the compression processing unit compresses image data for each band, and the expansion processing unit compresses the image data when it is transmitted to the printer device. The processed image data may be expanded for each band. With this configuration, the memory capacity necessary for storing image data can be reduced.

また、本実施の形態では、画像分割部203が、画像データをプリンタエンジン302での副走査方向に7つのバンド0乃至6に等分割したが、これは一例であり、分割数や分割方向を限定するものではない。また、空白のバンドと空白でないバンドとに分類できるのであれば、どのような領域に分割してもよい。   In this embodiment, the image dividing unit 203 equally divides the image data into seven bands 0 to 6 in the sub-scanning direction of the printer engine 302. However, this is an example, and the number of divisions and the dividing direction are changed. It is not limited. Moreover, as long as it can be classified into a blank band and a non-blank band, it may be divided into any region.

次に、図9を参照し、本実施の形態にかかるプリンタ制御装置のハードウェア構成について説明する。   Next, the hardware configuration of the printer control apparatus according to the present embodiment will be described with reference to FIG.

(プリンタ制御装置のハードウェア構成)
図9は、本実施の形態にかかるプリンタ制御装置のハードウェア構成を示すブロック図である。図9において、111は制御プログラムに基づいて装置全体のシステム制御や画像処理等を実行するCPU、112はCPU111が実行するプログラムや各種パラメータなどが記憶されているROM、202は制御コードや画像処理の際にワーキングメモリとして使用したり、印刷データをCPU111が処理して作成した画像データなどを記憶したりするRAMである。
(Hardware configuration of printer control device)
FIG. 9 is a block diagram showing a hardware configuration of the printer control apparatus according to the present embodiment. In FIG. 9, 111 is a CPU that executes system control and image processing of the entire apparatus based on a control program, 112 is a ROM that stores programs executed by the CPU 111 and various parameters, and 202 is control code and image processing. In this case, the RAM is used as a working memory or stores image data created by processing print data by the CPU 111.

また、114はホストコンピュータ100との印刷命令やコマンドの送受信を行うホストI/F、115はプリンタに対してコマンドや印刷データを送出するプリンタI/F、116は例えばEEPROM(電気的に消去可能なプログラマブルROM)などによって構成される不揮発性メモリ、117は利用者のプリンタ設定情報などを表示・設定する操作パネルI/Fである。   Reference numeral 114 denotes a host I / F that transmits and receives print commands and commands to and from the host computer 100, 115 denotes a printer I / F that sends commands and print data to the printer, and 116 denotes, for example, an EEPROM (electrically erasable) A non-volatile memory constituted by a programmable ROM), etc., 117 is an operation panel I / F for displaying and setting user printer setting information.

なお、本実施の形態のプリンタ制御装置で実行される制御プログラムは、ROM等に予め組み込まれて提供される。   The control program executed by the printer control apparatus according to the present embodiment is provided by being incorporated in advance in a ROM or the like.

本実施の形態のプリンタ制御装置で実行される制御プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。   A control program executed by the printer control apparatus according to the present embodiment is an installable or executable file, such as a CD-ROM, a flexible disk (FD), a CD-R, or a DVD (Digital Versatile Disk). You may comprise so that it may record and provide on a computer-readable recording medium.

また、本実施の形態のプリンタ制御装置で実行される制御プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施の形態のプリンタ制御装置で実行される制御プログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。   Further, the control program executed by the printer control apparatus of the present embodiment may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. Further, the control program executed by the printer control apparatus of the present embodiment may be provided or distributed via a network such as the Internet.

さらに、本実施の形態のプリンタ制御装置で実行される制御プログラムは、上述した各部(データ受信部、画像データ生成部、画像分割部、領域判定部、情報登録部、データ送信部)を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記ROMから制御プログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、データ受信部、画像データ生成部、画像分割部、領域判定部、情報登録部、データ送信部が主記憶装置上に生成されるようになっている。   Furthermore, a control program executed by the printer control apparatus according to the present embodiment includes a module including the above-described units (a data receiving unit, an image data generating unit, an image dividing unit, an area determining unit, an information registering unit, and a data transmitting unit). As actual hardware, a CPU (processor) reads the control program from the ROM and executes it, so that the above-described units are loaded onto the main storage device, and a data receiving unit, an image data generating unit, an image A division unit, an area determination unit, an information registration unit, and a data transmission unit are generated on the main storage device.

次に、図10を参照し、プリンタ装置の内部コントローラのハードウェア構成について説明する。図10は、本実施の形態にかかるプリンタ装置の内部コントローラのハードウェア構成を示すブロック図である。   Next, the hardware configuration of the internal controller of the printer apparatus will be described with reference to FIG. FIG. 10 is a block diagram showing a hardware configuration of the internal controller of the printer apparatus according to the present embodiment.

(プリンタ装置のハードウェア構成)
内部コントローラ301は、CPU11と、ノースブリッジ(NB)13と、システムメモリ(MEM−P)12と、サウスブリッジ(SB)14と、ローカルメモリ(MEM−C)17と、ASIC(Application Specific Integrated Circuit)16と、ハードディスクドライブ(HDD)18とを有し、ノースブリッジ(NB)13とASIC16との間をAGP(Accelerated Graphics Port)15で接続した構成となる。また、MEM−P12は、ROM(Read Only Memory)12aと、RAM(Random Access Memory)202と、をさらに有する。
(Hardware configuration of printer)
The internal controller 301 includes a CPU 11, a north bridge (NB) 13, a system memory (MEM-P) 12, a south bridge (SB) 14, a local memory (MEM-C) 17, and an ASIC (Application Specific Integrated Circuit). ) 16 and a hard disk drive (HDD) 18, and the north bridge (NB) 13 and the ASIC 16 are connected by an AGP (Accelerated Graphics Port) 15. The MEM-P 12 further includes a ROM (Read Only Memory) 12 a and a RAM (Random Access Memory) 202.

CPU11は、プリンタ装置の全体制御をおこなうものであり、NB13、MEM−P12およびSB14からなるチップセットを有し、このチップセットを介して他の機器と接続される。   The CPU 11 performs overall control of the printer apparatus. The CPU 11 has a chip set including the NB 13, the MEM-P 12, and the SB 14, and is connected to other devices via the chip set.

NB13は、CPU11とMEM−P12、SB14、AGP15とを接続するためのブリッジであり、MEM−P12に対する読み書きなどを制御するメモリコントローラと、PCIマスタおよびAGPターゲットとを有する。   The NB 13 is a bridge for connecting the CPU 11 to the MEM-P 12, SB 14, and AGP 15, and includes a memory controller that controls reading and writing to the MEM-P 12, a PCI master, and an AGP target.

MEM−P12は、プログラムやデータの格納用メモリ、プログラムやデータの展開用メモリ、プリンタの描画用メモリなどとして用いるシステムメモリであり、ROM12aとRAM202とからなる。ROM12aは、プログラムやデータの格納用メモリとして用いる読み出し専用のメモリであり、RAM202は、プログラムやデータの展開用メモリ、プリンタの描画用メモリなどとして用いる書き込みおよび読み出し可能なメモリである。   The MEM-P 12 is a system memory used as a memory for storing programs and data, a memory for developing programs and data, a memory for drawing printers, and the like, and includes a ROM 12 a and a RAM 202. The ROM 12a is a read-only memory used as a program / data storage memory, and the RAM 202 is a writable / readable memory used as a program / data development memory, a printer drawing memory, or the like.

SB14は、NB13とPCIデバイス、周辺デバイスとを接続するためのブリッジである。このSB14は、PCIバスを介してNB13と接続されており、このPCIバスには、ネットワークインターフェース(I/F)部なども接続される。   The SB 14 is a bridge for connecting the NB 13 to a PCI device and peripheral devices. The SB 14 is connected to the NB 13 via a PCI bus, and a network interface (I / F) unit and the like are also connected to the PCI bus.

ASIC16は、画像処理用のハードウェア要素を有する画像処理用途向けのIC(Integrated Circuit)であり、AGP15、PCIバス、HDD18およびMEM−C17をそれぞれ接続するブリッジの役割を有する。このASIC16は、PCIターゲットおよびAGPマスタと、ASIC16の中核をなすアービタ(ARB)と、MEM−C17を制御するメモリコントローラと、ハードウェアロジックなどにより画像データの回転などをおこなう複数のDMAC(Direct Memory Access Controller)と、プリンタエンジン302との間でPCIバスを介したデータ転送をおこなうPCIユニットとからなる。   The ASIC 16 is an IC (Integrated Circuit) for image processing applications having hardware elements for image processing, and has a role of a bridge for connecting the AGP 15, PCI bus, HDD 18, and MEM-C 17. The ASIC 16 includes a PCI target and an AGP master, an arbiter (ARB) that forms the core of the ASIC 16, a memory controller that controls the MEM-C 17, and a plurality of DMACs (Direct Memory) that rotate image data using hardware logic. Access Controller) and a PCI unit that performs data transfer between the printer engine 302 via the PCI bus.

MEM−C17は、コピー用画像バッファ、符号バッファとして用いるローカルメモリであり、HDD(Hard Disk Drive)18は、画像データの蓄積、プログラムの蓄積、フォントデータの蓄積、フォームの蓄積を行うためのストレージである。   The MEM-C 17 is a local memory used as a copy image buffer and a code buffer, and an HDD (Hard Disk Drive) 18 is a storage for storing image data, programs, font data, and forms. It is.

AGP15は、グラフィック処理を高速化するために提案されたグラフィックスアクセラレーターカード用のバスインターフェースであり、MEM−P12に高スループットで直接アクセスすることにより、グラフィックスアクセラレーターカードを高速にするものである。   The AGP 15 is a bus interface for a graphics accelerator card proposed for speeding up graphics processing. The AGP 15 speeds up the graphics accelerator card by directly accessing the MEM-P 12 with high throughput. .

なお、本実施の形態のプリンタ装置で実行される制御プログラムは、ROM等に予め組み込まれて提供される。   Note that a control program executed by the printer apparatus according to the present embodiment is provided by being incorporated in advance in a ROM or the like.

本実施の形態のプリンタ装置で実行される制御プログラムは、インストール可能な形式又は実行可能な形式のファイルでCD−ROM、フレキシブルディスク(FD)、CD−R、DVD(Digital Versatile Disk)等のコンピュータで読み取り可能な記録媒体に記録して提供するように構成してもよい。   The control program executed in the printer apparatus according to the present embodiment is a file in an installable format or an executable format, and is a computer such as a CD-ROM, a flexible disk (FD), a CD-R, or a DVD (Digital Versatile Disk). The information may be provided by being recorded on a recording medium that can be read by the user.

また、本実施の形態のプリンタ装置で実行される制御プログラムを、インターネット等のネットワークに接続されたコンピュータ上に格納し、ネットワーク経由でダウンロードさせることにより提供するように構成しても良い。また、本実施の形態のプリンタ制御装置で実行される制御プログラムをインターネット等のネットワーク経由で提供または配布するように構成しても良い。   Further, the control program executed by the printer apparatus of the present embodiment may be provided by being stored on a computer connected to a network such as the Internet and downloaded via the network. Further, the control program executed by the printer control apparatus of the present embodiment may be provided or distributed via a network such as the Internet.

さらに、本実施の形態のプリンタ装置で実行される制御プログラムは、上述した各部(制御情報受信部、データ送受信部、情報解析部、白データ作成部、ページ管理部、状態制御部、および画像データ送信部)を含むモジュール構成となっており、実際のハードウェアとしてはCPU(プロセッサ)が上記ROMから制御プログラムを読み出して実行することにより上記各部が主記憶装置上にロードされ、制御情報受信部、データ送受信部、情報解析部、白データ作成部、ページ管理部、状態制御部、および画像データ送信部が主記憶装置上に生成されるようになっている。   Further, the control program executed by the printer apparatus according to the present embodiment includes the above-described units (control information receiving unit, data transmitting / receiving unit, information analyzing unit, white data creating unit, page management unit, state control unit, and image data). As the actual hardware, the CPU (processor) reads the control program from the ROM and executes it to load each unit onto the main storage device, and the control information receiving unit The data transmission / reception unit, the information analysis unit, the white data creation unit, the page management unit, the state control unit, and the image data transmission unit are generated on the main storage device.

以上、本発明を好適な実施の形態に基づき具体的に説明したが、本発明は上記のものに限定されるものではなく、その要旨を逸脱しない範囲で種々変更可能であることは言うまでもない。   Although the present invention has been specifically described above based on the preferred embodiments, it is needless to say that the present invention is not limited to the above-described ones and can be variously modified without departing from the gist thereof.

11 CPU
12 MEM−P
12a ROM
13 NB
14 SB
15 AGP
16 ASIC
17 MEM−C
18 HDD
100 ホストコンピュータ
111 CPU
112 ROM
113 RAM
114 ホストI/F
115 プリンタI/F
116 不揮発性メモリ
117 操作パネルI/F
200 プリンタ制御装置
201 データ受信部
202 画像データ生成部
203 画像分割部
204 領域判定部
205 情報登録部
206 記憶部(RAM)
207 データ送信部
300 プリンタ装置
301 内部コントローラ
302 プリンタエンジン(印刷部)
303 制御情報受信部
304 記憶部(RAM)
305 情報解析部
306 白データ作成部
307 ページ管理部
308 状態制御部
309 画像データ送信部
310 データ送受信部
400 バンド番号
401 データの有無
402 次のバンドのデータの有無
403 先頭アドレス
404 終了アドレス
11 CPU
12 MEM-P
12a ROM
13 NB
14 SB
15 AGP
16 ASIC
17 MEM-C
18 HDD
100 Host computer 111 CPU
112 ROM
113 RAM
114 Host I / F
115 Printer I / F
116 Nonvolatile memory 117 Operation panel I / F
DESCRIPTION OF SYMBOLS 200 Printer control apparatus 201 Data reception part 202 Image data generation part 203 Image division part 204 Area | region determination part 205 Information registration part 206 Storage part (RAM)
207 Data transmission unit 300 Printer device 301 Internal controller 302 Printer engine (printing unit)
303 Control information receiving unit 304 Storage unit (RAM)
305 Information analysis unit 306 White data creation unit 307 Page management unit 308 Status control unit 309 Image data transmission unit 310 Data transmission / reception unit 400 Band number 401 Data presence / absence 402 Next band data presence / absence 403 First address 404 End address

特開平11−203070号公報Japanese Patent Laid-Open No. 11-203070 特開平10−320150号公報JP-A-10-320150

Claims (6)

ホストコンピュータとプリンタ装置とにネットワークで接続されたプリンタ制御装置であって、
前記ホストコンピュータから印刷データを受信するデータ受信部と、
前記印刷データから画像データを生成する画像データ生成部と、
1ページ毎に前記印刷データを複数の領域に分割する画像分割部と、
領域毎に空白の領域か否かを判定する領域判定部と、
前記複数の領域と対応付けて空白の領域か否かの判定結果である制御情報を前記プリンタ装置に送信し、前記プリンタ装置からの前記空白の領域を除いた画像データの要求に応答し、前記空白の領域を除いた画像データを領域毎に送信するデータ送信部と、
を備えることを特徴とするプリンタ制御装置。
A printer control device connected to a host computer and a printer device via a network,
A data receiving unit for receiving print data from the host computer;
An image data generation unit for generating image data from the print data;
An image dividing unit for dividing the print data into a plurality of areas for each page;
An area determination unit that determines whether or not each area is a blank area;
The control information, which is a determination result of whether or not the blank area is associated with the plurality of areas, is transmitted to the printer apparatus, and responds to a request for image data excluding the blank area from the printer apparatus, A data transmission unit that transmits image data excluding blank areas for each area;
A printer control apparatus comprising:
前記領域ごとに前記制御情報を登録するための分析結果テーブルを記憶する記憶部と、
前記制御情報を、前記領域ごとに前記分析結果テーブルに登録する情報登録部と、を備え、
前記データ送信部は、前記分析テーブルを前記プリンタに送信することを特徴とする請求項1に記載のプリンタ制御装置。
A storage unit for storing an analysis result table for registering the control information for each region;
An information registration unit for registering the control information in the analysis result table for each region;
The printer control apparatus according to claim 1, wherein the data transmission unit transmits the analysis table to the printer.
前記領域判定部は、空白の領域と判定した領域以降において空白でない領域があるか否かを判定し、
前記情報登録部は、さらに、前記分析結果テーブルに、前記複数の領域と空白の領域と判定した領域以降において空白でない領域があるか否かの判定結果を示す前記制御情報を前記領域に対応付けて登録することを特徴とする請求項2に記載のプリンタ制御装置。
The area determination unit determines whether there is a non-blank area after the area determined to be a blank area,
The information registration unit further associates, in the analysis result table, the control information indicating a determination result as to whether or not there is a non-blank area after the areas determined as the plurality of areas and the blank area. The printer control device according to claim 2, wherein the printer control device is registered.
ネットワークを介してプリンタ制御装置と接続されたプリンタ装置であって、
前記プリンタ制御装置から、1ページ毎に画像データの複数の領域のそれぞれと対応付けた空白の領域か否かの判定結果を示す制御情報を受信する制御情報受信部と、
受信した前記制御情報を解析する情報解析部と、
前記制御情報において空白と判定された領域を除いた画像データを前記プリンタ制御装置に要求し、前記空白と判定された領域を除いた画像データを前記プリンタ制御装置から受信するデータ送受信部と、
空白と判定された領域に対応する領域に対する白データを生成する白データ作成部と、
前記プリンタ制御装置から受信した前記空白と判定された領域を除いた画像データと前記白データ作成部が作成した白データとを纏めて1ページの画像データを生成するページ管理部と、
前記ページ管理部が生成した画像データを印刷する印刷部と、
を備えることを特徴とするプリンタ装置。
A printer device connected to a printer control device via a network,
A control information receiving unit that receives control information indicating a determination result as to whether or not each of the plurality of areas of the image data is a blank area associated with each page from the printer control device;
An information analysis unit for analyzing the received control information;
A data transmission / reception unit that requests image data excluding the area determined to be blank in the control information to the printer control apparatus, and receives image data excluding the area determined to be blank from the printer control apparatus;
A white data generation unit that generates white data for an area corresponding to an area determined to be blank;
A page management unit that generates image data of one page by collecting the image data except the area determined to be blank received from the printer control device and the white data created by the white data creation unit;
A printing unit for printing the image data generated by the page management unit;
A printer apparatus comprising:
ホストコンピュータとプリンタ装置とにネットワークで接続されたプリンタ制御装置の制御方法であって、
データ受信部が、前記ホストコンピュータから印刷データを受信するステップと、
画像データ生成部が、前記印刷データから画像データを生成するステップと、
画像分割部が、1ページ毎に前記印刷データを複数の領域に分割するステップと、
領域判定部が、領域毎に空白の領域か否かを判定するステップと、
画像データ送信部が、前記複数の領域と対応付けて空白の領域か否かの判定結果である制御情報を前記プリンタ装置に送信し、前記プリンタ装置からの前記空白の領域を除いた画像データの要求に応答し、前記空白の領域を除いた画像データを領域毎に送信するステップと、
を含むことを特徴とするプリンタ制御装置の制御方法。
A control method of a printer control device connected to a host computer and a printer device via a network,
A data receiving unit receiving print data from the host computer;
An image data generation unit generating image data from the print data;
An image dividing unit dividing the print data into a plurality of areas for each page;
A step of determining whether the area determination unit is a blank area for each area;
An image data transmission unit transmits control information, which is a determination result as to whether or not a blank area is associated with the plurality of areas, to the printer apparatus, and the image data from the printer apparatus excluding the blank area In response to the request, transmitting image data excluding the blank area for each area;
A control method for a printer control apparatus, comprising:
ネットワークを介してプリンタ制御装置と接続されたプリンタ装置の制御方法であって、
制御情報受信部が、前記プリンタ制御装置から、1ページ毎に画像データの複数の領域のそれぞれと対応付けた空白の領域か否かの判定結果を示す制御情報を受信するステップと、
情報解析部が、受信した前記制御情報を解析するステップと、
データ送受信部が、前記制御情報において空白と判定された領域を除いた画像データを前記プリンタ制御装置に要求し、前記空白と判定された領域を除いた画像データを前記プリンタ制御装置から受信するステップと、
白データ作成部が、空白と判定された領域に対応する領域に対する白データを生成するステップと、
ページ管理部が、前記プリンタ制御装置から受信した前記空白と判定された領域を除いた画像データと前記白データ作成部が作成した白データとを纏めて1ページの画像データを生成するステップと、
印刷部が、前記ページ管理部が生成した画像データを印刷するステップと、
を含むことを特徴とするプリンタ装置の制御方法。
A control method of a printer device connected to a printer control device via a network,
A step of receiving, from the printer control device, control information indicating a result of determination as to whether or not each area is a blank area associated with each of a plurality of areas of image data;
An information analysis unit analyzing the received control information;
A step of requesting image data excluding the area determined to be blank in the control information from the printer control apparatus, and receiving the image data excluding the area determined to be blank from the printer control apparatus; When,
A step of generating white data for an area corresponding to an area determined to be blank;
A page management unit that generates image data of one page by combining the image data received from the printer control unit excluding the area determined to be blank and the white data created by the white data creation unit;
A printing unit printing the image data generated by the page management unit;
A control method for a printer apparatus, comprising:
JP2010063309A 2010-03-18 2010-03-18 Printer control device, and printer apparatus and control method thereof Pending JP2011197956A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010063309A JP2011197956A (en) 2010-03-18 2010-03-18 Printer control device, and printer apparatus and control method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010063309A JP2011197956A (en) 2010-03-18 2010-03-18 Printer control device, and printer apparatus and control method thereof

Publications (1)

Publication Number Publication Date
JP2011197956A true JP2011197956A (en) 2011-10-06

Family

ID=44876088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010063309A Pending JP2011197956A (en) 2010-03-18 2010-03-18 Printer control device, and printer apparatus and control method thereof

Country Status (1)

Country Link
JP (1) JP2011197956A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015230563A (en) * 2014-06-04 2015-12-21 キヤノン株式会社 Information processing unit, program, information processing method, recording unit, and recording system

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015230563A (en) * 2014-06-04 2015-12-21 キヤノン株式会社 Information processing unit, program, information processing method, recording unit, and recording system

Similar Documents

Publication Publication Date Title
JP5531531B2 (en) Image processing system and image processing program
JP6128782B2 (en) Image processing apparatus, image processing apparatus control method, program, and storage medium
JP2009230652A (en) Printing control device, printing apparatus and program
JP4973803B1 (en) Image processing apparatus and program
JP5212886B2 (en) Image forming system and image forming program
JP5684466B2 (en) Method and computer readable medium for processing at least one pixel in a raster image buffer corresponding to objects of multiple object types
JP5479750B2 (en) Data compression system and method
EP2429166A1 (en) Image forming apparatus and image forming method thereof
JP2011197956A (en) Printer control device, and printer apparatus and control method thereof
US20040111665A1 (en) Information processing apparatus, image formation apparatus, drawing processing method, and computer product
US9041962B2 (en) Imaging forming apparatus, image forming system, and program that enables data to be edited and processed
US10152657B2 (en) Image processing apparatus and image processing method of color image
JP2006285792A (en) Image processor and image processing method
JP5202265B2 (en) Image processing apparatus, program, and control method for image processing apparatus
JP2006103045A (en) Image forming apparatus
JP4474487B2 (en) Image processing apparatus and image processing method
JP2012222560A (en) Image processing device and program
JP2006019931A (en) Apparatus and method for image processing, computer program, and storage medium
JP2017170884A (en) Image processing device, control method thereof, and program
JP4636145B2 (en) Image processing apparatus and program
JP4998421B2 (en) Image forming apparatus and image forming program
US10306104B2 (en) Image processing method and image processing apparatus that ensure efficient memory use, and recording medium therefor
JP2006140597A (en) Device and method for printing control, computer program, and storage medium
JP2016200999A (en) Printing instruction device, printing system, and program
JP2010211559A (en) Image processor, image processing method, and computer program for image processing