JPH0468972A - Image data compression system - Google Patents

Image data compression system

Info

Publication number
JPH0468972A
JPH0468972A JP17981990A JP17981990A JPH0468972A JP H0468972 A JPH0468972 A JP H0468972A JP 17981990 A JP17981990 A JP 17981990A JP 17981990 A JP17981990 A JP 17981990A JP H0468972 A JPH0468972 A JP H0468972A
Authority
JP
Japan
Prior art keywords
data
line
block
compression processing
image data
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
JP17981990A
Other languages
Japanese (ja)
Inventor
Koji Kusumoto
楠本 康次
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.)
Fujitsu Ltd
Original Assignee
Fujitsu 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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP17981990A priority Critical patent/JPH0468972A/en
Publication of JPH0468972A publication Critical patent/JPH0468972A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE:To attain high speed processing by providing a data buffer storing a reference line data to each of plural compressors of the modified MR system and applying compression processing to a line at a head of 2nd and succeeding blocks while using a final line of one preceding block as a reference line. CONSTITUTION:A data buffer 22 to store a reference line data for compression processing is provided to each of plural MMR(modified modified read) type compressors 21. When a data of a head line of a 1st block of an image data is subjected to compression processing, a virtual data is stored in the data buffer 22 as a reference line data and when the data of a head line of 2nd and succeeding blocks is subjected to compression processing, a data of a tail end line of one preceding block is stored in the data buffer 22 as a reference line data. Thus, the correlation is not lost at a joint when blocks are linked. Since the compression processing is implemented in parallel by the plural compressors 21, high speed processing is implemented.

Description

【発明の詳細な説明】[Detailed description of the invention] 【発明の概要】[Summary of the invention]

2次元イメージデータをMMR方式で圧縮を行う方式に
関し、 圧縮処理を高速に行えるようにすることを目的とし、 複数ラインからなる2次元イメージデータをライン配列
方向に複数のブロックに分割するとともに、複数個のM
MR方式の圧縮器を設け、各圧縮器で1ブロックごとの
MMR方式の圧縮処理を並行して行うようにするもので
あって、各圧縮器に対して圧縮処理のための参照ライン
データを格納するためのデータバッファを備え、前記イ
メージデータの1番最初のブロックの先頭のラインのデ
ータを圧縮処理するときは、前記データバッファに仮想
データを参照ラインデータとして格納し、前記イメージ
データの2番目以降のブロックの先頭のラインのデータ
を圧縮処理するときは、そのブロックより1つ前のブロ
ックの最終ラインのデータを参照ラインデータとして前
記データバッファに格納し、各ブロックの2番目以降の
ラインのデータを圧縮処理するときは、そのブロック内
のそれより1ライン前のラインのデータを参照ラインデ
ータとして前記データバッファに格納する構成とする。
Regarding the method of compressing 2D image data using the MMR method, the purpose is to speed up the compression process by dividing 2D image data consisting of multiple lines into multiple blocks in the line arrangement direction, and M of pieces
An MR type compressor is provided, and each compressor performs MMR type compression processing for each block in parallel, and reference line data for compression processing is stored for each compressor. When compressing the data of the first line of the first block of the image data, virtual data is stored in the data buffer as reference line data, and the data of the second line of the image data is stored as reference line data. When compressing data on the first line of a subsequent block, the data on the last line of the block one block before that block is stored in the data buffer as reference line data, and the data on the second and subsequent lines of each block are stored as reference line data. When data is compressed, the data of the line one line before that in the block is stored in the data buffer as reference line data.

【産業上の利用分野】[Industrial application field]

この発明は、2次元イメージデータをMMR方式で圧縮
を行う方式に関する。 例えばファクシミリ信号のイメージデータを圧縮処理す
る方式として、MH(モディファイドハフマン)方式、
MR(モディファイドリード)方式、MMR(モディフ
ァイドMR)方式が知られている。 MH方式及びMR方式は、G3ファクシミリ用で、MH
方式は、イメージデータのライン方向の白画素あるいは
黒画素の連続の長さを符号化してデータ圧縮する1次元
符号化方式である。MR方式は、イメージデータの隣接
ラインの相関(ラインの配列方向の相関)をも利用する
2次元符号化方式であるが、kラインごとの1ラインは
1次元符号化を行うようにするものである。このMR方
式では、1次元符号化の挿入ライン数kを小さい値にす
ることにより、伝送誤りが生じた場合のデータ消失を少
なくすることができる。 MMR方式は、G4ファクシミリ用のもので、MR方式
とアルゴリズムは同一であるが、符号化効率を最大にす
るため前記1(sw ooとして、1次元符号化は行わ
ない符号化方式である。
The present invention relates to a method for compressing two-dimensional image data using the MMR method. For example, as a method for compressing image data of facsimile signals, the MH (Modified Huffman) method,
The MR (modified read) method and the MMR (modified MR) method are known. MH method and MR method are for G3 facsimile.
The method is a one-dimensional encoding method that compresses data by encoding the length of consecutive white pixels or black pixels in the line direction of image data. The MR method is a two-dimensional encoding method that also uses the correlation between adjacent lines of image data (correlation in the line arrangement direction), but one line out of every k lines is one-dimensionally encoded. be. In this MR method, by setting the number k of inserted lines for one-dimensional encoding to a small value, it is possible to reduce data loss when a transmission error occurs. The MMR method is for G4 facsimile, and the algorithm is the same as the MR method, but in order to maximize encoding efficiency, it is an encoding method that does not perform one-dimensional encoding as described above.

【従来の技術] 従来、MH方式及びMR方式の場合には、データ圧縮を
高速に行うために、LSI化された各方式用の圧縮器を
複数個並列に設けると共に、イメジデータを複数ライン
ごとに区切って複数のブロックに分割し、前記複数の圧
縮器のそれぞれで並行して各ブロック単位のイメージデ
ータを圧縮処理することが行われている。 MH方式の場合には、1次元符号化方式であるので、適
当数のライン単位で区切って、複数ラインごとにイメー
ジデータを複数のブロックに分割して、圧縮処理するこ
とが可能であるからである。 また、MR方式の場合には、2次元符号化方式であって
も、第4図Aに示すようなn本のラインからなる原画イ
メージデータを圧縮処理するに、同図Bに示すように、
k(図の例ではに−4)ラインごとに1次元圧縮処理の
ラインがあり、前後のラインの相関を用いる圧縮処理は
、その1次元処理のラインのところでとぎれるので、そ
の1次元圧縮処理のラインのところで区切ってブロック
化すると、MR方式の圧縮器で分割処理が可能であるか
らである。 ところが、MMR符号化方式は、完全な2次元符号化方
式であるため、1次元符号化処理のラインがなく、MH
方式やMR方式のようなラインの先頭を示す符号EOL
も存在しない。すなわち、第4図Cは、MMR方式の圧
縮データを示すもので、MMR方式の圧縮器は、1番最
初のラインは参照ラインがないので、参照ラインのデー
タとして仮想白データつまりオール“0”データを用い
て2次元圧縮を行い、それ以降のラインは、前ラインを
参照ラインとして2次元圧縮を行うものである。なお、
第4図Cで、EOPコードは圧縮器で処理したイメージ
データの最後を示すコードである。 したがって、MMR方式でイメージデータを圧縮処理す
る場合に、イメージデータを複数ラインごとにブロック
化して、複数のMMR圧縮器で処理してしまうと、各M
MR圧縮器は、圧縮処理するブロックの先頭のラインは
仮想白データを参照ラインとして圧縮処理を行ってしま
い、複数ブロックを結合したときに、ブロックの区切り
のところで前後のラインの相関が狂ってしまい、伸長時
に元のイメージデータを正確に復元することができなく
なる。 このため、MMR方式の場合には、従来は、第5図に示
すように、原画メモリ1から読み出した1枚の原画イメ
ージデータ2は1個のMMR圧縮圧縮器上って、MMR
方式の符号化を行ってデータを圧縮し、その圧縮データ
5を圧縮イメージメモリ4に記憶するようにしている。 【発明が解決しようとする課題】 以上のように、MMR方式の符号化方式でイメージデー
タを圧縮する場合には、従来は1個の圧縮器で圧縮処理
しなければならないので、処理速度を上げることができ
なかった。 この発明は、以上の点にかんがみ、MMR方式であって
も、圧縮処理を高速に行えるようにすることを目的とす
る。
[Prior art] Conventionally, in the case of the MH method and the MR method, in order to perform data compression at high speed, a plurality of LSI compressors for each method are provided in parallel, and image data is processed for each multiple line. The image data is divided into a plurality of blocks, and each of the plurality of compressors compresses each block of image data in parallel. In the case of the MH method, since it is a one-dimensional encoding method, it is possible to divide the image data into a plurality of blocks for each line by dividing it into a suitable number of lines and perform compression processing. be. In addition, in the case of the MR method, even if it is a two-dimensional encoding method, when compressing original image data consisting of n lines as shown in FIG. 4A, as shown in FIG. 4B,
There is a one-dimensional compression process line for every k (-4 in the example) line, and the compression process that uses the correlation between the previous and succeeding lines stops at that one-dimensional process line, so the one-dimensional compression process This is because if the lines are divided into blocks, the MR compressor can perform the division process. However, since the MMR encoding method is a complete two-dimensional encoding method, there is no one-dimensional encoding process line, and the MH
EOL code indicating the beginning of a line such as MR method or MR method
doesn't exist either. That is, FIG. 4C shows compressed data of the MMR method. Since there is no reference line for the first line, the MMR compressor uses virtual white data, that is, all “0” data, as the reference line data. Two-dimensional compression is performed using the data, and subsequent lines are subjected to two-dimensional compression using the previous line as a reference line. In addition,
In FIG. 4C, the EOP code is a code indicating the end of image data processed by the compressor. Therefore, when compressing image data using the MMR method, if the image data is divided into blocks for each line and processed by multiple MMR compressors, each MMR
The MR compressor compresses the first line of the block to be compressed using the virtual white data as a reference line, and when multiple blocks are combined, the correlation between the preceding and succeeding lines becomes incorrect at the block break. , the original image data cannot be accurately restored during decompression. Therefore, in the case of the MMR method, conventionally, as shown in FIG.
The data is compressed by encoding the data, and the compressed data 5 is stored in the compressed image memory 4. [Problems to be Solved by the Invention] As described above, when compressing image data using the MMR encoding method, conventionally the compression processing must be performed using one compressor, so it is necessary to increase the processing speed. I couldn't. In view of the above points, it is an object of the present invention to enable high-speed compression processing even in the MMR method.

【課題を解決するための手段】[Means to solve the problem]

前記課題を解決するために、この発明においては、複数
ラインからなる2次元イメージデータをライン配列方向
に複数のブロックに分割するとともに、複数個のMMR
方式の圧縮器を設け、各圧縮器で1ブロックごとのMM
R方式の圧縮処理を並行して行うようにするデータ圧縮
方式であって、各圧縮器に対して圧縮処理のための参照
ラインデータを格納するためのデータバッファを倫え、
前記イメージデータの1番最初のブロックの先頭のライ
ンのデータを圧縮処理するときは、前記データバッファ
に仮想データを参照ラインデータとして格納し、 前記イメージデータの2番目以降のブロックの先頭のラ
インのデータを圧縮処理するときは、そのブロックより
1つ前のブロックの最終ラインのデータを参照ラインデ
ータとして前記データバッファに格納し、 各ブロックの2番目以降のラインのデータを圧縮処理す
るときは、そのブロック内のそれより1ライン前のライ
ンのデータを参照ラインとして前記データバッファに格
納するようにするイメージデータの圧縮方式を提供する
In order to solve the above problems, in the present invention, two-dimensional image data consisting of a plurality of lines is divided into a plurality of blocks in the line arrangement direction, and a plurality of MMR
A compressor is provided, and each compressor performs MM for each block.
A data compression method that performs R-type compression processing in parallel, and includes a data buffer for storing reference line data for compression processing for each compressor,
When compressing the data of the first line of the first block of the image data, store virtual data in the data buffer as reference line data, and compress the data of the first line of the second and subsequent blocks of the image data. When compressing data, store the data of the last line of the previous block in the data buffer as reference line data, and when compressing the data of the second and subsequent lines of each block, An image data compression method is provided in which data of a line one line before that block is stored in the data buffer as a reference line.

【作用】[Effect]

前記のように構成されているので、各圧縮器は、2番目
以降のブロックの先頭のラインでは、1つ前のブロック
の最終ラインを参照ラインとして圧縮処理する。前記1
ブロック前の最終ラインは、元のイメージデータで見れ
ば、各ブロックの先頭のラインの前のラインであって本
来の参照ラインであるので、ブロック間を結合したとき
にもブロックの繋ぎ目で相関が崩れないので、1個のM
MR圧縮器でイメージデータ圧縮を行ったときとまった
く同様に圧縮ができる。このとき、複数の圧縮器で並行
して圧縮処理を行うので、高速処理ができる。
With the above configuration, each compressor performs compression processing on the first line of the second and subsequent blocks using the last line of the previous block as a reference line. Said 1
When looking at the original image data, the last line before a block is the line before the first line of each block and is the original reference line, so even when blocks are combined, there is a correlation at the joint between the blocks. Since it does not collapse, one M
Compression can be performed in exactly the same way as when image data is compressed using an MR compressor. At this time, since compression processing is performed in parallel by multiple compressors, high-speed processing is possible.

【実施例】【Example】

第1図は、この発明による圧縮方式を実行する圧縮処理
装置の一実施例のブロック図である。 同図で、10は原画メモリで、これには2次元イメージ
データIMが格納されている。この例では、後述するよ
うに、イメージデータIMは、kライン(kは2以上の
整数)分を1ブロックとして、複数のブロックB o 
−B mに分割して処理する。 201〜204は圧縮処理部で、この例ではこの4個の
圧縮処理部201〜204により4ブロック分のデータ
が並行して同時に処理される。この圧縮処理部201〜
204のそれぞれは、MMR圧縮器21と、2次元圧縮
のための参照ラインのデータを蓄えるためのデータバッ
ファ22と、DMAコントローラ23と、FiFo24
とを備えている。 30は圧縮イメージメモリで、圧縮された各ブロックデ
ータb o −b nの格納部31と、最終的な圧縮さ
れたイメージデータimの格納部32とを有している。 40は、圧縮処理動作をコントロールするためのCPU
である。また、41はシステムバスである。 以下に、この例の圧縮処理動作を、第2図のフローチャ
ートを参照しながら説明する。 先ず、ライン番号jをOにセットしくステップ1、01
 ) 、最初の圧縮処理部20+を起動する(ステップ
102)。 この起動を行ったら、ステップ103に進み、ライン番
号iがi +に、ここてはライン番号kに書き替えられ
る。次に、イメージデータIMに未処理のラインがある
か否か判別する(ステップ104)。つまり、ライン番
号iがイメージデータIMの最終ラインnより小さいか
否か判別し、nより小さい、すなわち、未処理ラインが
あると判別したときはステップ105に進み、使用され
ていない空きの圧縮処理部があるか否か判別する。 そして、空きの圧縮処理部があれば、ステップ107に
飛び、空きの圧縮処理部がなければ、空きができるのを
待って(ステップ106)、ステップ107に進む。 ステップ107では、空きの圧縮処理部、この場合、次
の圧縮処理部202を起動する。この起動が終わったら
、ステップ103に戻り、ライン番号iをi+k (−
2k)に書き替える。そして、前記と同様にして、ステ
ップ104〜107により次の圧縮処理部203を起動
する。 さらに、ステップ103に戻り、ライン番号iをi+k
 (=3k)に書き替え、同様にして圧縮処理部204
を起動する。 こうして、4個の圧縮処理部201〜204が起動され
ると、ステップ106において、圧縮処理部での処理が
終了するのを待つ。 一方、起動がかけられた圧縮処理部20.は、イメージ
データ31の最初のにラインのブロックBoを処理する
が、ライン1のデータに対して、圧縮処理部20.のデ
ータバッファ22には、仮想臼(“O”)データを書き
込んでおく。そして、ライン1から順次MMR圧縮処理
を行い、2番目以降のラインからは、そのブロックB1
中の1ライン前のラインのデータが参照ラインデータと
してデータバッファ22に書き替えられて、それぞれM
MR圧縮処理がなされる。 また、圧縮処理部202は、イメージデータのライン(
k+1)〜ライン(2k)までのにラインからなる2番
目のブロックB、を処理するが、このブロックB1の先
頭のライン(k+1)のデータに対して、この圧縮処理
部202のデータバッファ22には、前のブロックBo
の最終ラインにのデータを書き込んでおく。そして、ラ
イン(k+1 )から順次圧縮処理を行い、2番目以降
のラインからは、そのブロックB1中の1ライン前のラ
インのデータが参照ラインデータとしてデータバッファ
22に書き替えられて、それぞれMMR圧縮処理がなさ
れる。 同様にして、圧縮処理部203では3番11のブロック
B2が、圧縮処理部204では4番目のブロックB3が
、それぞれ圧縮処理されるが、そのブロックの先頭のラ
インの圧縮処理の最の参照ラインとしては、1ブロック
前の最終ラインのデータが、各圧縮処理部203.20
4のデータバッファ22に書き込まれて、それぞれMM
R圧縮処理がなされる。 その後は、圧縮処理が終了した圧縮処理部が生じると、
ステップ107で再び起動がかかり、次のブロックのデ
ータが、前述と同様にして圧縮処理されて行く。 こうして、各ブロックB o −B nの圧縮処理され
たブロックデータbO〜bnは、順次、圧縮イメージメ
モリ30の対応する各格納部31に書き込まれる。この
場合、第3図に示すように、各ブロックデータbO〜b
nは、その最後に、イメージデータの最後であることが
示す符号EOPが付加されている。 そして、イメージデータIMのすべてのデータが圧縮処
理されると、ステップ103で、未処理のラインが無い
と判別され、ステップ108に進み、すべての圧縮処理
部20.〜204の処理が終了するのを待つ。処理が終
了したら、ステップ109に進んで、第3図に示すよう
に、圧縮されたブロックデータb o −b nを、最
終ブロックデータbnの符号EOPのみを残して、他の
ブロックの符号EOPは削除して結合する。以上により
処理終了となる。 こうして、1個のMMR圧縮器で圧縮処理したのに等し
い最終結果の圧縮イメージデータimを得、これを格納
部32に格納する。そして、必要によりDASDや光デ
ィスク等の外部記憶装置に格納する。 上記の場合には、複数個のMMR圧縮器を用い、これに
よりイメージデータを並列処理しているので、高速のM
MR圧縮処理を実現することができる。 なお、圧縮処理部の数は、2以上、何個であってもよく
、また、各ブロックのライン数は上記の例のように同数
にする必要はなく、異なっていても差し支えない。
FIG. 1 is a block diagram of an embodiment of a compression processing apparatus that executes a compression method according to the present invention. In the figure, 10 is an original image memory, which stores two-dimensional image data IM. In this example, as described later, the image data IM is divided into a plurality of blocks B o
−B Divide into m and process. 201 to 204 are compression processing units, and in this example, four blocks of data are simultaneously processed in parallel by these four compression processing units 201 to 204. This compression processing unit 201~
204 each includes an MMR compressor 21, a data buffer 22 for storing reference line data for two-dimensional compression, a DMA controller 23, and a FiFo 24.
It is equipped with A compressed image memory 30 has a storage section 31 for compressed block data b o -b n and a storage section 32 for the final compressed image data im. 40 is a CPU for controlling the compression processing operation.
It is. Further, 41 is a system bus. The compression processing operation of this example will be explained below with reference to the flowchart of FIG. First, set line number j to O in step 1, 01.
), the first compression processing unit 20+ is activated (step 102). After this activation, the process proceeds to step 103, where the line number i is rewritten to i+, and here to line number k. Next, it is determined whether or not there is an unprocessed line in the image data IM (step 104). That is, it is determined whether the line number i is smaller than the last line n of the image data IM, and when it is determined that it is smaller than n, that is, there is an unprocessed line, the process proceeds to step 105, and the unused free space is compressed. Determine whether there is a section. If there is a free compression processing section, the process jumps to step 107; if there is no free compression processing section, the process waits until a free space becomes available (step 106), and then proceeds to step 107. In step 107, an empty compression processing unit, in this case the next compression processing unit 202, is activated. When this startup is finished, return to step 103 and change the line number i to i+k (-
2k). Then, in the same manner as described above, the next compression processing unit 203 is activated in steps 104 to 107. Furthermore, return to step 103 and set the line number i to i+k.
(=3k), and in the same way, the compression processing unit 204
Start. When the four compression processing units 201 to 204 are activated in this manner, in step 106, the process waits for the processing in the compression processing units to be completed. On the other hand, the compression processing unit 20. processes the block Bo of the first line of the image data 31, but for the data of line 1, the compression processing unit 20. Virtual mill ("O") data is written in the data buffer 22 of. Then, MMR compression processing is performed sequentially from line 1, and from the second and subsequent lines, the block B1
The data of the previous line in the middle is rewritten to the data buffer 22 as reference line data, and each M
MR compression processing is performed. The compression processing unit 202 also processes the image data line (
The second block B consisting of lines from line (k+1) to line (2k) is processed, but the data of the first line (k+1) of this block B1 is stored in the data buffer 22 of this compression processing unit 202. is the previous block Bo
Write the data on the last line of . Then, compression processing is performed sequentially from line (k+1), and from the second and subsequent lines, the data of the previous line in block B1 is rewritten to the data buffer 22 as reference line data, and each is subjected to MMR compression. Processing is done. Similarly, the compression processing unit 203 compresses the 3rd and 11th block B2, and the compression processing unit 204 compresses the 4th block B3. In this case, the data of the last line one block before is sent to each compression processing unit 203.20.
4 data buffers 22, respectively MM
R compression processing is performed. After that, when the compression processing section where the compression processing has finished occurs,
The process is started again in step 107, and the next block of data is compressed in the same manner as described above. In this way, the compressed block data bO to bn of each block B o to B n are sequentially written to each corresponding storage section 31 of the compressed image memory 30 . In this case, as shown in FIG.
At the end of n, a code EOP indicating that it is the end of the image data is added. When all the data of the image data IM has been compressed, it is determined in step 103 that there is no unprocessed line, and the process proceeds to step 108, in which all the compression processing units 20. Wait for the processing in steps 204 to 204 to be completed. When the processing is completed, the process proceeds to step 109, and as shown in FIG. Delete and combine. With the above steps, the process ends. In this way, the compressed image data im, which is the final result equivalent to compression processing by one MMR compressor, is obtained and stored in the storage unit 32. Then, if necessary, the data is stored in an external storage device such as a DASD or an optical disk. In the above case, multiple MMR compressors are used to process image data in parallel, so high-speed MMR
MR compression processing can be realized. Note that the number of compression processing units may be two or more and any number, and the number of lines in each block does not need to be the same as in the above example, but may be different.

【発明の効果】【Effect of the invention】

以上説明したように、この発明によれば、イメージデー
タを複数のブロックに分割し、複数のMMR圧縮器で、
複数のブロックを並列処理しても、各ブロックの繋ぎ目
のところで前後のラインの相関が無くなることがなく、
高速でMMR方式の圧縮処理を行うことができる。
As explained above, according to the present invention, image data is divided into a plurality of blocks, and a plurality of MMR compressors are used to divide image data into blocks.
Even if multiple blocks are processed in parallel, the correlation between the lines before and after each block will not be lost at the joint between each block.
MMR compression processing can be performed at high speed.

【図面の簡単な説明】[Brief explanation of the drawing]

第1図は、この発明によるイメージデータ圧縮方式を実
行する圧縮処理装置の一実施例のブロック図、第2図は
、この発明による圧縮方式の一実施例を説明するための
フローチャート、第3図は、圧縮ブロックデータの結合
方法を説明するための図、第4図は、原画イメージデー
タ、MR方式の圧縮データ、MMR方式の圧縮データを
それぞれ説明するための図、第5図は、従来のMMR方
式の圧縮処理装置のブロック図である。 10;原画メモリ 20、〜204 ;圧縮処理部 21、MMR圧縮器 22;データバッファ 30;圧縮イメージメモリ 47〉・、 特許出願人   富士通株式会社K(
FIG. 1 is a block diagram of an embodiment of a compression processing device that executes an image data compression method according to the present invention, FIG. 2 is a flowchart for explaining an embodiment of the compression method according to the present invention, and FIG. 4 is a diagram for explaining the method of combining compressed block data, FIG. 4 is a diagram for explaining the original image data, MR method compressed data, and MMR method compressed data, and FIG. 5 is a diagram for explaining the conventional method of combining compressed block data. FIG. 2 is a block diagram of an MMR compression processing device. 10; Original image memory 20, ~ 204; Compression processing unit 21, MMR compressor 22; Data buffer 30; Compressed image memory 47>... Patent applicant: Fujitsu Limited K (

Claims (1)

【特許請求の範囲】 複数ラインからなる2次元イメージデータをライン配列
方向に複数のブロックに分割するとともに、複数個のM
MR方式の圧縮器(21)を設け、各圧縮器(21)で
1ブロックごとのMMR方式の圧縮処理を並行して行う
ようにするものであって、 各圧縮器(21)に対して圧縮処理のための参照ライン
データを格納するためのデータバッファ(22)を備え
、 前記イメージデータの1番最初のブロックの先頭のライ
ンのデータを圧縮処理するときは、前記データバッファ
(22)に仮想データを参照ラインデータとして格納し
、 前記イメージデータの2番目以降のブロックの先頭のラ
インのデータを圧縮処理するときは、そのブロックより
1つ前のブロックの最終ラインのデータを参照ラインデ
ータとして前記データバッファ(22)に格納し、 各ブロックの2番目以降のラインのデータを圧縮処理す
るときは、そのブロック内のそれより1ライン前のライ
ンのデータを参照ラインデータとして前記データバッフ
ァ(22)に格納するようにしたイメージデータの圧縮
方式。
[Claims] Two-dimensional image data consisting of a plurality of lines is divided into a plurality of blocks in the line arrangement direction, and a plurality of M
An MR type compressor (21) is provided, and each compressor (21) performs MMR type compression processing for each block in parallel. A data buffer (22) is provided for storing reference line data for processing, and when compressing data of the first line of the first block of the image data, virtual data is stored in the data buffer (22). When data is stored as reference line data and the data of the first line of the second and subsequent blocks of the image data is compressed, the data of the last line of the block one block before that block is stored as the reference line data. When storing the data in the data buffer (22) and compressing the data of the second and subsequent lines of each block, the data of the line one line before that in the block is used as reference line data and the data is stored in the data buffer (22). A compression method for image data stored in .
JP17981990A 1990-07-06 1990-07-06 Image data compression system Pending JPH0468972A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP17981990A JPH0468972A (en) 1990-07-06 1990-07-06 Image data compression system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP17981990A JPH0468972A (en) 1990-07-06 1990-07-06 Image data compression system

Publications (1)

Publication Number Publication Date
JPH0468972A true JPH0468972A (en) 1992-03-04

Family

ID=16072446

Family Applications (1)

Application Number Title Priority Date Filing Date
JP17981990A Pending JPH0468972A (en) 1990-07-06 1990-07-06 Image data compression system

Country Status (1)

Country Link
JP (1) JPH0468972A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005332298A (en) * 2004-05-21 2005-12-02 Ricoh Co Ltd Information processor, information processing method, information processing program and recording medium
US8770225B2 (en) 2009-07-24 2014-07-08 Zhejiang Sanhua Climate And Appliance Controls Group Co., Ltd End cover and four-way reversing valve using the same and assembling method thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005332298A (en) * 2004-05-21 2005-12-02 Ricoh Co Ltd Information processor, information processing method, information processing program and recording medium
JP4494866B2 (en) * 2004-05-21 2010-06-30 株式会社リコー Information processing apparatus, information processing method, information processing program, and recording medium
US8770225B2 (en) 2009-07-24 2014-07-08 Zhejiang Sanhua Climate And Appliance Controls Group Co., Ltd End cover and four-way reversing valve using the same and assembling method thereof

Similar Documents

Publication Publication Date Title
JPS63109653A (en) Information registering and retrieving device
JP2802694B2 (en) Image reproducing apparatus and method
JPH07143490A (en) Image compander
JPH0468972A (en) Image data compression system
JPH10341437A (en) Image processing method and device therefor
JP2000232587A (en) Image processor and image processing method
JPH0488749A (en) Picture processor
JPH04326654A (en) Picture data compression expansion device
JP2003092674A (en) Image processing apparatus and image processing method
JPH04329764A (en) Compression data transfer device
JP3075935B2 (en) Still image coding method
JP2006217007A (en) Interface apparatus for companding module
JPH04245865A (en) Picture processor
EP0948213A2 (en) Moving pictures decompression device and method thereof
JPS62176374A (en) Data processing system
JPH08274999A (en) Image data processing method and image processing unit
JPH07184063A (en) Binary image compression system
JPH0787303A (en) Image output device
JPH088754A (en) Data compression transmission system and data transmitter and storage device using it
JPS63204923A (en) Compressed data buffer managing device
JPH1023416A (en) Method for compressing/expanding discrete cosine transformation
JPS63117562A (en) Image data coding system
JPH07135652A (en) Method and device for compression still picture data and method and device for expanding still picture data
JPH0774969A (en) Picture processing method and its device
JPS63245067A (en) Data compression system