JP2005271596A - Printing system - Google Patents

Printing system Download PDF

Info

Publication number
JP2005271596A
JP2005271596A JP2005109427A JP2005109427A JP2005271596A JP 2005271596 A JP2005271596 A JP 2005271596A JP 2005109427 A JP2005109427 A JP 2005109427A JP 2005109427 A JP2005109427 A JP 2005109427A JP 2005271596 A JP2005271596 A JP 2005271596A
Authority
JP
Japan
Prior art keywords
image processing
host computer
printer
printing
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
JP2005109427A
Other languages
Japanese (ja)
Inventor
Masatoshi Matsudaira
正年 松平
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2005109427A priority Critical patent/JP2005271596A/en
Publication of JP2005271596A publication Critical patent/JP2005271596A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To improve printing speed as well as reduce the processing burden of a printer side by using the data processing resources of a host computer side. <P>SOLUTION: In printing, a function detecting portion 20 of a printer 11 detects the feasible image processing function of the host computer side 1 among the prescribed image processing functions necessary to print. A processing command unit 21 commands a part of image processing to the host computer 1 (for example, decompression processing of compressed data). An image processing unit 3 of the host computer side 1 processes the commanded image and sends the processing result to the printer 11. An image processing portion 17 of the printer 11 executes the residual image processing (for example, color conversion or halftone processing), generating the image data for printing. Sharing the image processing with the printer 11 and the host computer 1 serves to reduce the processing burden imposed on the printer 11 and to improve printing processing speed. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ホストコンピュータとプリンタとの間でデータ処理を分担して印刷可能な印刷システムに関する。   The present invention relates to a printing system capable of printing by sharing data processing between a host computer and a printer.

ホストコンピュータ上で生成された印刷データは、ネットワーク等を介してプリンタに送信される。プリンタは、印刷データを解釈して所定の画像処理を行うことにより印刷用イメージデータを生成する。この印刷用イメージデータに基づいてプリントエンジンの駆動を制御することにより印刷が行われる。   Print data generated on the host computer is transmitted to the printer via a network or the like. The printer generates print image data by interpreting the print data and performing predetermined image processing. Printing is performed by controlling the drive of the print engine based on the printing image data.

例えば、ディジタルカメラ等のホストコンピュータからJPEG(Joint Photographic Experts Group)形式で圧縮された画像データを、カラーインクジェットプリンタ等で印刷する場合を考える。まず、プリンタは、圧縮された画像データを所定のアルゴリズムに従って復号化し、画像データを復元する。次に、復元された画像データの色変換を行う。即ち、ディスプレイの色空間として用いられるRGBデータから印刷用のCMYデータに変換する。さらに、CMY色空間で表現された多値のデータを所定のアルゴリズムに基づいて2値データに変換する(ハーフトーン処理)。このCMY2値データは、プリントエンジンに送られる。プリントエンジンは、所定位置で所定色のインク滴を吐出させることにより印刷を行う。なお、上記の処理に加えて、画像の回転、解像度の変換、拡大、縮小等の各種画像処理が適宜行われる。   For example, consider a case where image data compressed in a JPEG (Joint Photographic Experts Group) format is printed by a color inkjet printer or the like from a host computer such as a digital camera. First, the printer decodes the compressed image data according to a predetermined algorithm, and restores the image data. Next, color conversion of the restored image data is performed. That is, the RGB data used as the display color space is converted into CMY data for printing. Further, multi-value data expressed in the CMY color space is converted into binary data based on a predetermined algorithm (halftone process). This CMY binary data is sent to the print engine. The print engine performs printing by ejecting ink droplets of a predetermined color at a predetermined position. In addition to the above processing, various types of image processing such as image rotation, resolution conversion, enlargement, and reduction are appropriately performed.

ところで、上述した通り、ホストコンピュータとプリンタからなる印刷システムにおいては、プリンタ側で種々の画像処理を行って印刷用イメージデータを生成するようになっている。つまり、ホストコンピュータ側では、プリンタが解釈可能な印刷データの送信を完了した時点で印刷に関する処理が終了し、その後の処理は殆どプリンタ側に委ねられている。従って、プリンタは、必要な画像処理機能の全てを備えている必要がある。高機能のプリンタになるほど、実装すべき画像処理機能が増大する。要求される画像処理機能を実現するためには、特定用途向け集積回路(ASIC)をハードウエア回路に搭載したり、高機能な演算処理ユニット(CPU)を必要とする。従って、プリンタ側のハードウエア上の負担が大きくなり易い。また、印刷速度も低下する。   Incidentally, as described above, in a printing system including a host computer and a printer, printing image data is generated by performing various image processes on the printer side. That is, on the host computer side, the printing process ends when transmission of print data that can be interpreted by the printer is completed, and the subsequent processing is mostly left to the printer side. Therefore, the printer needs to have all necessary image processing functions. The higher the function of the printer, the more image processing functions to be mounted. In order to realize the required image processing function, an application specific integrated circuit (ASIC) is mounted on a hardware circuit, or a high-performance arithmetic processing unit (CPU) is required. Therefore, the hardware load on the printer side tends to increase. Also, the printing speed is reduced.

これとは逆に、ホストコンピュータ側で画像処理の殆どを実行し、その処理結果を印刷データとしてプリンタに送信する方法もある。いわゆるスリークタイプ又はダムプリンタと呼ばれるシステムである。この場合は、画像処理の大部分が実行されているため、プリンタ側でのデータ処理の負担は少ない。しかし、ホストコンピュータ側での処理負担が増大する。従って、処理能力に比較的乏しいホストコンピュータを用いた場合は、印刷データを生成するまでの時間が大幅に増大し、印刷速度が低下する。   On the contrary, there is also a method in which most image processing is executed on the host computer side, and the processing result is transmitted to the printer as print data. This is a so-called sleek type or dumb printer system. In this case, since most of the image processing is executed, the data processing load on the printer side is small. However, the processing load on the host computer side increases. Therefore, when a host computer with relatively low processing capability is used, the time until print data is generated is greatly increased, and the printing speed is reduced.

特に、近年では、ディジタルカメラ等で生成した画像データをパーソナルコンピュータ等を介さずに直接プリンタに送信して印刷させるという、いわゆるダイレクト印刷が普及しつつある。この場合は、ホストコンピュータがディジタルカメラ等であり、処理能力が比較的小さいため、全ての画像処理をホストコンピュータに委ねるのは難しい。しかも、上述の通り、プリンタ側に全ての画像処理を委ねるとプリンタ側の負担が増加する。   In particular, in recent years, so-called direct printing, in which image data generated by a digital camera or the like is directly transmitted to a printer without using a personal computer or the like for printing, is becoming widespread. In this case, since the host computer is a digital camera or the like and the processing capability is relatively small, it is difficult to leave all image processing to the host computer. Moreover, as described above, if all image processing is left to the printer side, the burden on the printer side increases.

本発明は、上記のような課題に鑑みなされたものであり、その目的は、ホストコンピュータ及びプリンタがそれぞれ有するデータ処理資源を有効に利用することにより、プリンタの負担を低減させて印刷することができる印刷システムを提供することにある。また、本発明の他の目的は、必要な画像処理をホストコンピュータとプリンタとで分担して行うことにより、それぞれの負担を低減させると共に並列的に画像処理を行って印刷速度を向上できるようにした印刷システムを提供することにある。   The present invention has been made in view of the problems as described above, and an object of the present invention is to reduce the burden on the printer by effectively using the data processing resources of the host computer and the printer, respectively. It is to provide a printing system that can. Another object of the present invention is to share the necessary image processing between the host computer and the printer so as to reduce the respective burdens and to improve the printing speed by performing image processing in parallel. It is to provide a printing system.

上記目的達成のため、本発明では、ホストコンピュータ側のデータ処理資源をプリンタが能動的に利用することにより、データ処理を分担している。   In order to achieve the above object, in the present invention, data processing is shared by the printer actively using data processing resources on the host computer side.

即ち、本発明に係る印刷システムは、印刷データを生成して送信するホストコンピュータと、該ホストコンピュータから送信された印刷データに基づいて印刷を行うプリンタとを備えた印刷システムにおいて、前記プリンタは、印刷データに基づいて所定の画像処理機能をそれぞれ実行させることにより印刷用イメージデータを生成する画像処理手段と、前記所定の画像処理機能のうち前記ホストコンピュータ側で実行可能な画像処理機能を検出する検出手段と、前記検出された画像処理機能を前記ホストコンピュータ側で実行させて処理結果を要求する依頼手段と、前記画像処理手段により生成された印刷用イメージデータに基づいて印刷を行う印刷手段とを含んで構成され、前記ホストコンピュータは、前記実行可能な画像処理機能の有無を前記検出手段に送信する応答手段と、前記要求手段からの要求に応じて、前記処理結果を送信する送信手段とを含んで構成されていることを特徴としている。   That is, a printing system according to the present invention includes a host computer that generates and transmits print data, and a printer that performs printing based on the print data transmitted from the host computer. Image processing means for generating image data for printing by executing predetermined image processing functions based on the print data, and detecting an image processing function executable on the host computer side from among the predetermined image processing functions Detection means; request means for causing the detected image processing function to be executed on the host computer side and requesting a processing result; and printing means for performing printing based on printing image data generated by the image processing means; And the host computer has the executable image processing function. And response means for transmitting to said detecting means, in response to a request from said request means is characterized by being configured to include a transmitting means for transmitting the processing result.

「ホストコンピュータ」としては、例えば、パーソナルコンピュータ、ワークステーション、ディジタルカメラ、ディジタルビデオカメラ、スキャナ等を挙げることができる。「プリンタ」としては、インクジェットプリンタ、レーザプリンタ等を挙げることができる。「所定の画像処理機能」とは、印刷用イメージデータの生成に必要なデータ処理機能を意味し、具体的には、例えば、圧縮データの復元機能、色変換機能、ハーフトーン機能、画像回転機能、補間機能、間引き機能、解像度変換機能等を挙げることができる。実際に必要な画像処理機能は、各印刷ジョブ毎に相違する。画像処理機能は、ソフトウエアとして、又は、ハードウエアとして実現することができる。   Examples of the “host computer” include a personal computer, a workstation, a digital camera, a digital video camera, and a scanner. Examples of the “printer” include an ink jet printer and a laser printer. “Predetermined image processing function” means a data processing function necessary for generating image data for printing. Specifically, for example, a compressed data restoration function, a color conversion function, a halftone function, and an image rotation function An interpolation function, a thinning function, a resolution conversion function, and the like can be given. Actually required image processing functions differ for each print job. The image processing function can be realized as software or hardware.

プリンタは、印刷前に、ホストコンピュータ側で利用可能な画像処理機能があるか否かを照会する。ホストコンピュータ上の画像処理機能を利用できる場合には、ホストコンピュータ側に依頼して所定のデータ処理を実行させる。データ処理の結果は、プリンタに送信される。プリンタ側では、ホストコンピュータ側での処理結果に基づいて印刷用イメージデータを生成し印刷を行う。これにより、ホストコンピュータ側の画像処理機能とプリンタ側の画像処理機能との両方を用いて、印刷用イメージデータを生成するための画像処理を行うことができる。従って、ホストコンピュータ又はプリンタのいずれかに処理負担が偏るのを防止することができる。また、印刷システム全体から見れば、ホストコンピュータ側の画像処理とプリンタ側の画像処理とが並列的に実行されるため、印刷時間を短縮することができる。   Before printing, the printer inquires whether there is an image processing function available on the host computer side. If the image processing function on the host computer can be used, the host computer is requested to execute predetermined data processing. The result of the data processing is transmitted to the printer. On the printer side, printing image data is generated and printed based on the processing result on the host computer side. Accordingly, it is possible to perform image processing for generating image data for printing using both the image processing function on the host computer side and the image processing function on the printer side. Therefore, it is possible to prevent the processing load from being biased to either the host computer or the printer. Further, when viewed from the whole printing system, the image processing on the host computer side and the image processing on the printer side are executed in parallel, so that the printing time can be shortened.

また、検出手段は、ホストコンピュータから印刷内容の概要を示す印刷概要情報を取得し、該印刷概要情報に基づいてホストコンピュータ側で実行可能な画像処理機能を検出することもできる。   The detection unit can also acquire print summary information indicating a summary of print contents from the host computer, and detect an image processing function executable on the host computer side based on the print summary information.

「印刷概要情報」とは、印刷内容の概要を示す情報を意味し、具体的には、圧縮アルゴリズムのタイプ、イメージの数、用紙サイズ等のように、印刷用イメージデータの生成に要する画像処理機能を特定するのに必要な情報を含んだ情報を意味する。検出手段は、印刷概要情報に基づいて、必要な画像処理機能をホストコンピュータ側で検出することができる。   “Print summary information” means information indicating an outline of print contents, specifically, image processing required for generating image data for printing, such as the type of compression algorithm, the number of images, and the paper size. This means information that contains information necessary to specify the function. The detection unit can detect a necessary image processing function on the host computer side based on the print summary information.

検出手段は、画像処理手段によるデータ処理が所定量実行される毎に、ホストコンピュータ側で実行可能な画像処理機能を検出することもできる。   The detection means can also detect an image processing function that can be executed on the host computer side each time a predetermined amount of data processing by the image processing means is executed.

ここで、「所定量」としては、例えば、シリアルプリンタの場合は1バンド分のデータ処理を、ページプリンタの場合は1ページ分のデータ処理を挙げることができる。所定量のデータ処理を行う度に、検出手段は、ホストコンピュータ側で実行可能な画像処理機能を検出する。これにより、ホストコンピュータ側の画像処理機能が使用不能となった場合等でも、印刷処理が中断等するのを防止することができる。   Here, examples of the “predetermined amount” include data processing for one band in the case of a serial printer, and data processing for one page in the case of a page printer. Each time a predetermined amount of data is processed, the detecting means detects an image processing function that can be executed on the host computer side. Thereby, even when the image processing function on the host computer side becomes unusable, it is possible to prevent the printing process from being interrupted.

応答手段は、ホストコンピュータ側で実行可能な画像処理機能のうち、該ホストコンピュータ側で使用する画像処理機能の使用を拒否することもできる。   The response means can also reject the use of the image processing function used on the host computer side among the image processing functions executable on the host computer side.

ホストコンピュータ側で利用できる画像処理機能が検出された場合でも、応答手段はその使用を拒否することができる。これにより、ホストコンピュータ側が別のデータ処理のために画像処理機能を必要とするような場合には、該画像処理機能をホストコンピュータ側で使用することができる。   Even when an image processing function that can be used on the host computer side is detected, the response means can refuse to use it. Thus, when the host computer side needs an image processing function for another data processing, the image processing function can be used on the host computer side.

所定の画像処理機能には、少なくとも圧縮画像データの復元機能が含まれており、依頼手段は、圧縮画像データの復元処理をホストコンピュータに依頼することができる。   The predetermined image processing function includes at least a compressed image data restoration function, and the request unit can request the host computer to perform the compressed image data restoration process.

例えば、圧縮画像データとしては、JPEGデータ、GIFデータ等を挙げることができる。   For example, examples of compressed image data include JPEG data and GIF data.

本発明は、プリンタ、プリンタ制御方法及びホストコンピュータとしても表現することができる。また、コンピュータプログラムを記録した記録媒体として把握することもできる。プログラムは、例えば、ハードディスクやフロッピーディスク、メモリ等の種々の有形的な記録媒体に固定することができる。また、これに限らず、例えば、ネットワーク上のサーバから所定のプログラムをダウンロードする等のように、通信媒体を用いることもできる。   The present invention can also be expressed as a printer, a printer control method, and a host computer. It can also be understood as a recording medium on which a computer program is recorded. The program can be fixed to various tangible recording media such as a hard disk, a floppy disk, and a memory. In addition, the communication medium is not limited to this, and a communication medium can be used, such as downloading a predetermined program from a server on the network.

以上説明した通り、本発明に係る印刷システムによれば、プリンタの画像処理機能とホストコンピュータ側の画像処理機能とを協調して並列的に動作可能であるため、印刷処理速度を短縮することができる。また、ホストコンピュータ側に実装された画像処理機能を利用するため、プリンタ側の処理負担を軽減することができる。さらに、ディジタルカメラ等のような処理能力の低いホストコンピュータを用いる場合でも高機能な印刷を比較的短時間で行うことができる。   As described above, according to the printing system of the present invention, the image processing function of the printer and the image processing function on the host computer side can be operated in parallel, so the print processing speed can be reduced. it can. Further, since the image processing function installed on the host computer side is used, the processing load on the printer side can be reduced. Further, even when a host computer having a low processing capability such as a digital camera is used, highly functional printing can be performed in a relatively short time.

以下、図1〜図4に基づき、本発明の実施の形態を説明する。   Hereinafter, embodiments of the present invention will be described with reference to FIGS.

1.第1の実施の形態
図1及び図2は本発明の第1の実施の形態に係り、図1は印刷システム全体のブロック図である。
1. First Embodiment FIGS. 1 and 2 relate to a first embodiment of the present invention, and FIG. 1 is a block diagram of the entire printing system.

ディジタルカメラとして構成されたホストコンピュータ1は、撮像部2,画像処理部3,印刷データ生成部4,通信インターフェース(以下、「I/F」と略記)5,応答部6及び機能管理テーブル7を備えている。   The host computer 1 configured as a digital camera includes an imaging unit 2, an image processing unit 3, a print data generation unit 4, a communication interface (hereinafter abbreviated as "I / F") 5, a response unit 6 and a function management table 7. I have.

CCD素子等を含んでなる撮像部2で撮像されたディジタル画像データは、画像処理部3に入力される。画像処理部3は、画像データに色補正や圧縮等の所定の処理を行う。処理された画像データは、印刷データ生成部4によって印刷データに変換される。具体的には、例えば、所定のヘッダ情報等を処理済みの画像データに加えることにより印刷データが生成される。生成された印刷データは、I/F5から通信回線CNを介して後述のプリンタ11に送信される。通信回線CNは、例えば、シリアルケーブル、パラレルケーブル、赤外線通信等として実現可能である。   Digital image data picked up by the image pickup unit 2 including a CCD element or the like is input to the image processing unit 3. The image processing unit 3 performs predetermined processing such as color correction and compression on the image data. The processed image data is converted into print data by the print data generation unit 4. Specifically, for example, print data is generated by adding predetermined header information or the like to processed image data. The generated print data is transmitted from the I / F 5 to the printer 11 to be described later via the communication line CN. The communication line CN can be realized as, for example, a serial cable, a parallel cable, or infrared communication.

「応答手段」としての応答部6は、プリンタ11からの問い合わせに応じて、機能管理テーブル7を検索することにより、プリンタ11側で利用可能な画像処理機能を検出し応答する。機能管理テーブル7には、各画像処理機能G1〜G3が使用可否の情報等と共に対応付けられて記憶されている。ここで、画像処理機能G1〜G3としては、例えば、圧縮画像データの復元機能、色変換機能、ハーフトーン処理機能、画像回転機能、画像の補間処理、間引き処理等を挙げることができる。各画像処理機能には、使用の可否を示すフラグがそれぞれセットされている。使用可のフラグがセットされた画像処理機能は、プリンタ11からの依頼を受けて作動させることができる。使用不可のフラグがセットされた画像処理機能は、プリンタ11によって利用することはできない。なお、画像処理機能G1〜G3は、説明の便宜上、3個だけ図示しているがこれに限定されない。   The response unit 6 as “response means” detects and responds to an image processing function available on the printer 11 side by searching the function management table 7 in response to an inquiry from the printer 11. In the function management table 7, the image processing functions G1 to G3 are stored in association with information on availability or the like. Examples of the image processing functions G1 to G3 include a compressed image data restoration function, a color conversion function, a halftone processing function, an image rotation function, an image interpolation process, and a thinning process. Each image processing function is set with a flag indicating whether it can be used. The image processing function in which the usable flag is set can be activated upon receiving a request from the printer 11. The image processing function in which the unusable flag is set cannot be used by the printer 11. Although only three image processing functions G1 to G3 are shown for convenience of explanation, the present invention is not limited to this.

例えば、カラーインクジェットプリンタとして構成されるプリンタ11は、プリンタコントローラ12,エンジンコントローラ13及びプリントエンジン14を備えている。プリンタコントローラ12には、通信I/F15,入力バッファ16,画像処理部17,出力バッファ18及び制御部19がそれぞれ設けられている。通信回線CNからI/F15を介して送信された印刷データは、入力バッファ16に記憶される。画像処理部17は、入力バッファ16から読み出した印刷データを解釈し、画像処理機能G1〜G3を所定の順序で実行させることにより、印刷用イメージデータを生成する。   For example, the printer 11 configured as a color inkjet printer includes a printer controller 12, an engine controller 13, and a print engine 14. The printer controller 12 includes a communication I / F 15, an input buffer 16, an image processing unit 17, an output buffer 18, and a control unit 19. The print data transmitted from the communication line CN via the I / F 15 is stored in the input buffer 16. The image processing unit 17 interprets the print data read from the input buffer 16 and generates image data for printing by executing the image processing functions G1 to G3 in a predetermined order.

制御部19は、プリンタ11側の画像処理部17の作動とホストコンピュータ1側の画像処理部3の作動を調整するものである。制御部19には、「検出手段」としての機能検出部20と、「依頼手段」としての処理依頼部21とが含まれている。また、図示はしないが制御部19は「送信手段」も実現している。ホストコンピュータ1から印刷が指示されると、機能検出部20は、ホストコンピュータ1側で利用可能な画像処理機能について問い合わせる。この問い合わせにホストコンピュータ1の応答部6が回答すると、処理依頼部21は、ホストコンピュータ1側に依頼すべき画像処理を決定する。画像処理部17は、ホストコンピュータ1の画像処理部3で実行された処理結果に基づいて印刷用イメージデータを生成する。   The control unit 19 adjusts the operation of the image processing unit 17 on the printer 11 side and the operation of the image processing unit 3 on the host computer 1 side. The control unit 19 includes a function detection unit 20 as a “detection unit” and a processing request unit 21 as a “request unit”. In addition, although not shown, the control unit 19 also implements “transmission means”. When printing is instructed from the host computer 1, the function detection unit 20 inquires about image processing functions that can be used on the host computer 1 side. When the response unit 6 of the host computer 1 answers this inquiry, the processing request unit 21 determines image processing to be requested to the host computer 1 side. The image processing unit 17 generates print image data based on the processing result executed by the image processing unit 3 of the host computer 1.

図2は、本実施の形態の作用を示すフローチャートである。なお、以下の説明では、ステップを「S」と略記する。図中の左側にはプリンタ11側で実行される処理が、図中右側にはホストコンピュータ1側で実行される処理がそれぞれ示されている。   FIG. 2 is a flowchart showing the operation of the present embodiment. In the following description, step is abbreviated as “S”. The left side of the drawing shows processing executed on the printer 11 side, and the right side of the drawing shows processing executed on the host computer 1 side.

印刷が指示されると、プリンタ1の機能検出部20は、ホストコンピュータ1に対して印刷概要情報の送信を要求する(PS1)。印刷概要情報には、例えば、印刷すべき画像の数(オブジェクト数)や用紙サイズ等が含まれている。印刷概要情報の送信要求を受信したホストコンピュータ1では、印刷データの送信に先立って印刷概要情報を送信する(HS1)。印刷概要情報を取得したプリンタ11の機能検出部20は、印刷概要情報に基づいて、今回の印刷に要する所定の画像処理機能を特定し、該各所定の機能の全部又は一部について、ホストコンピュータ1側の画像処理機能を利用できるか否かを問い合わせる(PS2)。ここで、必要とされる所定の画像処理機能の全てについてホストコンピュータ1側に問い合わせる必要はない。例えば、圧縮画像データの復元機能等のように予め設定された機能についてのみ問い合わせることもできる。   When printing is instructed, the function detection unit 20 of the printer 1 requests the host computer 1 to transmit print summary information (PS1). The print summary information includes, for example, the number of images to be printed (number of objects), the paper size, and the like. The host computer 1 that has received the print summary information transmission request sends the print summary information prior to sending the print data (HS1). The function detection unit 20 of the printer 11 that has acquired the print summary information identifies a predetermined image processing function required for the current printing based on the print summary information, and the host computer is configured for all or a part of each of the predetermined functions. An inquiry is made as to whether or not the image processing function on one side can be used (PS2). Here, it is not necessary to make an inquiry to the host computer 1 for all of the required predetermined image processing functions. For example, it is possible to inquire only about a preset function such as a compressed image data restoration function.

画像処理機能の問い合わせを受けたホストコンピュータ1の応答部6は、機能管理テーブル7を参照し、ホストコンピュータ1側に実装された画像処理機能を回答する(HS2)。プリンタ11の機能検出部20は、所望の画像処理機能について使用可能か否かを問い合わせる(PS3)。この問い合わせに対し、ホストコンピュータ1の応答部6は、使用可否のフラグを参照して使用可能か否かを回答する(HS3)。なお、ホストコンピュータ1側に実装されている画像処理機能を回答する際に、使用可否の状態を含めて応答することもできる。この場合には、PS3及びHS3は省略される。   Upon receiving the inquiry about the image processing function, the response unit 6 of the host computer 1 refers to the function management table 7 and answers the image processing function installed on the host computer 1 side (HS2). The function detection unit 20 of the printer 11 inquires whether a desired image processing function can be used (PS3). In response to this inquiry, the response unit 6 of the host computer 1 replies whether it can be used or not by referring to the flag of availability (HS3). It should be noted that when the image processing function installed on the host computer 1 side is answered, it is possible to respond including the availability status. In this case, PS3 and HS3 are omitted.

プリンタ11の処理依頼部21は、所望の画像処理機能を使用できるか否かを判定し(PS4)、所望の画像処理機能を使用できる場合には、該画像処理の実行をホストコンピュータ1側に依頼する(PS5)。説明の便宜上、ここでは、画像処理機能G1〜G3のうちG1の実行をホストコンピュータ1側に依頼するものとする。画像処理機能G1の実行を依頼されたホストコンピュータ1の画像処理部3は、画像データに依頼された画像処理G1を実行する(HS4)。このデータ処理の結果はプリンタ11側に送信される(HS5)。   The processing request unit 21 of the printer 11 determines whether or not a desired image processing function can be used (PS4). If the desired image processing function can be used, execution of the image processing is sent to the host computer 1 side. Request (PS5). For convenience of explanation, it is assumed here that the host computer 1 is requested to execute G1 among the image processing functions G1 to G3. The image processing unit 3 of the host computer 1 requested to execute the image processing function G1 executes the image processing G1 requested for the image data (HS4). The result of this data processing is transmitted to the printer 11 side (HS5).

そして、プリンタ11の画像処理部17は、画像処理G1の処理結果に対して更に画像処理G2,G3を実行し、印刷用イメージデータを生成する(PS8,PS9)。これにより生成された印刷用イメージデータは、エンジンコントローラ13に入力され印刷される(PS10)。一方、ホストコンピュータ1側の画像処理機能G1を利用できない場合は(PS4:NO)、ホストコンピュータ1から印刷データを受信して(PS6)、プリンタ11側の画像処理部17により画像処理G1を実行する(PS7)。従って、この場合は、印刷用イメージデータの生成に要する全ての画像処理をプリンタ11側で実行することになる。   Then, the image processing unit 17 of the printer 11 further performs image processing G2 and G3 on the processing result of the image processing G1, and generates print image data (PS8 and PS9). The image data for printing thus generated is input to the engine controller 13 and printed (PS10). On the other hand, when the image processing function G1 on the host computer 1 side cannot be used (PS4: NO), print data is received from the host computer 1 (PS6), and the image processing G1 is executed by the image processing unit 17 on the printer 11 side. (PS7). Therefore, in this case, all the image processing required for generating the print image data is executed on the printer 11 side.

そして、プリンタ11側では、全ての印刷が完了するまでPS3以降の処理が繰り返される(PS11)。一方、ホストコンピュータ1側では、印刷データの送信が完了するまでHS3以降の処理が繰り返される(HS6)。   On the printer 11 side, the processes after PS3 are repeated until all printing is completed (PS11). On the other hand, on the host computer 1 side, the processes after HS3 are repeated until the transmission of the print data is completed (HS6).

このように構成される本実施の形態では、以下の効果を奏する。   The embodiment configured as described above has the following effects.

第1に、ホストコンピュータ1とプリンタ11との間で画像処理を分担して行うため、プリンタ11側の処理負担を少なくすることができる。   First, since image processing is shared between the host computer 1 and the printer 11, the processing load on the printer 11 side can be reduced.

第2に、ホストコンピュータ1とプリンタ11とが画像処理を並列的に処理するため、データ処理に要する時間を短縮することができ、印刷速度を向上させることができる。   Second, since the host computer 1 and the printer 11 perform image processing in parallel, the time required for data processing can be shortened and the printing speed can be improved.

第3に、ホストコンピュータ1とプリンタ11とが互いのデータ処理資源(画像処理機能)を使用してデータ処理を行うため、ホストコンピュータ1の処理能力が低い場合等でも高機能な印刷を実現することができる。従って、本実施の形態のように、ディジタルカメラから直接プリンタにデータを送信して印刷させるダイレクト印刷の場合に特に有用である。   Thirdly, since the host computer 1 and the printer 11 perform data processing using mutual data processing resources (image processing functions), high-performance printing is realized even when the processing capacity of the host computer 1 is low. be able to. Therefore, this embodiment is particularly useful in the case of direct printing in which data is directly transmitted from a digital camera to a printer for printing as in the present embodiment.

第4に、ホストコンピュータ1側の画像処理機能に使用不可フラグが設定されている場合には、該画像処理機能をプリンタ11側で利用できない。従って、ホストコンピュータ1側で他のデータ処理のために該画像処理機能を使用する場合に、速やかに使用できる。   Fourth, when the unusable flag is set in the image processing function on the host computer 1 side, the image processing function cannot be used on the printer 11 side. Therefore, when the image processing function is used for other data processing on the host computer 1 side, it can be used promptly.

2.第2の実施の形態
次に、図3及び図4に基づき、本発明の第2の実施の形態を説明する。なお、以下の各実施の形態では、上述した構成要素と同一の構成要素に同一の符号を付し、その説明を省略するものとする。本実施の形態では、圧縮画像データを印刷する場合の具体的な処理方法を示している。
2. Second Embodiment Next, a second embodiment of the present invention will be described with reference to FIGS. In the following embodiments, the same components as those described above are denoted by the same reference numerals, and the description thereof is omitted. In this embodiment, a specific processing method when printing compressed image data is shown.

図3は、本実施の形態による印刷処理のフローチャートである。印刷が指示されると、プリンタ11は、印刷すべき画像の数、即ち、画像オブジェクトの数や用紙サイズ、圧縮アルゴリズム(データ形式)等の印刷概要情報をホストコンピュータ1から取得する(S1)。次に、取得した画像オブジェクト数等に基づいて印刷用イメージデータを生成するためのレイアウトを設定する(S2)。   FIG. 3 is a flowchart of the printing process according to this embodiment. When printing is instructed, the printer 11 acquires print summary information such as the number of images to be printed, that is, the number of image objects, the paper size, and the compression algorithm (data format) from the host computer 1 (S1). Next, a layout for generating image data for printing is set based on the acquired number of image objects and the like (S2).

そして、処理依頼部21は、圧縮画像データを復元させるための復元機能が利用可能であるかを判定する(S3)。即ち、復元機能の有無及び使用の可否をホストコンピュータ1に問い合わせる。圧縮画像データの復元機能を利用可能な場合は、ホストコンピュータ1に対して、復元されたRGBラスタデータの送信を要求する(S4)。ホストコンピュータ1側で復元されたRGBラスタデータは、1ラインずつ又は複数ラインずつ送信される(S5)。プリンタ11の画像処理部17は、RGBラスタデータを受信すると、「残余の画像処理」に相当する色変換処理(S9)、ハーフトーン処理(S10)をバンド単位でそれぞれ実行する。これにより生成された印刷データは、エンジンコントローラ13に入力されて印刷される(S11)。全ての画像オブジェクトを印刷するまでS3〜S11の処理が繰り返される(S12)。   Then, the process request unit 21 determines whether a restoration function for restoring the compressed image data is available (S3). That is, the host computer 1 is inquired about the presence / absence of the restoration function and the availability of the use. If the compressed image data restoration function is available, the host computer 1 is requested to transmit the restored RGB raster data (S4). The RGB raster data restored on the host computer 1 side is transmitted line by line or line by line (S5). When receiving the RGB raster data, the image processing unit 17 of the printer 11 executes color conversion processing (S9) and halftone processing (S10) corresponding to “residual image processing” in units of bands. The print data generated thereby is input to the engine controller 13 and printed (S11). The processes of S3 to S11 are repeated until all the image objects are printed (S12).

ホストコンピュータ1が自ら復元機能を使用等するために、ホストコンピュータ1側に処理を依頼できない場合には(S3:NO)、ホストコンピュータ1に対して圧縮画像データ(ここでは、JPEGデータ)の送信を要求する(S6)。そして、ホストコンピュータ1から受信した圧縮画像データを、プリンタ11側の画像処理部17の画像処理機能によって復元し、バンド単位で記憶する出力バッファ18に格納させる(S7)。1バンド分のデータを復元するまでS6〜S8の処理が繰り返される(S8)。   If the host computer 1 cannot use the restoration function itself to request processing from the host computer 1 side (S3: NO), send compressed image data (here, JPEG data) to the host computer 1 Is requested (S6). Then, the compressed image data received from the host computer 1 is restored by the image processing function of the image processing unit 17 on the printer 11 side, and stored in the output buffer 18 that stores in band units (S7). The processes of S6 to S8 are repeated until data for one band is restored (S8).

このように構成される本実施の形態でも、上述した第1の実施の形態と同様の効果を得ることができる。図4には、本実施の形態による並列処理の様子が示されている。図4に示すように、プリンタ11が1バンド目のRGBラスタデータを要求すると、ホストコンピュータ1は、1バンド目に相当する圧縮画像データを復元し、プリンタ11に送信する。1バンド目のRGBラスタデータを受信したプリンタ11は、2バンド目のRGBラスタデータの送信を要求すると共に、既に受信した1バンド目のRGBラスタデータについて色変換処理やハーフトーン処理等を行う。従って、ホストコンピュータ1側が2バンド目の圧縮画像データを復元している間に、1バンド目の印刷を実行することができる。以下同様に、プリンタ11とホストコンピュータ1とが並列的に動作するため、印刷処理の時間を短縮することができる。   Also in the present embodiment configured as described above, the same effects as those of the first embodiment described above can be obtained. FIG. 4 shows a state of parallel processing according to the present embodiment. As shown in FIG. 4, when the printer 11 requests RGB raster data for the first band, the host computer 1 restores compressed image data corresponding to the first band and transmits it to the printer 11. The printer 11 that has received the first band of RGB raster data requests transmission of the second band of RGB raster data, and performs color conversion processing, halftone processing, and the like on the already received first band of RGB raster data. Therefore, the first band can be printed while the host computer 1 side restores the compressed image data of the second band. Similarly, since the printer 11 and the host computer 1 operate in parallel, the print processing time can be shortened.

なお、当業者であれば、前記各実施の形態に記載された本発明の要旨の範囲内で種々の追加、変更、組合せ等が可能である。例えば、図5(a)に示すように、画像処理G1及びG3をホストコンピュータ1側で実行させ、中間の画像処理G2をプリンタ側で実行してもよい。あるいは、プリンタ11側で先に画像処理G1及びG2を実行し、最後の画像処理G3をホストコンピュータ1側で実行させてもよい。但し、図5(a)の場合は、プリンタ11とホストコンピュータ1との間でのデータ転送量が増大するため、画像処理の内容等にもよるが、処理速度の大幅な向上は見込めない可能性がある。   A person skilled in the art can make various additions, changes, combinations, and the like within the scope of the present invention described in the above embodiments. For example, as shown in FIG. 5A, the image processing G1 and G3 may be executed on the host computer 1 side, and the intermediate image processing G2 may be executed on the printer side. Alternatively, the image processing G1 and G2 may be executed first on the printer 11 side, and the last image processing G3 may be executed on the host computer 1 side. However, in the case of FIG. 5A, since the data transfer amount between the printer 11 and the host computer 1 increases, it may not be possible to expect a significant improvement in processing speed depending on the contents of the image processing. There is sex.

また、前記各実施の形態では、圧縮画像データの形式としてJPEGを例示したが本発明はこれに限定されない。   In each of the above embodiments, JPEG is exemplified as the format of the compressed image data, but the present invention is not limited to this.

本発明の第1の実施の形態に係る印刷システムのブロック図である。1 is a block diagram of a printing system according to a first embodiment of the present invention. 印刷処理を示すフローチャートである。It is a flowchart which shows a printing process. 本発明の第2の実施の形態に係る印刷処理を示すフローチャートである。It is a flowchart which shows the printing process which concerns on the 2nd Embodiment of this invention. プリンタ及びホストコンピュータの動作状態を模式的に示す説明図である。It is explanatory drawing which shows typically the operation state of a printer and a host computer. 画像処理を分担させる他の例を示す説明図である。It is explanatory drawing which shows the other example which shares image processing.

符号の説明Explanation of symbols

1 ホストコンピュータ
3 画像処理部
4 印刷データ生成部
5 通信インターフェース
6 応答部
7 機能管理テーブル
11 プリンタ
12 プリンタコントローラ
13 エンジンコントローラ
14 プリントエンジン
15 通信インターフェース
17 画像処理部
19 制御部
20 機能検出部
21 処理依頼部
DESCRIPTION OF SYMBOLS 1 Host computer 3 Image processing part 4 Print data generation part 5 Communication interface 6 Response part 7 Function management table 11 Printer 12 Printer controller 13 Engine controller 14 Print engine 15 Communication interface 17 Image processing part 19 Control part 20 Function detection part 21 Processing request Part

Claims (12)

印刷データを生成して送信するホストコンピュータと、該ホストコンピュータから送信された印刷データに基づいて印刷を行うプリンタとを備えた印刷システムにおいて、
前記プリンタは、
印刷データに基づいて所定の画像処理機能をそれぞれ実行させることにより印刷用イメージデータを生成する画像処理手段と、
前記所定の画像処理機能のうち前記ホストコンピュータ側で実行可能な画像処理機能を検出する検出手段と、
前記検出された画像処理機能を前記ホストコンピュータ側で実行させて処理結果を要求する依頼手段と、
前記画像処理手段により生成された印刷用イメージデータに基づいて印刷を行う印刷手段とを含んで構成され、
前記ホストコンピュータは、
前記実行可能な画像処理機能の有無を前記検出手段に送信する応答手段と、
前記要求手段からの要求に応じて、前記処理結果を送信する送信手段とを含んで構成されていることを特徴とする印刷システム。
In a printing system comprising a host computer that generates and transmits print data, and a printer that performs printing based on the print data transmitted from the host computer,
The printer is
Image processing means for generating image data for printing by executing predetermined image processing functions based on the print data, and
Detecting means for detecting an image processing function executable on the host computer side among the predetermined image processing functions;
Request means for causing the host computer to execute the detected image processing function and requesting a processing result;
Printing means for performing printing based on the image data for printing generated by the image processing means,
The host computer
Response means for transmitting the presence or absence of the executable image processing function to the detection means;
A printing system comprising: a transmission unit that transmits the processing result in response to a request from the request unit.
前記検出手段は、前記ホストコンピュータから印刷内容の概要を示す印刷概要情報を取得し、該印刷概要情報に基づいて前記ホストコンピュータ側で実行可能な画像処理機能を検出する請求項1に記載の印刷システム。 2. The printing according to claim 1, wherein the detection unit acquires print summary information indicating a summary of print contents from the host computer, and detects an image processing function executable on the host computer side based on the print summary information. system. 前記検出手段は、前記画像処理手段によるデータ処理が所定量実行される毎に、前記ホストコンピュータ側で実行可能な画像処理機能を検出する請求項1又は請求項2のいずれかに記載の印刷システム。 3. The printing system according to claim 1, wherein the detection unit detects an image processing function executable on the host computer side each time a predetermined amount of data processing by the image processing unit is executed. . 前記応答手段は、前記ホストコンピュータ側で実行可能な画像処理機能のうち、該ホストコンピュータ側で使用する画像処理機能の使用を拒否する請求項1〜請求項3のいずれかに記載の印刷システム。 The printing system according to any one of claims 1 to 3, wherein the response unit rejects use of an image processing function used on the host computer side among image processing functions executable on the host computer side. 前記所定の画像処理機能には、少なくとも圧縮画像データの復元機能が含まれており、前記依頼手段は、前記圧縮画像データの復元処理を前記ホストコンピュータに依頼する請求項1〜請求項4のいずれかに記載の印刷システム。 The predetermined image processing function includes at least a compressed image data restoring function, and the requesting unit requests the host computer to restore the compressed image data. A printing system according to the above. ホストコンピュータから受信した印刷データに基づいて印刷を行うプリンタにおいて、
印刷データに基づいて所定の画像処理機能をそれぞれ実行させることにより印刷用イメージデータを生成する画像処理手段と、
前記所定の画像処理機能のうち前記ホストコンピュータ側で実行可能な画像処理機能を検出する検出手段と、
前記検出された画像処理機能を前記ホストコンピュータ側で実行させて処理結果を要求する依頼手段と、
前記処理結果を受信する受信手段と、
前記画像処理手段により生成された印刷用イメージデータに基づいて印刷を行う印刷手段とを備えて構成したことを特徴とするプリンタ。
In a printer that performs printing based on print data received from a host computer,
Image processing means for generating image data for printing by executing predetermined image processing functions based on the print data, and
Detecting means for detecting an image processing function executable on the host computer side among the predetermined image processing functions;
Request means for causing the host computer to execute the detected image processing function and requesting a processing result;
Receiving means for receiving the processing result;
A printer comprising: a printing unit that performs printing based on image data for printing generated by the image processing unit.
前記検出手段は、前記ホストコンピュータから印刷内容の概要を示す印刷概要情報を取得し、該印刷概要情報に基づいて前記ホストコンピュータ側で実行可能な画像処理機能を検出する請求項6に記載のプリンタ。 The printer according to claim 6, wherein the detection unit acquires print summary information indicating a summary of print contents from the host computer, and detects an image processing function executable on the host computer side based on the print summary information. . 前記検出手段は、前記画像処理手段によるデータ処理が所定量実行される毎に、前記ホストコンピュータ側で実行可能な画像処理機能を検出する請求項7又は請求項7のいずれかに記載のプリンタ。 8. The printer according to claim 7, wherein the detection unit detects an image processing function executable on the host computer side each time a predetermined amount of data processing by the image processing unit is executed. ホストコンピュータとプリンタとの間で画像処理を分担することにより印刷させるプリンタ制御方法において、
印刷用イメージデータの生成に用いる所定の画像処理機能のうち前記ホストコンピュータ側で実行可能な画像処理機能を検出するステップと、
前記検出された画像処理機能の実行を前記ホストコンピュータ側に依頼するステップと、
前記ホストコンピュータ側での処理結果を受信するステップと、
前記受信された処理結果に基づいて前記所定の画像処理機能のうち残余の画像処理機能を実行させることにより、前記印刷用イメージデータを生成するステップと、
前記生成された印刷用イメージデータに基づいて印刷を行うステップと、
を含んだことを特徴とするプリンタ制御方法。
In a printer control method for printing by sharing image processing between a host computer and a printer,
Detecting an image processing function executable on the host computer side among predetermined image processing functions used for generating print image data;
Requesting the host computer to execute the detected image processing function;
Receiving a processing result on the host computer side;
Generating the printing image data by causing the remaining image processing functions to be executed among the predetermined image processing functions based on the received processing results;
Printing based on the generated image data for printing;
A printer control method comprising:
前記ホストコンピュータから印刷内容の概要を示す印刷概要情報を取得するステップを更に備え、前記印刷概要情報に基づいて前記ホストコンピュータ側で実行可能な画像処理機能を検出する請求項9に記載のプリンタ制御方法。 The printer control according to claim 9, further comprising a step of acquiring print summary information indicating a summary of print contents from the host computer, and detecting an image processing function executable on the host computer side based on the print summary information. Method. プリンタに送信するためのデータを生成するホストコンピュータにおいて、
前記プリンタからの問い合わせに応じて、印刷用イメージデータの生成に際して必要な所定の画像処理のうち、ホストコンピュータ側で実行可能な画像処理の有無を送信する応答手段と、
前記プリンタから依頼された画像処理を実行するデータ処理手段と、
前記データ処理手段による処理結果を前記プリンタに送信する送信手段とを備えて構成されていることを特徴とするホストコンピュータ。
In a host computer that generates data for transmission to a printer,
In response to an inquiry from the printer, response means for transmitting the presence or absence of image processing that can be executed on the host computer side among predetermined image processing necessary for generating print image data;
Data processing means for executing image processing requested by the printer;
A host computer comprising: a transmission unit that transmits a processing result of the data processing unit to the printer.
ホストコンピュータから受信したデータに基づいて印刷するプリンタを制御するためのプログラムを記録した記録媒体において、
印刷用イメージデータの生成に要する所定の画像処理機能のうち前記ホストコンピュータ側で実行可能な画像処理機能を検出する機能と、
前記検出された画像処理機能の実行を前記ホストコンピュータ側に依頼する機能と、
前記ホストコンピュータ側での処理結果に基づいて前記所定の画像処理機能のうち残余の画像処理機能を実行させることにより、前記印刷用イメージデータを生成する機能と、
前記生成された印刷用イメージデータに基づいて印刷させる機能とを、
コンピュータ上に実現させるためのプログラムを前記コンピュータが読取り及び理解可能な形態で記録したことを特徴とする記録媒体。
In a recording medium recording a program for controlling a printer to print based on data received from a host computer,
A function for detecting an image processing function executable on the host computer side among predetermined image processing functions required for generating print image data;
A function of requesting the host computer to execute the detected image processing function;
A function of generating the print image data by executing a remaining image processing function among the predetermined image processing functions based on a processing result on the host computer side;
A function of printing based on the generated image data for printing,
A recording medium on which a program to be realized on a computer is recorded in a form that can be read and understood by the computer.
JP2005109427A 2005-04-06 2005-04-06 Printing system Pending JP2005271596A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005109427A JP2005271596A (en) 2005-04-06 2005-04-06 Printing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005109427A JP2005271596A (en) 2005-04-06 2005-04-06 Printing system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP31718899A Division JP3832702B2 (en) 1999-11-08 1999-11-08 Printing system

Publications (1)

Publication Number Publication Date
JP2005271596A true JP2005271596A (en) 2005-10-06

Family

ID=35171720

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005109427A Pending JP2005271596A (en) 2005-04-06 2005-04-06 Printing system

Country Status (1)

Country Link
JP (1) JP2005271596A (en)

Similar Documents

Publication Publication Date Title
US8762750B2 (en) Information processing apparatus and method of controlling the same
JP3660182B2 (en) Image processing device
US20150116778A1 (en) Information processing apparatus and storage medium
JP3832702B2 (en) Printing system
JP2006270896A (en) Data storage output device and method, and data processing device and method
JP4165451B2 (en) Printing system, printing request terminal, compression algorithm selection program, and printing method
JP4696748B2 (en) Image forming system, interrupt processing method, and printing apparatus
US20110279837A1 (en) Image processing system, information processing system, control method, and program
US10389912B2 (en) Image processing apparatus and method for controlling image processing apparatus
JP2012156645A (en) Information processor, communication apparatus, and control method therefor
JP2005271596A (en) Printing system
JP2002132642A (en) Image data processor, image data processing method, and storage medium
JP5600959B2 (en) Image processing apparatus and image processing method
JP5093576B2 (en) Printing control apparatus and image forming system
JP6248594B2 (en) Image processing system, image processing apparatus, processing method, and control program
JP2004178126A (en) Image processing system and print control device
JP5935428B2 (en) Reading control apparatus, reading system, and program
JP4873315B2 (en) Image processing device
JP2012070304A (en) Image processor, data processing method for image processor, and program
JP2004221809A (en) Image forming apparatus, connection device used for image forming apparatus, and program
US20110158531A1 (en) Image processing apparatus and control method thereof
JP6443043B2 (en) Scanner
US20160366304A1 (en) Image forming apparatus and image forming method
JP2009182378A (en) Image reading system
JP2014120903A (en) Transfer system, storage device and transfer device