JPH1117971A - Image processor, its method, data processing method and storage medium - Google Patents

Image processor, its method, data processing method and storage medium

Info

Publication number
JPH1117971A
JPH1117971A JP9167189A JP16718997A JPH1117971A JP H1117971 A JPH1117971 A JP H1117971A JP 9167189 A JP9167189 A JP 9167189A JP 16718997 A JP16718997 A JP 16718997A JP H1117971 A JPH1117971 A JP H1117971A
Authority
JP
Japan
Prior art keywords
data
image
input
color
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.)
Withdrawn
Application number
JP9167189A
Other languages
Japanese (ja)
Inventor
Jun Kiyokawa
純 清川
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP9167189A priority Critical patent/JPH1117971A/en
Publication of JPH1117971A publication Critical patent/JPH1117971A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image processor, its method and a data processing method capable of compressing a table of a profile to be used for a color matching processing at high compression rate. SOLUTION: An order of scanning data in the table as shown in the Fig. is defined that a G component is made incremental when an R component is increased and it reaches the maximum value, the G component is made incremental again when the R component is reduced and it reaches the minimum value and the R component is increased again by the succeeding repetition by defining a starting point of scanning to be GRB=(0, 0, 0). And when both of the R component and the G component reach the maximum value, the R, G components are reduced by making a B component incremental and when all components of RGB reach the maximum value (4, 4, 4), the scanning is completed. A data column consisting of data of the starting point of the scanning and difference data after the starting point of the scanning is obtained by performing the scanning in this way.

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【発明の属する技術分野】本発明は画像処理装置および
その方法、データ処理方法、並びに、記録媒体に関し、
例えば、ディジタル画像の色合わせ処理に関係する画像
処理装置およびその方法、データ処理方法、並びに、記
録媒体に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus and method, a data processing method, and a recording medium.
For example, the present invention relates to an image processing apparatus and method relating to color matching processing of a digital image, a data processing method, and a recording medium.

【0002】[0002]

【従来の技術】ホストコンピュータを中心とするマルチ
メディアシステムにおいては、入力装置と出力装置の間
で、画像データの色合わせ処理を行うカラーマッチング
システム(CMS)の開発が盛んである。
2. Description of the Related Art In a multimedia system mainly including a host computer, a color matching system (CMS) for performing color matching processing of image data between an input device and an output device has been actively developed.

【0003】代表的なCMSの枠組であるApple社のColorS
ync(TM)は、入力装置に依存する色空間(Device Depende
nt Color Space)の画像信号を、装置に依存しない色空
間(Device Independent Color Space)へ変換し、さら
に、装置に依存しない色空間の画像信号を、出力装置に
依存する色空間へ変換することで、システム上で共通の
CMSを実現している。
[0003] Apple's ColorS, a typical CMS framework
ync (TM) is a color space (Device Depende
(nt Color Space) image signal to a device-independent color space (Device Independent Color Space), and further, image signal in a device-independent color space to an output device-dependent color space. , Common on the system
CMS is realized.

【0004】色空間を変換する処理で用いられる変換特
性を表すデータは、プロファイルと呼ばれ、ホストコン
ピュータ内にデバイスごとに用意されている。そして、
色空間を変換する際に自動もしくは手動で選ばれたプロ
ファイルの変換特性に応じて、画像信号の色空間が変換
される。
Data representing conversion characteristics used in the process of converting a color space is called a profile, and is prepared in the host computer for each device. And
The color space of the image signal is converted according to the conversion characteristics of the profile automatically or manually selected when converting the color space.

【0005】業界標準になっているInteColorプロファ
イルフォーマット(格納形式)に見られるように、プリ
ンタやスキャナなど複雑な非線形特性をもつデバイスに
おいては、入力値をアドレスとして、そのアドレスに対
応する値を出力するルックアップテーブル(Look Up Tab
le)方式が用いられる。
As shown in the industry standard InteColor profile format (storage format), in a device having a complicated nonlinear characteristic such as a printer or a scanner, an input value is used as an address and a value corresponding to the address is output. Look Up Tab
le) method is used.

【0006】この場合、あらゆる入力信号に対する出力
信号をルックアップテーブルに記憶させるのは、テーブ
ルの記憶容量から考えて現実的ではない。例えば、RGB
各色8ビットの画像信号を変換する場合、合計24ビット
の信号をアドレスとして入力し、一色分の画像信号を出
力するテーブルが三色分必要になるから、2^24×3=48M
ビット、約6Mバイトの記憶容量をもつテーブルが必要で
ある。なお、a^bはaのb乗を表す。
In this case, it is not practical to store output signals for all input signals in a look-up table in view of the storage capacity of the table. For example, RGB
When converting an image signal of 8 bits for each color, a table for inputting a total of 24 bits of signals as an address and outputting an image signal for one color is required for three colors, so 2 ^ 24 × 3 = 48M
A bit, a table with a storage capacity of about 6 Mbytes is required. Note that a ^ b represents a raised to the power of b.

【0007】そこで、入力信号を上位ビットと下位ビッ
トとに分割して、上位ビットだけでにアドレッシング
(アドレスのデータ参照)されるテーブルを作成するこ
とで記憶容量を削減する。例えば、RGB各色8ビットの画
像信号の上位4ビットでアドレッシングするようにすれ
ば、合計12ビットの信号をアドレスとして入力し、一色
分の画像信号を出力するテーブルが三色分必要になるか
ら、2^12×3=12kビット、1.5kバイトの記憶容量をもつ
テーブルで済むことになる。
Therefore, the storage capacity is reduced by dividing the input signal into upper bits and lower bits and creating a table that is addressed only by the upper bits (refer to address data). For example, if addressing is performed using the upper 4 bits of an image signal of 8 bits for each color of RGB, a table for inputting a signal of 12 bits in total as an address and outputting an image signal for one color is required for three colors. A table having a storage capacity of 2 ^ 12 × 3 = 12 k bits and 1.5 k bytes is sufficient.

【0008】ただし、下位ビットを無視する分、画像の
階調を表現する精度が低下するので、変換の際には、テ
ーブルに格納された値と下位ビットとに応じた補間を行
うなどにより、変換された画像信号が表現する画像の階
調精度(以下「変換精度」という)を向上するようにし
ている。
However, since the precision of expressing the gradation of the image is reduced by ignoring the lower bits, at the time of conversion, interpolation is performed according to the values stored in the table and the lower bits, for example. The gradation accuracy (hereinafter, referred to as “conversion accuracy”) of an image represented by the converted image signal is improved.

【0009】上記のアドレッシングと補間とを組み合わ
せたルックアップテーブルによる色空間の変換を用いる
場合、変換精度はある程度犠牲になるが、実用的な変換
精度を得るにはアドレッシングに少なくとも4から5ビッ
トが必要になる。一方、テーブルに格納される出力値
は、下位ビットによる補正も考慮に入れて現状では8ビ
ット以上が必要とされている。
In the case of using color space conversion based on a look-up table combining addressing and interpolation, conversion accuracy is sacrificed to some extent, but in order to obtain practical conversion accuracy, at least 4 to 5 bits are required for addressing. Will be needed. On the other hand, the output value stored in the table currently requires 8 bits or more in consideration of the correction by the lower bits.

【0010】[0010]

【発明が解決しようとする課題】同一のデバイスであっ
ても、その記録媒体やユーザの設定などの条件によって
変換特性が変化する、つまり、画像信号が表す色(以下
「入力色」という)、画像信号により出力される色(以
下「出力色」という)が異なることがある。例えばプリ
ンタの場合、記録媒体、記録材、画像形成方法、印刷解
像度および用途別色空間圧縮の手法(InterColorプロフ
ァイルフォーマットにおけるRendering Intent)などの
設定によって、出力色が変化する。
Even if the same device is used, the conversion characteristics change depending on conditions such as the recording medium and user settings, that is, the color represented by the image signal (hereinafter referred to as "input color"). The color output by the image signal (hereinafter referred to as “output color”) may be different. For example, in the case of a printer, the output color changes depending on settings such as a recording medium, a recording material, an image forming method, a printing resolution, and a color space compression method for each application (Rendering Intent in the InterColor profile format).

【0011】このような入力色や出力色の変化を予測す
るには、非常に複雑な計算が必要になるため、予め材料
と設定との組み合わせごとにデバイスの変換特性を測定
し、測定した変換特性それぞれをプロファイルとして、
材料や設定などが変更されると、自動もしくは手動によ
って、その材料と設定などに対応するプロファイルを選
択して、色空間の変換、つまり色合わせ処理を行うこと
になる。
To predict such a change in input color or output color requires extremely complicated calculations. Therefore, the conversion characteristics of the device are measured in advance for each combination of material and setting, and the measured conversion characteristics are measured. Each characteristic as a profile,
When the material or the setting is changed, a profile corresponding to the material and the setting is automatically or manually selected, and color space conversion, that is, color matching processing is performed.

【0012】例えば、記録媒体として七種、画像形成方
法として二種および用途別色空間圧縮の手法として三種
が選択可能なプリンタの場合、最大42種類の変換特性を
もつことになり、42種類の変換特性それぞれについてプ
ロファイルが必要になる。
For example, in the case of a printer in which seven types of recording media can be selected, two types of image forming methods and three types of color space compression methods for each application can be selected, the printer has a maximum of 42 types of conversion characteristics, and 42 types of conversion characteristics. A profile is required for each conversion characteristic.

【0013】機器メーカからユーザに対して、上述のよ
うなデバイスプロファイルを配布することを考慮する場
合、コンピュータネットワークを介した配布が利用でき
る。しかし、画像入出力機器の普及率に比べて、コンピ
ュータネットワークへの接続率は低く、デバイスプロフ
ァイルを確実に配布するには、フロッピディスクを利用
した配布に頼ることになる。しかし、その記憶容量の制
限から、フロッピディスク一枚に付き10個程度の変換テ
ーブルしか記憶させられないため、プロファイル一式を
配布するためには多数のフロッピディスクを要すること
になる。従って、プロファイルをフロッピディスクで配
布するにしても、コンピュータネットワークにより配布
するにしても、メディア代や通信コストを削減するため
に、プロファイルのサイズはより小さいほうが望まし
い。
When considering distributing the above-described device profile from a device maker to a user, distribution via a computer network can be used. However, the connection rate to the computer network is lower than the spread rate of the image input / output device, and the distribution using the floppy disk depends on the reliable distribution of the device profile. However, due to the limitation of the storage capacity, only about 10 conversion tables can be stored per floppy disk, so that a large number of floppy disks are required to distribute a set of profiles. Therefore, regardless of whether the profile is distributed on a floppy disk or a computer network, it is desirable that the profile size be smaller in order to reduce media cost and communication cost.

【0014】プロファイルのサイズを小さくするために
データ圧縮することが考えられるが、伸長時に完全に圧
縮前と同じデータに戻す必要性から、圧縮方法はロスレ
ス圧縮が好ましい。よく普及したロスレス圧縮にはラン
レングス法、ハフマン法、LZ(Lempel-Ziv)法などがあ
り、これらの方法はデータ列中の文字や語の出現頻度を
利用して、被圧縮データを冗長性の低いデータ列に変換
するもので、簡単なアルゴリズムで実現できる。
Data compression is conceivable in order to reduce the size of the profile. However, lossless compression is preferred as the compression method because it is necessary to completely restore the same data as before compression upon decompression. Commonly used lossless compression methods include the run-length method, Huffman method, and LZ (Lempel-Ziv) method. It can be converted to a data string with a low algorithm, and can be realized with a simple algorithm.

【0015】しかし、プロファイルにこれらの圧縮法を
適用しても、圧縮の効果は小さい。これは、色の連続性
により色空間変換は通常滑らかな関数で表現され、プロ
ファイルの変換テーブルを走査して得られるデータ列の
値も滑らかに変化することに起因する。つまり、テキス
トデータやプログラムなどのバイナリデータでは、同じ
文字や語が繰り返し出現したり、同じデータが連続した
りする頻度が高いが、プロファイルの変換テーブルの場
合はそれらの頻度が低いためである。
However, even if these compression methods are applied to a profile, the effect of compression is small. This is because color space conversion is usually represented by a smooth function due to color continuity, and the value of a data string obtained by scanning a profile conversion table also changes smoothly. That is, in binary data such as text data and programs, the same characters or words appear repeatedly or the same data are repeated frequently, but in the case of a profile conversion table, the frequency is low.

【0016】本発明は、上述の問題を解決するためのも
のであり、色合わせ処理に用いられるプロファイルのテ
ーブルを高い圧縮率で圧縮することができる画像処理装
置およびその方法、データ処理方法を提供することを目
的とする。
The present invention has been made to solve the above-mentioned problem, and provides an image processing apparatus, a method thereof, and a data processing method capable of compressing a profile table used for color matching processing at a high compression ratio. The purpose is to do.

【0017】さらに、圧縮されたプロファイルを使用す
ることができる画像処理装置およびその方法、データ処
理方法を提供することを他の目的とする。
It is another object of the present invention to provide an image processing apparatus and method capable of using a compressed profile, and a data processing method.

【0018】[0018]

【課題を解決するための手段】本発明は、前記の目的を
達成する一手段として、以下の構成を備える。
The present invention has the following configuration as one means for achieving the above object.

【0019】本発明にかかる画像処理装置は、入力また
は出力デバイスとの間でカラー画像情報を転送し、色合
わせ処理するための画像処理装置であって、前記入力ま
たは出力デバイスに対応して、前記色合わせ処理に用い
られるプロファイル情報をデータ圧縮する圧縮手段と、
前記圧縮手段により圧縮されたプロファイル情報を出力
する出力手段とを有することを特徴とする。
An image processing apparatus according to the present invention is an image processing apparatus for transferring color image information between an input or output device and performing color matching processing. Compression means for compressing data of profile information used for the color matching processing;
Output means for outputting profile information compressed by the compression means.

【0020】また、入力デバイスからカラー画像を入力
し、前記入力カラー画像に色合わせ処理を施して出力デ
バイスへ出力する画像処理装置であって、記憶手段に記
憶された複数のプロファイルから、前記入力または出力
デバイスに対応し、前記色合わせ処理に使用されるプロ
ファイルを選択する選択手段と、前記選択手段により選
択されるプロファイルに格納されている圧縮テーブルを
伸長し、前記色合わせ処理を行う処理手段とを有するこ
とを特徴とする。
An image processing apparatus for inputting a color image from an input device, applying a color matching process to the input color image, and outputting the color image to an output device, wherein the input image is obtained from a plurality of profiles stored in a storage means. Or a selection unit corresponding to an output device for selecting a profile to be used for the color matching process, and a processing unit for expanding a compression table stored in the profile selected by the selection unit and performing the color matching process And characterized in that:

【0021】本発明にかかる画像処理方法は、入力また
は出力デバイスとの間でカラー画像情報を転送し、色合
わせ処理するための画像処理方法であって、前記入力ま
たは出力デバイスに対応して、前記色合わせ処理に用い
られるプロファイル情報をデータ圧縮し、前記圧縮手段
により圧縮されたプロファイル情報を出力することを特
徴とする。
An image processing method according to the present invention is an image processing method for transferring color image information between an input or output device and performing a color matching process. The profile information used for the color matching processing is data-compressed, and the profile information compressed by the compression unit is output.

【0022】また、入力デバイスからカラー画像を入力
し、前記入力カラー画像に色合わせ処理を施して出力デ
バイスへ出力する画像処理方法であって、記憶手段に記
憶された複数のプロファイルから、前記入力および出力
デバイスに対応し、前記色合わせ処理に使用されるプロ
ファイルを選択し、選択されたプロファイルに格納され
ている圧縮テーブルを伸長し、前記色合わせ処理を行う
ことを特徴とする。
An image processing method for inputting a color image from an input device, applying a color matching process to the input color image, and outputting the color image to an output device, wherein the input image is obtained from a plurality of profiles stored in a storage means. And a profile to be used for the color matching process is selected, and a compression table stored in the selected profile is expanded to perform the color matching process.

【0023】また、本発明にかかるデータ処理方法は、
被圧縮テーブル内のデータを所定の走査方法で走査し、
走査開始点のデータ、および、前記走査開始点以降の差
分データからなるデータ列を得ることを特徴とする。
Further, the data processing method according to the present invention comprises:
Scan the data in the compressed table by a predetermined scanning method,
It is characterized in that a data string consisting of data of a scanning start point and difference data after the scanning start point is obtained.

【0024】[0024]

【発明の実施の形態】以下、本発明にかかる一実施形態
の画像処理装置を図面を参照して詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, an image processing apparatus according to an embodiment of the present invention will be described in detail with reference to the drawings.

【0025】[構成]図1は本実施形態のシステム構成
を示すブロック図である。
[Configuration] FIG. 1 is a block diagram showing the system configuration of the present embodiment.

【0026】本システムは、入力装置であるカメラ11
と、画像データに色合わせ処理や編集処理などを含む画
像処理を施すホストコンピュータ10と、出力装置である
モニタ12およびプリンタ13で構成されている。なお、ホ
ストコンピュータ10は、後述する機能をもつソフトウェ
アを実行するパーソナルコンピュータや、あるいは、同
様の機能を有する専用ハードウェアでもよい。
This system uses a camera 11 as an input device.
And a host computer 10 that performs image processing including color matching processing and editing processing on image data, and a monitor 12 and a printer 13 that are output devices. Note that the host computer 10 may be a personal computer that executes software having the functions described below, or dedicated hardware having the same functions.

【0027】ディジタルカメラやビデオカメラなどの画
像、映像入力装置であるカメラ111、および、フラット
ベッドスキャナやフィルムスキャナなどの画像入力装置
であるスキャナ112は、原稿あるいは被写体の画像を読
み取り、読み取った画像を画像データとしてホストコン
ピュータ10に供給する。
An image such as a digital camera or a video camera, a camera 111 serving as a video input device, and a scanner 112 serving as an image input device such as a flatbed scanner or a film scanner read an image of a document or a subject and read the read image. Is supplied to the host computer 10 as image data.

【0028】モニタ12は、CRTや液晶パネルなどのディ
スプレイからなり、画像を表示し、ユーザがシステムに
対して入力を行い、システムの動作を確認するのに必要
な情報を表示する画像表示装置である。また、プリンタ
13は印刷機であり、インクやトナーなどの記録材を用い
て、記録紙などの記録媒体上に可視画像を形成する画像
出力装置である。
The monitor 12 is composed of a display such as a CRT or a liquid crystal panel, and is an image display device that displays images, displays information necessary for a user to make an input to the system, and confirms operation of the system. is there. Also a printer
Reference numeral 13 denotes a printing machine, which is an image output device that forms a visible image on a recording medium such as recording paper using a recording material such as ink or toner.

【0029】外部記憶装置14は、ハードディスク、光磁
気ディスクあるいはフロッピディスクなどの記憶媒体、
および、それら記録媒体を読み書きするための装置であ
るドライブからなる。ホストコンピュータ10は、外部記
憶装置14に、カメラ111やスキャナ112から供給された画
像データを記憶させたり、記憶された画像データに画像
処理を施したり、さらに、記憶された未処理または処理
済みの画像データをモニタ12やプリンタ13に供給するこ
とで、その画像データに対応する画像を表示させ、印刷
させることができる。
The external storage device 14 includes a storage medium such as a hard disk, a magneto-optical disk or a floppy disk,
And a drive which is a device for reading and writing these recording media. The host computer 10 stores the image data supplied from the camera 111 or the scanner 112 in the external storage device 14, performs image processing on the stored image data, and further stores the stored unprocessed or processed By supplying the image data to the monitor 12 and the printer 13, an image corresponding to the image data can be displayed and printed.

【0030】また、外部記憶装置14には色合わせ処理に
必要なプロファイルも記憶されている。ホストコンピュ
ータ10は、必要に応じて、外部記憶装置14に記憶された
プロファイルを読込み、色合わせ処理を行う。外部記憶
装置14に記憶されているプロファイルは、必要に応じ
て、所定の圧縮方法によりデータ圧縮されているものが
含まれる。
The external storage device 14 also stores profiles required for color matching processing. The host computer 10 reads the profile stored in the external storage device 14 as necessary, and performs a color matching process. The profiles stored in the external storage device 14 include those whose data has been compressed by a predetermined compression method as necessary.

【0031】通常、本発明にかかる画像処理プログラム
および装置の制御プログラムは、ホストコンピュータ10
内に記憶されているが、それらプログラムを外部記憶装
置14に記憶させることができる。つまり、ユーザの指示
に従い、ホストコンピュータ10は、外部記憶装置14に記
憶されたプログラムを読込み、本発明にかかる画像処理
および装置の制御を実行することができる。
Normally, the image processing program and the control program for the apparatus according to the present invention
However, these programs can be stored in the external storage device 14. That is, the host computer 10 can read the program stored in the external storage device 14 and execute the image processing and the control of the apparatus according to the present invention in accordance with the user's instruction.

【0032】キーボード15およびマウス16は、必要に応
じてユーザにより操作され、ホストコンピュータ10に指
示やデータなどを入力するためのものである。
The keyboard 15 and the mouse 16 are operated by the user as needed, and are used to input instructions, data, and the like to the host computer 10.

【0033】[ホストコンピュータ]図2はホストコン
ピュータ10は構成例を示すブロック図である。なお、図
2においては、キーボード15、マウス16、モニタ12など
からなるコンソール21が入出力インタフェイス22および
CPUバス25を介してCPU17に接続さている。また、外部記
憶装置14は、外部記憶装置インタフェイス26およびCPU
バス25を会してCPU17に接続されている。
[Host Computer] FIG. 2 is a block diagram showing an example of the configuration of the host computer 10. The figure
2, a console 21 including a keyboard 15, a mouse 16, a monitor 12, and the like includes an input / output interface 22 and
It is connected to the CPU 17 via the CPU bus 25. Further, the external storage device 14 includes an external storage device interface 26 and a CPU.
A bus 25 is connected to the CPU 17.

【0034】CPU17は、システム全体を制御するシステ
ム制御部171、様々な演算を実行する演算処理部172、お
よび、演算時に随時必要なデータを記憶するワーキング
メモリ173を有している。CPU17は、ROM18またはRAM19に
記憶されたプログラムに基づき、ホストコンピュータ10
に読込まれ、RAM19に記憶された画像データに色合わせ
処理などの画像処理を施し、出力装置へ出力する。
The CPU 17 has a system control section 171 for controlling the entire system, an arithmetic processing section 172 for executing various arithmetic operations, and a working memory 173 for storing necessary data at the time of arithmetic operations. The CPU 17 executes the host computer 10 based on a program stored in the ROM 18 or the RAM 19.
Then, the image data stored in the RAM 19 is subjected to image processing such as color matching processing and output to an output device.

【0035】また、ビデオRAM23は、モニタ12に表示す
る画面を記憶するものである。
The video RAM 23 stores a screen to be displayed on the monitor 12.

【0036】[色合わせ処理]本システムにおいては、
入力装置-出力装置の組み合わせとして、以下に示す組
み合わせがある。なお、組み合わせ(4)は、いわゆる
「プレビュー」を行う組み合わせであり、プリンタ13か
ら出力される画像をモニタ12に表示し、確認する作業に
用いられる。
[Color matching processing] In this system,
The following combinations are available as combinations of input devices and output devices. Note that the combination (4) is a combination for performing a so-called “preview”, and is used for displaying an image output from the printer 13 on the monitor 12 and confirming the image.

【0037】 (1)画像入力装置 → モニタ12 (2)画像入力装置 → プリンタ13 (3)モニタ12 → プリンタ13 (4)プリンタ13 → モニタ12 上記のような組み合わせに対応した色合わせ処理を行う
際、CPU17は、外部記憶装置14からその入力装置に対応
する入力プロファイルおよび出力装置に対応する出力プ
ロファイルを読出す。プロファイルには、装置に依存す
る色空間と、装置に依存しない色空間の関係を表すデー
タが格納されている。従って、入力プロファイルには、
入力装置に依存する色空間の画像信号を、装置に依存し
ない色空間の画像信号に変換するためのデータが格納さ
れている。一方、出力プロファイルには、装置に依存し
ない色空間の画像信号を、出力装置に依存する色空間の
画像信号に変換するためのデータが格納されている。さ
らに、出力プロファイルのデータには、色空間の変換だ
けでなく、入力画像データを出力装置の色再現範囲内に
圧縮する色空間圧縮が含まれている場合がある。
(1) Image input device → Monitor 12 (2) Image input device → Printer 13 (3) Monitor 12 → Printer 13 (4) Printer 13 → Monitor 12 Color matching processing corresponding to the above combination is performed. At this time, the CPU 17 reads, from the external storage device 14, an input profile corresponding to the input device and an output profile corresponding to the output device. The profile stores data representing the relationship between a device-dependent color space and a device-independent color space. Therefore, the input profile contains
Data for converting an image signal in a color space dependent on the input device into an image signal in a color space independent of the device is stored. On the other hand, the output profile stores data for converting an image signal in a color space independent of the device into an image signal in a color space independent of the output device. Further, the output profile data may include not only color space conversion but also color space compression for compressing input image data into the color reproduction range of the output device.

【0038】つまり、CPU17は、入力装置-出力装置の組
み合わせに基づき、まず、入力プロファイルを外部記憶
装置14から読出し、その入力プロファイルを用いて、入
力装置の色空間に依存する画像信号を、装置に依存しな
い色空間の画像信号に変換する。
That is, the CPU 17 first reads an input profile from the external storage device 14 based on the combination of the input device and the output device, and uses the input profile to generate an image signal depending on the color space of the input device. Into an image signal in a color space that does not depend on

【0039】次に、CPU17は、出力装置に対応する出力
プロファイルを外部記憶装置14から読出し、その出力プ
ロファイルを用いて、装置に依存しない色空間の画像信
号を、出力装置に依存する色空間の画像信号に変換す
る。
Next, the CPU 17 reads an output profile corresponding to the output device from the external storage device 14 and uses the output profile to convert an image signal in a device-independent color space into a color space in an output device-dependent color space. Convert to image signal.

【0040】[プロファイルの圧縮]以上のように、色
合わせ処理で用いられるプロファイルは、装置の特性に
基づいたデータであり、画像の色合わせ処理には不可欠
である。しかし、上述したように、所定の変換精度を得
るためにプロファイルのサイズはある程度大きくせざる
を得ず、プロファイルを配布する上で足枷になってい
る。
[Compression of Profile] As described above, the profile used in the color matching process is data based on the characteristics of the apparatus, and is indispensable for the color matching process of an image. However, as described above, the size of the profile must be increased to some extent in order to obtain a predetermined conversion accuracy, which is a hindrance in distributing the profile.

【0041】上述したInterColorプロファイルフォーマ
ットをはじめとするプロファイルの変換テーブルを圧縮
する場合のデータの走査順は、まず、入力信号の複数の
要素の初期値を零とし、その第一の要素を零から増加さ
せ、第一の要素が最大値に達したら、第二の要素をイン
クリメントし、再び、第一の要素を零から増加させる、
という順番にする。つまり、上記の複数の要素の値の組
み合わせ順のデータ列が得られ、このデータ列に圧縮な
どの処理が施される。
When compressing the profile conversion table including the InterColor profile format described above, the scanning order of the data is as follows. First, the initial values of a plurality of elements of the input signal are set to zero, and the first element is set from zero. Increase, when the first element reaches the maximum value, increment the second element, again increase the first element from zero,
In that order. That is, a data sequence in the combination order of the values of the plurality of elements is obtained, and the data sequence is subjected to processing such as compression.

【0042】本実施形態においては、プロファイルの変
換テーブルを走査して得られるデータ列の値は滑らかに
変化するという特徴を踏まえ、変換テーブルを所定順に
走査し、その走査開始点に対応するアドレスのデータに
ついてはその絶対値を使用し、それ以降のアドレスのデ
ータについては、直前のデータとの差を使用する(以下
「差分データ列」という)ことにする。ここでいう
「差」とは、二乗距離的な差を表すのではなく、画像信
号の色成分それぞれの数値の差という意味である。
In the present embodiment, the conversion table is scanned in a predetermined order based on the characteristic that the value of the data string obtained by scanning the profile conversion table changes smoothly, and the address of the address corresponding to the scan start point is scanned. For data, the absolute value is used, and for data at subsequent addresses, the difference from the immediately preceding data is used (hereinafter, referred to as “difference data sequence”). The “difference” here does not indicate a difference in the square distance, but means a difference between numerical values of respective color components of the image signal.

【0043】さて、本実施形態におけるデータ列の構成
は、入力色空間上で隣り合う信号が連続するようにする
ものであり、このような変換テーブルの走査順を「一筆
書き走査」と呼ぶことにする。一筆書き走査すると、得
られる差分データ列を構成する差の絶対値は、変換テー
ブルが4ビットアドレッシング、8ビット出力の場合で、
高々「18」程度になり、負の値を考慮しても一要素に付
き6ビットあれば充分である。従って、プロファイルの
変換テーブルのサイズを少なくとも6/8=0.75に圧縮する
ことができる。
The configuration of the data string in this embodiment is such that adjacent signals are continuous in the input color space. Such a scanning order of the conversion table is called "one-stroke scanning". To When scanning with one stroke, the absolute value of the difference constituting the obtained difference data sequence is obtained when the conversion table is 4-bit addressing and 8-bit output.
At most, it is about "18", and even if negative values are considered, 6 bits per element is sufficient. Therefore, the size of the profile conversion table can be compressed to at least 6/8 = 0.75.

【0044】さらに、本実施形態のプロファイルの変換
テーブルから得られるデータ列のレンジは「18」程度に
圧縮されるので、同じデータの繰り返し頻度が高くな
る。従って、かかる処理を行った後に、ランレングス
法、ハフマン法、LZ(Lempel-Ziv)法などにより変換テー
ブルを圧縮した場合、さらに高い圧縮率を得ることがで
きる。例えば、LZ法とハフマン法とを組み合わせた圧縮
方法によれば、変換テーブルから通常の走査で読み出し
たデータ列の圧縮率は約54%になる。これに対して、本
実施形態の一筆書き走査および差分データ列に対してLZ
法とハフマン法を用いると圧縮率は約24%になり、変換
テーブルを約1/4のサイズに圧縮することができる。
Furthermore, since the range of the data string obtained from the profile conversion table of the present embodiment is compressed to about "18", the frequency of repeating the same data increases. Therefore, when the conversion table is compressed by the run-length method, the Huffman method, the LZ (Lempel-Ziv) method, or the like after performing such processing, a higher compression ratio can be obtained. For example, according to a compression method combining the LZ method and the Huffman method, the compression ratio of a data string read out from a conversion table by normal scanning is about 54%. On the other hand, the one-stroke writing scan and the difference data
When the compression method and the Huffman method are used, the compression ratio becomes about 24%, and the conversion table can be compressed to about 1/4 of the size.

【0045】図3は一筆書き走査を説明するための図
で、RGB各五階調の画像信号を入力して、三色成分の画
像信号を出力する変換テーブルにおけるデータの走査順
を示している。RGB=(0,0,0)を走査開始点にし、R成分を
増加して最大値に達したら、G成分をインクリメント
し、R成分を減少して最小値に達したら、再び、G成分を
インクリメントし、R成分を増加して…、という順番に
走査する。そして、R成分およびG成分がともに最大値に
達したら、B成分をインクリメントしてR,G成分を減少さ
せ、RGBの全成分が最大値(4,4,4)に達すると走査終了点
になる。なお、図3においてはRGB=(4,4,4)を開始点、RG
B=(0,0,0)を終了点にしてもよい。
FIG. 3 is a diagram for explaining single-stroke scanning, showing the scanning order of data in a conversion table for inputting image signals of five gradations of RGB and outputting image signals of three color components. . With RGB = (0,0,0) as the scanning start point, when the R component increases and reaches the maximum value, the G component is incremented.When the R component decreases and reaches the minimum value, the G component is changed again. The scanning is performed in the order of incrementing, increasing the R component, and so on. When both the R and G components reach the maximum value, the B component is incremented to reduce the R and G components, and when all the RGB components reach the maximum value (4, 4, 4), the scanning end point is reached. Become. Note that in FIG. 3, RGB = (4,4,4) is the starting point, RG
B = (0,0,0) may be the end point.

【0046】[処理手順]図4は本実施形態における色
合わせ処理の手順の一例を示すフローチャートで、CPU1
7により実行される処理である。
[Processing Procedure] FIG. 4 is a flowchart showing an example of the procedure of the color matching processing in this embodiment.
This is the process executed by 7.

【0047】まず、ステップS31で、画像入力装置から
画像データを受信して外部記憶装置14に記憶し、ステッ
プS32で、色合わせ処理に用いる入力プロファイル、つ
まり画像入力装置およびその画像入力条件に対応する入
力プロファイルを選択する。ステップS33で、選択した
入力プロファイルの変換テーブルが圧縮されているか否
かを判定し、圧縮されている場合はステップS34で、変
換テーブルの圧縮データを伸長して、元の変換テーブル
を再生する。
First, in step S31, image data is received from the image input device and stored in the external storage device 14. In step S32, the input profile used for the color matching process, that is, the image profile corresponding to the image input device and its image input conditions. Select the input profile to be used. In step S33, it is determined whether or not the conversion table of the selected input profile is compressed. If it is compressed, in step S34, the compressed data of the conversion table is expanded and the original conversion table is reproduced.

【0048】次に、ステップS35で、色合わせ処理に用
いる出力プロファイル、つまり画像出力装置およびその
画像出力条件に対応する出力プロファイルを選択する。
ステップS36で、選択した出力プロファイルの変換テー
ブルが圧縮されているか否かを判定し、圧縮されている
場合はステップS37で、変換テーブルの圧縮データを伸
長して、元の変換テーブルを再生する。
Next, in step S35, an output profile to be used for color matching processing, that is, an output profile corresponding to the image output device and its image output conditions is selected.
In step S36, it is determined whether or not the conversion table of the selected output profile is compressed. If the conversion table is compressed, in step S37, the compressed data of the conversion table is expanded and the original conversion table is reproduced.

【0049】そして、ステップS38で、入力プロファイ
ルおよび出力プロファイルを用いて、外部記憶装置14に
記憶した画像データに色合わせ処理を施し、ステップS3
9で、色合わせ処理が施された画像データを出力機器、
すなわちモニタ12もしくはプリンタ13に送信する。
Then, in step S38, the image data stored in the external storage device 14 is subjected to color matching processing using the input profile and the output profile.
9, the image data subjected to the color matching process is output to the output device,
That is, the data is transmitted to the monitor 12 or the printer 13.

【0050】なお、選択したプロファイルの変換テーブ
ルが圧縮されていた場合は、圧縮データを伸長して得た
元の変換テーブルは外部記憶装置14またはRAM19に格納
される。そして、色合わせ処理が終了した後、元の変換
テーブルは消去してもよいし、外部記憶装置14の対応す
るプロファイル内にそのまま残してもよい。
When the conversion table of the selected profile is compressed, the original conversion table obtained by expanding the compressed data is stored in the external storage device 14 or the RAM 19. Then, after the color matching processing is completed, the original conversion table may be deleted or may be left as it is in the corresponding profile of the external storage device 14.

【0051】図5はステップS34およびS37の伸長処理の
一例を示すフローチャートで、変数Asrcには伸長された
差分データ列のアドレスを示す値が格納され、変数Ades
tには変換テーブルのアドレスが格納される。また、変
数Xには変換テーブルの走査開始点に対応するデータが
格納され、変数aには差分データ列から読み出されたデ
ータが格納される。
FIG. 5 is a flowchart showing an example of the decompression processing in steps S34 and S37. The variable Asrc stores a value indicating the address of the decompressed differential data string, and the variable Ades
In t, the address of the conversion table is stored. The variable X stores data corresponding to the scan start point of the conversion table, and the variable a stores data read from the difference data string.

【0052】ステップS41で、選択されたプロファイル
から変換テーブルの圧縮データを抽出し、伸長する。つ
まり、LZ法やハフマン法で圧縮されたデータ列を伸長し
て、一筆書き走査された差分データ列を再生する。
In step S41, compressed data of the conversion table is extracted from the selected profile and decompressed. That is, the data sequence compressed by the LZ method or the Huffman method is decompressed, and the one-stroke scanning differential data sequence is reproduced.

【0053】次に、ステップS42で、変数Asrcに差分デ
ータ列の最初に参照すべきアドレス(通常は最初のデー
タのアドレス)を代入し、ステップS43で、変数Adestに
変換テーブルの走査開始点を示すアドレスを代入する。
そして、ステップS44で、変数Asrcで示される差分デー
タ列のデータを変数Xに格納し、ステップS45で、変数X
のデータを変換テーブルの変数Adestで示されるアドレ
スに格納する。
Next, in step S42, the address to be referred to first in the differential data string (usually the address of the first data) is substituted for the variable Asrc, and in step S43, the scanning start point of the conversion table is set to the variable Adest. Substitute the address shown.
Then, in step S44, the data of the difference data sequence indicated by the variable Asrc is stored in the variable X, and in step S45, the variable X
Is stored in the address indicated by the variable Adest in the conversion table.

【0054】次に、ステップS46で、変換テーブルの走
査が終了したか否かを判定し、終了していれば処理を終
了するか、ステップS51で、プロファイルの伸長した変
換テーブルに対応するデータを更新した後、処理を終了
する。
Next, in step S46, it is determined whether or not the scanning of the conversion table has been completed, and if it has been completed, the processing is terminated, or in step S51, the data corresponding to the conversion table with the expanded profile is read. After updating, the process ends.

【0055】また、走査が未了であれば次のステップへ
進み、ステップS47およびS48で変数AsrcおよびAdestに
次に参照すべきアドレスを代入し、ステップS49で変数A
srcで示される差分データ列のデータを変数aに格納し、
ステップS50で変数XにX+aを代入した後、ステップS45に
戻る。従って、ステップS45において、変換テーブルの
変数Adestで示されるアドレスには、直前の変数Adestで
示されるアドレスのデータに、データ列の変数Asrcで示
されるデータが加算されたデータが格納されることにな
る。
If the scanning has not been completed, the process proceeds to the next step. In steps S47 and S48, the address to be referred next is substituted into variables Asrc and Adest.
The data of the difference data sequence indicated by src is stored in variable a,
After substituting X + a for the variable X in step S50, the process returns to step S45. Therefore, in step S45, the address indicated by the variable Adest in the conversion table stores data obtained by adding the data indicated by the variable Asrc in the data string to the data at the address indicated by the immediately preceding variable Adest. Become.

【0056】以上の、処理を変換テーブルの走査開始点
から走査終了点まで繰り返せば、圧縮されたデータから
元の変換テーブルを再生することができる。
By repeating the above processing from the scan start point to the scan end point of the conversion table, the original conversion table can be reproduced from the compressed data.

【0057】このように、本実施形態によれば、プロフ
ァイルの変換テーブルを一筆書き走査し、差分データ列
にすることにより、データのレンジを小さくして、変換
テーブルを圧縮することができる。さらに、一筆書き走
査および差分データ列からなる変換テーブルデータは、
ランレングス法、ハフマン法、LZ(Lempel-Ziv)法などの
ロスレス圧縮に適したデータ列になるので、それらの方
法で圧縮することにより高い圧縮率を得ることができ
る。従って、例えば、プロファイルをフロッピディスク
やコンピュータネットワークにより配布する場合に、メ
ディア代や通信コストを低減することができる。
As described above, according to the present embodiment, the conversion table of the profile is scanned by one-stroke and converted into a differential data string, so that the data range can be reduced and the conversion table can be compressed. Furthermore, conversion table data consisting of one-stroke scanning and a difference data sequence
Since the data sequence is suitable for lossless compression such as the run-length method, the Huffman method, and the LZ (Lempel-Ziv) method, a high compression rate can be obtained by performing compression using such a method. Therefore, for example, when distributing a profile via a floppy disk or a computer network, it is possible to reduce media cost and communication cost.

【0058】なお、かかる圧縮方式は、列挙した方法に
限らず、所謂エントロピ符号化方法であれば、他の方法
であってもよい。
The compression method is not limited to the above-listed methods, but may be another method as long as it is a so-called entropy coding method.

【0059】なお、上述した実施形態においては、色合
わせ処理に用いられるプロファイルの変換テーブルに本
発明を適用する例を説明したが、本発明はこれに限ら
ず、ガンマ変換テーブル、マスキング処理テーブル、輝
度-濃度変換テーブルなどカラー画像データに画像処理
を施すための任意のテーブルを圧縮する際に、有効に利
用することができる。
In the above-described embodiment, an example in which the present invention is applied to a profile conversion table used for color matching processing has been described. However, the present invention is not limited to this, and a gamma conversion table, a masking processing table, This can be effectively used when compressing an arbitrary table for performing image processing on color image data such as a luminance-density conversion table.

【0060】[0060]

【他の実施形態】なお、本発明は、複数の機器(例えば
ホストコンピュータ,インタフェイス機器,リーダ,プ
リンタなど)から構成されるシステムに適用しても、一
つの機器からなる装置(例えば、複写機,ファクシミリ
装置など)に適用してもよい。
[Other Embodiments] Even if the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), an apparatus (for example, a copying machine) Machine, facsimile machine, etc.).

【0061】また、本発明の目的は、前述した実施形態
の機能を実現するソフトウェアのプログラムコードを記
録した記憶媒体を、システムあるいは装置に供給し、そ
のシステムあるいは装置のコンピュータ(またはCPUやM
PU)が記憶媒体に格納されたプログラムコードを読出し
実行することによっても、達成されることは言うまでも
ない。この場合、記憶媒体から読出されたプログラムコ
ード自体が前述した実施形態の機能を実現することにな
り、そのプログラムコードを記憶した記憶媒体は本発明
を構成することになる。また、コンピュータが読出した
プログラムコードを実行することにより、前述した実施
形態の機能が実現されるだけでなく、そのプログラムコ
ードの指示に基づき、コンピュータ上で稼働しているOS
(オペレーティングシステム)などが実際の処理の一部
または全部を行い、その処理によって前述した実施形態
の機能が実現される場合も含まれることは言うまでもな
い。
Further, an object of the present invention is to provide a storage medium storing a program code of software for realizing the functions of the above-described embodiments to a system or an apparatus, and to provide a computer (or CPU or MPU) of the system or apparatus.
Needless to say, this can also be achieved by the PU) reading and executing the program code stored in the storage medium. In this case, the program code itself read from the storage medium implements the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention. When the computer executes the readout program code, not only the functions of the above-described embodiments are realized, but also the OS running on the computer based on the instructions of the program code.
It goes without saying that an (operating system) performs a part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0062】さらに、記憶媒体から読出されたプログラ
ムコードが、コンピュータに挿入された機能拡張カード
やコンピュータに接続された機能拡張ユニットに備わる
メモリに書込まれた後、そのプログラムコードの指示に
基づき、その機能拡張カードや機能拡張ユニットに備わ
るCPUなどが実際の処理の一部または全部を行い、その
処理によって前述した実施形態の機能が実現される場合
も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written into a memory provided in a function expansion card inserted into the computer or a function expansion unit connected to the computer, based on the instruction of the program code, It goes without saying that the CPU included in the function expansion card or the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0063】上述した実施形態においては、プロファイ
ルを選択してから伸長を行う例を説明したが、本発明は
これに限らず、圧縮されたプロファイルをすべて伸長し
てから、使用するプロファイルを選択するようにするこ
ともできる。
In the above-described embodiment, an example in which a profile is selected and then decompressed has been described. However, the present invention is not limited to this, and a profile to be used is selected after decompressing all compressed profiles. You can also do so.

【0064】[0064]

【発明の効果】以上説明したように、本発明によれば、
色合わせ処理に用いられるプロファイルのテーブルを高
い圧縮率で圧縮する画像処理装置およびその方法、デー
タ処理方法を提供することができる。
As described above, according to the present invention,
An image processing apparatus, a method thereof, and a data processing method for compressing a table of a profile used for color matching processing at a high compression ratio can be provided.

【0065】さらに、圧縮されたプロファイルを使用す
ることができる画像処理装置およびその方法、データ処
理方法を提供することができる。
Further, it is possible to provide an image processing apparatus, a method thereof, and a data processing method which can use a compressed profile.

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

【図1】本実施形態のシステム構成を示すブロック図、FIG. 1 is a block diagram showing a system configuration of an embodiment;

【図2】ホストコンピュータは構成例を示すブロック
図、
FIG. 2 is a block diagram showing a configuration example of a host computer;

【図3】本発明にかかる一筆書き走査を説明するための
図、
FIG. 3 is a diagram for explaining one-stroke scanning according to the present invention;

【図4】本実施形態における色合わせ処理の手順の一例
を示すフローチャート、
FIG. 4 is a flowchart illustrating an example of a procedure of a color matching process according to the embodiment;

【図5】伸長処理の一例を示すフローチャートである。FIG. 5 is a flowchart illustrating an example of a decompression process.

Claims (20)

【特許請求の範囲】[Claims] 【請求項1】 入力または出力デバイスとの間でカラー
画像情報を転送し、色合わせ処理するための画像処理装
置であって、 前記入力または出力デバイスに対応して、前記色合わせ
処理に用いられるプロファイル情報をデータ圧縮する圧
縮手段と、 前記圧縮手段により圧縮されたプロファイル情報を出力
する出力手段とを有することを特徴とする画像処理装
置。
1. An image processing apparatus for transferring color image information between an input or output device and performing color matching processing, wherein the image processing apparatus is used in the color matching processing corresponding to the input or output device. An image processing apparatus comprising: compression means for compressing profile information, and output means for outputting profile information compressed by the compression means.
【請求項2】 前記圧縮手段は、前記プロファイルを構
成するデータを一次元データ列にエントロピ符号化する
ことを特徴とする請求項1に記載された画像処理装置。
2. The image processing apparatus according to claim 1, wherein the compression unit entropy-encodes the data constituting the profile into a one-dimensional data sequence.
【請求項3】 前記圧縮手段は、さらに、前記プロファ
イルを構成するデータ列に差分符号化を行った後、前記
エントロピ符号化を行うことを特徴とする請求項2に記
載された画像処理装置。
3. The image processing apparatus according to claim 2, wherein the compression unit performs the entropy coding after performing differential coding on a data sequence forming the profile.
【請求項4】 前記エントロピ符号化は、少なくともラ
ンレングス法、ハフマン法、LZ法の何れかを含むことを
特徴とする請求項2または請求項3に記載された画像処理
装置。
4. The image processing apparatus according to claim 2, wherein the entropy coding includes at least one of a run length method, a Huffman method, and an LZ method.
【請求項5】 入力または出力デバイスとの間でカラー
画像情報を転送し、色合わせ処理するための画像処理方
法であって、 前記入力または出力デバイスに対応して、前記色合わせ
処理に用いられるプロファイル情報をデータ圧縮し、 前記圧縮手段により圧縮されたプロファイル情報を出力
することを特徴とする画像処理方法。
5. An image processing method for transferring color image information between an input or output device and performing a color matching process, wherein the image processing method is used for the color matching process corresponding to the input or output device. An image processing method, comprising compressing profile information and outputting profile information compressed by the compression unit.
【請求項6】 入力または出力デバイスとの間でカラー
画像情報を転送し、色合わせ処理するための画像処理の
プログラムコードが記憶された記録媒体であって、 前記入力または出力デバイスに対応して、前記色合わせ
処理に用いられるプロファイル情報をデータ圧縮するス
テップのコードと、 前記圧縮手段により圧縮されたプロファイル情報を出力
するステップのコードとを有することを特徴とする記録
媒体。
6. A recording medium storing a program code for image processing for transferring color image information to and from an input or output device and performing color matching processing, the recording medium corresponding to the input or output device. A recording medium comprising: a code for compressing profile information used for the color matching processing; and a code for outputting profile information compressed by the compression unit.
【請求項7】 入力デバイスからカラー画像を入力し、
前記入力カラー画像に色合わせ処理を施して出力デバイ
スへ出力する画像処理装置であって、 記憶手段に記憶された複数のプロファイルから、前記入
力または出力デバイスに対応し、前記色合わせ処理に使
用されるプロファイルを選択する選択手段と、 前記選択手段により選択されるプロファイルに格納され
ている圧縮テーブルを伸長し、前記色合わせ処理を行う
処理手段とを有することを特徴とする画像処理装置。
7. A color image is input from an input device,
An image processing apparatus that performs color matching processing on the input color image and outputs the input color image to an output device. The image processing apparatus corresponds to the input or output device from a plurality of profiles stored in a storage unit and is used for the color matching processing. An image processing apparatus comprising: a selection unit for selecting a profile to be selected; and a processing unit for expanding a compression table stored in the profile selected by the selection unit and performing the color matching processing.
【請求項8】 前記圧縮テーブルは、色空間の変換特性
が記述されたテーブルを所定の圧縮方法で圧縮したもの
であることを特徴とする請求項7に記載された画像処理
装置。
8. The image processing apparatus according to claim 7, wherein the compression table is obtained by compressing a table describing a conversion characteristic of a color space by a predetermined compression method.
【請求項9】 前記圧縮テーブルは、ガンマ変換特性が
記述されたテーブルを所定の圧縮方法で圧縮したもので
あることを特徴とする請求項7に記載された画像処理装
置。
9. The image processing apparatus according to claim 7, wherein the compression table is obtained by compressing a table in which gamma conversion characteristics are described by a predetermined compression method.
【請求項10】 前記圧縮テーブルは、入力される複数
の色成分を表す第一の画像信号に対応する複数の色成分
を表す第二の画像信号を出力する変換テーブルを所定の
圧縮方法で圧縮したものであることを特徴とする請求項
7に記載された画像処理装置。
10. A compression table for compressing a conversion table for outputting a second image signal representing a plurality of color components corresponding to a first image signal representing a plurality of input color components by a predetermined compression method. Claims characterized by the following
7. The image processing device according to 7.
【請求項11】 前記所定の圧縮方法は、被圧縮テーブ
ル内のデータを所定の走査方法で走査して、走査開始点
のデータ、および、前記走査開始点以降の差分データか
らなるデータ列を得るものであることを特徴とする請求
項8から請求項10の何れかに記載された画像処理装置。
11. The predetermined compression method scans data in a table to be compressed by a predetermined scanning method to obtain a data string consisting of data at a scan start point and difference data after the scan start point. 11. The image processing device according to claim 8, wherein the image processing device is an image processing device.
【請求項12】 前記所定の圧縮方法は、さらに、前記
データ列をロスレス圧縮するものであることを特徴とす
る請求項11に記載された画像処理装置。
12. The image processing apparatus according to claim 11, wherein the predetermined compression method further performs lossless compression on the data sequence.
【請求項13】 前記所定の走査方法は、入力色空間上
で隣合うデータが連続して走査されることを特徴とする
請求項11または請求項12に記載された画像処理装置。
13. The image processing apparatus according to claim 11, wherein in the predetermined scanning method, adjacent data on an input color space is continuously scanned.
【請求項14】 入力デバイスからカラー画像を入力
し、前記入力カラー画像に色合わせ処理を施して出力デ
バイスへ出力する画像処理方法であって、 記憶手段に記憶された複数のプロファイルから、前記入
力または出力デバイスに対応し、前記色合わせ処理に使
用されるプロファイルを選択し、 選択されるプロファイルに格納されている圧縮テーブル
を伸長し、前記色合わせ処理を行うことを特徴とする画
像処理方法。
14. An image processing method for inputting a color image from an input device, performing a color matching process on the input color image, and outputting the color image to an output device, wherein the input image is obtained from a plurality of profiles stored in a storage unit. Alternatively, an image processing method which selects a profile corresponding to an output device and is used for the color matching process, decompresses a compression table stored in the selected profile, and performs the color matching process.
【請求項15】 入力デバイスからカラー画像を入力
し、前記入力カラー画像に色合わせ処理を施して出力デ
バイスへ出力する画像処理のプログラムコードが記録さ
れた記録媒体であって、 記憶手段に記憶された複数のプロファイルから、前記入
力または出力デバイスに対応し、前記色合わせ処理に使
用されるプロファイルを選択するステップのコードと、 選択されるプロファイルに格納されている圧縮テーブル
を伸長し、前記色合わせ処理を行うステップのコードと
を有することを特徴とする記録媒体。
15. A recording medium which stores a program code for image processing for inputting a color image from an input device, performing color matching processing on the input color image, and outputting the color image to an output device, wherein the program code is stored in storage means. From a plurality of profiles, a code for a step of selecting a profile corresponding to the input or output device and used in the color matching process, and expanding a compression table stored in the selected profile, And a code for performing a process.
【請求項16】 被圧縮テーブル内のデータを所定の走
査方法で走査し、 走査開始点のデータ、および、前記走査開始点以降の差
分データからなるデータ列を得ることを特徴とするデー
タ処理方法。
16. A data processing method, wherein data in a table to be compressed is scanned by a predetermined scanning method, and a data sequence including data at a scanning start point and difference data after the scanning start point is obtained. .
【請求項17】 さらに、前記データ列をロスレス圧縮
することを特徴とする請求項16に記載されたデータ処理
方法。
17. The data processing method according to claim 16, further comprising: losslessly compressing the data sequence.
【請求項18】 前記所定の走査方法は、入力色空間上
で隣合うデータが連続して走査されることを特徴とする
請求項17または請求項18に記載されたデータ処理方法。
18. The data processing method according to claim 17, wherein in the predetermined scanning method, adjacent data on the input color space is continuously scanned.
【請求項19】 前記請求項16から請求項18の何れかに
記載されたデータ処理方法により処理されたテーブルが
記録されていることを特徴とする記録媒体。
19. A recording medium on which a table processed by the data processing method according to claim 16 is recorded.
【請求項20】 前記請求項16から請求項18の何れかに
記載されたデータ処理方法により処理されたテーブルを
備える色合わせ処理用のプロファイルが記録されている
ことを特徴とする記録媒体。
20. A recording medium recording a color matching profile including a table processed by the data processing method according to any one of claims 16 to 18.
JP9167189A 1997-06-24 1997-06-24 Image processor, its method, data processing method and storage medium Withdrawn JPH1117971A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9167189A JPH1117971A (en) 1997-06-24 1997-06-24 Image processor, its method, data processing method and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9167189A JPH1117971A (en) 1997-06-24 1997-06-24 Image processor, its method, data processing method and storage medium

Publications (1)

Publication Number Publication Date
JPH1117971A true JPH1117971A (en) 1999-01-22

Family

ID=15845088

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9167189A Withdrawn JPH1117971A (en) 1997-06-24 1997-06-24 Image processor, its method, data processing method and storage medium

Country Status (1)

Country Link
JP (1) JPH1117971A (en)

Cited By (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001010119A (en) * 1999-06-28 2001-01-16 Canon Inc Data base and image processor employing it
JP2007221720A (en) * 2006-02-20 2007-08-30 Canon Inc Conversion table compression method and program
US7268897B1 (en) 1999-06-28 2007-09-11 Canon Kabushiki Kaisha Print control apparatus and method
JP2008167422A (en) * 2006-12-05 2008-07-17 Ricoh Co Ltd Color processor, pdl processor, image forming apparatus, color converting method, computer program, and recording medium
EP1978749A2 (en) 2007-04-06 2008-10-08 Canon Kabushiki Kaisha Compression of multidimensional look-up tables for colour space conversion
JP2008278464A (en) * 2007-04-06 2008-11-13 Canon Inc Apparatuses for encoding and decoding multidimensional data and control method thereof
WO2010113674A1 (en) * 2009-03-30 2010-10-07 日本電気株式会社 Information processing system, information compression device, information restoring device, information processing method, and program
JP2011041316A (en) * 2010-10-19 2011-02-24 Canon Inc Conversion table compression method and conversion table restoration program
JP2011139116A (en) * 2009-12-25 2011-07-14 Nec Corp Information compression device, information restoration device, method of compressing information, method of restoring information, and information restoration processing program
JP2016517230A (en) * 2013-03-27 2016-06-09 ゼットティーイー コーポレイション Depth information encoding and decoding method, depth information encoding and decoding apparatus, and video processing and reproduction apparatus

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7268897B1 (en) 1999-06-28 2007-09-11 Canon Kabushiki Kaisha Print control apparatus and method
JP2001010119A (en) * 1999-06-28 2001-01-16 Canon Inc Data base and image processor employing it
JP4651108B2 (en) * 2006-02-20 2011-03-16 キヤノン株式会社 Conversion table compression method and program, and conversion table compression apparatus
JP2007221720A (en) * 2006-02-20 2007-08-30 Canon Inc Conversion table compression method and program
US8797616B2 (en) 2006-02-20 2014-08-05 Canon Kabushiki Kaisha Conversion table compression method and program
US8363292B2 (en) 2006-02-20 2013-01-29 Canon Kabushiki Kaisha Conversion table compression method and program
JP2008167422A (en) * 2006-12-05 2008-07-17 Ricoh Co Ltd Color processor, pdl processor, image forming apparatus, color converting method, computer program, and recording medium
EP1978749A2 (en) 2007-04-06 2008-10-08 Canon Kabushiki Kaisha Compression of multidimensional look-up tables for colour space conversion
US8213729B2 (en) 2007-04-06 2012-07-03 Canon Kabushiki Kaisha Multidimensional data encoding apparatus and decoding apparatus, and control method thereof
JP2008278464A (en) * 2007-04-06 2008-11-13 Canon Inc Apparatuses for encoding and decoding multidimensional data and control method thereof
WO2010113674A1 (en) * 2009-03-30 2010-10-07 日本電気株式会社 Information processing system, information compression device, information restoring device, information processing method, and program
JP5556809B2 (en) * 2009-03-30 2014-07-23 日本電気株式会社 Information processing system, information compression apparatus, information restoration apparatus, information processing method and program thereof
US9553604B2 (en) 2009-03-30 2017-01-24 Nec Corporation Information processing system, information compression device, information decompression device, information processing method, and program
JP2011139116A (en) * 2009-12-25 2011-07-14 Nec Corp Information compression device, information restoration device, method of compressing information, method of restoring information, and information restoration processing program
JP2011041316A (en) * 2010-10-19 2011-02-24 Canon Inc Conversion table compression method and conversion table restoration program
JP2016517230A (en) * 2013-03-27 2016-06-09 ゼットティーイー コーポレイション Depth information encoding and decoding method, depth information encoding and decoding apparatus, and video processing and reproduction apparatus
US10477245B2 (en) 2013-03-27 2019-11-12 Zte Corporation Methods and devices for coding and decoding depth information, and video processing and playing device

Similar Documents

Publication Publication Date Title
US20050254077A1 (en) Image processing system, image processing apparatus, image processing method, and storage medium thereof
JPH1117971A (en) Image processor, its method, data processing method and storage medium
US6404930B2 (en) Signal processing equipment
US20030228184A1 (en) Image processor, image processing method, and computer product
JP4174083B2 (en) Image processing method and apparatus
US5915077A (en) Image compression using adjacent pixels and predetermined colors
JP2000184183A (en) Electronic pasting method of compressed picture data and method for processing digital picture
US6587222B2 (en) Image processing apparatus for converting image data in accordance with characteristics of an image obtained at the time of expansion
JPH09326938A (en) Image processing unit and its method
US7146058B2 (en) Compression of images using object maps
JPH099082A (en) Color picture processing method and its system
EP0605892A1 (en) Methods and apparatus for processing image data utilizing stored compressed look-up table (LUT) representations of N to M-dimensional transforms
US6556312B1 (en) Data converter and method
JP3346051B2 (en) Image processing device
EP0820186B1 (en) Signal processor
US9049404B2 (en) Image processing apparatus and method that perform multiple image processes, and storage medium storing a program thereof, for decompressing a compressed image according to first and second information indicating image processing to be performed
JP2004072273A (en) Picture processor, picture processing method, computer program and computer readable storage medium
JP3226600B2 (en) Image processing device
JP3758406B2 (en) Print processing system, document creation device, and document printing device
JPH11144052A (en) Processor and system for image processing
KR100444899B1 (en) Rotation transformation method for images to reduce operation quantity
JP3096134B2 (en) Document creation / editing apparatus and method
JPH09191399A (en) Information processor, and device and method for image processing
JPH04256186A (en) Picture processing system
JPH0740305B2 (en) Image processing method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20040907