JP2006137077A - Printer, data conversion system, printing method, and data conversion method - Google Patents

Printer, data conversion system, printing method, and data conversion method Download PDF

Info

Publication number
JP2006137077A
JP2006137077A JP2004328392A JP2004328392A JP2006137077A JP 2006137077 A JP2006137077 A JP 2006137077A JP 2004328392 A JP2004328392 A JP 2004328392A JP 2004328392 A JP2004328392 A JP 2004328392A JP 2006137077 A JP2006137077 A JP 2006137077A
Authority
JP
Japan
Prior art keywords
data
conversion
reference data
printing
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2004328392A
Other languages
Japanese (ja)
Inventor
Yukimitsu Fujimori
幸光 藤森
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 JP2004328392A priority Critical patent/JP2006137077A/en
Publication of JP2006137077A publication Critical patent/JP2006137077A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To reduce a load on a memory, caused by the expansion of image data and reference data, in a printer which performs data conversion processing by using the image data and the reference data such as a color conversion table, transmitted from a terminal. <P>SOLUTION: In a printing system GH1, when printing instructions associated with a printing object image are given to the printer 20 from a personal computer 10 retaining three kinds of reference data S1-S3 for use in the data conversion processing, and RGB data presenting the printing object image, the printer 20 inputs the RGB data and the three reference data S3 from the personal computer 10 and generates CMY data, in the case where the kind of a printing condition specified on the side of the personal computer 10 is a third condition. In this case, the third reference data S3 are input in advance of the RGB data. <P>COPYRIGHT: (C)2006,JPO&NCIPI

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(イエロー)の各色のドット分布によって表現されている。このように、両者はカラー画像の表現方法が大きく異なっているため、パーソナルコンピュータなどの端末の画面に表示されるカラー画像を印刷するためには、まず、画像データを印刷データに変換する必要がある。こうした画像データの印刷データへの変換処理(以下、データ変換処理という)は、R,G,B各色の階調値とC,M,Y各色の階調値との対応関係を規定した色変換テーブル(LUT)等の参照データを参照することにより、行なわれていた。   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, it is necessary to first convert the image data into print data. is there. Such conversion processing of image data into print data (hereinafter referred to as data conversion processing) is a color conversion that defines the correspondence between gradation values of R, G, and B colors and gradation values of C, M, and Y colors. This is done by referring to reference data such as a table (LUT).

こうしたデータ変換処理は、通常は印刷装置に接続された端末側で行なわれるが、近年では、印刷装置側でデータ変換処理を行なう手法も提案されていた(例えば、特許文献1を参照)。具体的には、データ変換処理に必要となる多種類の色変換テーブルをネットワーク上のサーバに予め格納しておき、このサーバが、パーソナルコンピュータから受信した印刷対象となる画像データを、色変換テーブルと共に印刷装置に転送していた(例えば、特許文献1を参照)。   Such data conversion processing is normally performed on the terminal side connected to the printing apparatus, but in recent years, a method of performing data conversion processing on the printing apparatus side has also been proposed (see, for example, Patent Document 1). Specifically, various types of color conversion tables necessary for data conversion processing are stored in advance on a server on the network, and the server receives the image data to be printed received from the personal computer as a color conversion table. At the same time, it was transferred to the printing apparatus (see, for example, Patent Document 1).

特開2004−46339JP 2004-46339

しかしながら、上記の従来の手法では、印刷対象となる画像データおよびこの画像データに対するデータ変換処理に用いる色変換テーブルを一度に印刷装置に送信するため、これらを受信する印刷装置のメモリに急激な負荷がかかってしまうという課題があった。このようなメモリに対する急激な負荷は、以降の印刷装置における印刷処理の中断等の要因になり得るため、改善の余地があった。こうした難点は、精細な画質の印刷画像を得ようとする場合に、より顕著となる。印刷によって得ようとする画質が精細になるほど、画像データや色変換テーブルのデータ量が大きくなるため、メモリ容量を超える量のデータが一度にメモリに展開される可能性があるからである。一方、これらの課題を解決するために、大容量のデータの受信に備えて印刷装置に搭載されるメモリの容量を増やすことは、印刷装置のコストが高くなるという別の問題を招致してしまうため、解決手段として好ましいものではなかった。   However, in the conventional method described above, image data to be printed and a color conversion table used for data conversion processing on the image data are transmitted to the printing apparatus at a time, so that a sudden load is applied to the memory of the printing apparatus that receives them. There was a problem that it would take. Such an abrupt load on the memory can cause factors such as interruption of the printing process in the subsequent printing apparatus, so there is room for improvement. Such difficulties become more conspicuous when trying to obtain a printed image with a fine image quality. This is because as the image quality to be obtained by printing becomes finer, the data amount of the image data and the color conversion table becomes larger, so that an amount of data exceeding the memory capacity may be developed in the memory at one time. On the other hand, in order to solve these problems, increasing the capacity of the memory installed in the printing apparatus in preparation for receiving a large amount of data causes another problem that the cost of the printing apparatus increases. Therefore, it was not preferable as a solution.

本発明は、上記した問題点を踏まえ、端末から送信された画像データおよび色変換テーブル等の参照データを用いてデータ変換処理を行なう印刷装置において、画像データや参照データの展開によって生じるメモリへの負荷を軽減することを目的として、以下の構成を採った。   In consideration of the above-described problems, the present invention provides a printing apparatus that performs data conversion processing using image data transmitted from a terminal and reference data such as a color conversion table, in a memory generated by development of image data and reference data. The following configuration was adopted for the purpose of reducing the load.

本発明の印刷装置は、
所定の端末からの印刷指示を受けて、画像の印刷を行なう印刷装置であって、
印刷指示がなされた画像である印刷対象画像を表わす画像データを入力する画像データ入力手段と、
前記画像データを印刷可能な形式の印刷データに変換するための変換用参照データを、前記画像データの入力に先立って、前記端末から入力し、メモリに記憶する参照データ入力手段と、
前記端末からの印刷指示がなされた場合に、前記予め入力した変換用参照データを参照して、前記入力した画像データを、前記印刷データに変換する変換手段と
を備えたことを要旨としている。
The printing apparatus of the present invention includes:
A printing apparatus that prints an image in response to a print instruction from a predetermined terminal,
Image data input means for inputting image data representing an image to be printed which is an image for which a print instruction has been made;
Reference data input means for inputting conversion reference data for converting the image data into print data in a printable format from the terminal prior to the input of the image data, and storing it in a memory;
The gist of the invention is that the printing apparatus includes a conversion unit that converts the input image data into the print data with reference to the conversion reference data input in advance when a print instruction is issued from the terminal.

また、上記印刷装置と同様の技術を用いてなされた本発明の印刷方法は、
所定の端末からの印刷指示を受けて、画像の印刷を行なう方法であって、
印刷指示がなされた画像である印刷対象画像を表わす画像データを入力し、
前記画像データを印刷可能な形式の印刷データに変換するための変換用参照データを、前記画像データの入力に先立って前記端末から入力して、メモリに記憶し、
前記端末からの印刷指示がなされた場合に、前記予め入力した変換用参照データを参照して、前記入力した画像データを、前記印刷データに変換することを要旨としている。
In addition, the printing method of the present invention, which is performed using the same technology as the above printing apparatus,
A method for printing an image in response to a print instruction from a predetermined terminal,
Input image data representing an image to be printed, which is an image for which a print instruction has been issued,
Reference data for conversion for converting the image data into print data in a printable format is input from the terminal prior to the input of the image data, stored in a memory,
The gist is to convert the input image data into the print data by referring to the conversion reference data input in advance when a printing instruction is issued from the terminal.

本発明の印刷装置ないし印刷方法では、所定の端末からの印刷指示がなされた場合に、印刷装置が、印刷対象画像を表わす画像データと、この画像データの印刷データへの変換処理(以下、データ変換処理という)に用いられる変換用参照データとを入力する。この変換用参照データの入力は、印刷対象画像を表わす画像データの入力に先立って行なわれる。従って、データ変換処理に用いられる画像データおよび変換用参照データが、データ変換処理を行なう印刷装置のメモリに一度に展開されてしまうことがなく、印刷装置のメモリへの負荷を軽減することができる。また、変換対象としての画像データの入力よりも先に、変換の基準となる変換用参照データの入力が行なわれることで、変換用参照データについてのメモリ領域が優先的に確保される。従って、データ変換処理を正確に実行することができる。   In the printing apparatus or the printing method of the present invention, when a printing instruction is given from a predetermined terminal, the printing apparatus performs image data representing an image to be printed and a process for converting the image data into print data (hereinafter referred to as data). Conversion reference data used for conversion processing). The input of the conversion reference data is performed prior to the input of the image data representing the print target image. Therefore, image data and conversion reference data used for the data conversion process are not expanded at once in the memory of the printing apparatus that performs the data conversion process, and the load on the memory of the printing apparatus can be reduced. . In addition, by inputting conversion reference data serving as a conversion reference prior to input of image data as a conversion target, a memory area for conversion reference data is preferentially secured. Therefore, the data conversion process can be executed accurately.

上記の印刷装置および印刷方法には、様々な展開を考えることができる。以下、印刷装置を例にとって説明するが、印刷方法としても、ほぼ同様の展開が可能である。   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.

少なくとも前記変換用参照データの入力時におけるメモリの状態を検出する状態検出手段と、該検出されたメモリの状態に基づいて印刷対象画像を表わす画像データの入力を開始する入力開始手段を備えることも好ましい。こうすれば、変換用参照データのメモリへの展開がなされてから画像データの入力を開始する等の対応が可能となり、変換の基準となる変換用参照データを確実にメモリに保持することができる。   A state detecting unit that detects at least the state of the memory when the reference data for conversion is input; and an input starting unit that starts input of image data representing a print target image based on the detected state of the memory. preferable. In this way, it is possible to cope with the start of input of image data after the conversion reference data is expanded in the memory, and the conversion reference data serving as a reference for conversion can be reliably held in the memory. .

上記の印刷装置に印刷指示を行なう端末が、該端末側で指定された所定の印刷条件についての設定内容に応じて、複数の変換用参照データの中から1つの変換用参照データを特定する特定手段を備える場合には、この特定手段により特定された変換用参照データを印刷装置が入力する構成としてもよい。この構成によれば、印刷装置は、端末側で指定された所定の印刷条件についての設定内容の実現に適した変換用参照データを受け取ることが可能となるので、限られたメモリ領域を有効に活用することができる。例えば、印刷条件についての設定内容とは無関係な変換用参照データまでが印刷装置に入力され、メモリ領域を消費してしまうといった事態を防止することができる。   A specification in which a terminal that issues a print instruction to the printing apparatus specifies one conversion reference data from among a plurality of conversion reference data in accordance with the setting contents for a predetermined printing condition designated on the terminal side In the case of providing the means, the printing apparatus may be configured to input the conversion reference data specified by the specifying means. According to this configuration, the printing apparatus can receive the conversion reference data suitable for realizing the setting contents for the predetermined printing conditions designated on the terminal side, so that the limited memory area is effectively used. Can be used. For example, it is possible to prevent a situation in which up to conversion reference data irrelevant to the setting contents for the printing conditions is input to the printing apparatus and the memory area is consumed.

ここで、印刷条件とは、画像データの印刷データへの変換時に考慮される条件である。この印刷条件を構成する個々の要素としては、例えば、印刷解像度、用紙等の印刷対象物の種類、印刷指示がなされた端末の種類などを考えることができる。   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.

上記の特定手段を、少なくとも印刷解像度と印刷対象物の種類という前記印刷条件についての設定内容に応じて変換用参照データの特定を行なう手段としても差し支えない。こうすれば、印刷装置は、印刷データに要求されたドットの細かさが印刷対象物上で実現される程度を考慮して特定された変換用参照データを入力することができる。   The specifying means may be a means for specifying the reference data for conversion in accordance with at least the setting contents for the printing conditions such as the printing resolution and the type of the printing object. In this way, the printing apparatus can input the conversion reference data specified in consideration of the degree to which the fineness of the dots required for the print data is realized on the print target.

上記の端末が、該端末側で指定された所定の印刷条件についての設定内容に基づいて、画像データを印刷データに変換する処理の実行主体を端末または印刷装置のいずれかに決定する実行主体決定手段を備える場合には、この実行主体決定手段によって実行主体が印刷装置に決定された場合に、変換用参照データを印刷装置が入力する構成としてもよい。この構成によれば、データ変換処理の実行主体が印刷装置に決定された場合に、この後に印刷装置でデータ変換処理が行われることを考慮して、印刷装置に変換用参照データが入力される。従って、印刷装置でデータ変換処理が行われない場合にまで、印刷装置に変換用参照データが入力され、印刷装置のメモリ領域を占有してしまうということがない。   Execution subject determination in which the terminal determines the execution subject of the process of converting the image data into the print data based on the setting content for the predetermined printing condition specified on the terminal side. In the case of providing the means, when the execution subject is determined to be the printing device by the execution subject determination means, the printing device may be configured to input the conversion reference data. According to this configuration, when the execution subject of the data conversion process is determined to be the printing apparatus, the conversion reference data is input to the printing apparatus in consideration of the subsequent data conversion process performed by the printing apparatus. . Therefore, the conversion reference data is not input to the printing apparatus until the data conversion process is not performed in the printing apparatus, and the memory area of the printing apparatus is not occupied.

上記の印刷装置が、所定の種類の変換用参照データを予め保持する保持手段を備えており、上記の端末が、前記特定手段により特定された変換用参照データが、前記予め保持された種類の変換用参照データであるか否かを判断する判断手段を備えている場合には、該判断手段によって変換用参照データが予め保持された種類の変換用参照データでないと判断された場合に、印刷装置が、特定手段により特定された変換用参照データを入力する構成とすることも好適である。こうすれば、印刷装置が予め保持している変換用参照データと同じ種類の変換用参照データが印刷装置に入力されてしまうことがなく、メモリ領域の無駄を防止することができる。   The printing apparatus includes a holding unit that holds a predetermined type of conversion reference data in advance, and the terminal stores the conversion reference data specified by the specifying unit of the type that is stored in advance. In the case where a determination unit for determining whether or not the reference data is for conversion is provided, if the determination unit determines that the reference data for conversion is not a pre-stored type of conversion reference data, printing is performed. It is also preferable that the apparatus inputs the reference data for conversion specified by the specifying means. In this way, the same type of conversion reference data as the conversion reference data held in advance by the printing apparatus is not input to the printing apparatus, and waste of the memory area can be prevented.

印刷装置への入力の対象となる変換用参照データには、少なくとも、画像データによって表わされる色情報を印刷装置で表現可能な色情報に変換する色変換用データが含まれていることとしてもよい。これにより、データ変換処理に用いられる色変換用データを外部から印刷装置に入力することが可能となる。従って、多種類の色変換用データを印刷装置側に予め格納しておく必要がなくなり、印刷装置のコストを低減することができる。   The reference data for conversion to be input to the printing apparatus may include at least color conversion data for converting the color information represented by the image data into color information that can be expressed by the printing apparatus. . As a result, the color conversion data used for the data conversion process can be input to the printing apparatus from the outside. Therefore, it is not necessary to store various types of color conversion data in advance on the printing apparatus side, and the cost of the printing apparatus can be reduced.

印刷装置への入力の対象となる変換用参照データが、通信回線を介して前記端末または前記印刷装置に供給される構成を採っても差し支えない。こうすれば、将来的な印刷画質の良好化に伴う変換用参照データの追加や変更に柔軟に対応することができる。   The conversion reference data to be input to the printing apparatus may be 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 the conversion reference data accompanying the future improvement in print image quality.

本発明のデータ変換システムは、
印刷装置に接続された所定の端末において、コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示がなされた場合に、該端末が、前記印刷指示がなされた画像である印刷対象画像を表わす画像データを前記印刷装置に出力し、該画像データを入力した印刷装置が、該画像データを所定の変換用参照データを用いて印刷可能な形式の印刷データに変換するデータ変換処理を行なうデータ変換システムであって、
前記端末は、
前記印刷指示がなされたとき、前記印刷対象画像について指定された所定の印刷条件についての設定内容を特定する設定内容特定手段と、
該特定された設定内容に応じて、複数の前記変換用参照データの中から1つの変換用参照データを特定する参照データ特定手段と、
該特定された前記変換用参照データを、前記印刷対象画像を表わす画像データの出力に先立って前記印刷装置に出力する出力手段と
を備え、
前記印刷装置は、前記出力手段により出力された変換用参照データ,画像データを、この順に入力してメモリに展開し、前記データ変換処理を行なうことを要旨とする。
The data conversion system of the present invention includes:
In a predetermined terminal connected to the printing apparatus, when a print instruction is given for an image represented by image data in a format that can be handled by a computer, the terminal is a print target that is the image for which the print instruction is given Data conversion processing for outputting image data representing an image to the printing apparatus, and the printing apparatus that has input the image data converts the image data into printable format print data using predetermined conversion reference data. A data conversion system to perform,
The terminal
A setting content specifying means for specifying a setting content for a predetermined printing condition specified for the print target image when the printing instruction is made;
Reference data specifying means for specifying one conversion reference data from among the plurality of conversion reference data according to the specified setting content;
Output means for outputting the identified reference data for conversion to the printing apparatus prior to output of image data representing the image to be printed;
The gist of the printing apparatus is that the conversion reference data and the image data output by the output means are input in this order, developed in a memory, and the data conversion process is performed.

また、上記データ変換装置と同様の技術を用いてなされた本発明のデータ変換方法は、
印刷装置に接続された所定の端末において、コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示がなされた場合に、該端末が、前記印刷指示がなされた画像である印刷対象画像を表わす画像データを前記印刷装置に出力し、該画像データを入力した印刷装置が、該画像データを所定の変換用参照データを用いて印刷可能な形式の印刷データに変換するデータ変換処理を行なう方法であって、
前記端末が、
前記印刷指示がなされたとき、前記印刷対象画像について指定された所定の印刷条件についての設定内容を特定し、
該特定された設定内容に応じて、複数の前記変換用参照データの中から1つの変換用参照データを特定し、
該特定された前記変換用参照データを、前記印刷対象画像を表わす画像データの出力に先立って前記印刷装置に出力し、
前記印刷装置が、前記出力された変換用参照データ,画像データを、この順に入力してメモリに展開し、前記データ変換処理を行なうことを要旨とする。
In addition, the data conversion method of the present invention made using the same technology as the above data conversion device,
In a predetermined terminal connected to the printing apparatus, when a print instruction is given for an image represented by image data in a format that can be handled by a computer, the terminal is a print target that is the image for which the print instruction is given Data conversion processing for outputting image data representing an image to the printing apparatus, and the printing apparatus that has input the image data converts the image data into printable format print data using predetermined conversion reference data. A method of performing,
The terminal is
When the print instruction is made, the setting content for the predetermined print condition specified for the print target image is specified,
In accordance with the specified setting content, one conversion reference data is specified from the plurality of conversion reference data,
The identified reference data for conversion is output to the printing apparatus prior to output of image data representing the image to be printed,
The gist of the invention is that the printing apparatus inputs the output reference data for conversion and image data in this order, expands them in a memory, and performs the data conversion process.

本発明のデータ変換システムないしデータ変換方法では、印刷指示がなされた端末は、印刷対象画像について指定された所定の印刷条件についての設定内容を特定し、該特定された設定内容に応じて、複数の変換用参照データの中から、印刷対象画像を表わす画像データの印刷データへの変換に用いられる変換用参照データを特定し、該特定された変換用参照データを、印刷対象画像を表わす画像データの出力に先立って印刷装置に出力する。他方、印刷装置は、出力された変換用参照データ,画像データを、この順に入力してメモリに展開し、データ変換処理を行なう。従って、データ変換処理に用いられる画像データおよび変換用参照データが、データ変換処理を行なう印刷装置のメモリに一度に展開されてしまうことがなく、印刷装置のメモリへの負荷を軽減することができる。また、変換対象としての画像データの入力よりも先に、変換の基準となる変換用参照データの入力が行なわれることで、変換用参照データについてのメモリ領域が優先的に確保される。従って、データ変換処理を正確に実行することができる。   In the data conversion system or data conversion method of the present invention, the terminal to which a print instruction is given specifies setting contents for a predetermined printing condition specified for the print target image, and a plurality of settings are made according to the specified setting contents. The conversion reference data used for converting the image data representing the print target image into the print data is identified from the conversion reference data of the image, and the identified conversion reference data is used as the image data representing the print target image. Is output to the printing device prior to output. On the other hand, the printing apparatus inputs the output conversion reference data and image data in this order, expands them in the memory, and performs data conversion processing. Therefore, image data and conversion reference data used for the data conversion process are not expanded at once in the memory of the printing apparatus that performs the data conversion process, and the load on the memory of the printing apparatus can be reduced. . In addition, by inputting conversion reference data serving as a conversion reference prior to input of image data as a conversion target, a memory area for conversion reference data is preferentially secured. Therefore, the data conversion process can be executed accurately.

こうしたデータ変換システムおよびデータ変換方法についても、上記した印刷装置および印刷方法とほぼ同様の様々な展開が可能である。例えば、上記のデータ変換システムにおいて、変換用参照データを構成するデータの少なくとも一部を、通信回線を介して端末または印刷装置に供給するデータ供給手段を備えることも、将来的な印刷画質の良好化に伴う変換用参照データの追加や変更に柔軟に対応することができる点で望ましい。   With regard to such a data conversion system and data conversion method, various developments similar to the above-described printing apparatus and printing method are possible. For example, in the above data conversion system, it is also possible to provide data supply means for supplying at least part of the data constituting the conversion reference data to a terminal or a printing apparatus via a communication line, so that the future print image quality is good. It is desirable in that it can flexibly cope with the addition and change of conversion reference data accompanying 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に格納される。本実施例の印刷システムGH1では、上記3種類の参照データを、プリンタドライバの一部として、印刷指示端末1のうちのパーソナルコンピュータ10とプリンタ20とに分担して格納している。具体的には、プリンタ20には、第2参照データS2を、パーソナルコンピュータ10には第1参照データS1および第3参照データS3を格納している。一方、プリンタ20に接続される印刷指示端末1の中には、パーソナルコンピュータ10とは異なり、プリンタドライバを実行する処理能力を備えていないため、データ変換処理を行なえない簡易端末90(例えば、図1に示す携帯電話91,携帯情報端末92,ゲーム装置93,デジタルスチルカメラ94)もあり、本実施例では、このような簡易端末90には参照データを格納していない。   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. 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. 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. 1, and in this embodiment, such a simple terminal 90 does not store reference data.

こうした印刷システムGH1には、次のようなデータ変換システムが含まれている。即ち、印刷指示端末1からプリンタ20への印刷指示がなされた場合に、パーソナルコンピュータ10ないしプリンタ20が、印刷指示の内容を解析して、印刷条件の種類を第1の条件,第2の条件,第3の条件のいずれかに判断し、この判断結果に基づいて、データ変換処理に用いるべき参照データ(以下、変換用参照データという)を第1参照データS1,第2参照データS2,第3参照データS3のいずれかに決定すると共に、データ変換処理の実行主体をパーソナルコンピュータ10,プリンタ20のいずれかに決定し、これらの決定の内容にしたがって、データ変換処理を行なうのである。   Such a printing system GH1 includes the following data conversion system. That is, when a print instruction is issued from the print instruction terminal 1 to the printer 20, the personal computer 10 to the printer 20 analyze the contents of the print instruction and set the type of print condition as the first condition and the second condition. , A third condition is determined, and based on the determination result, reference data to be used for the data conversion process (hereinafter referred to as conversion reference data) is referred to as first reference data S1, second reference data S2, second data The data conversion process is determined to be one of the personal computer 10 and the printer 20, and the data conversion process is performed according to the contents of these determinations.

後述するように、変換用参照データが第3参照データS3に決定された場合には、データ変換処理の実行主体がプリンタ20に決定されるため、プリンタ20でのデータ変換処理を可能とすべく、パーソナルコンピュータ10からプリンタ20に、変換の対象となるRGBデータに加えて、変換の基準となる第3参照データS3が出力される。この場合において、本実施例では、RGBデータよりも先に第3参照データS3を出力し、プリンタ20ガ、第3参照データS3の入力後にRGBデータを入力する構成を採用している。   As will be described later, when the conversion reference data is determined to be the third reference data S3, the execution subject of the data conversion processing is determined to be the printer 20, so that the printer 20 can perform the data conversion processing. In addition to the RGB data to be converted, the personal computer 10 outputs the third reference data S3 to be the conversion reference in addition to the RGB data to be converted. In this case, the present embodiment employs a configuration in which the third reference data S3 is output prior to the RGB data, and the RGB data is input after the printer 20 and the third reference data S3 are input.

図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 to, 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(図10)やデータ変換処理(図5)等の画像印刷に関する処理の内容および手順を表わすプログラムと、このプログラムの実行に際して用いられるデータが記述されている。このデータには、分担処理B1(図10)において参照される対応マップTM(図6)や、データ変換処理(図5、図10)において用いられる第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. In the printer driver, a program representing the contents and procedure of processing related to image printing such as a sharing process B1 (FIG. 10) and a data conversion process (FIG. 5), which will be described later, and data used in executing this program are described. . This data includes the correspondence map TM (FIG. 6) referred to in the sharing process B1 (FIG. 10) and the second reference data S2 used in the data conversion process (FIGS. 5 and 10). 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ないし図11を参照しつつ説明する。
A-3. Contents of shared printing processing based on instructions from the printing instruction terminal 1:
Next, in the printing system GH1, the content 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, will be described with reference to FIGS. 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ないし図11に示した。図8では、分担印刷処理のうち、パーソナルコンピュータ10側でPC制御装置11のCPU11aが実行する処理の内容をルーチンA1として表わし、図10では、プリンタ20側でPC制御回路40のCPU41が実行する処理の内容をルーチンB1として表わしている。   The contents and procedure of the shared printing process are shown in FIGS. 8 to 11 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. 10, 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)。   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).

図9は印刷要求データLPのデータ構造を、第3参照データS3が含まれている場合を例として示す説明図である。図示するように、印刷要求データLPは、ヘッダ部を先頭として、開始命令データL1,第3参照データS3,印刷条件データL2,RGBデータ,フッダ部の順に配列されている。異なる各データ間には、各データの始まりと終わりを表わす区切り情報が、プリンタ20側のCPU41が認識可能な形式で付与されている。こうしたデータ構造により、第3参照データS3は、RGBデータよりも先に出力される。   FIG. 9 is an explanatory diagram showing the data structure of the print request data LP as an example in which the third reference data S3 is included. As shown in the figure, the print request data LP is arranged in the order of start command data L1, third reference data S3, print condition data L2, RGB data, and footer part, with the header part at the top. Separation information indicating the start and end of each data is given between the different data in a format that can be recognized by the CPU 41 on the printer 20 side. With such a data structure, 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側の処理について説明する。図10に示すプリンタ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. 10 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)。この処理の内容および手順を、印刷条件種類判断処理ルーチンとして図11に示した。本実施例では、プリンタ20側での印刷条件の種類の判断手法として、上記したパーソナルコンピュータ10による判断手法(図8のステップS320〜S330:印刷条件データL2に基づいて特定された印刷対象物Pの種類および印刷解像度の設定の内容について対応マップTMを参照する手法)とは異なる手法を採用している。具体的には、図11に示す印刷条件種類判断処理では、入力した印刷要求データ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. 11 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 print condition type determination process shown in FIG. 11, the type of print 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では、印刷指示がなされたパーソナルコンピュータ10において、指定された印刷条件が第3の条件であると判断した場合に、プリンタ20は、印刷対象画像を表わすRGBデータと、このRGBデータのCMYデータへの変換に用いられる第3参照データS3を変換用参照データとして入力する。この第3参照データS3の入力は、RGBデータの入力に先立って行なわれる。従って、データ変換処理に用いられるRGBデータおよび第3参照データS3が、データ変換処理を行なうプリンタ20のRAM44に一度に展開されてしまうことがなく、RAM44への負荷を軽減することができる。また、変換対象としてのRGBデータの入力よりも先に、変換の基準となる第3参照データS3の入力が行なわれることで、RAM44上で、第3参照データS3についての展開領域が優先的に確保される。従って、欠落なき第3参照データS3を用いてデータ変換処理を正確に実行することができる。また、プリンタ20は、まず第3参照データS3をRAM44に展開して、RGBデータを変換する準備をすることが可能となり、プリンタ20側でのデータ変換処理をより円滑に行なうことができる。
A-4. Effect:
In the printing system GH1 of the present embodiment described above, when the personal computer 10 instructed to print determines that the designated printing condition is the third condition, the printer 20 performs RGB representing the print target image. Data and the third reference data S3 used for conversion of the RGB data into CMY data are input as conversion reference data. The input of the third reference data S3 is performed prior to the input of RGB data. Therefore, the RGB data and the third reference data S3 used for the data conversion process are not expanded at once in the RAM 44 of the printer 20 that performs the data conversion process, and the load on the RAM 44 can be reduced. In addition, the input of the third reference data S3, which is the basis of conversion, is performed prior to the input of the RGB data as the conversion target, so that the development area for the third reference data S3 is preferentially displayed on the RAM 44. Secured. Therefore, the data conversion process can be accurately executed using the third reference data S3 that is not missing. In addition, the printer 20 can first prepare the third reference data S3 in the RAM 44 and prepare for conversion of RGB data, so that the data conversion process on the printer 20 side can be performed more smoothly.

本実施例の印刷システムGH1では、プリンタ20に印刷指示を行なうパーソナルコンピュータ10が、パーソナルコンピュータ10側で指定された所定の印刷条件についての設定内容に応じて、3種類の参照データS1〜S3の中から1種類の参照データを変換用参照データとして特定し、こうして特定された変換用参照データをプリンタ20が入力する。従って、プリンタ20は、パーソナルコンピュータ10側で指定された所定の印刷条件についての設定内容の実現に適した種類の参照データを、変換用参照データとして受け取ることが可能となり、この結果、限られたメモリ領域を有効に活用することができる。例えば、印刷条件についての設定内容とは無関係な参照データまでがプリンタ20に入力され、RAM44上の記憶領域を消費してしまうといった事態を防止することができる。しかも、本実施例の印刷システムGH1では、印刷解像度と印刷対象物Pの種類という印刷条件についての設定内容に応じて変換用参照データの特定を行なうので、プリンタ20は、CMYデータに要求されたドットの細かさが印刷対象物P上で実現される程度を考慮して特定された参照データを、変換用参照データとして入力することができる。   In the printing system GH1 of the present embodiment, the personal computer 10 that issues a print instruction to the printer 20 uses the three types of reference data S1 to S3 according to the set contents for the predetermined printing conditions designated on the personal computer 10 side. One type of reference data is specified as conversion reference data, and the printer 20 inputs the conversion reference data thus specified. Accordingly, the printer 20 can receive, as conversion reference data, reference data of a type suitable for realizing the setting contents for the predetermined printing conditions designated on the personal computer 10 side. The memory area can be used effectively. For example, it is possible to prevent a situation in which even reference data irrelevant to the setting contents for the printing conditions is input to the printer 20 and the storage area on the RAM 44 is consumed. Moreover, in the printing system GH1 of the present embodiment, the conversion reference data is specified in accordance with the setting contents of the printing conditions such as the printing resolution and the type of the printing object P, so the printer 20 is requested for the CMY data. Reference data specified in consideration of the degree to which the fineness of dots is realized on the print object P can be input as the conversion reference data.

本実施例の印刷システムGH1では、パーソナルコンピュータ10が、所定の印刷条件についての設定内容に基づいて、データ変換処理の実行主体をパーソナルコンピュータ10またはプリンタ20のいずれかに決定し、実行主体がプリンタ20に決定された場合に、この後にプリンタ20でデータ変換処理が行われることを考慮して、変換用参照データとしての第3参照データS3がプリンタ20に入力される。従って、プリンタ20側でデータ変換処理が行われない場合にまで、プリンタ20に変換用参照データが入力され、プリンタ20のRAM44を占有してしまうということがない。   In the printing system GH1 of the present embodiment, the personal computer 10 determines the execution subject of the data conversion process as either the personal computer 10 or the printer 20 based on the setting contents for the predetermined printing conditions, and the execution subject is the printer. In the case where it is determined to be 20, the third reference data S3 as the conversion reference data is input to the printer 20 in consideration that the data conversion process is performed in the printer 20 thereafter. Therefore, the conversion reference data is not input to the printer 20 and the RAM 44 of the printer 20 is not occupied until the data conversion processing is not performed on the printer 20 side.

本実施例の印刷システムGH1では、プリンタ20が、3種類の参照データS1〜S3のうちの第2参照データS2を予めP−ROM43に保持しており、パーソナルコンピュータ10は、所定の印刷条件についての設定内容に応じて特定された変換用参照データが、プリンタ20に予め保持された第2参照データS2であるか否かを判断し、上記特定された変換用参照データがプリンタ20に予め保持されたものでないと判断した場合に、変換用参照データをプリンタ20に出力する。こうすれば、プリンタ20が予め保持している参照データと同じ種類の参照データが、変換用参照データとして印刷装置に入力されてしまうことがなく、RAM44上の記憶領域の無駄を防止することができる。   In the printing system GH1 of the present embodiment, the printer 20 holds the second reference data S2 of the three types of reference data S1 to S3 in the P-ROM 43 in advance, and the personal computer 10 determines the predetermined printing conditions. It is determined whether or not the conversion reference data specified in accordance with the set contents is the second reference data S2 previously stored in the printer 20, and the specified conversion reference data is stored in the printer 20 in advance. If it is determined that the data has not been converted, the conversion reference data is output to the printer 20. In this way, the same type of reference data as the reference data held in advance by the printer 20 is not input to the printing apparatus as conversion reference data, and waste of the storage area on the RAM 44 can be prevented. it can.

本実施例では、データ変換処理に用いられる3種類の参照データS1〜S3には、少なくとも、R,G,Bによって表わされる色情報をプリンタ20で表現可能なC,M,Yの色情報に変換する色変換用データであるLUTが含まれている。これにより、データ変換処理に用いられるLUTを外部からプリンタ20に入力することが可能となる。従って、多様な画質を実現するために多種類のLUTが必要となる場合に、多種類のLUTをプリンタ20側に予め格納しておく必要がなくなり、プリンタ20のコストを低減することができる。   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. As a result, the LUT used for the data conversion process can be input to the printer 20 from the outside. Therefore, when many types of LUTs are required to realize various image quality, it is not necessary to store many types of LUTs in advance on the printer 20 side, and the cost of the printer 20 can be reduced.

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.

例えば、上記実施例におけるプリンタ20側の分担印刷処理(図10)における印刷要求データLPの入力処理(図10のステップS510)において、CPU41が、第3参照データS3の入力を完了を確認した後に、RGBデータの入力を許可することとしてもよい。こうした処理の手順および内容を図12に示した。この図12では、処理フローに加えて、各処理ステップに対応するRAM44の状態を表わす模式図を示している。この模式図では、RAM44上における第3参照データS3の展開領域,RGBデータの展開領域を、それぞれ、斜線ハッチング,点模様のハッチングを用いて示している。   For example, in the input process (step S510 in FIG. 10) of the print request data LP in the shared printing process (FIG. 10) on the printer 20 side in the above embodiment, the CPU 41 confirms the completion of the input of the third reference data S3. The input of RGB data may be permitted. The procedure and contents of such processing are shown in FIG. In FIG. 12, in addition to the processing flow, a schematic diagram showing the state of the RAM 44 corresponding to each processing step is shown. In this schematic diagram, the development area of the third reference data S3 and the development area of the RGB data on the RAM 44 are shown using hatched hatching and dot pattern hatching, respectively.

図示するように、印刷要求データLPの入力が開始されると、CPU41は、入力後におけるRAM44の状態の検出を開始する処理を行なう(ステップS700)。こうした処理は、CPU41が、P−ROM43に予め格納されたRAM44の状態を検出するプログラムを実行することによって行なわれる。こうした処理により、RAM44上の使用されている(または、使用されていない)領域や容量についての情報が得られる。   As shown in the drawing, when the input of the print request data LP is started, the CPU 41 performs a process of starting detection of the state of the RAM 44 after the input (step S700). Such processing is performed by the CPU 41 executing a program for detecting the state of the RAM 44 stored in the P-ROM 43 in advance. By such processing, information on the area and capacity used (or not used) on the RAM 44 is obtained.

この後、CPU41は、第3参照データS3の入力が開始されたか否かを判断する処理を行なう(ステップS730)。この判断は、例えば、印刷要求データLPに第3参照データS3の始まりを表わす区切り情報(以下、始端情報という)を含ませておき、この始端情報をCPU41が認識すること等によって、実現することができる。第3参照データS3の入力が開始されたと判断した場合には、続いて、第3参照データS3の入力が終了したか否かを判断する処理を行なう(ステップS740)。この判断は、例えば、印刷要求データLPに第3参照データS3の終わりを表わす区切り情報(以下、終端情報という)を含ませておき、この終端情報をCPU41が認識すること等によって、実現することができる。また、印刷要求データLPに、上記の終端情報に加えて、第3参照データS3の総容量を表わす総量データを含ませておき、入力した第3参照データS3の容量と総量データによって表わされる容量とを照合して両者が一致した場合に、第3参照データS3の入力が終了したと判断する構成を採ってもよい。   Thereafter, the CPU 41 performs a process of determining whether or not the input of the third reference data S3 has been started (step S730). This determination is realized, for example, by including delimiter information (hereinafter referred to as start end information) indicating the start of the third reference data S3 in the print request data LP, and the CPU 41 recognizes the start end information. Can do. When it is determined that the input of the third reference data S3 has been started, a process for determining whether the input of the third reference data S3 has been completed is performed (step S740). This determination is realized, for example, by including delimiter information (hereinafter referred to as end information) indicating the end of the third reference data S3 in the print request data LP, and the CPU 41 recognizes this end information. Can do. Further, the print request data LP includes the total amount data representing the total capacity of the third reference data S3 in addition to the above end information, and the capacity represented by the input third reference data S3 and the total amount data. If the two match, it may be determined that the input of the third reference data S3 is complete.

第3参照データS3の入力が終了したと判断した場合には、CPU41は、RAM44の非使用領域をRGBデータの展開領域として確保する処理を行なった後(ステップS750)、RGBデータの入力を許可する処理を行なう(ステップS760)。この後、CPU41は、RGBデータを含む印刷要求データLPの入力が終了したと判断した場合に、RAM44の状態の検出処理を終了し(ステップS790)、次の処理(図10のステップS520)に移る。こうした処理が行なわれることにより、第3参照データS3のRAM44への展開がなされてから、RGBデータの入力が開始される。従って、CMYデータに変換するための基準となる第3参照データS3を確実にRAM44に保持することができる。   If it is determined that the input of the third reference data S3 has ended, the CPU 41 performs a process of securing a non-use area of the RAM 44 as an RGB data development area (step S750), and then permits the input of RGB data. The process is performed (step S760). Thereafter, when the CPU 41 determines that the input of the print request data LP including the RGB data is finished, the CPU 41 finishes the detection process of the state of the RAM 44 (step S790) and proceeds to the next process (step S520 in FIG. 10). Move. By performing such processing, input of RGB data is started after the third reference data S3 is expanded in the RAM 44. Therefore, the third reference data S3 that is a standard for conversion into CMY data can be reliably held in the RAM 44.

上記実施例における印刷条件種類判断処理(図11)では、入力した印刷要求データLP,MPに参照データやCMYデータが含まれているか否かによって印刷条件の種類を判断したが、こうした印刷条件の種類の判断を、印刷要求データLP,MPに参照データやRGBデータが含まれているか否かによって行なうこととしてもよい。   In the print condition type determination process (FIG. 11) 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が、図11に示した印刷条件種類判断処理に替えて、図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 process as steps S320 to S330 shown in FIG. 8 instead of the print condition type determination process 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変形例として、それぞれ、図13,図14に示した。   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. 13 and 14 as a first modification and a second modification, respectively.

図13は、パーソナルコンピュータ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. 13 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.

図14は、簡易端末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. 14 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.

また、図14に示したように簡易端末90およびプリンタ20がインターネットINに接続されている場合には、インターネットIN上のサーバSVに、印刷対象画像を表わすRGBデータと各参照データS1〜S3を予め格納しておいても差し支えない。こうした構成例を第3変形例として図15に示した。この第3変形例の印刷システムGH4では、簡易端末90からの印刷要求をインターネットINを通じて受けたサーバSVが、この印刷要求をプリンタ20からの要求であると解釈した上で、この印刷要求に含まれている印刷条件に基づいて各参照データS1〜S3の中から変換用参照データを特定し、この変換用参照データを、印刷対象画像を表わすRGBデータと共に、インターネットINを介してプリンタ20に送信する。この場合において、変換用参照データは、上記実施例の場合と同様に、印刷対象画像を表わすRGBデータに先立って、プリンタ20に送信されるので、プリンタ20は、第3参照データS3を入力した後に、RGBデータを入力することになる。従って、第3変形例の印刷システムGH4によれば、上記実施例の場合と同様に、RAM44への負荷を軽減することが可能となると共に、欠落なき変換用参照データを用いた正確なデータ変換処理を円滑に実行することができる。加えて、プリンタ20での印刷に際して、簡易端末90が印刷対象画像を表わすRGBデータを保持したり、このRGBデータの受信を可能とすべく、プリンタ20側に簡易端末90専用のインタフェースを設けたりする必要がなくなるので、簡易端末90を用いた印刷についての自由度や汎用性を高めることができる。   As shown in FIG. 14, when the simple terminal 90 and the printer 20 are connected to the Internet IN, the RGB data representing the image to be printed and the reference data S1 to S3 are stored in the server SV on the Internet IN. It can be stored in advance. Such a configuration example is shown in FIG. 15 as a third modification. In the printing system GH4 of the third modification, the server SV that has received a print request from the simple terminal 90 via the Internet IN interprets the print request as a request from the printer 20 and then includes the print request in the print request. The reference data for conversion is specified from the reference data S1 to S3 based on the printing conditions that are set, and the reference data for conversion is transmitted to the printer 20 via the Internet IN together with the RGB data representing the image to be printed. To do. In this case, the conversion reference data is transmitted to the printer 20 prior to the RGB data representing the image to be printed, as in the case of the above embodiment, so the printer 20 has input the third reference data S3. Later, RGB data will be input. Therefore, according to the printing system GH4 of the third modified example, the load on the RAM 44 can be reduced as in the case of the above embodiment, and accurate data conversion using the reference data for conversion without missing is possible. Processing can be executed smoothly. In addition, when printing with the printer 20, the simplified terminal 90 holds RGB data representing an image to be printed, or an interface dedicated to the simplified terminal 90 is provided on the printer 20 side so that the RGB data can be received. Therefore, the degree of freedom and versatility of printing using the simple terminal 90 can be improved.

本発明の実施例である印刷システム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. 印刷要求データLPのデータ構造を例示した説明図である。It is explanatory drawing which illustrated the data structure of the print request data LP. プリンタ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. 印刷要求データLPの入力処理の変形例を示すフローチャートである。10 is a flowchart illustrating a modification of input processing of print request data LP. 第1変形例を示す説明図である。It is explanatory drawing which shows a 1st modification. 第2変形例を示す説明図である。It is explanatory drawing which shows a 2nd modification. 第3変形例を示す説明図である。It is explanatory drawing which shows a 3rd 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〜4...印刷システム
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 discharge head 70a ... Black ink cartridge 70b ... Color ink cartridge 81 ... Memory card 87 ... Modem 90 ... Simple terminal 91 ... Mobile phone 92 .. . Mobile information terminal 93 ... Game device 94 ... Digital still camera GH1-4 ... Printing system IN ... Internet Ip ... Particle LP, MP ... Print request data Nz ... Nozzle P ... printed object PE ... piezo element S1 ... first reference data S2 ... second reference data S2a ... plain paper reference data S2b ... photo reference data S3 ... first 3 Reference data SV ... Server TM ... Support map

Claims (12)

所定の端末からの印刷指示を受けて、画像の印刷を行なう印刷装置であって、
印刷指示がなされた画像である印刷対象画像を表わす画像データを入力する画像データ入力手段と、
前記画像データを印刷可能な形式の印刷データに変換するための変換用参照データを、前記画像データの入力に先立って、前記端末から入力し、メモリに記憶する参照データ入力手段と、
前記端末からの印刷指示がなされた場合に、前記予め入力した変換用参照データを参照して、前記入力した画像データを、前記印刷データに変換する変換手段と
を備えた印刷装置。
A printing apparatus that prints an image in response to a print instruction from a predetermined terminal,
Image data input means for inputting image data representing an image to be printed which is an image for which a print instruction has been made;
Reference data input means for inputting conversion reference data for converting the image data into print data in a printable format from the terminal prior to the input of the image data, and storing it in a memory;
A printing apparatus comprising: a conversion unit that converts the input image data into the print data by referring to the conversion reference data input in advance when a printing instruction is issued from the terminal.
請求項1に記載の印刷装置であって、
少なくとも前記変換用参照データの入力時におけるメモリの状態を検出する状態検出手段と、
該検出されたメモリの状態に基づいて、前記印刷対象画像を表わす画像データの入力を開始する入力開始手段を備えた
印刷装置。
The printing apparatus according to claim 1,
State detecting means for detecting a state of the memory at least when the reference data for conversion is input;
A printing apparatus comprising input start means for starting input of image data representing the image to be printed based on the detected state of the memory.
請求項1または2に記載の印刷装置であって、
前記端末は、該端末側で指定された所定の印刷条件についての設定内容に応じて、複数の変換用参照データの中から1つの変換用参照データを特定する特定手段を備えており、
前記参照データ入力手段は、前記特定手段により特定された変換用参照データを入力する手段である
印刷装置。
The printing apparatus according to claim 1, wherein:
The terminal includes a specifying unit that specifies one conversion reference data from among a plurality of conversion reference data according to a setting content for a predetermined printing condition designated on the terminal side,
The reference data input unit is a unit that inputs conversion reference data specified by the specifying unit.
前記特定手段は、少なくとも印刷解像度と印刷対象物の種類という前記印刷条件についての設定内容に応じて前記変換用参照データの特定を行なう手段である請求項3に記載の印刷装置。   The printing apparatus according to claim 3, wherein the specifying unit is a unit that specifies the reference data for conversion in accordance with at least setting contents for the printing conditions such as a printing resolution and a type of a printing object. 請求項3または4に記載の印刷装置であって、
前記端末は、該端末側で指定された所定の印刷条件についての設定内容に基づいて、前記画像データを印刷データに変換する処理の実行主体を前記端末または前記印刷装置のいずれかに決定する実行主体決定手段を備え、
前記参照データ入力手段は、前記実行主体決定手段によって前記実行主体が前記印刷装置に決定された場合に、前記変換用参照データを入力する手段である
印刷装置。
The printing apparatus according to claim 3 or 4, wherein
Execution in which the terminal determines the execution subject of the process of converting the image data into print data as either the terminal or the printing device, based on the setting contents for the predetermined printing condition specified on the terminal side With subject determination means,
The reference data input means is a means for inputting the reference data for conversion when the execution subject is determined to be the printing device by the execution subject determination means.
請求項3ないし5のいずれかに記載の印刷装置であって、
所定の種類の前記変換用参照データを予め保持する保持手段を備え、
前記端末は、前記特定手段により特定された変換用参照データが、前記予め保持された種類の変換用参照データであるか否かを判断する判断手段を備えており、
前記参照データ入力手段は、前記判断手段によって前記変換用参照データが前記予め保持された種類の変換用参照データでないと判断された場合に、前記特定手段により特定された変換用参照データを入力する手段である
印刷装置。
The printing apparatus according to any one of claims 3 to 5,
Holding means for holding in advance the reference data for conversion of a predetermined type;
The terminal includes determination means for determining whether or not the conversion reference data specified by the specifying means is the type of conversion reference data held in advance.
The reference data input means inputs the conversion reference data specified by the specifying means when the determination means determines that the conversion reference data is not the type of conversion reference data held in advance. Printing device that is means.
前記印刷装置への入力の対象となる変換用参照データには、少なくとも、前記画像データによって表わされる色情報を前記印刷装置で表現可能な色情報に変換する色変換用データが含まれている請求項1ないし6のいずれかに記載の印刷装置。   The conversion reference data to be input to the printing apparatus includes 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. Item 7. The printing apparatus according to any one of Items 1 to 6. 前記印刷装置への入力の対象となる変換用参照データが、通信回線を介して前記端末または前記印刷装置に供給される請求項1ないし7のいずれかに記載の印刷装置。   The printing apparatus according to claim 1, wherein the conversion reference data to be input to the printing apparatus is supplied to the terminal or the printing apparatus via a communication line. 印刷装置に接続された所定の端末において、コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示がなされた場合に、該端末が、前記印刷指示がなされた画像である印刷対象画像を表わす画像データを前記印刷装置に出力し、該画像データを入力した印刷装置が、該画像データを所定の変換用参照データを用いて印刷可能な形式の印刷データに変換するデータ変換処理を行なうデータ変換システムであって、
前記端末は、
前記印刷指示がなされたとき、前記印刷対象画像について指定された所定の印刷条件についての設定内容を特定する設定内容特定手段と、
該特定された設定内容に応じて、複数の前記変換用参照データの中から1つの変換用参照データを特定する参照データ特定手段と、
該特定された前記変換用参照データを、前記印刷対象画像を表わす画像データの出力に先立って前記印刷装置に出力する出力手段と
を備え、
前記印刷装置は、前記出力手段により出力された変換用参照データ,画像データを、この順に入力してメモリに展開し、前記データ変換処理を行なう
データ変換システム。
In a predetermined terminal connected to the printing apparatus, when a print instruction is given for an image represented by image data in a format that can be handled by a computer, the terminal is a print target that is the image for which the print instruction is given Data conversion processing for outputting image data representing an image to the printing apparatus, and the printing apparatus that has input the image data converts the image data into printable format print data using predetermined conversion reference data. A data conversion system to perform,
The terminal
A setting content specifying means for specifying a setting content for a predetermined printing condition specified for the print target image when the printing instruction is made;
Reference data specifying means for specifying one conversion reference data from among the plurality of conversion reference data according to the specified setting content;
Output means for outputting the identified reference data for conversion to the printing apparatus prior to output of image data representing the image to be printed;
A data conversion system in which the printing apparatus inputs the reference data for conversion and the image data output by the output means in this order, expands them in a memory, and performs the data conversion process.
前記変換用参照データを構成するデータの少なくとも一部を、通信回線を介して前記端末または前記印刷装置に供給するデータ供給手段を備えた請求項9に記載のデータ変換システム。   The data conversion system according to claim 9, further comprising a data supply unit configured to supply at least part of data constituting the conversion reference data to the terminal or the printing apparatus via a communication line. 所定の端末からの印刷指示を受けて、画像の印刷を行なう方法であって、
印刷指示がなされた画像である印刷対象画像を表わす画像データを入力し、
前記画像データを印刷可能な形式の印刷データに変換するための変換用参照データを、前記画像データの入力に先立って前記端末から入力して、メモリに記憶し、
前記端末からの印刷指示がなされた場合に、前記予め入力した変換用参照データを参照して、前記入力した画像データを、前記印刷データに変換する
印刷方法。
A method for printing an image in response to a print instruction from a predetermined terminal,
Input image data representing an image to be printed, which is an image for which a print instruction has been issued,
Reference data for conversion for converting the image data into print data in a printable format is input from the terminal prior to the input of the image data, stored in a memory,
A printing method for converting the input image data into the print data by referring to the conversion reference data input in advance when a print instruction is issued from the terminal.
印刷装置に接続された所定の端末において、コンピュータによる取り扱いが可能な形式の画像データによって表わされる画像についての印刷指示がなされた場合に、該端末が、前記印刷指示がなされた画像である印刷対象画像を表わす画像データを前記印刷装置に出力し、該画像データを入力した印刷装置が、該画像データを所定の変換用参照データを用いて印刷可能な形式の印刷データに変換するデータ変換処理を行なう方法であって、
前記端末が、
前記印刷指示がなされたとき、前記印刷対象画像について指定された所定の印刷条件についての設定内容を特定し、
該特定された設定内容に応じて、複数の前記変換用参照データの中から1つの変換用参照データを特定し、
該特定された前記変換用参照データを、前記印刷対象画像を表わす画像データの出力に先立って前記印刷装置に出力し、
前記印刷装置が、前記出力された変換用参照データ,画像データを、この順に入力してメモリに展開し、前記データ変換処理を行なう
データ変換方法。
In a predetermined terminal connected to the printing apparatus, when a print instruction is given for an image represented by image data in a format that can be handled by a computer, the terminal is a print target that is the image for which the print instruction is given Data conversion processing for outputting image data representing an image to the printing apparatus, and the printing apparatus that has input the image data converts the image data into printable format print data using predetermined conversion reference data. A method of performing,
The terminal is
When the print instruction is made, the setting content for the predetermined print condition specified for the print target image is specified,
In accordance with the specified setting content, one conversion reference data is specified from the plurality of conversion reference data,
The identified reference data for conversion is output to the printing apparatus prior to output of image data representing the image to be printed,
A data conversion method in which the printing apparatus inputs the output conversion reference data and image data in this order, expands them in a memory, and performs the data conversion process.
JP2004328392A 2004-11-12 2004-11-12 Printer, data conversion system, printing method, and data conversion method Pending JP2006137077A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004328392A JP2006137077A (en) 2004-11-12 2004-11-12 Printer, data conversion system, printing method, and data conversion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004328392A JP2006137077A (en) 2004-11-12 2004-11-12 Printer, data conversion system, printing method, and data conversion method

Publications (1)

Publication Number Publication Date
JP2006137077A true JP2006137077A (en) 2006-06-01

Family

ID=36618191

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004328392A Pending JP2006137077A (en) 2004-11-12 2004-11-12 Printer, data conversion system, printing method, and data conversion method

Country Status (1)

Country Link
JP (1) JP2006137077A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014006570A (en) * 2012-06-21 2014-01-16 Konica Minolta Inc Printing system, program, printer driver, and information processing device
US10620726B2 (en) 2008-07-01 2020-04-14 Idhl Holdings, Inc. 3D pointer mapping

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000153653A (en) * 1998-11-18 2000-06-06 Canon Inc Printing apparatus and its control method and system
JP2000255111A (en) * 1999-01-05 2000-09-19 Canon Inc Image processing apparatus and its method
JP2000295485A (en) * 1999-04-01 2000-10-20 Seiko Epson Corp Image processor for printing
JP2001346054A (en) * 2000-05-31 2001-12-14 Seiko Epson Corp Device and method for converting picture data, recording medium, data output device, recording medium package and printer
JP2002236565A (en) * 2001-11-26 2002-08-23 Seiko Epson Corp Data converting device, computer, and printer
JP2004220579A (en) * 2002-12-25 2004-08-05 Ricoh Co Ltd Image processor, image processing program and storage medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000153653A (en) * 1998-11-18 2000-06-06 Canon Inc Printing apparatus and its control method and system
JP2000255111A (en) * 1999-01-05 2000-09-19 Canon Inc Image processing apparatus and its method
JP2000295485A (en) * 1999-04-01 2000-10-20 Seiko Epson Corp Image processor for printing
JP2001346054A (en) * 2000-05-31 2001-12-14 Seiko Epson Corp Device and method for converting picture data, recording medium, data output device, recording medium package and printer
JP2002236565A (en) * 2001-11-26 2002-08-23 Seiko Epson Corp Data converting device, computer, and printer
JP2004220579A (en) * 2002-12-25 2004-08-05 Ricoh Co Ltd Image processor, image processing program and storage medium

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10620726B2 (en) 2008-07-01 2020-04-14 Idhl Holdings, Inc. 3D pointer mapping
JP2014006570A (en) * 2012-06-21 2014-01-16 Konica Minolta Inc Printing system, program, printer driver, and information processing device

Similar Documents

Publication Publication Date Title
JP2002086853A (en) Information processor, system, control method therefor, peripheral device, and printer driver
JP2020136820A (en) Printing system, color matching method, control device, and program
JP2006137077A (en) Printer, data conversion system, printing method, and data conversion method
JP2004348652A (en) Portable telephone, server, its print system, method for controlling to print image in portable telephone, and accounting method for server
JP4379299B2 (en) Printing apparatus, print data generation system, printing method, and print data generation method
JP2002283591A (en) Printing control program, medium having the same recorded thereon, printing control device and method for controlling printing
JP4079067B2 (en) Mobile phone, printing apparatus, printing system and printing method therefor
JP2007102328A (en) Printing system, printing method and program
JP2007176104A (en) Printing device
JP2004094586A (en) Printer driver, information processing device and printing system
JP2007175937A (en) Printer
JP2010039976A (en) Image processor, printing data generation method, and computer program
JP4453748B2 (en) Mobile phone, printing apparatus, printing system and printing method therefor
JP4595570B2 (en) Print control data generation apparatus and print control data generation method
JP2005169650A (en) Information inputting/printing apparatus
JP2010016647A (en) Image processing apparatus, method and program
JP2005219294A (en) Printing apparatus, printing method and program for printing
JP2004171050A (en) Print control unit, method for controlling print control unit, program for controlling print control unit, print system and printer
JP2004086258A (en) Printing system and printer, computer, program and recording medium constituting the same
JP2007323363A (en) Printing system, printing apparatus, printing control method, program, and storage medium
KR100662211B1 (en) Method for controlling raster image processing of large format printer
JP2002219801A (en) Print for managing function of printer depending on ink cartridge
JP5776224B2 (en) Image processing apparatus, fluid ejection apparatus, image processing method and program thereof
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
JP2005219295A (en) Printing apparatus, printing method and program for printing

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070123

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20091124

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100121

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100216

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100419

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20100511