JP2009232303A - Image processing system, image processing apparatus, image processing method and image processing program - Google Patents

Image processing system, image processing apparatus, image processing method and image processing program Download PDF

Info

Publication number
JP2009232303A
JP2009232303A JP2008076993A JP2008076993A JP2009232303A JP 2009232303 A JP2009232303 A JP 2009232303A JP 2008076993 A JP2008076993 A JP 2008076993A JP 2008076993 A JP2008076993 A JP 2008076993A JP 2009232303 A JP2009232303 A JP 2009232303A
Authority
JP
Japan
Prior art keywords
image processing
decoding
encoding
data
pixel values
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2008076993A
Other languages
Japanese (ja)
Other versions
JP4957605B2 (en
Inventor
Kimii Mizobe
公威 溝部
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 JP2008076993A priority Critical patent/JP4957605B2/en
Publication of JP2009232303A publication Critical patent/JP2009232303A/en
Application granted granted Critical
Publication of JP4957605B2 publication Critical patent/JP4957605B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processing technology capable of reducing a processing load for color-converting image data subjected to variable length coding. <P>SOLUTION: A printer 30 of a printing system 10 includes: a decoding table generating section 314 for generating a decoding table 325 obtained by color-converting an encoding table 224 acquired from a personal computer 20 from RGB value into CMYK value; and a decoding section 316 for generating CMYK raster data 328 by decoding encoded data 226 acquired from the PC 20 using the decoding table 325. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は、画像データを処理する画像処理技術に関し、特に、ハフマン符号化(Huffman Encoding)やシャノン符号化(Shannon-Fano Encoding)などの可変長符号化を用いて画像データを処理する技術に関する。   The present invention relates to an image processing technique for processing image data, and more particularly, to a technique for processing image data using variable length encoding such as Huffman encoding or Shannon-Fano encoding.

パーソナルコンピュータから伝送された画像データをプリンタで印刷する印刷システムでは、パーソナルコンピュータからプリンタに伝送される画像データを可変長符号化することによって、印刷処理におけるスループットの向上を図ることができる。一般的に、印刷システムで処理される画像データは、デジタルカメラやスキャナで取得される場合やディスプレイに表示される場合にRGB形式の表色系で取り扱われ、印刷される場合にはRGB形式からCMYK形式の表色系に色変換される。下記特許文献1には、ハフマン符号化によって画像データをデータ圧縮する画像処理技術が開示されている。   In a printing system in which image data transmitted from a personal computer is printed by a printer, the throughput in the printing process can be improved by variable-length encoding the image data transmitted from the personal computer to the printer. In general, image data processed by a printing system is handled by an RGB color system when acquired by a digital camera or a scanner or displayed on a display, and from an RGB format when printed. The color is converted to the color system of the CMYK format. Patent Document 1 below discloses an image processing technique for compressing image data by Huffman coding.

特開2006−58749号公報JP 2006-58749 A

従来の画像処理技術では、可変長符号化における処理負荷の軽減を図ることができるものの、色変換が必要な画像データの取り扱いについて十分に考慮されていなかった。例えば、従来の印刷システムでは、可変長符号化された画像データを復号化した後、その復号化した画像データを更に色変換する必要があった。   Although the conventional image processing technique can reduce the processing load in variable-length encoding, it has not sufficiently considered the handling of image data that requires color conversion. For example, in a conventional printing system, after decoding variable length encoded image data, it is necessary to further color-convert the decoded image data.

本発明は、上記した課題を踏まえ、可変長符号化された画像データを色変換するための処理負荷を軽減することが可能な画像処理技術を提供することを目的とする。   An object of the present invention is to provide an image processing technique capable of reducing the processing load for color-converting variable-length-encoded image data based on the above-described problems.

本発明は、上述の課題の少なくとも一部を解決するためになされたものであり、以下の形態または適用例として実現することが可能である。   SUMMARY An advantage of some aspects of the invention is to solve at least a part of the problems described above, and the invention can be implemented as the following forms or application examples.

[適用例1] 適用例1の画像処理システムは、画像データを色変換する画像処理システムであって、第1の表色系による第1のラスタデータを処理する第1の画像処理装置と、前記第1のラスタデータを第2の表色系に色変換した第2のラスタデータを処理する第2の画像処理装置とを備え、前記第1の画像処理装置は、前記第1のラスタデータにおける画素値の出現頻度に応じて、前記第1の表色系による画素値に可変長符号を割り当てた符号化テーブルを生成する符号化テーブル生成部と、前記符号化テーブル生成部によって生成された符号化テーブルを用いて前記第1のラスタデータを可変長符号化した符号化データを生成する符号化部と、前記符号化テーブルおよび前記符号化データを前記第2の画像処理装置に引き渡すデータ引渡部とを備え、前記第2の画像処理装置は、前記第1の画像処理装置から引き渡された符号化テーブルにおける画素値を前記第1の表色系から前記第2の表色系に色変換した復号化テーブルを生成する復号化テーブル生成部と、前記第1の画像処理装置から引き渡された符号化データを、前記復号化テーブル生成部によって生成された復号化テーブルを用いて復号化することによって、前記第2のラスタデータを生成する復号化部とを備えることを特徴とする。適用例1の画像処理システムによれば、符号化テーブルを色変換した復号化テーブルを用いて第2のラスタデータを符号化データから直接的に生成することができる。その結果、可変長符号化された画像データを色変換するための処理負荷を軽減することができる。   Application Example 1 An image processing system of Application Example 1 is an image processing system that performs color conversion on image data, and includes a first image processing device that processes first raster data in a first color system, A second image processing device that processes second raster data obtained by color-converting the first raster data into a second color system, and the first image processing device includes the first raster data. Generated by the encoding table generation unit that generates an encoding table in which variable-length codes are assigned to pixel values in the first color system according to the appearance frequency of the pixel value in An encoding unit that generates encoded data obtained by variable-length encoding the first raster data using an encoding table; and a data reference that transfers the encoding table and the encoded data to the second image processing apparatus. The second image processing apparatus performs color conversion of pixel values in the encoding table delivered from the first image processing apparatus from the first color system to the second color system. A decoding table generating unit that generates the decoded decoding table, and decoding the encoded data delivered from the first image processing apparatus using the decoding table generated by the decoding table generating unit. And a decoding unit for generating the second raster data. According to the image processing system of Application Example 1, the second raster data can be directly generated from the encoded data using the decoding table obtained by color-converting the encoding table. As a result, it is possible to reduce the processing load for color conversion of variable length encoded image data.

[適用例2] 適用例1の画像処理システムにおいて、前記第1の画像処理装置の前記符号化テーブル生成部は、前記第1のラスタデータにおける前記第1の表色系による画素値のうち、頻度の高い方から所定数の画素値を上位画素値として特定する上位色特定部と、前記第1のラスタデータにおける前記第1の表色系による画素値のうち、前記上位画素値とは異なる複数の他の画素値を特定する下位色特定部と、前記上位色特定部によって特定された所定数の上位画素値に該所定数の可変長符号を割り当てると共に、前記下位色特定部によって特定された複数の他の画素値に単一の可変長符号を割り当てることによって、前記符号化テーブルを生成する符号割当部とを備えるとしても良い。適用例2の画像処理システムによれば、出現頻度の高い上位画素とは異なる複数の他の画素値に単一の可変長符号を割り当てることができるため、これら他の画素値の各々に可変長符号を割り当てた場合と比較して、符号化テーブルのデータ量を抑制することができる。   Application Example 2 In the image processing system according to Application Example 1, the encoding table generation unit of the first image processing apparatus includes: a pixel value of the first color system in the first raster data; An upper color specifying unit that specifies a predetermined number of pixel values as higher pixel values from the higher frequency, and a pixel value according to the first color system in the first raster data is different from the upper pixel value A lower color specifying unit that specifies a plurality of other pixel values, and a predetermined number of variable length codes are assigned to a predetermined number of upper pixel values specified by the upper color specifying unit, and specified by the lower color specifying unit. In addition, a code allocating unit that generates the encoding table by allocating a single variable length code to a plurality of other pixel values may be provided. According to the image processing system of the application example 2, since a single variable length code can be assigned to a plurality of other pixel values different from the upper pixel having a high appearance frequency, each of these other pixel values has a variable length. Compared to the case where a code is assigned, the data amount of the encoding table can be suppressed.

[適用例3] 適用例2の画像処理システムにおいて、前記第1の画像処理装置の前記符号化部は、前記第1のラスタデータにおける第1の表色系による画素値が前記上位画素値である場合、前記符号化テーブルにおいて該画素値に割り当てられた可変長符号を前記符号化データに編入する第1の符号編入部と、前記第1のラスタデータにおける第1の表色系による画素値が前記複数の他の画素値の一つである場合、前記符号化テーブルにおいて前記複数の他の画素値に割り当てられた可変長符号と共に、該第1の表色系による画素値を、前記符号化データに編入する第2の符号編入部とを備えるとしても良い。適用例3の画像処理システムによれば、出現頻度の高い上位画素とは異なる複数の他の画素値を可変長符号と共に符号化データに編入することによって、データを脱落させることなく第1のラスタデータを符号化することができる。   [Application Example 3] In the image processing system of Application Example 2, the encoding unit of the first image processing apparatus may be configured such that a pixel value according to a first color system in the first raster data is the upper pixel value. If there is, a first code insertion unit that incorporates a variable-length code assigned to the pixel value in the encoding table into the encoded data, and a pixel value by the first color system in the first raster data Is one of the plurality of other pixel values, the variable length code assigned to the plurality of other pixel values in the encoding table is used together with the pixel value according to the first color system as the code. It is also possible to provide a second code incorporation unit that incorporates into the data. According to the image processing system of the application example 3, by inserting a plurality of other pixel values different from the upper pixel having a high appearance frequency into the encoded data together with the variable length code, the first raster can be obtained without dropping the data. Data can be encoded.

[適用例4] 適用例3の画像処理システムにおいて、前記第2の画像処理部の前記復号化部は、前記符号化データにおける可変長符号が前記上位画素値に割り当てられた符号である場合、前記復号化テーブルにおいて該可変長符号に割り当てられた第2の表色系による画素値を、前記第2のラスタデータに編入する第1の画素値編入部と、前記符号化データにおける可変長符号が前記複数の他の画素値に割り当てられた符号である場合、該可変長符号と共に前記符号化データに編入されている第1の表色系による画素値を色変換した第2の表色系による画素値を、前記第2のラスタデータに編入する第2の画素値編入部とを備えるとしても良い。適用例4の画像処理システムによれば、単一の可変長符号が割り当てられた複数の他の画素値を第2のラスタデータとして復号化することができる。   Application Example 4 In the image processing system of Application Example 3, when the decoding unit of the second image processing unit is a code in which a variable length code in the encoded data is assigned to the upper pixel value, A first pixel value incorporation unit that incorporates pixel values of the second color system assigned to the variable length code in the decoding table into the second raster data; and a variable length code in the encoded data. Is a code assigned to the plurality of other pixel values, the second color system obtained by color-converting the pixel values of the first color system incorporated into the encoded data together with the variable length code And a second pixel value insertion unit that incorporates the pixel values obtained by (1) into the second raster data. According to the image processing system of the application example 4, it is possible to decode a plurality of other pixel values to which a single variable length code is assigned as second raster data.

[適用例5] 適用例1ないし4のいずれかの画像処理システムにおいて、前記第1の画像処理装置の前記符号化部は、先回の第1のラスタデータと後続の第1のラスタデータとの間で画素値の出現頻度が同一または類似している場合、前記先回の第1のラスタデータを可変長符号化するのに用いた符号化テーブルを用いて、前記後続の第1のラスタデータを可変長符号化した符号化データを生成するとしても良い。適用例5の画像処理システムによれば、後続の可変長符号化に際し符号化データを生成する必要がないため、画像データを可変長符号化するための処理負荷を軽減することができる。   Application Example 5 In the image processing system according to any one of Application Examples 1 to 4, the encoding unit of the first image processing device includes the first raster data of the previous time and the first raster data of the subsequent time. If the appearance frequency of the pixel value is the same or similar between the first raster data, the subsequent first raster data is encoded using the encoding table used for variable-length encoding the previous first raster data. Coded data obtained by variable-length coding data may be generated. According to the image processing system of the application example 5, since it is not necessary to generate encoded data at the time of subsequent variable length encoding, it is possible to reduce a processing load for variable length encoding of image data.

また、適用例1ないし5のいずれかの画像処理システムにおいて、前記第1の画像処理装置の前記符号化テーブル生成部は、前記第1のラスタデータを分割した複数の分割ラスタデータの各々における画素値の出現頻度に応じて、前記第1の表色系による画素値に可変長符号を割り当てた複数の符号化テーブルを生成するとしても良い。この画像処理システムによれば、第1のラスタデータの全体が可変長符号化されるのを待つことなく、分割ラスタデータ毎に後続の処理を進行させることができるため、後続処理の開始を早めることができる。   In the image processing system according to any one of Application Examples 1 to 5, the encoding table generation unit of the first image processing device may include pixels in each of a plurality of divided raster data obtained by dividing the first raster data. A plurality of encoding tables in which variable length codes are assigned to pixel values in the first color system may be generated according to the appearance frequency of values. According to this image processing system, subsequent processing can be advanced for each divided raster data without waiting for the entire first raster data to be variable-length encoded, so that the start of subsequent processing is accelerated. be able to.

[適用例6] 画像データを処理する画像処理装置であって、第1の表色系による画素値に可変長符号を割り当てた符号化テーブルに基づいて、該符号化テーブルにおける画素値を第2の表色系に色変換した復号化テーブルを生成する復号化テーブル生成部と、前記符号化テーブルを用いて前記第1の表色系による第1のラスタデータを可変長符号化した符号化データを、前記復号化テーブル生成部によって生成された復号化テーブルを用いて復号化することによって、前記第2の表色系による第2のラスタデータを生成する復号化部とを備えることを特徴とする。適用例6の画像処理装置によれば、符号化テーブルを色変換した復号化テーブルを用いて第2のラスタデータを符号化データから直接的に生成することができる。その結果、可変長符号化された画像データを色変換するための処理負荷を軽減することができる。   Application Example 6 An image processing apparatus that processes image data, and based on an encoding table in which variable-length codes are assigned to pixel values in the first color system, pixel values in the encoding table are set to a second value. A decoding table generation unit that generates a decoding table that is color-converted into the color system, and encoded data obtained by variable-length encoding the first raster data according to the first color system using the encoding table. And a decoding unit that generates second raster data according to the second color system by decoding using the decoding table generated by the decoding table generation unit, To do. According to the image processing apparatus of Application Example 6, the second raster data can be directly generated from the encoded data using the decoding table obtained by color-converting the encoding table. As a result, it is possible to reduce the processing load for color conversion of variable length encoded image data.

本発明の形態は、画像処理システムや画像処理装置に限るものではなく、画像処理装置が組み込まれた印刷装置(プリンタ),コンピュータを用いた画像処理方法、コンピュータプログラムなど他の形態に適用することもできる。また、本発明は、前述の形態に何ら限定されるものではなく、本発明の趣旨を逸脱しない範囲内において様々な形態で実施し得ることは勿論である。   The form of the present invention is not limited to the image processing system and the image processing apparatus, but is applied to other forms such as a printing apparatus (printer) incorporating the image processing apparatus, an image processing method using a computer, a computer program, and the like. You can also. Further, the present invention is not limited to the above-described embodiments, and it is needless to say that the present invention can be implemented in various forms without departing from the spirit of the present invention.

以上説明した本発明の構成および作用を一層明らかにするために、以下本発明を適用した画像処理装置について説明する。なお、本実施例では、画像処理装置の一形態として、印刷システムを例に挙げて説明する。   In order to further clarify the configuration and operation of the present invention described above, an image processing apparatus to which the present invention is applied will be described below. In the present embodiment, a printing system will be described as an example of an image processing apparatus.

A.第1実施例:
A1.印刷システムの構成:
図1は、印刷システム10の構成を示す説明図である。画像処理システムである印刷システム10は、第1の画像処理装置であるパーソナルコンピュータ(以下、パソコンという)20と、第2の画像処理装置であるプリンタ30とを備える。印刷システム10では、パソコン20からの印刷要求に基づいて、プリンタ30による印刷が実施される。
本実施例では、パソコン20とプリンタ30とはデータをやり取り可能にローカルエリアネットワーク(Local Area Network、LAN)を介して接続されているが、他の実施形態として、無線LAN,インタネット,USB(Universal Serial Bus),ブルートゥースなどを介して接続されても良い。
A. First embodiment:
A1. Printing system configuration:
FIG. 1 is an explanatory diagram showing the configuration of the printing system 10. A printing system 10 as an image processing system includes a personal computer (hereinafter referred to as a personal computer) 20 as a first image processing apparatus and a printer 30 as a second image processing apparatus. In the printing system 10, printing by the printer 30 is performed based on a printing request from the personal computer 20.
In this embodiment, the personal computer 20 and the printer 30 are connected via a local area network (LAN) so that data can be exchanged. However, as another embodiment, a wireless LAN, Internet, USB (Universal Serial Bus), Bluetooth, etc. may be used.

印刷システム10のパソコン20は、セントラルプロセッシングユニット(Central Processing Unit、以下、CPUという)210と、メモリ220と、通信インタフェース280と、ユーザインタフェース290とを備える。   The personal computer 20 of the printing system 10 includes a central processing unit (hereinafter referred to as CPU) 210, a memory 220, a communication interface 280, and a user interface 290.

パソコン20のCPU210は、メモリ220に記憶されたプログラムに基づいて様々な演算処理を実行する。CPU210は、プログラムに基づいて実現される機能要素として、RIP(Raster Image Processor)部212と、符号化テーブル生成部214と、符号化部216と、データ引渡部218とを備える。CPU210のRIP部212は、プリンタ30で印刷される画像データをラスタライズすることによって、RGB表色系によるラスタデータであるRGBラスタデータ222を生成する。ラスタデータとは、画素(ピクセル)の色情報を有する複数の画素値を羅列して画像を表現したデータを意味する。RGB表色系では、赤(Red),緑(Green),青(Blue)の三つの色を混ぜ合わせて様々な色が再現される。RIP部212によって生成されたRGBラスタデータ222は、メモリ220に記憶される。   The CPU 210 of the personal computer 20 executes various arithmetic processes based on the program stored in the memory 220. The CPU 210 includes a RIP (Raster Image Processor) unit 212, a coding table generation unit 214, a coding unit 216, and a data delivery unit 218 as functional elements realized based on a program. The RIP unit 212 of the CPU 210 generates RGB raster data 222 that is raster data based on the RGB color system by rasterizing image data printed by the printer 30. Raster data refers to data that represents an image by listing a plurality of pixel values having color information of pixels (pixels). In the RGB color system, various colors are reproduced by mixing three colors of red, green, and blue. The RGB raster data 222 generated by the RIP unit 212 is stored in the memory 220.

CPU210の符号化テーブル生成部214は、RGBラスタデータ222における画素値の出現頻度を検出し、その出現頻度に応じてRGB値にハフマン符号を割り当てた符号化テーブル224を生成する。符号化テーブル生成部214によって生成された符号化テーブル224は、メモリ220に記憶される。符号化テーブル224の詳細については後述する。CPU210の符号化部216は、符号化テーブル生成部214によって生成された符号化テーブル224を用いて、RIP部212によって生成されたRGBラスタデータ222をハフマン符号化した符号化データ226を生成する。符号化データ226の詳細については後述する。CPU210のデータ引渡部218は、符号化テーブル224および符号化データ226を、通信インタフェース280を通してプリンタ30に引き渡す。   The encoding table generation unit 214 of the CPU 210 detects the appearance frequency of the pixel value in the RGB raster data 222 and generates an encoding table 224 in which a Huffman code is assigned to the RGB value according to the appearance frequency. The encoding table 224 generated by the encoding table generation unit 214 is stored in the memory 220. Details of the encoding table 224 will be described later. The encoding unit 216 of the CPU 210 uses the encoding table 224 generated by the encoding table generation unit 214 to generate encoded data 226 obtained by Huffman encoding the RGB raster data 222 generated by the RIP unit 212. Details of the encoded data 226 will be described later. The data delivery unit 218 of the CPU 210 delivers the encoding table 224 and the encoded data 226 to the printer 30 through the communication interface 280.

本実施例では、パソコン20のメモリ220は、リードオンリメモリ(Read Only Memory、以下、ROMという),ランダムアクセスメモリ(Random Access Memory、以下、RAMという)を含み、他の実施形態として、ハードディスクドライブ(Hard Disk Drive、以下、HDDという)を仮想的にメモリ220の一部として利用しても良い。パソコン20の通信インタフェース280は、プリンタ30とデータをやり取りする。パソコン20のユーザインタフェース290は、ディスプレイ,キーボード,マウスを含み、パソコン20のユーザと情報をやり取りする。パソコン20の動作についての詳細は後述する。   In the present embodiment, the memory 220 of the personal computer 20 includes a read only memory (hereinafter referred to as “ROM”) and a random access memory (hereinafter referred to as “RAM”). (Hard Disk Drive, hereinafter referred to as HDD) may be virtually used as part of the memory 220. A communication interface 280 of the personal computer 20 exchanges data with the printer 30. The user interface 290 of the personal computer 20 includes a display, a keyboard, and a mouse, and exchanges information with the user of the personal computer 20. Details of the operation of the personal computer 20 will be described later.

印刷システム10のプリンタ30は、紙やラベルなどの印刷媒体にインク滴を噴射して文字や画像などのデータを印刷するインクジェット式プリンタである。本実施例では、プリンタ30は、いわゆる複合機としてスキャナやコピーなどの各種機能を有する。プリンタ30は、CPU310と、メモリ320と、印刷機構部330と、スキャナ340と、通信インタフェース380と、ユーザインタフェース390とを備える。   The printer 30 of the printing system 10 is an ink jet printer that prints data such as characters and images by ejecting ink droplets onto a print medium such as paper or a label. In the present embodiment, the printer 30 has various functions such as a scanner and a copy as a so-called multifunction machine. The printer 30 includes a CPU 310, a memory 320, a printing mechanism unit 330, a scanner 340, a communication interface 380, and a user interface 390.

プリンタ30のCPU310は、メモリ320に記憶されたプログラムに基づいて様々な演算処理を実行する。CPU310は、プログラムに基づいて実現される機能要素として、画像取得部312と、復号化テーブル生成部314と、復号化部316と、印刷指示部318とを備える。CPU310の画像取得部312は、符号化テーブル224および符号化データ226を、通信インタフェース380を通じてパソコン20から取得する。画像取得部312によって取得された符号化テーブル224および符号化データ226は、メモリ320に記憶される。   The CPU 310 of the printer 30 executes various arithmetic processes based on programs stored in the memory 320. The CPU 310 includes an image acquisition unit 312, a decoding table generation unit 314, a decoding unit 316, and a print instruction unit 318 as functional elements realized based on the program. The image acquisition unit 312 of the CPU 310 acquires the encoding table 224 and the encoded data 226 from the personal computer 20 through the communication interface 380. The encoding table 224 and the encoded data 226 acquired by the image acquisition unit 312 are stored in the memory 320.

CPU310の復号化テーブル生成部314は、パソコン20から取得した符号化テーブル224における画素値をRGB表色系からCMYK表色系に色変換した復号化テーブル325を生成する。CMYK表色系では、シアン(Cyan),マゼンタ(Magenta),黄(Yellow),黒(Black)の四つの色を混ぜ合わせて様々な色が再現される。復号化テーブル生成部314によって生成された復号化テーブル325は、メモリ320に記憶される。復号化テーブル325の詳細については後述する。CPU310の復号化部316は、パソコン20から取得した符号化データ226を、復号化テーブル生成部314によって生成された復号化テーブル325を用いて復号化することによって、CMYK表色系によるラスタデータであるCMYKラスタデータ328を生成する。復号化部316によって生成されたCMYKラスタデータ328は、メモリ320に記憶される。CPU310の印刷指示部318は、復号化部316によって生成されたCMYKラスタデータ328を印刷するように印刷機構部330に指示する。本実施例では、印刷機構部330に印刷指示されるCMYKラスタデータ328は、印刷指示部318によってハーフトーン処理される。   The decoding table generation unit 314 of the CPU 310 generates a decoding table 325 in which pixel values in the encoding table 224 acquired from the personal computer 20 are color-converted from the RGB color system to the CMYK color system. In the CMYK color system, various colors are reproduced by mixing four colors of cyan, magenta, yellow, and black. The decoding table 325 generated by the decoding table generation unit 314 is stored in the memory 320. Details of the decoding table 325 will be described later. The decoding unit 316 of the CPU 310 decodes the encoded data 226 acquired from the personal computer 20 by using the decoding table 325 generated by the decoding table generation unit 314, thereby converting the encoded data 226 into raster data using the CMYK color system. Some CMYK raster data 328 is generated. The CMYK raster data 328 generated by the decoding unit 316 is stored in the memory 320. The print instruction unit 318 of the CPU 310 instructs the print mechanism unit 330 to print the CMYK raster data 328 generated by the decryption unit 316. In this embodiment, the CMYK raster data 328 that is instructed to be printed by the printing mechanism unit 330 is subjected to halftone processing by the print instruction unit 318.

本実施例では、プリンタ30のメモリ320は、ROM,RAMを含み、他の実施形態として、HDDを仮想的にメモリ320の一部として利用しても良い。プリンタ30の印刷機構部330は、CPU310からの指示に基づいてシアン(Cyan),マゼンタ(Magenta),黄(Yellow),黒(Black)の四色のインクを印刷媒体に噴射することによって印刷を実行する。プリンタ30のスキャナ340は、原稿台(図示しない)に載置された原稿を読み取ってデジタルデータに変換(スキャン、scan)する。プリンタ30の通信インタフェース380は、パソコン20とデータをやり取りする。プリンタ30のユーザインタフェース390は、ディスプレイ,操作パネルを含み、プリンタ30のユーザと情報をやり取りする。プリンタ30の動作についての詳細は後述する。   In this embodiment, the memory 320 of the printer 30 includes a ROM and a RAM, and as another embodiment, an HDD may be used virtually as a part of the memory 320. The printing mechanism unit 330 of the printer 30 performs printing by ejecting four color inks of cyan, magenta, yellow, and black onto the printing medium based on an instruction from the CPU 310. Execute. The scanner 340 of the printer 30 reads a document placed on a document table (not shown) and converts it into digital data (scan). A communication interface 380 of the printer 30 exchanges data with the personal computer 20. The user interface 390 of the printer 30 includes a display and an operation panel, and exchanges information with the user of the printer 30. Details of the operation of the printer 30 will be described later.

A2.印刷システムにおけるパソコンの動作:
図2は、印刷システム10におけるパソコン20のCPU210によって実行される印刷要求処理を示すフローチャートである。図2の印刷要求処理は、符号化した印刷データをパソコン20からプリンタ30に伝送するための処理である。本実施例では、画像データをプリンタ30で印刷するようにとの印刷要求が、パソコン20のユーザからユーザインタフェース290を介して受け付けられた場合に、パソコン20のCPU210は、図2の印刷要求処理を開始する。本実施例では、図2の印刷要求処理は、パソコン20のCPU210がソフトウェアに基づいて動作することによって実現されるが、他の実施形態として、パソコン20の電子回路がその物理的な回路構成に基づいて動作することによって実現されても良い。
A2. PC behavior in the printing system:
FIG. 2 is a flowchart showing print request processing executed by the CPU 210 of the personal computer 20 in the printing system 10. The print request process in FIG. 2 is a process for transmitting the encoded print data from the personal computer 20 to the printer 30. In the present embodiment, when a print request for printing image data by the printer 30 is received from the user of the personal computer 20 via the user interface 290, the CPU 210 of the personal computer 20 performs the print request processing of FIG. To start. In the present embodiment, the print request process of FIG. 2 is realized by the CPU 210 of the personal computer 20 operating based on software. As another embodiment, the electronic circuit of the personal computer 20 has a physical circuit configuration. It may be realized by operating based on this.

パソコン20のCPU210は、図2の印刷要求処理を開始すると、RIP部212として動作することによってラスタライズ処理を実行する(ステップS220)。本実施例では、ラスタライズ処理(ステップS220)では、パソコン20のユーザからユーザインタフェース290を介して指定された画像データが、RGBラスタデータ222へとラスタライズされ、このRGBラスタデータ222は、パソコン20のメモリ220に記憶される。本実施例で説明するRGBラスタデータ222の一例を、次の数式1に示す。   When the CPU 210 of the personal computer 20 starts the print request process of FIG. 2, the rasterization process is performed by operating as the RIP unit 212 (step S220). In the present embodiment, in the rasterizing process (step S220), the image data designated by the user of the personal computer 20 via the user interface 290 is rasterized into the RGB raster data 222. Stored in the memory 220. An example of the RGB raster data 222 described in this embodiment is shown in the following formula 1.

Figure 2009232303
Figure 2009232303

ここで、X1はRGBラスタデータ222であり、C1,C2,C3...は、RGB表色系の成分値を示すRGB値を24ビットで表現するデータである(例えば、C1=(0,0,225))。   Here, X1 is RGB raster data 222, and C1, C2, C3... Are data representing RGB values indicating component values of the RGB color system in 24 bits (for example, C1 = (0, 0, 225)).

ラスタライズ処理(ステップS220)の後、CPU210は、符号化テーブル生成部214として動作することによって符号化テーブル生成処理を実行する(ステップS240)。符号化テーブル生成処理(ステップS240)において、CPU210は、RGBラスタデータ222におけるRGB値の出現頻度(ヒストグラム)を生成する(ステップS242)。本実施例では、CPU210は、RGBラスタデータ222におけるRGB値のうち出現頻度の高い方から「n」個のRGB値を上位画素値として各々の出現頻度を集計し、これら「n」個の上位画素値以外のRGB値を下位画素値として単一の出現頻度にまとめて集計する。本実施例では、出現頻度の高い方から「7」個のRGB値を上位画素値として集計するが、他の実施形態として、パソコン20におけるCPU210の処理能力やメモリ220の記憶容量、パソコン20とプリンタ30との間の通信速度、プリンタ30におけるCPU310の処理能力やメモリ320の記憶容量などに応じて、上位画素値の個数を増減しても良い。   After the rasterization process (step S220), the CPU 210 executes the encoding table generation process by operating as the encoding table generation unit 214 (step S240). In the encoding table generation process (step S240), the CPU 210 generates the appearance frequency (histogram) of the RGB values in the RGB raster data 222 (step S242). In this embodiment, the CPU 210 aggregates the appearance frequencies of the RGB values in the RGB raster data 222 from the higher appearance frequency using the “n” RGB values as the upper pixel values, and these “n” upper values. The RGB values other than the pixel values are summed up to a single appearance frequency as the lower pixel values. In this embodiment, “7” RGB values from the highest appearance frequency are tabulated as upper pixel values, but as other embodiments, the processing capacity of the CPU 210 in the personal computer 20, the storage capacity of the memory 220, The number of upper pixel values may be increased or decreased according to the communication speed with the printer 30, the processing capacity of the CPU 310 in the printer 30, the storage capacity of the memory 320, and the like.

本実施例で説明する出現頻度の一例を次に示す。上位画素値は、C1,C2,C3,C4,C5,C6,C7であり、これらの出現頻度は、C1が50%、C2が20%、C3が15%、C4が5%、C5が3%、C6が2%、C7が1%であり、下位画素の出現頻度が4%であったとする。   An example of the appearance frequency described in this embodiment is as follows. The upper pixel values are C1, C2, C3, C4, C5, C6, and C7, and their appearance frequencies are 50% for C1, 20% for C2, 15% for C3, 5% for C4, and 3 for C5. %, C6 is 2%, C7 is 1%, and the appearance frequency of the lower pixel is 4%.

RGBラスタデータ222におけるRGB値の出現頻度(ヒストグラム)が生成された後(ステップS242)、CPU210は、その出現頻度に応じてRGB値にハフマン符号を割り当てた符号化テーブル224を生成する(ステップS244)。本実施例では、「n」個の上位画素値に、その他の画素値を一つにまとめた下位画素値を加えた合計「n+1」個の画素値に対して、これらの出現頻度に応じて「n+1」個のハフマン符号が割り当てられる。   After the appearance frequency (histogram) of the RGB values in the RGB raster data 222 is generated (step S242), the CPU 210 generates an encoding table 224 in which Huffman codes are assigned to the RGB values according to the appearance frequencies (step S244). ). In the present embodiment, “n + 1” pixel values, which are obtained by adding “n” upper pixel values to lower pixel values obtained by combining other pixel values into one, according to their appearance frequencies. “N + 1” Huffman codes are assigned.

図3は、符号化テーブル224の一例を模式的に示す説明図である。符号化テーブル224は、RGB値を示すRGBデータ列2242と、RGBデータ列2242のRGB値にそれぞれ割り当てられたハフマン符号を示すハフマン符号列2244とを有する。本実施例では、7個の上位画素値に、その他の画素値を一つにまとめた下位画素値を加えた合計8個の画素値に対して、これらの出現頻度に応じて8個のハフマン符号が割り当てられる。本実施例では、出現頻度が一番目に高い上位画素C1に、一番短いハフマン符号「F1=0」が割り当てられ、続いて出現頻度の順に、C2に「F2=10」、C3に「F3=110」、C4に「F4=11100」が割り当てられている。本実施例では、下位画素の出現頻度が4%であり、上位画素C5の出現頻度3%よりも高いため、上位画素C4に続いて、下位画素である他の画素値にハフマン符号「G=11101」が割り当てられている。本実施例では、下位画素に続いて、C5に「F5=11110」、C6に「F6=111110」、C7に「F7=111111」が割り当てられている。   FIG. 3 is an explanatory diagram schematically illustrating an example of the encoding table 224. The encoding table 224 includes an RGB data string 2242 indicating RGB values and a Huffman code string 2244 indicating Huffman codes assigned to the RGB values of the RGB data string 2242, respectively. In the present embodiment, eight Huffman values corresponding to the appearance frequency are obtained for a total of eight pixel values obtained by adding the lower pixel values obtained by combining the other upper pixel values to the seven upper pixel values. A code is assigned. In the present embodiment, the shortest Huffman code “F1 = 0” is assigned to the highest pixel C1 having the highest appearance frequency, and subsequently “F2 = 10” in C2 and “F3 in C3 in order of appearance frequency. = 110 ", and" F4 = 11100 "is assigned to C4. In the present embodiment, the appearance frequency of the lower pixel is 4%, which is higher than the appearance frequency of 3% of the upper pixel C5. Therefore, the Huffman code “G = G = 11101 "is assigned. In this embodiment, “F5 = 11110” is assigned to C5, “F6 = 111110” is assigned to C6, and “F7 = 111111” is assigned to C7 following the lower pixel.

図2の説明に戻り、符号化テーブル生成処理(ステップS240)の後、パソコン20のCPU210は、RGBラスタデータ222の最初のRGB値をメモリ220から読み出して準備する(ステップS261)。その後、CPU210は、準備したRGB値を符号化テーブル224に照合する(ステップS264)。   Returning to the description of FIG. 2, after the encoding table generation process (step S240), the CPU 210 of the personal computer 20 reads out and prepares the first RGB value of the RGB raster data 222 from the memory 220 (step S261). Thereafter, the CPU 210 checks the prepared RGB values against the encoding table 224 (step S264).

RGB値が上位画素値である場合(本実施例では、RGB値がC1〜C7のいずれかである場合)(ステップS265)、CPU210は、そのRGB値に対応する符号化テーブル224のハフマン符号を符号化データ226に編入する(ステップS266)。一方、RGB値が下位画素値である場合(本実施例では、RGB値がC1〜C7以外である場合)(ステップS265)、CPU210は、下位画素である他の画素値に対応する符号化テーブル224のハフマン符号と共に、そのRGB値を符号化データ226に編入する(ステップS267)。RGB値に対応するハフマン符号が符号化データ226に編入された後(ステップS266,S267)、CPU210は、RGBラスタデータ222に含まれるRGB値の全てが符号化データ226へとハフマン符号化されるまで処理を繰り返す(ステップS264,S268,S269)。   When the RGB value is an upper pixel value (in this embodiment, the RGB value is any one of C1 to C7) (step S265), the CPU 210 changes the Huffman code of the encoding table 224 corresponding to the RGB value. The encoded data 226 is incorporated (step S266). On the other hand, when the RGB value is a lower pixel value (in this embodiment, the RGB value is other than C1 to C7) (step S265), the CPU 210 encodes a coding table corresponding to another pixel value that is a lower pixel. Together with the Huffman code 224, the RGB values are incorporated into the encoded data 226 (step S267). After the Huffman code corresponding to the RGB value is incorporated into the encoded data 226 (steps S266 and S267), the CPU 210 Huffman-encodes all the RGB values included in the RGB raster data 222 into the encoded data 226. Until the process is repeated (steps S264, S268, S269).

数式1に示したRGBラスタデータ222を符号化データ226にハフマン符号化する例を次に示す。本実施例では、数式1のRGBラスタデータ222における最初のRGB値はC1である。図3の符号化テーブル224によれば、画素値C1には、ハフマン符号「F1=0」が対応付けられていることから、符号化データ226にハフマン符号「F1=0」が保存される(ステップS266)。この状態の符号化データ226の一例を、次の数式2に示す。   An example in which the RGB raster data 222 shown in Equation 1 is Huffman encoded into the encoded data 226 is shown below. In this embodiment, the first RGB value in the RGB raster data 222 of Equation 1 is C1. According to the encoding table 224 of FIG. 3, since the pixel value C1 is associated with the Huffman code “F1 = 0”, the Huffman code “F1 = 0” is stored in the encoded data 226 ( Step S266). An example of the encoded data 226 in this state is shown in the following Equation 2.

Figure 2009232303
Figure 2009232303

ここで、X2は符号化データ226である。   Here, X2 is the encoded data 226.

本実施例では、数式1のRGBラスタデータ222における二番目のRGB値はC3である。図3の符号化テーブル224によれば、画素値C3には、ハフマン符号「F3=110」が対応付けられていることから、符号化データ226にハフマン符号「F3=110」が保存される(ステップS266)。この状態の符号化データ226の一例を、次の数式3に示す。   In the present embodiment, the second RGB value in the RGB raster data 222 of Formula 1 is C3. According to the encoding table 224 of FIG. 3, since the pixel value C3 is associated with the Huffman code “F3 = 110”, the Huffman code “F3 = 110” is stored in the encoded data 226 ( Step S266). An example of the encoded data 226 in this state is shown in Equation 3 below.

Figure 2009232303
Figure 2009232303

本実施例では、数式1のRGBラスタデータ222における三番目のRGB値はC9である。図3の符号化テーブル224によれば、画素値C9は、下位画素値である他の画素値であり、他の画素値には、ハフマン符号「G=11101」が対応付けられていることから、ハフマン符号「G=11101」と共に、そのRGB値「C9」が、符号化データ226に保存される(ステップS267)。この状態の符号化データ226の一例を、次の数式4に示す。   In the present embodiment, the third RGB value in the RGB raster data 222 of Formula 1 is C9. According to the encoding table 224 of FIG. 3, the pixel value C9 is another pixel value that is a lower pixel value, and the Huffman code “G = 11101” is associated with the other pixel value. The RGB value “C9” is stored in the encoded data 226 together with the Huffman code “G = 11101” (step S267). An example of the encoded data 226 in this state is shown in the following Expression 4.

Figure 2009232303
Figure 2009232303

上述の通り処理を繰り返すことによって、数式1のRGBラスタデータ222は、次の数式5で示される符号化データ226にハフマン符号化される(ステップS260)。   By repeating the processing as described above, the RGB raster data 222 of Equation 1 is Huffman-encoded into the encoded data 226 expressed by Equation 5 below (Step S260).

Figure 2009232303
Figure 2009232303

図2の説明に戻り、符号化処理(ステップS260)の後、パソコン20のCPU210は、データ引渡部218として動作することによってデータ引渡処理を実行する(ステップS280)。データ引渡処理(ステップS280)では、CPU210は、符号化処理(ステップS260)で生成された符号化データ226を、符号化テーブル生成処理(ステップS240)で生成された符号化テーブル224と合わせて、通信インタフェース280を通じてプリンタ30に伝送する(ステップS280)。データ引渡処理(ステップS280)の後、CPU210は、図2の印刷要求処理を終了する。   Returning to the description of FIG. 2, after the encoding process (step S260), the CPU 210 of the personal computer 20 performs the data delivery process by operating as the data delivery unit 218 (step S280). In the data delivery process (step S280), the CPU 210 combines the encoded data 226 generated in the encoding process (step S260) with the encoding table 224 generated in the encoding table generation process (step S240). The data is transmitted to the printer 30 through the communication interface 280 (step S280). After the data delivery process (step S280), the CPU 210 ends the print request process of FIG.

A3.印刷システムにおけるプリンタの動作:
図4は、印刷システム10におけるプリンタ30のCPU310によって実行される画像印刷処理を示すフローチャートである。図4の画像印刷処理は、パソコン20から受け取った符号化された印刷データを復号化して印刷するための処理である。本実施例では、プリンタ30の通信インタフェース380がパソコン20から符号化テーブル224および符号化データ226を受け取った場合に、プリンタ30のCPU310は、図4の画像印刷処理を開始する。本実施例では、図4の画像印刷処理は、プリンタ30のCPU310がソフトウェアに基づいて動作することによって実現されるが、他の実施形態として、プリンタ30の電子回路がその物理的な回路構成に基づいて動作することによって実現されても良い。
A3. Printer behavior in the printing system:
FIG. 4 is a flowchart showing image printing processing executed by the CPU 310 of the printer 30 in the printing system 10. The image printing process of FIG. 4 is a process for decoding and printing the encoded print data received from the personal computer 20. In this embodiment, when the communication interface 380 of the printer 30 receives the encoding table 224 and the encoded data 226 from the personal computer 20, the CPU 310 of the printer 30 starts the image printing process of FIG. In the present embodiment, the image printing process of FIG. 4 is realized by the CPU 310 of the printer 30 operating based on software. However, as another embodiment, the electronic circuit of the printer 30 has a physical circuit configuration. It may be realized by operating based on this.

プリンタ30のCPU310は、図4の画像印刷処理を開始すると、画像取得部312として動作することによって画像取得処理を実行する(ステップS320)。画像取得処理(ステップS320)において、本実施例では、CPU310は、通信インタフェース380を通じてパソコン20から符号化テーブル224を取得する(ステップS322)。その後、CPU310は、通信インタフェース380を通じてパソコン20から符号化データ226を取得する(ステップS324)。本実施例では、パソコン20から取得された符号化テーブル224および符号化データ226は、プリンタ30のメモリ320に記憶される。   When the image printing process of FIG. 4 is started, the CPU 310 of the printer 30 executes the image acquisition process by operating as the image acquisition unit 312 (step S320). In the image acquisition process (step S320), in this embodiment, the CPU 310 acquires the encoding table 224 from the personal computer 20 through the communication interface 380 (step S322). Thereafter, the CPU 310 acquires the encoded data 226 from the personal computer 20 through the communication interface 380 (step S324). In this embodiment, the encoding table 224 and the encoded data 226 acquired from the personal computer 20 are stored in the memory 320 of the printer 30.

画像取得処理(ステップS320)の後、CPU310は、復号化テーブル生成部314として動作することによって復号化テーブル生成処理を実行する(ステップS340)。復号化テーブル生成処理(ステップS340)において、CPU310は、画像取得処理(ステップS320)でパソコン20から取得した符号化テーブル224におけるRGB値をCMYK値に色変換することによって(ステップS342)、符号化テーブル224のハフマン符号にCMYK値を対応付けた復号化テーブル325を生成する(ステップS344)。   After the image acquisition process (step S320), the CPU 310 performs a decoding table generation process by operating as the decoding table generation unit 314 (step S340). In the decoding table generation process (step S340), the CPU 310 performs color conversion by converting the RGB values in the encoding table 224 acquired from the personal computer 20 in the image acquisition process (step S320) into CMYK values (step S342). A decoding table 325 in which the CMYK values are associated with the Huffman codes in the table 224 is generated (step S344).

図5は、復号化テーブル325の一例を模式的に示す説明図である。復号化テーブル325は、CMYK値を示すCMYKデータ列3252と、CMYKデータ列3252のCMYK値にそれぞれ割り当てられたハフマン符号を示すハフマン符号列3254とを有する。CMYK表色系の成分値を示すCMYK値D1〜D7は、RGB値C1〜C7をそれぞれCMYK値に色変換したデータである。   FIG. 5 is an explanatory diagram schematically showing an example of the decoding table 325. The decoding table 325 includes a CMYK data string 3252 indicating CMYK values and a Huffman code string 3254 indicating Huffman codes respectively assigned to the CMYK values of the CMYK data string 3252. The CMYK values D1 to D7 indicating the component values of the CMYK color system are data obtained by color-converting the RGB values C1 to C7 into CMYK values, respectively.

図4の説明に戻り、複号化テーブル生成処理(ステップS340)の後、プリンタ30のCPU310は、復号化部316として動作することによって復号化処理を実行する(ステップS360)。復号化処理(ステップS360)において、CPU310は、画像取得処理(ステップS320)でパソコン20から取得した符号化データ226を、復号化テーブル生成処理(ステップS340)で生成した復号化テーブル325を用いて復号化することによって、CMYKラスタデータ328を生成する。復号化処理(ステップS360)の詳細については後述する。   Returning to the description of FIG. 4, after the decoding table generation process (step S340), the CPU 310 of the printer 30 performs the decoding process by operating as the decoding unit 316 (step S360). In the decoding process (step S360), the CPU 310 uses the decoding table 325 generated by the decoding table generation process (step S340) for the encoded data 226 acquired from the personal computer 20 by the image acquisition process (step S320). By decoding, CMYK raster data 328 is generated. Details of the decoding process (step S360) will be described later.

復号化処理(ステップS360)の後、CPU310は、印刷指示部318として動作することによって印刷指示処理を実行する(ステップS380)。印刷指示処理(ステップS380)において、CPU310は、復号化処理(ステップS360)で生成されたCMYKラスタデータ328を印刷するように印刷機構部330を制御する。印刷指示処理(ステップS380)の後、プリンタ30のCPU310は、図4の画像印刷処理を終了する。   After the decryption process (step S360), the CPU 310 performs the print instruction process by operating as the print instruction unit 318 (step S380). In the print instruction process (step S380), the CPU 310 controls the print mechanism unit 330 to print the CMYK raster data 328 generated in the decryption process (step S360). After the print instruction process (step S380), the CPU 310 of the printer 30 ends the image print process of FIG.

図6は、図4の画像印刷処理における復号化処理(ステップS360)の詳細を示すフローチャートである。プリンタ30のCPU310は、図6の復号化処理(ステップS360)を開始すると、画像取得処理(ステップS320)でパソコン20から取得した符号化データ226の最初のハフマン符号をメモリ320から読み出して準備する(ステップS361)。その後、CPU310は、準備したハフマン符号を、復号化テーブル生成処理(ステップS340)で生成した復号化テーブル325に照合する(ステップS362)。   FIG. 6 is a flowchart showing details of the decoding process (step S360) in the image printing process of FIG. When the decoding process (step S360) in FIG. 6 is started, the CPU 310 of the printer 30 reads out the first Huffman code of the encoded data 226 acquired from the personal computer 20 in the image acquisition process (step S320) and prepares it. (Step S361). Thereafter, the CPU 310 checks the prepared Huffman code against the decoding table 325 generated by the decoding table generation process (step S340) (step S362).

ハフマン符号が上位画素値に対応付けられた符号である場合(本実施例では、ハフマン符号がF1〜F7のいずれかである場合)(ステップS364)、CPU310は、そのハフマン符号に対応する復号化テーブル325のCMYK値をCMYKラスタデータ328に編入する(ステップS366)。一方、ハフマン符号が下位画素値に対応付けられた符号である場合(本実施例では、ハフマン符号がGである場合)(ステップS364)、CPU310は、そのハフマン符号Gと共に符号化データ226に編入されているRGB値を特定する(ステップS372)。その後、CPU310は、符号化データ226から特定したRGB値をCMYK値に色変換し(ステップS374)、このRGB値から色変換したCMYK値をCMYKラスタデータ328に編入する(ステップS376)。ハフマン符号に対応するCMYK値がCMYKラスタデータ328に編入された後(ステップS366,S376)、CPU310は、符号化データ226に含まれるハフマン符号の全てがCMYKラスタデータ328へと復号化されるまで処理を繰り返す(ステップS362,S368,S369)。   When the Huffman code is a code associated with the upper pixel value (in this embodiment, the Huffman code is any one of F1 to F7) (step S364), the CPU 310 decodes the Huffman code. The CMYK values in the table 325 are incorporated into the CMYK raster data 328 (step S366). On the other hand, when the Huffman code is a code associated with the lower pixel value (in this embodiment, the Huffman code is G) (step S364), the CPU 310 incorporates the Huffman code G into the encoded data 226. The specified RGB value is specified (step S372). Thereafter, the CPU 310 color-converts the RGB value specified from the encoded data 226 into a CMYK value (step S374), and incorporates the CMYK value color-converted from this RGB value into the CMYK raster data 328 (step S376). After the CMYK values corresponding to the Huffman codes are incorporated into the CMYK raster data 328 (steps S366 and S376), the CPU 310 until all of the Huffman codes included in the encoded data 226 are decoded into the CMYK raster data 328. The process is repeated (steps S362, S368, S369).

数式5に示した符号化データ226をCMYKラスタデータ328に復号化する例を次に示す。本実施例では、数式5の符号化データ226における最初のハフマン符号は「F1=0」である。図5の復号化テーブル325によれば、ハフマン符号F1には、CMYK値「D1」が対応付けられていることから、CMYKラスタデータ328にCMYK値「D1」が保存される(ステップS366)。この状態のCMYKラスタデータ328の一例を、次の数式6に示す。   An example of decoding the encoded data 226 shown in Equation 5 into CMYK raster data 328 is shown below. In the present embodiment, the first Huffman code in the encoded data 226 of Equation 5 is “F1 = 0”. According to the decoding table 325 of FIG. 5, since the CMYK value “D1” is associated with the Huffman code F1, the CMYK value “D1” is stored in the CMYK raster data 328 (step S366). An example of the CMYK raster data 328 in this state is shown in the following Expression 6.

Figure 2009232303
Figure 2009232303

ここで、X3はCMYKラスタデータ328である。   Here, X3 is CMYK raster data 328.

本実施例では、数式5の符号化データ226における二番目のハフマン符号は「F3=110」である。図5の復号化テーブル325によれば、ハフマン符号F3には、CMYK値「D3」が対応付けられていることから、CMYKラスタデータ328にCMYK値「D3」が保存される(ステップS366)。この状態のCMYKラスタデータ328の一例を、次の数式7に示す。   In the present embodiment, the second Huffman code in the encoded data 226 of Equation 5 is “F3 = 110”. According to the decoding table 325 of FIG. 5, since the CMYK value “D3” is associated with the Huffman code F3, the CMYK value “D3” is stored in the CMYK raster data 328 (step S366). An example of the CMYK raster data 328 in this state is shown in the following Expression 7.

Figure 2009232303
Figure 2009232303

本実施例では、数式5の符号化データ226における三番目のハフマン符号は「G=11101」である。図5の復号化テーブル325によれば、ハフマン符号Gは下位画素値である他の画素値に対応付けられていることから、そのハフマン符号Gの次に符号化データ226に保存されているRGB値「C9」をCMYK値に色変換した「D9」が、CMYKラスタデータ328に保存される(ステップS376)。この状態のCMYKラスタデータ328の一例を、次の数式8に示す。   In the present embodiment, the third Huffman code in the encoded data 226 of Equation 5 is “G = 11101”. According to the decoding table 325 in FIG. 5, since the Huffman code G is associated with other pixel values that are lower pixel values, RGB stored in the encoded data 226 next to the Huffman code G “D9” obtained by color-converting the value “C9” into a CMYK value is stored in the CMYK raster data 328 (step S376). An example of the CMYK raster data 328 in this state is shown in the following Expression 8.

Figure 2009232303
Figure 2009232303

上述の通り処理を繰り返すことによって、数式5の符号化データ226は、次の数式9で示されるCMYKラスタデータ328に復号化される(ステップS360)。   By repeating the process as described above, the encoded data 226 of Expression 5 is decoded into CMYK raster data 328 expressed by Expression 9 below (step S360).

Figure 2009232303
Figure 2009232303

A4.効果:
以上説明した印刷システム10によれば、符号化テーブル224を色変換した復号化テーブル325を用いてCMYKラスタデータ328を符号化データ226から直接的に生成することができる。その結果、ハフマン符号かされたRGBラスタデータをCMYKラスタデータに色変換するための処理負荷を軽減することができる。
A4. effect:
According to the printing system 10 described above, the CMYK raster data 328 can be directly generated from the encoded data 226 using the decoding table 325 obtained by color-converting the encoding table 224. As a result, it is possible to reduce the processing load for color-converting RGB raster data that has been subjected to Huffman coding into CMYK raster data.

また、出現頻度の高い上位画素とは異なる複数の他の画素値に単一のハフマン符号を割り当てることができるため(ステップS244)、これら他の画素値の各々にハフマン符号を割り当てた場合と比較して、符号化テーブル224のデータ量を抑制することができる。また、出現頻度の高い上位画素とは異なる複数の他の画素値をハフマン符号と共に符号化データ226に編入することによって(ステップS267)、データを脱落させることなくRGBラスタデータ222を符号化することができる。   In addition, since a single Huffman code can be assigned to a plurality of other pixel values different from the upper pixel having a high appearance frequency (step S244), it is compared with a case where a Huffman code is assigned to each of these other pixel values. Thus, the data amount of the encoding table 224 can be suppressed. Also, RGB raster data 222 is encoded without dropping data by incorporating a plurality of other pixel values different from the high-appearance upper pixel together with Huffman code into encoded data 226 (step S267). Can do.

B.その他の実施形態:
以上、本発明の実施の形態について説明したが、本発明はこうした実施の形態に何ら限定されるものではなく、本発明の趣旨を逸脱しない範囲内において様々な形態で実施し得ることは勿論である。例えば、本実施例では、表色系の一例としてRGB表色系およびCMYK表色系を示したが、RGBA,YCbCrなどの他の異なる表色系の間で色変換が必要な場合のデータ符号化に本発明を適用しても良い。また、本実施例では、ハフマン符号化を示したが、シャノン符号化など他の可変長符号化に本発明を適用しても良い。
B. Other embodiments:
As mentioned above, although embodiment of this invention was described, this invention is not limited to such embodiment at all, Of course, it can implement with various forms within the range which does not deviate from the meaning of this invention. is there. For example, in the present embodiment, the RGB color system and the CMYK color system are shown as an example of the color system, but the data code when color conversion is required between other color systems such as RGBA and YCbCr. The present invention may be applied to the conversion. In the present embodiment, Huffman coding is shown, but the present invention may be applied to other variable length coding such as Shannon coding.

また、上述の実施例では、本発明をパソコン20とプリンタ30とを備える印刷システム10に適用した例について説明したが、他の実施形態として、例えば、パソコン20に代えて、デジタルスチルカメラやデジタルカメラ、携帯電話などの画像データを処理可能な画像処理装置をプリンタ30に接続しても良い。また、プリンタ30において、スキャナ340で生成されたRGBラスタデータをメモリ320にハフマン符号化して一時的に保管した後、そのRGBラスタデータを印刷機構部330で印刷する場合に、本発明を適用しても良い。   In the above-described embodiment, the example in which the present invention is applied to the printing system 10 including the personal computer 20 and the printer 30 has been described. However, as another embodiment, for example, a digital still camera or a digital An image processing apparatus that can process image data such as a camera or a mobile phone may be connected to the printer 30. In the printer 30, the RGB raster data generated by the scanner 340 is Huffman-encoded in the memory 320 and temporarily stored, and then the RGB raster data is printed by the printing mechanism unit 330. May be.

また、印刷システム10におけるパソコン20のCPU310は、先回のRGBラスタデータと後続のRGBラスタデータとの間で画素値の出現頻度が同一または類似している場合、先回のRGBラスタデータをハフマン符号化するのに用いた符号化テーブルを用いて、後続のRGBラスタデータをハフマン符号化した符号化データを生成するとしても良い。これによって、後続のハフマン符号化に際し符号化データを生成する必要がないため、画像データをハフマン符号化するための処理負荷を軽減することができる。   Further, the CPU 310 of the personal computer 20 in the printing system 10 converts the previous RGB raster data into Huffman data when the frequency of appearance of pixel values is the same or similar between the previous RGB raster data and the subsequent RGB raster data. Using the encoding table used for encoding, encoded data obtained by Huffman encoding subsequent RGB raster data may be generated. Accordingly, it is not necessary to generate encoded data in subsequent Huffman encoding, so that the processing load for Huffman encoding of image data can be reduced.

また、印刷システム10におけるパソコン20のCPU310は、RGBラスタデータを分割した複数の分割ラスタデータの各々における画素値の出現頻度に応じて、RGB値にハフマン符号を割り当てた複数の符号化テーブルを生成するとしても良い。これによって、RGBラスタデータの全体がハフマン符号化されるのを待つことなく、分割ラスタデータ毎に後続の処理を進行させることができるため、後続処理の開始を早めることができる。   Further, the CPU 310 of the personal computer 20 in the printing system 10 generates a plurality of encoding tables in which Huffman codes are assigned to the RGB values according to the appearance frequency of the pixel values in each of the plurality of divided raster data obtained by dividing the RGB raster data. You may do that. Accordingly, the subsequent process can be advanced for each divided raster data without waiting for the entire RGB raster data to be Huffman-encoded, so that the start of the subsequent process can be accelerated.

印刷システム10の構成を示す説明図である。1 is an explanatory diagram showing a configuration of a printing system 10. FIG. 印刷システム10におけるパソコン20のCPU210によって実行される印刷要求処理を示すフローチャートである。4 is a flowchart illustrating print request processing executed by a CPU 210 of the personal computer 20 in the printing system 10. 符号化テーブル224の一例を模式的に示す説明図である。5 is an explanatory diagram schematically showing an example of an encoding table 224. FIG. 印刷システム10におけるプリンタ30のCPU310によって実行される画像印刷処理を示すフローチャートである。3 is a flowchart illustrating image printing processing executed by a CPU 310 of a printer 30 in the printing system 10. 復号化テーブル325の一例を模式的に示す説明図である。It is explanatory drawing which shows an example of the decoding table 325 typically. 図4の画像印刷処理における復号化処理(ステップS360)の詳細を示すフローチャートである。6 is a flowchart showing details of a decoding process (step S360) in the image printing process of FIG.

符号の説明Explanation of symbols

10...印刷システム
20...パソコン
30...プリンタ
210...CPU
212...RIP部
214...符号化テーブル生成部
216...符号化部
218...データ引渡部
220...メモリ
222...RGBラスタデータ
224...符号化テーブル
226...符号化データ
280...通信インタフェース
290...ユーザインタフェース
310...CPU
312...画像取得部
314...復号化テーブル生成部
316...復号化部
318...印刷指示部
320...メモリ
325...復号化テーブル
328...CMYKラスタデータ
330...印刷機構部
340...スキャナ
380...通信インタフェース
390...ユーザインタフェース
2242...RGBデータ列
2244...ハフマン符号列
3252...CMYKデータ列
3254...ハフマン符号列
10 ... Printing system 20 ... Personal computer 30 ... Printer 210 ... CPU
212 ... RIP section 214 ... coding table generation section 216 ... coding section 218 ... data delivery section 220 ... memory 222 ... RGB raster data 224 ... coding table 226. .. Encoded data 280 ... Communication interface 290 ... User interface 310 ... CPU
312 ... Image acquisition unit 314 ... Decoding table generation unit 316 ... Decoding unit 318 ... Print instruction unit 320 ... Memory 325 ... Decoding table 328 ... CMYK raster data 330 ... Printing mechanism 340 ... Scanner 380 ... Communication interface 390 ... User interface 2242 ... RGB data string 2244 ... Huffman code string 3252 ... CMYK data string 3254 ... Huffman code Column

Claims (8)

画像データを色変換する画像処理システムであって、
第1の表色系を用いた第1のラスタデータを処理する第1の画像処理装置と、
前記第1のラスタデータを第2の表色系に色変換した第2のラスタデータを処理する第2の画像処理装置と
を備え、
前記第1の画像処理装置は、
前記第1のラスタデータにおける画素値の出現頻度に応じて、前記第1の表色系の画素値に可変長符号を割り当てた符号化テーブルを生成する符号化テーブル生成部と、
前記符号化テーブル生成部によって生成された符号化テーブルを用いて前記第1のラスタデータを可変長符号化した符号化データを生成する符号化部と、
前記符号化テーブルおよび前記符号化データを前記第2の画像処理装置に引き渡すデータ引渡部と
を備え、
前記第2の画像処理装置は、
前記第1の画像処理装置から引き渡された符号化テーブルにおける画素値を前記第1の表色系から前記第2の表色系に色変換した復号化テーブルを生成する復号化テーブル生成部と、
前記第1の画像処理装置から引き渡された符号化データを、前記復号化テーブル生成部によって生成された復号化テーブルを用いて復号化することによって、前記第2のラスタデータを生成する復号化部と
を備える、画像処理システム。
An image processing system for color-converting image data,
A first image processing device for processing first raster data using a first color system;
A second image processing device for processing second raster data obtained by color-converting the first raster data into a second color system;
The first image processing apparatus includes:
An encoding table generating unit that generates an encoding table in which variable length codes are assigned to the pixel values of the first color system in accordance with the appearance frequency of the pixel values in the first raster data;
An encoding unit that generates encoded data obtained by variable-length encoding the first raster data using the encoding table generated by the encoding table generation unit;
A data delivery unit that delivers the coded table and the coded data to the second image processing device;
The second image processing apparatus includes:
A decoding table generation unit that generates a decoding table obtained by color-converting pixel values in the encoding table delivered from the first image processing apparatus from the first color system to the second color system;
A decoding unit that generates the second raster data by decoding the encoded data delivered from the first image processing apparatus using the decoding table generated by the decoding table generation unit. An image processing system comprising:
請求項1記載の画像処理システムであって、
前記第1の画像処理装置の前記符号化テーブル生成部は、
前記第1のラスタデータにおける前記第1の表色系の画素値のうち、頻度の高い方から所定数の画素値を上位画素値として特定する上位色特定部と、
前記第1のラスタデータにおける前記第1の表色系の画素値のうち、前記上位画素値とは異なる複数の他の画素値を特定する下位色特定部と、
前記上位色特定部によって特定された所定数の上位画素値に該所定数の可変長符号を割り当てると共に、前記下位色特定部によって特定された複数の他の画素値に単一の可変長符号を割り当てることによって、前記符号化テーブルを生成する符号割当部と
を備える、画像処理システム。
The image processing system according to claim 1,
The encoding table generation unit of the first image processing device includes:
An upper color specifying unit that specifies a predetermined number of pixel values as higher pixel values from the higher frequency among the pixel values of the first color system in the first raster data;
A lower color specifying unit for specifying a plurality of other pixel values different from the upper pixel value among the pixel values of the first color system in the first raster data;
The predetermined number of variable length codes are assigned to a predetermined number of upper pixel values specified by the upper color specifying unit, and a single variable length code is assigned to a plurality of other pixel values specified by the lower color specifying unit. An image processing system comprising: a code allocating unit that generates the coding table by allocating.
請求項2記載の画像処理システムであって、
前記第1の画像処理装置の前記符号化部は、
前記第1のラスタデータにおける第1の表色系の画素値が前記上位画素値である場合、前記符号化テーブルにおいて該画素値に割り当てられた可変長符号を前記符号化データに編入する第1の符号編入部と、
前記第1のラスタデータにおける第1の表色系の画素値が前記複数の他の画素値の一つである場合、前記符号化テーブルにおいて前記複数の他の画素値に割り当てられた可変長符号と共に、該第1の表色系の画素値を、前記符号化データに編入する第2の符号編入部と
を備える、画像処理システム。
The image processing system according to claim 2,
The encoding unit of the first image processing apparatus includes:
When the pixel value of the first color system in the first raster data is the upper pixel value, the first variable length code assigned to the pixel value in the encoding table is incorporated into the encoded data. The code incorporation part of
If the pixel value of the first color system in the first raster data is one of the plurality of other pixel values, the variable length code assigned to the plurality of other pixel values in the encoding table And a second code incorporation unit that incorporates the pixel values of the first color system into the encoded data.
請求項3記載の画像処理システムであって、
前記第2の画像処理部の前記復号化部は、
前記符号化データにおける可変長符号が前記上位画素値に割り当てられた符号である場合、前記復号化テーブルにおいて該可変長符号に割り当てられた第2の表色系の画素値を、前記第2のラスタデータに編入する第1の画素値編入部と、
前記符号化データにおける可変長符号が前記複数の他の画素値に割り当てられた符号である場合、該可変長符号と共に前記符号化データに編入されている第1の表色系の画素値を色変換した第2の表色系の画素値を、前記第2のラスタデータに編入する第2の画素値編入部と
を備える、画像処理システム。
The image processing system according to claim 3,
The decoding unit of the second image processing unit includes:
When the variable length code in the encoded data is a code assigned to the upper pixel value, the pixel value of the second color system assigned to the variable length code in the decoding table is set to the second color system code. A first pixel value transfer unit for transfer to raster data;
When the variable length code in the encoded data is a code assigned to the plurality of other pixel values, the pixel value of the first color system that is incorporated into the encoded data together with the variable length code An image processing system comprising: a second pixel value incorporation unit that incorporates the converted pixel values of the second color system into the second raster data.
前記第1の画像処理装置の前記符号化部は、先回の第1のラスタデータと後続の第1のラスタデータとの間で画素値の出現頻度が同一または類似している場合、前記先回の第1のラスタデータを可変長符号化するのに用いた符号化テーブルを用いて、前記後続の第1のラスタデータを可変長符号化した符号化データを生成する請求項1ないし4のいずれか記載の画像処理システム。   The encoding unit of the first image processing apparatus, when the appearance frequency of pixel values is the same or similar between the previous first raster data and the subsequent first raster data, 5. The encoded data obtained by variable-length encoding the subsequent first raster data is generated using an encoding table used for variable-length encoding the first raster data of the first time. Any one of the image processing systems. 画像データを処理する画像処理装置であって、
第1の表色系の画素値に可変長符号を割り当てた符号化テーブルに基づいて、該符号化テーブルにおける画素値を第2の表色系に色変換した復号化テーブルを生成する復号化テーブル生成部と、
前記符号化テーブルを用いて前記第1の表色系のラスタデータを可変長符号化した符号化データを、前記復号化テーブル生成部によって生成された復号化テーブルを用いて復号化することによって、前記第2の表色系のラスタデータを生成する復号化部と
を備える画像処理装置。
An image processing apparatus for processing image data,
A decoding table that generates a decoding table in which pixel values in the encoding table are color-converted to the second color system based on an encoding table in which variable-length codes are assigned to the pixel values of the first color system A generator,
Decoding encoded data obtained by variable-length encoding the first color system raster data using the encoding table, using the decoding table generated by the decoding table generating unit, An image processing apparatus comprising: a decoding unit that generates raster data of the second color system.
コンピュータを用いて、画像データを処理する画像処理方法であって、
コンピュータが備える復号化テーブル生成手段が、第1の表色系の画素値に可変長符号を割り当てた符号化テーブルに基づいて、該符号化テーブルにおける画素値を第2の表色系に色変換した復号化テーブルを生成する工程と、
コンピュータが備える復号化手段が、前記符号化テーブルによる前記第1の表色系のラスタデータを可変長符号化した符号化データを、前記復号化テーブル生成手段によって生成された復号化テーブルを用いて復号化することによって、前記第2の表色系のラスタデータを生成する工程と
を備える画像処理方法。
An image processing method for processing image data using a computer,
Decoding table generation means provided in the computer performs color conversion of pixel values in the encoding table to the second color system based on an encoding table in which variable length codes are assigned to the pixel values of the first color system Generating a decoded table,
Decoding means included in the computer uses the decoding table generated by the decoding table generation means to generate encoded data obtained by variable-length encoding the first color system raster data based on the encoding table. And a step of generating raster data of the second color system by decoding.
画像データを処理する機能をコンピュータに実現させるためのプログラムであって、
第1の表色系の画素値に可変長符号を割り当てた符号化テーブルに基づいて、該符号化テーブルにおける画素値を第2の表色系に色変換した復号化テーブルを生成する復号化テーブル生成機能と、
前記符号化テーブルを用いて前記第1の表色系のラスタデータを可変長符号化した符号化データを、前記復号化テーブル生成機能によって生成された復号化テーブルを用いて復号化することによって、前記第2の表色系のラスタデータを生成する復号化機能と
をコンピュータに実現させるためのプログラム。
A program for causing a computer to execute a function of processing image data,
A decoding table that generates a decoding table in which pixel values in the encoding table are color-converted to the second color system based on an encoding table in which variable-length codes are assigned to the pixel values of the first color system Generation function,
By decoding the encoded data obtained by variable-length encoding the first color system raster data using the encoding table, using the decoding table generated by the decoding table generation function, A program for causing a computer to realize a decoding function for generating raster data of the second color system.
JP2008076993A 2008-03-25 2008-03-25 Image processing system, image processing apparatus, image processing method, and image processing program Active JP4957605B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008076993A JP4957605B2 (en) 2008-03-25 2008-03-25 Image processing system, image processing apparatus, image processing method, and image processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008076993A JP4957605B2 (en) 2008-03-25 2008-03-25 Image processing system, image processing apparatus, image processing method, and image processing program

Publications (2)

Publication Number Publication Date
JP2009232303A true JP2009232303A (en) 2009-10-08
JP4957605B2 JP4957605B2 (en) 2012-06-20

Family

ID=41247161

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008076993A Active JP4957605B2 (en) 2008-03-25 2008-03-25 Image processing system, image processing apparatus, image processing method, and image processing program

Country Status (1)

Country Link
JP (1) JP4957605B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020123917A (en) * 2019-01-31 2020-08-13 富士通株式会社 Image processing program, image processing device, and image processing method

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002077657A (en) * 2000-09-01 2002-03-15 Toshiba Corp Apparatus of image processing, method thereof and recording medium
WO2002060185A1 (en) * 2001-01-23 2002-08-01 Seiko Epson Corporation Image input device and image input method
JP2003110869A (en) * 2001-03-12 2003-04-11 Sharp Corp Image processor, image forming device, image processing method, program and recording medium
JP2006005480A (en) * 2004-06-15 2006-01-05 Canon Inc Image processor and control method thereof

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2002077657A (en) * 2000-09-01 2002-03-15 Toshiba Corp Apparatus of image processing, method thereof and recording medium
WO2002060185A1 (en) * 2001-01-23 2002-08-01 Seiko Epson Corporation Image input device and image input method
JP2003110869A (en) * 2001-03-12 2003-04-11 Sharp Corp Image processor, image forming device, image processing method, program and recording medium
JP2006005480A (en) * 2004-06-15 2006-01-05 Canon Inc Image processor and control method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020123917A (en) * 2019-01-31 2020-08-13 富士通株式会社 Image processing program, image processing device, and image processing method

Also Published As

Publication number Publication date
JP4957605B2 (en) 2012-06-20

Similar Documents

Publication Publication Date Title
US20090185205A1 (en) Image processing apparatus, image processing method, and computer program product
US8610957B2 (en) Image processing apparatus, image processing method, and non-transitory computer-readable medium
US9135540B2 (en) Image processing apparatus, image processing method, and program for processing black characters at high resolution
JP2008179120A (en) System and program for forming image
JP2008242733A (en) Image processing apparatus
US20140218753A1 (en) Image processing method and image processing apparatus
JP4957605B2 (en) Image processing system, image processing apparatus, image processing method, and image processing program
JP2010199732A (en) Image processing apparatus and image processing program
US7760390B2 (en) Binary resolution conversion aparatus and method
JP2011077628A (en) Image processing apparatus, image processing method, and computer program
US9338324B1 (en) Systems and methods for rule-based thin-line enhancement in halftone images
JP6825414B2 (en) Print instruction device and program
JP2010171926A (en) Printing system, printing apparatus, and image printing method
JP5090969B2 (en) Image processing device
JP6896413B2 (en) Image processing equipment, image processing methods, and programs
JP7156918B2 (en) image forming device
JP6922512B2 (en) Image processing device, image processing system, image forming device, and image processing program
JP2018107649A (en) Image processing device and computer program
JP2010193030A (en) Device, system, method and program for processing image
US20130100492A1 (en) Printing system and data transfer method
JP5978706B2 (en) Printing control program, information processing apparatus, printing system, and printing apparatus
JP6428333B2 (en) Printing system, printing control apparatus, printing apparatus, printing method, and printing program
JP2000227848A (en) Image processor
CN104660841B (en) Information processor and information processing method
JP2018137602A (en) Printing instruction device and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20110218

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20120208

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20120221

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

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20120305

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

Free format text: PAYMENT UNTIL: 20150330

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4957605

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150

S531 Written request for registration of change of domicile

Free format text: JAPANESE INTERMEDIATE CODE: R313531

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350