JP4379299B2 - Printing apparatus, print data generation system, printing method, and print data generation method - Google Patents

Printing apparatus, print data generation system, printing method, and print data generation method Download PDF

Info

Publication number
JP4379299B2
JP4379299B2 JP2004316237A JP2004316237A JP4379299B2 JP 4379299 B2 JP4379299 B2 JP 4379299B2 JP 2004316237 A JP2004316237 A JP 2004316237A JP 2004316237 A JP2004316237 A JP 2004316237A JP 4379299 B2 JP4379299 B2 JP 4379299B2
Authority
JP
Japan
Prior art keywords
data
print
printing
condition
terminal
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.)
Active
Application number
JP2004316237A
Other languages
Japanese (ja)
Other versions
JP2006127244A (en
Inventor
幸光 藤森
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 JP2004316237A priority Critical patent/JP4379299B2/en
Publication of JP2006127244A publication Critical patent/JP2006127244A/en
Application granted granted Critical
Publication of JP4379299B2 publication Critical patent/JP4379299B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、コンピュータによる取り扱いが可能な形式の画像データを、所定の参照データを用いて、印刷装置で印刷可能な形式の印刷データに変換する技術に関するものである。   The present invention relates to a technique for converting image data in a format that can be handled by a computer into print data in a format that can be printed by a printing apparatus using predetermined reference data.

コンピュータで扱われるカラー画像のデータ(以下、画像データという)は、通常、通常、R(赤),G(緑),B(青)の各色の階調値によって表現されている。これに対し、プリンタでのカラー印刷に用いられるデータ(以下、印刷データという)は、基本的には、C(シアン),M(マゼンタ),Y(イエロー)の各色のドット分布によって表現されている。このように、両者はカラー画像の表現方法が大きく異なっているため、パーソナルコンピュータなどの端末の画面に表示されるカラー画像を印刷するためには、まず、画像データを印刷データに変換しておく必要がある。   Color image data (hereinafter referred to as image data) handled by a computer is usually expressed by gradation values of R (red), G (green), and B (blue) colors. On the other hand, data used for color printing in a printer (hereinafter referred to as print data) is basically expressed by dot distribution of each color of C (cyan), M (magenta), and Y (yellow). Yes. As described above, since the color image representation methods are greatly different from each other, in order to print a color image displayed on the screen of a terminal such as a personal computer, first, the image data is converted into print data. There is a need.

こうした画像データの印刷データへの変換処理(以下、データ変換処理という)は、通常、印刷装置に接続された端末側で行なわれ、変換後の印刷データは、印刷のために、端末から印刷装置に転送されていた。こうした端末から印刷装置への印刷データの転送量を最小にしてカラー画像の印刷時間を短縮すべく、従来、1つの画像の印刷を行なう際に必要となるデータ変換処理をホストコンピュータと印刷装置とで分担して実行する手法が提案されていた(例えば、特許文献1を参照)。   Such conversion processing of image data into print data (hereinafter referred to as data conversion processing) is usually performed on the terminal side connected to the printing apparatus, and the converted print data is transferred from the terminal to the printing apparatus for printing. Had been transferred to. Conventionally, in order to shorten the printing time of a color image by minimizing the amount of print data transferred from the terminal to the printing apparatus, a data conversion process required when printing one image is performed between the host computer and the printing apparatus. Has been proposed (see, for example, Patent Document 1).

特開平11−3187号公報Japanese Patent Laid-Open No. 11-3187

しかしながら、上記の従来の手法では、1つの画像を表わす画像データに対するデータ変換処理をホストコンピュータおよび印刷装置の双方が行なうため、画像を印刷しようとする際には、ホストコンピュータによるデータ変換処理、変換されたデータのホストコンピュータへの転送処理、印刷装置によるデータ変換処理という連続した3つの処理を常に
行わなければならず、システム全体としての印刷効率については改善の余地があった。
However, in the above-described conventional method, both the host computer and the printing apparatus perform data conversion processing on image data representing one image. Therefore, when an image is to be printed, the data conversion processing and conversion by the host computer are performed. The continuous three processes of transferring the processed data to the host computer and the data conversion process by the printing apparatus must always be performed, and there is room for improvement in the printing efficiency of the entire system.

また、上記の従来の手法では、データ変換処理の内容を記述したプログラムや該プログラムの実行に参照される参照データを、ホストコンピュータのみならず、印刷装置にも重複して格納しておかなければならず、ソフトウェア資源の無駄が生じ、印刷装置のコストが高くなってしまうという難点があった。特に、近年の画像印刷に伴うデータ変換処理では、多様な画質での印刷に対応すべく、端末側で指定された印刷解像度や印刷用紙の種類等の印刷条件に応じて異なるプログラムや参照データが用いられており、例えば、印刷解像度が高い場合と低い場合とでは、色変換処理において参照されるルックアップテーブル(以下、LUTという)の内容が異なっている。よって、上記従来の手法において様々な画質での印刷を実現するためには、上記のプログラムや参照データを、要求される各画質に対応した内容で多種類準備し、こうした多種類のプログラムや参照データをホストコンピュータおよび印刷装置に重複して格納しなければならず、上記の難点がより顕著になるおそれがあった。   Further, in the above conventional method, a program describing the contents of the data conversion process and reference data referred to when the program is executed must be stored not only in the host computer but also in the printing apparatus. In other words, software resources are wasted and the cost of the printing apparatus is increased. In particular, in data conversion processing accompanying recent image printing, different programs and reference data are available depending on printing conditions such as printing resolution and type of printing paper specified on the terminal side in order to support printing with various image quality. For example, the contents of a look-up table (hereinafter referred to as LUT) referred to in the color conversion process differ between when the print resolution is high and when the print resolution is low. Therefore, in order to realize printing with various image quality in the above conventional method, the above-mentioned program and reference data are prepared with various contents corresponding to each requested image quality, and such various types of programs and references are prepared. The data must be stored redundantly in the host computer and the printing apparatus, and the above-described difficulty may be more noticeable.

本発明は、上記した問題点を踏まえ、端末側で指定された種々の印刷条件に対応した多様な画質での印刷を効率良く実現することを目的とし、付加的には、端末と印刷装置との間において、データ変換処理に必要なソフトウェア資源の有効活用を図ることを目的として、以下の構成を採った。   In view of the above-described problems, the present invention aims to efficiently realize printing with various image quality corresponding to various printing conditions specified on the terminal side. In order to effectively utilize software resources necessary for data conversion processing, the following configuration was adopted.

本発明の印刷装置は、
コンピュータによる取り扱いが可能な形式の画像データを所定の参照データを用いて印刷可能な形式の印刷データに変換する際に、1つの前記画像データに対して複数種類の参照データのうちのいずれかの種類の参照データが用いられることによって複数通りの印刷データが生成され得る場合に、該生成されたそれぞれの印刷データに基づいて、前記1つの画像データによって表わされる画像を2種類以上の画質で印刷可能な印刷装置であって、
少なくとも前記画像データを印刷データに変換する際に、前記複数種類の参照データのうちの一部の種類の参照データを保持する参照データ保持手段と、
所定の端末において前記画像データによって表わされる画像についての印刷指示がなされた場合に、該印刷指示がなされた画像である印刷対象画像についての印刷要求を表わす印刷要求データを入力する入力手段と、
該入力された印刷要求データに基づいて、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断する印刷条件判断手段と、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において生成された前記印刷データに基づいて前記印刷対象画像の印刷を行なう印刷手段と
を備えたことを要旨とする。
The printing apparatus of the present invention includes:
When converting image data in a format that can be handled by a computer into print data in a format that can be printed using predetermined reference data, any one of a plurality of types of reference data for one image data When multiple types of print data can be generated by using different types of reference data, the image represented by the one image data is printed with two or more types of image quality based on the generated print data. A possible printing device,
Reference data holding means for holding at least some types of reference data among the plurality of types of reference data when converting the image data into print data;
An input means for inputting print request data representing a print request for an image to be printed, which is an image for which the print instruction has been made, when a print instruction is made for the image represented by the image data at a predetermined terminal;
Print condition determining means for determining the type of print condition designated on the terminal side for the print target image, which is an image for which the print instruction has been made, based on the input print request data;
In accordance with the determined type of printing condition, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print generated by the determined execution body And a printing unit that prints the image to be printed based on the data.

また、上記印刷装置と同様の技術を用いてなされた本発明の印刷方法は、
コンピュータによる取り扱いが可能な形式の画像データを所定の参照データを用いて印刷可能な形式の印刷データに変換する際に、1つの前記画像データに対して複数種類の参照データのうちのいずれかの種類の参照データが用いられることによって複数通りの印刷データが生成され得る場合に、少なくとも前記画像データを印刷データに変換する際に、前記複数種類の参照データのうちの一部の種類の参照データを保持する印刷装置において、前記生成されたそれぞれの印刷データに基づき、前記1つの画像データによって表わされる画像を2種類以上の画質で印刷可能とする印刷方法であって、
所定の端末において前記画像データによって表わされる画像についての印刷指示がなされた場合に、該印刷指示がなされた画像である印刷対象画像についての印刷要求を表わす印刷要求データを入力した前記印刷装置が、
該入力された印刷要求データに基づいて、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断し、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において生成された前記印刷データに基づいて前記印刷対象画像の印刷を行なうことを要旨とする。
In addition, the printing method of the present invention, which is performed using the same technology as the above printing apparatus,
When converting image data in a format that can be handled by a computer into print data in a format that can be printed using predetermined reference data, any one of a plurality of types of reference data for one image data When a plurality of types of print data can be generated by using types of reference data, at least when converting the image data into print data, some types of reference data among the plurality of types of reference data A printing method that enables an image represented by the one image data to be printed with two or more types of image quality based on each of the generated print data,
When a print instruction for an image represented by the image data is given at a predetermined terminal, the printing apparatus that has input print request data representing a print request for a print target image that is an image for which the print instruction has been made,
Based on the input print request data, determine the type of print condition designated on the terminal side for the print target image that is the image for which the print instruction has been made,
In accordance with the determined type of printing condition, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print generated by the determined execution body The gist is to print the image to be printed based on the data.

ここで、印刷条件とは、画像データの印刷データへの変換時に考慮される条件である。この印刷条件を構成する個々の要素としては、例えば、印刷解像度、用紙等の印刷対象物の種類、印刷指示がなされた端末の種類などを考えることができる。   Here, the printing condition is a condition considered when converting image data into print data. As individual elements constituting this printing condition, for example, the printing resolution, the type of printing object such as paper, the type of terminal for which a printing instruction is given, and the like can be considered.

本発明の印刷装置ないし印刷方法では、端末から画像の印刷指示を受けた印刷装置は、該端末から入力した印刷要求データに基づいて、印刷対象画像について端末側で指定された印刷条件の種類を判断し、該判断された印刷条件の種類に応じて、画像データを印刷データに変換する処理の実行主体を端末または印刷装置のいずれかに決定し、該決定した実行主体において生成された前記印刷データに基づいて前記印刷対象画像の印刷を行なう。これにより、印刷条件の種類に適した単一の主体(端末または印刷装置)によってデータ変換処理が実行され、印刷データが生成されるので、1つの画像を表わす画像データから印刷データを生成するために端末と印刷装置の双方がデータ変換処理を実行するという必要がなくなる。従って、印刷装置において、種々の印刷条件に対応した多様な画質での印刷を効率良く実現することができる。   In the printing apparatus or the printing method of the present invention, the printing apparatus that has received the image printing instruction from the terminal sets the type of printing condition specified on the terminal side for the print target image based on the print request data input from the terminal. According to the type of the determined printing condition, the execution subject of the process for converting the image data into the print data is determined as either a terminal or a printing apparatus, and the print generated by the determined execution subject The print target image is printed based on the data. As a result, the data conversion process is executed by a single subject (terminal or printing apparatus) suitable for the type of printing conditions, and print data is generated, so that print data is generated from image data representing one image. In addition, it is not necessary for both the terminal and the printing apparatus to execute the data conversion process. Therefore, the printing apparatus can efficiently realize printing with various image quality corresponding to various printing conditions.

上記の印刷装置および印刷方法には、様々な展開を考えることができる。以下、印刷装置を例にとって説明するが、印刷方法としても、ほぼ同様の展開が可能である。   Various developments can be considered for the above printing apparatus and printing method. Hereinafter, a printing apparatus will be described as an example, but almost the same development is possible as a printing method.

印刷手段が、印刷条件の種類が第1の条件であると判断された場合に、印刷要求データの一部として入力されたデータであって、端末が前記印刷対象画像を表わす画像データを該端末側に保持された前記一部の種類以外の種類の参照データを用いて変換することによって生成された第1印刷データに基づいて、印刷対象画像の印刷を行なう入力印刷手段と、印刷条件の種類が第1の条件以外の条件であると判断された場合に、印刷要求データの一部として入力された印刷対象画像を表わす画像データを、前記保持された一部の種類の参照データを用いて印刷データに変換し、該変換後の印刷データに基づいて印刷対象画像の印刷を行なう変換印刷手段とを備えた構成としてもよい。こうした構成では、データ変換処理に用いられる複数種類の参照データを、印刷装置が、端末と分担して保持している。こうした印刷装置に対して端末から画像の印刷指示がなされると、印刷装置は、端末側で指定された印刷条件の種類が第1の条件以外の条件であるときに、自己が保持している参照データを用いたデータ変換処理を実行して印刷データを生成し、印刷条件の種類が第1の条件であるときには、データ変換処理を実行せず、端末が、自己が保持する参照データを用いて実行したデータ変換処理の結果(第1印刷データ)を入力する。これにより、端末と印刷装置の双方に同一の参照データを格納するという必要がなくなる。従って、端末と印刷装置との間において、データ変換処理に必要なソフトウェア資源(参照データ)を有効に活用しつつ、複数種類の参照データを使い分けた多様な画質での印刷を効率良く実現することができる。   When the printing unit determines that the type of the printing condition is the first condition, the data is input as a part of the print request data, and the terminal displays the image data representing the print target image. Input printing means for printing an image to be printed based on first print data generated by conversion using reference data of a type other than the one of the types held on the side, and types of printing conditions Is determined to be a condition other than the first condition, the image data representing the print target image input as a part of the print request data is used by using the held part of the reference data. It is good also as a structure provided with the conversion printing means which converts into printing data and prints a printing object image based on the printing data after this conversion. In such a configuration, the printing apparatus shares and holds a plurality of types of reference data used for data conversion processing with the terminal. When an instruction for printing an image is issued from the terminal to such a printing apparatus, the printing apparatus holds it when the type of printing condition specified on the terminal side is a condition other than the first condition. Data conversion processing using reference data is executed to generate print data. When the type of printing condition is the first condition, the data conversion processing is not executed, and the terminal uses reference data held by itself. The result (first print data) of the data conversion process executed in this step is input. This eliminates the need to store the same reference data in both the terminal and the printing apparatus. Therefore, between the terminal and the printing apparatus, it is possible to efficiently realize printing with various image quality using different types of reference data while effectively using software resources (reference data) necessary for data conversion processing. Can do.

入力印刷手段が印刷の基準とする第1印刷データを、端末側に保持された高解像度用の参照データを用いて変換されたものとすることも好ましい。こうすれば、情報量の多い印刷データへの変換処理が印刷装置側で行われることを回避することができる。   It is also preferable that the first print data used as a printing standard by the input printing unit is converted using high resolution reference data held on the terminal side. In this way, it is possible to avoid the conversion processing to print data with a large amount of information being performed on the printing apparatus side.

印刷条件判断手段を、前記入力された印刷要求データに含まれているデータの種類を判別し、該判別結果に基づいて印刷条件の種類を判断する手段とすることも、印刷装置側での印刷条件の種類の判断を、簡単かつ確実に行なうことができる点で望ましい。   The printing condition determination means may be a means for determining the type of data included in the input print request data and determining the type of printing condition based on the determination result. It is desirable in that the type of condition can be easily and reliably determined.

また、印刷条件判断手段を、入力された印刷要求データに基づいて、端末側で指定された所定の印刷条件についての設定内容を特定し、該特定した設定内容に基づいて印刷条件の種類を判断する手段としても差し支えない。この構成において、印刷条件の種類と前記印刷データへの変換に用いる参照データとの対応付けを、印刷解像度についての設定内容に応じて規定する規定手段を備え、印刷条件判断手段が、端末側で指定された所定の印刷条件についての設定内容として、少なくとも印刷解像度についての設定内容を特定し、該特定した設定内容について前記規定手段による対応付けを参照することにより印刷条件の種類を判断することとしてもよい。こうすれば、印刷データに要求されるドット数に適した参照データを、印刷装置側で決定することができる。   Further, the printing condition determining means specifies the setting contents for the predetermined printing conditions designated on the terminal side based on the input print request data, and determines the type of the printing conditions based on the specified setting contents There is no problem as a means to do. In this configuration, there is provided a defining unit that defines the correspondence between the type of printing condition and the reference data used for conversion to the printing data in accordance with the setting content for the printing resolution, and the printing condition determining unit is provided on the terminal side. As the setting contents for the specified predetermined printing condition, at least the setting contents for the print resolution are specified, and the type of the printing condition is determined by referring to the association by the defining means for the specified setting contents Also good. In this way, reference data suitable for the number of dots required for the print data can be determined on the printing apparatus side.

上記の参照データ保持手段を、3種類以上の参照データのうちの2種類以上の参照データを保持する手段であって、該2種類以上の参照データのうち、特定の種類の参照データを予め保持すると共に、該特定の種類以外の残余の種類の参照データを、画像データを印刷データに変換する際に端末から入力して一時的に保持する手段としてもよい。この場合には、上記の変換印刷手段が、印刷条件の種類が第2の条件であると判断された場合に、端末から入力した画像データを、前記予め保持された特定の種類の参照データを用いて第2印刷データに変換する予備変換手段と、印刷条件の種類が第1の条件および第2の条件以外の条件であると判断された場合に、端末から画像データに加えて前記残余の種類の参照データを入力し、該入力した参照データを用いて画像データを第3印刷データに変換する入力変換手段とを備えることが望ましい。こうすれば、印刷装置側には、3種類以上の参照データのうちの特定の種類の参照データのみを予め保持しておけばよい。従って、3種類以上の参照データを使い分けたデータ変換処理を実現する際に、印刷装置側の負担を軽減することができる。   The above reference data holding means is means for holding two or more types of reference data among three or more types of reference data, wherein a specific type of reference data is previously held among the two or more types of reference data In addition, reference data of the remaining types other than the specific type may be input from the terminal and temporarily held when converting the image data into print data. In this case, when the conversion printing unit determines that the type of printing condition is the second condition, the image data input from the terminal is converted to the specific type of reference data held in advance. Using the preliminary conversion means for converting to the second print data, and when it is determined that the type of printing condition is a condition other than the first condition and the second condition, the terminal adds the remaining data in addition to the image data. It is desirable to include input conversion means for inputting reference data of a type and converting image data into third print data using the input reference data. In this way, only a specific type of reference data among the three or more types of reference data needs to be held in advance on the printing apparatus side. Therefore, when realizing data conversion processing using three or more types of reference data, the burden on the printing apparatus can be reduced.

上記の入力変換手段を、画像データの入力に先立って、残余の種類の参照データの入力を行なう手段とすることも、印刷装置側でのデータ変換処理をより円滑に行なうことが可能となる点で好適である。   The above-described input conversion means may be a means for inputting the remaining types of reference data prior to the input of the image data, and the data conversion processing on the printing apparatus side can be performed more smoothly. It is suitable.

印刷条件判断手段によって判断される第2の条件の内容を、使用者による使用頻度の高いものに定めておいてもよい。こうすれば、印刷装置においてデータ変換処理が行なわれる機会が多くなり、画像データよりもデータ量の多い印刷データが端末から印刷装置に転送される頻度が少なくなる。従って、3種類以上の参照データを使い分けたデータ変換処理を実現する際に、端末から印刷装置へのデータの転送に要する時間を全体として短縮することができる。   The content of the second condition determined by the printing condition determination unit may be set to a frequency that is frequently used by the user. This increases the chances that data conversion processing is performed in the printing apparatus, and reduces the frequency with which print data having a larger amount of data than image data is transferred from the terminal to the printing apparatus. Therefore, when realizing data conversion processing using three or more types of reference data, the time required for transferring data from the terminal to the printing apparatus can be reduced as a whole.

印刷条件判断手段を、前記入力された印刷要求データに含まれているデータの種類を判別し、該判別結果に基づいて印刷条件の種類を判断する手段とすることも、印刷装置側での印刷条件の種類の判断を、簡単かつ確実に行なうことができる点で望ましい。   The printing condition determination means may be a means for determining the type of data included in the input print request data and determining the type of printing condition based on the determination result. It is desirable in that the type of condition can be easily and reliably determined.

印刷条件判断手段を、入力された印刷要求データに基づいて、印刷解像度と印刷対象物の種類についての設定内容を特定し、該特定した2つの設定内容の組み合わせに基づいて印刷条件の種類を判断する手段とすることも望ましい。こうすれば、データ変換処理に用いられる参照データを、印刷データに要求されたドットの細かさが印刷対象物上で実現される程度を考慮して、印刷装置側で決定することが可能となる。例えば、入力印刷手段が入力する第1印刷データが、端末側に保持された高解像度用の参照データを用いて変換されたものであり、予備変換手段が用いる特定の種類の参照データが、印刷解像度の設定と印刷対象物の種類との適した組み合わせに対応する内容で構成されている場合には、印刷条件判断手段を、印刷解像度の設定が所定値を超える場合に印刷条件の種類が第1の条件であると判断し、印刷解像度の設定が所定値以下の場合には、該設定での印刷に適した種類の印刷対象物と組み合わされているときに印刷条件の種類が第2の条件であると判断する手段とすればよい。こうすれば、情報量の多い印刷データへの変換処理が印刷装置側で行われることを回避することができると共に、印刷装置側において、情報量の多くない印刷データへの変換処理のうち、印刷解像度と印刷対象物の種類とが適合している場合の変換処理を、予め保持された参照データを用いて迅速に行うことができる。   The print condition determining means specifies the setting contents for the print resolution and the type of the print object based on the input print request data, and determines the type of the print condition based on the combination of the two specified setting contents It is also desirable to use a means to do this. In this way, the reference data used for the data conversion process can be determined on the printing apparatus side in consideration of the degree to which the fineness of the dots required for the print data is realized on the print object. . For example, the first print data input by the input printing unit is converted using high-resolution reference data held on the terminal side, and a specific type of reference data used by the preliminary conversion unit is printed. When the content is configured with a content corresponding to a suitable combination of the resolution setting and the type of print object, the print condition determination means determines whether the print condition type is the first when the print resolution setting exceeds a predetermined value. If the print resolution setting is equal to or less than a predetermined value, the print condition type is the second when combined with a print object of a type suitable for printing with the setting. What is necessary is just to be a means to judge that it is conditions. In this way, it is possible to avoid the conversion process to print data with a large amount of information from being performed on the printing apparatus side, and the printing apparatus side can perform printing out of the conversion process to print data with a small amount of information. Conversion processing in the case where the resolution and the type of the print object are compatible can be quickly performed using reference data held in advance.

印刷条件判断手段を、印刷指示がなされた端末の種類を考慮して、印刷条件の種類を判断する手段とすれば、印刷指示がなされた端末の性質に応じて、データ変換処理の精細度を変えることが可能となる。この場合において、印刷条件判断手段を、印刷指示がなされた端末の種類が画像データの印刷データへの変換機能を持たないものである場合に、印刷条件の種類が第2の条件であると判断する手段としてもよい。こうすれば、印刷指示を受けた端末に代わって、印刷装置において、データ変換処理を、予め保持された参照データを用いて迅速に行うことができる。   If the printing condition determining means is a means for determining the type of printing condition in consideration of the type of the terminal for which the printing instruction has been given, the definition of the data conversion process can be increased according to the nature of the terminal for which the printing instruction has been given. It can be changed. In this case, the printing condition determining means determines that the type of printing condition is the second condition when the type of terminal for which the printing instruction has been issued does not have a function for converting image data into printing data. It is good also as a means to do. In this way, instead of the terminal that has received the print instruction, the data conversion process can be quickly performed using the reference data stored in advance in the printing apparatus.

複数種類の各参照データには、少なくとも、画像データによって表わされる色情報を印刷装置で表現可能な色情報に変換する色変換用データが含まれていることとしてもよい。こうすれば、印刷装置側には、端末側とは異なる種類の色変換用データが保持される。従って、印刷装置と端末との間において、色変換用データが保持される領域の有効活用を図ることができる。   Each of the plurality of types of reference data may include at least color conversion data for converting color information represented by image data into color information that can be expressed by the printing apparatus. In this way, the color conversion data of a different type from the terminal side is held on the printing apparatus side. Accordingly, it is possible to effectively use the area in which the color conversion data is held between the printing apparatus and the terminal.

いずれかの種類の参照データの少なくとも一部を構成するデータが、通信回線を介して前記端末または前記印刷装置に供給される構成を採っても差し支えない。こうすれば、将来的な印刷画質の良好化に伴う参照データの追加や変更に柔軟に対応することができる。   There may be a configuration in which data constituting at least part of any kind of reference data is supplied to the terminal or the printing apparatus via a communication line. In this way, it is possible to flexibly cope with the addition or change of reference data accompanying the future improvement in print image quality.

本発明のデータ変換装置は、
コンピュータによる取り扱いが可能な形式の画像データを印刷可能な形式の印刷データに変換するデータ変換装置であって、
前記画像データの印刷データへの変換の際に参照される参照データを保持するデータ保持手段と、
前記画像データについて指定された印刷条件の種類を判断する条件判断手段と、
前記印刷条件の種類の判断結果に基づいて、前記保持された参照データを用いた前記画像データの印刷データへの変換を行なうか否かを決定する決定手段と、
該決定手段により前記保持された参照データを用いた変換を行なう決定がなされた場合には、該変換を実行して印刷データを生成する印刷データ生成手段と、
該決定手段により前記保持された参照データを用いた変換を行なわない決定がなされた場合には、前記画像データの印刷データへの変換を、当該データ変換装置に接続され、当該データ変換装置が保持している参照データとは異なる参照データを保持する他のデータ変換装置において行なうことを要旨とする。
The data conversion apparatus of the present invention
A data conversion device that converts image data in a format that can be handled by a computer into print data in a printable format,
Data holding means for holding reference data referred to when the image data is converted into print data;
Condition determining means for determining the type of printing condition designated for the image data;
Determining means for determining whether to convert the image data into print data using the held reference data based on the determination result of the type of the print condition;
If the determination unit determines to perform conversion using the held reference data, print data generation unit that executes the conversion and generates print data;
If the decision means decides not to perform conversion using the held reference data, the conversion of the image data into print data is connected to the data conversion device, and the data conversion device holds The gist of the present invention is that it is performed in another data conversion apparatus that holds reference data different from the reference data being processed.

また、上記データ変換装置と同様の技術を用いてなされた本発明のデータ変換方法は、
コンピュータによる取り扱いが可能な形式の画像データを、印刷可能な形式の印刷データに変換するデータ変換方法であって、
前記画像データの印刷データへの変換の際に参照される参照データを保持する第1データ変換装置が、前記画像データについて指定された印刷条件の種類を判断し、該印刷条件の種類の判断結果に基づいて、前記保持された参照データを用いた前記画像データの印刷データへの変換を行なうか否かを決定し、
前記保持された参照データを用いた変換を行なう決定がなされた場合には、前記第1データ変換装置が、前記画像データの印刷データへの変換を実行して印刷データを生成し、
前記保持された参照データを用いた変換を行なわない決定がなされた場合には、前記第1データ変換装置に接続され、該第1データ変換装置が保持している参照データとは異なる参照データを保持する第2データ変換装置が、前記画像データの印刷データへの変換を実行して印刷データを生成することを要旨とする。
In addition, the data conversion method of the present invention made using the same technology as the above data conversion device,
A data conversion method for converting image data in a format that can be handled by a computer into print data in a printable format,
A first data conversion apparatus that holds reference data referred to when converting the image data into print data determines the type of print condition designated for the image data, and the determination result of the type of print condition And determining whether to convert the image data into print data using the held reference data,
If it is determined to perform conversion using the stored reference data, the first data conversion device performs conversion of the image data into print data to generate print data,
If it is determined that the conversion using the held reference data is not performed, the reference data connected to the first data converter and different from the reference data held by the first data converter is obtained. The gist of the invention is that the second data conversion apparatus that holds the image data generates print data by converting the image data into print data.

本発明のデータ変換装置ないしデータ変換方法では、複数の各データ変換装置に互いに異なる参照データを分担して保持しておき、いずれの参照データを用いるべきかを印刷条件の種類に応じて決定し、決定に係る参照データを保持する側のデータ変換装置がデータ変換処理を行なう。これにより、複数の各データ変換装置に同一の参照データを格納し、1つの画像を表わす画像データに対するデータ変換処理を複数のデータ変換装置が実行するという必要がなくなる。従って、複数の各データ変換装置の間において、データ変換処理に必要なソフトウェア資源(参照データ)を有効に活用しつつ、複数種類の参照データを使い分けて多様な画質での印刷を効率良く実現することができる。   In the data conversion apparatus or data conversion method of the present invention, different reference data is shared and held in each of the plurality of data conversion apparatuses, and which reference data should be used is determined according to the type of printing conditions. The data conversion device that holds the reference data related to the determination performs the data conversion process. This eliminates the need for the plurality of data conversion devices to store the same reference data in the plurality of data conversion devices and to execute the data conversion processing on the image data representing one image. Therefore, among various data conversion apparatuses, printing with various image quality can be efficiently realized by using different types of reference data while effectively utilizing software resources (reference data) necessary for data conversion processing. be able to.

こうしたデータ変換装置およびデータ変換方法についても、上記した印刷装置および印刷方法とほぼ同様の様々な展開が可能である。また、上記のデータ変換装置を備えた印刷装置や上記のデータ変換装置を備えた端末として発明を把握することも可能である。   With regard to such a data conversion apparatus and data conversion method, various developments similar to the above-described printing apparatus and printing method are possible. It is also possible to grasp the invention as a printing apparatus equipped with the above data conversion apparatus or a terminal equipped with the above data conversion apparatus.

本発明の印刷データ生成システムは、
コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示が所定の端末から印刷装置に対してなされる場合に、前記印刷指示に係る画像データを前記印刷装置で印刷可能な形式に変換した印刷データを、前記端末側で前記画像データについて指定された印刷条件の種類に応じて複数通りに生成する印刷データ生成システムであって、
前記画像データの印刷データへの変換の際に参照される前記複数種類の参照データのうち、一部の種類の参照データを前記印刷装置に予め保持すると共に、前記一部の種類以外の種類の参照データを前記端末に保持する保持手段と、
前記印刷装置または前記端末の少なくとも一方が、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断する判断手段と、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において前記印刷データを生成する印刷データ生成手段と
を備えたことを要旨とする。
The print data generation system of the present invention includes:
When a printing instruction for an image represented by image data in a format that can be handled by a computer is given from a predetermined terminal to the printing apparatus, the image data according to the printing instruction is converted into a format that can be printed by the printing apparatus. A print data generation system that generates converted print data in a plurality of ways according to the type of print conditions specified for the image data on the terminal side,
Among the plurality of types of reference data referred to when the image data is converted into print data, some types of reference data are stored in the printing apparatus in advance, and types other than the some types are included. Holding means for holding reference data in the terminal;
Determining means for determining at least one of the printing apparatus or the terminal a type of printing condition designated on the terminal side for an image to be printed that is an image for which the printing instruction has been made;
In accordance with the determined type of printing conditions, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print data is generated by the determined execution body. And a print data generating means.

また、上記印刷データ生成システムと同様の技術を用いてなされた本発明の印刷データ生成方法は、
コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示が所定の端末から印刷装置に対してなされる場合に、前記印刷指示に係る画像データを前記印刷装置で印刷可能な形式に変換した印刷データを、前記端末側で前記画像データについて指定された印刷条件の種類に応じて複数通りに生成する印刷データ生成方法であって、
前記画像データの印刷データへの変換の際に参照される前記複数種類の参照データのうち、一部の種類の参照データを前記印刷装置に予め保持すると共に、前記一部の種類以外の種類の参照データを前記端末に保持し、
前記印刷装置または前記端末の少なくとも一方が、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断し、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において前記印刷データを生成することを要旨とする。
In addition, the print data generation method of the present invention made using the same technology as the print data generation system,
When a printing instruction for an image represented by image data in a format that can be handled by a computer is given from a predetermined terminal to the printing apparatus, the image data according to the printing instruction is converted into a format that can be printed by the printing apparatus. A print data generation method for generating converted print data in a plurality of ways according to the type of print conditions specified for the image data on the terminal side,
Among the plurality of types of reference data referred to when the image data is converted into print data, some types of reference data are stored in the printing apparatus in advance, and types other than the some types are included. Holding reference data in the terminal,
At least one of the printing apparatus or the terminal determines the type of printing condition designated on the terminal side for the print target image that is the image for which the printing instruction has been made,
In accordance with the determined type of printing conditions, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print data is generated by the determined execution body. The gist is to do.

本発明の印刷データ生成装置ないし印刷データ生成方法では、画像データの印刷データへの変換の際に参照される複数種類の参照データのうち、一部の種類の参照データを印刷装置に予め保持すると共に、一部の種類以外の種類の参照データを端末に保持しておき、印刷装置または端末の少なくとも一方が、印刷指示がなされた画像である印刷対象画像について端末側で指定された印刷条件の種類を判断する。こうして判断された印刷条件の種類に応じて、画像データを印刷データに変換する処理の実行主体が端末または印刷装置のいずれかに決定され、該決定された実行主体において印刷データが生成される。これにより、印刷条件の種類に適した単一の主体(端末または印刷装置)によってデータ変換処理が実行され、印刷データが生成されるので、端末と印刷装置の双方に同一の参照データを格納し、1つの画像を表わす画像データに対するデータ変換処理を端末と印刷装置の双方が実行するという必要がなくなる。従って、データ変換処理に必要なソフトウェア資源(参照データ)を有効に活用しつつ、種々の印刷条件に対応した多様な画質での印刷を効率良く実現することができる。   In the print data generation device or the print data generation method of the present invention, some types of reference data among a plurality of types of reference data referred to when converting image data into print data are held in the printing device in advance. In addition, reference data of a type other than some types is held in the terminal, and at least one of the printing apparatus or the terminal satisfies the print condition specified on the terminal side for the print target image that is an image for which a print instruction has been issued. Determine the type. In accordance with the type of printing conditions determined in this way, the execution subject of the process for converting the image data into the print data is determined as either a terminal or a printing apparatus, and the determined execution subject generates print data. As a result, the data conversion process is executed by a single subject (terminal or printing device) suitable for the type of printing conditions, and print data is generated. Therefore, the same reference data is stored in both the terminal and the printing device. It is not necessary for both the terminal and the printing apparatus to execute data conversion processing for image data representing one image. Therefore, it is possible to efficiently realize printing with various image quality corresponding to various printing conditions while effectively utilizing software resources (reference data) necessary for data conversion processing.

こうした印刷データ生成システムおよび印刷データ生成方法についても、上記した印刷装置および印刷方法とほぼ同様の様々な展開が可能である。例えば、印刷データ生成手段が、前記印刷条件の種類が第1の条件であると判断された場合に、前記実行主体を前記端末に決定し、該端末が、該端末に保持された参照データを用いて前記印刷対象画像を表わす画像データを印刷データに変換し、第1印刷データを生成する端末側生成手段と、前記印刷条件の種類が第1の条件以外の条件であると判断された場合に、前記実行主体を前記印刷装置に決定し、前記印刷装置が、前記端末から前記印刷対象画像を表わす画像データを入力し、前記画像データを、少なくとも該印刷装置に予め保持された参照データを用いて印刷データに変換し、印刷データを生成する印刷装置側生成手段とを備える構成としてもよい。こうすれば、データ変換処理は、必要な種類の参照データを保持する側の装置で行なわれる。従って、複数種類の参照データを使い分けた印刷データの生成を効率良く行なうことができる。   With regard to such a print data generation system and print data generation method, various developments similar to the above-described printing apparatus and printing method are possible. For example, when the print data generation unit determines that the type of the print condition is the first condition, the print data generation unit determines the execution subject as the terminal, and the terminal uses the reference data held in the terminal. The image data representing the image to be printed is converted into print data, and the terminal-side generating means for generating the first print data, and the type of the print condition is determined to be a condition other than the first condition The execution body is determined to be the printing apparatus, and the printing apparatus inputs image data representing the image to be printed from the terminal, and the image data is at least reference data previously held in the printing apparatus. It is good also as a structure provided with the printing apparatus side production | generation means which converts into print data using and produces | generates print data. In this way, the data conversion process is performed by the device that holds the necessary type of reference data. Therefore, it is possible to efficiently generate print data using a plurality of types of reference data.

上記の印刷データ生成システムにおいて、印刷装置が、端末が保持する参照データのうちの特定の種類の参照データを、一時的に格納する格納領域を備えている場合には、印刷装置側生成手段を、印刷条件の種類が第2の条件であると判断された場合に、印刷装置に予め保持された参照データを用いて画像データを第2印刷データに変換する主変換手段と、印刷条件の種類が第1の条件および第2の条件以外の条件であると判断された場合に、端末から画像データに加えて前記特定の種類の参照データを入力し、該入力した参照データを前記格納領域に一時的に保持し、該保持した参照データを用いて前記画像データを第3印刷データに変換する副変換手段とを備える構成を採ってもよい。こうすれば、端末が保持する参照データを印刷装置にロードして印刷装置側でデータ変換処理を行なうことが可能となる。従って、印刷装置において多様な画質での印刷を実現するために、印刷装置側に多種類の参照データを予め保持しておく必要がない。このほか、上記の印刷データ生成システムにおいて、参照データを構成するデータの少なくとも一部を、通信回線を介して端末または印刷装置に供給するデータ供給手段を備えることも、将来的な印刷画質の良好化に伴う参照データの追加や変更に柔軟に対応することができる点で望ましい。   In the above print data generation system, when the printing apparatus has a storage area for temporarily storing a specific type of reference data among the reference data held by the terminal, the printing apparatus side generation means is provided. The main conversion means for converting the image data into the second print data using the reference data stored in advance in the printing apparatus when the type of the print condition is determined to be the second condition, and the type of the print condition Is determined to be a condition other than the first condition and the second condition, the specific type of reference data is input from the terminal in addition to the image data, and the input reference data is stored in the storage area. A configuration may be adopted that includes a sub-conversion unit that temporarily holds and converts the image data into third print data using the held reference data. By doing this, it is possible to load the reference data held by the terminal into the printing apparatus and perform data conversion processing on the printing apparatus side. Therefore, in order to realize printing with various image quality in the printing apparatus, it is not necessary to hold various types of reference data on the printing apparatus side in advance. In addition to the above, the print data generation system may further include a data supply unit that supplies at least part of the data constituting the reference data to the terminal or the printing apparatus via the communication line. It is desirable in that it can flexibly cope with the addition or change of reference data that accompanies conversion.

以上説明した本発明の構成および作用を一層明らかにするために、以下、本発明の実施の形態を、以下の順序で説明する。
A.実施例
A−1.印刷システムGH1の構成
A−2.データ変換処理の内容
A−3.印刷指示端末1からの指示に基づく分担印刷処理の内容
A−4.作用効果
B.変形例
In order to further clarify the configuration and operation of the present invention described above, embodiments of the present invention will be described in the following order.
A. Example A-1. Configuration of printing system GH1 A-2. Contents of data conversion processing A-3. Contents of shared printing process based on instructions from printing instruction terminal A-4. Effect B. Modified example

A.実施例:
A−1.印刷システムGH1の構成:
図1は本発明の実施例である印刷システムGH1の概略構成を示す説明図である。図1に示すように、印刷システムGH1は、印刷装置としてのプリンタ20と、プリンタ20の入力側に有線または無線で接続され、プリンタ20に対して画像の印刷指示を行なう印刷指示端末1とから構成されている。
A. Example:
A-1. Configuration of the printing system GH1:
FIG. 1 is an explanatory diagram showing a schematic configuration of a printing system GH1 according to an embodiment of the present invention. As shown in FIG. 1, the printing system GH1 includes a printer 20 as a printing apparatus, and a print instruction terminal 1 that is connected to the input side of the printer 20 by wire or wirelessly and instructs the printer 20 to print an image. It is configured.

プリンタ20は、カラー画像を各種用紙等の印刷対象物Pに印刷するカラープリンタである。本実施例では、プリンタ20として、印刷対象物P上にC(シアン)・LC(ライトシアン)・M(マゼンタ)・LM(ライトマゼンタ)・Y(イエロ)・K(ブラック)の6色のドットを形成することによってカラー画像を印刷するインクジェットプリンタを使用している。   The printer 20 is a color printer that prints color images on a printing object P such as various types of paper. In this embodiment, the printer 20 has six color dots C (cyan), LC (light cyan), M (magenta), LM (light magenta), Y (yellow), and K (black) on the print target P. Inkjet printers are used to print color images by forming

印刷指示端末1では、画像の印刷をプリンタ20に指示するに当たり、種々の印刷条件が設定される。こうして設定される印刷条件には、印刷指示端末1の使用者の選択によって設定されるもの(例えば、印刷解像度や印刷対象物Pの種類等)と、印刷指示に伴って自動的に設定されるもの(例えば、印刷指示がなされた印刷指示端末1の種類等)とがある。プリンタ20は、印刷指示端末1側での印刷条件の設定に応じて、印刷対象となる画像(以下、印刷対象画像という)を、多種類の画質で印刷可能に構成されている。   The print instruction terminal 1 sets various printing conditions when instructing the printer 20 to print an image. The printing conditions set in this way are automatically set according to the printing instruction set by the user of the printing instruction terminal 1 (for example, the printing resolution and the type of the printing object P). (For example, the type of the print instruction terminal 1 for which a print instruction has been given). The printer 20 is configured to be able to print an image to be printed (hereinafter referred to as a print target image) with various types of image quality in accordance with the print condition setting on the print instruction terminal 1 side.

印刷指示端末1は、カラー画像を、画素毎のR(赤),G(緑),B(青)各色の階調値で表現した画像データ(以下、RGBデータという)として取り扱っている。このため、印刷指示端末1においてRGBデータとして扱われる画像をプリンタ20で印刷するためには、印刷対象画像を表わすRGBデータを、所定の参照データを用いて、プリンタ20で印刷可能な形式の印刷データ(C・LC・M・LM・Y各色のドット分布を表わすデータ 以下、CMYデータという)に変換する必要がある。この参照データには、解像度変換における指示内容を表わすデータ(以下、解像度指示データという)や色変換用のルックアップテーブル(以下、LUTという)、ハーフトーニングにおける指示内容を表わすデータ(以下、階調変換指示データという)が含まれている。こうしたRGBデータのCMYデータへの変換処理(以下、データ変換処理という)に用いられる参照データは、プリンタ20に要求される画質が高くなるほど精細なデータである必要がある。このため、本実施例の印刷システムGH1では、様々な画質に対応する参照データを多数準備している。こうした多数の参照データを、本実施例では、実現される画質や使用される頻度を考慮して、3つの種類(第1参照データS1、第2参照データS2、第3参照データS3)に区分けしている。   The print instruction terminal 1 handles a color image as image data (hereinafter referred to as RGB data) expressed by gradation values of R (red), G (green), and B (blue) colors for each pixel. Therefore, in order to print an image handled as RGB data in the print instruction terminal 1 by the printer 20, the RGB data representing the image to be printed is printed in a format that can be printed by the printer 20 using predetermined reference data. It is necessary to convert it into data (data representing dot distribution of each color of C, LC, M, LM, and Y, hereinafter referred to as CMY data). The reference data includes data representing the instruction content in resolution conversion (hereinafter referred to as resolution instruction data), a look-up table for color conversion (hereinafter referred to as LUT), and data representing the instruction content in halftoning (hereinafter referred to as gradation). Conversion instruction data). The reference data used for the conversion process of RGB data to CMY data (hereinafter referred to as data conversion process) needs to be finer as the image quality required for the printer 20 becomes higher. For this reason, the printing system GH1 of this embodiment prepares a large number of reference data corresponding to various image quality. In this embodiment, such a large number of reference data is classified into three types (first reference data S1, second reference data S2, and third reference data S3) in consideration of the image quality to be realized and the frequency of use. is doing.

上記の参照データは、一般に、データ変換処理の手順および内容を表わすプログラムと共に、プリンタドライバに組み込まれる。このプリンタドライバは、通常、プリンタ20やパーソナルコンピュータ10においてデータ変換処理を実行することができるように、プリンタ20の制御回路40やパーソナルコンピュータ10のPC制御装置11に格納される。一方、プリンタ20に接続される印刷指示端末1の中には、パーソナルコンピュータ10とは異なり、プリンタドライバを実行する処理能力を備えていないため、データ変換処理を行なえない簡易端末90(例えば、図1に示す携帯電話91,携帯情報端末92,ゲーム装置93,デジタルスチルカメラ94)もある。   The reference data is generally incorporated into a printer driver together with a program representing the data conversion procedure and contents. This printer driver is usually stored in the control circuit 40 of the printer 20 or the PC control device 11 of the personal computer 10 so that the printer 20 or the personal computer 10 can execute data conversion processing. On the other hand, unlike the personal computer 10, the print instruction terminal 1 connected to the printer 20 does not have a processing capability for executing a printer driver, and thus a simple terminal 90 that cannot perform data conversion processing (for example, FIG. Mobile phone 91, portable information terminal 92, game device 93, digital still camera 94) shown in FIG.

本実施例の印刷システムGH1では、上記3種類の参照データを、プリンタドライバの一部として、印刷指示端末1のうちのパーソナルコンピュータ10とプリンタ20とに分担して格納している。具体的には、プリンタ20には、第2参照データS2を、パーソナルコンピュータ10には第1参照データS1および第3参照データS3を格納している。こうした印刷システムGH1では、印刷指示端末1からプリンタ20への印刷指示がなされた場合に、パーソナルコンピュータ10ないしプリンタ20が、印刷指示の内容を解析して、印刷条件の種類を第1の条件,第2の条件,第3の条件のいずれかに判断し、この判断結果に基づいて、データ変換処理に用いるべき参照データを第1参照データS1,第2参照データS2,第3参照データS3のいずれかに決定すると共に、データ変換処理の実行主体をパーソナルコンピュータ10,プリンタ20のいずれかに決定する。この印刷条件の種類に基づいた決定の内容にしたがって、データ変換処理が行なわれ、CMYデータが生成される。   In the printing system GH1 of the present embodiment, the above three types of reference data are shared and stored in the personal computer 10 and the printer 20 of the printing instruction terminal 1 as part of the printer driver. Specifically, the printer 20 stores the second reference data S2, and the personal computer 10 stores the first reference data S1 and the third reference data S3. In such a printing system GH1, when a printing instruction is given from the printing instruction terminal 1 to the printer 20, the personal computer 10 to the printer 20 analyze the contents of the printing instruction and set the type of printing condition to the first condition, Whether the second condition or the third condition is determined, and based on the determination result, the reference data to be used for the data conversion process is the first reference data S1, the second reference data S2, and the third reference data S3. At the same time, the execution subject of the data conversion process is determined as either the personal computer 10 or the printer 20. Data conversion processing is performed in accordance with the content of the determination based on the type of printing condition, and CMY data is generated.

図2は、パーソナルコンピュータ10が備えるPC制御装置11の構成を示す説明図である。このPC制御装置11はパーソナルコンピュータ10に内蔵されている。図5に示すように、PC制御装置11は、CPU11aと、このCPU11aとバスにより相互に接続されたROM11b,RAM11c,ディスクドライブコントローラ11d,入力コントローラ11f,ディスプレイコントローラ11g,パラレル入出力インタフェース11h,シリアル入出力インタフェース11i等の各部を備える。ROM11bは、CPU11aで各種演算処理を実行するのに必要なプログラムやデータを予め格納している。RAM11cは、CPU11aで各種演算処理を実行するのに必要な各種プログラムやデータを一時的に格納するためのメモリである。   FIG. 2 is an explanatory diagram showing the configuration of the PC control device 11 provided in the personal computer 10. The PC control device 11 is built in the personal computer 10. As shown in FIG. 5, the PC control device 11 includes a CPU 11a, a ROM 11b, a RAM 11c, a disk drive controller 11d, an input controller 11f, a display controller 11g, a parallel input / output interface 11h, and a serial interface. Each unit includes an input / output interface 11i and the like. The ROM 11b stores in advance programs and data necessary for the CPU 11a to execute various arithmetic processes. The RAM 11c is a memory for temporarily storing various programs and data necessary for executing various arithmetic processes by the CPU 11a.

ディスクドライブコントローラ11dには外部記憶装置としてのハードディスク11eが接続されている。ハードディスク11eには、RAM11cにロードされて実行される各種プログラムやプリンタ20用のデバイスドライバであるプリンタドライバなどが記憶されている。プリンタドライバには、後述する分担処理A1(図8)やデータ変換処理(図5)等の画像印刷に関する処理の内容および手順を表わすプログラムと、このプログラムの実行に際して用いられるデータが記述されている。このデータには、分担処理A1(図8)において参照される対応マップTM(図6)や、データ変換処理(図5、図8)において用いられる第1参照データS1および第3参照データS3が含まれている。第1参照データS1は、様々な画質に対応する多数の参照データ(解像度指示データとLUTと階調変換指示データの組み合わせ)のうち、高解像度での印刷に適した参照データの総称であり、実際には、高い解像度を表わす各設定値に対応した参照データを複数含んでいる。第3参照データS3は、第1参照データS1および後述する第2参照データS2以外の種類に属する参照データの総称である。本実施例では、印刷対象物Pの種類と印刷解像度の設定の組み合わせのうち、組み合わせの適合性および使用頻度が低いものについて、該組み合わせでの印刷に用いられる種類の参照データを、第3参照データS3に属するものとしている。   A hard disk 11e as an external storage device is connected to the disk drive controller 11d. The hard disk 11e stores various programs that are loaded into the RAM 11c and executed, a printer driver that is a device driver for the printer 20, and the like. In the printer driver, a program representing the contents and procedure of processing related to image printing such as a sharing process A1 (FIG. 8) and a data conversion process (FIG. 5), which will be described later, and data used in executing this program are described. . The data includes the correspondence map TM (FIG. 6) referred to in the sharing process A1 (FIG. 8), the first reference data S1 and the third reference data S3 used in the data conversion process (FIGS. 5 and 8). include. The first reference data S1 is a generic name of reference data suitable for high-resolution printing among a large number of reference data (combination of resolution instruction data, LUT, and gradation conversion instruction data) corresponding to various image quality. Actually, it includes a plurality of reference data corresponding to each set value representing a high resolution. The third reference data S3 is a generic name for reference data belonging to a type other than the first reference data S1 and second reference data S2 described later. In the present embodiment, for the combination of the type of the print object P and the setting of the print resolution, the reference data of the type used for printing in the combination for the combination having low suitability and frequency of use is referred to the third reference. It belongs to the data S3.

ディスプレイコントローラ11gには、カラー画像を表示可能なディスプレイ14が接続されており、入力コントローラ11fには、マウスやキーボード等の入力装置15が接続されている。パラレル入出力インタフェース11hは、コネクタ56を介して、プリンタ20のI/F専用回路50に接続されている。シリアル入出力インタフェース11iは、モデム87,公衆電話回線PNTを介して、外部のネットワークであるインターネットINに接続されている。   A display 14 capable of displaying a color image is connected to the display controller 11g, and an input device 15 such as a mouse or a keyboard is connected to the input controller 11f. The parallel input / output interface 11 h is connected to the I / F dedicated circuit 50 of the printer 20 via the connector 56. The serial input / output interface 11i is connected to the Internet IN, which is an external network, via a modem 87 and a public telephone line PNT.

図3はプリンタ20の概略構成を示す説明図である。プリンタ20は、図示するように、紙送りモータ22によって印刷対象物Pを搬送する機構と、キャリッジモータ24によってキャリッジ30をプラテン26の軸方向に往復動させる機構と、キャリッジ30に搭載された印刷ヘッドユニット28を駆動してインクの吐出およびドット形成を行なう機構と、これらの各機構が接続される制御回路40とを備える。   FIG. 3 is an explanatory diagram showing a schematic configuration of the printer 20. As shown in the figure, the printer 20 includes a mechanism for transporting a print object P by a paper feed motor 22, a mechanism for reciprocating the carriage 30 in the axial direction of the platen 26 by a carriage motor 24, and a print mounted on the carriage 30. A mechanism for driving the head unit 28 to eject ink and forming dots and a control circuit 40 to which these mechanisms are connected are provided.

印刷対象物Pを搬送する機構は、プラテン26と、プラテン26を回転させる紙送りモータ22と、図示しない給紙補助ローラと、紙送りモータ22の回転をプラテン26および給紙補助ローラに伝えるギヤトレイン(図示省略)とから構成されている。プリンタ20に供給された印刷対象物Pは、プラテン26と給紙補助ローラの間に挟み込まれるようにセットされ、プラテン26の回転角度に応じて所定量だけ送られる。キャリッジ30を往復動させる機構は、プラテン26の軸と並行に架設されたキャリッジ30を摺動可能に保持する摺動軸34と、キャリッジモータ24との間に無端の駆動ベルト36を張設するプーリ38と、キャリッジ30の原点位置を検出する位置検出センサ39等から構成されている。   The mechanism for conveying the printing object P includes a platen 26, a paper feed motor 22 that rotates the platen 26, a paper feed auxiliary roller (not shown), and a gear that transmits the rotation of the paper feed motor 22 to the platen 26 and the paper feed auxiliary roller. Train (not shown). The print object P supplied to the printer 20 is set so as to be sandwiched between the platen 26 and the paper feed auxiliary roller, and is fed by a predetermined amount according to the rotation angle of the platen 26. In the mechanism for reciprocating the carriage 30, an endless driving belt 36 is stretched between the carriage motor 24 and a sliding shaft 34 that slidably holds the carriage 30 that is installed in parallel with the axis of the platen 26. The pulley 38 and a position detection sensor 39 for detecting the origin position of the carriage 30 are configured.

キャリッジ30に搭載された印刷ヘッドユニット28は、ブラック・シアン・ライトシアン・マゼンタ・ライトマゼンタ・イエロの各色ごとに計6個のインク吐出用ヘッド61〜66を備える。また、キャリッジ30の底部には、各インク吐出用ヘッド61〜66に連通された6本の導入管が立設されている。キャリッジ30に黒インク用カートリッジ70a,カラーインク用カートリッジ70bが上方から装着されると、各カートリッジに設けられた接続孔に各導入管が挿入される。これにより、インク用カートリッジ内のインクが、毛細管現象を利用して導入管を介して吸い出され、各インク吐出用ヘッド61〜66に導かれる。各インク吐出用ヘッド61〜66には、各色について32個のノズルNzが設けられていて、各ノズルには、インク通路と、その通路上にピエゾ素子PEとが設けられている。ピエゾ素子PEは、周知のように、電圧の印加により結晶構造が歪み、極めて高速に電気−機械エネルギの変換を行う素子である。本実施例では、ピエゾ素子PEの両端に設けられた電極間に所定時間幅の電圧を印可することにより、ピエゾ素子PEが電圧の印加時間だけ伸張し、インク通路の一側壁を変形させる。この結果、インク通路の体積はピエゾ素子PEの伸張に応じて収縮し、この収縮分に相当するインクが粒子IpとなってノズルNzから高速で吐出される。このインクの粒子Ipがプラテン26に装着された印刷対象物Pに染み込むことによって、印刷対象物P上にドットが形成され、印刷が行なわれることになる。   The print head unit 28 mounted on the carriage 30 includes a total of six ink ejection heads 61 to 66 for each of black, cyan, light cyan, magenta, light magenta, and yellow. In addition, six introduction pipes communicating with the respective ink ejection heads 61 to 66 are erected on the bottom of the carriage 30. When the black ink cartridge 70a and the color ink cartridge 70b are mounted on the carriage 30 from above, the introduction pipes are inserted into connection holes provided in the cartridges. As a result, the ink in the ink cartridge is sucked out through the introduction tube using the capillary phenomenon, and is guided to the ink ejection heads 61 to 66. Each of the ink ejection heads 61 to 66 is provided with 32 nozzles Nz for each color, and each nozzle is provided with an ink passage and a piezo element PE on the passage. As is well known, the piezo element PE is an element that transforms electro-mechanical energy at a very high speed because the crystal structure is distorted by application of a voltage. In the present embodiment, by applying a voltage having a predetermined time width between the electrodes provided at both ends of the piezo element PE, the piezo element PE expands for the voltage application time and deforms one side wall of the ink passage. As a result, the volume of the ink passage contracts according to the expansion of the piezo element PE, and the ink corresponding to this contraction becomes particles Ip and is ejected from the nozzle Nz at a high speed. The ink particles Ip soak into the printing object P mounted on the platen 26, whereby dots are formed on the printing object P and printing is performed.

制御回路40は、プリンタ20の操作パネル32と信号をやり取りしつつ、紙送りモータ22やキャリッジモータ24,印刷ヘッドユニット28による印刷動作を制御する。図4は制御回路40の構成を示す説明図である。図示するように、この制御回路40は、CPU41,CPU41で各種演算処理を実行するのに必要なプログラムやデータを予め格納したP−ROM43,CPU41で各種演算処理を実行するのに必要な各種プログラムやデータを一時的に格納するためのメモリであるRAM44,文字のドットマトリクスを記憶したキャラクタジェネレータ45,メモリカードコントローラ(MCC)47,無線I/F回路48,外部のモータ等とのインタフェースを専用に行なう回路であるI/F専用回路50などをバスで接続した算術論理演算回路として構成されている。このI/F専用回路50には、印刷ヘッドユニット28の駆動を制御するヘッド駆動回路52や同じく紙送りモータ22およびキャリッジモータ24の駆動を制御するモータ駆動回路54が接続されている。   The control circuit 40 controls the printing operation by the paper feed motor 22, the carriage motor 24, and the print head unit 28 while exchanging signals with the operation panel 32 of the printer 20. FIG. 4 is an explanatory diagram showing the configuration of the control circuit 40. As shown in the figure, the control circuit 40 includes a CPU 41 and various programs necessary for executing various arithmetic processes in the CPU 41 and a P-ROM 43 preliminarily storing data required for executing various arithmetic processes in the CPU 41. RAM 44, a memory for temporarily storing data, character generator 45 storing character dot matrix, memory card controller (MCC) 47, wireless I / F circuit 48, interface with external motor, etc. It is configured as an arithmetic logic circuit in which an I / F dedicated circuit 50 or the like, which is a circuit to be connected, is connected by a bus. A head drive circuit 52 that controls the drive of the print head unit 28 and a motor drive circuit 54 that controls the drive of the paper feed motor 22 and the carriage motor 24 are connected to the I / F dedicated circuit 50.

P−ROM43には、RAM44にロードされて実行される各種プログラムやプリンタドライバなどが記憶されている。プリンタドライバには、後述する分担処理B1(図9)やデータ変換処理(図5)等の画像印刷に関する処理の内容および手順を表わすプログラムと、このプログラムの実行に際して用いられるデータが記述されている。このデータには、分担処理B1(図9)において参照される対応マップTM(図6)や、データ変換処理(図5、図9)において用いられる第2参照データS2が含まれている。第2参照データS2は、様々な画質に対応する多数の参照データのうち、使用頻度の高い印刷条件下で用いられる参照データの総称である。この第2参照データS2には、印刷対象物Pの種類と印刷解像度の設定の組み合わせが「印刷対象物P:普通紙/印刷解像度:低」である場合の印刷に適した普通紙用参照データS2aと、印刷対象物Pの種類と印刷解像度の設定の組み合わせが「印刷対象物P:写真用紙/印刷解像度:中」である場合の印刷に適した写真用参照データS2bとが含まれている。   The P-ROM 43 stores various programs that are loaded into the RAM 44 and executed, printer drivers, and the like. The printer driver describes a program representing the contents and procedure of processing related to image printing, such as sharing processing B1 (FIG. 9) and data conversion processing (FIG. 5), which will be described later, and data used when executing this program. . This data includes the correspondence map TM (FIG. 6) referred to in the sharing process B1 (FIG. 9) and the second reference data S2 used in the data conversion process (FIGS. 5 and 9). The second reference data S2 is a generic name for reference data used under frequently used printing conditions among a large number of reference data corresponding to various image quality. The second reference data S2 includes reference data for plain paper suitable for printing when the combination of the type of print object P and the print resolution setting is “print object P: plain paper / print resolution: low”. S2a and photographic reference data S2b suitable for printing when the combination of the type of print object P and the print resolution setting is “print object P: photographic paper / print resolution: medium” are included. .

無線I/F回路48は、プリンタ20の筐体表面に設けられたBluetooth(商標)アダプタ57に接続されている。このBluetoothアダプタ57が、簡易端末90としての携帯電話91や携帯情報端末92からのBluetooth信号(2.4GHz帯の電波)を受信することにより、携帯電話91や携帯情報端末92に保持されたRGBデータを入力することができる。また、I/F専用回路50には、ユニバーサルシリアルバスインタフェース回路が内蔵されており、このユニバーサルシリアルバスインタフェース回路は、プリンタ20の筐体表面に設けられたUSBポート56に接続されている。このUSBポート56に、簡易端末90としてのゲーム装置93やデジタルスチルカメラ94がUSBケーブル59を介して接続されることにより、ゲーム装置93やデジタルスチルカメラ94に保持されたRGBデータを入力することができる。この他、上記のUSBポート56にUSBメモリスティックを接続することや、メモリカードコントローラ47に接続されたメモリカードスロット58にメモリカード81を差し込むことによっても、USBメモリスティックやメモリカード81に保持されたRGBデータを入力することができる。なお、上記したインタフェースの形態は、周辺機器との接続の容易性を考慮して、適宜変更することができる。   The wireless I / F circuit 48 is connected to a Bluetooth (trademark) adapter 57 provided on the housing surface of the printer 20. When the Bluetooth adapter 57 receives a Bluetooth signal (2.4 GHz band radio wave) from the mobile phone 91 or the mobile information terminal 92 as the simple terminal 90, the RGB held in the mobile phone 91 or the mobile information terminal 92 is received. Data can be entered. The I / F dedicated circuit 50 incorporates a universal serial bus interface circuit, and this universal serial bus interface circuit is connected to a USB port 56 provided on the housing surface of the printer 20. When the game device 93 or the digital still camera 94 as the simple terminal 90 is connected to the USB port 56 via the USB cable 59, RGB data held in the game device 93 or the digital still camera 94 is input. Can do. In addition, by connecting a USB memory stick to the USB port 56 or inserting the memory card 81 into the memory card slot 58 connected to the memory card controller 47, the USB memory stick or the memory card 81 holds the memory card 81. RGB data can be input. Note that the form of the interface described above can be changed as appropriate in consideration of the ease of connection with peripheral devices.

以上説明したハードウェア構成を有するプリンタ20では、パーソナルコンピュータ10またはプリンタ20でのデータ変換処理の実行によって生成されたCMYデータに基づいて、紙送りモータ22によりプラテン26その他のローラを回転して印刷対象物Pを搬送しつつ、キャリッジ30をキャリッジモータ24により往復動させ、同時に印刷ヘッドユニット28の各インク吐出用ヘッド61〜66のピエゾ素子PEを駆動して、各色インクの吐出を行ない、印刷対象物P上に多色の画像を形成する。   In the printer 20 having the hardware configuration described above, printing is performed by rotating the platen 26 and other rollers by the paper feed motor 22 based on the CMY data generated by the data conversion processing in the personal computer 10 or the printer 20. While the object P is being conveyed, the carriage 30 is reciprocated by the carriage motor 24, and at the same time, the piezo elements PE of the ink ejection heads 61 to 66 of the print head unit 28 are driven to eject the respective color inks. A multicolor image is formed on the object P.

なお、本実施例では、上述のようにピエゾ素子PEを用いてインクを吐出する方式のプリンタ20を用いているが、他の方式によってインクを吐出するプリンタを用いるものとしてもよい。例えば、インク通路に配置したヒータに通電し、インク通路内に発生する泡(バブル)によってインクを吐出する方式のプリンタや、熱転写方式のプリンタ、レーザプリンタ、白黒印刷のみを行なうプリンタ等、印刷するために画像データの変換を要するあらゆるプリンタに適用することができる。   In the present embodiment, as described above, the printer 20 that ejects ink using the piezo element PE is used. However, a printer that ejects ink using another method may be used. For example, printing is performed by a printer that discharges ink by bubbles generated in the ink passage, a thermal transfer printer, a laser printer, a printer that performs only monochrome printing, and the like. Therefore, the present invention can be applied to any printer that requires image data conversion.

なお、本実施例では、印刷指示端末1のうち、プリンタドライバを備えたパーソナルコンピュータ10では、画像を印刷しようとする際に、使用者が、印刷対象物Pの種類や印刷解像度についての設定内容を選択することが可能である。印刷指示を入力したパーソナルコンピュータ10は、印刷対象物Pの種類や印刷解像度について、上記選択されている設定内容を指定する。仮に、使用者による選択が全くなされなかった場合には、印刷指示に伴って、デフォルトの設定内容である「印刷対象物Pの種類:普通紙/印刷解像度:低」が自動的に指定される。一方、プリンタドライバを格納していない簡易端末90では、画像を印刷しようとする際に印刷対象物Pの種類や印刷解像度を指定することができないので、印刷指示に伴って、「印刷対象物Pの種類:指定なし/印刷解像度:指定なし」という設定内容が自動的に指定される。   In the present embodiment, in the print instruction terminal 1, the personal computer 10 having a printer driver has the user set the contents of the type of print object P and the print resolution when printing an image. Can be selected. The personal computer 10 that has input the print instruction designates the selected setting content for the type of print object P and the print resolution. If no selection is made by the user, the default setting “type of printing object P: plain paper / printing resolution: low” is automatically specified in accordance with the print instruction. . On the other hand, the simple terminal 90 that does not store the printer driver cannot specify the type or print resolution of the print object P when attempting to print an image. The setting content “Type: not specified / printing resolution: not specified” is automatically specified.

A−2.データ変換処理の内容
次に、パーソナルコンピュータ10またはプリンタ20によって実行されるデータ変換処理の内容について図5を参照しつつ説明する。図5はデータ変換処理の概要を示すフローチャートである。この処理は、パーソナルコンピュータ10側では、PC制御装置11のCPU11aがハードディスク11eに格納されたプリンタドライバを用いて実行する処理であり、プリンタ20側では、制御回路40のCPU41がP−ROM43に格納されたプリンタドライバを用いて実行する処理である。
A-2. Contents of Data Conversion Process Next, the contents of the data conversion process executed by the personal computer 10 or the printer 20 will be described with reference to FIG. FIG. 5 is a flowchart showing an outline of the data conversion process. This process is executed on the personal computer 10 side by the CPU 11a of the PC control device 11 using a printer driver stored in the hard disk 11e. On the printer 20 side, the CPU 41 of the control circuit 40 is stored in the P-ROM 43. This process is executed using the printer driver.

RGBデータをプリンタ20で印刷する場合には、まず、解像度変換処理(ラスタライザ)を行なう(ステップS100)。解像度変換処理は、RGBデータによって表わされる原画像を印刷対象物Pに印刷するサイズに応じて、原画像の解像度(単位長さ当たりにおける画素の数)を、プリンタの解像度(プリンタが単位長さ当たりに形成するドットの数)に合わせる処理である。こうした原画像の解像度の変更は、プリンタドライバが備える参照データの1つである解像度指示データを参照し、画素を間引いて原画像の画素の数を減らしたり、補間により原画像の画素の数を増やすことによって行なわれる。   When printing the RGB data with the printer 20, first, resolution conversion processing (rasterizer) is performed (step S100). In the resolution conversion process, the resolution of the original image (the number of pixels per unit length) is changed from the resolution of the original image (the unit length of the printer) according to the size of printing the original image represented by the RGB data on the print object P. The number of dots formed per hit). In order to change the resolution of the original image, reference is made to resolution instruction data that is one of reference data provided in the printer driver, and the number of pixels of the original image is reduced by thinning out the pixels, or the number of pixels of the original image is reduced by interpolation. It is done by increasing.

解像度変換処理が終わると、続いて、色変換処理を行なう(ステップS102)。色変換処理は、R,G,Bの各色の階調値による色の表現方法を、C,M,Yの各色の階調値による色の表現方法に置き換える処理である。こうした置き換えは、プリンタドライバが備える参照データの1つであるLUTを利用して行なわれる。LUTは、R,G,Bの各階調値の組み合わせとC,M,Yの階調値の組み合わせとの対応関係をマップや変換式の形式で規定したものである。この色変換処理では、下色除去も併せて行われる。下色除去とは、C,M,Yの階調値の組み合わせからK(黒色)成分を抽出し、C,M,Yの階調値によって表わされたデータを、C・M・Y・Kの階調値によって表わされるデータに変換する処理である。   When the resolution conversion process is finished, the color conversion process is subsequently performed (step S102). The color conversion process is a process of replacing the color expression method using the gradation values of the R, G, and B colors with the color expression method using the gradation values of the C, M, and Y colors. Such replacement is performed using an LUT which is one of reference data provided in the printer driver. The LUT defines a correspondence relationship between a combination of R, G, and B gradation values and a combination of C, M, and Y gradation values in the form of a map or a conversion formula. In this color conversion process, undercolor removal is also performed. Under-color removal means that a K (black) component is extracted from a combination of C, M, and Y gradation values, and data represented by C, M, and Y gradation values is converted into C, M, Y, and This is a process of converting into data represented by a K gradation value.

色変換処理を終了すると、続いて、ハーフトーニング処理を行なう(ステップS104)。ハーフトーニング処理は、C・M・Y・K各色について256通りの階調値で表わされたデータを、より少ない階調値で表現されたデータに変換する処理である。プリンタでは、C・M・Y・K各色の階調は、基本的には、印刷用紙上にドットを形成する/しないという二通りで表現されるため、表現し得る階調値が少ないからである。こうした階調変換は、プリンタドライバが備える参照データの1つである階調変換指示データを参照して行なわれる。   When the color conversion process is completed, a halftoning process is subsequently performed (step S104). The halftoning process is a process for converting data represented by 256 gradation values for each color of C, M, Y, and K into data represented by fewer gradation values. In the printer, the gradation of each color of C, M, Y, and K is basically expressed in two ways of forming / not forming dots on the printing paper, so there are few gradation values that can be expressed. is there. Such gradation conversion is performed with reference to gradation conversion instruction data which is one of reference data provided in the printer driver.

ハーフトーニング処理が終了すると、続いて、画素の再配置処理を行なう(ステップS106)。この処理は、ハーフトーニング処理によってドット形成の有無を表す形式に変換された画像データを、プリンタ20に転送すべき順序に並べ替える処理である。すなわち、前述のようにプリンタ20は、キャリッジ30の主走査と副走査を繰り返しながら、印刷ヘッドユニット28を駆動して、印刷対象物Pの上にドットを形成していく。画素再配置処理では、キャリッジ30の動きを考慮して、印刷ヘッドユニット28でドットを形成する順序になるように、ドットの有無を表すデータを並べ替えるのである。こうした並べ替えにより、プリンタ20が印刷可能な形式のCMYデータが生成される。   When the halftoning process is completed, a pixel rearrangement process is subsequently performed (step S106). This process is a process of rearranging the image data converted into the format representing the presence or absence of dot formation by the halftoning process in the order to be transferred to the printer 20. That is, as described above, the printer 20 drives the print head unit 28 while repeating the main scanning and the sub scanning of the carriage 30 to form dots on the print target P. In the pixel rearrangement process, the data indicating the presence / absence of dots is rearranged so that the print head unit 28 forms the dots in consideration of the movement of the carriage 30. By such rearrangement, CMY data in a format printable by the printer 20 is generated.

A−3.印刷指示端末1からの指示に基づく分担印刷処理の内容:
次に、上記の印刷システムGH1において、印刷指示端末1からの印刷指示に基づいてパーソナルコンピュータ10およびプリンタ20が実行する特徴的な処理である分担印刷処理の内容について図6ないし図9を参照しつつ説明する。
A-3. Contents of shared printing processing based on instructions from the printing instruction terminal 1:
Next, in the printing system GH1 described above, referring to FIG. 6 to FIG. 9 for the contents of shared printing processing, which is characteristic processing executed by the personal computer 10 and the printer 20 based on the printing instruction from the printing instruction terminal 1. I will explain.

図6は分担印刷処理において参照される対応マップTMの一例を示す説明図である。この対応マップTMは、印刷指示端末1側で指定され得る種々の印刷条件のうちの印刷対象物Pの種類、印刷解像度の設定および印刷指示装置の種類という3つの条件に着目し、この3つの条件の内容に応じて印刷条件の種類を規定すると共に、この印刷条件の種類に応じてデータ変換処理を実行する主体とデータ変換処理に用いる参照データを規定したものである。   FIG. 6 is an explanatory diagram showing an example of the correspondence map TM referred to in the shared printing process. The correspondence map TM pays attention to the three conditions of the print object P type, the print resolution setting, and the print instruction device type among the various print conditions that can be specified on the print instruction terminal 1 side. The type of printing conditions is defined according to the contents of the conditions, and the main body that executes the data conversion processing and the reference data used for the data conversion processing are defined according to the type of printing conditions.

図示するように、対応マップTMでは、印刷解像度の設定が「高」とされ、高画質での印刷が要求されている場合には、印刷対象物Pの種類に拘らず、印刷条件の種類を「第1の条件」と規定すると共に、印刷対象物Pの種類と印刷解像度の設定の組み合わせが「印刷対象物P:普通紙/印刷解像度:低」や「印刷対象物P:写真用紙/印刷解像度:中」という使用頻度の高いものである場合に、印刷条件の種類を「第2の条件」と規定し、これら以外の印刷対象物Pの種類と印刷解像度の設定の組み合わせである場合には、印刷条件の種類を「第3の条件」と規定している。なお、印刷解像度の設定が「高」,「中」,「低」の区別は、パーソナルコンピュータ10やプリンタ20が、印刷解像度の具体的な設定値に基づいて判断する。例えば、設定値が300dpi未満の場合には「低」、設定値が300〜600dpiの場合には「中」、設定値が600dpiを超える場合には「高」、のように判断される。   As shown in the figure, in the correspondence map TM, when the print resolution is set to “high” and printing with high image quality is requested, the type of print condition is set regardless of the type of the print object P. The combination of the type of the print object P and the print resolution setting is “print object P: plain paper / print resolution: low” or “print object P: photo paper / printing”. When the frequency of use is high, such as “resolution: medium”, the type of printing condition is defined as “second condition”, and the type of printing object P other than these is a combination of the setting of the printing resolution. Defines the type of printing condition as “third condition”. Whether the print resolution setting is “high”, “medium”, or “low” is determined by the personal computer 10 or the printer 20 based on a specific setting value of the print resolution. For example, “low” is determined when the set value is less than 300 dpi, “medium” when the set value is 300 to 600 dpi, and “high” when the set value exceeds 600 dpi.

また、対応マップTMでは、印刷条件の種類が、高画質での印刷が要求されている「第1の条件」である場合には、データ変換処理の内容が精細となることを考慮して、データ変換処理の実行主体を、プリンタ20よりも処理能力の高い「パーソナルコンピュータ10」と規定し、データ変換処理に用いる参照データを、パーソナルコンピュータ10自身のハードディスク11eに格納された「第1参照データS1」と規定している。一方、印刷条件の種類が「第2の条件」または「第3の条件」である場合には、いずれもデータ変換処理の実行主体を「プリンタ20」と規定しているが、「第2の条件」である場合には、使用頻度の高い設定であることを考慮し、データ変換処理に用いる参照データを、プリンタ20自身のP−ROM43に格納された「第2参照データS2(詳しくは、「印刷対象物P:普通紙/印刷解像度:低」という組み合わせに適した普通紙用参照データS2a、または、「印刷対象物P:写真用紙/印刷解像度:中」という組み合わせに適した写真用参照データS2b)」と規定している。一方、印刷条件の種類が「第3の条件」である場合には、印刷対象物Pの種類と印刷解像度の設定の組み合わせの適合性が低く、かつ、使用頻度が低い設定であることを考慮し、データ変換処理に用いる参照データを、パーソナルコンピュータ10のハードディスク11eに格納された「第3参照データS3」と規定している。   Also, in the correspondence map TM, when the type of printing condition is the “first condition” for which printing with high image quality is required, considering that the content of the data conversion process becomes fine, The execution subject of the data conversion process is defined as “personal computer 10” having higher processing capability than the printer 20, and the reference data used for the data conversion process is stored in the “first reference data” stored in the hard disk 11e of the personal computer 10 itself. S1 ". On the other hand, when the type of the printing condition is “second condition” or “third condition”, the execution subject of the data conversion processing is defined as “printer 20” in both cases, In the case of “condition”, considering that the setting is frequently used, the reference data used for the data conversion process is stored in the “second reference data S2 (in detail, stored in the P-ROM 43 of the printer 20 itself). Reference data S2a for plain paper suitable for the combination “printing object P: plain paper / printing resolution: low”, or photo reference suitable for the combination “printing object P: photographic paper / printing resolution: medium” Data S2b) ”. On the other hand, when the type of the printing condition is the “third condition”, it is considered that the combination of the type of the printing object P and the setting of the printing resolution is low and the setting is less frequently used. The reference data used for the data conversion process is defined as “third reference data S3” stored in the hard disk 11e of the personal computer 10.

更に、対応マップTMでは、印刷対象物Pの種類や印刷解像度の設定が「指定なし」である場合には、印刷指示がなされた印刷指示端末1がプリンタドライバを備えていない簡易端末90であるとみなして、印刷条件の種類を「第2の条件」と規定し、プリンタ20が、処理能力の低い簡易端末90に代わって、自身のP−ROM43に格納された第2参照データS2(詳しくは、上述した普通紙用参照データS2a)を用いてデータ変換処理を行なう旨を規定している。   Further, in the correspondence map TM, when the type of the print object P and the print resolution setting are “no designation”, the print instruction terminal 1 in which the print instruction is given is the simple terminal 90 that does not include the printer driver. Therefore, the type of printing condition is defined as “second condition”, and the printer 20 uses the second reference data S2 stored in its own P-ROM 43 instead of the simple terminal 90 with low processing capability (details). Defines that the data conversion processing is performed using the above-described plain paper reference data S2a).

こうした対応マップTMを参照して実行される分担印刷処理の概要を、図7にブロック図として示した。図示するように、印刷条件の種類が「第1の条件」である場合には、印刷指示を行なったパーソナルコンピュータ10が、RAM11cに展開された印刷対象画像を表わすRGBデータに対して、ハードディスク11e内の第1参照データS1を用いたデータ変換処理を行ない、データ変換処理によって生成されたCMYデータをプリンタ20に転送する。一方、印刷条件の種類が「第2の条件」である場合には、印刷指示を行なったパーソナルコンピュータ10または90簡易端末90は、印刷対象画像を表わすRGBデータをプリンタ20に転送し、このRGBデータを受け取ったプリンタ20は、RAM44に展開されたRGBデータに対して、P−ROM43内の第2参照データS2を用いたデータ変換処理を行ない、CMYデータを生成する。更に、印刷条件の種類が「第3の条件」である場合には、印刷指示を行なったパーソナルコンピュータ10は、この場合のデータ変換処理に用いられる第3参照データS3をハードディスク11eから読み出し、読み出した第3参照データS3を、印刷対象画像を表わすRGBデータと共にプリンタ20に転送する。第3参照データS3およびRGBデータを受け取ったプリンタ20は、この2つのデータをRAM44に展開し、RGBデータに対して第3参照データS3を用いたデータ変換処理を行ない、CMYデータを生成する。こうしてパーソナルコンピュータ10から転送されたCMYデータやプリンタ20によって生成されたCMYデータはRAM44に展開され、展開されたCMYデータに基づいて印刷対象物P上に多色の画像が形成される。   An outline of the shared printing process executed with reference to such a correspondence map TM is shown as a block diagram in FIG. As shown in the figure, when the type of printing condition is “first condition”, the personal computer 10 that has issued the printing instruction performs hard disk 11e for the RGB data representing the printing target image developed in the RAM 11c. Data conversion processing using the first reference data S 1 is performed, and the CMY data generated by the data conversion processing is transferred to the printer 20. On the other hand, when the type of printing condition is “second condition”, the personal computer 10 or 90 simple terminal 90 that has given the printing instruction transfers RGB data representing the image to be printed to the printer 20, and this RGB Upon receiving the data, the printer 20 performs data conversion processing using the second reference data S2 in the P-ROM 43 on the RGB data expanded in the RAM 44, and generates CMY data. Further, when the type of printing condition is “third condition”, the personal computer 10 that has issued the printing instruction reads out the third reference data S3 used in the data conversion process in this case from the hard disk 11e and reads it out. The third reference data S3 is transferred to the printer 20 together with the RGB data representing the print target image. The printer 20 that has received the third reference data S3 and the RGB data expands the two data in the RAM 44, performs a data conversion process using the third reference data S3 on the RGB data, and generates CMY data. The CMY data transferred from the personal computer 10 and the CMY data generated by the printer 20 are expanded in the RAM 44, and a multicolor image is formed on the print target P based on the expanded CMY data.

こうした分担印刷処理の内容および手順を分担印刷処理ルーチンとして図8ないし図9に示した。図8では、分担印刷処理のうち、パーソナルコンピュータ10側でPC制御装置11のCPU11aが実行する処理の内容をルーチンA1として表わし、図9では、プリンタ20側でPC制御回路40のCPU41が実行する処理の内容をルーチンB1として表わしている。   The contents and procedure of the shared printing process are shown in FIGS. 8 to 9 as a shared printing process routine. In FIG. 8, the content of processing executed by the CPU 11a of the PC control device 11 on the personal computer 10 side in the shared printing processing is shown as a routine A1, and in FIG. 9, the CPU 41 of the PC control circuit 40 executes on the printer 20 side. The contents of the processing are represented as routine B1.

図8に示すパーソナルコンピュータ10側のルーチンA1は、使用者による入力装置15の操作に基づいて、印刷指示端末1としてのパーソナルコンピュータ10が、ある画像についての印刷指示を表わすデータ(以下、印刷指示データLという)を入力したときに起動する。この印刷指示データLには、プリンタ20に対する印刷処理の実行開始命令を表わすデータ(以下、開始命令データL1という)のほか、印刷対象画像について設定された種々の印刷条件を表わすデータ(以下、印刷条件データL2という)と、印刷対象画像を表わす画像ファイルのパスを表わすデータ(以下、パスデータL3という)とが含まれている。   Routine A1 on the personal computer 10 side shown in FIG. 8 is data (hereinafter referred to as a print instruction) that the personal computer 10 serving as the print instruction terminal 1 displays a print instruction for a certain image based on the operation of the input device 15 by the user. It is activated when data L) is input. The print instruction data L includes data representing a print process execution start command for the printer 20 (hereinafter referred to as start command data L1), and data representing various print conditions set for the print target image (hereinafter referred to as print). And condition data L2) and data representing the path of the image file representing the image to be printed (hereinafter referred to as path data L3).

ルーチンA1が起動されると、まず、CPU11aは、プリンタドライバを起動し(ステップS300)、入力した印刷指示データLに含まれているパスデータL3に基づいて、印刷対象画像を表わすRGBデータをRAM11cに展開する処理を行なう(ステップS310)。次に、CPU11aは、入力した印刷指示データLに含まれている印刷条件データL2に基づいて、印刷対象物Pの種類および印刷解像度の設定という2つの印刷条件について、その内容を特定し(ステップS320)、特定した2つの印刷条件の内容について、対応マップTMを参照し、印刷条件の種類を、第1の条件,第2の条件,第3の条件のいずれかに決定する処理を行なう(ステップS330)。   When the routine A1 is activated, the CPU 11a first activates the printer driver (step S300), and based on the path data L3 included in the input print instruction data L, RGB data representing the print target image is stored in the RAM 11c. (Step S310). Next, based on the printing condition data L2 included in the input printing instruction data L, the CPU 11a specifies the contents of two printing conditions, that is, the type of the printing object P and the setting of the printing resolution (Step S11). In step S320, the correspondence map TM is referred to for the contents of the two specified printing conditions, and the type of printing condition is determined as one of the first condition, the second condition, and the third condition (step S320). Step S330).

こうして印刷条件の種類が決定された後、CPU11aは、印刷条件の種類ごとに規定された対応マップTMの内容に従い、データ変換処理を実行する(ステップS340〜S375)。具体的には、ステップS340の処理において、印刷条件の種類が第1の条件であると判断した場合には、CPU11aは、ステップS310の処理において展開されたRGBデータを、ハードディスク11eに格納された第1参照データS1を参照して、CMYデータに変換する処理を行ない(ステップS350)、この変換処理によって生成されたCMYデータ(以下、第1CMYデータという)をRAM11cに展開する。続いて、CPU11aは、開始命令データL1,印刷条件データL2および第1CMYデータの組を、プリンタ20への印刷要求を表わすデータ(以下、印刷要求データLPという)として、プリンタ20に出力する処理を行なう(ステップS355)。   After the type of printing condition is determined in this way, the CPU 11a executes data conversion processing according to the contents of the correspondence map TM defined for each type of printing condition (steps S340 to S375). Specifically, when it is determined in step S340 that the type of printing condition is the first condition, the CPU 11a stores the RGB data expanded in step S310 in the hard disk 11e. With reference to the first reference data S1, a process of converting to CMY data is performed (step S350), and the CMY data generated by this conversion process (hereinafter referred to as first CMY data) is expanded in the RAM 11c. Subsequently, the CPU 11a performs a process of outputting the set of the start command data L1, the print condition data L2, and the first CMY data to the printer 20 as data representing a print request to the printer 20 (hereinafter referred to as print request data LP). This is performed (step S355).

一方、ステップS340の処理において、印刷条件の種類が第2の条件であると判断した場合には、CPU11aは、開始命令データL1,印刷条件データL2およびステップS310の処理において展開されたRGBデータの組を、印刷要求データLPとして、プリンタ20に出力する処理を行なう(ステップS360)。また、ステップS340の処理において、印刷条件の種類が第3の条件であると判断した場合には、CPU11aは、まず、対応マップTMにデータ変換処理に用いる参照データとして規定された第3参照データS3を、ハードディスク11eからRAM11cに展開する処理を行なう(ステップS370)。次に、CPU11aは、開始命令データL1,印刷条件データL2、ステップS370の処理において展開された第3参照データS3およびステップS310の処理において展開されたRGBデータの組を、印刷要求データLPとして、プリンタ20に出力する処理を行なう(ステップS355)。この場合、第3参照データS3は、RGBデータよりも先に出力される。   On the other hand, if it is determined in step S340 that the type of printing condition is the second condition, the CPU 11a starts the start command data L1, the printing condition data L2, and the RGB data developed in step S310. A process of outputting the set as print request data LP to the printer 20 is performed (step S360). If the CPU 11a determines in step S340 that the type of printing condition is the third condition, the CPU 11a first defines third reference data defined as reference data used for data conversion processing in the correspondence map TM. A process of expanding S3 from the hard disk 11e to the RAM 11c is performed (step S370). Next, the CPU 11a uses, as print request data LP, a set of start command data L1, print condition data L2, third reference data S3 expanded in the process of step S370, and RGB data expanded in the process of step S310. Processing to output to the printer 20 is performed (step S355). In this case, the third reference data S3 is output before the RGB data.

こうしてステップS355、ステップS360、ステップS375の出力処理が行なわれた後、CPU11aは、プリンタドライバを停止し(ステップS390)、本ルーチンを終了する。   After the output processing in step S355, step S360, and step S375 is performed in this way, the CPU 11a stops the printer driver (step S390) and ends this routine.

続いて、プリンタ20側の処理について説明する。図9に示すプリンタ20側のルーチンB1は、印刷指示端末1としてのパーソナルコンピュータ10から出力された印刷要求データLPを入力したとき、または、印刷指示端末1としての簡易端末90から出力された、画像についての印刷要求を表わすデータ(以下、印刷要求データMPという)を入力したときに起動する。印刷要求データMPは、使用者の操作により簡易端末90にある画像についての印刷指示がなされたとき、この印刷指示に基づいて簡易端末90が生成したデータである。この印刷要求データMPには、プリンタ20に対する印刷処理の実行開始命令を表わすデータ(以下、開始命令データM1という)のほか、印刷対象画像を表わすRGBデータが含まれている。   Next, processing on the printer 20 side will be described. The routine B1 on the printer 20 side shown in FIG. 9 is output when the print request data LP output from the personal computer 10 as the print instruction terminal 1 is input or from the simplified terminal 90 as the print instruction terminal 1. This is activated when data representing a print request for an image (hereinafter referred to as print request data MP) is input. The print request data MP is data generated by the simple terminal 90 based on the print instruction when a print instruction for an image on the simple terminal 90 is made by a user's operation. The print request data MP includes RGB data representing an image to be printed in addition to data representing a print processing execution start command for the printer 20 (hereinafter referred to as start command data M1).

ルーチンB1が起動されると、まず、CPU41は、プリンタドライバを起動し(ステップS500)、印刷指示端末1から出力された印刷要求データLP,MPを順次に入力する処理を行なう(ステップS510)。   When the routine B1 is activated, the CPU 41 first activates the printer driver (step S500), and performs a process of sequentially inputting the print request data LP and MP output from the print instruction terminal 1 (step S510).

続いて、入力した印刷要求データLP,MPに基づいて、印刷条件の種類を判断する処理を行なう(ステップS520)。この処理の内容および手順を、印刷条件種類判断処理ルーチンとして図10に示した。本実施例では、プリンタ20側での印刷条件の種類の判断手法として、上記したパーソナルコンピュータ10による判断手法(図8のステップS320〜S330:印刷条件データL2に基づいて特定された印刷対象物Pの種類および印刷解像度の設定の内容について対応マップTMを参照する手法)とは異なる手法を採用している。具体的には、図10に示す印刷条件種類判断処理では、入力した印刷要求データLP,MPに含まれているデータの種類を判別することによって印刷条件の種類を決定している。即ち、CPU41は、まず、入力した印刷要求データLP,MPに参照データ(本実施例の場合には、第3参照データS3)が含まれている場合には、印刷条件の種類が第3の条件であると判断し(ステップS600、S610)、入力した印刷要求データLP,MPにCMYデータ(本実施例の場合には、第1CMYデータ)が含まれている場合には、印刷条件の種類が第1の条件であると判断する(ステップS620、S630)。入力した印刷要求データLP,MPに、参照データ,CMYデータのいずれも含まれていない場合には、CPU41は、印刷条件の種類が第2の条件であると判断する(ステップS640)。よって、簡易端末90から印刷要求データMPを入力した場合には、印刷要求データMPには参照データおよびCMYデータが含まれていないので、印刷条件の種類が第2の条件であると判断される。   Subsequently, based on the input print request data LP and MP, a process for determining the type of print condition is performed (step S520). The contents and procedure of this processing are shown in FIG. 10 as a printing condition type determination processing routine. In this embodiment, as a method for determining the type of printing condition on the printer 20 side, the above-described determination method by the personal computer 10 (steps S320 to S330 in FIG. 8: the printing object P specified based on the printing condition data L2). A method different from the method (referring to the correspondence map TM) is used for the content of the type and the print resolution. Specifically, in the printing condition type determination process shown in FIG. 10, the type of printing condition is determined by determining the type of data included in the input print request data LP and MP. That is, first, when the input print request data LP and MP includes reference data (third reference data S3 in the case of the present embodiment), the CPU 41 sets the type of print condition to the third. If it is determined that the condition is satisfied (steps S600 and S610), and the input print request data LP and MP include CMY data (first CMY data in this embodiment), the type of print condition Is the first condition (steps S620 and S630). If the input print request data LP and MP contain neither reference data nor CMY data, the CPU 41 determines that the type of print condition is the second condition (step S640). Therefore, when the print request data MP is input from the simple terminal 90, since the reference data and CMY data are not included in the print request data MP, it is determined that the type of print condition is the second condition. .

続いて、CPU41は、判断した印刷条件の種類について対応マップを参照し、対応マップTMの内容に従ってデータ変換処理を実行する(ステップS530〜S570)。具体的には、ステップS520の処理において、印刷条件の種類が第3の条件であると判断した場合には、CPU41は、まず、先に入力した第3参照データS3をRAM44に展開する処理を行なう(ステップS530)。この後、第3参照データS3に続いてRGBデータが入力された場合に、CPU41は、RGBデータをRAM44に展開し(ステップS535、S540)、このRGBデータを、RAM44に展開された第3参照データS3を参照してCMYデータに変換し(ステップS545)、このデータ変換処理によって生成されたCMYデータ(以下、第3CMYデータという)を、RAM44に展開する処理を行なう(ステップS580)。   Subsequently, the CPU 41 refers to the correspondence map for the determined type of printing condition, and executes data conversion processing according to the content of the correspondence map TM (steps S530 to S570). Specifically, when it is determined in step S520 that the type of printing condition is the third condition, the CPU 41 first performs processing for expanding the previously input third reference data S3 in the RAM 44. This is performed (step S530). Thereafter, when RGB data is input subsequent to the third reference data S 3, the CPU 41 expands the RGB data in the RAM 44 (steps S 535 and S 540), and this RGB data is expanded in the RAM 44 into the third reference. The data S3 is converted into CMY data with reference to the data S3 (step S545), and the CMY data generated by the data conversion processing (hereinafter referred to as third CMY data) is expanded in the RAM 44 (step S580).

一方、ステップS520の処理において、印刷条件の種類が第2の条件であると判断した場合には、CPU41は、まず、入力したRGBデータをRAM44に展開する処理を行なう(ステップS550)。次に、CPU41は、入力した印刷条件データL2に基づいて印刷対象物Pの種類および印刷解像度の設定の内容を特定した後(ステップS560)、特定した2つの印刷条件の内容について対応マップTMを参照し、第2参照データS2として用いるデータを、普通紙用参照データS2aまたは写真用参照データS2bのいずれかに決定する処理を行なう(ステップS565)。この場合、簡易端末90から入力された印刷要求データMPのように、印刷要求データMPに印刷条件データが含まれていない場合には、CPU41は、対応マップTMを参照して、印刷対象物Pの種類および印刷解像度の設定の内容を「指定なし」と判断する。よって、簡易端末90から印刷要求データMPを入力した場合には、第2参照データS2として用いるデータが普通紙用参照データS2aに決定される。   On the other hand, if it is determined in step S520 that the type of printing condition is the second condition, the CPU 41 first performs processing for developing the input RGB data in the RAM 44 (step S550). Next, the CPU 41 specifies the type of the printing object P and the setting contents of the printing resolution based on the input printing condition data L2 (step S560), and then creates a correspondence map TM for the contents of the two specified printing conditions. The process of referring to and determining the data used as the second reference data S2 is either the plain paper reference data S2a or the photo reference data S2b (step S565). In this case, as in the case of the print request data MP input from the simple terminal 90, if the print request data MP does not include print condition data, the CPU 41 refers to the correspondence map TM and print target P The setting type and print resolution are determined as “no specification”. Therefore, when the print request data MP is input from the simple terminal 90, the data used as the second reference data S2 is determined as the plain paper reference data S2a.

次に、CPU41は、決定された参照データをP−ROM43から読み出し、読み出した参照データを参照しながら、ステップS550の処理において展開されたRGBデータをCMYデータに変換し(ステップS570)、このデータ変換処理によって生成されたCMYデータ(以下、第2CMYデータという)を、RAM44に展開する処理を行なう(ステップS580)。また、ステップS520の処理において、印刷条件の種類が第1の条件であると判断した場合には、CPU41は、データ変換処理を行なうことなく、入力した第1CMYデータをそのままRAM44に展開する処理を行なう(ステップS580)。   Next, the CPU 41 reads the determined reference data from the P-ROM 43, and converts the RGB data developed in the process of step S550 into CMY data while referring to the read reference data (step S570). The CMY data generated by the conversion process (hereinafter referred to as second CMY data) is processed in the RAM 44 (step S580). If it is determined in step S520 that the type of printing condition is the first condition, the CPU 41 performs a process of developing the input first CMY data as it is in the RAM 44 without performing a data conversion process. This is performed (step S580).

続いて、CPU41は、RAM44に展開されたCMYデータと印刷条件データL2の組を印刷ジョブとして登録し、この印刷ジョブを実行する処理を行なう(ステップS585)。これにより、印刷指示端末1において印刷指示がなされた印刷対象画像が、印刷設定に従って印刷対象物Pに印刷される。こうした印刷ジョブの実行が終了した後、CPU41は、プリンタドライバを停止し(ステップS590)、本ルーチンを終了する。   Subsequently, the CPU 41 registers a set of the CMY data expanded in the RAM 44 and the print condition data L2 as a print job, and performs a process for executing this print job (step S585). As a result, the print target image for which the print instruction has been issued in the print instruction terminal 1 is printed on the print target P in accordance with the print settings. After the execution of such a print job is completed, the CPU 41 stops the printer driver (step S590) and ends this routine.

なお、上記実施例における分担印刷処理ルーチンB1では、印刷要求データLP,MPに含まれている第3参照データS3や第1CMYデータを入力した後に、印刷条件の種類を判断したが(ステップS510〜S520)、参照データやCMYデータ,RGBデータの入力に先立って、印刷条件の種類を判断することも可能である。具体的には、印刷指示端末1が、印刷要求データLP,MPのヘッダ部に、第3参照データS3や第1CMYデータが付属しているか否かを表わす情報を記述しておき、この印刷要求データLP,MPを入力したプリンタ20が、ヘッダ部に記述された情報を読み取る構成とすればよい。こうすれば、プリンタ20は、参照データやCMYデータ,RGBデータの入力を待たずに、直ちに印刷条件の種類を判断することが可能となる。   In the shared printing processing routine B1 in the above embodiment, the type of printing conditions is determined after the third reference data S3 and the first CMY data included in the print request data LP and MP are input (steps S510 to S510). S520) It is also possible to determine the type of printing condition prior to input of reference data, CMY data, and RGB data. Specifically, the print instruction terminal 1 describes information indicating whether or not the third reference data S3 or the first CMY data is attached to the header portion of the print request data LP and MP, and this print request The printer 20 to which the data LP and MP are input may be configured to read the information described in the header part. In this way, the printer 20 can immediately determine the type of printing condition without waiting for input of reference data, CMY data, and RGB data.

A−4.作用効果:
以上説明した本実施例の印刷システムGH1では、データ変換処理に用いられる3種類の参照データS1〜S3を、プリンタ20が、印刷指示端末1としてのパーソナルコンピュータ10と分担して保持している。このプリンタ20に対して印刷指示端末1から画像の印刷指示がなされると、プリンタ20は、印刷指示端末1側で指定された印刷条件の種類が第1の条件以外の条件であるときに、印刷指示端末1からRGBデータを入力し、自己が保持している参照データ(第2参照データS2,第3参照データS3)を用いたデータ変換処理を実行してCMYデータ(第2CMYデータ,第3CMYデータ)を生成し、印刷条件の種類が第1の条件であるときには、データ変換処理を実行せず、印刷指示端末1としてのパーソナルコンピュータ10が、自己が保持する参照データ(第1参照データS1)を用いて実行したデータ変換処理の結果(第1CMYデータ)を入力する。これにより、印刷指示端末1とプリンタ20の双方に同一の参照データを格納し、1つの画像を表わす画像データに対するデータ変換処理を印刷指示端末1とプリンタ20の双方が実行するという必要がなくなる。従って、印刷指示端末1とプリンタ20との間において、データ変換処理に必要なソフトウェア資源(参照データ)を有効に活用しつつ、複数種類の参照データを使い分けた多様な画質での印刷を効率良く実現することができる。
A-4. Effect:
In the printing system GH1 of the present embodiment described above, the printer 20 holds the three types of reference data S1 to S3 used for data conversion processing in a shared manner with the personal computer 10 as the print instruction terminal 1. When an image print instruction is issued from the print instruction terminal 1 to the printer 20, the printer 20 determines that the type of print condition designated on the print instruction terminal 1 side is a condition other than the first condition. The RGB data is input from the print instruction terminal 1, and the data conversion process using the reference data (second reference data S2 and third reference data S3) held by itself is executed and the CMY data (second CMY data, second reference data S3) is executed. 3CMY data) and the type of printing condition is the first condition, the data conversion process is not executed, and the personal computer 10 as the printing instruction terminal 1 stores the reference data (first reference data) held by itself. The result (first CMY data) of the data conversion process executed using S1) is input. This eliminates the need for both the print instruction terminal 1 and the printer 20 to store the same reference data in both the print instruction terminal 1 and the printer 20 and to perform data conversion processing on image data representing one image. Therefore, the printing instruction terminal 1 and the printer 20 can efficiently print with various image quality using different types of reference data while effectively using software resources (reference data) necessary for data conversion processing. Can be realized.

本実施例の印刷システムGH1では、プリンタ20が、入力した印刷要求データLP,MPに含まれているデータの種類を判別することによって印刷条件の種類を決定する(図10)。従って、プリンタ20側での印刷条件の種類の判断を、簡単かつ確実に行なうことができる。   In the printing system GH1 of this embodiment, the printer 20 determines the type of printing condition by determining the type of data included in the input print request data LP and MP (FIG. 10). Accordingly, it is possible to easily and reliably determine the type of printing condition on the printer 20 side.

本実施例の印刷システムGH1では、印刷しようとする画像の印刷解像度が高い場合には、パーソナルコンピュータ10が第1参照データS1を用いてデータ変換処理を行ない、プリンタ20は、この処理によって生成された第1CMYデータをパーソナルコンピュータ10から入力する。これにより、情報量の多い印刷データへの変換処理がプリンタ20側で行われることを回避することができる。   In the printing system GH1 of this embodiment, when the printing resolution of an image to be printed is high, the personal computer 10 performs data conversion processing using the first reference data S1, and the printer 20 is generated by this processing. The first CMY data is input from the personal computer 10. As a result, it is possible to avoid the conversion process to print data with a large amount of information being performed on the printer 20 side.

本実施例の印刷システムGH1では、プリンタ20は、自身が行なうデータ変換処理に用いる2種類の参照データ(第2参照データS2,第3参照データS3)のうち、第2参照データS2を予めP−ROM43に格納し、第3参照データS3については、データ変換処理を実行する際にパーソナルコンピュータ10から入力し、一時的にRAM44に保持する。従って、P−ROM43に格納される参照データの容量を少なくすることが可能となり、3種類以上の参照データを使い分けたデータ変換処理を実現する際に、プリンタ20側の負担を軽減することができる。また、本実施例では、上記の予めP−ROM43に格納されている参照データを、「印刷対象物P:普通紙/印刷解像度:低」、「印刷対象物P:写真用紙/印刷解像度:中」という使用頻度の高い印刷条件下で用いられる第2参照データS2としている。従って、プリンタ20自身がデータ変換処理を行なう機会が多くなり、RGBデータよりもデータ量の多いCMYデータが印刷指示端末1からプリンタ20に転送される頻度が少なくなる。従って、印刷指示端末1からプリンタ20へのデータの転送に要する時間をシステム全体として短縮することができる。   In the printing system GH1 of the present embodiment, the printer 20 preliminarily stores the second reference data S2 among the two types of reference data (second reference data S2 and third reference data S3) used for the data conversion process performed by the printer 20 in advance. The third reference data S3 stored in the ROM 43 is input from the personal computer 10 when the data conversion process is executed, and is temporarily held in the RAM 44. Therefore, the capacity of the reference data stored in the P-ROM 43 can be reduced, and the burden on the printer 20 side can be reduced when realizing data conversion processing using three or more types of reference data. . In this embodiment, the reference data stored in the P-ROM 43 in advance is “print object P: plain paper / print resolution: low”, “print object P: photo paper / print resolution: medium”. The second reference data S2 is used under printing conditions with a high frequency of use. Accordingly, the opportunity for the printer 20 to perform data conversion processing increases, and the frequency with which CMY data having a larger amount of data than RGB data is transferred from the print instruction terminal 1 to the printer 20 decreases. Therefore, the time required for transferring data from the print instruction terminal 1 to the printer 20 can be reduced as a whole system.

本実施例の印刷システムGH1では、プリンタ20は、印刷指示がなされた印刷指示端末1の種類を考慮して印刷条件の種類を判断するので、印刷指示がなされた印刷指示端末1の性質に応じて、データ変換処理の精細度を変えることが可能となる。具体的には、プリンタ20は、データ変換処理を行なうことができない簡易端末90からの印刷要求データMPには参照データやCMYデータが含まれないことから、このような印刷要求データMPを簡易端末90から印刷指示であると判断すると共に、このような場合には、印刷条件の種類を第2の条件であると判断し、予めP−ROM43に格納された第2参照データS2を用いてデータ変換処理を行なう。従って、プリンタ20は、印刷指示を受けた簡易端末90に代わって、データ変換処理を、予め保持された第2参照データS2を用いて迅速に行うことができる。   In the printing system GH1 of the present embodiment, the printer 20 determines the type of printing condition in consideration of the type of the printing instruction terminal 1 for which the printing instruction has been given. Thus, the definition of the data conversion process can be changed. Specifically, since the printer 20 does not include the reference data or CMY data in the print request data MP from the simple terminal 90 that cannot perform the data conversion process, such print request data MP is used for the simple terminal. In such a case, it is determined that the type of printing condition is the second condition, and data is stored using the second reference data S2 stored in the P-ROM 43 in advance. Perform conversion processing. Accordingly, the printer 20 can quickly perform the data conversion process using the second reference data S2 held in advance, instead of the simple terminal 90 that has received the print instruction.

本実施例では、データ変換処理に用いられる3種類の参照データS1〜S3には、少なくとも、R,G,Bによって表わされる色情報をプリンタ20で表現可能なC,M,Yの色情報に変換する色変換用データであるLUTが含まれている。このため、プリンタ20側には、パーソナルコンピュータ10とは異なる種類のLUTが保持される。従って、プリンタ20とパーソナルコンピュータ10との間において、LUTが保持される領域の有効活用を図ることができる。   In this embodiment, the three types of reference data S1 to S3 used in the data conversion process include at least color information represented by R, G, B as C, M, Y color information that can be expressed by the printer 20. An LUT that is color conversion data to be converted is included. Therefore, a different type of LUT from the personal computer 10 is held on the printer 20 side. Therefore, it is possible to effectively use the area where the LUT is held between the printer 20 and the personal computer 10.

本実施例の印刷システムGH1では、パーソナルコンピュータ10側で印刷条件の種類が第3の条件であると判断され、データ変換処理に用いられる第3参照データS3とRGBデータがプリンタ20に出力される場合に、プリンタ20は、RGBデータの入力に先立って、第3参照データS3を入力する。従って、プリンタ20は、まず第3参照データS3をRAM44に展開して、RGBデータを変換する準備をすることが可能となり、プリンタ20側でのデータ変換処理をより円滑に行なうことができる。   In the printing system GH1 of this embodiment, the personal computer 10 determines that the type of printing condition is the third condition, and outputs the third reference data S3 and RGB data used for data conversion processing to the printer 20. In this case, the printer 20 inputs the third reference data S3 prior to inputting the RGB data. Therefore, the printer 20 can first prepare the third reference data S3 in the RAM 44 and prepare for conversion of RGB data, and the data conversion process on the printer 20 side can be performed more smoothly.

B.変形例:
以上本発明の実施の形態を実施例に基づいて説明したが、本発明はこうした実施例に何等限定されるものではなく、本発明の要旨を逸脱しない範囲内において種々なる様態で実施し得ることは勿論である。
B. Variations:
Although the embodiments of the present invention have been described based on the examples, the present invention is not limited to these examples, and can be implemented in various modes without departing from the gist of the present invention. Of course.

例えば、上記実施例における分担印刷処理(図8、図9)では、パーソナルコンピュータ10側で印刷条件の種類が第3の条件であると判断された場合に、パーソナルコンピュータ10が第3参照データS3,RGBデータをこの順に出力することにより、プリンタ20がRGBデータの入力に先立って第3参照データS3を入力する構成としたが、こうした構成を、第3参照データS3の入力に先立ってRGBデータを入力する構成に変更することも可能である。   For example, in the shared printing process (FIGS. 8 and 9) in the above embodiment, if the personal computer 10 determines that the type of printing condition is the third condition, the personal computer 10 uses the third reference data S3. , RGB data are output in this order, so that the printer 20 inputs the third reference data S3 prior to the input of the RGB data. However, such a configuration is not limited to the RGB data prior to the input of the third reference data S3. It is also possible to change to a configuration for inputting.

上記実施例における印刷条件種類判断処理(図10)では、入力した印刷要求データLP,MPに参照データやCMYデータが含まれているか否かによって印刷条件の種類を判断したが、こうした印刷条件の種類の判断を、印刷要求データLP,MPに参照データやRGBデータが含まれているか否かによって行なうこととしてもよい。   In the print condition type determination process (FIG. 10) in the above embodiment, the type of print condition is determined based on whether or not the input print request data LP and MP include reference data and CMY data. The type may be determined based on whether reference data or RGB data is included in the print request data LP and MP.

上記実施例における印刷条件種類判断処理では、入力した印刷要求データLP,MPに含まれているデータの種類を判別することによって印刷条件の種類を決定したが、このようなデータの種類の判別以外の他の手法によって印刷条件の種類を決定してもよく、また、印刷要求データLP,MPに含まれているデータの種類の判別による手法と他の手法とを併用して、印刷条件の種類を判断することとしても差し支えない。このような他の手法としては、例えば、プリンタ20が、図10に示した印刷条件種類判断処理に替えて、図8に示したステップS320〜S330と同様の処理を行ない、入力した印刷条件データL2に基づいて印刷対象物Pの種類および印刷解像度の設定の内容を特定し、この内容について対応マップTMを参照することにより、印刷条件の種類を、第1の条件,第2の条件,第3の条件のいずれかに決定する手法を考えることができる。こうすれば、CMYデータに要求されるドット数に適した参照データを、ドットの細かさが印刷対象物上で実現される程度を考慮して、プリンタ20側で決定することができる。   In the print condition type determination process in the above embodiment, the type of print condition is determined by determining the type of data included in the input print request data LP and MP. The type of printing conditions may be determined by other methods, and the type of printing conditions may be determined by combining the method based on the determination of the type of data included in the print request data LP and MP with another method. It is also safe to judge. As such another method, for example, the printer 20 performs the same processing as steps S320 to S330 shown in FIG. 8 in place of the printing condition type determination processing shown in FIG. Based on L2, the type of the printing object P and the setting contents of the printing resolution are specified, and by referring to the correspondence map TM for the contents, the types of printing conditions are changed to the first condition, the second condition, and the second condition. A method for determining one of the three conditions can be considered. In this way, reference data suitable for the number of dots required for the CMY data can be determined on the printer 20 side in consideration of the degree to which the fineness of dots is realized on the print object.

また、プリンタ20が参照する対応マップTMには、印刷解像度の設定が「高」である場合には、印刷条件の種類が「第1の条件」、データ変換処理の実行主体が「パーソナルコンピュータ10」と規定されており、プリンタ20がデータ変換処理を実行することになる他の種類の印刷条件については、印刷対象物Pの種類と印刷解像度の設定の組み合わせが「印刷対象物P:普通紙/印刷解像度:低」や「印刷対象物P:写真用紙/印刷解像度:中」という使用頻度の高いものである場合に、印刷条件の種類が「第2の条件」と規定され、これら以外の印刷対象物Pの種類と印刷解像度の設定の組み合わせである場合に、印刷条件の種類が「第3の条件」と規定されている。従って、情報量の多いCMYデータへの変換処理がプリンタ20側で行われることを回避することができると共に、プリンタ20側において、情報量の多くないCMYデータへの変換処理のうち、印刷解像度と印刷対象物の種類とが適合している場合の変換処理を、予め保持された参照データ(第2参照データS2)を用いて迅速に行うことができる。   Further, in the correspondence map TM referred to by the printer 20, when the print resolution setting is “high”, the type of the print condition is “first condition”, and the execution subject of the data conversion process is “personal computer 10”. For other types of printing conditions in which the printer 20 executes the data conversion process, the combination of the type of print object P and the print resolution setting is “print object P: plain paper”. / Printing resolution: Low ”or“ Printing object P: Photo paper / Printing resolution: Medium ”, the type of printing condition is defined as“ second condition ”. In the case of a combination of the type of print object P and the print resolution setting, the type of print condition is defined as “third condition”. Therefore, it is possible to avoid the conversion process to CMY data having a large amount of information on the printer 20 side, and among the conversion processes to CMY data having a small amount of information on the printer 20 side, the print resolution and The conversion process in the case where the type of the print object is compatible can be quickly performed using the reference data (second reference data S2) held in advance.

上記実施例の印刷システムGH1では、印刷指示端末1側で設定された印刷条件のうち、印刷解像度、印刷対象物Pの種類、印刷指示がなされた印刷指示端末1の種類という3つの条件に基づいて印刷条件の種類を判断したが、上記の3つの条件以外の印刷条件に基づいて、印刷条件の種類を判断することとしても差し支えない。こうした他の印刷条件としては、以下のものを考えることができる。例えば、プリンタ20に関する印刷条件としては、上記の印刷解像度、印刷対象物Pの種類のほかにも、プリンタ20の機種、印刷に使用するインクの種類などを考えることができる。また、印刷指示端末1に関する印刷条件としては、上記の印刷指示端末1の種類のほか、画像データの形式(例えば、RGB、YCbCr等)などを考えることができる。   In the printing system GH1 of the above-described embodiment, among the printing conditions set on the printing instruction terminal 1 side, based on the three conditions of the printing resolution, the type of the printing object P, and the type of the printing instruction terminal 1 on which the printing instruction is given. Although the type of printing condition is determined, the type of printing condition may be determined based on printing conditions other than the above three conditions. The following can be considered as such other printing conditions. For example, as the printing conditions related to the printer 20, in addition to the above printing resolution and the type of the printing object P, the model of the printer 20, the type of ink used for printing, and the like can be considered. In addition to the type of the print instruction terminal 1 described above, the image data format (for example, RGB, YCbCr, etc.) can be considered as the print condition for the print instruction terminal 1.

上記実施例における分担印刷処理では、プリンタ20は、印刷要求データMPに、参照データ、CMYデータおよび印刷条件データのいずれもが含まれていない場合に、印刷指示がなされた印刷指示端末1が簡易端末90であると判断したが、これ以外の手法で簡易端末90か否かを判断することも可能である。例えば、印刷指示端末1からの印刷指示を表わすデータに端末固有のIDを含ませておき、このIDをプリンタ20が解読して、簡易端末90であるか否かを識別する構成などを考えることができる。   In the shared printing process in the above embodiment, the printer 20 can simplify the print instruction terminal 1 to which a print instruction has been given when the print request data MP does not include any of the reference data, CMY data, and print condition data. Although it is determined that the terminal 90 is used, it is also possible to determine whether or not the terminal 90 is a simple method. For example, consider a configuration in which data representing a print instruction from the print instruction terminal 1 includes an ID unique to the terminal, and the printer 20 decodes this ID to identify whether or not the terminal 90 is a simple terminal. Can do.

また、このような簡易端末90からの印刷指示であることをプリンタ20が認識する手段を設けることなく、上記の印刷システムGH1を、上記実施例におけるパーソナルコンピュータ10やプリンタ20のような、データ変換処理能力を備えた機器の間で行なわれる処理に限定することも可能である。このような限定をした場合には、パーソナルコンピュータ10のPC制御装置11やプリンタ20の制御回路40は、共に、RGBデータからCMYデータへの変換処理を行なうデータ変換装置として把握することができる。   Further, without providing means for the printer 20 to recognize such a print instruction from the simple terminal 90, the above-described printing system GH1 can be converted into a data converter such as the personal computer 10 and the printer 20 in the above-described embodiment. It is also possible to limit the processing to be performed between devices having processing capabilities. In the case of such a limitation, both the PC control device 11 of the personal computer 10 and the control circuit 40 of the printer 20 can be grasped as data conversion devices that perform conversion processing from RGB data to CMY data.

上記実施例では、データ変換処理に用いる参照データを3種類に区分し、このうちの2種類の参照データ(第1参照データS1、第3参照データS3)をパーソナルコンピュータ10側に、1種類の参照データ(第2参照データS2)をプリンタ20側に、それぞれ予め格納した。こうした参照データの区分数は、プリンタ20において実現可能な画質の種類を考慮して、適宜、変更することが可能であり、例えば、4種類以上に区分された参照データを、パーソナルコンピュータ10とプリンタ20とに分担して格納しても良いし、2種類に区分された参照データを、パーソナルコンピュータ10とプリンタ20とに分担して格納しても良い。   In the above-described embodiment, the reference data used for the data conversion process is divided into three types, and two types of reference data (first reference data S1 and third reference data S3) are provided to the personal computer 10 side. Reference data (second reference data S2) was stored in advance on the printer 20 side. The number of reference data divisions can be changed as appropriate in consideration of the types of image quality that can be realized in the printer 20. For example, reference data divided into four or more types can be used as the personal computer 10 and the printer. The reference data divided into two types may be stored in the personal computer 10 and the printer 20 and stored.

上記実施例では、データ変換処理に用いる参照データ(第1参照データS1、第2参照データS2、第3参照データS3)を予めパーソナルコンピュータ10やプリンタ20に格納したが、こうした各参照データを、CD−ROMやメモリカード等の記録媒体からのロードすることにより、パーソナルコンピュータ10やプリンタ20に提供することも可能であり、また、ネットワーク上に置かれたサーバからダウンロードすることにより、パーソナルコンピュータ10やプリンタ20に提供することも可能である。こうした構成例を、第1変形例,第2変形例として、それぞれ、図11,図12に示した。   In the above embodiment, the reference data (first reference data S1, second reference data S2, third reference data S3) used for the data conversion process is stored in the personal computer 10 or the printer 20 in advance. It can also be provided to the personal computer 10 or the printer 20 by loading from a recording medium such as a CD-ROM or a memory card, or by downloading from a server placed on the network. It can also be provided to the printer 20. Such a configuration example is shown in FIGS. 11 and 12 as a first modification and a second modification, respectively.

図11は、パーソナルコンピュータ10がネットワークに接続されている場合における印刷システムGH2の構成例である。図示するように、第1参照データS1、第2参照データS2、第3参照データS3は、インターネットIN上のサーバSVに予め格納されている。パーソナルコンピュータ10は、第1参照データS1、第2参照データS2、第3参照データS3の少なくとも1つを、データ変換処理の必要に応じてモデム87を介してダウンロードし、RAM11cやハードディスク11eに記憶すると共に、第2参照データS2、第3参照データS3をプリンタ20に転送するのである。こうした構成において、プリンタ20がネットワークに接続されている場合には、第2参照データS2、第3参照データS3をプリンタ20がダウンロードすることも可能である。こうした第1変形例によれば、データ変換処理に用いられる参照データの種類が追加または変更された場合であっても、この追加や変更に対応する参照データをサーバSVに記憶させておくことで、追加や変更に対応する参照データを、ネットワークを介してパーソナルコンピュータ10またはプリンタ20に供給することが可能となる。従って、将来的に、プリンタ20について印刷画質を更に良好化する改良がなされた場合に、この改良に伴う参照データの追加や変更に柔軟に対応することができる。   FIG. 11 is a configuration example of the printing system GH2 when the personal computer 10 is connected to a network. As shown in the figure, the first reference data S1, the second reference data S2, and the third reference data S3 are stored in advance in a server SV on the Internet IN. The personal computer 10 downloads at least one of the first reference data S1, the second reference data S2, and the third reference data S3 via the modem 87 as necessary for data conversion processing, and stores it in the RAM 11c and the hard disk 11e. At the same time, the second reference data S 2 and the third reference data S 3 are transferred to the printer 20. In such a configuration, when the printer 20 is connected to the network, the printer 20 can download the second reference data S2 and the third reference data S3. According to such a first modification, even if the type of reference data used for the data conversion process is added or changed, the reference data corresponding to the addition or change is stored in the server SV. The reference data corresponding to the addition or change can be supplied to the personal computer 10 or the printer 20 via the network. Therefore, in the future, when an improvement that further improves the printing image quality is made for the printer 20, it is possible to flexibly cope with the addition or change of the reference data accompanying the improvement.

図12は、簡易端末90およびプリンタ20がネットワークに接続されている場合における印刷システムGH3の構成例である。図示するように、第2参照データS2は、インターネットIN上のサーバSVに予め格納されている。プリンタ20は、第2参照データS2を、データ変換処理の必要に応じてダウンロードし、RAM44等の記憶装置に記憶するのである。こうした第2変形例によっても、将来的な印刷画質の良好化に伴う参照データの追加や変更に柔軟に対応することができる。なお、上記第2変形例の場合において、第2参照データS2をプリンタ20にダウンロードするタイミングについては、種々のタイミングを考えることができる。例えば、プリンタ20が、簡易端末90からの印刷要求データMPを入力したときに、ダウンロードを開始してもよい。また、簡易端末90からの印刷要求をインターネットINを通じて受けたサーバSVが、この印刷要求をプリンタ20からの要求であると解釈し、第2参照データS2を、インターネットINを介してプリンタ20に送信することとしてもよい。   FIG. 12 is a configuration example of the printing system GH3 when the simple terminal 90 and the printer 20 are connected to the network. As shown in the figure, the second reference data S2 is stored in advance in a server SV on the Internet IN. The printer 20 downloads the second reference data S2 as necessary for data conversion processing, and stores it in a storage device such as the RAM 44. Also according to the second modification, it is possible to flexibly cope with the addition or change of reference data accompanying the future improvement in print image quality. In the case of the second modification, various timings can be considered for the timing of downloading the second reference data S2 to the printer 20. For example, the download may be started when the printer 20 inputs the print request data MP from the simple terminal 90. Further, the server SV that receives the print request from the simple terminal 90 via the Internet IN interprets the print request as a request from the printer 20 and transmits the second reference data S2 to the printer 20 via the Internet IN. It is good to do.

本発明の実施例である印刷システムGH1の概略構成を示す説明図である。It is explanatory drawing which shows schematic structure of printing system GH1 which is an Example of this invention. パーソナルコンピュータ10が備えるPC制御装置11の構成を示す説明図である。It is explanatory drawing which shows the structure of PC control apparatus 11 with which the personal computer 10 is provided. プリンタ20の概略構成を示す説明図である。2 is an explanatory diagram illustrating a schematic configuration of a printer. FIG. 制御回路40の構成を示す説明図である。3 is an explanatory diagram showing a configuration of a control circuit 40. FIG. データ変換処理の概要を示すフローチャートである。It is a flowchart which shows the outline | summary of a data conversion process. 対応マップTMの一例を示す説明図である。It is explanatory drawing which shows an example of the correspondence map TM. 分担印刷処理の概要を示すブロック図である。It is a block diagram which shows the outline | summary of shared printing processing. パーソナルコンピュータ10側で実行される分担処理ルーチンA1を示すフローチャートである。It is a flowchart which shows the sharing process routine A1 performed by the personal computer 10 side. プリンタ20側で実行される分担処理ルーチンB1を示すフローチャートである。4 is a flowchart showing a sharing process routine B1 executed on the printer 20 side. 印刷条件種類判断処理ルーチンを示すフローチャートである。It is a flowchart which shows a printing condition kind judgment processing routine. 第1変形例を示す説明図である。It is explanatory drawing which shows a 1st modification. 第2変形例を示す説明図である。It is explanatory drawing which shows a 2nd modification.

符号の説明Explanation of symbols

1...印刷指示端末
10...パーソナルコンピュータ
11...PC制御装置
11a...CPU
11b...ROM
11c...RAM
11d...ディスクドライブコントローラ
11e...ハードディスク
11f...入力コントローラ
11g...ディスプレイコントローラ
11h...パラレル入出力インタフェース
11i...シリアル入出力インタフェース
14...ディスプレイ
15...入力装置
20...プリンタ
22...モータ
24...キャリッジモータ
26...プラテン
28...印刷ヘッドユニット
30...キャリッジ
32...操作パネル
34...摺動軸
36...駆動ベルト
38...プーリ
39...位置検出センサ
40...制御回路
41...CPU
43...P−ROM
44...RAM
45...キャラクタジェネレータ
47...メモリカードコントローラ
50...I/F専用回路
52...ヘッド駆動回路
54...モータ駆動回路
56...コネクタ
58...メモリカードスロット
61〜66...インク吐出用ヘッド
70a...黒インク用カートリッジ
70b...カラーインク用カートリッジ
81...メモリカード
87...モデム
90...簡易端末
91...携帯電話
92...携帯情報端末
93...ゲーム装置
94...デジタルスチルカメラ
GH1〜3...印刷システム
GH2...印刷システム
IN...インターネット
Ip...粒子
LP,MP...印刷要求データ
Nz...ノズル
P...印刷対象物
PE...ピエゾ素子
S1...第1参照データ
S2...第2参照データ
S2a...普通紙用参照データ
S2b...写真用参照データ
S3...第3参照データ
SV...サーバ
TM...対応マップ
1 ... Printing instruction terminal 10 ... Personal computer 11 ... PC control device 11a ... CPU
11b ... ROM
11c ... RAM
11d ... disk drive controller 11e ... hard disk 11f ... input controller 11g ... display controller 11h ... parallel input / output interface 11i ... serial input / output interface 14 ... display 15 ... input Device 20 ... Printer 22 ... Motor 24 ... Carriage motor 26 ... Platen 28 ... Print head unit 30 ... Carriage 32 ... Operation panel 34 ... Slide shaft 36 .. .Drive belt 38 ... pulley 39 ... position detection sensor 40 ... control circuit 41 ... CPU
43 ... P-ROM
44 ... RAM
45 ... Character generator 47 ... Memory card controller 50 ... I / F dedicated circuit 52 ... Head drive circuit 54 ... Motor drive circuit 56 ... Connector 58 ... Memory card slot 61- 66 ... Ink ejection head 70a ... Black ink cartridge 70b ... Color ink cartridge 81 ... Memory card 87 ... Modem 90 ... Simple terminal 91 ... Mobile phone 92 .. . Portable information terminal 93 ... Game device 94 ... Digital still camera GH1-3 ... Printing system GH2 ... Printing system IN ... Internet Ip ... Particle LP, MP ... Print request data Nz ... Nozzle P ... Print object PE ... Piezo element S1 ... First reference data S2 ... Second reference data S2a ... Reference data for plain paper S2b ... Photo reference Data S3 ... Third reference data SV ... Server TM ... Up

Claims (14)

コンピュータによる取り扱いが可能な形式の画像データが、少なくとも第1の参照データ、第2の参照データおよび第3の参照データのいずれかに基づいて変換されることにより生成された印刷データに基づいて印刷を行なう印刷装置であって、
前記第2の参照データを保持する参照データ保持手段と、
所定の端末において前記画像データによって表わされる画像についての印刷指示がなされた場合に、該印刷指示がなされた画像である印刷対象画像についての印刷要求を表わす印刷要求データを入力する入力手段と、
該入力された印刷要求データに基づいて、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断する印刷条件判断手段と、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において生成された前記印刷データに基づいて前記印刷対象画像の印刷を行なう印刷手段と
を備え
前記印刷手段は、
前記印刷条件の種類が第1の条件であると判断された場合に、前記実行主体を前記端末と決定し、該端末から前記印刷要求データの一部として入力された印刷データであって、前記端末が前記印刷対象画像を表わす画像データを該端末側に保持された前記第1の参照データを用いて変換することによって生成された印刷データに基づいて、前記印刷対象画像の印刷を行なう入力印刷手段と、
前記印刷条件の種類が第2の条件であると判断された場合に、前記実行主体を前記印刷装置と決定し、前記印刷要求データの一部として入力された前記印刷対象画像を表わす画像データを、前記第2の参照データを用いて印刷データに変換し、該変換後の印刷データに基づいて前記印刷対象画像の印刷を行なう第1変換印刷手段と、
前記印刷条件の種類が第3の条件であると判断された場合に、前記実行主体を前記印刷装置と決定し、前記印刷要求データの一部として入力された前記印刷対象画像を表わす画像データを、前記端末から入力された前記第3の参照データを用いて印刷データに変換し、該変換後の印刷データに基づいて前記印刷対象画像の印刷を行なう第2変換印刷手段と、を備える
印刷装置。
Printing based on print data generated by converting image data in a format that can be handled by a computer based on at least one of first reference data, second reference data, and third reference data A printing device for performing
Reference data holding means for holding the second reference data ;
An input means for inputting print request data representing a print request for an image to be printed, which is an image for which the print instruction has been made, when a print instruction is made for the image represented by the image data at a predetermined terminal;
Print condition determining means for determining the type of print condition designated on the terminal side for the print target image, which is an image for which the print instruction has been made, based on the input print request data;
In accordance with the determined type of printing condition, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print generated by the determined execution body Printing means for printing the image to be printed based on the data ,
The printing means includes
When it is determined that the type of the print condition is the first condition, the execution subject is determined as the terminal, and is print data input as a part of the print request data from the terminal, Input printing that prints the print target image based on print data generated by the terminal converting image data representing the print target image using the first reference data held on the terminal side Means,
When it is determined that the type of the printing condition is the second condition, the execution subject is determined as the printing apparatus, and image data representing the print target image input as part of the print request data is obtained. Converting to print data using the second reference data and printing the image to be printed based on the converted print data;
When it is determined that the type of the printing condition is the third condition, the execution subject is determined to be the printing apparatus, and image data representing the print target image input as part of the print request data is obtained. A second conversion printing unit that converts the print data using the third reference data input from the terminal and prints the print target image based on the converted print data. .
請求項1に記載の印刷装置であって、  The printing apparatus according to claim 1,
前記印刷条件判断手段は、前記端末から入力した印刷要求データに、前記第3の参照データが含まれている場合に、前記印刷条件の種類が、前記第3の条件であると判断する、印刷装置。  The print condition determining means determines that the type of the print condition is the third condition when the print request data input from the terminal includes the third reference data. apparatus.
請求項1または2に記載の印刷装置であって、  The printing apparatus according to claim 1 or 2,
前記印刷条件判断手段は、前記端末から入力した印刷要求データに、CMY形式の画像データが含まれている場合に、前記印刷条件の種類が、前記第1の条件であると判断する、印刷装置。  The printing condition determining unit determines that the type of the printing condition is the first condition when the print request data input from the terminal includes image data in the CMY format. .
請求項1ないし3のいずれか一項に記載の印刷装置であって、  The printing apparatus according to any one of claims 1 to 3,
前記印刷条件判断手段は、前記端末から入力した印刷要求データに、RGB形式の画像データが含まれている場合に、前記印刷条件の種類が、前記第2の条件であると判断する、印刷装置。  The printing condition determining unit determines that the type of the printing condition is the second condition when the RGB image data is included in the print request data input from the terminal. .
請求項4に記載の印刷装置であって、  The printing apparatus according to claim 4,
前記印刷要求データには、印刷解像度と印刷対象物の種類についての設定内容が含まれ、  The print request data includes settings for the print resolution and the type of print object,
前記参照データ保持手段は、前記第2の参照データとして、前記印刷解像度と前記印刷対象物の種類とに応じた複数種類の参照データを保持しており、  The reference data holding unit holds, as the second reference data, a plurality of types of reference data corresponding to the print resolution and the type of the print object,
前記印刷条件判断手段は、前記印刷条件の種類が、前記第2の条件であると判断した場合に、更に、前記印刷要求データに含まれる前記設定内容に応じて、前記第1変換印刷手段が用いる前記第2の参照データを、前記参照データ保持手段に保持された前記複数種類の参照データの中から選択する、印刷装置。  When the print condition determining unit determines that the type of the print condition is the second condition, the first conversion printing unit further determines the print condition according to the setting content included in the print request data. A printing apparatus that selects the second reference data to be used from among the plurality of types of reference data held in the reference data holding unit.
請求項1に記載の印刷装置であって、  The printing apparatus according to claim 1,
前記印刷要求データには、印刷解像度と印刷対象物の種類についての設定内容が含まれ、  The print request data includes settings for the print resolution and the type of print object,
更に、前記印刷解像度および前記印刷対象物の種類と、前記印刷条件の種類との対応関係を保持するマップを備えており、  And a map that holds a correspondence relationship between the print resolution and the type of the print object and the type of the print condition,
前記印刷条件判断手段は、前記入力された印刷要求データに含まれる前記設定内容に基づいて前記マップを参照することにより、該設定内容に応じた前記印刷条件の種類を特定する、印刷装置。  The printing apparatus according to claim 1, wherein the printing condition determination unit identifies the type of the printing condition according to the setting content by referring to the map based on the setting content included in the input print request data.
請求項1に記載の印刷装置であって、
前記印刷要求データには、前記端末の種類を識別するための識別情報が含まれており、
前記印刷条件判断手段は、前記印刷要求データに含まれる前記識別情報に基づいて前記印刷指示がなされた端末の種類を識別し、該識別された端末の種類に応じて前記印刷条件の種類を判断する、印刷装置。
The printing apparatus according to claim 1,
The print request data includes identification information for identifying the type of the terminal,
The printing condition determining means identifies the type of the terminal that has given the printing instruction based on the identification information included in the print request data, and determines the type of the printing condition according to the identified terminal type. A printing device.
請求項7に記載の印刷装置であって、
前記印刷条件判断手段は、前記印刷指示がなされた端末の種類が前記画像データの印刷データへの変換機能を持たないものであると識別した場合に、前記印刷条件の種類が前記第2の条件であると判断する、印刷装置。
The printing apparatus according to claim 7, wherein
When the print condition determination unit identifies that the type of the terminal that has issued the print instruction does not have a function of converting the image data into print data, the type of the print condition is the second condition. it determined that printing device.
請求項1ないし8のいずれか一項に記載の印刷装置であって、
前記第1の参照データ、前記第2の参照データおよび前記第3の参照データには、少なくとも、前記画像データによって表わされる色情報を前記印刷装置で表現可能な色情報に変換する色変換用データが含まれている、印刷装置。
A printing apparatus according to any one of claims 1 to 8,
The first reference data, the second reference data, and the third reference data include at least color conversion data for converting color information represented by the image data into color information that can be expressed by the printing apparatus. that has been included in the printing device.
請求項1ないし9のいずれか一項に記載の印刷装置であって、
前記いずれかの種類の参照データの少なくとも一部を構成するデータが、通信回線を介して前記端末または前記印刷装置に供給される、印刷装置。
A printing apparatus according to any one of claims 1 to 9,
Data constituting at least a part of said any kind of reference data, Ru is supplied to the terminal or the printing apparatus via a communication line, the printing apparatus.
請求項1ないし10のいずれか一項に記載の印刷装置であって、
前記第1の参照データは、高解像度用の参照データである、印刷装置。
The printing apparatus according to any one of claims 1 to 10,
The printing apparatus , wherein the first reference data is reference data for high resolution.
コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示が所定の端末から印刷装置に対してなされる場合に、前記印刷指示に係る画像データを、少なくとも第1の参照データ、第2の参照データおよび第3の参照データのいずれかに基づいて変換して印刷データを生成する印刷データ生成システムであって、
前記第1の参照データを前記端末に予め保持すると共に、前記第2の参照データを前記印刷装置に予め保持する保持手段と、
前記印刷装置または前記端末の少なくとも一方が、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断する判断手段と、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において前記印刷データを生成する印刷データ生成手段と
を備え
前記印刷データ生成手段は、
前記印刷条件の種類が第1の条件であると判断された場合に、前記実行主体を前記端末と決定し、前記端末が、前記印刷対象画像を表わす画像データを該端末側に保持された前記第1の参照データを用いて前記印刷データに変換し、
前記印刷条件の種類が第2の条件であると判断された場合に、前記実行主体を前記印刷装置と決定し、前記印刷装置が、前記印刷対象画像を表わす画像データを、前記印刷装置に保持された前記第2の参照データを用いて前記印刷データに変換し、
前記印刷条件の種類が第3の条件であると判断された場合に、前記実行主体を前記印刷装置と決定し、前記印刷装置が、前記印刷対象画像を表わす前記画像データを、前記端末から入力された前記第3の参照データを用いて印刷データに変換する
印刷データ生成システム。
When a print instruction for an image represented by image data in a format that can be handled by a computer is given from a predetermined terminal to the printing apparatus, the image data according to the print instruction is at least first reference data, A print data generation system that generates print data by converting based on one of the reference data of 2 and the third reference data ,
Holding means for holding the first reference data in the terminal in advance and holding the second reference data in the printing apparatus in advance ;
Determining means for determining at least one of the printing apparatus or the terminal a type of printing condition designated on the terminal side for an image to be printed that is an image for which the printing instruction has been made;
In accordance with the determined type of printing conditions, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print data is generated by the determined execution body. and a print data generation means for,
The print data generation means includes
When it is determined that the type of the printing condition is the first condition, the execution subject is determined to be the terminal, and the terminal holds the image data representing the print target image on the terminal side. Using the first reference data to convert to the print data,
When it is determined that the type of the printing condition is the second condition, the execution subject is determined to be the printing device, and the printing device holds image data representing the print target image in the printing device. Converted to the print data using the second reference data,
When it is determined that the type of the printing condition is the third condition, the execution subject is determined to be the printing apparatus, and the printing apparatus inputs the image data representing the print target image from the terminal. A print data generation system that converts print data into print data using the third reference data .
コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示が所定の端末から印刷装置に対してなされる場合に、前記印刷指示に係る画像データが、少なくとも第1の参照データ、第2の参照データおよび第3の参照データのいずれかに基づいて変換されることにより生成された印刷データに基づいて前記印刷装置が印刷を行なう印刷方法であって、
前記第1の参照データを前記端末に予め保持すると共に、前記第2の参照データを前記印刷装置に予め保持する保持工程と、
前記印刷装置または前記端末の少なくとも一方が、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断する判断工程と、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において生成された前記印刷データに基づいて、前記印刷装置が、前記印刷対象画像の印刷を行なう印刷工程と
を備え、
前記印刷工程では、
前記印刷条件の種類が第1の条件であると判断された場合には、前記実行主体を前記端末と決定し、前記端末が、前記印刷対象画像を表わす画像データを該端末側に保持された前記第1の参照データを用いて前記印刷データに変換し、前記印刷装置が該変換後の印刷データを前記端末から入力して前記印刷を行ない、
前記印刷条件の種類が第2の条件であると判断された場合には、前記実行主体を前記印刷装置と決定し、前記印刷装置が、前記印刷対象画像を表わす画像データを、前記第2の参照データを用いて印刷データに変換し、該変換後の印刷データに基づいて前記印刷を行ない、
前記印刷条件の種類が第3の条件であると判断された場合には、前記実行主体を前記印刷装置と決定し、前記印刷装置が、前記印刷対象画像を表わす画像データを、前記端末から入力された前記第3の参照データを用いて印刷データに変換し、該変換後の印刷データに基づいて前記印刷を行なう
印刷方法。
When a print instruction for an image represented by image data in a format that can be handled by a computer is given from a predetermined terminal to the printing apparatus, the image data related to the print instruction includes at least first reference data, A printing method in which the printing apparatus performs printing based on print data generated by conversion based on either one of the second reference data and the third reference data ,
Holding the first reference data in the terminal in advance and holding the second reference data in the printing apparatus in advance;
A determination step in which at least one of the printing apparatus or the terminal determines a type of printing condition designated on the terminal side for an image to be printed that is an image for which the printing instruction has been made;
In accordance with the determined type of printing condition, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print generated by the determined execution body A printing process in which the printing apparatus prints the image to be printed based on the data;
With
In the printing process,
When it is determined that the type of the printing condition is the first condition, the execution subject is determined to be the terminal, and the terminal holds image data representing the print target image on the terminal side. Converting to the print data using the first reference data, and the printing device performs the printing by inputting the converted print data from the terminal,
When it is determined that the type of the printing condition is the second condition, the execution subject is determined as the printing apparatus, and the printing apparatus converts the image data representing the print target image into the second printing apparatus. Convert to print data using reference data, perform the printing based on the converted print data,
When it is determined that the type of the printing condition is the third condition, the execution subject is determined as the printing apparatus, and the printing apparatus inputs image data representing the print target image from the terminal. A printing method in which the third reference data is converted into print data and the printing is performed based on the converted print data .
コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示が所定の端末から印刷装置に対してなされる場合に、前記印刷指示に係る画像データを、少なくとも第1の参照データ、第2の参照データおよび第3の参照データのいずれかに基づいて変換して印刷データを生成する印刷データ生成方法であって、
前記第1の参照データを前記端末に予め保持すると共に、前記第2の参照データを前記印刷装置に予め保持する保持工程と、
前記印刷装置または前記端末の少なくとも一方が、前記印刷指示がなされた画像である印刷対象画像について前記端末側で指定された印刷条件の種類を判断する判断工程と、
該判断された印刷条件の種類に応じて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定し、該決定した実行主体において前記印刷データを生成する印刷データ生成工程と
を備え、
前記印刷データ生成工程では、
前記印刷条件の種類が第1の条件であると判断された場合には、前記実行主体を前記端末と決定し、前記端末が、前記印刷対象画像を表わす画像データを該端末側に保持された前記第1の参照データを用いて前記印刷データに変換し、
前記印刷条件の種類が第2の条件であると判断された場合には、前記実行主体を前記印刷装置と決定し、前記印刷装置が、前記印刷対象画像を表わす画像データを、前記印刷装置に保持された前記第2の参照データを用いて前記印刷データに変換し、
前記印刷条件の種類が第3の条件であると判断された場合には、前記実行主体を前記印刷装置と決定し、前記印刷装置が、前記印刷対象画像を表わす前記画像データを、前記端末から入力された前記第3の参照データを用いて、印刷データに変換する
印刷データ生成方法。
When a print instruction for an image represented by image data in a format that can be handled by a computer is given from a predetermined terminal to the printing apparatus, the image data according to the print instruction is at least first reference data, A print data generation method for generating print data by converting based on either one of the reference data and the third reference data ,
Holding the first reference data in the terminal in advance and holding the second reference data in the printing apparatus in advance;
A determination step in which at least one of the printing apparatus or the terminal determines a type of printing condition designated on the terminal side for an image to be printed that is an image for which the printing instruction has been made ;
In accordance with the determined type of printing conditions, the execution body for converting the image data into print data is determined as either the terminal or the printing apparatus, and the print data is generated by the determined execution body. Print data generation process to
With
In the print data generation step,
When it is determined that the type of the printing condition is the first condition, the execution subject is determined to be the terminal, and the terminal holds image data representing the print target image on the terminal side. Converting to the print data using the first reference data;
If it is determined that the type of printing condition is the second condition, the execution subject is determined to be the printing device, and the printing device sends image data representing the print target image to the printing device. Using the stored second reference data to convert to the print data,
If it is determined that the type of printing condition is the third condition, the execution subject is determined to be the printing device, and the printing device receives the image data representing the print target image from the terminal. A print data generation method for converting into print data using the input third reference data .
JP2004316237A 2004-10-29 2004-10-29 Printing apparatus, print data generation system, printing method, and print data generation method Active JP4379299B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004316237A JP4379299B2 (en) 2004-10-29 2004-10-29 Printing apparatus, print data generation system, printing method, and print data generation method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004316237A JP4379299B2 (en) 2004-10-29 2004-10-29 Printing apparatus, print data generation system, printing method, and print data generation method

Publications (2)

Publication Number Publication Date
JP2006127244A JP2006127244A (en) 2006-05-18
JP4379299B2 true JP4379299B2 (en) 2009-12-09

Family

ID=36721928

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004316237A Active JP4379299B2 (en) 2004-10-29 2004-10-29 Printing apparatus, print data generation system, printing method, and print data generation method

Country Status (1)

Country Link
JP (1) JP4379299B2 (en)

Also Published As

Publication number Publication date
JP2006127244A (en) 2006-05-18

Similar Documents

Publication Publication Date Title
JP2009233883A (en) Printer, printing controller and printing method
JP2002086853A (en) Information processor, system, control method therefor, peripheral device, and printer driver
JP2000218890A (en) Print system for long matter
US6347852B1 (en) System and method of applying double printing modes
JP2002091725A (en) Device and system for processing information, control method therefor, peripheral device and printer driver
JP2002091724A (en) Device, system and method for processing information, and device driver
JP4379299B2 (en) Printing apparatus, print data generation system, printing method, and print data generation method
JP2004348652A (en) Portable telephone, server, its print system, method for controlling to print image in portable telephone, and accounting method for server
JP2006137077A (en) Printer, data conversion system, printing method, and data conversion method
JP2007102328A (en) Printing system, printing method and program
US9106862B2 (en) Print control device, inkjet recording apparatus, print control method, and printing system
JP2004094586A (en) Printer driver, information processing device and printing system
JP4595570B2 (en) Print control data generation apparatus and print control data generation method
JP2005169650A (en) Information inputting/printing apparatus
JP2015099535A (en) Printer driver device, printer and printer system
JP2004171050A (en) Print control unit, method for controlling print control unit, program for controlling print control unit, print system and printer
JP2007176104A (en) Printing device
JP2005219294A (en) Printing apparatus, printing method and program for printing
JP5786394B2 (en) Printing apparatus, printing system, printing method, and program
JP2006159648A (en) Recording system, image processor, inkjet recorder and image processing method
JP4009849B2 (en) Color conversion apparatus, color conversion method, color conversion program, color conversion table creation apparatus, color conversion table creation method, color conversion table creation program, print control apparatus, print control method, and print control program
KR100662211B1 (en) Method for controlling raster image processing of large format printer
JP2009233897A (en) Image processor, image processing method and image processing program
JP2004086258A (en) Printing system and printer, computer, program and recording medium constituting the same
JP2007175937A (en) Printer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070124

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20090428

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20090623

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20090825

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20090907

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

Free format text: PAYMENT UNTIL: 20121002

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150