JP4595787B2 - Printing device, image processing device - Google Patents

Printing device, image processing device Download PDF

Info

Publication number
JP4595787B2
JP4595787B2 JP2005318344A JP2005318344A JP4595787B2 JP 4595787 B2 JP4595787 B2 JP 4595787B2 JP 2005318344 A JP2005318344 A JP 2005318344A JP 2005318344 A JP2005318344 A JP 2005318344A JP 4595787 B2 JP4595787 B2 JP 4595787B2
Authority
JP
Japan
Prior art keywords
image data
page description
description language
circuit
image processing
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.)
Expired - Fee Related
Application number
JP2005318344A
Other languages
Japanese (ja)
Other versions
JP2007125728A (en
Inventor
豊明 桑原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2005318344A priority Critical patent/JP4595787B2/en
Publication of JP2007125728A publication Critical patent/JP2007125728A/en
Application granted granted Critical
Publication of JP4595787B2 publication Critical patent/JP4595787B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、印刷装置に係り、特に複数種類のページ記述言語を解釈可能な印刷装置に関する。   The present invention relates to a printing apparatus, and more particularly to a printing apparatus that can interpret a plurality of types of page description languages.

特許文献1の従来技術に記載されているように、カラー印刷装置では、レッド、グリーン、ブルーの3色成分(RGB形式)で構成された画像データを、印刷に用いるシアン、マゼンタ、イエロー、ブラックの色成分(CMYK形式)に変換する処理が行なわれる。   As described in the prior art of Patent Document 1, in a color printing apparatus, image data composed of three color components (RGB format) of red, green, and blue is used for printing cyan, magenta, yellow, and black. The color component (CMYK format) is converted.

図4は、色変換処理等の画像処理を行なう画像処理装置200およびその周辺の従来の構成を示すブロック図である。   FIG. 4 is a block diagram showing a conventional configuration of an image processing apparatus 200 that performs image processing such as color conversion processing and the vicinity thereof.

本図に示すように、CPU210により生成されたRGB形式の画像データ221は、メインメモリ220に格納される。この画像データ221を、画像処理装置200のReadDMA回路201が読み込み、色変換回路202に送る。   As shown in this figure, RGB format image data 221 generated by the CPU 210 is stored in the main memory 220. The read DMA circuit 201 of the image processing apparatus 200 reads this image data 221 and sends it to the color conversion circuit 202.

色変換回路202では、RGB形式からCMYK形式への色変換が行なわれる。そして、CMYK各色ごとに圧縮回路203で圧縮される。圧縮されたデータは、WriteDMA回路204によりメインメモリ220に書き込まれ、圧縮データ222として格納される。そして、スクリーン処理回路250にDMA転送され、解凍処理・スクリーン処理を施された後、印刷エンジン230に送られて印刷が実行される。   The color conversion circuit 202 performs color conversion from the RGB format to the CMYK format. Then, each color of CMYK is compressed by the compression circuit 203. The compressed data is written into the main memory 220 by the Write DMA circuit 204 and stored as compressed data 222. Then, the data is DMA transferred to the screen processing circuit 250, subjected to decompression processing and screen processing, and then sent to the print engine 230 to execute printing.

このように、生成された画像データ221は、画像処理装置200により色変換、圧縮等の処理を施されるが、一般に、これらの処理はハードウェア的に行なわれるため高速である。   In this way, the generated image data 221 is subjected to processing such as color conversion and compression by the image processing apparatus 200, but generally these processing are performed at a high speed because they are performed in hardware.

特開平4−171582号公報Japanese Patent Laid-Open No. 4-171582

RGB形式の画像データ221は、ページ記述言語で記載された印刷データをCPU210が解釈し、ビットマップデータに展開することにより生成される。   The image data 221 in the RGB format is generated by the CPU 210 interpreting the print data described in the page description language and expanding it into bitmap data.

ここで、CPU210が複数種類のページ記述言語を解釈可能な場合には、それぞれのページ記述言語で定められたアルゴリズムにしたがってRGB形式の画像データを生成する。   Here, when the CPU 210 can interpret a plurality of types of page description languages, image data in RGB format is generated according to an algorithm defined in each page description language.

ところが、ページ記述言語の仕様により、生成されるRGB形式の画像データのフォーマットが異なっている場合がある。   However, the format of the generated RGB format image data may differ depending on the specification of the page description language.

例えば、あるページ記述言語から生成される画像データは、RGBの並び順で、濃度が低い方から高い方の方向に0〜255の値で表現されているのに対し、別のページ記述言語から生成される画像データは、RGBの順ではなく、逆のBGRの並び順で表現されていたり、さらに別のページ記述言語から生成される画像データは、濃度が低い方から高い方の方向に0〜255ではなく、逆の255〜0の値で表現されている場合等である。   For example, image data generated from a certain page description language is expressed by a value from 0 to 255 in the order of RGB in the order of RGB from low to high, while from another page description language. The generated image data is expressed not in the RGB order but in the reverse BGR arrangement order, or the image data generated from another page description language is 0 in the direction from the lower density to the higher density. This is the case when it is expressed by the opposite value of 255-0 instead of ~ 255.

このようにフォーマットの異なる画像データを画像処理装置200で処理するため、画像処理装置200に入力する前に、統一したフォーマットに変換する処理が必要であった。このフォーマットに変換処理は、CPU210によりソフトウェア的に行なわれているため、多くの処理時間を要していた。   As described above, since the image processing apparatus 200 processes image data having different formats, it is necessary to convert the data into a unified format before inputting the image data into the image processing apparatus 200. Since conversion processing to this format is performed by software by the CPU 210, much processing time is required.

本発明は、複数種類のページ記述言語を処理可能な印刷装置において、画像データのフォーマット変換処理速度を向上させることを目的とする。   An object of the present invention is to improve the format conversion processing speed of image data in a printing apparatus capable of processing a plurality of types of page description languages.

上記課題を解決するため、本発明によれば、
複数種類のページ記述言語を解釈可能で、ページ記述言語によりフォーマットの異なるRGB形式の画像データを生成する解釈手段と、
前記解釈手段が生成した画像データを格納する記憶手段と、
前記記憶手段に格納された画像データを読み込んで色変換処理を行なう画像処理手段とを備えた印刷装置であって、
前記画像処理手段は、読み込んだ画像データに対して、前記画像データの元となったページ記述言語の種類に応じたフォーマット変換を施したうえで、前記色変換処理を行なうことを特徴とする印刷装置が提供される。
In order to solve the above problems, according to the present invention,
Interpreting means capable of interpreting a plurality of types of page description languages and generating image data in RGB format having different formats depending on the page description language;
Storage means for storing image data generated by the interpretation means;
An image processing unit that reads image data stored in the storage unit and performs color conversion processing;
The image processing unit performs format conversion on the read image data according to the type of page description language that is the source of the image data, and then performs the color conversion processing. An apparatus is provided.

本発明では、フォーマット変換回路を画像処理手段が、ページ記述言語の種類に応じたフォーマット変換を行なうため、複数種類のページ記述言語を処理可能な印刷装置において、画像データのフォーマット変換処理速度を向上させることができる。   In the present invention, since the image processing means of the format conversion circuit performs format conversion according to the type of page description language, the format conversion processing speed of image data is improved in a printing apparatus capable of processing a plurality of types of page description language. Can be made.

ここで、前記解釈手段は、生成した画像データの元となったページ記述言語に応じた設定を前記画像処理手段に対して行ない、
前記画像処理手段は、その設定にしたがってフォーマット変換を施すことができる。
Here, the interpretation unit performs setting for the image processing unit according to the page description language that is the basis of the generated image data,
The image processing means can perform format conversion according to the setting.

また、前記画像処理手段が行なうフォーマット変換には、画像データを構成するRGBの並びを変更する処理、あるいは、画像データを構成するRGBの各値を反転する処理を含めることができる。   The format conversion performed by the image processing means can include a process for changing the arrangement of RGB constituting the image data, or a process for inverting each value of RGB constituting the image data.

上記課題を解決するため、本発明によれば、
ページ記述言語に基づいて生成された画像データを読み込んで色変換処理を行なう画像処理装置であって、
読み込んだ画像データに対して、前記画像データの元となったページ記述言語の種類に応じたフォーマット変換を施したうえで、前記色変換処理を行なうことを特徴とする画像処理装置が提供される。
In order to solve the above problems, according to the present invention,
An image processing apparatus that reads image data generated based on a page description language and performs color conversion processing,
Provided is an image processing apparatus that performs color conversion on the read image data after performing format conversion according to the type of page description language that is the source of the image data. .

本発明の実施例について図面を参照して説明する。   Embodiments of the present invention will be described with reference to the drawings.

本実施例では、印刷装置としてカラープリンタのコントローラ部を例に説明するが、本発明は、ページ記述言語を解釈して印刷を行なう印刷装置に広く適用することができる。また、印刷装置は、プリンタ、ファクシミリ装置、複合機等の単体の装置に限られず、プリンタとホストコンピュータのように複数の装置から構成されるものであってもよい。   In this embodiment, a controller unit of a color printer will be described as an example of a printing apparatus. However, the present invention can be widely applied to printing apparatuses that perform printing by interpreting a page description language. Further, the printing apparatus is not limited to a single apparatus such as a printer, a facsimile apparatus, or a multifunction machine, and may be configured by a plurality of apparatuses such as a printer and a host computer.

図1は、カラープリンタのコントローラ基板上に設けられた画像処理装置100とその周辺の構成を示すブロック図である。   FIG. 1 is a block diagram showing a configuration of an image processing apparatus 100 provided on a controller board of a color printer and its periphery.

画像処理装置100は、画像データの色変換、圧縮処理等を行なう機能を備えており、例えば、ASIC(Application Specific Integrated Circuit)のモジュールの1つとして実現することができる。   The image processing apparatus 100 has functions for performing color conversion, compression processing, and the like of image data, and can be realized as, for example, one of ASIC (Application Specific Integrated Circuit) modules.

本図に示すように、コントローラ基板上には、CPU110が設けられ、CPU110には、ページ記述言語解釈部111が仮想的に構成される。ページ記述言語解釈部111は、ページ記述言語で記載された印刷データをビットマップ形式の画像データに展開する処理を行なう。ここで、ページ記述言語解釈部111は、複数種類のページ記述言語を解釈できるようになっている。なお、ページ記述言語解釈部111は、図示しないROM等に記録されたプログラムをCPU110が実行することにより構成することができる。   As shown in the figure, a CPU 110 is provided on the controller board, and a page description language interpretation unit 111 is virtually configured in the CPU 110. The page description language interpretation unit 111 performs processing for expanding print data described in a page description language into image data in a bitmap format. Here, the page description language interpretation unit 111 can interpret a plurality of types of page description languages. The page description language interpretation unit 111 can be configured by the CPU 110 executing a program recorded in a ROM (not shown) or the like.

図2は、ページ記述言語解釈部111が解釈可能なページ記述言語の種類と、その出力結果の例を示す図である。   FIG. 2 is a diagram showing examples of page description languages that can be interpreted by the page description language interpreter 111 and examples of the output results.

本図に示すように、ページ記述言語解釈部111は、ページ記述言語A解釈部111a、ページ記述言語B解釈部111b、ページ記述言語C解釈部111cを備えており、それぞれページ記述言語A、ページ記述言語B、ページ記述言語Cを解釈可能であり、ページ記述言語に基づいた画像データを生成するものとする。   As shown in the figure, the page description language interpretation unit 111 includes a page description language A interpretation unit 111a, a page description language B interpretation unit 111b, and a page description language C interpretation unit 111c. The description language B and the page description language C can be interpreted, and image data based on the page description language is generated.

しかしながら、それぞれのページ記述言語は、独自の仕様が定められている。このため、ページ記述言語の仕様に従ったアルゴリズムにより生成される画像データは、ページ記述言語毎にフォーマットが異なる場合がある。本例では、以下のようなフォーマットの画像データが生成されるものとする。   However, each page description language has its own specifications. For this reason, the image data generated by the algorithm according to the specification of the page description language may have a different format for each page description language. In this example, it is assumed that image data in the following format is generated.

すなわち、ページ記述言語A解釈部111aが、ページ記述言語Aの仕様に従って生成する画像データは、RGBの並び順で、濃度が低い方から高い方の方向に0〜255の値で表現されている。   That is, the image data generated by the page description language A interpreter 111a according to the specification of the page description language A is expressed by a value from 0 to 255 in the order of RGB in the order from the lowest density to the higher density. .

また、ページ記述言語B解釈部111bが、ページ記述言語Bの仕様に従って生成する画像データは、ページ記述言語Aとは逆のBGRの並び順で、濃度が低い方から高い方の方向にページ記述言語Aと同じように0〜255の値で表現されている。   The image data generated by the page description language B interpreter 111b according to the specification of the page description language B is the page description in the order of BGR from the lower density to the higher density in the reverse BGR arrangement order of the page description language A. As with language A, it is represented by a value from 0 to 255.

また、ページ記述言語C解釈部111cが、ページ記述言語Cの仕様に従って生成する画像データは、ページ記述言語Aと同じRGBの並び順で、濃度が低い方から高い方の方向にページ記述言語Aとは逆に255〜0の値で表現されている。   The image data generated by the page description language C interpreter 111c according to the specification of the page description language C is the same RGB order as the page description language A, and the page description language A in the direction from the lower density to the higher density. On the contrary, it is expressed by a value of 255-0.

図1に戻って、CPU110のページ記述言語解釈部111により生成されたRGB形式の画像データ121は、メインメモリ120に格納される。   Returning to FIG. 1, image data 121 in the RGB format generated by the page description language interpretation unit 111 of the CPU 110 is stored in the main memory 120.

画像処理装置100は、ReadDMA回路101とフォーマット変換回路106とを備えている。ReadDMA回路101は、メインメモリ120から生成された画像データ121を読み込んで、フォーマット変換回路106に転送する。   The image processing apparatus 100 includes a ReadDMA circuit 101 and a format conversion circuit 106. The ReadDMA circuit 101 reads the image data 121 generated from the main memory 120 and transfers it to the format conversion circuit 106.

ここで、画像データ121はRGB形式で記録されているが、上述のように、そのフォーマットはページ記述言語により異なっている。フォーマット変換回路106は、異なったフォーマットを統一したフォーマットに変換する処理を行なう。ここでは、ページ記述言語Aのフォーマットに統一するものとする。   Here, the image data 121 is recorded in the RGB format, but as described above, the format differs depending on the page description language. The format conversion circuit 106 performs processing for converting different formats into a unified format. Here, it is assumed that the format is a page description language A format.

このため、CPU110のページ記述言語解釈部111は、処理対象の画像データがどのページ記述言語によるものかに応じて、フォーマット変換回路106にモード設定を行なう。これにより、フォーマット変換回路106は、どのようなフォーマット変換を行なえばよいのかを決定することができる。   For this reason, the page description language interpretation unit 111 of the CPU 110 sets the mode in the format conversion circuit 106 according to which page description language the image data to be processed is in. Thereby, the format conversion circuit 106 can determine what format conversion should be performed.

図3は、フォーマット変換回路106の構成の一例を示すブロック図である。本図に示すように、フォーマット変換回路106は、セレクタ回路と、反転回路とを備えており、CPU110のページ記述言語解釈部111からのモード設定により、それぞれの回路のオン/オフが切り替えられるようになっている。   FIG. 3 is a block diagram illustrating an example of the configuration of the format conversion circuit 106. As shown in the figure, the format conversion circuit 106 includes a selector circuit and an inverting circuit, and each circuit can be turned on / off by mode setting from the page description language interpretation unit 111 of the CPU 110. It has become.

ここで、セレクタ回路は、RとBとを入れ替えるための回路であり、ページ記述言語Bに基づいて生成された画像データのフォーマットをページ記述言語Aに基づいて生成された画像データのフォーマットに変換するための回路である。   Here, the selector circuit is a circuit for exchanging R and B, and converts the format of the image data generated based on the page description language B into the format of the image data generated based on the page description language A. It is a circuit for doing.

また、反転回路は、RGBのそれぞれについて、0〜255を255〜0に反転する回路であり、ページ記述言語Cに基づいて生成された画像データのフォーマットをページ記述言語Aに基づいて生成された画像データのフォーマットに変換するための回路である。   The inversion circuit is a circuit for inverting 0 to 255 to 255 to 0 for each of RGB, and the format of the image data generated based on the page description language C is generated based on the page description language A. It is a circuit for converting to a format of image data.

これらの回路のオン/オフを切り替えることにより、フォーマット変換回路から出力される画像データは、RGBの並び順で、濃度が低い方から高い方の方向に0〜255の値で表現されるものとなり、ページ記述言語Aに基づいて生成された画像データのフォーマットに統一されることになる。   By switching on / off of these circuits, the image data output from the format conversion circuit is represented by a value from 0 to 255 in the order of RGB in the order from low to high density. Therefore, the format of the image data generated based on the page description language A is unified.

もちろん、図3に示したフォーマット変換回路106の構成は一例であり、フォーマット変換回路106の構成は変換する画像データのフォーマットに対応させるものとする。   Of course, the configuration of the format conversion circuit 106 shown in FIG. 3 is an example, and the configuration of the format conversion circuit 106 corresponds to the format of the image data to be converted.

図1に示すように、フォーマット変換回路106等に加え、画像処理装置100には、RGB形式からCMYK形式への色変換処理を行なう色変換回路102、CMYK各色毎に圧縮処理を行なう圧縮回路103、メインメモリ120へのDMA転送を行なうWriteDMA回路104が備えられている。   As shown in FIG. 1, in addition to the format conversion circuit 106 and the like, the image processing apparatus 100 includes a color conversion circuit 102 that performs color conversion processing from RGB format to CMYK format, and a compression circuit 103 that performs compression processing for each color of CMYK. A Write DMA circuit 104 that performs DMA transfer to the main memory 120 is provided.

フォーマット変換回路106によりフォーマットが統一されたRGB形式の画像データは、色変換回路102に送られ、RGB形式からCMYK形式への色変換が行なわれる。そして、CMYK各色ごとに圧縮回路103で圧縮される。   The RGB format image data whose format is unified by the format conversion circuit 106 is sent to the color conversion circuit 102, and color conversion from the RGB format to the CMYK format is performed. Then, each color of CMYK is compressed by the compression circuit 103.

圧縮されたデータは、WriteDMA回路104によりメインメモリ120に書き込まれ、圧縮データ122として格納される。そして、スクリーン処理回路150にDMA転送され、解凍処理・スクリーン処理を施された後、印刷エンジン130に送られて印刷が実行される。   The compressed data is written into the main memory 120 by the Write DMA circuit 104 and stored as compressed data 122. Then, the data is DMA-transferred to the screen processing circuit 150, subjected to decompression processing and screen processing, and then sent to the print engine 130 to execute printing.

以上の実施例に示すように、本発明では、フォーマット変換回路を画像処理装置に組み込んでいるため、複数種類のページ記述言語を処理可能な印刷装置において、画像データのフォーマット変換処理速度を向上させることができる。   As shown in the above embodiments, since the format conversion circuit is incorporated in the image processing apparatus in the present invention, the format conversion processing speed of image data is improved in a printing apparatus capable of processing a plurality of types of page description languages. be able to.

本実施例の画像処理装置およびその周辺の構成を示すブロック図。1 is a block diagram illustrating an image processing apparatus according to an embodiment and a configuration around the image processing apparatus. フォーマット切替回路の構成を示すブロック図。The block diagram which shows the structure of a format switching circuit. フォーマット変換回路の構成の一例を示す図。The figure which shows an example of a structure of a format conversion circuit. 従来の画像処理装置およびその周辺の構成を示すブロック図。1 is a block diagram showing a conventional image processing apparatus and its peripheral configuration.

符号の説明Explanation of symbols

100…画像処理装置、101…ReadDMA回路、102…色変換回路、103…圧縮回路、104…WriteDMA回路、106…フォーマット変換回路、110…画像処理装置、111…CPU、120…メインメモリ、130…印刷エンジン、150…スクリーン処理回路、200…画像処理装置、201…ReadDMA回路、202…色変換回路、203…圧縮回路、204…WriteDMA回路、210…CPU、220…メインメモリ、230…印刷エンジン、250…スクリーン処理回路
DESCRIPTION OF SYMBOLS 100 ... Image processing apparatus, 101 ... ReadDMA circuit, 102 ... Color conversion circuit, 103 ... Compression circuit, 104 ... WriteDMA circuit, 106 ... Format conversion circuit, 110 ... Image processing apparatus, 111 ... CPU, 120 ... Main memory, 130 ... Print engine 150 ... Screen processing circuit 200 ... Image processing device 201 ... ReadDMA circuit 202 ... Color conversion circuit 203 ... Compression circuit 204 ... WriteDMA circuit 210 ... CPU 220 ... Main memory 230 ... Print engine 250: Screen processing circuit

Claims (4)

複数種類のページ記述言語を解釈可能で、ページ記述言語によりフォーマットの異なるRGB形式の画像データを生成する解釈手段と、
前記解釈手段が生成した画像データを格納する記憶手段と、
前記記憶手段に格納された画像データを読み込んで色変換処理を行なう画像処理手段とを備えた印刷装置であって、
前記画像処理手段は、セレクタ回路と、反転回路と、を備え、読み込んだ画像データに対して、前記画像データの元となったページ記述言語の種類に応じたフォーマット変換を施したうえで、前記色変換処理を行なう回路であり、
前記解釈手段は、生成した画像データの元となったページ記述言語に応じた設定を前記画像処理手段に対して行い、生成した画像データのフォーマットに応じて、前記セレクタ回路と前記反転回路のオン、オフを切り替え、
前記画像処理手段は、前記解釈手段による設定にしたがってフォーマット変換を施すものであって、
前記セレクタ回路は、前記解釈手段によってオンにされると、読み込んだ画像データを構成するRGBを並び替え、
前記反転回路は、前記解釈手段によってオンにされると、読み込んだ画像データを構成するRGBの各値を反転する、
ことを特徴とする印刷装置。
Interpreting means capable of interpreting a plurality of types of page description languages and generating image data in RGB format having different formats depending on the page description language;
Storage means for storing image data generated by the interpretation means;
An image processing unit that reads image data stored in the storage unit and performs color conversion processing;
The image processing means includes a selector circuit and an inverting circuit, and performs format conversion on the read image data according to the type of page description language that is the source of the image data, and A circuit that performs color conversion processing ,
The interpreting unit performs setting for the image processing unit according to a page description language from which the generated image data is based, and turns on the selector circuit and the inversion circuit according to the format of the generated image data. , Switch off,
The image processing means performs format conversion according to the setting by the interpretation means,
When the selector circuit is turned on by the interpretation unit, the selector circuit rearranges RGB constituting the read image data,
When the inversion circuit is turned on by the interpretation means, it inverts the RGB values constituting the read image data.
A printing apparatus characterized by that.
請求項1に記載の印刷装置であって、
前記画像処理手段が行なうフォーマット変換には、画像データを構成するRGBの並びを変更する処理が含まれることを特徴とする印刷装置。
The printing apparatus according to claim 1,
The printing apparatus according to claim 1, wherein the format conversion performed by the image processing means includes a process of changing an arrangement of RGB constituting the image data.
請求項1に記載の印刷装置であって、
前記画像処理手段が行なうフォーマット変換には、画像データを構成するRGBの各値を反転する処理が含まれることを特徴とする印刷装置。
The printing apparatus according to claim 1,
The printing apparatus according to claim 1, wherein the format conversion performed by the image processing means includes a process of inverting RGB values constituting image data.
ページ記述言語に基づいて生成された画像データを読み込んで色変換処理を行なう画像処理装置であって、
読み込んだ画像データに対して、前記画像データの元となったページ記述言語の種類に応じたフォーマット変換を施したうえで、前記色変換処理を行なう画像処理手段を備え、
前記画像処理手段は、前記ページ記述言語に応じた設定がされると、当該設定にしたがってフォーマット変換を施すものであって、セレクタ回路と、反転回路と、を備えており、
前記セレクタ回路は、オンにされると、読み込んだ画像データを構成するRGBを並び替え、
前記反転回路は、オンにされると、読み込んだ画像データを構成するRGBの各値を反転する、
ことを特徴とする画像処理装置。
An image processing apparatus that reads image data generated based on a page description language and performs color conversion processing,
Image processing means for performing the color conversion processing on the read image data after performing format conversion according to the type of page description language that is the source of the image data ;
The image processing means, when set according to the page description language, performs format conversion according to the setting, and includes a selector circuit and an inverting circuit.
When the selector circuit is turned on, it rearranges RGB constituting the read image data,
When the inversion circuit is turned on, each of the RGB values constituting the read image data is inverted.
An image processing apparatus.
JP2005318344A 2005-11-01 2005-11-01 Printing device, image processing device Expired - Fee Related JP4595787B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005318344A JP4595787B2 (en) 2005-11-01 2005-11-01 Printing device, image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005318344A JP4595787B2 (en) 2005-11-01 2005-11-01 Printing device, image processing device

Publications (2)

Publication Number Publication Date
JP2007125728A JP2007125728A (en) 2007-05-24
JP4595787B2 true JP4595787B2 (en) 2010-12-08

Family

ID=38148802

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005318344A Expired - Fee Related JP4595787B2 (en) 2005-11-01 2005-11-01 Printing device, image processing device

Country Status (1)

Country Link
JP (1) JP4595787B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120105615A (en) 2011-03-16 2012-09-26 삼성전자주식회사 Color space determination device and display device including the same

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014116A (en) * 1999-07-01 2001-01-19 Seiko Epson Corp Printer control circuit, printer and print system

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001014116A (en) * 1999-07-01 2001-01-19 Seiko Epson Corp Printer control circuit, printer and print system

Also Published As

Publication number Publication date
JP2007125728A (en) 2007-05-24

Similar Documents

Publication Publication Date Title
US9208415B2 (en) Image processing apparatus and method encoding multi-valued image generated with fewer values
US20140211222A1 (en) Image forming apparatus and method using multi-processor
JP4595787B2 (en) Printing device, image processing device
US8860971B2 (en) Printing device and printing method of printing device
JP5338538B2 (en) Image processing apparatus, control method thereof, and control program
JP5441676B2 (en) Image processing apparatus and processing method thereof
US20100053651A1 (en) Image Processing Device and Image Processing Method
JP2006285792A (en) Image processor and image processing method
JP2007037017A (en) Image processing apparatus, image processing method, image processing program, and recording medium with image processing program recorded thereon
US20170256026A1 (en) Information processing device, image processing apparatus, and information processing method
US10291817B2 (en) Monochrome image forming apparatus processing monochrome input data utilizing a color conversion process thereby reducing toner usage in an eco mode
JP2007122318A (en) Print controller
JP2004254187A (en) Information processor
JP2010136275A (en) Image processing apparatus, program, and control method of image processing apparatus
JP2010023457A (en) Recording apparatus
JP2005339546A (en) Print control device
JP2009037277A (en) Appearance color histogram creation circuit and image processor
JP2007125727A (en) Printing device, control device, and image data processing method for printing device
JP2008205611A (en) Image processing circuit and printer controller mounting the same
JP2014179711A (en) Image processing apparatus, image processing method and program
JP2016063385A (en) Image processing system
JP2005167882A (en) Remote management system
JP2010062718A (en) Image processing apparatus and method
JP2006205570A (en) Multifunctional peripheral equipment
JP2006172042A (en) Image processing method, means therefor and printer

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20080619

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100608

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100804

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: 20100824

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: 20100906

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20131001

Year of fee payment: 3

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

LAPS Cancellation because of no payment of annual fees