JP2003134335A - Color picture processor and composite color picture printer - Google Patents

Color picture processor and composite color picture printer

Info

Publication number
JP2003134335A
JP2003134335A JP2001323720A JP2001323720A JP2003134335A JP 2003134335 A JP2003134335 A JP 2003134335A JP 2001323720 A JP2001323720 A JP 2001323720A JP 2001323720 A JP2001323720 A JP 2001323720A JP 2003134335 A JP2003134335 A JP 2003134335A
Authority
JP
Japan
Prior art keywords
dither
cache
data
color image
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.)
Pending
Application number
JP2001323720A
Other languages
Japanese (ja)
Inventor
Ryosuke Takeuchi
良輔 竹内
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2001323720A priority Critical patent/JP2003134335A/en
Publication of JP2003134335A publication Critical patent/JP2003134335A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To provide a color picture processor which reduces data areas in a cache area to improve the memory efficiency. SOLUTION: The processor retrieves a cache table in the event of reference of dither (S10). If data exist in the cache table (S11; Y), it replaces the data to the head of the cache table (S12) as reference data. If the data do not exist in the cache table (S11; N), requested data must be prepared. But prior to preparation, it calculates the size of data created thereafter, and decides whether free areas of the calculated size exist in the cache area (S13). If the free areas exist (S13; Y), it creates data (S14) and adds the formed data to the head of the cache table (S15). If the free areas do not exist (S13; N), it deletes the data (S16) to make free areas.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【発明の属する技術分野】本発明は、CMYKカラー情
報をディザ・パターンのマトリクス配列情報を使用して
印刷用カラー画像に変換する複写機、プリンタ等のディ
ジタル画像信号を処理するカラー画像処理装置に関す
る。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a color image processing apparatus for processing a digital image signal of a copying machine, a printer or the like for converting CMYK color information into a color image for printing using matrix arrangement information of dither patterns. .

【0002】[0002]

【従来の技術】近年、白黒画像だけでなく、カラー画像
を処理できるカラーディジタル複写機、カラーレーザー
プリンタ等の印刷装置が広く普及してきている。カラー
レーザープリンタ装置およびカラーディジタル複写機装
置等の印刷装置でフルカラー印刷を行うためには、画像
処理用のカラーモードである、R(赤)、G(緑)、B
(青)の色データを印刷用のカラーモードである、C
(シアン)、M(マジェンタ)、Y(イエロー)、K
(ブラック)の色データに変換する必要がある。この変
換された各色の中間調を2値で表現する場合には、単位
面積中に含まれるオン(ON)ドッド数を変化させて中
間濃度を表現する面積階調法が広く利用されている。
2. Description of the Related Art In recent years, printing apparatuses such as color digital copying machines and color laser printers capable of processing not only black and white images but also color images have become widespread. In order to perform full-color printing with a printing apparatus such as a color laser printer or a color digital copying machine, R (red), G (green), and B which are color modes for image processing are used.
C, which is the color mode for printing (blue) color data
(Cyan), M (magenta), Y (yellow), K
It is necessary to convert to (black) color data. When expressing the converted halftone of each color by a binary value, an area gradation method in which the number of ON (ON) dots included in a unit area is changed to express an intermediate density is widely used.

【0003】この面積階調法の1例であるディザ法に
は、誤差拡散法等に代表される注目画素の周辺濃度を考
慮してしきい値マトリクスを決定する条件付き決定法
と、組織的ディザ法やサブマトリクス法に代表される注
目画素のみでしきい値レベルを決定する独立決定法があ
る。組織的ディザ法は、例えばN×N画素を階調再現の
1単位として、N×Nのしきい値マトリクスを用意し、
このしきい値マトリクスを一種のマスクパターンとして
原画像と重ね合わせ、原画像の各画素の濃度、例えばf
(x、y)と一定規則により算出されたしきい値Txy
を比較して2値化していく方法である。また、サブマト
リクス法は、N×Nの母マトリクス(濃度マトリクス)
を設定して階調再現を行う一方で、この母マトリクス
(濃度マトリクス)の中から適当なサイズのm×mのサ
ブマトリクスを規則的に切り出し、原画像に対応した出
力画素を得る方法である。
The dither method, which is an example of the area gradation method, includes a conditional decision method such as an error diffusion method which decides a threshold matrix in consideration of the peripheral density of a pixel of interest, and a systematic decision method. There is an independent determination method such as a dither method or a sub-matrix method that determines a threshold level only with a pixel of interest. The systematic dither method prepares an N × N threshold matrix with N × N pixels as one unit for gradation reproduction,
This threshold value matrix is superposed on the original image as a kind of mask pattern, and the density of each pixel of the original image, for example, f
The threshold value Txy calculated by (x, y) and a certain rule
Is a method of comparing and binarizing. In addition, the sub-matrix method uses an N × N mother matrix (density matrix).
Is set to perform gradation reproduction, and an m × m submatrix of an appropriate size is regularly cut out from this mother matrix (density matrix) to obtain output pixels corresponding to the original image. .

【0004】通常、独立決定法のディザ・テーブルに
は、種々のマトリクスがある。加えて、原画像の種別に
より印刷エンジンも、一色を1ドットで表す2値エンジ
ン、一色を2ドットで表す4値エンジン、一色を4ドッ
トで表す16値エンジン等があり、これらがエンジン側
の設定にてページ単位で切り替えが可能なエンジンが主
流となりつつある。ページ単位で、解像度や多階調設定
を変える場合には、ディザ・テーブルのマトリクスもそ
れらに併せて専用のものに変更になる。同一の解像度、
および同一の階調であっても、実際の印刷装置では複数
のマトリクスをケース・バイ・ケースで使用している。
使用されているディザ・マトリクスのサイズには、24
×24、32×32、40×40、48×48、64×
64等がある。通常、これらのディザ・マトリクスはR
OM(リード・オンリー・メモリ)より供給される。し
かし、CPU(中央演算処理装置)が32ビットの場合
に、32の倍数でないマトリクスをイメージに貼り付け
ようとすると、ソースデータの変換を行いながらイメー
ジに貼り付けなければならず、極端な処理性能の低下が
発生してしまう。そのため、32の倍数とならないマト
リクスは、RAM(ランダム・アクセス・メモリ)上の
キャッシュ領域に32の倍数となるように変換したデー
タを用意して、そのデータを貼り付ける処理を行ってい
る。図6は、このマトリクス変換の一例を示したもので
ある。
Generally, there are various matrices in the dither table of the independent decision method. In addition, depending on the type of the original image, there are also print engines such as a binary engine that represents one color with one dot, a four-value engine that represents one color with two dots, and a sixteen-value engine that represents one color with four dots. Engines that can be switched in page units in settings are becoming mainstream. When the resolution and the multi-tone setting are changed on a page basis, the matrix of the dither table is also changed to a dedicated one. The same resolution,
And even with the same gradation, a plurality of matrices are used on a case-by-case basis in an actual printing device.
The size of the dither matrix used is 24
X24, 32x32, 40x40, 48x48, 64x
There are 64 etc. Usually these dither matrices are R
It is supplied from OM (Read Only Memory). However, if the CPU (Central Processing Unit) is 32 bits and a matrix that is not a multiple of 32 is to be pasted to the image, it must be pasted to the image while converting the source data, resulting in extreme processing performance. Will decrease. Therefore, for a matrix that is not a multiple of 32, data converted to have a multiple of 32 is prepared in a cache area on a RAM (random access memory), and the data is pasted. FIG. 6 shows an example of this matrix conversion.

【0005】一般に上述の独立決定法は条件付き決定法
に比べて処理が簡単であるが、表現する階調数に対応し
たディザ・マトリクスが必要になり、大きなメモリを必
要とする。このようなカラー印刷時のメモリ容量に関す
る問題を回避する手段として、特開平10−16666
4号公報には、ディザ・マトリクスのパターン情報を基
本パターンとパターン配列情報のように複数のパターン
に分けて登録することにより、比較的大きな容量のパタ
ーン情報をより少ない容量のメモリに登録する方法が開
示されている。また、特開平11−34400号公報に
は、カラープリンタが有する解像度の1/n(n=整
数)の低解像度のカラー画像情報から階調性に代表され
る色の表現力を低下させることなくカラー印刷を行い、
カラー画像情報の情報量を削減し、メモリ容量の少量化
を図る方法が開示されている。
Generally, the above-mentioned independent decision method is easier to process than the conditional decision method, but it requires a dither matrix corresponding to the number of gradations to be expressed, and requires a large memory. As means for avoiding such a memory capacity problem at the time of color printing, Japanese Patent Laid-Open No. 10-16666.
Japanese Patent Laid-Open No. 4 (1994) discloses a method of registering pattern information of a dither matrix into a plurality of patterns such as a basic pattern and pattern arrangement information, thereby registering pattern information of a relatively large capacity in a memory of a smaller capacity. Is disclosed. Further, in Japanese Patent Laid-Open No. 11-34400, there is no reduction in the expressiveness of colors represented by gradation from low-resolution color image information having a resolution of 1 / n (n = integer) of a color printer. Color printing,
A method for reducing the amount of color image information and reducing the memory capacity is disclosed.

【0006】[0006]

【発明が解決しようとする課題】しかしながら、ディザ
・キャッシュ・テーブルは、各印刷ページ毎にページデ
ータに付随したデータとして確保されるため、メモリ上
に大きなキャッシュ領域を印刷用に確保する必要があ
る。そこで、本発明の第1の目的は、ページ単位にディ
ザ用の変換テーブルを持たなくても、ページ単位でプリ
ンタエンジン解像度や多階調設定の変更を可能にするこ
とによって、単一のキャッシュ領域におけるデータ領域
を縮小させ、印刷装置のメモリ効率を上げることを可能
にするカラー画像処理装置を提供することである。本発
明の第2の目的は、上述したカラー画像処理装置を用い
てカラー画像処理を行う、コピーやFAX等の機能を単
一のコントローラで制御する複合カラー画像印刷装置を
提供することである。
However, since the dither cache table is secured as data attached to page data for each print page, it is necessary to secure a large cache area on the memory for printing. . Therefore, a first object of the present invention is to make it possible to change the printer engine resolution and the multi-gradation setting in page units without having a conversion table for dither in page units, so that a single cache area can be changed. It is an object of the present invention to provide a color image processing apparatus capable of reducing the data area in the printer and increasing the memory efficiency of the printing apparatus. A second object of the present invention is to provide a composite color image printing apparatus which controls color image processing using the above-mentioned color image processing apparatus and functions such as copying and FAX with a single controller.

【0007】[0007]

【課題を解決するための手段】請求項1記載の発明で
は、ディザを格納しているディザ・テーブルと、このデ
ィザ・テーブルに格納されているディザを変換して作成
されたディザ・キャッシュ・データを格納しているディ
ザ・キャッシュ・テーブルとを装置のメモリ内に記憶し
てあり、このディザ・キャッシュ・テーブル中のディザ
・キャッシュ・データを参照することによって色の階調
を表現するディザ法を用いてカラー画像処理を行うカラ
ー画像処理装置において、印刷画像のプリンタエンジン
解像度および多階調設定の変更時に、新しいディザ・キ
ャッシュ・データの参照が発生した場合、このディザ・
キャッシュ・データがディザ・キャッシュ・テーブル中
に存在するか否かを検索する検索手段と、前記検索手段
による検索によって、前記ディザ・キャッシュ・データ
が前記ディザ・キャッシュ・テーブル中に存在した場
合、この検索したディザ・キャッシュ・データをディザ
・キャッシュ・テーブルの先頭データに置き換える置換
手段と、前記検索手段による検索によって、前記要求の
ディザ・キャッシュ・データが前記ディザ・キャッシュ
・テーブル中に存在しなかった場合、参照のディザ・テ
ーブル中のディザを変換して前記ディザ・キャッシュ・
データを作成する作成手段と、前記作成手段によって作
成されたディザ・キャッシュ・データのサイズを算出す
る算出手段と、前記算出手段によって算出されたディザ
・キャッシュ・データのサイズを格納できるだけの空き
領域が前記メモリ内のキャッシュ領域に存在するかを判
断する判断手段と、前記判断手段によって前記メモリ内
のキャッシュ領域に前記空き領域が無いと判断された場
合、空き領域を確保するために、一番古い参照のディザ
・キャッシュ・データを削除する削除手段と、前記作成
手段によって作成されたディザ・キャッシュ・データを
ディザ・キャッシュ・テーブルの先頭データに付け加え
る付加手段と、を備えたことを特徴を備えたことによ
り、前記第1の目的を達成する。
According to a first aspect of the present invention, a dither table storing dithers and dither cache data created by converting the dithers stored in the dither table. Is stored in the memory of the device, and a dither method that expresses the gradation of color by referring to the dither cache data in this dither cache table is used. In a color image processing apparatus that performs color image processing using this, if a reference to new dither cache data occurs when changing the printer engine resolution and multi-tone setting of the print image, this dither
Retrieval means for retrieving whether cache data exists in the dither cache table, and if the dither cache data exists in the dither cache table by the retrieval by the retrieving means, The dither cache data of the request was not found in the dither cache table by the replacing unit that replaces the searched dither cache data with the first data of the dither cache table and the search by the searching unit. If the dither in the reference dither table is
There is a creating means for creating the data, a calculating means for calculating the size of the dither cache data created by the creating means, and an empty area for storing the size of the dither cache data calculated by the calculating means. A determination unit that determines whether the cache region in the memory exists, and if the determination unit determines that the cache region in the memory does not have the free space, the oldest in order to secure the free space. The present invention is characterized by including deleting means for deleting the reference dither cache data, and adding means for adding the dither cache data created by the creating means to the top data of the dither cache table. This achieves the first object.

【0008】請求項2記載の発明では、請求項1のカラ
ー画像処理装置を用いて、カラー画像処理を行うことに
より、前記第2の目的を達成する。
According to the second aspect of the invention, the second object is achieved by performing color image processing using the color image processing apparatus of the first aspect.

【0009】[0009]

【発明の実施の形態】以下、本発明の好適な実施の形態
について、図1ないし図5を参照して詳細に説明する。
図1は、本発明の実施の形態に係るカラー印刷装置の構
成を示したブロック図である。このカラー印刷装置は、
CPU(中央演算処理装置)1、ROM(リード・オン
リー・メモリ)2、RAM(ランダム・アクセス・メモ
リ)3、VIDEO I/F(ビデオ・インターフェイ
ス)5、SIF(シリアル・インターフェイス)6、お
よび外部I/F(インターフェイス)7が、バス4を介
して互いに接続されている。そして、VIDEO I/
F5に、カラー印刷エンジン8が接続されている。この
カラー印刷装置は、コピーやFAX等の機能を単一のコ
ントローラで制御する複合カラー画像印刷装置であって
もよい。
BEST MODE FOR CARRYING OUT THE INVENTION Preferred embodiments of the present invention will be described in detail below with reference to FIGS.
FIG. 1 is a block diagram showing the configuration of a color printing apparatus according to an embodiment of the present invention. This color printing device
CPU (Central Processing Unit) 1, ROM (Read Only Memory) 2, RAM (Random Access Memory) 3, VIDEO I / F (Video Interface) 5, SIF (Serial Interface) 6, and external I / Fs (interfaces) 7 are connected to each other via a bus 4. And VIDEO I /
The color print engine 8 is connected to F5. This color printing apparatus may be a composite color image printing apparatus in which functions such as copying and FAX are controlled by a single controller.

【0010】CPU1は、制御装置全体の制御を行い、
ROM2にはCPU1の実行に必要なプログラム、フォ
ント、各解像度、多値条件、および印刷条件に必要なデ
ィザ・テーブルが格納されている。RAM3は、印刷用
のカラーイメージを格納するフレームバッファや種々の
データを保持するようになっている。このRAM3内の
データには、ページ毎の情報とページに依存しない情報
の2種類があり、このページ毎の情報には描画データを
中間コード化したディスプレイ・リストやディザ・テー
ブル情報を変換したディザ・キャッシュ・テーブル等が
ある。VIDEO I/F5は、RAM3で作成したフ
レームバッファのイメージをカラー印刷エンジン8へ転
送する働きをする。SIF6は、カラー印刷装置の動作
をコマンドで制御したり、カラー印刷エンジンの状態を
ステータスとして取り込む。外部I/F7は、外部と回
線9を介しての印刷情報の送受信を行う。
The CPU 1 controls the entire control device,
The ROM 2 stores programs necessary for the execution of the CPU 1, fonts, resolutions, multivalued conditions, and dither tables required for printing conditions. The RAM 3 holds a frame buffer that stores a color image for printing and various data. There are two types of data in the RAM 3; page-specific information and page-independent information. The page-specific information includes a display list in which drawing data is intermediately coded and dither information obtained by converting dither table information.・ There is a cache table, etc. The VIDEO I / F 5 has a function of transferring the image of the frame buffer created in the RAM 3 to the color print engine 8. The SIF 6 controls the operation of the color printing apparatus with a command and fetches the status of the color printing engine as a status. The external I / F 7 transmits / receives print information to / from the outside via the line 9.

【0011】図2は、ディザ・テーブルとディザ・キャ
ッシュ・テーブルAであり、旧来構成の600dpi2
値用のディザ・テーブルとそれから変換されるディザ・
キャッシュ・テーブルの内容を示したものである。ま
た、図3は、ディザ・テーブルとディザ・キャッシュ・
テーブルBであり、旧来構成の600dpi4値用のデ
ィザ・テーブルとそれから変換されるディザ・キャッシ
ュ・テーブルの内容を示したものである。カラー印刷装
置は、各ページの先頭でページ毎の情報として、必要な
最大サイズをディザ・キャッシュ・テーブルとしてアロ
ケーションを行う。
FIG. 2 shows a dither table and a dither cache table A, which has a conventional configuration of 600 dpi2.
Dither table for values and dither to be converted from
It shows the contents of the cache table. In addition, FIG. 3 shows a dither table and a dither cache.
Table B is a table showing the contents of a conventional dither table for 600 dpi 4-value and a dither cache table converted from the dither table. The color printing apparatus allocates the necessary maximum size as a dither cache table at the beginning of each page as information for each page.

【0012】図4は、本実施の形態におけるディザ・キ
ャッシュ・テーブルであり、キャッシュ領域にページに
依存しないデータとして必要サイズを確保しておく。各
キャッシュ・データはヘッダーを先頭にして、続いて最
新に参照されたものから順に古いものへとチェーン構造
でリンクされている。この各キャッシュ・データには、
「600dpi2値の文字用のデータでマトリクスは9
6×48」というように、判定が行える識別情報が付加
されている。
FIG. 4 shows a dither cache table according to the present embodiment, in which a required size is secured in the cache area as data independent of pages. Each cache data is linked in a chain structure, starting with the header, and then sequentially from the most recently referenced to the oldest. In each of this cache data,
"Data for 600-dpi binary characters and the matrix is 9
6 × 48 ”is added with identification information that enables determination.

【0013】図5は本実施形態におけるディザ・キャッ
シュ・データの参照方法の手順を示したフローチャート
である。印刷するページに関係なく、新しいディザ・キ
ャッシュ・データの参照が発生した場合は、ヘッダーか
らチェーン構造をたどり、要求のディザ・キャッシュ・
データがディザ・キャッシュ・テーブル中にあるどうか
検索を行う(ステップ10)。要求のディザ・キャッシ
ュ・データがディザ・キャッシュ・テーブル中にあった
場合(ステップ11;Y)には、見つけたディザ・キャ
ッシュ・データをチェーンの先頭に置き換えて(ステッ
プ12)、その先頭のディザ・キャッシュ・データを参
照データとする。
FIG. 5 is a flow chart showing the procedure of the dither cache data reference method in this embodiment. Whenever a new dither cache data reference occurs, no matter what page you print, follow the chain structure from the header to get the dither cache for the request.
A search is made to see if the data is in the dither cache table (step 10). If the dither cache data of the request is in the dither cache table (step 11; Y), the found dither cache data is replaced with the head of the chain (step 12), and the dither at the head is replaced. -Use cached data as reference data.

【0014】一方、要求のディザ・キャッシュ・データ
がディザ・キャッシュ・テーブル中になかった場合(ス
テップ11;N)には、ディザ・テーブル中のディザの
変換を行い、要求のディザ・キャッシュ・データを作成
しなければならない。しかし、その前にディザ変換後の
ディザ・キャッシュ・データのサイズを算出し、この算
出されたディザ・キャッシュ・データのサイズの空き領
域がキャッシュ領域に存在するかを判断する(ステップ
13)。キャッシュ領域に算出したディザ・キャッシュ
・データのサイズの空領域があった場合(ステップ1
3;Y)は、その空領域に参照のディザ・テーブル中の
ディザを変換してディザ・データを作成し(ステップ1
4)、そして、作成したディザ・データを先頭に付け加
える(ステップ15)。一方、キャッシュ領域に算出し
たディザ・データのサイズの空領域がなかった場合(ス
テップ13;N)、一番最後に参照されたディザ・デー
タを削除して(ステップ16)、空領域を作る。
On the other hand, if the dither cache data of the request is not in the dither cache table (step 11; N), the dither in the dither table is converted and the dither cache data of the request is obtained. Must be created. However, before that, the size of the dither cache data after the dither conversion is calculated, and it is judged whether or not there is an empty area of the calculated size of the dither cache data in the cache area (step 13). If there is an empty area of the size of the calculated dither cache data in the cache area (step 1
3; Y) converts the dither in the reference dither table to the empty area and creates dither data (step 1).
4) Then, the created dither data is added to the beginning (step 15). On the other hand, if there is no empty area of the size of the calculated dither data in the cache area (step 13; N), the last-referenced dither data is deleted (step 16) to create an empty area.

【0015】[0015]

【発明の効果】請求項1の発明によれば、旧来のように
最大サイズのキャッシュ領域を確保する必要がなく、ま
た、複数のページデータがRAM内に作成されるケース
においても、ページに対応した数のキャッシュ領域を確
保する必要がないため、メモリ領域の縮小が図れること
によりカラー画像処理装置のメモリ効率を上げることが
できる。請求項2の発明によれば、請求項1の発明であ
るカラー画像処理装置を用いて、カラー画像処理を行う
ことにより、複合カラー画像印刷装置のメモリ効率を上
げることができる。
According to the first aspect of the present invention, it is not necessary to secure the maximum size cache area as in the past, and even in the case where a plurality of page data is created in the RAM, it corresponds to the page. Since it is not necessary to secure the required number of cache areas, the memory efficiency of the color image processing apparatus can be improved by reducing the memory area. According to the invention of claim 2, by performing color image processing using the color image processing apparatus of the invention of claim 1, it is possible to increase the memory efficiency of the composite color image printing apparatus.

【図面の簡単な説明】[Brief description of drawings]

【図1】本実施の形態に係るカラー印刷装置の構成を示
したブロック図である。
FIG. 1 is a block diagram showing a configuration of a color printing apparatus according to this embodiment.

【図2】ディザ・テーブルとディザ・キャッシュ・テー
ブルAであり、旧来構成の600dpi2値用のディザ
・テーブルとそれから変換されるディザ・キャッシュ・
テーブルの内容を示したものである。
FIG. 2 is a dither table and a dither cache table A, and is a dither table for a 600 dpi binary value of the conventional configuration and a dither cache converted from the dither table.
It shows the contents of the table.

【図3】ディザ・テーブルとディザ・キャッシュ・テー
ブルBであり、旧来構成の600dpi4値用のディザ
・テーブルとそれから変換されるディザ・キャッシュ・
テーブルの内容を示したものである。
FIG. 3 is a dither table and a dither cache table B, which are a dither table for 600 dpi 4-value having a conventional configuration and a dither cache converted from the dither table.
It shows the contents of the table.

【図4】本実施の形態におけるディザ・キャッシュ・テ
ーブルである。
FIG. 4 is a dither cache table according to the present embodiment.

【図5】本実施の形態におけるディザ・データの参照方
法の手順を示したフローチャートである。
FIG. 5 is a flowchart showing a procedure of a dither data reference method according to the present embodiment.

【図6】ディザ・テーブル・マトリクス変換の一例を示
した図である。
FIG. 6 is a diagram showing an example of dither table matrix conversion.

【符号の説明】[Explanation of symbols]

1 CPU(中央演算処理装置) 2 ROM(リード・オンリー・メモリ) 3 RAM(ランダム・アクセス・メモリ) 4 バス 5 VIDEO I/F(ビデオ・インターフェイス)
部 6 SIF(シリアル・インターフェイス) 7 外部I/F(インターフェイス) 8 カラー印刷エンジン 9 回線
1 CPU (Central Processing Unit) 2 ROM (Read Only Memory) 3 RAM (Random Access Memory) 4 Bus 5 VIDEO I / F (Video Interface)
Part 6 SIF (serial interface) 7 External I / F (interface) 8 Color print engine 9 lines

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) H04N 1/46 H04N 1/40 D 1/60 1/46 Z Fターム(参考) 2C087 AA15 AA16 BA12 BC04 BC06 BC07 2C262 AB07 AB20 BB03 BB06 BC01 BC17 GA12 GA14 GA15 5B021 AA04 LG07 LG08 LL05 5C077 LL17 LL20 NN08 NP05 PQ08 PQ23 TT02 5C079 LA31 LC04 MA05 NA13 PA03─────────────────────────────────────────────────── ─── Continued Front Page (51) Int.Cl. 7 Identification Code FI Theme Coat (Reference) H04N 1/46 H04N 1/40 D 1/60 1/46 Z F Term (Reference) 2C087 AA15 AA16 BA12 BC04 BC06 BC07 2C262 AB07 AB20 BB03 BB06 BC01 BC17 GA12 GA14 GA15 5B021 AA04 LG07 LG08 LL05 5C077 LL17 LL20 NN08 NP05 PQ08 PQ23 TT02 5C079 LA31 LC04 MA05 NA13 PA03

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ディザを格納しているディザ・テーブル
と、このディザ・テーブルに格納されているディザを変
換して作成されたディザ・キャッシュ・データを格納し
ているディザ・キャッシュ・テーブルとを装置のメモリ
内に記憶してあり、このディザ・キャッシュ・テーブル
中のディザ・キャッシュ・データを参照することによっ
て色の階調を表現するディザ法を用いてカラー画像処理
を行うカラー画像処理装置において、 印刷画像のプリンタエンジン解像度および多階調設定の
変更時に、新しいディザ・キャッシュ・データの参照が
発生した場合、このディザ・キャッシュ・データがディ
ザ・キャッシュ・テーブル中に存在するか否かを検索す
る検索手段と、 前記検索手段による検索によって、前記ディザ・キャッ
シュ・データが前記ディザ・キャッシュ・テーブル中に
存在した場合、この検索したディザ・キャッシュ・デー
タをディザ・キャッシュ・テーブルの先頭データに置き
換える置換手段と、 前記検索手段による検索によって、前記要求のディザ・
キャッシュ・データが前記ディザ・キャッシュ・テーブ
ル中に存在しなかった場合、参照のディザ・テーブル中
のディザを変換して前記ディザ・キャッシュ・データを
作成する作成手段と、 前記作成手段によって作成されたディザ・キャッシュ・
データのサイズを算出する算出手段と、 前記算出手段によって算出されたディザ・キャッシュ・
データのサイズを格納できるだけの空き領域が前記メモ
リ内のキャッシュ領域に存在するかを判断する判断手段
と、 前記判断手段によって前記メモリ内のキャッシュ領域に
前記空き領域が無いと判断された場合、空き領域を確保
するために、一番古い参照のディザ・キャッシュ・デー
タを削除する削除手段と、 前記作成手段によって作成されたディザ・キャッシュ・
データをディザ・キャッシュ・テーブルの先頭データに
付け加える付加手段と、を備えたことを特徴とするカラ
ー画像処理装置。
1. A dither table storing dither and a dither cache table storing dither cache data created by converting the dither stored in the dither table. In a color image processing device that performs color image processing by using a dither method that is stored in the memory of the device and refers to the dither cache data in this dither cache table to express the gradation of the color. If a new dither cache data reference occurs when changing the printer engine resolution and multi-tone setting of the print image, search whether this dither cache data exists in the dither cache table. And a dither cache data by the search by the search unit. If present in the I The cache table, and replacing means for replacing the dither cache data the search to the head data of the dither cache table, the search by the searching means, dither of the request
Creating means for creating the dither cache data by converting the dither in the reference dither table when cache data does not exist in the dither cache table; Dither cache
Calculating means for calculating the size of the data, and the dither cache calculated by the calculating means
Determination means for determining whether or not there is a free area enough to store the size of data in the cache area in the memory; and when the determination means determines that the free area does not exist in the cache area in the memory, In order to secure the area, the deleting unit that deletes the oldest reference dither cache data, and the dither cache created by the creating unit.
A color image processing apparatus comprising: an addition unit that adds data to the head data of the dither cache table.
【請求項2】 請求項1のカラー画像処理装置を用い
て、カラー画像処理を行うことを特徴とする複合カラー
画像印刷装置。
2. A composite color image printing apparatus, wherein color image processing is performed by using the color image processing apparatus according to claim 1.
JP2001323720A 2001-10-22 2001-10-22 Color picture processor and composite color picture printer Pending JP2003134335A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001323720A JP2003134335A (en) 2001-10-22 2001-10-22 Color picture processor and composite color picture printer

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001323720A JP2003134335A (en) 2001-10-22 2001-10-22 Color picture processor and composite color picture printer

Publications (1)

Publication Number Publication Date
JP2003134335A true JP2003134335A (en) 2003-05-09

Family

ID=19140571

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001323720A Pending JP2003134335A (en) 2001-10-22 2001-10-22 Color picture processor and composite color picture printer

Country Status (1)

Country Link
JP (1) JP2003134335A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461144A (en) * 2022-01-19 2022-05-10 清华大学 Cooperative driving data storage device, data processing method and road side equipment

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114461144A (en) * 2022-01-19 2022-05-10 清华大学 Cooperative driving data storage device, data processing method and road side equipment
CN114461144B (en) * 2022-01-19 2024-04-19 清华大学 Data storage device, data processing method and road side equipment for collaborative driving

Similar Documents

Publication Publication Date Title
US7545538B2 (en) Image-processing apparatus, image-processing method and recording medium
US7864367B2 (en) Image processing system and image processing method
JP2830690B2 (en) Image processing device
US20040150840A1 (en) Methods and systems for structuring a raster image file for parallel streaming rendering by multiple processors
JP2001086318A (en) Image processor, image-processing method, image-forming device and recording medium with program recorded therein
US8427694B2 (en) Image processing apparatus, image processing method and image processing program product generating processing data having consistent pixel density
JP2003134335A (en) Color picture processor and composite color picture printer
JP3695498B2 (en) Image processing device
JP4324892B2 (en) Serial printer and recording medium recording program
JP3087845B2 (en) Digital image processing method for reading an original image with a scanner and enlarging and printing
JP3664351B2 (en) Image processing apparatus, color printing apparatus, image processing method, and recording medium
CN101237518B (en) Image processing method and apparatus
JP4753253B2 (en) Image processing device
JP4120947B2 (en) Serial printer and serial printer printing control method
JP2003051940A (en) Image processing method and device thereof
JP2001080139A (en) Serial printer and recording medium having recorder program recording
US20120121201A1 (en) Image processing apparatus and image processing method
JP2003251862A (en) Image processor, method of processing image, program, and recording medium
JP2008273214A (en) Serial printer and recording medium with program recorded
JP2008273215A (en) Serial printer and recording medium with program recorded
JP2001113793A (en) Printer, printing method and computer readable medium recording program for executing that method on computer
JP2004297678A (en) Image processing apparatus and method, program, and recording medium with the program recorded thereon
JP2004145705A (en) Printer driver, printer host, printing system, and method for processing image
JPH09200521A (en) Method, device for processing image and image forming device
JP2001277612A (en) Apparatus and method for controlling printing and storage medium