JP3226358B2 - Run length encoding method - Google Patents

Run length encoding method

Info

Publication number
JP3226358B2
JP3226358B2 JP34190492A JP34190492A JP3226358B2 JP 3226358 B2 JP3226358 B2 JP 3226358B2 JP 34190492 A JP34190492 A JP 34190492A JP 34190492 A JP34190492 A JP 34190492A JP 3226358 B2 JP3226358 B2 JP 3226358B2
Authority
JP
Japan
Prior art keywords
run length
code
run
length
length code
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.)
Expired - Fee Related
Application number
JP34190492A
Other languages
Japanese (ja)
Other versions
JPH06189145A (en
Inventor
志堅 戴
誠 松本
Original Assignee
松下電送システム株式会社
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 松下電送システム株式会社 filed Critical 松下電送システム株式会社
Priority to JP34190492A priority Critical patent/JP3226358B2/en
Publication of JPH06189145A publication Critical patent/JPH06189145A/en
Application granted granted Critical
Publication of JP3226358B2 publication Critical patent/JP3226358B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Compression Of Band Width Or Redundancy In Fax (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)
  • Image Processing (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、白黒の画データをラン
長符号によって符号化するラン長符号化方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a run length encoding method for encoding black and white image data by a run length code.

【0002】[0002]

【従来の技術】白黒の画データのデータ量を圧縮するた
めに行なわれる符号化方法としては、MH方式、MR方
式、MMR方式などが知られているが、これらの符号化
方式は方法が複雑で、その実現には複雑かつ高度な処理
が必要となる。
2. Description of the Related Art MH, MR, MMR and the like are known as encoding methods for compressing the amount of black and white image data, but these encoding methods are complicated. In order to achieve this, complicated and sophisticated processing is required.

【0003】それに対して、ラン長形式の符号化方式
は、符号化効率の面で上述した{MH,MR,MMR}
方式よりも劣るものの、その実現のしやすさにおいて優
っている。
[0003] On the other hand, the coding method of the run length format uses {MH, MR, MMR} described above in terms of coding efficiency.
Although it is inferior to the method, it is superior in its easiness of realization.

【0004】従来のラン長符号化方式は、図1の(C)
に示すように、1バイト(8ビット)長に固定されたラ
ン長符号10によって黒画素または白画素の連続数いわ
ゆるラン長を記述するとともに、図2の(C)に示すよ
うに、白ラン長を現わすラン長符号(白ラン長符号)と
黒ラン長を現わすラン長符号(黒ラン長符号)とを交互
に配置し、さらにラインの終りにライン終端符号1Eを
置くことによって、白黒画データの符号化を行なってい
た。
[0004] The conventional run length encoding method is shown in FIG.
As shown in FIG. 2, a continuous number of black pixels or white pixels, that is, a so-called run length, is described by a run length code 10 fixed to a 1-byte (8-bit) length, and as shown in FIG. By alternately arranging a run length code (white run length code) representing the length and a run length code (black run length code) representing the black run length, and further placing a line end code 1E at the end of the line, Black-and-white image data was encoded.

【0005】各ラン長符号はそれぞれ1バイトの長さを
有することによって0〜255個までの同色画素のラン
長(連続数)を現わすことができる。
Since each run length code has a length of 1 byte, the run length (the number of continuations) of 0 to 255 pixels of the same color can be represented.

【0006】[0006]

【発明が解決しようとする課題】しかし、かかる構成に
よれば、符号化によるデータ圧縮効率が低いという問題
があった。
However, according to such a configuration, there is a problem that the data compression efficiency by encoding is low.

【0007】上述の問題は以下の理由で生じる。すなわ
ち、従来のラン長符号化方式では、ラン長符号の長さが
1バイトに固定されていたため、255を越えるラン長
を記述する場合には、複数のラン長符号が必要になると
ともに、白ラン長符号と黒ラン長符号を交互に配置させ
るためのゼロ(0)ラン長符号を挿入しなければならな
い。
The above problem occurs for the following reasons. That is, in the conventional run length coding method, the length of the run length code is fixed at 1 byte. Therefore, when a run length exceeding 255 is described, a plurality of run length codes are required and white code is required. A zero (0) run length code for alternately arranging the run length code and the black run length code must be inserted.

【0008】たとえば、図2の(C)において、578
個の黒ラン長を記述する場合は、10に示すように3個
の黒ラン長符号と2個の白ラン長符号(ラン長=0)の
計5個のラン長符号10が必要になり、データとしては
5バイトが必要になる。
For example, in FIG.
When the number of black run lengths is described, a total of five run length codes 10 of three black run length codes and two white run length codes (run length = 0) are required as shown in FIG. , 5 bytes are required as data.

【0009】以上のように、1つのラン長符号で記述し
きれない長さ(255個以上)のラン長部分があると、
その長さを分担して記述するための複数のラン長符号だ
けではなく、白ラン長符号と黒ラン長符号を交互に配置
するためのゼロラン長符号も新たに必要になり、このこ
とがこの種の符号化方式でのデータ圧縮効率を低下させ
ていた。
As described above, if there is a run length portion having a length (255 or more) that cannot be described by one run length code,
Not only a plurality of run length codes for sharing and describing the length but also a new zero run length code for alternately arranging a white run length code and a black run length code are required. This has reduced the data compression efficiency of various coding methods.

【0010】一方、上記ラン長符号をたとえば2バイト
に固定した場合は、255個以下の短いラン長の記述に
も2バイトが必要になって、データ圧縮効率はやはり低
下してしまう。実際上、白、黒のラン長は0〜7の出現
頻度が高く、圧縮率を上げるには、7バイト以下の符号
を用いてラン長を表すほうがよりのぞましい。
On the other hand, if the run length code is fixed to, for example, 2 bytes, 2 bytes are required to describe a short run length of 255 or less, and the data compression efficiency is still reduced. Actually, the run lengths of white and black have a high appearance frequency of 0 to 7, and in order to increase the compression ratio, it is more desirable to represent the run length using a code of 7 bytes or less.

【0011】本発明は、上述した課題に鑑みてなされた
もので、符号化によるデータ圧縮効率を向上させること
ができるラン長符号化方式を提供することを目的とす
る。
SUMMARY OF THE INVENTION The present invention has been made in consideration of the above-described problems, and has as its object to provide a run length encoding method capable of improving data compression efficiency by encoding.

【0012】[0012]

【課題を解決するための手段】本発明は上述の目的を達
成するため、黒画素の連続数を記述するラン長符号と白
画素の連続数を記述するラン長符号とが交互に配置され
るラン長符号化方法において、前記ラン長符号を各々異
なる所定サイズからなる複数タイプ用意し、前記各々ラ
ン長符号にはラン長符号の前記タイプを表わす符号長エ
リアを設け、データの連続数に応じ前記複数タイプのラ
ン長符号を使い分けて符号化を行うという構成を備えた
ものである。
SUMMARY OF THE INVENTION The present invention achieves the above objects.
The run length code that describes the number of consecutive black pixels and the white
The run length code that describes the number of consecutive pixels is alternately arranged.
In the run length encoding method, the run length codes are different from each other.
Prepare multiple types with predetermined sizes, and
The length code represents the type of run length code.
Rears are provided, and according to the number of continuous data,
This is provided with a configuration in which encoding is performed using different length codes .

【0013】[0013]

【作用】本発明は、上述の構成によって、ラン長符号の
長さがラン長に応じて最適化され、一つのラン長符号で
記述できるラン長の範囲が広がることで、白ラン長符号
と黒ラン長符号を交互に配置するためのゼロラン長符号
を少なくすることができるため、符号化によるデータ圧
縮効率を向上させることが可能となる。
According to the present invention, the length of the run length code is optimized according to the run length and the range of the run length that can be described by one run length code is expanded by the above-described configuration. Since the number of zero run length codes for alternately arranging black run length codes can be reduced, it is possible to improve the data compression efficiency by encoding.

【0014】[0014]

【実施例】以下、本発明の実施例を図を参照しながら説
明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Embodiments of the present invention will be described below with reference to the drawings.

【0015】なお、図において、同一符号は同一または
相当部分を示すものとする。図1は本発明によるラン長
符号化方式を従来方式とともに示すものであって、
(A)は本発明の第1の実施例にて使用されるラン長符
号のデータ構成を示し、(B)は本発明の第2実施例に
て使用されるラン長符号のデータ構成を示す。
In the drawings, the same reference numerals indicate the same or corresponding parts. FIG. 1 shows a run length encoding system according to the present invention together with a conventional system.
(A) shows the data configuration of the run length code used in the first embodiment of the present invention, and (B) shows the data configuration of the run length code used in the second embodiment of the present invention. .

【0016】まず、本発明の第1の実施例について、図
1の(A)および図2の(A)を参照しながら説明す
る。
First, a first embodiment of the present invention will be described with reference to FIGS. 1A and 2A.

【0017】第1の実施例では、以下に説明するよう
に、通常の長さのラン長符号に加えて、長さが一定以上
のラン長を記述するための拡張ラン長符号を使用する。
In the first embodiment, as described below, an extended run length code for describing a run length having a certain length or more is used in addition to a normal length run length code.

【0018】図1の(A)に示すように、第1の実施例
でのラン長符号には、1バイト長の非拡張ラン長符号1
1と2バイト長の拡張ラン長符号12の2種類があっ
て、ラン長の長さに応じて使い分けられる。各ラン長符
号12,13はそれぞれ、拡張ラン長符号であるか否か
を指示するための符号長エリア(1ビット)1Aと、ラ
ン長を記述するためのラン長部(7ビットまたは15ビ
ット)1Cとによって、編成されている。
As shown in FIG. 1A, the run length code according to the first embodiment has a 1-byte non-extended run length code 1.
There are two types of extended run length codes 12 having a length of 1 and 2 bytes, which can be used depending on the length of the run length. Each of the run length codes 12, 13 is a code length area (1 bit) 1A for indicating whether or not it is an extended run length code, and a run length portion (7 bits or 15 bits) for describing the run length. ) 1C.

【0019】非拡張ラン長符号11は7ビットのラン長
部1Cを有し、0〜127個のラン長を記述するときに
使用される。拡張ラン長符号12は15ビットのラン長
部1Cを有し、128個以上のラン長を記述するときに
使用される。
The non-extended run length code 11 has a run length part 1C of 7 bits, and is used when describing 0 to 127 run lengths. The extended run length code 12 has a 15-bit run length part 1C, and is used when describing 128 or more run lengths.

【0020】図2の(A)は、図1の(A)に示したラ
ン長符号11,12による画データの符号化例を示した
ものであって、127個以下のラン長部分は1バイトの
非拡張ラン長符号12によって記述され、128個以上
のラン長部分は2バイトの拡張ラン長符号13によって
記述されている。
FIG. 2A shows an example of image data encoding using the run length codes 11 and 12 shown in FIG. 1A. A non-extended run length code 12 of bytes is described, and a run length portion of 128 or more is described by an extended run length code 13 of 2 bytes.

【0021】同図(A)に示した例では、578個の黒
画素が連続している黒ラン長部分があるが、この部分は
2バイトの拡張ラン長符号部23を1個だけ使って記述
されている。なお、2Eはライン終端を示す符号であ
る。
In the example shown in FIG. 2A, there is a black run length portion in which 578 black pixels are continuous. This portion uses only one 2-byte extended run length encoding section 23. It has been described. 2E is a code indicating the end of the line.

【0022】上述した第1の実施例では、一定以上の長
さ(>127)のラン長部分が2バイトの拡張ラン長符
号部23によって一度に記述されることにより、同一色
のラン長符号がゼロラン長符号を置いて配置される頻度
が大幅に低下する。これにより、符号化によるデータ圧
縮効率を向上させることができる。
In the above-described first embodiment, the run length portion having a length equal to or more than a certain length (> 127) is described at once by the extended run length coding portion 23 of 2 bytes, so that the run length code of the same color is obtained. Are significantly reduced in the frequency with which the zero run length code is placed. Thereby, the data compression efficiency by encoding can be improved.

【0023】次に、本発明の第2の実施例について、図
1の(B)および図2の(B)を参照しながら説明す
る。
Next, a second embodiment of the present invention will be described with reference to FIGS. 1 (B) and 2 (B).

【0024】第2の実施例では、以下に説明するよう
に、ラン長を長さによって複数の階級に分類し、各階級
ごとに長さの異なるラン長符号を使用して符号化を行な
う。
In the second embodiment, as described below, run lengths are classified into a plurality of classes according to lengths, and encoding is performed using run length codes having different lengths for each class.

【0025】図1の(B)に示すように、第2の実施例
でのラン長符号には、4ビット(半バイト)長の短縮ラ
ン長符号13と、1バイト長の非拡張ラン長符号14
と、2バイト長の拡張ラン長符号15の3種類があっ
て、ラン長の長さに応じて使い分けられる。各ラン長符
号13,14,15はそれぞれ、拡張ラン長符号である
か否かを指示するための符号長エリア(1ビットまたは
2ビット)1Aと、ラン長を記述するためのラン長部
(3ビットまたは6ビットまたは14ビット)1Cとに
よって、編成されている。
As shown in FIG. 1B, the run length code in the second embodiment includes a shortened run length code 13 having a length of 4 bits (half byte) and a non-extended run length having a length of 1 byte. Code 14
There are three types of extended run length codes 15 having a 2-byte length, which can be used depending on the length of the run length. Each of the run length codes 13, 14, 15 is a code length area (1 bit or 2 bits) 1A for indicating whether or not it is an extended run length code, and a run length portion (for describing the run length). (3 bits, 6 bits, or 14 bits) 1C.

【0026】短縮ラン長符号13は1ビットのポインタ
エリア1Aと3ビットのラン長部1Cを有し、0〜7個
のラン長を記述するときに使用される。非拡張ラン長符
号14は2ビットのポインタエリア1Aと6ビットのラ
ン長部1Cを有し、8〜63個のラン長を記述するとき
に使用される。拡張ラン長符号部15は2ビットのポイ
ンタエリア1Aと14ビットのラン長部1Cを有し、6
4個以上のラン長を記述するときに使用される。
The shortened run length code 13 has a 1-bit pointer area 1A and a 3-bit run length section 1C, and is used when describing 0 to 7 run lengths. The non-extended run length code 14 has a 2-bit pointer area 1A and a 6-bit run length section 1C, and is used when describing 8 to 63 run lengths. The extended run length encoding section 15 has a 2-bit pointer area 1A and a 14-bit run length section 1C.
Used when describing four or more run lengths.

【0027】図2の(B)は、図1の(B)に示したラ
ン長符号13,14,15による画データの符号化例を
示したものであって、7個以下のラン長部分は4ビット
の短縮ラン長符号13によって記述され、8〜63個の
ラン長部分は1バイトの非拡張ラン長符号14によって
記述され、64個以上のラン長部分は2バイトの拡張ラ
ン長符号15によって記述されている。
FIG. 2B shows an example of image data encoding using the run length codes 13, 14, and 15 shown in FIG. 1B. Is described by a 4-bit shortened run length code 13, 8-63 run length portions are described by a 1-byte non-extended run length code 14, and 64 or more run length portions are a 2-byte extended run length code. 15.

【0028】同図(B)に示した例では、578個の黒
画素が連続している黒ラン長部分があるが、この部分
は、第1の実施例の場合と同様、2バイトの拡張ラン長
符号部24を1個だけ使って記述されている。また、7
個以下の短いラン長部分は、短縮ラン長符号13によ
り、4ビットだけで記述されている。なお、1Eはライ
ン終端を示す符号である。
In the example shown in FIG. 3B, there is a black run length portion where 578 black pixels are continuous, but this portion is expanded by 2 bytes as in the first embodiment. It is described using only one run length code unit 24. Also, 7
The short run length portion of less than or equal to the number is described by the shortened run length code 13 using only 4 bits. 1E is a code indicating the end of the line.

【0029】上述した第2の実施例では、一定以上の長
さ(>127)のラン長部分が2バイトの拡張ラン長符
号によって一度に記述されることにより、同一色のラン
長符号がゼロラン長符号を置いて配置される頻度が大幅
に低下する。さらに、7ビット以下の短いラン長は、短
縮ラン長符号11によって4ビットだけのデータで記述
することができる。これにより、符号化によるデータ圧
縮効率を大幅に向上させることができる。
In the above-described second embodiment, the run length code of the same color is zero-run because the run length portion having a length equal to or more than a certain length (> 127) is described at once by the extended run length code of 2 bytes. The frequency of placing long codes is greatly reduced. Further, a short run length of 7 bits or less can be described by data of only 4 bits by the shortened run length code 11. Thereby, the data compression efficiency by encoding can be greatly improved.

【0030】図3は本発明のラン長符号化方法を実現す
るデータ処理装置の第1の実施例を示す。
FIG. 3 shows a first embodiment of a data processing apparatus for realizing the run length encoding method of the present invention.

【0031】同図に示す装置はファクシミリ通信装置と
して構成されたものであって、2はラン長符号化データ
の入出力が行なわれるデータ端末(DTE)、3は本発
明方式によるラン長符号化部、4は本発明方式によるラ
ン長復号化部、5は{MH,MR,MMR}方式による
画データ符号化部、6は{MH,MR,MMR}方式に
よる画データ復号化部、7はモデム、Lは回線である。
The apparatus shown in FIG. 1 is configured as a facsimile communication apparatus, wherein 2 is a data terminal (DTE) for inputting / outputting run-length encoded data, and 3 is run-length encoding according to the present invention. , 4 is a run length decoding unit according to the present invention system, 5 is an image data encoding unit according to the {MH, MR, MMR} system, 6 is an image data decoding unit according to the {MH, MR, MMR} system, and 7 is The modem, L, is a line.

【0032】ラン長符号化部3は、入力画データのラン
長に応じてラン長符号の長さを選択するラン長演算部3
1を有し、ラン長に応じて最適化された符号化を行な
う。
The run length encoding unit 3 selects a run length code length according to the run length of the input image data.
1 and performs coding optimized according to the run length.

【0033】ラン長復号化部4は、入力符号化データか
らラン長符号の長さを判定するラン長判定部41を有
し、判定されたラン長符号によって記述されたラン長
(画素連続数)を復元する処理を行なう。
The run length decoding unit 4 has a run length determining unit 41 for determining the length of the run length code from the input coded data, and the run length (the number of continuous pixels) described by the determined run length code is used. ) Is restored.

【0034】図4は本発明のラン長符号化方法を実現す
るデータ処理装置の第2の実施例を示す。
FIG. 4 shows a second embodiment of the data processing apparatus for realizing the run length encoding method of the present invention.

【0035】同図に示す装置は符号化方式の変換をオフ
ラインで行なう装置として構成されたものであって、
{MH,MR,MMR}方式からラン長符号化への変換
を行なう場合は、データ端末(DTE)2から{MH,
MR,MMR}方式による符号化データを受け取り、こ
れを画データ復号化部6にて{MH,MR,MMR}方
式で元の生画データに戻した後、ラン長符号化部3にて
本発明方式によるラン長符号化を行なって上記データ端
末2へ返す。
The apparatus shown in FIG. 1 is configured as an apparatus for performing a conversion of an encoding system off-line.
When performing the conversion from the {MH, MR, MMR} system to the run length coding, the data terminal (DTE) 2 transmits the {MH, MR, MMR}
After receiving the coded data according to the MR, MMR method and returning it to the original raw image data according to the {MH, MR, MMR} method at the image data decoding unit 6, the run length coding unit 3 The run length encoding according to the invention method is performed and the result is returned to the data terminal 2.

【0036】また、ラン長符号化方式から{MH,M
R,MMR}方式への変換を行なう場合は、データ端末
(DTE)2から本発明方式によるラン長符号化データ
を受け取り、これをラン長復号化部4にて元の生画デー
タに戻した後、画データ符号化部5にて{MH,MR,
MMR}方式による符号化を行なって上記データ端末2
へ返す。
Also, from the run length encoding method, {MH, M
When the conversion to the R, MMR} system is performed, the run length encoded data according to the system of the present invention is received from the data terminal (DTE) 2, and this is returned to the original raw image data by the run length decoding unit 4. After that, the image data encoding unit 5 generates {MH, MR,
The data terminal 2 is coded according to the MMR}
Return to

【0037】以上、実施例について説明してきたが、本
発明は上述した以外の実施例または変形例も可能であ
る、また、本発明方法による符号化は、たとえばプログ
ラムあるいは文字コード列などの非画像データのデータ
圧縮にも適用できる。
Although the embodiment has been described above, the present invention can be applied to other embodiments or modifications other than those described above. In addition, the encoding according to the method of the present invention can be performed by using non-images such as programs or character code strings. It can also be applied to data compression.

【0038】[0038]

【発明の効果】以上の説明から明らかなように、本発明
は、ラン長を記述するラン長符号の長さを指示する符号
長エリアをラン長符号ごとに設けて、各ラン長符号の長
さをラン長ごとに可変させることによって、ラン長符号
の長さがラン長に応じて最適化され、一つのラン長符号
で記述できるラン長の範囲が広がることで、白ラン長符
号と黒ラン長符号を交互に配置するためのゼロラン長符
号を少なくすることができるため、符号化によるデータ
圧縮効率を向上させることが可能になる、という効果を
有するものである。
As is apparent from the above description, according to the present invention, a code length area indicating the length of a run length code describing a run length is provided for each run length code, and the length of each run length code is set. By varying the run length for each run length, the length of the run length code is optimized in accordance with the run length, and the range of run lengths that can be described by one run length code is expanded. Since the number of zero run length codes for alternately arranging the run length codes can be reduced, there is an effect that the data compression efficiency by encoding can be improved.

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

【図1】本発明に係るラン長符号化方法に使用されるラ
ン長符号の構成を従来例とともに示す図
FIG. 1 is a diagram showing a configuration of a run length code used in a run length encoding method according to the present invention together with a conventional example.

【図2】本発明に係るラン長符号化方法による符号化例
を従来例とともに示す図
FIG. 2 is a diagram showing an example of encoding by a run length encoding method according to the present invention together with a conventional example.

【図3】本発明のラン長符号化方法を実現するデータ処
理装置の第1の実施例を示す図
FIG. 3 is a diagram showing a first embodiment of a data processing device for realizing a run length encoding method according to the present invention;

【図4】本発明のラン長符号化方法を実現するデータ処
理装置の第2の実施例を示す図
FIG. 4 is a diagram showing a second embodiment of the data processing device for realizing the run length encoding method of the present invention.

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

13 短縮ラン長符号 14 非拡張ラン長符号 15 拡張ラン長符号 1A ポインタエリア 1C ラン長部 3 ラン長符号化部 31 ラン長演算部 4 ラン長復号化部 41 ラン長判定部 13 Shortened run length code 14 Non-extended run length code 15 Extended run length code 1A Pointer area 1C Run length section 3 Run length encoding section 31 Run length calculation section 4 Run length decoding section 41 Run length determination section

───────────────────────────────────────────────────── フロントページの続き (58)調査した分野(Int.Cl.7,DB名) H04N 1/41 - 1/419 ──────────────────────────────────────────────────続 き Continued on the front page (58) Field surveyed (Int.Cl. 7 , DB name) H04N 1/41-1/419

Claims (1)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 黒画素の連続数を記述するラン長符号と
白画素の連続数を記述するラン長符号とが交互に配置さ
れるラン長符号化方法において、前記ラン長符号を各々
異なる所定サイズからなる複数タイプ用意し、前記各々
ラン長符号にはラン長符号の前記タイプを表わす符号長
エリアを設け、データの連続数に応じ前記複数タイプ
ラン長符号を使い分けて符号化を行うラン長符号化方
法。
1. A run length coding method and the run-length code that describes the number of successive run length code and white pixels describing the number of consecutive black pixels are alternately arranged, each said run-length code
A plurality of types having different predetermined sizes are prepared, each of the run length codes is provided with a code length area representing the type of the run length code, and the plurality of types of run length codes are selectively used according to the number of data continuations. Run length encoding method to be performed.
JP34190492A 1992-12-22 1992-12-22 Run length encoding method Expired - Fee Related JP3226358B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP34190492A JP3226358B2 (en) 1992-12-22 1992-12-22 Run length encoding method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP34190492A JP3226358B2 (en) 1992-12-22 1992-12-22 Run length encoding method

Publications (2)

Publication Number Publication Date
JPH06189145A JPH06189145A (en) 1994-07-08
JP3226358B2 true JP3226358B2 (en) 2001-11-05

Family

ID=18349650

Family Applications (1)

Application Number Title Priority Date Filing Date
JP34190492A Expired - Fee Related JP3226358B2 (en) 1992-12-22 1992-12-22 Run length encoding method

Country Status (1)

Country Link
JP (1) JP3226358B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP4719068B2 (en) * 2005-04-21 2011-07-06 パナソニック株式会社 Integrated circuit inspection equipment
JP5812188B2 (en) 2012-03-19 2015-11-11 富士通株式会社 Program, compressed data generation method, decompression method, information processing apparatus, and recording medium

Also Published As

Publication number Publication date
JPH06189145A (en) 1994-07-08

Similar Documents

Publication Publication Date Title
EP0230632B1 (en) Video communications system with variable scanning pattern
US6771824B1 (en) Adaptive variable length decoding method
US4574382A (en) Variable length character code system
EP0754393B1 (en) Video image colour encoding
US6404927B1 (en) Control point generation and data packing for variable length image compression
JP2962518B2 (en) Image data encoding device
US6385341B1 (en) Technique for decoding variable length data codes
JP3226358B2 (en) Run length encoding method
JPH0460391B2 (en)
JPH04270564A (en) Serial picture data compression system having color information
JP2618944B2 (en) Coding method of color image information
JP3120721B2 (en) Image encoding / decoding device
JPH06121174A (en) Encoder/decoder
WO2005074146A1 (en) Data encoding using multi-dimensional redundancies
JPS59135975A (en) Coding and decoding system of color signal
JPS6276931A (en) Data compressor
WO1989010675A1 (en) Method and system for compressing color video data
JPH10163880A (en) Data decoder
KR960014318B1 (en) Data compressing method of facsimile
JP3344875B2 (en) Image processing device
JP2907428B2 (en) Data converter
JPS62199173A (en) Modified huffman code decoding circuit
JP3233360B2 (en) Variable length decoding method and apparatus
JPS6143874A (en) Encoding system of picture signal
JP3164806B2 (en) Variable length encoding method and apparatus

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees