JPH11339013A - Image processor and image processing method - Google Patents

Image processor and image processing method

Info

Publication number
JPH11339013A
JPH11339013A JP10147042A JP14704298A JPH11339013A JP H11339013 A JPH11339013 A JP H11339013A JP 10147042 A JP10147042 A JP 10147042A JP 14704298 A JP14704298 A JP 14704298A JP H11339013 A JPH11339013 A JP H11339013A
Authority
JP
Japan
Prior art keywords
data
expanded
rgb
color
color type
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP10147042A
Other languages
Japanese (ja)
Inventor
Masaichi Koide
正市 小出
Seiichi Kuronuma
静一 黒沼
Kazuyuki Ohashi
一之 大橋
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.)
Oki Electric Industry Co Ltd
Oki Information Systems Co Ltd
Original Assignee
Oki Electric Industry Co Ltd
Oki Information Systems 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 Oki Electric Industry Co Ltd, Oki Information Systems Co Ltd filed Critical Oki Electric Industry Co Ltd
Priority to JP10147042A priority Critical patent/JPH11339013A/en
Publication of JPH11339013A publication Critical patent/JPH11339013A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

PROBLEM TO BE SOLVED: To increase the display speed of a JPEG(joint photographic experts group) image. SOLUTION: A compressed data storing part 2 stores compressed YUV (luminance, blue, and red) data constituting a JPEG image, and a data expanding part 3 expands the compressed YUV data, and obtains the extended YUV data. A table storing part 5 stores a color classification table for dividing a displayable color and an RGB(read, green, blue) table for dividing each color classification based on RGB data. A data editing part 4 decides the color classification based on the expanded UV data in the expanded YUV data, and decides RGB data from the RGB table of the color classification based on the expanded Y data in the expanded YUV data.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、画像処理装置およ
び画像処理方法に関し、さらに詳しくは、JPEG画像
を表示または印刷することができる画像処理装置および
画像処理方法に関する。
The present invention relates to an image processing apparatus and an image processing method, and more particularly, to an image processing apparatus and an image processing method capable of displaying or printing a JPEG image.

【0002】[0002]

【従来の技術】一般的にカラー画像の情報はR(レッ
ド)G(グリーン)B(ブルー)データで表現される
が、JPEG(Joint Photographic Expert Group )画
像は圧縮したY(輝度)U(青み)V(赤み)データで
表現されている。このため、JPEG画像を表示する場
合または印刷する場合は、YUVデータを伸張し、RG
Bデータに変換する処理が必要となる。
2. Description of the Related Art Generally, information of a color image is represented by R (red), G (green), and B (blue) data, while a JPEG (Joint Photographic Expert Group) image is compressed by Y (luminance) U (blue) ) V (red) data. Therefore, when displaying or printing a JPEG image, the YUV data is decompressed and the RG
Processing for converting to B data is required.

【0003】従来は、図8に示す画像処理を実行してJ
PEG画像を表示する。ステップS1では、YUVデー
タを伸張して、伸張YUVデータを得る。ステップS2
2では、伸張YUVデータからRGBデータを次式に基
いて求める。 R=Y+1.4020×(V−128 ) G=Y−0.3441×(U−128 )−0.7139×(V−128 ) B=Y+1.7718×(U−128 )−0.7139×(V−128 ) ステップS33では、RGBデータに対して減色処理を
行う。この減色処理とは、例えば256色画像表示装置
では256色しか表示できないので、RGBデータから
最も近い色を求める処理である。
Conventionally, the image processing shown in FIG.
Displays a PEG image. In step S1, the YUV data is expanded to obtain expanded YUV data. Step S2
In step 2, RGB data is obtained from the expanded YUV data based on the following equation. R = Y + 1.4020 × (V−128) G = Y−0.3441 × (U−128) −0.7139 × (V−128) B = Y + 1.7718 × (U−128) −0.7139 × (V−128) Step In S33, a color reduction process is performed on the RGB data. The color reduction process is a process for obtaining the closest color from the RGB data because, for example, a 256-color image display device can display only 256 colors.

【0004】ステップS4では、前記RGBデータから
表示データを生成し、その表示データをディスプレイな
どに表示する。実際には、ステップS1〜ステップS4
の動作を各々のドット(例えば、640×480ドッ
ト)に対して繰り返すことになる。
In step S4, display data is generated from the RGB data, and the display data is displayed on a display or the like. Actually, steps S1 to S4
Is repeated for each dot (for example, 640 × 480 dots).

【0005】[0005]

【発明が解決しようとする課題】従来は、JPEG画像
を表示する場合において、伸張YUVデータからRGB
データを計算し、そのRGBデータから表示装置で表示
可能な最も近い色を計算するようになっている。しかし
ながら、RGBデータの計算や表示可能な最も近い色の
計算には時間がかかるので、JPEG画像の表示速度が
著しく遅くなってしまう問題がある。
Conventionally, when displaying a JPEG image, RGB data is not converted from decompressed YUV data.
Data is calculated, and the closest color that can be displayed on the display device is calculated from the RGB data. However, the calculation of the RGB data and the calculation of the closest color that can be displayed take a long time, and there is a problem that the display speed of the JPEG image is significantly reduced.

【0006】[0006]

【課題を解決するための手段】上記問題を解決するため
に、本発明は、表示可能な色を複数の色種に分割する色
種テーブルと各色種をRGBデータに基いて分割するR
GBテーブルとを記憶する記憶手段と、圧縮された画像
データを伸張して得た伸張YUVデータが与えられたと
きにその伸張YUVデータ中の伸張UVデータを用いて
前記色種テーブルに基いて色種を決定する色種決定手段
と、前記伸張YUVデータ中の伸張Yデータを用いて前
記決定した色種に対するRGBテーブルに基いてRGB
データを決定するRGBデータ決定手段とを具備したこ
とを特徴とする画像処理装置を提供する。
In order to solve the above problems, the present invention provides a color type table for dividing a displayable color into a plurality of color types and an R type for dividing each color type based on RGB data.
A storage means for storing a GB table; and when given expanded YUV data obtained by expanding compressed image data, a color based on the color type table using the expanded UV data in the expanded YUV data. Color type determining means for determining a type; and RGB based on an RGB table for the determined color type using the expanded Y data in the expanded YUV data.
An image processing apparatus comprising: an RGB data determination unit that determines data.

【0007】上記画像処理装置では、色種テーブルを参
照して色種を決定し、RGBテーブルを参照してRGB
データを決定するので、RGBデータまたは表示可能な
最も近い色を計算で求める必要がなくなるから、JPE
G画像の表示速度を向上できることとなる。
In the above image processing apparatus, the color type is determined with reference to the color type table, and the RGB type is determined with reference to the RGB table.
Since the data is determined, there is no need to calculate the RGB data or the closest color that can be displayed by calculation.
The display speed of the G image can be improved.

【0008】[0008]

【発明の実施の形態】以下、図に示す実施の形態により
本発明をさらに詳細に説明する。なお、これにより本発
明が限定されるものではない。図1は、本発明の一実施
の形態の画像処理装置を機能的に示すブロック図であ
る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Hereinafter, the present invention will be described in more detail with reference to the embodiments shown in the drawings. Note that the present invention is not limited by this. FIG. 1 is a block diagram functionally showing an image processing apparatus according to an embodiment of the present invention.

【0009】この画像処理装置100は、JPEG画像
を構成する圧縮されたYUVデータを記憶する圧縮デー
タ記憶部2(フラッシュメモリ)と、その圧縮されたY
UVデータを伸張して伸張YUVデータを得るデータ伸
張部3(JPEGLsi)と、後述する色種テーブルCと
RGBテーブルPを記憶するテーブル記憶部5と、前記
伸張YUVデータと前記色種テーブルとRGBテーブル
に基いて表示データを生成するデータ編集部4(VRA
M)と、前記表示データを表示部7で表示可能な形式で
記憶する表示データ記憶部6(フレームメモリ)と、前
記各部の動作を制御する制御部1とを具備している。前
記各部はバス8によって接続されている。
The image processing apparatus 100 includes a compressed data storage unit 2 (flash memory) for storing compressed YUV data constituting a JPEG image, and the compressed Y
A data decompression unit 3 (JPEGLsi) for decompressing UV data to obtain decompressed YUV data, a table storage unit 5 for storing a color type table C and an RGB table P described later, the decompressed YUV data, the color type table, and RGB Data editing unit 4 (VRA) that generates display data based on the table
M), a display data storage section 6 (frame memory) for storing the display data in a format that can be displayed on the display section 7, and a control section 1 for controlling the operation of each section. The above components are connected by a bus 8.

【0010】図2は、画像処理装置100をハードウェ
ア的に示すブロック図である。この画像処理装置100
は、装置全体をROM82やハードディスク84に記憶
されているプログラムに基いて制御するCPU81と、
オペレーティングシステムやプログラムやデータなどを
記憶するROM82と、CPU81のワークエリアとし
て使用されるRAM83と、データやプログラムや色種
テーブルCとRGBテーブルPなどを記憶するハードデ
ィスク84と、JPEG画像を表示するディスプレイ8
5と、操作の指示を与えたり,文字(数字,記号を含
む)を入力するためのキーを有するキーボード86と、
操作の指示を与えたり,ディスプレイ85上の場所を指
摘するためのマウス87と、JPEG画像をカラー印字
するプリンタ88と上記各部をそれぞれ接続するための
バス80とを有する。
FIG. 2 is a block diagram showing the image processing apparatus 100 in terms of hardware. This image processing apparatus 100
A CPU 81 that controls the entire apparatus based on a program stored in a ROM 82 or a hard disk 84;
ROM 82 for storing an operating system, programs, data, etc., RAM 83 used as a work area for CPU 81, hard disk 84 for storing data, programs, color type table C, RGB table P, etc., and a display for displaying JPEG images 8
5, a keyboard 86 having keys for giving operation instructions and inputting characters (including numbers and symbols);
It has a mouse 87 for giving an operation instruction and pointing out a place on the display 85, a printer 88 for printing a JPEG image in color, and a bus 80 for connecting each of the above parts.

【0011】なお、CPU81は、図1中の制御部1と
データ伸張部3とデータ編集部4としての機能を持って
いる。また、ハードディスク84は、図1中の圧縮デー
タ記憶部2とテーブル記憶部5と表示データ記憶部6と
しての機能を持っている。また、ディスプレイ85は、
図1中の表示部7としての機能を持っている。この画像
処理装置100の電源オン時に、パレット(256色)
にRGBデータを設定する。このとき、1)フルカラー
画像であっても、使用している色は限定させる、2)人
間の肌などの表情のある色は、表現色を細かく分割する
(これは、立体感を表現するのに詳細なカラー情報が必
要であるためである)、3)物体などの表情の無い色
は、表現色を限定する(例えば、同じ赤でも、R=25
5とR=254の違いは人間の眼では区別できないの
で、同色扱いできる)。
The CPU 81 has functions as the control unit 1, the data decompression unit 3, and the data editing unit 4 in FIG. The hard disk 84 has functions as the compressed data storage unit 2, the table storage unit 5, and the display data storage unit 6 in FIG. Also, the display 85
It has a function as the display unit 7 in FIG. When the power of the image processing apparatus 100 is turned on, the palette (256 colors)
Is set to RGB data. At this time, 1) the colors used are limited even in the case of a full-color image. 2) Expression colors, such as human skin, are finely divided into expression colors. 3) A color without expression such as an object limits the expression color (for example, even if the color is red, R = 25)
Since the difference between 5 and R = 254 cannot be distinguished by the human eye, they can be treated as the same color.)

【0012】図3に、表示可能な色を複数の色種に分割
する色種テーブルを示す。なお、ここでは、説明の都合
上、表示可能な色は256色であると仮定する。この色
種テーブルCでは、色10〜色31(薄黄〜淡黄)はイ
エロー系パレット、色32〜色74(薄青〜淡青)はブ
ルー系パレット、色75〜色117(薄赤〜淡赤)はレ
ッド系パレット、色118〜色188(薄肌色〜淡肌
色)は肌色系パレット、色189〜色210(薄緑〜淡
緑)はグリーン系パレット、色211〜色232(薄灰
〜淡灰)はグレー(薄)系パレット、色233〜色25
4はグレー(濃)系パレットに分割する。
FIG. 3 shows a color type table for dividing a displayable color into a plurality of color types. Here, for convenience of explanation, it is assumed that 256 colors can be displayed. In this color type table C, colors 10 to 31 (light yellow to light yellow) are a yellow palette, colors 32 to 74 (light blue to light blue) are a blue palette, and colors 75 to 117 (light red to pale). Red) is a red palette, colors 118 to 188 (light to pale) are flesh color palettes, colors 189 to 210 (light green to pale green) are green palette, colors 211 to 232 (light gray to pale). Pale gray) is a gray (light) palette, color 233 to color 25
4 is divided into a gray (dark) system palette.

【0013】伸張YUVデータ中の伸張UVデータを用
いて前記色種テーブルCに基いて色種を決定する。図4
に、グリーン系パレットのRGBテーブルPを示す。例
えば、伸張YUVデータ中の伸張Yデータの値が[0]
〜[45]であればパレット番号は189となり、RG
BデータはR=36,G=52,B=8となる。
The color type is determined on the basis of the color type table C using the expanded UV data in the expanded YUV data. FIG.
8 shows an RGB table P of a green pallet. For example, if the value of the decompressed Y data in the decompressed YUV data is [0]
~ [45], the pallet number is 189 and RG
The B data has R = 36, G = 52, and B = 8.

【0014】上記画像処理装置100は、図5のフロー
チャートに示す画像処理を実行してJPEG画像を表示
する。ステップS1では、データ伸張部3は、圧縮デー
タ記憶部2中のYUVデータを伸張して伸張YUVデー
タを得る。ステップS2では、データ編集部4は、伸張
YUVデータから、図6に示すRGBデータ決定処理に
基いて、RGBデータを決定する。
The image processing apparatus 100 executes the image processing shown in the flowchart of FIG. 5 to display a JPEG image. In step S1, the data decompression unit 3 decompresses the YUV data in the compressed data storage unit 2 to obtain decompressed YUV data. In step S2, the data editing unit 4 determines RGB data from the decompressed YUV data based on the RGB data determination process shown in FIG.

【0015】ステップS4では、前記RGBデータから
表示データを生成し、その表示データをディスプレイ8
5に表示する。実際には、ステップS1〜ステップS4
の動作を各々のドット(例えば、640×480ドッ
ト)に対して繰り返すことになる。次に、図6のRGB
データ決定処理について説明する。
In step S4, display data is generated from the RGB data, and the display data is
5 is displayed. Actually, steps S1 to S4
Is repeated for each dot (for example, 640 × 480 dots). Next, the RGB of FIG.
The data determination processing will be described.

【0016】ステップV1では、伸張YUVデータ中の
伸張UVデータが、条件(U<110&V<126)を
満たすか否かを判定する。伸張UVデータが、条件(U
<110&V<126)を満たすならステップV2に進
み、満たさないならステップV3に進む。ステップV2
では、色種をグリーン系パレットとし、図4に示すグリ
ーン系パレットのRGBテーブルPから伸張YUVデー
タ中の伸張Yデータの値に基いてパレット番号を決定す
る。例えば、伸張Yデータの値が[10]であればパレ
ット番号は189となる。なお、このパレット番号18
9には、R=36,G=52,B=8のRGBデータが
対応している。
In step V1, it is determined whether or not the expanded UV data in the expanded YUV data satisfies the condition (U <110 & V <126). When the expanded UV data meets the condition (U
If <110 & V <126) is satisfied, the process proceeds to step V2; otherwise, the process proceeds to step V3. Step V2
In this example, the color type is a green palette, and the palette number is determined based on the value of the extended Y data in the extended YUV data from the RGB table P of the green palette shown in FIG. For example, if the value of the decompressed Y data is [10], the pallet number is 189. This pallet number 18
9 corresponds to RGB data of R = 36, G = 52 and B = 8.

【0017】ステップV3では、伸張YUVデータ中の
伸張UVデータが、条件(U−V≧20)を満たすか否
かを判定する。伸張UVデータが、条件(U−V≧2
0)を満たすならステップV4に進み、満たさないなら
ステップV5に進む。ステップV4では、色種をブルー
系パレットとし、伸張YUVデータ中の伸張Yデータの
値に基いて、ブルー系パレットのRGBテーブル(図示
省略)から、パレット番号を決定する。
In step V3, it is determined whether or not the expanded UV data in the expanded YUV data satisfies the condition (UV ≧ 20). When the expanded UV data meets the condition (U−V ≧ 2)
If 0) is satisfied, the process proceeds to step V4. If not, the process proceeds to step V5. In step V4, the color type is set to the blue palette, and the palette number is determined from the RGB table (not shown) of the blue palette based on the value of the expanded Y data in the expanded YUV data.

【0018】ステップV5では、伸張YUVデータ中の
伸張UVデータが、条件(V−U≧65&U≦60)を
満たすか否かを判定する。伸張UVデータが、条件(V
−U≧65&U≦60)を満たすならステップV6に進
み、満たさないならステップV7に進む。ステップV6
では、色種をイエロー系パレットとし、伸張YUVデー
タ中の伸張Yデータの値に基いて、イエロー系パレット
のRGBテーブル(図示省略)から、パレット番号を決
定する。
At step V5, it is determined whether or not the expanded UV data in the expanded YUV data satisfies the condition (VU ≧ 65 & U ≦ 60). When the expanded UV data meets the condition (V
If (−U ≧ 65 & U ≦ 60) is satisfied, the process proceeds to step V6. If not, the process proceeds to step V7. Step V6
In this example, the color type is a yellow palette, and a palette number is determined from an RGB table (not shown) of the yellow palette based on the value of the expanded Y data in the expanded YUV data.

【0019】ステップV7では、伸張YUVデータ中の
伸張UVデータが、条件(V−U≧95)を満たすか否
かを判定する。伸張UVデータが、条件(V−U≧9
5)を満たすならステップV8に進み、満たさないなら
ステップV9に進む。ステップV8では、色種をレッド
系パレットとし、伸張YUVデータ中の伸張Yデータの
値に基いて、レッド系パレットのRGBテーブル(図示
省略)から、パレット番号を決定する。
At step V7, it is determined whether or not the expanded UV data in the expanded YUV data satisfies the condition (VU ≧ 95). When the expanded UV data meets the condition (V−U ≧ 9)
If 5) is satisfied, the process proceeds to step V8, and if not, the process proceeds to step V9. In step V8, the color type is set to the red palette, and the palette number is determined from the RGB table (not shown) of the red palette based on the value of the expanded Y data in the expanded YUV data.

【0020】ステップV9では、伸張YUVデータ中の
伸張UVデータが、条件(V−U≧30)を満たすか否
かを判定する。伸張UVデータが、条件(V−U≧3
0)を満たすならステップV10に進み、満たさないな
らステップV11に進む。ステップV10では、色種を
肌色系パレットとし、伸張YUVデータ中の伸張Yデー
タの値に基いて、肌色系パレットのRGBテーブル(図
示省略)から、パレット番号を決定する。
In step V9, it is determined whether or not the expanded UV data in the expanded YUV data satisfies a condition (VU ≧ 30). When the expanded UV data meets the condition (V−U ≧ 3)
If 0) is satisfied, the process proceeds to step V10, and if not, the process proceeds to step V11. In step V10, the color type is set to the flesh color palette, and the palette number is determined from the RGB table (not shown) of the flesh color palette based on the value of the expanded Y data in the expanded YUV data.

【0021】ステップV11では、伸張YUVデータ中
の伸張UVデータが、条件(V−U≧10)を満たすか
否かを判定する。伸張UVデータが、条件(V−U≧1
0)を満たすならステップV12に進み、満たさないな
らステップV13に進む。ステップV12では、色種を
グレー(薄)系パレットとし、伸張YUVデータ中の伸
張Yデータの値に基いて、グレー(薄)系パレットのR
GBテーブル(図示省略)から、パレット番号を決定す
る。
In step V11, it is determined whether or not the expanded UV data in the expanded YUV data satisfies a condition (VU ≧ 10). When the expanded UV data meets the condition (V−U ≧ 1)
If 0) is satisfied, the process proceeds to step V12. If not, the process proceeds to step V13. In step V12, the color type is set to a gray (light) -based palette, and based on the value of the expanded Y data in the expanded YUV data,
A pallet number is determined from a GB table (not shown).

【0022】ステップV13では、色種をグレー(濃)
系パレットとし、伸張YUVデータ中の伸張Yデータの
値に基いて、グレー(濃)系パレットのRGBテーブル
(図示省略)から、パレット番号を決定する。決定した
パレット番号は、図7に示すように、データ編集部4
(VRAM)に書き込まれる。なお、パレット番号は、
RGBデータと対応しているので、パレット番号を決定
できればRGBデータを決定できる。
In step V13, the color type is gray (dark)
A palette number is determined from an RGB table (not shown) of a gray (dark) palette based on the value of the extension Y data in the extension YUV data. The determined pallet number is, as shown in FIG.
(VRAM). The pallet number is
Since it corresponds to the RGB data, if the pallet number can be determined, the RGB data can be determined.

【0023】上記ステップS4では、決定したRGBデ
ータから表示データを生成し、図7に示すように、その
表示データをディスプレイ85に表示する。ここでは、
決定したRGBデータに基づく画像をディスプレイ85
に表示するように説明したが、RGBデータに基づく画
像をプリンタ88に印刷してもよい。
In step S4, display data is generated from the determined RGB data, and the display data is displayed on the display 85 as shown in FIG. here,
An image based on the determined RGB data is displayed on the display 85.
However, an image based on the RGB data may be printed on the printer 88.

【0024】上記画像処理装置100では、伸張YUV
データ中の伸張UVデータに基いて色種を決定し、次に
伸張YUVデータ中の伸張Yデータに基いてRGBデー
タを導くことができる。このため、RGBデータを求め
る計算やRGBデータを減色するための計算を行う必要
がなくなり、JPEG画像の表示速度が向上する。上記
画像処理装置100は、例えば自動取引装置の後面表示
装置として、または通常のパーソナルコンピュータとし
て用いることができる。
In the image processing apparatus 100, the extended YUV
The color type can be determined based on the expanded UV data in the data, and then the RGB data can be derived based on the expanded Y data in the expanded YUV data. For this reason, it is not necessary to perform calculation for obtaining RGB data or calculation for reducing the color of RGB data, and the display speed of a JPEG image is improved. The image processing device 100 can be used, for example, as a rear display device of an automatic transaction device or as a general personal computer.

【0025】[0025]

【発明の効果】以上説明したように、本発明の画像処理
装置では、表示可能な色を複数の色種に分割する色種テ
ーブルと各色種をRGBデータに基いて分割するRGB
テーブルとを記憶する記憶手段と、圧縮された画像デー
タを伸張して得た伸張YUVデータが与えられたときに
その伸張YUVデータ中の伸張UVデータを用いて前記
色種テーブルに基いて色種を決定する色種決定手段と、
前記伸張YUVデータ中の伸張Yデータを用いて前記決
定した色種に対するRGBテーブルに基いてRGBデー
タを決定するRGBデータ決定手段とを具備する。この
ため、RGBデータを求める計算やRGBデータを減色
するための計算を行う必要がなくなり、JPEG画像の
表示速度が向上する。
As described above, in the image processing apparatus according to the present invention, a color type table for dividing a displayable color into a plurality of color types and an RGB for dividing each color type based on RGB data are provided.
A storage means for storing a table and a color type based on the color type table using expanded UV data in the expanded YUV data when expanded YUV data obtained by expanding the compressed image data is provided. Color type determining means for determining
RGB data determining means for determining RGB data based on an RGB table for the determined color type using the expanded Y data in the expanded YUV data. For this reason, it is not necessary to perform calculation for obtaining RGB data or calculation for reducing the color of RGB data, and the display speed of a JPEG image is improved.

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

【図1】本発明の第1実施形態の画像処理装置を機能的
に示すブロック図である。
FIG. 1 is a block diagram functionally showing an image processing apparatus according to a first embodiment of the present invention.

【図2】図1の画像処理装置を文ハードウェア的に示す
ブロック図である。
FIG. 2 is a block diagram showing the image processing apparatus of FIG. 1 in terms of sentence hardware.

【図3】色種テーブルの例示図である。FIG. 3 is an illustration of a color type table.

【図4】RGBテーブルの例示図である。FIG. 4 is an exemplary diagram of an RGB table.

【図5】本発明の画像処理装置における画像処理のフロ
ーチャートである。
FIG. 5 is a flowchart of image processing in the image processing apparatus of the present invention.

【図6】本発明の画像処理装置におけるRGBデータ決
定処理のフローチャートである。
FIG. 6 is a flowchart of RGB data determination processing in the image processing apparatus of the present invention.

【図7】RGBデータの表示の説明図である。FIG. 7 is an explanatory diagram of display of RGB data.

【図8】従来の画像処理装置における画像処理のフロー
チャートである。
FIG. 8 is a flowchart of image processing in a conventional image processing apparatus.

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

100 画像処理装置 1 制御部 2 圧縮データ記憶部 3 データ伸張部 4 データ編集部 5 テーブル記憶部 6 表示データ記憶部 7 表示部 REFERENCE SIGNS LIST 100 image processing device 1 control unit 2 compressed data storage unit 3 data decompression unit 4 data editing unit 5 table storage unit 6 display data storage unit 7 display unit

───────────────────────────────────────────────────── フロントページの続き (72)発明者 大橋 一之 東京都港区虎ノ門1丁目7番12号 沖電気 工業株式会社内 ──────────────────────────────────────────────────の Continuing on the front page (72) Inventor Kazuyuki Ohashi 1-7-12 Toranomon, Minato-ku, Tokyo Oki Electric Industry Co., Ltd.

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 表示可能な色を複数の色種に分割する色
種テーブルと各色種をRGBデータに基いて分割するR
GBテーブルとを記憶する記憶手段と、 圧縮された画像データを伸張して得た伸張YUVデータ
が与えられたときにその伸張YUVデータ中の伸張UV
データを用いて前記色種テーブルに基いて色種を決定す
る色種決定手段と、 前記伸張YUVデータ中の伸張Yデータを用いて前記決
定した色種に対するRGBテーブルに基いてRGBデー
タを決定するRGBデータ決定手段とを具備したことを
特徴とする画像処理装置。
1. A color type table for dividing a displayable color into a plurality of color types, and an R for dividing each color type based on RGB data.
Storage means for storing a GB table; and when given expanded YUV data obtained by expanding compressed image data, expanded UV in the expanded YUV data
Color type determining means for determining a color type based on the color type table using data; and determining RGB data based on an RGB table for the determined color type using expanded Y data in the expanded YUV data. An image processing apparatus comprising: RGB data determination means.
【請求項2】 請求項1において、決定した前記RGB
データを表示データに変換し、その表示データに基づく
画像を表示する表示手段を具備したことを特徴とする画
像処理装置。
2. The method according to claim 1, wherein the determined RGB values are different from each other.
An image processing apparatus comprising: display means for converting data into display data and displaying an image based on the display data.
【請求項3】 請求項1または請求項2において、決定
した前記RGBデータを印刷データに変換し、その印刷
データに基づく画像を印刷する印刷手段を具備したこと
を特徴とする画像処理装置。
3. The image processing apparatus according to claim 1, further comprising a printing unit configured to convert the determined RGB data into print data and print an image based on the print data.
【請求項4】 表示可能な色を複数の色種に分割する色
種テーブルと各色種をRGBデータに基いて分割するR
GBテーブルとを有し、圧縮された画像データを伸張し
て得た伸張YUVデータが与えられたときにその伸張Y
UVデータ中の伸張UVデータを用いて前記色種テーブ
ルに基いて色種を決定し、その伸張YUVデータ中の伸
張Yデータを用いて前記決定した色種に対するRGBテ
ーブルに基いてRGBデータを決定することを特徴とす
る画像処理方法。
4. A color type table for dividing a displayable color into a plurality of color types, and an R for dividing each color type based on RGB data.
A GB table, and when given expanded YUV data obtained by expanding compressed image data,
The color type is determined based on the color type table using the expanded UV data in the UV data, and the RGB data is determined based on the RGB table for the determined color type using the expanded Y data in the expanded YUV data. An image processing method comprising:
JP10147042A 1998-05-28 1998-05-28 Image processor and image processing method Pending JPH11339013A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP10147042A JPH11339013A (en) 1998-05-28 1998-05-28 Image processor and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP10147042A JPH11339013A (en) 1998-05-28 1998-05-28 Image processor and image processing method

Publications (1)

Publication Number Publication Date
JPH11339013A true JPH11339013A (en) 1999-12-10

Family

ID=15421208

Family Applications (1)

Application Number Title Priority Date Filing Date
JP10147042A Pending JPH11339013A (en) 1998-05-28 1998-05-28 Image processor and image processing method

Country Status (1)

Country Link
JP (1) JPH11339013A (en)

Similar Documents

Publication Publication Date Title
EP1764742B1 (en) Image processing apparatus, image processing method, and program product
JP4804605B2 (en) Transparency processing in page description language
US6137595A (en) Color conversion processing method for color matching and a processor readable medium storing a program for implementing the color conversion processing method
US4958301A (en) Method of and apparatus for converting attributes of display data into desired colors in accordance with relation
JP2010041267A (en) Image processing apparatus, image processing method, and computer readable recording medium storing program for performing the method
TW200537430A (en) Color matching system and display equipment
JPH0784697A (en) Information processor
JPH0476597A (en) Gradation conversion system
JP2001111814A (en) Image converter, storage medium and image conversion method
JPH11339013A (en) Image processor and image processing method
EP0817122A2 (en) Filter and raster operations
JPH0624046A (en) Printing device
JPH04149633A (en) Information processor
JP2010091617A (en) Automatic setting device for character color of clock, method and program for the same
US6714180B1 (en) Automatic control of gray scaling algorithms
US20050052467A1 (en) Information processing apparatus and character display controlling method
JP2001351111A (en) Image processing apparatus and drawing processing apparatus
JPH1178126A (en) Color printer
JPH10315547A (en) Color recording apparatus
JP2795083B2 (en) Creating the same material appearance image in image processing
JP2000076236A (en) Character font output device and its program recording medium
JP2983579B2 (en) Display control device
JP2740065B2 (en) Image display device
JP2001034256A (en) Font generating device, font generating method, computer readable recording medium and game device
JPH0329059A (en) Method and equipment for processing image