JPH05344356A - Image data compression and extension method - Google Patents

Image data compression and extension method

Info

Publication number
JPH05344356A
JPH05344356A JP4170265A JP17026592A JPH05344356A JP H05344356 A JPH05344356 A JP H05344356A JP 4170265 A JP4170265 A JP 4170265A JP 17026592 A JP17026592 A JP 17026592A JP H05344356 A JPH05344356 A JP H05344356A
Authority
JP
Japan
Prior art keywords
image
data
compressed
image data
areas
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
JP4170265A
Other languages
Japanese (ja)
Inventor
Masaki Iizuka
正樹 飯塚
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.)
Hewlett Packard Japan Inc
Original Assignee
Yokogawa Hewlett Packard 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 Yokogawa Hewlett Packard Ltd filed Critical Yokogawa Hewlett Packard Ltd
Priority to JP4170265A priority Critical patent/JPH05344356A/en
Publication of JPH05344356A publication Critical patent/JPH05344356A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Compression Of Band Width Or Redundancy In Fax (AREA)

Abstract

PURPOSE:To display large sized image at a high speed by dividing images into plural areas, compressing them for each area, and extending the only corresponding compression data while discriminating which area of the image is required. CONSTITUTION:For example, the large sized image is split into five areas in the vertical direction and split into ten areas in the horizontal direction, which are divided into areas 1 to 50 and are separately compressed. When the compression data are stored in a compression image file 201, an index section 203 is provided at the head part to store the compression data of the areas 1-50 in compression data 205-1 to 205-50. When the compressed large sized image is displayed, the index section 203 is read to find out the position range of the part to be displayed in the entire image. Then, the only corresponding data are read out from the compression image file 201 for extension and display with the use of the index data in the index section 203.

Description

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

【0001】[0001]

【産業上の利用分野】本発明はイメージデータの圧縮に
関し、特に大判のイメージを高速で表示できるようにし
たイメージデータ圧縮・伸長方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to image data compression, and more particularly to an image data compression / decompression method capable of displaying a large format image at high speed.

【0002】[0002]

【従来技術及びその問題点】近年、文字データだけでは
なく、イメージデータを大量に使用しまた蓄積・伝送す
るコンピュータアプリケーションがますます重要になっ
てきている。このようなイメージデータは文字データ等
と比較してデータの量が極めて多くなってしまうので、
それをディスクメモリ等に記憶したり通信回線を介して
送る場合には情報圧縮を行って、必要とされる記憶容量
や通信コストを削減することが多い。このような圧縮さ
れたイメージデータはそれを表示等実際に使用する際に
伸長される。このようなイメージの圧縮・伸長の方法と
しては、例えばLZH符号化法、MR符号化法、MH符
号化法等が使用される。
2. Description of the Related Art In recent years, computer applications that use, store, and transmit not only character data but also image data in large quantities have become more and more important. Since such image data has an extremely large amount of data compared to character data, etc.,
When it is stored in a disk memory or the like or sent via a communication line, information compression is often performed to reduce the required storage capacity and communication cost. Such compressed image data is decompressed when it is actually used for display or the like. As such an image compression / decompression method, for example, the LZH coding method, the MR coding method, the MH coding method or the like is used.

【0003】このようなイメージの圧縮、伸長、表示の
速度はCPUの性能向上に比例して上がってきている
が、アプリケーションの高度化に伴って、そこで必要と
されるイメージの解像度・大きさやイメージの数も急速
に増大し、更に表示の高速化も強く求められている。こ
のような圧縮・伸長には専用ハードウエアを使うことが
多く、特に圧縮された大判イメージを表示する際には大
きなCPUの処理能力や高速の専用ハードウエアが必要
になる。
The speed of such image compression, decompression, and display is increasing in proportion to the improvement of the CPU performance. However, with the sophistication of applications, the resolution and size of the image and the image required there are increased. The number of cells is rapidly increasing, and there is a strong demand for higher display speed. Dedicated hardware is often used for such compression / decompression, and particularly when displaying a compressed large format image, a large CPU processing capacity and high-speed dedicated hardware are required.

【0004】圧縮されたイメージを表示するために従来
から行われていた方法では、圧縮されたイメージ全体を
一旦伸長してメモリ上に展開してからディスプレイに表
示する。そのため、伸長された全イメージを収容するた
めの大量のメモリが必要となっていた。たとえば、モノ
クロ300dpiでサイズがA1のイメージは展開する
と4Mバイト近くになるため、メモリの小さいシステム
では表示不可能である。また、伸長されたイメージデー
タが常時大量のメモリを占めるのを回避するため、通常
は圧縮された状態のままでメモリ上に保持しておき、表
示が必要になる都度伸長するという方法を取ると、表示
速度が遅くなるという問題がある。このような問題は、
CAD等の大判のイメージを取り扱うアプリケーション
で特に深刻である。
In the conventional method for displaying a compressed image, the entire compressed image is once decompressed, expanded in the memory and then displayed on the display. Therefore, a large amount of memory is required to accommodate all the decompressed images. For example, an image having a size of A1 and a size of 300 dpi in monochrome is uncompressed in a system with a small memory because the expanded image is close to 4 Mbytes. In order to prevent the expanded image data from occupying a large amount of memory all the time, the compressed data is usually kept in the memory and expanded every time the display is needed. There is a problem that the display speed becomes slow. Problems like this
It is particularly serious in applications such as CAD that handle large-format images.

【0005】更に、大判のイメージを表示する際には、
実際にディスプレイに表示されるのはその一部分である
ことが多い。しかし、従来の伸長方法では、圧縮されて
いるデータの性質上、その様な場合でも圧縮されている
イメージデータ全体を伸長する必要があり、伸長に要す
るメモリや時間が増大するという問題がある。
Furthermore, when displaying a large format image,
It is often only part of what is actually displayed on the display. However, in the conventional decompression method, it is necessary to decompress the entire compressed image data in such a case due to the nature of the compressed data, and there is a problem that the memory and time required for the decompression increase.

【0006】このような問題を軽減するため、イメージ
の一部分を表示する必要がある場合には、圧縮されたイ
メージデータを先頭から伸長していき、表示のために必
要な部分が全て伸長され終わったことを検出して伸長処
理を打ち切るということも行われている。しかし、この
ような方法を用いた場合、表示が必要になった部分が伸
長処理の初期に得られる部分である場合には高速の表示
が行われるが、逆に処理の終盤にならないと得られない
部分である場合にはイメージ全体を先ず伸長するという
方法と同程度の遅い表示速度しか得られない。
In order to reduce such a problem, when it is necessary to display a part of an image, the compressed image data is expanded from the beginning, and all the parts necessary for display are expanded. It is also performed to detect the fact that the expansion processing is terminated. However, when such a method is used, high-speed display is performed when the part that needs to be displayed is the part that can be obtained in the initial stage of the decompression process, but on the contrary, it cannot be obtained until the end of the process. In the case of a non-existing portion, a display speed as slow as the method of first expanding the entire image can be obtained.

【0007】[0007]

【目的】本発明は上述した従来技術の問題点を解消し、
同時にはその一部分しか表示されない大判データを圧縮
したものを高速に伸長・表示することができるイメージ
データ圧縮・伸長方法を提供することを目的とする。
[Objective] The present invention solves the above-mentioned problems of the prior art,
At the same time, it is an object of the present invention to provide an image data compression / decompression method capable of decompressing / displaying large format data compressed only in a part thereof at high speed.

【0008】[0008]

【概要】本発明の好適な実施例によれば、大判のイメー
ジデータは複数の領域に区分される。イメージデータの
圧縮は、イメージデータ全体に対してまとめて行われる
代わりに、個々の領域に対して行われ、圧縮領域データ
として記憶される。このイメージデータの一部分を伸長
して表示する場合には、イメージデータの内の実際に必
要とされる領域を判定し、その領域に対応する圧縮領域
データを伸長し表示する。
According to a preferred embodiment of the present invention, large-format image data is divided into a plurality of areas. The compression of the image data is performed not for the entire image data collectively but for each area and stored as compressed area data. When decompressing and displaying a part of the image data, the area actually required in the image data is determined, and the compressed area data corresponding to the area is decompressed and displayed.

【0009】本実施例では更に、イメージデータを1〜
数種類の縮小率で縮小したものを圧縮したデータも、原
寸データと併せて記憶しておく。これにより、イメージ
を通常よりも広い範囲あるいはイメージ全体の中で概観
する際にも、原寸データしか記憶しておかない場合に比
べてイメージ表示を高速化することができる。
Further, in this embodiment, the image data is
The compressed data that has been reduced at several reduction ratios is also stored together with the original size data. As a result, even when the image is viewed in a wider range than usual or in the entire image, the image display can be speeded up as compared with the case where only the original size data is stored.

【0010】[0010]

【実施例】以下、実施例によって本願発明を詳細に説明
する。図1はビットマップで表現されたイメージデータ
を複数の領域に区分する例を示す。図1では長方形の大
判、例えばA1版のイメージ101を縦方向に5分割、
横方向に10分割し、50個の長方形の領域1〜50に
区分している。これらの50個の領域の各々をビットマ
ップで表現された1つのイメージデータとして、他の領
域とは独立に圧縮する。個々の領域を圧縮する際に使用
する圧縮法は従来技術と同じものを使用することができ
る。
The present invention will be described in detail below with reference to examples. FIG. 1 shows an example in which the image data represented by a bit map is divided into a plurality of areas. In FIG. 1, a rectangular large image, for example, an A1 size image 101 is vertically divided into five,
It is divided into 10 in the horizontal direction and divided into 50 rectangular regions 1 to 50. Each of these 50 areas is compressed as one image data represented by a bit map and is compressed independently of other areas. The compression method used when compressing the individual regions can be the same as the conventional technique.

【0011】このようにして領域1〜50を圧縮して得
られる圧縮データを図2に示すような1つの圧縮イメー
ジファイル201にまとめて記憶する。図2において
は、圧縮イメージファイル201の先頭部分にインデク
ス部203が置かれており、それに引き続いて領域1〜
50の各領域を圧縮した圧縮データ205−1〜205
−50が順番に置かれている。
The compressed data obtained by compressing the areas 1 to 50 in this manner are collectively stored in one compressed image file 201 as shown in FIG. In FIG. 2, an index portion 203 is placed at the beginning of the compressed image file 201, followed by area 1 to area 1.
Compressed data 205-1 to 205 obtained by compressing each area of 50
-50 are placed in order.

【0012】インデクス部203は圧縮データ205−
1〜205−50の各々がファイル中に占める位置(例
えばファイルの先頭からのオフセット)及びその大きさ
(圧縮前の領域の大きさが同じであっても、圧縮後は夫
々の領域中のイメージの複雑さ等に応じて圧縮データの
大きさが変化するのが普通であることに注意)を示すイ
ンデクスデータを含んでいる。
The index unit 203 stores compressed data 205-
The position (for example, offset from the beginning of the file) of each of Nos. 1 to 205-50 and the size thereof (even if the size of the region before compression is the same, the image in each region after compression) Note that the size of compressed data usually changes according to the complexity of, etc.).

【0013】以下では、このようにして圧縮されたイメ
ージデータを伸長して表示する過程を説明する。
The process of decompressing and displaying the image data compressed in this way will be described below.

【0014】アプリケーションが圧縮された大判のイメ
ージの表示を必要とするようになると、先ずそれが記録
されている圧縮イメージファイル201の中のインデク
ス部203をメモリ上に読み込む。この大判のイメージ
中の実際に表示すべき部分のこのイメージ全体の中での
位置の範囲(ビットマップの座標等)が決まると、アプ
リケーションは、領域1〜50までの中のこの表示すべ
き範囲にその一部分あるいは全体がかかる領域を全て見
つけだす。この処理は、領域1〜50がイメージ中で夫
々どの範囲を占めているかが判っているから簡単に実現
できる。このようにして見つけ出された領域に対応する
圧縮データ(205−1〜205−50の内の一部)だ
けを、インデクス部203中のインデクスデータを使用
して圧縮イメージファイル201から読み出して伸長す
る。
When an application needs to display a compressed large-sized image, the index section 203 in the compressed image file 201 in which the application is recorded is first read into the memory. When the range of the position of the portion to be actually displayed in this large format image within the entire image (such as the coordinates of the bitmap) is determined, the application determines the range to be displayed within regions 1 to 50. Find all areas that are partly or wholly. This process can be easily realized because it is known which range the regions 1 to 50 respectively occupy in the image. Only the compressed data (a part of 205-1 to 205-50) corresponding to the area found in this way is read from the compressed image file 201 using the index data in the index unit 203 and decompressed. To do.

【0015】例えば、表示装置に表示可能なサイズは縦
2×横2の領域のみである場合を考える。ここで、表示
される部分の分割座標(図1のイメージ101の上及び
右側に書かれている夫々1〜10、1〜5の数字で表さ
れる)が(2,1)、(3,1)、(2,2)、(3,
2)なら、領域2、3、12、13だけが表示されるこ
とになるので、圧縮イメージファイル201中のこれら
に対応する圧縮データ205−2、205−3、205
−12、205−13だけが読み出されて伸長される。
For example, consider a case where the displayable size is only a vertical 2 × horizontal 2 area. Here, the division coordinates of the displayed portion (represented by numbers 1 to 10 and 1 to 5 respectively written on the upper and right sides of the image 101 in FIG. 1) are (2, 1), (3, 1), (2, 2), (3
In the case of 2), only the areas 2, 3, 12, and 13 are displayed, so the compressed data 205-2, 205-3, and 205 corresponding to these in the compressed image file 201 are displayed.
Only -12 and 205-13 are read and expanded.

【0016】これにより、従来に比べて極めて短時間で
伸長処理が完了するので、大判イメージの表示が高速化
される。
As a result, the expansion process is completed in an extremely short time as compared with the conventional case, so that the display of a large format image is speeded up.

【0017】なお、大判のイメージのうちの表示装置上
に実際に表示されている部分(表示ウインドウ)を任意
の方向にスクロールさせることも可能である。これを行
うには、表示ウインドウが現在大判のイメージ中のどこ
にあるかを追跡し、これがメモリ上に展開されている伸
長済みの領域から外れて別の領域にその一部がかるよう
になったら、当該別の領域に対応する圧縮データ205
−1〜205−50を圧縮イメージファイル201から
読み出して伸長する。この伸長後に行うべきスクロール
のための処理自体は周知な事項であるため、ここでは特
に説明しない。
It is also possible to scroll a portion (display window) actually displayed on the display device in the large-sized image in an arbitrary direction. To do this, keep track of where the display window is currently in the large format image, and once it is out of the decompressed area that has been expanded in memory, and a portion of it will go to another area, Compressed data 205 corresponding to the other area
-1 to 205-50 are read from the compressed image file 201 and decompressed. Since the process itself for scrolling that should be performed after this expansion is a well-known matter, it will not be described here in particular.

【0018】大判のイメージを取り扱う際には、原寸表
示で一度に表示される部分を、その部分を含んだもっと
広い範囲あるいはイメージ全体の中で概観するために、
縮小表示がしばしば行われる。原寸のイメージを圧縮し
たデータしか記憶していない場合には、イメージ中で実
際に縮小表示される部分を含む原寸の領域を一旦伸長す
る必要がある。従って、上述のような必要な領域だけの
伸長処理を行ったとしても、縮小率が高くなるほどそれ
だけ多数の領域に対応する圧縮領域データを伸長する必
要がある。これにより、イメージの伸長のための計算量
が多くなり、縮小表示の速度が原寸の場合に比べてかな
り遅くなる。この問題を避けるため、本実施例では、縮
小表示する場合には縮小率として通常1/2、1/4、
1/8、1/16・・・等の2のべき乗分の1を使用す
ることが多いことに着目して、いくつかの縮小率のイメ
ージデータをあらかじめ圧縮イメージファイル201中
に持つようにしている。
When handling a large-sized image, in order to give an overview of a portion which is displayed at a full-size display at a time in a wider range including the portion or the entire image,
Thumbnails are often displayed. When only the compressed data of the full-size image is stored, it is necessary to temporarily expand the full-size area including the portion actually reduced and displayed in the image. Therefore, even if the expansion processing is performed only for the necessary areas as described above, it is necessary to expand the compressed area data corresponding to a large number of areas as the reduction rate increases. As a result, the amount of calculation for expanding the image increases, and the speed of the reduced display is considerably slower than that in the case of the original size. In order to avoid this problem, in the present embodiment, when the reduced display is performed, the reduction ratio is normally 1/2, 1/4,
Focusing on the fact that a power of 1 such as 1/8, 1/16, etc. is often used, the compressed image file 201 is provided with image data of several reduction ratios in advance. There is.

【0019】図2に戻ると、その圧縮イメージファイル
201には、領域50の圧縮データ205−50が記録
されている位置の後に1/4倍イメージの圧縮データ2
07及び1/16倍イメージの圧縮データが記録されて
いる。その他の縮小率のイメージはそれよりも低い縮小
率のデータから計算するようにする。例えば、縮小率1
/2、または1/8の縮小率でイメージを表示すること
が要求された場合には、夫々原寸の圧縮データ203−
1〜203−50の中の必要なもの、または1/4倍イ
メージの圧縮データ207を伸長してから縮小すること
によって、必要な縮小率のイメージデータを作成する。
この場合には、原寸データだけの場合に比べて、(1+
(1/4)×(1/4)+(1/16)×(1/1
6))=1.07倍とサイズがわずかに増大するが、縮
小イメージの表示が高速化される。もちろん、これらの
縮小されたイメージを圧縮するに当たって、縮小イメー
ジ全体を圧縮するのではなく、原寸イメージと同様に複
数の領域に区分し、領域毎に圧縮することができる。
Returning to FIG. 2, in the compressed image file 201, the compressed data 205-50 of the area 50 is recorded after the position where the compressed data 205-50 is recorded.
Compressed data of 07 and 1/16 times images are recorded. Images with other reduction ratios should be calculated from data with lower reduction ratios. For example, reduction ratio 1
When it is requested to display an image at a reduction ratio of ½ or ⅛, compressed data 203-
Image data having a required reduction ratio is created by decompressing the necessary data of 1 to 203-50 or the compressed data 207 of the 1/4 times image and then reducing the data.
In this case, (1+
(1/4) x (1/4) + (1/16) x (1/1
6)) = 1.07 times the size is slightly increased, but the reduced image is displayed faster. Of course, when compressing these reduced images, instead of compressing the entire reduced image, it is possible to divide the image into a plurality of regions as in the full-scale image and compress each region.

【0020】なお、言うまでもないことであるが、本発
明は上述した実施例の形態に限定されるものではない。
例えば、実施例では1つのイメージを区分して得られる
領域の各々を圧縮したデータを1つのファイルにまとめ
たが、各領域の圧縮データをそれぞれ1つのファイルに
記憶してもよい。
Needless to say, the present invention is not limited to the embodiment described above.
For example, in the embodiment, the data obtained by compressing each area obtained by dividing one image is combined into one file, but the compressed data of each area may be stored in one file.

【0021】また、イメージを圧縮した結果を直ちに伸
長して表示する可能性がある場合には、ファイルの形で
外部記憶装置に記憶する代わりに、メモリ上に保存して
おくこともできる。また、一層の高速表示が必要とされ
またメモリに余裕がある場合には、圧縮イメージファイ
ル全体をメモリ上にロードしておき、必要とする領域に
対応する圧縮データはロードされているファイルから取
出すようにしてもよい。
When the result of compressing the image may be immediately expanded and displayed, the image may be stored in the memory instead of being stored in the external storage device. If a higher speed display is required and there is enough memory, the entire compressed image file is loaded on the memory and the compressed data corresponding to the required area is taken out from the loaded file. You may do it.

【0022】[0022]

【効果】以上詳細に説明したように、本発明によれば、
圧縮された大判のイメージデータを高速表示することが
できる。また、少ないメモリしか持っていないシステム
上でこれまで不可能であった大判イメージ、例えばA1
サイズの300dpiのイメージ、を参照することがで
きるようになる。更に、大判データの縮小表示も高速化
することができる。
As described above in detail, according to the present invention,
High-speed display of compressed large-format image data is possible. Also, large format images that were previously impossible on systems with only a small amount of memory, such as A1
You will be able to refer to images of size 300 dpi. Further, the reduction display of large format data can be speeded up.

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

【図1】イメージデータの複数の領域への区分の例を示
す図。
FIG. 1 is a diagram showing an example of division of image data into a plurality of areas.

【図2】各々の領域の圧縮データを記録する圧縮イメー
ジファイルの構造の例を示す図。
FIG. 2 is a diagram showing an example of a structure of a compressed image file in which compressed data of each area is recorded.

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

1〜50:領域 101:イメージ 201:圧縮イメージファイル 203:インデクス部 205−1〜205−50:領域の圧縮データ 207:1/4倍イメージの圧縮データ 209:1/16倍イメージの圧縮データ 1 to 50: area 101: image 201: compressed image file 203: index section 205-1 to 205-50: area compressed data 207: 1/4 times compressed image data 209: 1/16 times compressed image data

Claims (3)

【特許請求の範囲】[Claims] 【請求項1】1つのイメージデータを複数の領域に区分
し、前記複数の領域の各々に対して圧縮を行うイメージ
データ圧縮方法。
1. A method for compressing image data, wherein one image data is divided into a plurality of areas and each of the plurality of areas is compressed.
【請求項2】請求項1記載のイメージデータ圧縮方法に
よって圧縮されたイメージデータを伸長する方法であっ
て、前記複数の領域の内の必要な領域に対応する圧縮済
みデータを選択して伸長するイメージデータ伸長方法。
2. A method for decompressing image data compressed by the image data compression method according to claim 1, wherein compressed data corresponding to a necessary area of the plurality of areas is selected and expanded. Image data decompression method.
【請求項3】イメージデータを区分して得られる複数の
領域の各々に対応する圧縮領域データに加えて、前記イ
メージデータを縮小したデータを圧縮した圧縮縮小イメ
ージデータを記憶するイメージデータ圧縮方法。
3. An image data compression method for storing, in addition to compressed area data corresponding to each of a plurality of areas obtained by dividing image data, compressed image data obtained by compressing data obtained by reducing the image data.
JP4170265A 1992-06-04 1992-06-04 Image data compression and extension method Pending JPH05344356A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4170265A JPH05344356A (en) 1992-06-04 1992-06-04 Image data compression and extension method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4170265A JPH05344356A (en) 1992-06-04 1992-06-04 Image data compression and extension method

Publications (1)

Publication Number Publication Date
JPH05344356A true JPH05344356A (en) 1993-12-24

Family

ID=15901736

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4170265A Pending JPH05344356A (en) 1992-06-04 1992-06-04 Image data compression and extension method

Country Status (1)

Country Link
JP (1) JPH05344356A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008283327A (en) * 2007-05-09 2008-11-20 Murata Mach Ltd Image data restoration method, and image processor

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008283327A (en) * 2007-05-09 2008-11-20 Murata Mach Ltd Image data restoration method, and image processor

Similar Documents

Publication Publication Date Title
AU577451B2 (en) Computer based drawing management system
US5033106A (en) Information registering and retrieval system
US6492991B1 (en) Method and apparatus for controlling compressed Z information in a video graphics system
EP2936428B1 (en) Image transformation
WO1999022314A1 (en) Display control device and reproduction display device for electronic books
JPH02228879A (en) Method of compacting data
JPH07231411A (en) Method and apparatus for operating full motion video presentation in data processing system
US5999112A (en) Data compression apparatus and method, data expansion apparatus and method, and recording medium
CA2463671C (en) A system and method to display and navigate large images
JPH05344356A (en) Image data compression and extension method
JP3399743B2 (en) Image compression data processing device
US6094204A (en) Graphics display unit
JPH0241783B2 (en)
JPH0488749A (en) Picture processor
US6297831B1 (en) Image generator using display memory
JP2862121B2 (en) Image processing circuit
KR100294018B1 (en) Method for processing graphic data of mpeg system decoder
JP3082930B2 (en) Image processing device
JP2001054112A (en) Image generating method, image generator, image browsing method, image browsing device and recording medium
JP3897771B2 (en) Playback display device
JP3348932B2 (en) Image reading device and image storage device
JPH04156182A (en) Picture processing system
JPS63118983A (en) Image data processing system
JPH04316093A (en) Image reproduction device and its signal processing circuit
JPH0325828B2 (en)