JP2003189108A - Image compression method - Google Patents

Image compression method

Info

Publication number
JP2003189108A
JP2003189108A JP2001388931A JP2001388931A JP2003189108A JP 2003189108 A JP2003189108 A JP 2003189108A JP 2001388931 A JP2001388931 A JP 2001388931A JP 2001388931 A JP2001388931 A JP 2001388931A JP 2003189108 A JP2003189108 A JP 2003189108A
Authority
JP
Japan
Prior art keywords
pattern
unit pattern
unit
data
repeating
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP2001388931A
Other languages
Japanese (ja)
Other versions
JP3866568B2 (en
Inventor
Kenichiro Sakai
憲一郎 酒井
Tsuguo Noda
嗣男 野田
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 JP2001388931A priority Critical patent/JP3866568B2/en
Publication of JP2003189108A publication Critical patent/JP2003189108A/en
Application granted granted Critical
Publication of JP3866568B2 publication Critical patent/JP3866568B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Abstract

<P>PROBLEM TO BE SOLVED: To provide a coding method for improving compression rate by applying coding to a pattern consecutively and repetitively appeared. <P>SOLUTION: The image compression method comprises: scanning a binary image constituting an image for each of 8 lines (rows) and encoding parts not including black pixels while skipping them; detecting a unit pattern of a repetitive pattern among the 8 lines being the scanning unit and counting the number of repetitive times when the lines including black pixels have a dither pattern; then encoding the dither pattern by using the number of repetitive times of the unit pattern, a width (the number of columns) of the unit pattern, and pixel data of the unit pattern. <P>COPYRIGHT: (C)2003,JPO

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、2値のビットマッ
プ画像の圧縮率を向上させる圧縮方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a compression method for improving the compression rate of binary bitmap images.

【0002】[0002]

【従来の技術】近年、パソコンなどの情報機器が普及
し、様々な用途に使用されている。特に、パソコンで画
像を処理する場合が多く見られ、パソコンにプリンタを
接続し、画像を印刷したり、インターネットなどのネッ
トワークを介して画像データを転送するなどの処理が行
われている。しかし、画像が複雑になればなるほど、パ
ソコンからプリンタへの画像データの転送や、ネットワ
ークを介しての画像データの転送に時間がかかり過ぎる
ようになり、画像データを圧縮して転送することが望ま
れる。画像データを圧縮することによって、送信すべき
データの量が少なくなり、転送時間を節約できるもので
ある。
2. Description of the Related Art In recent years, information devices such as personal computers have become widespread and used for various purposes. In particular, an image is often processed by a personal computer, and a printer is connected to the personal computer to print an image or transfer image data via a network such as the Internet. However, as the image becomes more complicated, it takes too much time to transfer the image data from the personal computer to the printer or transfer the image data via the network, and it is desirable to compress and transfer the image data. Be done. By compressing the image data, the amount of data to be transmitted is reduced and the transfer time can be saved.

【0003】この場合、画像データには、カラーのもの
や、グレースケールのものなどがあるが、以下では、こ
れらの画像データを2値化した2値化ビットマップ画像
の圧縮方法について述べる。
In this case, the image data includes color data, gray scale data, and the like. In the following, a method for compressing a binary bit map image obtained by binarizing these image data will be described.

【0004】従来の2値ビットマップ画像の圧縮方法と
しては、MH(Modified Huffman)、MR(Modified
READ)、MMR(Modified Modified READ)、JB
IG(Joint Bi-level Image Group)等があり、フ
ァイルへの格納やFAXなどに広く使用されている。
As a conventional binary bit map image compression method, there are MH (Modified Huffman) and MR (Modified).
READ), MMR (Modified Modified READ), JB
There are IG (Joint Bi-level Image Group) and the like, and they are widely used for storing in files and FAX.

【0005】これらの圧縮方法は、符号化処理が複雑で
あることから、処理速度の高速化をねらった「ビットマ
ップデータの圧縮方法及び圧縮装置」(特開平8−51
545号)が発案されている。
Since these compression methods are complicated in encoding processing, "a method and apparatus for compressing bitmap data" aiming at speeding up of processing speed (Japanese Patent Laid-Open No. 8-51).
No. 545) has been proposed.

【0006】上記特開平8−51545号の画像圧縮方
法では、まず画像を所定のライン数単位に水平方向に走
査して行間のように連続する空白ラインを垂直スキップ
として符号化し、空白ライン以外の領域を論理行として
分離する。次に、分離した論理行を1列単位に垂直方向
に走査して文字間のように黒画素を含まない空白領域を
スキップし、空白領域以外の黒画素を含む領域を分離す
る。
In the image compression method of the above-mentioned Japanese Patent Laid-Open No. 8-51545, first, an image is horizontally scanned in a unit of a predetermined number of lines, and blank lines which are continuous between rows are coded as vertical skips. Separate the area as a logical line. Next, the separated logical rows are vertically scanned in units of one column to skip a blank area that does not include black pixels, such as between characters, and separate areas other than the blank area that include black pixels.

【0007】そして、白画素のみからなる領域と、黒画
素のみからなる領域をそれぞれ列数を指定してスキップ
するように符号化し、同じ画素値の列が連続する領域を
その値と繰り返し回数により符号化する。それ以外の領
域は画素データをその列数と共にそのまま符号データと
して出力する。
Then, an area consisting of only white pixels and an area consisting of only black pixels are coded so as to skip by designating the number of columns respectively, and an area in which columns of the same pixel value are consecutive is determined by the value and the number of repetitions. Encode. In other areas, the pixel data is output as coded data as it is together with the number of columns.

【0008】[0008]

【発明が解決しようとする課題】前述のビットマップデ
ータの圧縮方法には、ディザパターンのような一定の大
きさのパターンが繰り返し出現する画像の圧縮率が低下
するという問題があった。
The above-described bit map data compression method has a problem that the compression rate of an image in which a pattern having a constant size such as a dither pattern repeatedly appears is reduced.

【0009】図9は、従来のディザパターンの符号化方
法を説明する図である。同図上に示されるように、画像
の走査は、例えば、8ライン単位で行われる。空白行
は、何も画像データがない部分であるので、8ライン単
位の行を何個スキップするかという情報を符号化する。
FIG. 9 is a diagram for explaining a conventional dither pattern coding method. As shown in the figure, the scanning of the image is performed, for example, in units of 8 lines. Since a blank line is a part where there is no image data, information about how many lines of 8 lines are skipped is encoded.

【0010】ディザが含まれている行は論理行として認
識され、8ライン毎に、符号化が行われる。同図下は、
ディザパターンの符号化方法の説明である。すなわち、
従来では、ディザパターンはそのままビットパターンが
符号化されており、例えば、8ライン×N画素からなる
論理行の符号化は、ディザが含まれている部分領域をそ
のまま符号化していた。従って、符号データは、符号
語、画素幅N、部分領域の画素データ(Nバイト)から
なり、Nバイトよりも大きくなっていた。
The row containing the dither is recognized as a logical row, and the encoding is performed every 8 lines. Below the figure,
It is a description of a dither pattern encoding method. That is,
Conventionally, a bit pattern is encoded as it is as a dither pattern, and for example, in encoding a logical row consisting of 8 lines × N pixels, a partial area including a dither is encoded as it is. Therefore, the code data is composed of the code word, the pixel width N, and the pixel data (N bytes) of the partial area, which is larger than N bytes.

【0011】従って、ディザパターンを含むような画像
であっても、有効に圧縮できる画像圧縮方法が望まれる
ところである。本発明の課題は、連続して繰り返し出現
するパターンを符号化することで圧縮率を向上させる符
号化方法を提供することである。
Therefore, there is a demand for an image compression method capable of effectively compressing an image including a dither pattern. An object of the present invention is to provide a coding method that improves the compression rate by coding patterns that appear repeatedly in succession.

【0012】[0012]

【課題を解決するための手段】本発明の画像圧縮方法
は、画像データを圧縮する方法であって、2値画像デー
タの内、反復パターンが含まれている行を抽出する抽出
ステップと、該反復パターンの単位パターンと、該単位
パターンの繰り返し回数を検出する反復パターン検出ス
テップと、少なくとも、該単位パターンのデータと、反
復パターン内における該単位パターンの繰り返し回数と
を使って、画像データ内の反復パターンを含む行を符号
化する符号化ステップとを備えることを特徴とする。
An image compression method of the present invention is a method for compressing image data, which comprises an extraction step of extracting a line containing a repetitive pattern from binary image data, Using the unit pattern of the repeating pattern, the repeating pattern detecting step of detecting the number of times of repeating the unit pattern, at least the data of the unit pattern, and the number of times of repeating the unit pattern in the repeating pattern, A coding step for coding a row containing a repeating pattern.

【0013】本発明によれば、ディザパターンのよう
に、単位となるパターンが繰り返し出てくる画像データ
を有効に符号化し、画像データの圧縮率を向上すること
ができる。
According to the present invention, it is possible to effectively encode image data such as a dither pattern in which unit patterns repeatedly appear, and improve the compression ratio of the image data.

【0014】[0014]

【発明の実施の形態】図1は、本発明の実施形態に従っ
た符号化方法の処理全体の流れを示すフローチャートで
ある。
1 is a flowchart showing the flow of the entire processing of an encoding method according to an embodiment of the present invention.

【0015】まず、入力された画像を所定ライン数単位
に水平方向に走査し(ステップS101)、行間のよう
に連続する空白ラインを垂直スキップとして符号化し、
空白ライン以外の領域を論理行として分離する(ステッ
プS102)。
First, the input image is scanned in the horizontal direction in units of a predetermined number of lines (step S101), and blank lines which are continuous such as between lines are encoded as vertical skips.
Areas other than blank lines are separated as logical rows (step S102).

【0016】次に、分離した論理行を1列単位に垂直方
向に走査し(ステップS103)、文字間のように黒画
素を含まない空白領域をスキップし、空白領域以外の黒
画素を含む領域を分離する(ステップS104)。
Next, the separated logical rows are vertically scanned in units of one column (step S103), and a blank area containing no black pixels such as a space between characters is skipped, and an area containing black pixels other than the blank area is skipped. Are separated (step S104).

【0017】更に、ステップS104の領域分離結果に
基づいて、連続して繰り返し出現する同一幅及び同一画
素値を有する反復パターンを分離する(ステップS10
5)。
Further, based on the result of region separation in step S104, a repeating pattern having the same width and the same pixel value that appears repeatedly and repeatedly is separated (step S10).
5).

【0018】そして、ステップS102、S104、S
105で分離した各領域を要素として符号化を行う(S
106)。図2は、本発明の実施形態の第一の原理を示
す図である。
Then, steps S102, S104, S
Encoding is performed using each area separated in 105 as an element (S
106). FIG. 2 is a diagram showing the first principle of the embodiment of the present invention.

【0019】論理行の中から連続して繰り返し出現する
パターンを検出し、繰り返しの基本となる反復パターン
の長さと画素値、及びその繰り返し回数を使用して符号
化することにより符号データサイズを削減する。これに
より、符号データは、符号語、反復回数K、画素幅M、
反復パターンの基本パターン(Mバイト)からなり、デ
ィザパターンの符号データの長さが、ほぼN/Kバイト
となり、従来のディザパターンの符号データの長さに比
べ、略1/Kの長さとなる。
A code data size is reduced by detecting a pattern which appears repeatedly and repeatedly from a logical row and performing coding by using the length and pixel value of a repeating pattern which is the basis of repetition and the number of times of repetition. To do. Thereby, the code data includes the code word, the number of repetitions K, the pixel width M,
It consists of a basic pattern (M bytes) of a repeating pattern, and the length of the code data of the dither pattern is approximately N / K bytes, which is about 1 / K of the length of the code data of the conventional dither pattern. .

【0020】画像の生成過程において、該画像の生成時
に使用されるディザパターンの繰り返しの基本要素とな
るパターンのサイズが既知の場合がある。この場合、繰
り返しパターンの検出をこの既知のサイズに限定して行
うことで、全てのサイズについて検出を行う場合に比べ
て検出処理を大幅に削減し、高速に検出することができ
る。
In the process of generating an image, there are cases where the size of the pattern, which is the basic element for repeating the dither pattern used when generating the image, is known. In this case, by limiting the detection of the repetitive pattern to this known size, the detection process can be significantly reduced and detection can be performed at high speed, as compared with the case where detection is performed for all sizes.

【0021】図3は、本発明の実施形態に従った第二の
原理を示す図である。検出した反復パターンをそのまま
符号データとして出力する代わりに、反復パターン自体
をラインレングス符号化等のデータ圧縮方法により圧縮
することで、符号データサイズを更に削減することがで
きる。
FIG. 3 is a diagram showing a second principle according to the embodiment of the present invention. Instead of outputting the detected repetitive pattern as it is as code data, the repetitive pattern itself is compressed by a data compression method such as line length coding, whereby the code data size can be further reduced.

【0022】このとき、反復パターンの圧縮効果が無け
れば、該反復パターンを圧縮しないで符号データとして
出力する。同図においては、(A)に示されるようなデ
ィザパターンがあったとすると、反復長がM画素の反復
パターンの基本パターンがK回繰り返されている。そこ
で、(B)に示されるように、M画素からなる反復パタ
ーンの基本パターンを取り出し、これをランレングス符
号かする。ランレングス符号化の方法は、(C)に示さ
れるように、基本パターンの先頭の8行画素からなる列
から順に列の中のどこに黒画素があるかを調べる。ま
ず、(B)の最初の4列は同じパターンであるので、1
列分の画素パターンが4つ並んでいるという情報を生成
する。次に、黒画素がない列が2列並んでおり、以下同
様にして、各列毎に、基本となる黒画素のパターンとそ
のパターンが列方向に何回連続するかの情報を生成し、
M’バイトのランレングス符号データを生成する。ラン
レングス符号化を行うと、行わないよりも更に良い圧縮
効果が得られる。
At this time, if there is no compression effect of the repeated pattern, the repeated pattern is output as coded data without being compressed. In the figure, if there is a dither pattern as shown in FIG. 9A, the basic pattern of the repeating pattern having the repeating length of M pixels is repeated K times. Therefore, as shown in (B), a basic pattern of a repetitive pattern consisting of M pixels is taken out and is converted into a run length code. As shown in (C), the run-length coding method examines where the black pixel is in the column in order from the column of the first 8 rows of pixels of the basic pattern. First, since the first four columns in (B) have the same pattern, 1
Information is generated that four pixel patterns for each column are lined up. Next, two columns without black pixels are lined up. In the same manner, a basic pattern of black pixels and information about how many times the pattern is continuous in the column direction are generated for each column.
Generate M ′ bytes of run-length code data. Performing run-length coding provides a much better compression effect than not performing it.

【0023】ランレングス符号化しない場合は、符号デ
ータは、符号語、ランレングスフラグ=0(ランレング
ス符号化していないことを示す)、パターン長M、反復
回数K、パターンデータからなる。ランレングス符号化
すると、符号語、ランレングスフラグ=1(ランレング
ス符号化していることを示す)、ランレングス符号デー
タ長M’バイト、反復回数K、ランレングス符号データ
という構成の符号データが得られる。
When the run length coding is not performed, the code data is composed of a code word, a run length flag = 0 (indicating that the run length is not coded), a pattern length M, a repeat count K, and pattern data. When the run length encoding is performed, code data having a configuration including a code word, a run length flag = 1 (indicating that the run length encoding is performed), a run length code data length M ′ bytes, the number of repetitions K, and run length code data is obtained. To be

【0024】図4は、本発明の実施形態の処理の流れを
示すフローチャートである。同図のフローチャートは、
図1に示した原理図におけるステップS105とステッ
プS106の処理に対応し、分離された論理行を符号化
する処理を示している。空白領域の符号化は従来通りの
方法で行う。
FIG. 4 is a flow chart showing the flow of processing according to the embodiment of the present invention. The flowchart in the figure is
The processing corresponding to the processing of step S105 and step S106 in the principle diagram shown in FIG. 1 and showing the processing of encoding the separated logical row is shown. The blank area is encoded by a conventional method.

【0025】以下に、処理フローの説明をする。 ステップS201:符号化処理開始前に必要な、作業用
メモリ領域の割当てや、内部パラメータの初期化などの
初期化処理を行う。後述するパターンテーブルに登録さ
れているパターンの個数をカウントするパラメータもこ
こでゼロに初期化しておく。
The processing flow will be described below. Step S201: Initialization processing such as allocation of a work memory area and initialization of internal parameters necessary before starting the encoding processing is performed. A parameter for counting the number of patterns registered in the pattern table described later is also initialized to zero here.

【0026】ステップS202:論理行から連続して繰
り返し出現する同一サイズ及び画素値を持つパターンの
有無を検出する。 ステップS203:S202の検出結果に基づき、反復
パターンが検出された場合には処理をS205に進み、
反復パターンが検出されなかった場合には処理をS20
4に進む。
Step S202: The presence or absence of a pattern having the same size and pixel value that repeatedly appears from the logical row is detected. Step S203: If a repeating pattern is detected based on the detection result of S202, the process proceeds to S205,
If no repetitive pattern is detected, the process proceeds to S20.
Go to 4.

【0027】ステップS204:従来の符号化を行う。 ステップS205:検出された反復パターンの領域を符
号化する。 ステップS206:全ての論理行の符号化が完了したか
否かを判断し、完了していない場合には処理をS202
に戻し、完了した場合には符号化処理を終了する。
Step S204: Conventional encoding is performed. Step S205: Encode the area of the detected repetitive pattern. Step S206: It is determined whether or not encoding of all logical lines is completed, and if not completed, the process is S202.
And when it is completed, the encoding process is ended.

【0028】以下、反復パターン検出処理S202と反
復パターン符号化S205の各処理について、図面を参
照しながら詳細に説明する。図5は、反復パターン検出
の実施形態を示す処理フローであり、図4のS202の
処理に対応する。
Hereinafter, each processing of the repeated pattern detection processing S202 and the repeated pattern coding S205 will be described in detail with reference to the drawings. FIG. 5 is a processing flow showing an embodiment of repetitive pattern detection, and corresponds to the processing of S202 of FIG.

【0029】論理行内を1列単位に走査して、連続する
反復パターンの単位パターンの有無を確認し、反復パタ
ーンの単位パターンがある場合には反復パターンの単位
パターンと共にその長さlenと反復回数numを取得
する。
The logical rows are scanned in column units to check the presence / absence of a unit pattern of a continuous repeating pattern. If there is a unit pattern of a repeating pattern, the length len and the number of times of repeating together with the unit pattern of the repeating pattern. Get num.

【0030】ステップS301:検出された反復パター
ンの単位パターンの反復回数を示すnumに0を設定す
る。また、反復パターンの単位パターンの検出を開始す
る列を示す変数aに1、すなわち論理行の先頭列を設定
する。
Step S301: num indicating the number of times the unit pattern of the detected repetitive pattern is repeated is set to 0. Also, 1 is set to the variable a indicating the column where the detection of the unit pattern of the repetitive pattern is started, that is, the leading column of the logical row.

【0031】ステップS302:検出を開始する反復パ
ターンの長さとしてlenにMIN LENを設定する。
MIN LENは、予想される反復パターンの単位パタ
ーンから適切な値を割り当てればよい。例えば、画像中
の反復パターンの単位パターンの幅が4画素以上である
ことが予め分かっている場合には、MIN LEN=4
とする。こうすることで、存在しない反復パターンの検
出処理を回避し、処理時間を短縮できる。
Step S302: Iterative pattern for starting detection
MIN for len as turn length Set LEN.
MIN LEN is the unit pattern of the expected repeating pattern.
You can assign an appropriate value from the window. For example, in the image
The width of the unit pattern of the repeating pattern is 4 pixels or more
If you know in advance, LEN = 4
And This will allow you to detect non-existent repetitive patterns.
Output processing can be avoided and processing time can be shortened.

【0032】ステップS303:参照する列番号を示す
変数bに、検出する反復パターンのの単位パターン長さ
lenをaに加えた値を設定する。 ステップS304:aを先頭とするlen列の画像と、
bを先頭とするlen列の画像を比較し、一致するか否
かを判断する。両者が一致しない場合には処理をステッ
プS305に移し、両者が一致する場合には処理をステ
ップS310に進める。
Step S303: A value obtained by adding the unit pattern length len of the repetitive pattern to be detected to a is set to the variable b indicating the reference column number. Step S304: an image in the len column starting with a,
Images in the len column starting from b are compared to determine whether they match. If they do not match, the process proceeds to step S305, and if they match, the process proceeds to step S310.

【0033】ステップS305:長さlen列の検出す
る反復パターンの単位パターンの長さlenに1を加え
て、検出する反復パターンの単位パターンの長さを1列
分長く設定する。
Step S305: 1 is added to the length len of the unit pattern of the repeating pattern to be detected in the length len column to set the length of the unit pattern of the repeating pattern to be detected to be one column longer.

【0034】ステップS306:反復パターンの単位パ
ターンの長さlenが検出する最大の長さMAX LE
Nに達したか、またはlenが検出処理を適用していな
い残り列数の半分に達したか否かを確認し、いずれかの
条件を満たす場合には処理をステップS303に戻し、
両条件ともに満たさない場合には処理をステップS30
7に進める。ここで、lenが検出処理を適用していな
い残り列数(WIDTH−a)の半分に達するというこ
とは、検出処理しようとしている列位置aから始まる長
さlenの単位パターンが、残りの列の中に1つより多
くは含まれ得ないことを意味している。従って、反復パ
ターンとはならないので、次のパターン検出処理である
ステップS307に進むのである。
Step S306: The maximum length MAX detected by the length len of the unit pattern of the repeating pattern. LE
It is confirmed whether or not N has been reached, or len has reached half of the number of remaining columns to which the detection processing has not been applied. If any of the conditions is satisfied, the processing is returned to step S303,
If both conditions are not satisfied, the process proceeds to step S30.
Proceed to 7. Here, the fact that len reaches half of the number of remaining columns (WIDTH-a) to which the detection process is not applied means that the unit pattern of length len starting from the column position a to be subjected to the detection process corresponds to the remaining columns. This means that no more than one can be included in it. Therefore, since it is not a repetitive pattern, the process proceeds to step S307, which is the next pattern detection process.

【0035】ステップS307:反復パターン検出開始
列を示すaに1を加える。すなわち、反復パターンの単
位パターンの検出を開始する列を1列進める。 ステップS308:検出処理を適用していない残り列数
が、検出する反復パターンの単位パターンの最短長の2
倍以上残っている場合には処理をステップS302に戻
し、そうでない場合にはステップS309に処理を進め
る。ステップS309に進む場合は、検出しようとする
単位パターンが残りの列数の中に1つより多く含まれな
いことになるので、反復パターンとはならないことか
ら、反復パターンの検出処理を終了するための処理に移
るものである。
Step S307: 1 is added to a indicating the repeated pattern detection start sequence. That is, the column for starting the detection of the unit pattern of the repeating pattern is advanced by one column. Step S308: The number of remaining columns to which the detection process is not applied is 2 which is the shortest length of the unit pattern of the repetitive pattern to be detected.
If the number of times remains, the process returns to step S302, and if not, the process proceeds to step S309. In the case of advancing to step S309, the unit pattern to be detected is not included in the remaining column number more than one, so that it is not a repetitive pattern, and therefore the repetitive pattern detection process is terminated. Processing.

【0036】ステップS309:論理行内に連続して出
現する反復パターンが存在しない旨出力して処理を終了
する。以上の処理をステップS304でYESとなるま
で繰り返し行うことにより、論理行内の連続して出現す
る反復パターンの有無と、反復パターンが存在した場合
には、その位置及び反復パターンの単位パターンが検出
された場合には更に以下の処理を行う。
Step S309: It is output that there is no repetitive pattern that continuously appears in the logical line, and the process is terminated. By repeating the above processing until YES in step S304, the presence / absence of a repeating pattern that continuously appears in the logical row, and if the repeating pattern exists, the position and the unit pattern of the repeating pattern are detected. If it does, the following processing is further performed.

【0037】ステップS310:ここまでの処理により
反復パターンが2個連続していることが検出されている
ことになるため、反復パターンの反復回数をカウントす
る変数numに2を設定する。
Step S310: Since it has been detected that two repetitive patterns are continuous by the processing up to this point, 2 is set to the variable num for counting the number of repetitions of the repetitive pattern.

【0038】ステップS311:反復パターン有無を検
出する次の列を示すようにbをlenに加算し、1パタ
ーン分の列数だけ先に進める。 ステップS315:次に、1パターン先の検出処理開始
位置である列bが、列幅WIDTHからパターンの幅で
あるlenを引いたものより小さいか否か、すなわち、
列bから始まる長さlenのパターンが残りの列数の中
に収まるか否かを判断する。bがWIDTH−len以
下である場合には、ステップS312に進み、bがWI
DTH−lenより大きい場合には、ステップS314
に進む。
Step S311: b is added to len to indicate the next column for detecting the presence / absence of a repeating pattern, and the number of columns for one pattern is advanced. Step S315: Whether or not the column b, which is the detection processing start position one pattern ahead, is smaller than the column width WIDTH minus the pattern width len, that is,
It is determined whether or not the pattern of length len starting from the column b fits within the remaining number of columns. If b is less than or equal to WIDTH-len, the process proceeds to step S312, and b is WI.
If it is larger than DTH-len, step S314.
Proceed to.

【0039】ステップS312:S304と同様に、a
を先頭とするlen列の画像と、bを先頭とするlen
列の画像を比較し、一致するか否かを判断する。両者が
一致しない場合には処理をS314に移し、両者が一致
する場合には処理をS313に進める。
Step S312: Similar to S304, a
Images in the len column starting with b and len starting with b
The images in the columns are compared to determine whether they match. If they do not match, the process proceeds to S314, and if they match, the process proceeds to S313.

【0040】ステップS313:検出した反復パターン
の反復回数を示すカウンタnumに1を加算し、処理を
S311に戻す。連続する反復パターンが検出されなく
なるまでステップS311〜S313を繰り返し行うこ
とで、反復パターンの連続する個数が検出される。
Step S313: 1 is added to the counter num indicating the number of repetitions of the detected repetition pattern, and the process is returned to S311. By repeating steps S311 to S313 until no continuous repeating pattern is detected, the number of continuous repeating patterns is detected.

【0041】ステップS314:検出された反復パター
ンの開始位置aと、反復パターンの長さlen及び反復
回数numを結果として出力し、処理を終了する。以上
の処理により、論理行内に反復パターンが存在するか否
かが判明し、反復パターンが存在する場合には、その開
始位置と反復パターンの単位パターンの長さ及び反復回
数が得られる。
Step S314: The detected start position a of the repetitive pattern, the length len of the repetitive pattern and the number of repetitions num are output as a result, and the process is terminated. Through the above processing, it is determined whether or not a repetitive pattern exists in the logical row. When the repetitive pattern exists, the start position, the length of the unit pattern of the repetitive pattern, and the number of repetitions are obtained.

【0042】図6は、符号語のビット構成の実施形態を
示す図である。図6(a)は、検出した反復パターンを
ランレングス符号化しないで反復パターンをそのまま符
号として出力する例、図6(b)は反復パターンをラン
レングス符号化して出力する場合の例である。図6
(a)では、ランレングス符号データでないことを示す
ため、ランレングス符号化フラグを0にセットし、単位
パターンの長さを示すデータ長Mで指定された画素幅の
反復パターンの単位パターンデータを出力する。図6
(b)では、ランレングス符号化されていることを示す
ため、ランレングス符号化フラグを1にセットし、ラン
レングス符号化したデータの長さを示すデータ長M’バ
イトのランレングス符号データを出力する。何れの場合
も、符号化データの中には、反復パターンの単位パター
ンが何回繰り返し出てくるかを示す反復回数Kが設定さ
れる。
FIG. 6 is a diagram showing an embodiment of the bit structure of the code word. FIG. 6A is an example in which the detected repetitive pattern is not run-length coded and the repetitive pattern is output as a code as it is, and FIG. 6B is an example in which the repetitive pattern is run-length coded and output. Figure 6
In (a), to indicate that the data is not run-length code data, the run-length coding flag is set to 0, and the unit pattern data of the repetitive pattern having the pixel width designated by the data length M indicating the length of the unit pattern is set. Output. Figure 6
In (b), in order to indicate that the run length encoding is performed, the run length encoding flag is set to 1, and the run length encoded data of the data length M ′ byte indicating the length of the run length encoded data is set. Output. In any case, the number of repetitions K indicating how many times the unit pattern of the repeating pattern appears repeatedly is set in the encoded data.

【0043】図7は、パターンテーブルの例を示した図
である。前述のパターンテーブルは、ディザパターンを
符号化する場合に、例えば、1ページの文書の中で出て
きた単位パターンをその長さと共に登録し、1ページの
中で同じ単位パターンが現れた時には、前述の符号化デ
ータの内のパターンデータあるいは、ランレングス符号
データの部分に、パターンテーブルの登録番号を格納す
るようにする。登録番号は、画像を符号化していく間
に、先に出てきた単位パターンから順次設定されるもの
であり、最初に出てきた単位パターンが登録番号1であ
り、2番目に出てきた単位パターンが登録番号2という
具合である。
FIG. 7 is a diagram showing an example of the pattern table. When the dither pattern is encoded, the above-mentioned pattern table registers, for example, a unit pattern appearing in a document of one page together with its length, and when the same unit pattern appears in one page, The registration number of the pattern table is stored in the pattern data or the run length code data portion of the above-mentioned encoded data. The registration number is set sequentially from the unit pattern that appears first while the image is being encoded. The unit pattern that appears first is registration number 1, and the unit pattern that appears second is The pattern is registration number 2.

【0044】このパターンテーブルは、画像を符号化す
る場合に生成されるが、符号化データの中には含まれな
い。符号化された画像を復号する場合には、符号データ
から順次単位パターンを読み取り、パターンテーブルを
復号側で再生する様にする。すると、符号データ内に
は、符号化の時に出てきた順番で単位パターンが埋め込
まれているので、復号する場合にも、順次符号データを
復号しながらパターンテーブルを作成すると、符号化の
際に得られたものと同じものが得られることになる。し
たがって、符号データの中に、パターンテーブルの登録
番号が出てきた場合には、復号の際に生成したパターン
テーブルの登録番号を参照して、単位パターンを取得す
れば、正しく符号データを復号することができる。
This pattern table is generated when the image is encoded, but is not included in the encoded data. When decoding the encoded image, the unit patterns are sequentially read from the code data and the pattern table is reproduced on the decoding side. Then, since the unit patterns are embedded in the code data in the order in which they appear at the time of encoding, even when decoding, if the pattern table is created while decoding the code data sequentially, it is possible to The same thing will be obtained. Therefore, when the registration number of the pattern table appears in the code data, the code data is correctly decoded if the unit pattern is acquired by referring to the registration number of the pattern table generated at the time of decoding. be able to.

【0045】以上のように、パターンテーブルを使用す
ることにより、符号データに単位パターンのビットデー
タをそのまま入れるより、圧縮率を上げることができ
る。更に、ランレングス符号化と併用すれば、画像デー
タの圧縮率を更に上げることができる。
As described above, by using the pattern table, the compression rate can be increased as compared with the case where the bit data of the unit pattern is directly included in the code data. Furthermore, when used in combination with run length coding, the compression rate of image data can be further increased.

【0046】図8は、本実施形態の方法をプログラムで
実現する場合に情報処理装置に必要とされるハードウェ
ア環境図である。バス10でCPU11と接続されたR
OM12には、BIOSなどの基本プログラムが格納さ
れる。また、当該プログラムは、バス10でCPU11
と接続された、ハードディスクなどの記憶装置17に格
納され、RAM13にコピーされて、CPU11によっ
て実行される。読み取り装置18は、フレキシブルディ
スク、CD−ROM、DVDなどの可搬記録媒体19か
ら当該プログラムを読み取り、情報処理装置21にイン
ストールを可能とするものである。あるいは、可搬記録
媒体19から当該プログラムを直接読み込んで、CPU
11に実行させても良い。
FIG. 8 is a hardware environment diagram required for the information processing apparatus when the method of this embodiment is implemented by a program. R connected to CPU 11 via bus 10
A basic program such as BIOS is stored in the OM 12. The program is executed by the CPU 11 on the bus 10.
It is stored in a storage device 17 such as a hard disk, which is connected to the RAM 13, copied to the RAM 13, and executed by the CPU 11. The reading device 18 reads the program from a portable recording medium 19 such as a flexible disk, a CD-ROM, a DVD or the like, and enables the information processing device 21 to be installed. Alternatively, by directly reading the program from the portable recording medium 19, the CPU
11 may be executed.

【0047】入出力装置20は、キーボード、マウス、
テンプレート、ディスプレイなどからなり、情報処理装
置21のユーザからの命令をCPU11に伝えたり、C
PU11の演算結果をユーザに提示するためのものであ
る。
The input / output device 20 includes a keyboard, a mouse,
It is composed of a template, a display, etc., and transmits a command from the user of the information processing device 21 to the CPU 11 or C
It is for presenting the calculation result of the PU 11 to the user.

【0048】通信インターフェース14は、情報処理装
置21をネットワーク15を介して情報提供者16に接
続するものである。情報提供者16は、当該プログラム
を持っていて、これをネットワーク15経由で情報処理
装置21にダウンロードし、インストールして、CPU
11が実行しても良い。あるいは、情報提供者16と情
報処理装置21とをネットワーク15で接続したまま、
ネットワーク環境のもとで、当該プログラムを実行する
ようにしても良い。
The communication interface 14 connects the information processing device 21 to the information provider 16 via the network 15. The information provider 16 has the program, downloads the program to the information processing device 21 via the network 15, installs the program, and then the CPU
11 may execute. Alternatively, while the information provider 16 and the information processing device 21 are connected via the network 15,
The program may be executed under a network environment.

【0049】(付記1)画像データを圧縮する方法であ
って、2値画像データの内、反復パターンが含まれてい
る行を抽出する抽出ステップと、該反復パターンの単位
パターンと、該単位パターンの繰り返し回数を検出する
反復パターン検出ステップと、少なくとも、該単位パタ
ーンのデータと、反復パターン内における該単位パター
ンの繰り返し回数とを使って、画像データ内の反復パタ
ーンを含む行を符号化する符号化ステップと、を備える
ことを特徴とする画像圧縮方法。
(Supplementary Note 1) A method of compressing image data, which comprises a step of extracting a line containing a repeating pattern from binary image data, a unit pattern of the repeating pattern, and a unit pattern of the repeating pattern. Of a repetition pattern detecting step of detecting the number of repetitions of the unit pattern, at least data of the unit pattern, and the number of repetitions of the unit pattern in the repetition pattern And an image compression method.

【0050】(付記2)前記単位パターンの画素幅が予
め定められた1以上の固定値であることを特徴とする付
記1に記載の画像圧縮方法。 (付記3)前記符号化ステップにおいては、単位パター
ンを更にデータ圧縮し、該圧縮された単位パターンと該
単位パターンの繰り返し回数により符号化することを特
徴とする付記1に記載の画像圧縮方法。
(Supplementary Note 2) The image compression method according to Supplementary Note 1, wherein the pixel width of the unit pattern is one or more predetermined fixed values. (Supplementary note 3) The image compression method according to Supplementary note 1, wherein in the encoding step, the unit pattern is further compressed, and encoded by the compressed unit pattern and the number of repetitions of the unit pattern.

【0051】(付記4)前記符号化ステップは、ランレ
ングス符号化方法を使用することを特徴とする付記1に
記載の画像圧縮方法。 (付記5)前記符号化ステップにおいて、出現した単位
パターンを登録するテーブルを生成し、該単位パターン
と同じ単位パターンが符号化の過程で2回以上出てくる
場合には、該単位パターンの代わりに該テーブルにおけ
る該単位パターンの登録番号を用いて、画像データを符
号化することを特徴とする付記1に記載の画像圧縮方
法。
(Supplementary Note 4) The image compression method according to Supplementary Note 1, wherein the encoding step uses a run length encoding method. (Supplementary note 5) In the encoding step, a table for registering the unit patterns that have appeared is generated, and when a unit pattern that is the same as the unit pattern appears twice or more in the process of encoding, the unit pattern is replaced with the unit pattern. 2. The image compression method according to appendix 1, wherein the image data is encoded using the registration number of the unit pattern in the table.

【0052】(付記6)画像データを圧縮する方法であ
って、2値画像データの内、反復パターンが含まれてい
る行を抽出する抽出ステップと、該反復パターンの単位
パターンと、該単位パターンの繰り返し回数を検出する
反復パターン検出ステップと、少なくとも、該単位パタ
ーンのデータと、反復パターン内における該単位パター
ンの繰り返し回数とを使って、画像データ内の反復パタ
ーンを含む行を符号化する符号化ステップと、を備える
ことを特徴とする画像圧縮方法を情報処理装置に実現さ
せるプログラム。
(Supplementary Note 6) A method of compressing image data, comprising a step of extracting a line containing a repeating pattern from binary image data, a unit pattern of the repeating pattern, and a unit pattern of the repeating pattern. Of a repetition pattern detecting step of detecting the number of repetitions of the unit pattern, at least data of the unit pattern, and the number of repetitions of the unit pattern in the repetition pattern A program for causing an information processing apparatus to realize an image compression method, characterized by comprising:

【0053】(付記7)画像データを圧縮する方法であ
って、2値画像データの内、反復パターンが含まれてい
る行を抽出する抽出ステップと、該反復パターンの単位
パターンと、該単位パターンの繰り返し回数を検出する
反復パターン検出ステップと、少なくとも、該単位パタ
ーンのデータと、反復パターン内における該単位パター
ンの繰り返し回数とを使って、画像データ内の反復パタ
ーンを含む行を符号化する符号化ステップと、を備える
ことを特徴とする画像圧縮方法を情報処理装置に実現さ
せるプログラムを格納した、情報処理装置読み取り可能
な記録媒体。
(Supplementary Note 7) A method for compressing image data, comprising a step of extracting a line containing a repeating pattern from binary image data, a unit pattern of the repeating pattern, and a unit pattern of the repeating pattern. Of a repetition pattern detecting step of detecting the number of repetitions of the unit pattern, at least data of the unit pattern, and the number of repetitions of the unit pattern in the repetition pattern An information processing device-readable recording medium storing a program for causing an information processing device to realize an image compression method, the method comprising:

【0054】(付記8)画像データを圧縮する装置であ
って、2値画像データの内、反復パターンが含まれてい
る行を抽出する抽出手段と、該反復パターンの単位パタ
ーンと、該単位パターンの繰り返し回数を検出する反復
パターン検出手段と、少なくとも、該単位パターンのデ
ータと、反復パターン内における該単位パターンの繰り
返し回数とを使って、画像データ内の反復パターンを含
む行を符号化する符号化手段と、を備えることを特徴と
する画像圧縮装置。
(Supplementary Note 8) A device for compressing image data, comprising: an extracting means for extracting a line in the binary image data that includes a repeating pattern, a unit pattern of the repeating pattern, and the unit pattern. Code for encoding a row containing a repetitive pattern in image data using at least the data of the unit pattern and the number of repetitions of the unit pattern in the repetitive pattern. An image compression apparatus comprising: an image compression unit.

【0055】[0055]

【発明の効果】以上説明したように、本発明の画像圧縮
方法によれば、ディザパターンのように同じパターンが
連続して繰り返し出現する画像から繰り返しの基本とな
る基本パターンを検出して符号化することにより、写真
などのディザを含む画像の圧縮率が向上する。このた
め、データを格納するための記憶容量の削減やデータ転
送時間の短縮に大きく寄与する。
As described above, according to the image compression method of the present invention, the basic pattern which is the basis of the repetition is detected and encoded from the image in which the same pattern continuously appears repeatedly such as the dither pattern. By doing so, the compression rate of images including dither such as photographs is improved. Therefore, it greatly contributes to the reduction of the storage capacity for storing the data and the reduction of the data transfer time.

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

【図1】本発明の実施形態に従った符号化方法の処理全
体の流れを示すフローチャートである。
FIG. 1 is a flowchart showing the overall flow of processing of an encoding method according to an embodiment of the present invention.

【図2】本発明の実施形態の第一の原理を示す図であ
る。
FIG. 2 is a diagram showing a first principle of the embodiment of the present invention.

【図3】本発明の実施形態に従った第二の原理を示す図
である。
FIG. 3 illustrates a second principle according to an embodiment of the present invention.

【図4】本発明の実施形態の処理の流れを示すフローチ
ャートである。
FIG. 4 is a flowchart showing a flow of processing according to the embodiment of the present invention.

【図5】反復パターン検出の実施形態を示す処理フロー
である。
FIG. 5 is a process flow showing an embodiment of repetitive pattern detection.

【図6】符号語のビット構成の実施形態を示す図であ
る。
FIG. 6 is a diagram showing an embodiment of a bit configuration of a codeword.

【図7】パターンテーブルの例を示した図である。FIG. 7 is a diagram showing an example of a pattern table.

【図8】本実施形態の方法をプログラムで実現する場合
に情報処理装置に必要とされるハードウェア環境図であ
る。
FIG. 8 is a hardware environment diagram required for the information processing device when the method of the present embodiment is implemented by a program.

【図9】従来のディザパターンの符号化方法を説明する
図である。
FIG. 9 is a diagram illustrating a conventional dither pattern encoding method.

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

10 バス 11 CPU 12 ROM 13 RAM 14 通信インターフェース 15 ネットワーク 16 情報提供者 17 記憶装置 18 読み取り装置 19 可搬記録媒体 20 入出力装置 21 情報処理装置 10 bus 11 CPU 12 ROM 13 RAM 14 Communication interface 15 network 16 Information provider 17 Storage 18 Reader 19 Portable recording medium 20 I / O device 21 Information processing equipment

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5C078 AA01 AA06 BA35 CA01 DA01 DA05 5J064 AA01 BA08 BB05 BC01 BC05 BC14 BC29 BD02    ─────────────────────────────────────────────────── ─── Continued front page    F-term (reference) 5C078 AA01 AA06 BA35 CA01 DA01                       DA05                 5J064 AA01 BA08 BB05 BC01 BC05                       BC14 BC29 BD02

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】画像データを圧縮する方法であって、 2値画像データの内、反復パターンが含まれている行を
抽出する抽出ステップと、 該反復パターンの単位パターンと、該単位パターンの繰
り返し回数を検出する反復パターン検出ステップと、 少なくとも、該単位パターンのデータと、反復パターン
内における該単位パターンの繰り返し回数とを使って、
画像データ内の反復パターンを含む行を符号化する符号
化ステップと、を備えることを特徴とする画像圧縮方
法。
1. A method of compressing image data, comprising: an extracting step of extracting a row containing a repeating pattern from binary image data; a unit pattern of the repeating pattern; and repeating the unit pattern. Using a repeating pattern detection step of detecting the number of times, at least the data of the unit pattern, and the number of times the unit pattern is repeated in the repeating pattern,
An encoding step of encoding a row containing a repetitive pattern in the image data, the image compression method.
【請求項2】前記単位パターンの画素幅が予め定められ
た1以上の固定値であることを特徴とする請求項1に記
載の画像圧縮方法。
2. The image compression method according to claim 1, wherein the pixel width of the unit pattern is a predetermined fixed value of 1 or more.
【請求項3】前記符号化ステップにおいては、単位パタ
ーンを更にデータ圧縮し、該圧縮された単位パターンと
該単位パターンの繰り返し回数により符号化することを
特徴とする請求項1に記載の画像圧縮方法。
3. The image compression according to claim 1, wherein, in the encoding step, the unit pattern is further data-compressed and is encoded by the compressed unit pattern and the number of repetitions of the unit pattern. Method.
【請求項4】前記符号化ステップは、ランレングス符号
化方法を使用することを特徴とする請求項1に記載の画
像圧縮方法。
4. The image compression method according to claim 1, wherein the encoding step uses a run-length encoding method.
【請求項5】前記符号化ステップにおいて、出現した単
位パターンを登録するテーブルを生成し、該単位パター
ンと同じ単位パターンが符号化の過程で2回以上出てく
る場合には、該単位パターンの代わりに該テーブルにお
ける該単位パターンの登録番号を用いて、画像データを
符号化することを特徴とする請求項1に記載の画像圧縮
方法。
5. In the encoding step, a table for registering the appeared unit patterns is generated, and when the same unit pattern appears twice or more in the encoding process, the unit pattern of the unit pattern is generated. The image compression method according to claim 1, wherein the image data is encoded by using the registration number of the unit pattern in the table instead.
JP2001388931A 2001-12-21 2001-12-21 Image compression method Expired - Fee Related JP3866568B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001388931A JP3866568B2 (en) 2001-12-21 2001-12-21 Image compression method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001388931A JP3866568B2 (en) 2001-12-21 2001-12-21 Image compression method

Publications (2)

Publication Number Publication Date
JP2003189108A true JP2003189108A (en) 2003-07-04
JP3866568B2 JP3866568B2 (en) 2007-01-10

Family

ID=27597288

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001388931A Expired - Fee Related JP3866568B2 (en) 2001-12-21 2001-12-21 Image compression method

Country Status (1)

Country Link
JP (1) JP3866568B2 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006203832A (en) * 2004-12-22 2006-08-03 Mitsubishi Electric Corp Image transmission/reception system and method, and computer readable storage medium recording program for executing image transmission procedures and image reception and display procedures
US7236636B2 (en) 2003-01-30 2007-06-26 Fujitsu Limited Image compression method, image restoration method, program and apparatus
US7444024B2 (en) 2004-04-26 2008-10-28 Fujitsu Limited Image compression method
WO2021193549A1 (en) * 2020-03-24 2021-09-30 ファナック株式会社 Control device, data transfer system for control device, and data transfer method
CN114726480A (en) * 2022-03-08 2022-07-08 科大讯飞股份有限公司 Data encoding method and related device, electronic equipment and storage medium

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7236636B2 (en) 2003-01-30 2007-06-26 Fujitsu Limited Image compression method, image restoration method, program and apparatus
US7444024B2 (en) 2004-04-26 2008-10-28 Fujitsu Limited Image compression method
JP2006203832A (en) * 2004-12-22 2006-08-03 Mitsubishi Electric Corp Image transmission/reception system and method, and computer readable storage medium recording program for executing image transmission procedures and image reception and display procedures
WO2021193549A1 (en) * 2020-03-24 2021-09-30 ファナック株式会社 Control device, data transfer system for control device, and data transfer method
JP7469462B2 (en) 2020-03-24 2024-04-16 ファナック株式会社 CONTROL DEVICE, DATA TRANSFER SYSTEM FOR CONTROL DEVICE, AND DATA TRANSFER METHOD
CN114726480A (en) * 2022-03-08 2022-07-08 科大讯飞股份有限公司 Data encoding method and related device, electronic equipment and storage medium

Also Published As

Publication number Publication date
JP3866568B2 (en) 2007-01-10

Similar Documents

Publication Publication Date Title
US7236636B2 (en) Image compression method, image restoration method, program and apparatus
US6751356B2 (en) Image processing apparatus and method
JP3461309B2 (en) Huffman coded data compression device
US6912316B2 (en) Data compression and reconstruction methods and apparatuses for hard copy device
JP3872217B2 (en) Dither image binary expression processing method, dither image compression binary expression decompression method, and dither image compression and decompression system
AU2004277271A1 (en) Split runlength encoding method and apparatus
JP2003189108A (en) Image compression method
JP3901514B2 (en) Image compression method, decompression method and program
JPH06344601A (en) Outputting apparatus and outputting method
JP2003174564A (en) Image processor, image processing method, program and storage medium
Pamboukian et al. Reversible data hiding and reversible authentication watermarking for binary images
JP3261208B2 (en) Picture information prediction encoding and decoding apparatus
JPH0779415B2 (en) Decompression method of compressed data
JP3854849B2 (en) Data decompression processing method and data decompression processing apparatus
JPH1117959A (en) Run length coding method for binary image and recording medium storing run length coding program
JP2891818B2 (en) Encoding device
JP3123795B2 (en) Encoding device and decoding device using arithmetic code
JP3852237B2 (en) Image processing device
JP2005252531A (en) Device and program for compressing data
JPH0411907B2 (en)
JP2009188995A (en) Image processing apparatus and image processing method
JP2003198856A (en) Image compression method, decompression method thereof, and program thereof
JP2006279232A (en) Image reading apparatus and image processing method
CN115941981A (en) JPEG image part modifying method and device
JP2008109386A (en) Image encoding apparatus and method

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041202

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060718

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060906

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20061003

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061005

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 3866568

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20091013

Year of fee payment: 3

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

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20101013

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111013

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20121013

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131013

Year of fee payment: 7

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313113

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

LAPS Cancellation because of no payment of annual fees