JPH10164377A - Color number reduction processor - Google Patents

Color number reduction processor

Info

Publication number
JPH10164377A
JPH10164377A JP8317980A JP31798096A JPH10164377A JP H10164377 A JPH10164377 A JP H10164377A JP 8317980 A JP8317980 A JP 8317980A JP 31798096 A JP31798096 A JP 31798096A JP H10164377 A JPH10164377 A JP H10164377A
Authority
JP
Japan
Prior art keywords
color
reduction processing
color reduction
colors
image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP8317980A
Other languages
Japanese (ja)
Other versions
JP3006522B2 (en
Inventor
Nobuyuki Goto
信幸 後藤
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.)
NEC Corp
Original Assignee
NEC Corp
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEC Corp filed Critical NEC Corp
Priority to JP8317980A priority Critical patent/JP3006522B2/en
Publication of JPH10164377A publication Critical patent/JPH10164377A/en
Application granted granted Critical
Publication of JP3006522B2 publication Critical patent/JP3006522B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To accelerate a processing and to perform the color number reduction processing of high quality while reducing a required storage capacity by individually performing the color number reduction processing to object image data expressed in the three-dimensional space of RGB by respective dimension units and returning them to three dimensions after the processing. SOLUTION: As one example, in the case of color-reducing the full-color images of about 16,700,000 colors to about 32,000 colors, based on the inputted full-color images D1, a graph (histogram) for indicating a using frequency to respective gradations is prepared for the respective components of RGB (S1) and conversion to 32-gradation gray scales D31-D33 is performed based on the result of the histogram (S2.) The prepared 32-gradation gray scale images D31-D33 of the respective components of RGB are synthesized into one image again (S3.) In this case, the image of the maximum of about 32,000 colors of 32×32×32=32,768 (colors) is attained and the color number reduction processing is ended.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、減色処理装置に関
し、特に、原画像を減色する減色処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a color reduction processing apparatus, and more particularly to a color reduction processing apparatus for reducing the color of an original image.

【0002】[0002]

【従来の技術】RGBの三次元空間で表現されるフルカ
ラー画像の品質を損なうことなく減色し、画像データを
表示装置へ表示したり、印刷装置で印刷する際に高速化
を図る減色処理装置が利用されている。従来、この種の
減色処理装置として、特開平8−87256号公報に開
示されたものが知られている。
2. Description of the Related Art A color reduction processing apparatus for reducing the color of a full-color image expressed in a three-dimensional space of RGB without deteriorating the quality thereof, displaying image data on a display device, and increasing the speed when printing with a printing device is known. It's being used. Conventionally, as this type of color reduction processing apparatus, one disclosed in Japanese Patent Application Laid-Open No. 8-87256 is known.

【0003】同公報に示す減色処理装置においては、R
(赤)、G(緑)、B(青)で構成されるフルカラー画
像のRGB空間を所定階調単位で分割し、細分化された
各ブロックにおける使用階調数に応じて減色処理を行っ
ている。
In the color reduction processing apparatus disclosed in the publication, R
The RGB space of a full-color image composed of (red), G (green), and B (blue) is divided into predetermined gradation units, and color reduction processing is performed according to the number of gradations used in each subdivided block. I have.

【0004】図4は、この減色手法を示す図である。同
図における減色対象画像は、RGBの各色ごとに64階
調であり、 64×64×64=262,144(約26万色) の総表現色数となっている。ここにおいて、RGBを三
次元空間とみなすとともに分割する階調単位を8階調と
すると、RGB空間は、 8×8×8=512(ブロック) に分割される。従って、各細分化ブロックで表現可能な
色数は 8×8×8=512(色) となる。そこで、512個に分割された各ブロックで何
色使用されているか、さらに、減色対象画像中で各色何
画素が使用しているかをカウントし、使用画素数の多い
色を使用階調数に応じた数だけ選択する。これによりフ
ルカラー画像の減色処理が実現される。
FIG. 4 is a diagram showing this color reduction method. The image to be reduced in the drawing has 64 gradations for each of the RGB colors, and has a total expression number of 64 × 64 × 64 = 262,144 (about 260,000 colors). Here, assuming that RGB is a three-dimensional space and the gradation unit to be divided is 8 gradations, the RGB space is divided into 8 × 8 × 8 = 512 (block). Therefore, the number of colors that can be represented by each subdivision block is 8 × 8 × 8 = 512 (colors). Therefore, how many colors are used in each of the 512 divided blocks, and how many pixels are used in each color in the color reduction target image are counted. Select as many as you want. Thereby, the color reduction processing of the full-color image is realized.

【0005】[0005]

【発明が解決しようとする課題】上述した従来の減色処
理装置においては、次のような課題があった。まず、電
子回路として実現しようとする場合、高速で高価な演算
装置(CPU)や、大容量で高価な記憶用メモリが必要
となる。これは、減色処理を三次元のRGB空間で行う
からであり、減色対象画像をRGBの三次元で処理する
ことが必要だからである。これにより、記憶用メモリ等
に多くの作業用領域が必要であるし、処理自体にも多く
の時間を要してしまう。
The above-described conventional color reduction processing apparatus has the following problems. First, when an electronic circuit is to be realized, a high-speed and expensive arithmetic unit (CPU) and a large-capacity and expensive storage memory are required. This is because the color reduction processing is performed in a three-dimensional RGB space, and it is necessary to process the color reduction target image in three-dimensional RGB. As a result, many working areas are required in a storage memory or the like, and much time is required for processing itself.

【0006】一方、ソフトウェアとしてコンピュータ等
の演算装置で実現する場合も、処理に多くの時間を要
し、また、記憶用メモリ等に多くの作業用領域が必要と
なる。これは、処理の際に画像データをRGBの三次元
配列として保持しなければならないし、減色処理自体も
三次元の演算で処理する必要があるからである。従っ
て、減色処理を行うためには大容量の記憶用メモリに多
くの作業領域が必要となるし、処理自体も多くの時間を
要してしまう。
On the other hand, when the software is realized by an arithmetic device such as a computer, much time is required for processing, and a large working area is required in a storage memory or the like. This is because the image data must be held as a three-dimensional array of RGB at the time of processing, and the color reduction processing itself needs to be processed by three-dimensional calculation. Therefore, in order to perform the color reduction processing, a large amount of work area is required in a large-capacity storage memory, and the processing itself requires much time.

【0007】本発明は、上記課題にかんがみてなされた
もので、処理の高速化を図るとともに、必要とする記憶
容量を削減しつつ、高品質な減色処理行なうことが可能
な減色処理装置の提供を目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above problems, and provides a color reduction processing apparatus capable of performing high-quality color reduction processing while increasing the processing speed and reducing the required storage capacity. With the goal.

【0008】[0008]

【課題を解決するための手段】上記目的を達成するた
め、請求項1にかかる発明は、RGBの三次元空間で表
現される減色対象画像データを各次元単位で個別に減色
処理し、処理後に再び三次元に戻すように構成してあ
る。
In order to achieve the above object, the invention according to claim 1 performs color reduction processing on image data to be subjected to color reduction represented in a three-dimensional space of RGB individually for each dimension, and after the processing. It is configured to return to three dimensions again.

【0009】上記のように構成した請求項1にかかる発
明においては、三次元で表されるフルカラー画像の色空
間を一次元に変換し減色処理を行う。すなわち、各次元
単位で個別に減色処理することにより、より高速に減色
処理を行うことができる。例えば、減色処理の際にRG
Bの色空間に含まれる全ての色について参照あるいは演
算を行わなくてはならないため、原画像のRGB各成分
の階調数が64階調であったとすると、 64×64×64=262,144(回) を1単位とした演算を行うことになる。しかし、これを
一次元で演算することにより、 64+64+64=192(回) を1単位とした演算を行うことになるため、大幅な高速
化が実現できる。
In the invention according to claim 1 configured as described above, the color space of a full-color image represented in three dimensions is converted to one dimension to perform color reduction processing. That is, the color reduction processing can be performed at higher speed by individually performing the color reduction processing for each dimension. For example, when performing color reduction processing, RG
Since all colors included in the B color space must be referred to or operated, if the number of gradations of each of the RGB components of the original image is 64, 64 × 64 × 64 = 262,144 (Times) will be calculated as one unit. However, by performing this operation in one dimension, the operation is performed with 64 + 64 + 64 = 192 (times) as one unit, so that a significant increase in speed can be realized.

【0010】また、ソフトウェアとしてこの減色処理を
実現する場合には、変換に必要な記憶容量を削減でき
る。例えば、従来のものであれば、画像データのRGB
各成分を記憶する必要があるため、原画像を減色処理す
る際に必要となる記憶容量は、原画像の大きさの三倍と
なる。しかしながら、上述したように各次元ごとに個別
に減色処理する場合であれば、RGB各成介を別々に変
換するため、減色処理に必要となる記憶容量は原画像の
大きさ分だけとなり、従来の技術と比較して三分の一の
記憶容量となる。
When the color reduction processing is implemented as software, the storage capacity required for conversion can be reduced. For example, in the case of a conventional one, RGB of image data
Since each component needs to be stored, the storage capacity required when performing the color reduction processing on the original image is three times the size of the original image. However, if the color reduction processing is performed individually for each dimension as described above, since the RGB components are converted separately, the storage capacity required for the color reduction processing is only the size of the original image. The storage capacity is one-third that of the conventional technology.

【0011】また、請求項2にかかる発明は、上記請求
項1に記載の減色処理装置において、上記減色処理は、
上記減色対象画像データで使用されている階調色につい
ての総合的な使用頻度を検出し、この使用頻度を優先し
て処理を行なう構成としてある。減色処理をするにあた
り、減色対象画像データで使用されている階調色につい
ての総合的な使用頻度を検出し、この使用頻度を優先し
て処理を行なう。すなわち、減色対象画像に使われてい
る色数、各色の使用頻度を調ベてヒストグラムのグラフ
を作成し、このヒストグラムに応じた処理を行うこと
で、減色処理後の画像の品質が低下することを防いでい
る。
According to a second aspect of the present invention, in the color reduction processing apparatus according to the first aspect, the color reduction processing includes:
The overall frequency of use of the gradation colors used in the color reduction target image data is detected, and processing is performed with priority given to this frequency of use. In performing the color reduction processing, the total use frequency of the gradation colors used in the color reduction target image data is detected, and the processing is performed with priority given to this use frequency. That is, the number of colors used in the color reduction target image and the frequency of use of each color are checked to create a histogram graph, and the processing according to the histogram lowers the quality of the image after the color reduction processing. Is preventing.

【0012】さらに、請求項3にかかる発明は、上記請
求項2に記載の減色処理装置において、使用頻度の優先
によって採用されない階調色を近似の階調色に変換する
構成としてある。ヒストグラムに応じた優先処理によっ
て使用頻度の高い順に階調色を選択していくと、それ以
外の階調色が選択されないことになるが、これについて
はそこからもっとも近い階調色に近似する。このことに
より、減色対象画像中で頻繁に使われる階調を確保する
ことができる。
Further, according to a third aspect of the present invention, in the color reduction processing apparatus according to the second aspect, a gradation color which is not adopted due to priority of use frequency is converted into an approximate gradation color. If tone colors are selected in descending order of frequency of use by priority processing according to the histogram, other tone colors will not be selected, but this is approximated to the closest tone color. As a result, it is possible to secure a frequently used gradation in the color reduction target image.

【0013】さらに、請求項4にかかる発明は、上記請
求項1〜請求項3に記載の減色処理装置において、所定
回数だけ繰り返す構成としてある。上記減色処理過程を
数回繰り返すことによって、例えば、フルカラー画像か
ら256色のカラー画像などを生成する。使用頻度の高
い順に少しずつ絞り込む課程を繰り返すことになる。
Further, a fourth aspect of the present invention is the color reduction processing apparatus according to any one of the first to third aspects, wherein the apparatus is configured to be repeated a predetermined number of times. By repeating the color reduction process several times, for example, a 256-color image is generated from a full-color image. The process of narrowing down little by little in the order of frequency of use is repeated.

【0014】[0014]

【発明の実施の形態】以下、図面にもとづいて本発明の
実施形態を説明する。図1は、本発明の一実施形態にか
かる減色処理装置をブロック図により示している。同図
において、減色処理を行う場合、装置に入力されたフル
カラー画像101は、減色処理部102に入力され、減
色処理が行われる。この減色処理部102の具体的な処
理については後述する。減色処理部102は出力として
減色された画像103を生成し、この減色された画像1
03はRGB画像制御部104に入力される。RGB画
像制御部104は、表示装置105や印刷装置106に
減色された画像を出力するものであり、表示装置105
は減色された画像103に基づいてディスプレイ上に表
示するし、印刷装置106は減色された画像103に基
づいて紙面上に印刷処理して終了する。
Embodiments of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing a color reduction processing apparatus according to an embodiment of the present invention. In the figure, when performing color reduction processing, a full-color image 101 input to the apparatus is input to a color reduction processing unit 102, where the color reduction processing is performed. Specific processing of the color reduction processing unit 102 will be described later. The color reduction processing unit 102 generates a color-reduced image 103 as an output, and generates the color-reduced image 1
03 is input to the RGB image control unit 104. The RGB image control unit 104 outputs the reduced color image to the display device 105 and the printing device 106.
Is displayed on the display based on the color-reduced image 103, and the printing device 106 performs printing processing on paper based on the color-reduced image 103, and ends.

【0015】一方、入力された画像を減色する必要がな
い場合、装置に入力されたフルカラー画像101はRG
B画像制御部104によって表示装置105や印刷装置
106にそのまま出力され、処理は終了する。
On the other hand, when it is not necessary to reduce the color of the input image, the full-color image 101 input to the device is
The image is directly output to the display device 105 and the printing device 106 by the B image control unit 104, and the process ends.

【0016】次に、上記構成からなる本実施形態の動作
を説明する。一例として、約1,670万色のフルカラ
ー画像を約32,000色に減色する場合で説明する。
図2は、図1に示した減色処理部102の減色処理過程
に対応したフローチャートである。減色処理部102は
ステップS1にて入力されたフルカラー画像D1に基づ
き、RGB各成分について各階調に対する使用頻度を表
すグラフ(ヒストグラム)を作成する。
Next, the operation of this embodiment having the above configuration will be described. As an example, a case in which a full-color image of about 16.7 million colors is reduced to about 32,000 colors will be described.
FIG. 2 is a flowchart corresponding to the color reduction processing of the color reduction processing unit 102 shown in FIG. Based on the full-color image D1 input in step S1, the color reduction processing unit 102 creates a graph (histogram) representing the frequency of use for each gradation for each of the RGB components.

【0017】次に、入力されたフルカラー画像D1は、
RGB各成分の256階調グレースケール画像D21〜
D23として分割され、ステップS2にて上述したヒス
トグラムの結果に基づいて32階調グレースケールD3
1〜D33に変換される。
Next, the input full-color image D1 is
256 gradation gray scale images D21 to D21 of RGB components
D23, and based on the result of the histogram described above in step S2, a 32-tone gray scale D3
1 to D33.

【0018】このステップS2におけるヒストグラムの
結果から32階調グレースケールへ減色する処理につい
て図3を用いて説明する。ステップS2では、まず、2
56階調のヒストグラムを各色ごとに8個の領域に等分
に分割する。この状態がH1に該当する。次に、分割さ
れた領域ごとに、各領域の面積を計算する。この計算
は、次式に基づいて行う。 各領域の面積=各領域の幅×各領域内の各階調の使用頻
度の合計 このようにして各領域の面積を求めたら、その面積比に
より32階調を8個の各領域に割り当てる。
The process of reducing the color from the result of the histogram in step S2 to a 32-tone gray scale will be described with reference to FIG. In step S2, first, 2
The 56-tone histogram is equally divided into eight regions for each color. This state corresponds to H1. Next, the area of each of the divided regions is calculated. This calculation is performed based on the following equation. The area of each region = the width of each region × the sum of the frequency of use of each gradation in each region. When the area of each region is obtained in this manner, 32 gradations are assigned to each of the eight regions based on the area ratio.

【0019】この割当数に従って各領域で使用頻度の高
い順に階調を選択し、それ以外の階調はそこからもっと
も近い階調に近似する。このことにより、減色対象画像
中で頻繁に使われる階調を確保することができる。この
状態がH2に該当する。すなわち、RGBの三次元デー
タについてその成分ごとにヒストグラムを生成し、これ
を8つの小領域に分割し、優先順位を求め、同優先順位
に基づいて32階調を割り振っている。従って、各成分
ごとに個別に減色処理したことになる。
In accordance with the allocated number, the gradation is selected in the order of the frequency of use in each area, and the other gradations are approximated to the gradation closest thereto. As a result, it is possible to secure a frequently used gradation in the color reduction target image. This state corresponds to H2. That is, a histogram is generated for each component of RGB three-dimensional data, the histogram is divided into eight small areas, priorities are determined, and 32 gradations are assigned based on the priorities. Therefore, the color reduction processing is performed individually for each component.

【0020】また、32階調の割り当てをヒストグラム
に基づく総合的な使用頻度を優先して行っており、画像
の劣化は最小限に押さえられる。図2に戻ると、以上の
ようにして作成されたRGB各成分の32階調グレース
ケール画像D31〜D33は、ステップS3にて再び1
枚の画像に合成する。この場合、 32×32×32=32,768(色) という、最大約32,000色の画像となり減色処理は
終了する。
Further, the assignment of 32 gradations is performed with priority given to the overall frequency of use based on the histogram, so that the deterioration of the image is minimized. Returning to FIG. 2, the 32-gradation grayscale images D31 to D33 of the respective RGB components created as described above are output once again in step S3.
Combine into two images. In this case, the image becomes 32 × 32 × 32 = 32,768 (color), which is a maximum of about 32,000 colors, and the color reduction processing ends.

【0021】上述した実施形態においては、約1,67
0万色のフルカラー画像を、約32,000色に減色す
る場合について説明したが、原画像の色数、減色後の色
数についての制限はない。また、256階調グレースケ
ール画像を32階調に落とすことで約32,000色の
カラー画像を生成したが、変換後の階調数についても制
限はない。例えば、32階調ではなく、6階調のグレー
スケールにすることで、約32,000色のカラー画像
を 6×6×6=216(色) のカラー画像に減色することも可能である。
In the embodiment described above, about 1,67
Although the case where a full-color image of 10,000 colors is reduced to about 32,000 colors has been described, there is no limitation on the number of colors of the original image and the number of colors after the reduction. Further, a color image of about 32,000 colors is generated by reducing the 256-tone grayscale image to 32 tones, but the number of tones after conversion is not limited. For example, it is possible to reduce the color image of about 32,000 colors to a color image of 6 × 6 × 6 = 216 (colors) by using a gray scale of 6 gradations instead of 32 gradations.

【0022】一方、図2及び図3に示した減色処理過程
を数回繰り返すように構成することもできる。すなわ
ち、最初に256階調グレースケール画像を32階調グ
レースケール画像に変換し、次に、同様の処理を繰り返
して32階調グレースケール画像を8階調グレースケー
ル画像に変換する。これにより、256色のカラー画像
を生成することができる。より具体的には、フローチャ
ートにおいては階調変換をパラメータで指定し、減色処
理部102をネストして呼び出すようにすればよい。
On the other hand, the color reduction process shown in FIGS. 2 and 3 may be repeated several times. That is, first, a 256-tone grayscale image is converted into a 32-tone grayscale image, and then the same processing is repeated to convert the 32-tone grayscale image into an 8-tone grayscale image. As a result, a color image of 256 colors can be generated. More specifically, in the flowchart, the gradation conversion may be designated by a parameter, and the color reduction processing unit 102 may be called in a nested manner.

【0023】このようにすれば、処理時間は増加するも
のの、より無理なく、高品質な減色を行うことができ
る。このように、RGBの三次元空間で各成分ごとにヒ
ストグラムを作成するとともに(ステップS1)、ヒス
トグラムを所定階調単位に分割しつつ各領域の面積比で
32階調グレースケールを生成する(ステップS2)の
で、減色処理を一次元で演算することが可能となり、最
後に合成すれば無理なく減色でき、より少ない記憶容量
で高速に減色処理が実現できるとともに、減色対象画像
データに使われている色数、各色の使用頻度に応じた処
理を行うため、高品位な減色処理といえる。
In this way, although the processing time increases, high-quality color reduction can be performed more easily. As described above, a histogram is created for each component in the RGB three-dimensional space (step S1), and a 32 gradation gray scale is generated based on the area ratio of each region while dividing the histogram into predetermined gradation units (step S1). Since S2), the color reduction processing can be performed in one dimension, the color can be reasonably reduced by combining the colors at the end, the color reduction processing can be realized at a high speed with a smaller storage capacity, and the color reduction processing is used for the color reduction target image data. Since the processing according to the number of colors and the frequency of use of each color is performed, it can be said that this is a high-quality color reduction processing.

【0024】[0024]

【発明の効果】以上説明したように本発明は、三次元で
表される色空間を一次元に変換し減色処理を行うことに
より、高速に減色処理を行うことが可能な減色処理装置
を提供することができる。また、記憶資源等の削減も可
能となる。すなわち、高速、高品質で、より少ない記憶
容量で実現可能となる。また、請求項2にかかる発明に
よれば、階調色についての総合的な使用頻度に基づいて
減色処理するため、画像の品質が低下することを防止で
きる。
As described above, the present invention provides a color reduction processing apparatus capable of performing high-speed color reduction processing by converting a three-dimensional color space into one dimension and performing color reduction processing. can do. In addition, storage resources and the like can be reduced. That is, it can be realized with high speed, high quality, and a smaller storage capacity. According to the second aspect of the present invention, since the color reduction processing is performed based on the total use frequency of the gradation colors, it is possible to prevent the image quality from deteriorating.

【0025】さらに、請求項3にかかる発明によれば、
選択されない階調色を近似色に変換することにより、減
色対象画像中で頻繁に使われる階調色を確保することが
できる。さらに、請求項4にかかる発明によれば、徐々
に使用する階調色を絞り込むため、処理時間は増加する
ものの、より無理なく、高品質な減色を行える。
Further, according to the invention of claim 3,
By converting an unselected gradation color into an approximate color, a gradation color frequently used in the color reduction target image can be secured. Further, according to the invention of claim 4, since the gradation colors to be used are gradually narrowed down, the processing time is increased, but high-quality color reduction can be performed without difficulty.

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

【図1】本発明の一実施形態にかかる減色処理装置のブ
ロック図である。
FIG. 1 is a block diagram of a color reduction processing apparatus according to an embodiment of the present invention.

【図2】減色処理部が実施するフローチャートである。FIG. 2 is a flowchart executed by a color reduction processing unit.

【図3】減色処理過程における階調変換の概念を模式的
に示す図である。
FIG. 3 is a diagram schematically illustrating the concept of gradation conversion in a color reduction process.

【図4】従来の減色処理の概念を示す図である。FIG. 4 is a diagram illustrating the concept of a conventional color reduction process.

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

101 フルカラー画像 102 減色処理部 103 減色された画像 104 RGB画像制御部 105 表示装置 106 印刷装置 Reference Signs List 101 Full-color image 102 Color reduction processing unit 103 Color-reduced image 104 RGB image control unit 105 Display device 106 Printing device

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 RGBの三次元空間で表現される減色対
象画像データを各次元単位で個別に減色処理し、処理後
に再び三次元に戻すように構成したことを特徴とする減
色処理装置。
1. A color reduction processing apparatus characterized in that color reduction target image data expressed in a three-dimensional space of RGB is individually subjected to color reduction processing in units of dimensions, and is returned to three-dimensional after processing.
【請求項2】 上記請求項1に記載の減色処理装置にお
いて、上記減色処理は、上記減色対象画像データで使用
されている階調色についての総合的な使用頻度を検出
し、この使用頻度を優先して処理を行うことを特徴とす
る減色処理装置。
2. The color reduction processing apparatus according to claim 1, wherein the color reduction processing detects a total use frequency of a gradation color used in the color reduction target image data, and determines the use frequency. A color reduction processing device characterized by performing processing with priority.
【請求項3】 上記請求項2に記載の減色処理装置にお
いて、使用頻度の優先によって採用されない階調色を近
似の階調色に変換することを特徴とする減色処理装置。
3. The color reduction processing device according to claim 2, wherein a gradation color not adopted due to priority of use frequency is converted into an approximate gradation color.
【請求項4】 上記請求項1〜請求項3のいずれかに記
載の減色処理装置において、所定回数だけ繰り返すこと
を特徴とする減色処理装置。
4. The color reduction processing apparatus according to claim 1, wherein the processing is repeated a predetermined number of times.
JP8317980A 1996-11-28 1996-11-28 Color reduction processing device Expired - Fee Related JP3006522B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP8317980A JP3006522B2 (en) 1996-11-28 1996-11-28 Color reduction processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP8317980A JP3006522B2 (en) 1996-11-28 1996-11-28 Color reduction processing device

Publications (2)

Publication Number Publication Date
JPH10164377A true JPH10164377A (en) 1998-06-19
JP3006522B2 JP3006522B2 (en) 2000-02-07

Family

ID=18094149

Family Applications (1)

Application Number Title Priority Date Filing Date
JP8317980A Expired - Fee Related JP3006522B2 (en) 1996-11-28 1996-11-28 Color reduction processing device

Country Status (1)

Country Link
JP (1) JP3006522B2 (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7248743B2 (en) 2003-04-08 2007-07-24 Hitachi, Ltd. Image processing apparatus, mobile terminal device and image processing computer readable program
JP2012142143A (en) * 2010-12-28 2012-07-26 Hitachi High-Technologies Corp Charged particle beam device and observation image generating method

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7248743B2 (en) 2003-04-08 2007-07-24 Hitachi, Ltd. Image processing apparatus, mobile terminal device and image processing computer readable program
US7386181B2 (en) 2003-04-08 2008-06-10 Hitachi, Ltd. Image display apparatus
JP2012142143A (en) * 2010-12-28 2012-07-26 Hitachi High-Technologies Corp Charged particle beam device and observation image generating method

Also Published As

Publication number Publication date
JP3006522B2 (en) 2000-02-07

Similar Documents

Publication Publication Date Title
JP2923648B2 (en) Method and apparatus for generating color characteristics of an object
US5412766A (en) Data processing method and apparatus for converting color image data to non-linear palette
US7982744B2 (en) Image processing device, image processing method, image processing program, recording medium storing image processing program, and image display device
JPH0290197A (en) Dither device
CN109461400B (en) Sub-pixel rendering method and device for converting RGB (red, green and blue) image into RGBW (red, green and blue) image
US7623270B2 (en) Method of processing a digital image by means of ordered dithering technique description
JP2647033B2 (en) Lookup table creation method and lookup table creation device
JP2000324336A (en) Interpolation method and device
JP3006522B2 (en) Color reduction processing device
JPH10307703A (en) Bit extension device
US7209144B2 (en) Image-display apparatus, image-display method, and image-display program
JP2003208606A (en) Color transformation in three dimensional color space
JPH10191090A (en) Apparatus and method for manufacturing color conversion table, and recording medium
KR101042517B1 (en) Display color adjust
JP2004213100A (en) Color conversion processor and color conversion processing method
JP2009044426A (en) Image processor
JPH03113682A (en) Picture processor
JP2012088954A (en) Image processing device
JPH0954571A (en) Gradation controller
JPH06149223A (en) Display device and its relative device, and image display system
JP2002182635A (en) Subtractive color conversion method for image data, display method for subtractive color image, and storage medium for realizing these method
AU673556B2 (en) Colour display system
JP2986316B2 (en) How to modify shapes
JPH0378094A (en) Picture gradient converting device
JPH09218675A (en) Display control device and method therefor

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20071126

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20081126

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20081126

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20091126

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20091126

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20101126

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20111126

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20111126

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20121126

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20121126

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20131126

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees