Nothing Special   »   [go: up one dir, main page]

JPH11164320A - Method and system for decoding color compression image - Google Patents

Method and system for decoding color compression image

Info

Publication number
JPH11164320A
JPH11164320A JP9327369A JP32736997A JPH11164320A JP H11164320 A JPH11164320 A JP H11164320A JP 9327369 A JP9327369 A JP 9327369A JP 32736997 A JP32736997 A JP 32736997A JP H11164320 A JPH11164320 A JP H11164320A
Authority
JP
Japan
Prior art keywords
image
color
compression
quantization
compressed
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
JP9327369A
Other languages
Japanese (ja)
Inventor
Wataru Ito
渡 伊藤
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.)
Fujifilm Holdings Corp
Original Assignee
Fuji Photo Film 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 Fuji Photo Film Co Ltd filed Critical Fuji Photo Film Co Ltd
Priority to JP9327369A priority Critical patent/JPH11164320A/en
Publication of JPH11164320A publication Critical patent/JPH11164320A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Color Television Systems (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

PROBLEM TO BE SOLVED: To decode a visual image that has a requirement of high image quality with respect to saturation like a photo print from a compressed color image. SOLUTION: In the case of decoding a compressed color image, the saturation is corrected by a correction amount depending on a compression rate of a color component to compensate color information lost in the case of compression. For example, the correction amount is decided depending on whether or not pixel number reduction processing is applied to a color difference component in the compression processing and which quantization table is used (represented by a Quality index) in the case of quantization.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えばJPEGな
どの方式で圧縮されたカラー画像を解凍(伸長)し、写
真プリントとして再生するカラー圧縮画像の復元方法お
よび装置に関するものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method and an apparatus for decompressing (expanding) a color image compressed by, for example, JPEG or the like and reproducing a color compressed image reproduced as a photographic print.

【0002】[0002]

【従来の技術】従来、画像の圧縮技術として、直交変
換、量子化、エントロピ符号化等が知られている。直交
変換は、相関性の強い画像信号を周波数軸上で見た場合
に低周波領域に画像情報が集中しているということに着
目したものであり、情報が集中して分布する周波数成分
のみを符号化することにより全体としての情報量を削減
する圧縮技術である。また、量子化は画像情報をある数
値(量子化ステップ)で除算して、ある限られた離散的
なレベルで近似することにより画像情報を表すビット数
を少なくする圧縮技術である。また、エントロピ符号化
は画像情報に2進符号を割り当てる際に、発生頻度の高
い値には短い符号、発生頻度の低い値には長い符号を割
り当てることにより全体の符号量を削減する圧縮技術で
ある。
2. Description of the Related Art Conventionally, orthogonal transformation, quantization, entropy coding and the like have been known as image compression techniques. The orthogonal transform focuses on the fact that image information having a strong correlation is concentrated in the low frequency region when viewed on the frequency axis, and only the frequency components in which the information is concentrated and distributed are considered. This is a compression technique that reduces the amount of information as a whole by encoding. Quantization is a compression technique that divides image information by a certain numerical value (quantization step) and reduces the number of bits representing the image information by approximation at a limited number of discrete levels. In addition, entropy coding is a compression technique that reduces the total code amount by assigning a short code to a value with a high occurrence frequency and a long code to a value with a low occurrence frequency when assigning a binary code to image information. is there.

【0003】カラー静止画像の符号化標準として広く知
られているJPEGは、上記圧縮技術を組み合わせるこ
とにより画像情報の符号化を行うものであり、基本的に
は、まず、画像を例えば8×8画素の画像ブロックに分
割し、各画像ブロックに対して直交変換の1つである離
散コサイン変換(DCT)を施し、DCTにより得られ
た変換係数に対して量子化を施し、さらに量子化後の値
にエントロピ符号化であるハフマン符号化を施すことに
より画像情報の圧縮を行っている。
[0003] JPEG, which is widely known as a coding standard for color still images, encodes image information by combining the above-mentioned compression techniques. The image block is divided into image blocks of pixels, and a discrete cosine transform (DCT), which is one of orthogonal transforms, is performed on each image block. A transform coefficient obtained by the DCT is quantized. Image information is compressed by performing Huffman coding, which is entropy coding, on the values.

【0004】JPEGで圧縮された画像は、上記手順の
逆の手順、すなわちエントロピ復号化、逆量子化、逆離
散コサイン変換(IDCT)を行うことにより伸長する
ことができる。
[0004] An image compressed by JPEG can be decompressed by performing the reverse procedure of the above procedure, ie, entropy decoding, inverse quantization, and inverse discrete cosine transform (IDCT).

【0005】また、人間の視覚が輝度に敏感で色差に鈍
感であることから、RGB空間からYCC空間への色変
換を行うことにより画像情報を輝度成分と色差成分とに
分離しておき、輝度成分については低い圧縮率で、色差
成分については高い圧縮率で、成分ごとに個別に上記の
ような圧縮処理を施す方法も提案されている。
Further, since human vision is sensitive to luminance and insensitive to color difference, image information is separated into a luminance component and a chrominance component by performing color conversion from RGB space to YCC space. A method of individually performing the above-described compression processing for each component at a low compression ratio for the components and a high compression ratio for the color difference components has also been proposed.

【0006】[0006]

【発明が解決しようとする課題】近年、写真サービスの
デジタル化、ネットワーク化が進み、上述のような圧縮
画像から、従来型の写真プリント(フィルムから作成さ
れるプリント)と同レベルの高画質な写真プリントを作
成したいという要望が生じている。
In recent years, the digitization and networking of photo services have been advanced, and from the above-mentioned compressed images, high-quality images of the same level as conventional photo prints (prints made from film) have been obtained. There has been a demand for making photo prints.

【0007】しかし、上述のような画像の圧縮技術は、
コンピュータ上で取り扱われる画像を効率よく伝送ある
いは保管することを目的として発展した技術であるた
め、圧縮画像を復元したときの画質はモニタ画面上で十
分な画質であれば良いとされており、必ずしも写真プリ
ントの作成に十分な画質とはいえない。
[0007] However, the above-mentioned image compression techniques include:
Because it is a technology developed for the purpose of efficiently transmitting or storing images handled on a computer, the image quality when decompressing a compressed image should be sufficient if it is sufficient image quality on a monitor screen, and it is not necessarily The image quality is not enough for making photo prints.

【0008】特に、写真画像はコンピュータグラフィッ
クスで生成された画像と異なり、鮮やかな色の部分が単
一の鮮やかな色で塗りつぶされているわけではない。写
真画像の中で視覚的に1つの鮮やかな色として感じられ
る領域には、微視的には、その鮮やかな色に近い各種の
色が複雑に存在しており、人間の目にはそれらの色の総
和が1つの鮮やかな色として見えている。
In particular, a photographic image, unlike an image generated by computer graphics, does not have a vivid color portion filled with a single vivid color. In an area that is visually perceived as one vivid color in a photographic image, various colors that are close to the vivid color exist in a microscopic manner, and the human eye recognizes those colors. The sum of the colors appears as one bright color.

【0009】しかし、上述のような圧縮処理では画像の
複雑さを担持する高周波情報を削減することによって圧
縮率を高めるため、圧縮率を高くするほど画像の色は平
均化される。例えば、圧縮前の写真画像の中の所定の色
の領域に、特に鮮やかな色を持つ画素が含まれていたと
しても、一旦その写真画像を圧縮して解凍した際には、
その鮮やかな色は失われ、周辺と同じ色に平均化されて
しまう。また、圧縮率を高めれば、その分さらに色の複
雑さは失われる。その結果、一旦圧縮したものを復元し
て作成された写真プリントは、圧縮前の画像をそのまま
プリントする場合に比べて微妙に色あせたものとなる。
However, in the above-described compression processing, since the compression ratio is increased by reducing high-frequency information that carries the complexity of the image, the colors of the image are averaged as the compression ratio is increased. For example, even if a region of a predetermined color in a pre-compressed photographic image includes a pixel having a particularly vivid color, once the photographic image is compressed and decompressed,
The bright colors are lost and averaged to the same color as the surroundings. The higher the compression ratio, the more color complexity is lost. As a result, a photographic print created by restoring a compressed image is slightly faded as compared with a case where an image before compression is printed as it is.

【0010】本発明は上記問題点に鑑みて、圧縮の際に
失われた色の情報を圧縮画像の解凍時に補償して、圧
縮、解凍を繰り返すことにより生じる彩度の低下を防止
し、解凍した画像について、写真プリントの作成に耐え
うる高い画質を実現することを目的とするものである。
SUMMARY OF THE INVENTION In view of the above problems, the present invention compensates for color information lost during compression at the time of decompression of a compressed image, thereby preventing a decrease in saturation caused by repeated compression and decompression. It is an object of the present invention to realize a high image quality that can withstand the creation of a photographic print for the obtained image.

【0011】[0011]

【課題を解決するための手段】本発明は、上記課題を解
決するために、圧縮画像の解凍時に彩度を高めるような
補正を行うものであるが、この際、圧縮により失われる
情報量は圧縮方法によりそれぞれ異なるため、圧縮方法
に見合った補正量で彩度を補正するものである。
According to the present invention, in order to solve the above-mentioned problems, a correction for increasing the saturation at the time of decompression of a compressed image is performed. Since saturation differs depending on the compression method, saturation is corrected with a correction amount appropriate for the compression method.

【0012】すなわち、本発明のカラー圧縮画像の復元
方法は、所定の圧縮方法により圧縮されたカラー画像を
伸長して可視画像として再生するカラー圧縮画像の復元
方法において、前記カラー画像を前記圧縮方法に対応す
る伸長方法により伸長するとともに、前記圧縮方法によ
るカラー画像の色差成分の圧縮率に依存した補正量で前
記カラー画像の彩度を高めるような補正処理を行い、補
正済カラー画像を記録媒体または表示媒体上に可視画像
として再生することを特徴とするものである。
That is, a method of restoring a color-compressed image according to the present invention is a method of restoring a color-compressed image in which a color image compressed by a predetermined compression method is expanded and reproduced as a visible image. And performing a correction process to increase the saturation of the color image with a correction amount depending on the compression ratio of the color difference component of the color image by the compression method, and the corrected color image is recorded on a recording medium. Alternatively, the image is reproduced as a visible image on a display medium.

【0013】ここで、伸長処理と補正処理は、伸長処理
を行った後で補正処理を行ってもよいし、伸長処理の過
程で補正を行ってもよい。例えばJPEGで圧縮された
画像は、ハフマン逆符号化、逆量子化、逆DCTなど複
数の伸長処理を施されることにより段階的に解凍され
る。この場合、例えば逆量子化が完了した時点など、途
中の段階で彩度を高める処理を行ってもよい。
Here, in the expansion processing and the correction processing, the correction processing may be performed after the expansion processing is performed, or the correction may be performed in the process of the expansion processing. For example, an image compressed by JPEG is decompressed stepwise by performing a plurality of decompression processes such as Huffman inverse coding, inverse quantization, and inverse DCT. In this case, a process of increasing the saturation may be performed at an intermediate stage, for example, when the inverse quantization is completed.

【0014】また、補正量を定めるときの基準となる
「色差成分の圧縮率」は、例えば色変換を行うことによ
り画像情報を輝度成分と色差成分に分解してから個別に
圧縮する方法では、分離された色差成分に対して施され
る圧縮処理の圧縮率とすればよい。具体的には、例え
ば、色差成分を量子化することにより圧縮する処理で
は、補正量を、量子化の量子化テーブルの種類ごとに定
めればよい。つまり、圧縮率は量子化のステップが大き
いほど大きいので、量子化のステップが大きい量子化テ
ーブルを使用して圧縮された画像については彩度を高め
るために加算する補正量を大きくするということであ
る。
The "compression rate of the color difference component" which is a reference when determining the correction amount is determined by, for example, performing a color conversion to decompose the image information into a luminance component and a color difference component and then individually compressing them. What is necessary is just to set the compression ratio of the compression processing performed on the separated color difference components. Specifically, for example, in the process of compressing the color difference components by quantization, the correction amount may be determined for each type of quantization table for quantization. In other words, since the compression ratio increases as the quantization step increases, the amount of correction added to increase the saturation of an image compressed using a quantization table with a large quantization step is increased. is there.

【0015】なお、色差成分の圧縮率は、圧縮の過程で
色差成分を分離しないような圧縮方法の場合には必ずし
も定量的に定義することができない。そのような場合に
は、例えば彩度の低下が著しい圧縮方法、あまり彩度に
変化が見られない圧縮方法というように圧縮方法を大ま
かに分類し、その分類に基づいて補正量を決めてもよ
い。
The compression ratio of the color difference component cannot always be quantitatively defined in the case of a compression method in which the color difference component is not separated during the compression process. In such a case, the compression method is roughly classified, for example, a compression method in which the saturation is remarkably reduced, a compression method in which the saturation does not change much, and the correction amount is determined based on the classification. Good.

【0016】なお、「補正量」は圧縮方法ごとに予め定
めておくことが望ましい。例えば、圧縮時に画像ファイ
ルのファイルヘッダなどにその圧縮方法の名称あるいは
その圧縮方法を特定するその他のパラメータを記述して
おく。一方、その画像ファイルの解凍処理を行う装置の
メモリには、圧縮方法と補正量とを対応づけたテーブル
を記憶しておく。これにより、画像の解凍時に、ファイ
ルヘッダの情報を参照してその画像を圧縮した方法を調
べ、対応する補正量をメモリから読み出して前記補正処
理を行うことができる。
It is desirable that the "correction amount" be determined in advance for each compression method. For example, at the time of compression, the name of the compression method or other parameters for specifying the compression method are described in a file header or the like of the image file. On the other hand, a table in which the compression method and the correction amount are associated with each other is stored in the memory of the device that decompresses the image file. Thus, when the image is decompressed, the method of compressing the image is checked by referring to the information in the file header, and the corresponding correction amount can be read from the memory to perform the correction processing.

【0017】あるいは、補正量は予め記憶せずに解凍時
に決定してもよい。例えば量子化テーブルの種類ごとに
補正量を定める方法では、量子化テーブルの種類を特定
するパラメータの値に基づいて所定の演算を行うことに
より、補正量を決定するなどの方法が考えられる。
Alternatively, the correction amount may be determined at the time of thawing without being stored in advance. For example, in the method of determining the correction amount for each type of quantization table, a method of determining the correction amount by performing a predetermined operation based on the value of a parameter that specifies the type of quantization table can be considered.

【0018】なお、記録媒体とは写真プリントの作成に
使用される印画紙などである。また表示媒体とは、モニ
タ画面などのことである。モニタ表示画像では、一般に
は圧縮による彩度低下はあまり問題とならないことが多
いが、解像度の高いモニタに写真の一部を拡大表示する
場合など、高い画質が要求される場合には、本発明の復
元方法が有効である。
Note that the recording medium is photographic paper or the like used for making a photographic print. The display medium is a monitor screen or the like. In monitor display images, generally, the decrease in saturation due to compression is not often a problem. However, when high image quality is required, such as when a part of a photograph is enlarged and displayed on a monitor with a high resolution, the present invention is applied. Is effective.

【0019】本発明のカラー圧縮画像の復元装置は、上
記方法に基づいて画像を復元する装置である。すなわ
ち、この装置は、所定の圧縮方法により圧縮されたカラ
ー画像を伸長して可視画像として再生するカラー圧縮画
像の復元装置であって、前記カラー画像を前記圧縮方法
に対応する伸長方法により伸長する画像伸長手段と、前
記圧縮方法によるカラー画像の色差成分の圧縮率に依存
した補正量で前記カラー画像の彩度を高めるような補正
処理を行う彩度補正手段と、補正済カラー画像を記録媒
体または表示媒体上に可視画像として再生する画像再生
手段とを備えたことを特徴とするものである。
The apparatus for restoring a color compressed image of the present invention is an apparatus for restoring an image based on the above method. That is, this apparatus is a color compression image restoration apparatus for expanding a color image compressed by a predetermined compression method and reproducing it as a visible image, and expands the color image by an expansion method corresponding to the compression method. Image decompression means, saturation correction means for performing correction processing for increasing the saturation of the color image with a correction amount depending on the compression ratio of the color difference component of the color image by the compression method, and a storage medium for storing the corrected color image on a recording medium Alternatively, an image reproducing means for reproducing a visible image on a display medium is provided.

【0020】ここで、「彩度補正手段」は、例えば補正
量を予め記憶しておく場合には、そのメモリとそのメモ
リから必要な補正量を読み出して画像データに加算する
手段などを意味する。また画像解凍時に演算により補正
量を求める場合には、そのような演算手段とその演算手
段により求められた補正量を画像データに加算する手段
などを意味する。
Here, "saturation correction means" means, for example, when the correction amount is stored in advance, means for reading out the necessary correction amount from the memory and adding it to the image data. . Further, when the correction amount is obtained by calculation at the time of image decompression, it means such a calculating means and a means for adding the correction amount obtained by the calculating means to the image data.

【0021】この際、彩度補正手段が記憶する、あるい
は演算により求める補正量は、例えば圧縮方法が前記カ
ラー画像から該カラー画像の色差成分を分離した後に、
分離された色差成分に対して圧縮処理を施す方法である
場合には、前記圧縮処理による色差成分の圧縮率に依存
して定めればよい。具体的には、例えば、色差成分を量
子化することにより圧縮する処理では、補正量を量子化
の量子化テーブルの種類ごとに定めればよい。
At this time, the correction amount stored by the saturation correction means or obtained by calculation is, for example, after the compression method separates the color difference component of the color image from the color image.
In the case of performing a compression process on the separated color difference components, the method may be determined depending on the compression ratio of the color difference components by the compression process. Specifically, for example, in the process of compressing the color difference components by quantizing, the correction amount may be determined for each type of quantization table of quantization.

【0022】[0022]

【発明の効果】本発明のカラー圧縮画像の復元方法およ
び装置は、圧縮画像の解凍時に圧縮方法に見合った補正
量で彩度を高めるような補正を行うものである。これに
より、圧縮の際に失われた色の情報は、圧縮画像の解凍
時に補償されるので、圧縮、解凍を繰り返すことにより
生じる彩度の低下を防止することができ、写真プリント
の作成にも耐えうる高画質な復元画像を得ることができ
る。
The method and apparatus for restoring a color compressed image according to the present invention perform a correction such that the saturation is increased with a correction amount suitable for the compression method when the compressed image is decompressed. As a result, color information lost during compression is compensated for when decompressing a compressed image, so that it is possible to prevent a decrease in saturation caused by repeated compression and decompression, and also to create a photographic print. A tolerable high-quality restored image can be obtained.

【0023】この際、色差成分を分離して圧縮する方法
で圧縮された画像は、色差成分の圧縮率が明確であるた
め、その圧縮率に基づいて彩度補正を行えば、正確な補
正を行うことができる。また、色差成分を分離して圧縮
した場合には、当然のことながら伸長処理でも色差成分
が分離して取り扱われるため、その色差成分に対し直接
彩度補正を施すことができる。つまり、色変換などの特
別な処理を施さなくても色差成分に対して直接補正を行
うことができるので処理効率がよい。
At this time, since the compression ratio of the chrominance component of the image compressed by the method of separating and compressing the chrominance component is clear, if the saturation correction is performed based on the compression ratio, accurate correction can be performed. It can be carried out. Further, when the color difference components are separated and compressed, the color difference components are handled separately even in the decompression process, so that the color difference components can be directly subjected to the saturation correction. That is, the color difference component can be directly corrected without performing special processing such as color conversion, so that the processing efficiency is high.

【0024】また、量子化による圧縮では、画像の圧縮
率が、量子化テーブルをコントロールするパラメータに
より細かく設定されているので、量子化テーブルに応じ
て彩度補正量を定めるようにすれば、圧縮により低下し
た彩度により正確に見合った補正を行うことができる。
In the compression by quantization, since the compression ratio of the image is finely set by a parameter for controlling the quantization table, if the saturation correction amount is determined in accordance with the quantization table, the compression ratio can be reduced. , It is possible to perform a correction that is more appropriate for the reduced saturation.

【0025】[0025]

【発明の実施の形態】以下、本発明の一実施の形態につ
いて、図面を参照して説明する。以下に示す実施の形態
は、JPEGで圧縮されたカラー画像の復元に関するも
のである。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the present invention will be described below with reference to the drawings. The embodiment described below relates to restoration of a color image compressed by JPEG.

【0026】図1は、JPEGによる圧縮および解凍処
理の概略を示す図である。図に示すように、この処理
は、まずRGB空間からYCC空間への色変換を行うこ
とによって画像情報を輝度(Y)成分と色差(C)成分
とに分離し、各成分画像を例えば8×8画素の画像ブロ
ックに分割し(図示せず)、各画像ブロックに対して直
交変換の1つである離散コサイン変換(DCT)を施
し、DCTにより得られた変換係数に対して量子化を施
し、さらに量子化後の値にエントロピ符号化であるハフ
マン符号化を施すことにより画像情報の圧縮を行うもの
である。
FIG. 1 is a diagram schematically showing JPEG compression and decompression processing. As shown in the figure, in this process, first, image information is separated into a luminance (Y) component and a color difference (C) component by performing color conversion from an RGB space to a YCC space, and each component image is, for example, 8 ×. The image block is divided into 8-pixel image blocks (not shown), and each image block is subjected to a discrete cosine transform (DCT), which is one of orthogonal transforms, and a transform coefficient obtained by the DCT is quantized. The image information is compressed by performing Huffman coding, which is entropy coding, on the quantized value.

【0027】また、圧縮された画像は、逆の手順、すな
わちハフマン逆符号化、逆量子化、逆離散コサイン変換
(IDCT)、YCC空間からRGB空間への色変換を
行うことにより復元される。
The compressed image is restored by performing the reverse procedure, that is, Huffman inverse coding, inverse quantization, inverse discrete cosine transform (IDCT), and color conversion from YCC space to RGB space.

【0028】本実施の形態は、上記処理のうちの量子化
で用いられる量子化テーブルに応じて、画像の彩度を補
正するものである。そこで、はじめに、量子化テーブル
について簡単に説明する。なお、以下の説明では、各情
報は8ビットのデータとして取り扱われるものとする。
つまり、例えば色差は通常−1から1の範囲の値で表現
されるが、以下の実施の形態では−1から1の範囲の値
は、0から255の範囲の整数値にマッピングされてい
るものとして説明する。
In this embodiment, the saturation of an image is corrected in accordance with a quantization table used for quantization in the above processing. Therefore, first, the quantization table will be briefly described. In the following description, each piece of information is treated as 8-bit data.
That is, for example, the color difference is usually represented by a value in the range of -1 to 1, but in the following embodiment, the value in the range of -1 to 1 is mapped to an integer value in the range of 0 to 255. It will be described as.

【0029】図2は、DCTの結果得られるデータ(係
数)の意味合いを示す図である。すなわち、上述の各成
分画像の8×8の画像ブロックに対してDCTを施す
と、その画像ブロック内のデータは空間周波数帯域別に
分類され、図2に示すように、左上ほど空間周波数が低
く、右下ほど空間周波数が高い成分を表す8×8個の係
数に変換される。
FIG. 2 is a diagram showing the meaning of data (coefficients) obtained as a result of DCT. That is, when DCT is applied to the 8 × 8 image block of each component image described above, the data in the image block is classified according to the spatial frequency band, and as shown in FIG. The lower right part is converted into 8 × 8 coefficients representing a component having a higher spatial frequency.

【0030】JPEGの量子化は、この8×8個のデー
タに対して、図3に示すような線形量子化を施すもので
あるが、この際、量子化のステップは、必ずしも図2の
全ての係数について同じとは限らない。このため、通常
は、図4や図5のように各係数を量子化する際の量子化
ステップを一覧として示した量子化テーブルが定義され
る。
In the JPEG quantization, the 8 × 8 data is subjected to linear quantization as shown in FIG. 3. In this case, the quantization step is not necessarily performed in all steps shown in FIG. Are not necessarily the same. For this reason, a quantization table showing a list of quantization steps when quantizing each coefficient as shown in FIGS. 4 and 5 is usually defined.

【0031】例えば、図4は、全ての係数について量子
化ステップが1であることを示しているが、この場合は
量子化を行っても情報量は減少しない。一方、図5は、
周波数が高いほど量子化ステップを大きくした場合を示
している。これは、高周波成分にはあまり重要な情報は
含まれていないので圧縮率を高めてもよいという前提に
基づいて定義されたものである。このように、量子化に
よる圧縮の度合いは量子化テーブルに依存している。
For example, FIG. 4 shows that the quantization step is 1 for all coefficients. In this case, even if quantization is performed, the information amount does not decrease. On the other hand, FIG.
The case where the quantization step is increased as the frequency becomes higher is shown. This is defined based on the premise that high-frequency components do not contain very important information and that the compression ratio may be increased. As described above, the degree of compression by quantization depends on the quantization table.

【0032】ここで、上記量子化テーブルは、各ステッ
プ値をそれぞれ個別に定義することも可能ではあるが、
通常は、Qualityとよばれるパラメータでコント
ロールされることが多い。例えば、図4の量子化テーブ
ルはQuality=100のとき、また図5の量子化
テーブルはQutlity=90のときのテーブルを示
している。
Here, in the quantization table, it is possible to define each step value individually.
Usually, it is often controlled by a parameter called Quality. For example, the quantization table of FIG. 4 shows a table when Quality = 100, and the quantization table of FIG. 5 shows a table when Quality = 90.

【0033】以上、量子化テーブルについて説明した
が、以下この量子化テーブルに依存して彩度を補正する
本発明の方法について説明する。
The quantization table has been described above. Hereinafter, a method of the present invention for correcting the saturation depending on the quantization table will be described.

【0034】上述のように、JPEG圧縮では、人間の
視覚が輝度に敏感で色差に鈍感であることを利用して、
輝度成分についてはあまり圧縮せずに色差成分のみを特
に圧縮することが可能である。以下に示す実施の形態
は、そのような方法で圧縮された画像を復元する場合に
関するものである。
As described above, JPEG compression takes advantage of the fact that human vision is sensitive to luminance and insensitive to color differences.
It is possible to compress only the chrominance component without particularly compressing the luminance component. The embodiment described below relates to a case where an image compressed by such a method is restored.

【0035】図6は、色差成分のみを特に圧縮する処理
の一過程を示す図である。図に示すように、この方法で
は、YCC変換により画像情報を輝度成分(Y成分)と
色差成分(C成分)に分解し、Y成分については、DC
Tを行った後、Qualityが高めの量子化テーブル
で量子化を行う。すなわち、Y成分は、あまり圧縮しな
い。一方、C成分については、まず2×2のブロックの
平均値をとって画素数を1/4に削減した後にDCTを
行う。さらに量子化ではQualityが低い量子化テ
ーブルを使用し、圧縮率を高くする。つまり、この圧縮
方法では、全体の圧縮率は、Y成分およびC成分の量子
化テーブルのQuality値と、C成分について画素
数削減を行うか否かによって決まる。なお、量子化の後
には、図1と同様ハフマン符号化が行われる(図示せ
ず)。
FIG. 6 is a diagram showing one process of a process for particularly compressing only the color difference component. As shown in the figure, in this method, image information is decomposed into a luminance component (Y component) and a color difference component (C component) by YCC conversion.
After performing T, quantization is performed using a quantization table with a higher Quality. That is, the Y component does not compress much. On the other hand, for the C component, DCT is performed after reducing the number of pixels to 4 by taking an average value of 2 × 2 blocks. Further, in quantization, a quantization table having a low quality is used, and the compression ratio is increased. That is, in this compression method, the overall compression ratio is determined by the Quality value of the quantization table for the Y component and the C component, and whether or not to reduce the number of pixels for the C component. After the quantization, Huffman coding is performed as in FIG. 1 (not shown).

【0036】図7は、図6の方法で圧縮された画像を復
元する処理の一過程を示す図である。画像情報の各成分
は、図1と同様にハフマン逆符号化され、圧縮時に用い
られた量子化テーブルにより、成分ごとに逆量子化され
る(図示せず)。Y成分については、その後逆DCTが
施される。一方、C成分については、画素数が削減され
ている場合には画素数が4倍になるように補間が施さ
れ、補間されたデータに対し彩度補正が行われる。その
後、画像情報はRGB空間に変換され、画像が復元され
る。
FIG. 7 is a diagram showing one process of a process of restoring an image compressed by the method of FIG. Each component of the image information is Huffman inverse-coded as in FIG. 1 and inverse-quantized for each component by a quantization table used at the time of compression (not shown). The inverse DCT is then performed on the Y component. On the other hand, for the C component, when the number of pixels is reduced, interpolation is performed so that the number of pixels is quadrupled, and saturation correction is performed on the interpolated data. Thereafter, the image information is converted to RGB space, and the image is restored.

【0037】本実施の形態では、圧縮時に画素数削減を
行ったか否かと、C成分の量子化に使用された量子化テ
ーブルのQualityとによって、彩度補正の補正量
を決定する。画素数削減の有無やQuality値のよ
うな圧縮処理のパラメータは、通常圧縮画像の画像ファ
イルに付帯情報として記録されることが多い。一方、補
正量との関係は、例えば図8のようなテーブルをメモリ
に予め記憶しておく。すなわち、このテーブルを参照
し、解凍する画像ファイルに記述されている圧縮処理パ
ラメータに対応する補正量を求めることによって、色差
成分の圧縮率に見合った彩度補正を行うことが可能とな
る。
In the present embodiment, the amount of chroma correction is determined based on whether or not the number of pixels has been reduced during compression and the quality of the quantization table used for quantization of the C component. The parameters of the compression processing, such as whether or not the number of pixels has been reduced and the quality value, are often recorded as supplementary information in the image file of the normally compressed image. On the other hand, the relationship with the correction amount is stored in advance in a memory, for example, in a table as shown in FIG. That is, by referring to this table and obtaining the correction amount corresponding to the compression processing parameter described in the image file to be decompressed, it is possible to perform the saturation correction corresponding to the compression ratio of the color difference component.

【0038】上述のようにCの値(−1から1)は0か
ら255の値にマッピングされているので、図8のテー
ブルに記述されている補正量をHとすると、補正は、例
えば、下記式(1) Cafter=(Cbefore−128)×(1+H)+128 …(1) 但し、Cafterは補正後の成分値、Cbeforeは補正前の
成分値により行うことができる。
As described above, since the value of C (from -1 to 1) is mapped to a value from 0 to 255, if the correction amount described in the table of FIG. Equation (1) below: Cafter = (Cbefore−128) × (1 + H) +128 (1) where Cafter can be performed by the component value after correction, and Cbefore can be performed by the component value before correction.

【0039】図9は、上記式(1)の補正を示したもの
であり、座標軸上の()内の数値は、マッピング前のC
の値を示している。つまり、Cの絶対値が大きいほど彩
度は高いので、(1)式により彩度を高めることができ
る。但し、演算により、Cafter<0、あるいはCafter
>255になってしまった場合には、図9に示すよう
に、それぞれ0あるいは255にクリップするものとす
る。
FIG. 9 shows the correction of the above equation (1). The numerical value in parentheses on the coordinate axis indicates the C
Are shown. That is, since the saturation is higher as the absolute value of C is larger, the saturation can be increased by the equation (1). However, depending on the operation, Cafter <0 or Cafter
If> 255, it is clipped to 0 or 255, respectively, as shown in FIG.

【0040】以上説明した復元方法により画像を復元す
れば、圧縮解凍を繰り返したとしても従来方法のように
彩度が低下することがなく、高画質プリントの作成に十
分耐えうる復元画像を得ることができる。
By restoring an image by the above-described restoration method, it is possible to obtain a restored image which does not decrease in saturation as in the conventional method even if compression / decompression is repeated, and which can sufficiently withstand creation of a high quality print. Can be.

【0041】なお、JPEG圧縮された画像の復元を例
に説明したが、言うまでもなく本発明は上記実施の形態
に限定されるものではなく、他の圧縮方法により圧縮さ
れた画像についても適用可能である。
Although the restoration of a JPEG-compressed image has been described as an example, it is needless to say that the present invention is not limited to the above embodiment, and can be applied to an image compressed by another compression method. is there.

【0042】また、彩度補正も、C成分に対して直接行
わなければならないというものではなく、例えばCIE
LAB(L*a*b)、CIE LUV(L*u*v*)などの
均等色空間に変換してからa、bあるいはu、vに対して補
正を施してもよい。但し、上述のように、伸長処理にお
いてC成分が既に分離されて取り扱われているような場
合には、直接補正を行うほうが、色変換処理などを行わ
ない分、処理効率はよい。
Also, the saturation correction does not have to be performed directly on the C component.
After conversion into a uniform color space such as LAB (L * a * b) or CIE LUV (L * u * v *), a, b or u, v may be corrected. However, as described above, when the C component is already separated and handled in the decompression processing, the processing efficiency is better if the direct correction is performed because the color conversion processing and the like are not performed.

【0043】また、写真プリントを作成する場合には、
RGB空間に変換した後に、さらにプリント出力に適し
たRGB空間に色変換を行うことがあるが、この変換に
用いられるルックアップテーブルを彩度補正量ごとに複
数用意しておき、圧縮パラメータごとに切り替えてもよ
い。つまり、彩度補正を行うために、必ず色差成分を分
離しなければならないというわけではない。
When creating a photo print,
After the conversion into the RGB space, the color conversion may be further performed on the RGB space suitable for the print output. A plurality of lookup tables used for this conversion are prepared for each saturation correction amount, and each of the compression parameters is prepared. You may switch. That is, it is not always necessary to separate color difference components in order to perform saturation correction.

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

【図1】JPEGによる圧縮および解凍処理の概略を示
す図
FIG. 1 is a diagram showing an outline of compression and decompression processing by JPEG.

【図2】DCTの結果得られるデータ(係数)の意味合
いを示す図
FIG. 2 is a diagram showing the meaning of data (coefficients) obtained as a result of DCT.

【図3】線形量子化処理を説明するための図FIG. 3 is a diagram for explaining a linear quantization process;

【図4】Quality=100の量子化テーブルを示
す図
FIG. 4 is a diagram showing a quantization table of Quality = 100.

【図5】Quality=90の量子化テーブルを示す
FIG. 5 is a diagram showing a quantization table of Quality = 90.

【図6】色差成分のみを特に圧縮する処理の一過程を示
す図
FIG. 6 is a diagram showing one process of a process for particularly compressing only a color difference component.

【図7】色差成分のみを特に圧縮する方法で圧縮された
画像を復元する処理の一過程を示す図
FIG. 7 is a diagram showing one process of a process of restoring an image compressed by a method of specifically compressing only the color difference component.

【図8】補正量のテーブルの一例を示す図FIG. 8 is a diagram illustrating an example of a correction amount table;

【図9】補正処理の一例を示す図FIG. 9 illustrates an example of a correction process.

フロントページの続き (51)Int.Cl.6 識別記号 FI H04N 9/808 Continued on the front page (51) Int.Cl. 6 Identification code FI H04N 9/808

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】 所定の圧縮方法により圧縮されたカラー
画像を伸長して可視画像として再生するカラー圧縮画像
の復元方法において、 前記カラー画像を前記圧縮方法に対応する伸長方法によ
り伸長するとともに、 前記圧縮方法によるカラー画像の色差成分の圧縮率に依
存した補正量で前記カラー画像の彩度を高めるような補
正処理を行い、 補正済カラー画像を記録媒体または表示媒体上に可視画
像として再生することを特徴とするカラー圧縮画像の復
元方法。
1. A method of restoring a color-compressed image, in which a color image compressed by a predetermined compression method is expanded and reproduced as a visible image, wherein the color image is expanded by an expansion method corresponding to the compression method. Performing a correction process to increase the saturation of the color image with a correction amount depending on a compression ratio of a color difference component of the color image by the compression method, and reproducing the corrected color image as a visible image on a recording medium or a display medium. A method for restoring a color compressed image, characterized in that:
【請求項2】 前記圧縮方法が前記カラー画像から該カ
ラー画像の色差成分を分離した後に、分離された色差成
分に対して圧縮処理を施す方法であり、 前記補正量が、前記圧縮処理における色差成分の圧縮率
に依存して定められた量であることを特徴とする請求項
1記載のカラー圧縮画像の復元方法。
2. The method according to claim 1, wherein the compression method separates a color difference component of the color image from the color image and then performs a compression process on the separated color difference component. 2. The method according to claim 1, wherein the amount is determined depending on the compression ratio of the component.
【請求項3】 前記圧縮処理が前記色差成分の量子化を
伴う処理であり、 前記補正量が前記量子化の量子化テーブルの種類ごとに
定められた量であることを特徴とする請求項2記載のカ
ラー圧縮画像の復元方法。
3. The compression processing is processing involving quantization of the color difference component, and the correction amount is an amount determined for each type of quantization table of the quantization. Restoration method of the described color compressed image.
【請求項4】 所定の圧縮方法により圧縮されたカラー
画像を伸長して可視画像として再生するカラー圧縮画像
の復元装置であって、 前記カラー画像を前記圧縮方法に対応する伸長方法によ
り伸長する画像伸長手段と、 前記圧縮方法によるカラー画像の色差成分の圧縮率に依
存した補正量で前記カラー画像の彩度を高めるような補
正処理を行う彩度補正手段と、 補正済カラー画像を記録媒体または表示媒体上に可視画
像として再生する画像再生手段とを備えたことを特徴と
するカラー圧縮画像の復元装置。
4. A color-compressed image restoration apparatus for expanding a color image compressed by a predetermined compression method and reproducing the color image as a visible image, wherein the color image is expanded by an expansion method corresponding to the compression method. Decompression means; saturation correction means for performing correction processing to increase the saturation of the color image with a correction amount depending on the compression ratio of the color difference component of the color image by the compression method; and An image reproducing means for reproducing a visible image on a display medium;
【請求項5】 前記圧縮方法が前記カラー画像から該カ
ラー画像の色差成分を分離した後に、分離された色差成
分に対して圧縮処理を施す方法であり、 前記補正量が、前記圧縮処理における色差成分の圧縮率
に依存して定められた量であることを特徴とする請求項
4記載のカラー圧縮画像の復元装置。
5. The compression method according to claim 1, wherein the color difference component of the color image is separated from the color image, and then the separated color difference component is subjected to a compression process. 5. The apparatus according to claim 4, wherein the amount is determined depending on a compression ratio of the component.
【請求項6】 前記圧縮処理が前記色差成分の量子化を
伴う処理であり、 前記補正量が前記量子化の量子化テーブルの種類ごとに
定められた量であることを特徴とする請求項5記載のカ
ラー圧縮画像の復元装置。
6. The method according to claim 5, wherein the compression processing is processing involving quantization of the color difference component, and the correction amount is an amount determined for each type of quantization table of the quantization. An apparatus for restoring a color compressed image according to the above.
JP9327369A 1997-11-28 1997-11-28 Method and system for decoding color compression image Withdrawn JPH11164320A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9327369A JPH11164320A (en) 1997-11-28 1997-11-28 Method and system for decoding color compression image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9327369A JPH11164320A (en) 1997-11-28 1997-11-28 Method and system for decoding color compression image

Publications (1)

Publication Number Publication Date
JPH11164320A true JPH11164320A (en) 1999-06-18

Family

ID=18198379

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9327369A Withdrawn JPH11164320A (en) 1997-11-28 1997-11-28 Method and system for decoding color compression image

Country Status (1)

Country Link
JP (1) JPH11164320A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113910792A (en) * 2021-09-30 2022-01-11 安徽天翔高新特种包装材料集团有限公司 Overprinting method of satellite type flexible printing press

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN113910792A (en) * 2021-09-30 2022-01-11 安徽天翔高新特种包装材料集团有限公司 Overprinting method of satellite type flexible printing press

Similar Documents

Publication Publication Date Title
US6282311B1 (en) Using a residual image to represent an extended color gamut digital image
US6282313B1 (en) Using a set of residual images to represent an extended color gamut digital image
US5724450A (en) Method and system for color image compression in conjunction with color transformation techniques
JPH10191074A (en) Color correction method for compressed image
JP2000152279A (en) System using one remaining image or over to represent digital image in expanded color area
EP1103918B1 (en) Image enhancement on JPEG compressed image data
US7991235B2 (en) Light compression for color images using error diffusion
US6563946B2 (en) Image processing apparatus and method
US7149350B2 (en) Image compression apparatus, image depression apparatus and method thereof
JP2000115564A (en) Method for operating expanded color area digital image
US6829385B2 (en) Apparatus and method for processing images, and a computer-readable medium
US7146055B2 (en) Image processing decompression apparatus and method of using same different scaling algorithms simultaneously
JPH1175183A (en) Image signal processing method and device and storage medium
JPH11308463A (en) Image processor and image processing method
JPH11164320A (en) Method and system for decoding color compression image
JP2809552B2 (en) Image encoding method and image decoding method
JP3825871B2 (en) Image processing apparatus and method, and computer-readable recording medium storing image processing program code
JP2810585B2 (en) Image encoding method and image decoding method
JP4926128B2 (en) Image processing apparatus, image reading apparatus, image forming apparatus, computer program, recording medium, and image processing method
Klassen et al. Color correcting JPEG compressed images
JP3323615B2 (en) Image data compression apparatus and method
JPH0896141A (en) Image processor
JP2698641B2 (en) Color image data encoding method and decoding method
JPH05176174A (en) Picture data compression method
JP2004158948A (en) Image data 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: 20050201