JP2001043363A - System for identifying picture and character and image processor using the same - Google Patents

System for identifying picture and character and image processor using the same

Info

Publication number
JP2001043363A
JP2001043363A JP11218991A JP21899199A JP2001043363A JP 2001043363 A JP2001043363 A JP 2001043363A JP 11218991 A JP11218991 A JP 11218991A JP 21899199 A JP21899199 A JP 21899199A JP 2001043363 A JP2001043363 A JP 2001043363A
Authority
JP
Japan
Prior art keywords
picture
character
image
pixel block
bitmap image
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
JP11218991A
Other languages
Japanese (ja)
Inventor
Hiroki Togawa
裕希 外川
Hidekazu Tokuhashi
秀和 徳橋
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP11218991A priority Critical patent/JP2001043363A/en
Publication of JP2001043363A publication Critical patent/JP2001043363A/en
Pending legal-status Critical Current

Links

Landscapes

  • Image Analysis (AREA)

Abstract

PROBLEM TO BE SOLVED: To accurately distinguish a picture and a character mixed in the same bit map image by judging them on the basis of frequency for adjacent pixels to have the same value. SOLUTION: A picture/character identifying part selects an 8×8 pixel block 17 on the upper left side of the bit map image and selects a pixel 1 at the upper left end inside that concerned block. The differences of pixel values between the pixel 1 and a right adjacent pixel 2 or a lower adjacent pixel 9 are respectively calculated and it is judged whether the difference is '0'. The difference of '0' means the values (colors) of adjacent pixels are completely equal. Similar processing is repeated for the other pixels. When the total number of differences of '0' inside the concerned block 17 is greater than a preset threshold value (n), the concerned block 17 is judged as a character and when that total number is smaller than the threshold value (n), the concerned block 17 is judged as a picture. The same processing is repeated for adjacent blocks.

Description

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

【0001】[0001]

【発明が属する技術分野】本発明は、同一のビットマッ
プ画像中に存在する絵と文字を識別する方式、及びその
識別方式を活用して画像を処理する、例えば圧縮や印刷
などを行う画像処理装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a method for identifying pictures and characters existing in the same bitmap image, and an image processing for utilizing the identification method, for example, performing compression or printing. Related to the device.

【0002】[0002]

【従来の技術】例えばビットマップ画像を圧縮する場
合、非可逆圧縮を行えば高い圧縮率が得られるが画質は
低下し、可逆圧縮を行えば元の画質は維持できるが圧縮
率は低い。従来の画像圧縮装置では、画像の用途や利用
目的に応じて適当な圧縮方法を選択している。例えば、
インターネットなどで流通するビットマップ画像は、通
信負担を軽くするために、多少の画質劣化があっても、
JPEGのベースラインのような非可逆圧縮法で圧縮されて
いることが多い。
2. Description of the Related Art For example, in the case of compressing a bitmap image, a high compression ratio can be obtained by performing irreversible compression, but the image quality deteriorates. By performing lossless compression, the original image quality can be maintained, but the compression ratio is low. In a conventional image compression apparatus, an appropriate compression method is selected according to the use and purpose of use of an image. For example,
Bitmap images distributed on the Internet, etc., have some image quality degradation to reduce the communication load.
It is often compressed by a lossy compression method such as the JPEG baseline.

【0003】[0003]

【発明が解決しようとする課題】絵(例えば、写真や多
色ペイント画など)のように実質的に連続な階調又は多
色で表現されている画像要素と文字のようにはっきりと
した輪郭をもつ画像要素とが混在しているビットマップ
画像を非可逆圧縮法で圧縮した場合、絵は多少の画質劣
化があっても人間の視覚はそれを敏感に反応しないが、
文字の画質劣化は目立つという問題がある。そこで、一
つの画像の絵の部分と文字の部分に区別して、個別に最
適の圧縮方法を適用したいという要求がある。また、圧
縮に限らず、同一画像内の絵と文字に別の処理を施した
いという場合がある。例えば、画像をデジタルプリンタ
で印刷する場合、絵の部分にだけハーフトーニング処理
を施したいとか、文字の部分にだけエッジスムージング
処理を施したいという場合がある。
Image elements and characters which are represented by substantially continuous gradation or multicolor, such as a picture (for example, a photograph or a multicolor paint picture), and have sharp contours, such as characters. When a bitmap image that contains image elements with is mixed by irreversible compression, even if the picture has some image quality deterioration, human vision does not respond sensitively to it,
There is a problem that the image quality of characters is deteriorated. Therefore, there is a demand to apply an optimal compression method to each of a picture portion and a character portion of one image separately. Further, there is a case where it is desired to perform another process on the picture and the character in the same image without being limited to the compression. For example, when an image is printed by a digital printer, there are cases where it is desired to perform halftoning processing only on a picture part or to perform edge smoothing processing only on a character part.

【0004】従って、本発明の目的は、同一のビットマ
ップ画像内に混在する絵と文字を精度良く区別すること
にある。
Accordingly, an object of the present invention is to accurately distinguish pictures and characters mixed in the same bitmap image.

【0005】本発明の別の目的は、絵と文字が混在する
ビットマップ画像を、文字の画質劣化を生じさせること
なしに、高い圧縮率で圧縮することにある。
Another object of the present invention is to compress a bitmap image in which a picture and a character are mixed at a high compression ratio without deteriorating the image quality of the character.

【0006】本発明の更に別の目的は、同一のビットマ
ップ画像に含まれる絵と文字を区別して、絵又は文字だ
けに選択的に画像処理を施すことにある。
Still another object of the present invention is to distinguish between pictures and characters included in the same bitmap image and selectively perform image processing only on the pictures or characters.

【0007】本発明の更にまた別の目的は、絵と文字を
含むビットマップ画像を高速に且つ高画質に印刷するこ
とにある。
It is still another object of the present invention to print a bitmap image including pictures and characters at high speed and with high image quality.

【0008】[0008]

【課題を解決するための手段】本発明の第1の観点に従
う絵・文字識別装置は、ビットマップ画像を、連続した
複数ピクセルからそれぞれ構成される多数のピクセルブ
ロックに分割し、各ピクセルブロックに着目する着目手
段と、着目したピクセルブロック中で隣接し合うピクセ
ルが同じ値をもつ頻度を計算する計算手段と、前記頻度
に基づいて着目したピクセルブロックが絵であるか文字
であるかを判断する判断手段とを備える。
A picture / character identification apparatus according to a first aspect of the present invention divides a bitmap image into a large number of pixel blocks each composed of a plurality of continuous pixels, and divides the bitmap image into each pixel block. Attention means of interest, calculation means for calculating the frequency of adjacent pixels in the pixel block of interest having the same value, and judging whether the pixel block of interest is a picture or a character based on the frequency Judgment means.

【0009】この装置によれば、同じ値(同じ色)のピ
クセルが連続する頻度の高いブロックは文字と判断さ
れ、逆に隣り合うピクセルの色が異なる頻度の高いブロ
ックは絵と判断される。これにより、同一色の連続で描
かれる文字や線図と、実質的に連続な階調又は多色で描
かれた写真のような絵とが良好に区別できる。
According to this device, a block having a high frequency of consecutive pixels having the same value (the same color) is determined to be a character, and a block having a high frequency of adjacent pixels having a different color is determined to be a picture. This makes it possible to satisfactorily distinguish between characters and diagrams drawn continuously in the same color and pictures such as photographs drawn in substantially continuous gradation or multicolor.

【0010】本発明の第2の観点に従う画像処理装置
は、上記の絵・文字識別装置によって絵と判断されたビ
ットマップ画像部分と、文字と判断されたビットマップ
画像部分とを区別して処理する。すなわち、この画像処
理装置は、例えば、絵又は文字の一方にだけ特定の処理
を施す、或いは、絵と文字にそれぞれ別の処理を施す。
An image processing apparatus according to a second aspect of the present invention performs processing by distinguishing between a bitmap image portion determined to be a picture and a bitmap image portion determined to be a character by the picture / character identification device. . That is, the image processing apparatus performs, for example, a specific process only on one of a picture and a character, or performs different processing on a picture and a character.

【0011】本発明の第3の観点に従う画像圧縮装置
は、上記の絵・文字識別装置によって絵と判断されたビ
ットマップ画像部分を非可逆圧縮法で圧縮し、文字と判
断されたビットマップ画像部分を可逆圧縮法で圧縮す
る。この装置で圧縮された画像は、絵の部分は非可逆圧
縮されているので、全体の圧縮率も高く、また、これを
伸長した画像は、文字の部分に画質劣化がないため、全
体として人の視覚に高画質に映る。
An image compression apparatus according to a third aspect of the present invention compresses a bitmap image portion determined to be a picture by the picture / character identification apparatus by an irreversible compression method, and generates a bitmap image determined to be a character. The part is compressed by a lossless compression method. In the image compressed by this device, the picture part is lossy-compressed, so the overall compression ratio is high, and the decompressed image does not have any image quality deterioration in the character part, so that the whole image is human. The image is reflected in high image quality.

【0012】好適な実施形態では、非可逆圧縮法に、JP
EG非可逆圧縮法を用いている。JPEG非可逆圧縮法は、実
質的に連続な階調又は多色で描かれた写真のような絵
を、高い圧縮率で、かつ小さい画質劣化で、圧縮するこ
とができるので、その圧縮画像を伸長したとき、絵も文
字も共に高画質が維持できる。また、JPEG非可逆圧縮法
は、ビットマップ画像を例えば8×8ピクセルのような
サイズのブロックに分割して、各ブロック毎に離散コサ
イン変換や非線形量子化等の処理を行うので、上記の絵
・文字識別のときに行うブロック分割を圧縮のためのブ
ロック分割でも共用できる。
In a preferred embodiment, the lossy compression method includes JP
EG lossy compression method is used. The JPEG lossy compression method can compress a picture such as a photograph drawn with substantially continuous gradation or multi-color with a high compression ratio and small image quality deterioration. When decompressed, high picture quality can be maintained for both pictures and characters. The JPEG lossy compression method divides a bitmap image into blocks having a size of, for example, 8 × 8 pixels, and performs processing such as discrete cosine transform and nonlinear quantization for each block. -Block division performed for character identification can be shared with block division for compression.

【0013】本発明の第4の観点に従う画像伸長装置
は、非可逆圧縮法で圧縮された絵の部分と、可逆圧縮法
で圧縮された文字の部分とを有する圧縮画像を受けて、
絵の部分と文字の部分とを識別する識別手段と、圧縮画
像の内の絵の部分を、非可逆圧縮法に対応する伸長法で
絵のビットマップ画像部分に伸長する手段と、圧縮画像
の内の文字の部分を、可逆圧縮法に対応する伸長法で文
字のビットマップ画像部分に伸長する手段と、絵のビッ
トマップ画像部分と文字のビットマップ画像部分とを受
けて完全なビットマップ画像部分を作る手段とを備え
る。
An image decompression device according to a fourth aspect of the present invention receives a compressed image having a picture portion compressed by a lossy compression method and a character portion compressed by a lossless compression method,
Identification means for identifying a picture part and a character part; means for decompressing the picture part of the compressed image into a bitmap image part of the picture by a decompression method corresponding to the lossy compression method; Means for decompressing a character portion in a character into a bitmap image portion of a character by a decompression method corresponding to a lossless compression method, and receiving a bitmap image portion of a picture and a bitmap image portion of a character to complete a bitmap image Means for making the part.

【0014】本発明の第5の観点に従うプリントシステ
ムは、印刷データを出力するホスト装置と、印刷データ
を受けて印刷を行うプリンタとを備え、ホスト装置は上
記の画像圧縮装置と、この画像圧縮装置から出力された
圧縮画像を印刷データに仕立ててプリンタへ送る印刷デ
ータ出力装置とを有し、また、プリンタは上記の画像伸
長装置と、この画像伸長装置から出力されたビットマッ
プ画像に基づいて印刷を行う印刷処理装置とを有する。
A printing system according to a fifth aspect of the present invention includes a host device that outputs print data, and a printer that receives and prints the print data, and the host device includes the above image compression device and the image compression device. A print data output device for converting a compressed image output from the device into print data and sending the print data to a printer, and the printer is configured based on the image decompression device and the bitmap image output from the image decompression device. A print processing device for performing printing.

【0015】このプリントシステムによれば、圧縮画像
をホスト装置からプリンタへ送るので、送信時間が短く
て済み、また、プリンタで伸長したビットマップ画像は
文字の画質劣化のない高画質なものである。従って、高
速に高画質の印刷ができる。
According to this printing system, since the compressed image is sent from the host device to the printer, the transmission time is short, and the bitmap image decompressed by the printer is of high image quality without deterioration of character image quality. . Accordingly, high-quality printing can be performed at high speed.

【0016】本発明に従う様々な処理は、コンピュータ
によって実施することができるが、そのためのプログラ
ムは、半導体メモリ、ディスク型ストレージ、通信回線
信号などの様々な媒体を通じてコンピュータにインスト
ール又はロードすることができる。
Various processes according to the present invention can be performed by a computer, and a program for that can be installed or loaded into the computer through various media such as a semiconductor memory, a disk-type storage, and a communication line signal. .

【0017】[0017]

【発明の実施の形態】図1は、本発明の一実施形態にか
かるJPEG圧縮装置の構成を示す。
FIG. 1 shows a configuration of a JPEG compression apparatus according to an embodiment of the present invention.

【0018】このJPEG圧縮装置1は、入力部3、絵・文
字識別部5、JPEG可逆圧縮部7、JPEG非可逆圧縮部9及
び出力部11を有する。入力部3は、ビットマップ画像
データ13を入力し、このビットマップ画像データ13
がYUV画像以外の表色系(例えばRGBやCMYなど)の画像
である場合には、これをYUVビットマップ画像に色変換
し、更に、そのYUVビットマップ画像をJPEG符号化に適
したサイズ(典型的には8×8ピクセル)のブロックに
分割する。
The JPEG compression apparatus 1 has an input section 3, a picture / character identification section 5, a JPEG lossless compression section 7, a JPEG lossy compression section 9, and an output section 11. The input unit 3 receives the bitmap image data 13 and inputs the bitmap image data 13.
Is a color system (for example, RGB or CMY) image other than the YUV image, color-converts this into a YUV bitmap image, and further converts the YUV bitmap image into a size suitable for JPEG encoding ( (Typically, 8 × 8 pixels).

【0019】絵・文字識別部5は、上記YUVビットマッ
プ画像を分割した8×8ピクセルブロックを順番に読込
み、各ブロックが絵であるか文字であるかを判断する。
ここで、「絵」とは、例えば、写真や多色ペイント画の
ように実質的に連続な階調又は多色で表現されている画
像要素を指す。一方、「文字」とは、文字のようにはっ
きりとした輪郭をもつ画像要素を指し、単色でドローさ
れた線図なども含む意味である。
The picture / character discriminating section 5 sequentially reads the 8 × 8 pixel blocks obtained by dividing the YUV bitmap image, and determines whether each block is a picture or a character.
Here, the “picture” refers to an image element represented by substantially continuous gradation or multicolor, such as a photograph or a multicolor paint picture. On the other hand, "character" refers to an image element having a sharp outline like a character, and also includes a diagram drawn in a single color.

【0020】JPEG可逆圧縮部7は、文字と判断されたブ
ロックを受け取り、そのブロックをJPEG可逆圧縮法で圧
縮する。JPEG非可逆圧縮部9は、絵と判断されたブロッ
クを受け取り、そのブロックをJPEGベースラインのよう
なJPEG非可逆圧縮法で圧縮する。
The JPEG lossless compression section 7 receives a block determined to be a character and compresses the block by the JPEG lossless compression method. The JPEG lossy compression unit 9 receives a block determined to be a picture, and compresses the block by a JPEG lossy compression method such as a JPEG baseline.

【0021】出力部11は、JPEG可逆圧縮部7によって
圧縮された文字のブロックと、JPEG非可逆圧縮部9によ
って圧縮された絵のブロックとを、1画像を表す所定フ
ォーマットのJPEG画像データ15に纏めて出力する。こ
のJPEG画像データ15には、各ブロックの圧縮結果のデ
ータと、各ブロックの圧縮結果を伸長するのに必要なデ
ータ(例えば、各ブロックが絵であるか文字であるかを
識別するためのデータや、JPEG非可逆圧縮の非線形量子
化で用いた量子化テーブルなど)が含まれている。な
お、この明細書でいう「JPEG画像データ」は、上述のよ
うに非可逆JPEG圧縮方法と可逆JPEG圧縮方法を
併用して作られたものであるから、従来のJPEGの規
格に則った(つまり、いずれか一つのJPEG圧縮方法
のみを用いて圧縮された)圧縮画像データとはフォーマ
ットが異なることに注意されたい。
The output unit 11 converts the character block compressed by the JPEG lossless compression unit 7 and the picture block compressed by the JPEG lossy compression unit 9 into JPEG image data 15 of a predetermined format representing one image. Collectively output. The JPEG image data 15 includes data of a compression result of each block and data necessary for decompressing the compression result of each block (for example, data for identifying whether each block is a picture or a character). And a quantization table used in nonlinear quantization of JPEG lossy compression). The “JPEG image data” referred to in this specification is created by using both the irreversible JPEG compression method and the lossless JPEG compression method as described above. Note that the format is different from the compressed image data (compressed using only one JPEG compression method).

【0022】図2は、絵・文字識別部5が行う処理の流
れを示す。
FIG. 2 shows the flow of processing performed by the picture / character identification unit 5.

【0023】絵・文字識別部5は、まず、YUVビットマ
ップ画像の左上端の8×8ピクセルブロックに着目し
(ステップS1)、その着目したブロック内の左上端の
ピクセルに着目する(S2)。図3は、着目された1つ
の8×8ピクセルブロック17を示しているが、最初
は、このブロック17内の左上端の1番のピクセルに着
目することになる。
First, the picture / character identification unit 5 focuses on the upper left 8 × 8 pixel block of the YUV bitmap image (step S1), and focuses on the upper left pixel in the focused block (S2). . FIG. 3 shows one focused 8 × 8 pixel block 17. At first, the first pixel at the upper left corner in the block 17 is focused on.

【0024】次に、処理はステップS3へ進み、着目し
たピクセル(例えば、図3の1番ピクセル)とその右隣
のピクセル(例えば、図3の2番ピクセル)とのピクセ
ル値の差分を計算し、その差分が0か否かを判断する。
また、着目したピクセル(例えば、図3の1番ピクセ
ル)とその下隣のピクセル(例えば、図3の9番ピクセ
ル)とのピクセル値の差分も計算し、その差分が0か否
かを判断する。ここで、「ピクセル値の差分」とは、YU
V画像の場合、Y成分値の差分とU成分値の差分とV成分値
の差分のセットを意味する。従って、上記の差分が0で
あるということは、隣り合うピクセルの値(色)が全く
同じであることを意味する。
Next, the process proceeds to step S3, where the difference between the pixel value of the pixel of interest (for example, the first pixel in FIG. 3) and the pixel on the right thereof (for example, the second pixel in FIG. 3) is calculated. Then, it is determined whether or not the difference is 0.
Further, the difference between the pixel value of the focused pixel (for example, the first pixel in FIG. 3) and the pixel below it (for example, the ninth pixel in FIG. 3) is also calculated, and it is determined whether the difference is 0 or not. I do. Here, the “pixel value difference” is YU
In the case of a V image, it means a set of a difference between Y component values, a difference between U component values, and a difference between V component values. Therefore, the fact that the difference is 0 means that the values (colors) of adjacent pixels are exactly the same.

【0025】次に、着目ピクセルを、現在の着目ピクセ
ル(例えば、図3の1番ピクセル)の右隣のピクセル
(例えば、図3の2番ピクセル)に移し(S5)、この
新しい着目ピクセルについてステップ3の処理を繰り返
す。このステップS5とS3を現在の行の右端から2番目
のピクセル(例えば、図3の7番ピクセル)まで繰り返
す。こうして、ブロック内の最上行についてS3の判断
処理が終わると(S4でYes)、次に、その下隣の上から
2番目の行の左端のピクセル(例えば、図3の9番ピク
セル)に着目ピクセルを移し、この2番目の行について
ステップS3〜S5を繰り返していく。
Next, the target pixel is moved to a pixel (for example, the second pixel in FIG. 3) on the right of the current target pixel (for example, the first pixel in FIG. 3) (S5). Step 3 is repeated. Steps S5 and S3 are repeated until the second pixel from the right end of the current row (for example, the 7th pixel in FIG. 3). When the determination processing of S3 is completed for the top row in the block (Yes in S4), next, attention is paid to the leftmost pixel (for example, the ninth pixel in FIG. 3) of the second row from the top next to the bottom row. The pixels are moved, and steps S3 to S5 are repeated for the second row.

【0026】以下、上から7番目の行(図3の49番ピ
クセルで始まる行)まで同様の処理を繰り返していく。
7番目の行の右端から2番目のピクセル(図3の5番ピ
クセル)についてステップS3の判断処理が終わると、
着目ブロックの全ピクセルについて、隣り合うピクセル
同士が同一値(同一色)であるか否かの判断が終了する
(S8でYes)。
Hereinafter, the same processing is repeated up to the seventh row from the top (row starting with the 49th pixel in FIG. 3).
When the determination processing in step S3 is completed for the second pixel from the right end of the seventh row (the fifth pixel in FIG. 3),
The determination as to whether or not adjacent pixels have the same value (same color) is completed for all pixels of the target block (Yes in S8).

【0027】次に、ステップS8へ進んで、着目ブロッ
ク内の0であった差分の総数(つまり、同一値である隣
接ピクセルペアの総数)が予め設定してある閾値n以上
であるか否かを判断する。その結果、0差分数が閾値n
以上であれば、着目ブロックは「文字」であると判断す
る(S9)。一方、0差分数が閾値n未満であれば、着
目ブロックは「絵」であると判断する(S10)。
Next, proceeding to step S8, it is determined whether or not the total number of differences in the target block that was 0 (ie, the total number of adjacent pixel pairs having the same value) is equal to or greater than a preset threshold n. Judge. As a result, the number of 0 differences becomes the threshold n
If so, it is determined that the block of interest is a "character" (S9). On the other hand, if the number of 0 differences is less than the threshold value n, it is determined that the block of interest is “picture” (S10).

【0028】こうして、画像内の最初のブロックについ
て文字か絵かの判断が終わると、隣のブロックに着目ブ
ロックを移して(S12)、上記の処理を繰り返して絵
か文字かに識別する。この識別を画像内の全ブロックに
関して終わると(S11でYes)、絵・文字識別部3の
動作が完了する。
When the first block in the image is determined to be a character or a picture, the block of interest is moved to an adjacent block (S12), and the above processing is repeated to identify a picture or a character. When this identification is completed for all blocks in the image (Yes in S11), the operation of the picture / character identification unit 3 is completed.

【0029】上述した識別方法により、隣接するピクセ
ルの値(色)が同一である頻度の高いブロックは文字と
判断され、逆に、隣接するピクセルの値(色)が異なる
頻度の高いブロックは絵と判断される。この識別方法
は、非可逆圧縮法としてJPEG非可逆圧縮を用いる場合に
特に有利である。何故なら、JPEG非可逆圧縮は、色数の
少ない画像やはっきりした輪郭をもつ画像に対しては画
質劣化が目立つためにあまり適さないと一般に評価され
ているが、上記識別方法によれば、そのようなJPEG非可
逆圧縮が適さない画像を文字として識別できるからであ
る。また、上記識別法によると、色数の多い画像でも、
同一色が連続している場合にはこれを文字として識別で
きるので、例えばカラー写真に重ねて文字がかかれてい
るような画像の中から、文字の部分を精度良く文字とし
てピックアップすることができる。
According to the above-described identification method, a block having a high frequency in which the values (colors) of adjacent pixels are the same is determined to be a character. Conversely, a block having a high frequency in which the values (colors) of adjacent pixels are different is a picture. Is determined. This identification method is particularly advantageous when JPEG lossy compression is used as the lossy compression method. The reason is that JPEG lossy compression is generally evaluated as not very suitable for images with a small number of colors or images with sharp outlines, because image quality degradation is conspicuous, but according to the above-described identification method, This is because such an image to which JPEG lossy compression is not suitable can be identified as characters. In addition, according to the above-described identification method, even in an image having a large number of colors,
If the same color is continuous, it can be identified as a character, so that a character portion can be accurately picked up as a character from an image in which the character is overlaid on a color photograph, for example.

【0030】図4は、上述のJPEG圧縮装置1で圧縮した
JPEG画像をビットマップ画像に伸長するためのJPEG伸長
装置の構成を示す。
FIG. 4 shows the data compressed by the JPEG compression apparatus 1 described above.
1 shows a configuration of a JPEG decompression device for decompressing a JPEG image into a bitmap image.

【0031】JPEG伸長装置21は、入力部23、可逆JP
EG伸長部25、非可逆JPEG伸長部27及び出力部29を
備える。入力部は、JPEG画像データ31を入力し、それ
に含まれている各ブロックが絵か文字かを識別するため
のデータに基づいて、それに含まれている各ブロックの
圧縮結果データが非可逆圧縮されたもの可逆圧縮されて
ものかを識別する。
The JPEG decompression device 21 has an input unit 23 and a reversible JP
An EG decompression unit 25, an irreversible JPEG decompression unit 27, and an output unit 29 are provided. The input unit inputs the JPEG image data 31, and based on data for identifying whether each block included in the JPEG image data is a picture or a character, the compression result data of each block included therein is subjected to lossy compression. To determine if the data has been losslessly compressed.

【0032】可逆JPEG伸長部25は、文字のブロックの
JPEG可逆圧縮結果データを入力部23から受け取り、こ
れをJPEG可逆圧縮の逆の手順で8×8ピクセルブロック
に伸長する。非可逆JPEG伸長部27は、絵のブロックの
JPEG非可逆圧縮結果データを入力部23から受け取り、
これをJPEG非可逆可逆圧縮の逆の手順で8×8ピクセル
ブロックに伸長する。
The reversible JPEG decompression unit 25 converts a block of characters
The JPEG lossless compression result data is received from the input unit 23, and is expanded into an 8 × 8 pixel block in the reverse procedure of the JPEG lossless compression. The irreversible JPEG decompression unit 27
JPEG lossy compression result data is received from the input unit 23,
This is decompressed into 8 × 8 pixel blocks by the reverse procedure of JPEG lossy compression.

【0033】出力部29は、伸長された文字のブロック
と絵のブロックを圧縮前と同じ配置で繋いで1つのYUV
ビットマップ画像を作成し、そのYUVビットマップ画像
を例えばRGBなどの適当な表色系のビットマップ画像3
3に変換して出力する。
The output unit 29 connects the decompressed character block and the picture block in the same arrangement as before compression to form one YUV
Create a bitmap image and convert the YUV bitmap image to a bitmap image 3 of an appropriate color system such as RGB.
3 and output.

【0034】図5は、本発明の一実施形態にかかるプリ
ントシステムの構成を示す。
FIG. 5 shows the configuration of a printing system according to an embodiment of the present invention.

【0035】印刷データを発生する例えばパーソナルコ
ンピュータのようなホスト装置41に、その印刷データ
を受けて印刷を行うプリンタ43が接続されている。ホ
スト装置41は、図1に示したJPEG圧縮装置1と印刷デ
ータ出力装置45とを、例えばプリンタドライバプログ
ラムの中に有する。ホスト装置41のプリンタドライバ
が印刷データを作成する際、JPEG圧縮装置1が元の例え
ばRGBのビットマップ画像をJPEG圧縮画像に変換する。
前述したように、ビットマップ画像に含まれている絵の
部分はJPEG非可逆圧縮法で、文字の部分はJPEG可逆圧縮
法で圧縮される。印刷データ出力装置47は、JPEG圧縮
装置1が作成したJPEG画像データを印刷データに仕立て
てプリンタ43へ送信する。
A printer 43 that receives the print data and performs printing is connected to a host device 41 such as a personal computer that generates print data. The host device 41 has the JPEG compression device 1 and the print data output device 45 shown in FIG. 1 in, for example, a printer driver program. When the printer driver of the host device 41 creates print data, the JPEG compression device 1 converts the original, for example, RGB bitmap image into a JPEG compressed image.
As described above, the picture portion included in the bitmap image is compressed by the JPEG lossless compression method, and the character portion is compressed by the JPEG lossless compression method. The print data output device 47 converts the JPEG image data created by the JPEG compression device 1 into print data and transmits the print data to the printer 43.

【0036】プリンタ43は、印刷データ解釈装置47
と、図4に示したJPEG伸張装置21と、印刷処理装置4
9と有する。印刷データ解釈装置47とJPEG伸張装置2
1は例えばプリンタ内のマイクロコンピュータのファー
ムウェア内に設けられる。ホスト装置41からの印刷デ
ータがプリンタ43に受信されると、まず印刷データ解
釈装置47がその印刷データを解釈し、その印刷データ
に含まれているJPEG画像データをJPEG伸張装置21に渡
す。JPEG伸張装置421は、そのJPEG圧縮画像データを
伸長して例えばRGBのビットマップ画像に展開する(或
いは、YUVから直接に印刷に適したCMYKへ変換してもよ
い)。この伸張されたビットマップ画像に基づいて、印
刷処理装置49が印刷を行なう。
The printer 43 includes a print data interpretation device 47
And the JPEG decompression device 21 shown in FIG.
9 Print data interpreter 47 and JPEG decompressor 2
1 is provided, for example, in firmware of a microcomputer in a printer. When the print data from the host device 41 is received by the printer 43, the print data interpretation device 47 first interprets the print data, and passes the JPEG image data included in the print data to the JPEG decompression device 21. The JPEG decompression device 421 decompresses the JPEG compressed image data and develops it into, for example, an RGB bitmap image (or may convert directly from YUV to CMYK suitable for printing). The print processing device 49 performs printing based on the expanded bitmap image.

【0037】このプリントシステムによれば、ビットマ
ップ画像データがJPEG画像に圧縮されてホスト装置41
からプリンタ43へ送信されるので、送信時間が短くて
済む。また、そのJPEG画像では、文字の部分は可逆圧縮
されているので、プリンタ43でJPEG画像をビットマッ
プ展開したときに文字部分の画質劣化がなく、高画質の
印刷結果が得られる。
According to this print system, the bitmap image data is compressed into a JPEG image and the host device 41
Is transmitted to the printer 43, the transmission time is short. In the JPEG image, the character portion is losslessly compressed. Therefore, when the JPEG image is bitmap expanded by the printer 43, the image quality of the character portion is not degraded, and a high quality print result is obtained.

【0038】以上、本発明の実施形態を説明したが、本
発明はその要旨を逸脱しない範囲で他の様々な形態で実
施することができる。例えば、絵と文字に識別した後
に、JPEG変換以外の他の画像圧縮法を絵と文字に適用す
ることもできるし、エッジスムージング等の他の画像処
を例えば文字だけに適用することなどもできる。絵か文
字かの識別の対象となるピクセルブロックは、正方形の
8×8ピクセルである必要はなく、例えば行、列、バン
ド、他の形状のブロックであってもよく、元のビットマ
ップ画像の特性や画像処理の目的などに応じてT最適な
ものを選択することができる。
Although the embodiments of the present invention have been described above, the present invention can be embodied in various other forms without departing from the gist thereof. For example, after identifying pictures and characters, other image compression methods other than JPEG conversion can be applied to pictures and characters, and other image processing such as edge smoothing can be applied to only characters, for example. . The pixel block to be identified as a picture or a character need not be a square 8 × 8 pixel, but may be, for example, a block of rows, columns, bands, or other shapes, and may be a block of the original bitmap image. T-optimal ones can be selected according to the characteristics and the purpose of image processing.

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

【図1】 本発明の一実施形態にかかるJPEG圧縮装置の
構成を示すブロック図。
FIG. 1 is a block diagram showing a configuration of a JPEG compression device according to an embodiment of the present invention.

【図2】 絵・文字識別部5が行う処理示すフローチャ
ート。
FIG. 2 is a flowchart showing processing performed by a picture / character identification unit 5;

【図3】 8×8ピクセルブロックを示す図。FIG. 3 is a diagram showing an 8 × 8 pixel block.

【図4】 JPEG伸長装置の構成を示すブロック図。FIG. 4 is a block diagram showing a configuration of a JPEG decompression device.

【図5】 本発明の一実施形態にかかるプリントシステ
ムの構成を示すブロック図。
FIG. 5 is a block diagram showing a configuration of a print system according to an embodiment of the present invention.

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

1JPEG圧縮装置 5 絵・文字識別部 7JPEG可逆圧縮部 9JPEG非可逆圧縮部 17 8×8ピクセルブロック 21JPEG伸長装置 23 入力部 25 可逆JPEG伸長部 27 非可逆JPEG伸長部 41 ホスト装置 43 プリンタ 45 印刷データ出力装置 47 印刷データ解釈装置 49 印刷処理装置 1 JPEG compression device 5 Picture / character identification unit 7 JPEG lossless compression unit 9 JPEG lossless compression unit 178 8 × 8 pixel block 21 JPEG decompression device 23 Input unit 25 Reversible JPEG decompression unit 27 Lossy JPEG decompression unit 41 Host device 43 Printer 45 Print data output Device 47 Print data interpretation device 49 Print processing device

Claims (20)

【特許請求の範囲】[Claims] 【請求項1】 ビットマップ画像を、連続した複数ピク
セルからそれぞれ構成される多数のピクセルブロックに
分割し、各ピクセルブロックに着目する着目手段と、 着目したピクセルブロック中で隣接し合うピクセルが同
じ値をもつ頻度を計算する計算手段と、 前記頻度に基づいて前記着目したピクセルブロックが絵
であるか文字であるかを判断する判断手段とを備えた絵
・文字識別装置。
1. A bitmap image is divided into a large number of pixel blocks each composed of a plurality of continuous pixels, and an attention unit that pays attention to each pixel block and an adjacent pixel in the pixel block that is attention have the same value. A picture / character discriminating apparatus comprising: calculating means for calculating a frequency having the following; and judging means for judging whether the pixel block of interest is a picture or a character based on the frequency.
【請求項2】 前記計算手段は、前記着目したピクセル
ブロック中で、隣接し合うピクセルの全ペアについて、
各ペアのピクセル同士が同じ値をもつか否かをチェック
して、同じ値を持つペアの数を計数し、 前記判断手段は、計数されたペアの数が所定の閾値以上
であれば前記着目したピクセルブロックが文字であると
判断し、そうでなければ絵であると判断する、請求項1
記載の絵・文字識別装置。
2. The calculating means according to claim 1, wherein all pairs of adjacent pixels in the pixel block of interest are
It is checked whether or not the pixels of each pair have the same value, and the number of pairs having the same value is counted. If the number of counted pairs is equal to or more than a predetermined threshold value, 2. The method according to claim 1, wherein the determined pixel block is determined to be a character, and otherwise determined to be a picture.
Picture / character identification device described.
【請求項3】 請求項1記載の絵・文字識別装置と、 前記絵・文字識別装置によって絵と判断されたピクセル
ブロックが占めるビットマップ画像部分と、文字と判断
されたピクセルブロックが占めるビットマップ画像部分
とを区別して処理する手段とを備えた画像処理装置。
3. The picture / character identification apparatus according to claim 1, a bitmap image portion occupied by a pixel block determined to be a picture by said picture / character identification apparatus, and a bitmap occupied by a pixel block determined to be a character. Means for performing processing while distinguishing between image parts.
【請求項4】 請求項1記載の絵・文字識別装置と、 前記絵・文字識別装置によって絵と判断されたピクセル
ブロックが占めるビットマップ画像部分を非可逆圧縮法
で圧縮する手段と、 前記絵・文字識別装置によって文字と判断されたピクセ
ルブロックが占めるビットマップ画像部分を可逆圧縮法
で圧縮する手段とを備えた画像圧縮装置。
4. The picture / character identification device according to claim 1, further comprising: means for compressing a bitmap image portion occupied by a pixel block determined to be a picture by said picture / character identification device by a lossy compression method; Means for compressing a bitmap image portion occupied by a pixel block determined to be a character by the character identification device by a reversible compression method.
【請求項5】 前記非可逆圧縮法がJPEG非可逆圧縮法で
ある請求項4記載の画像圧縮装置。
5. The image compression apparatus according to claim 4, wherein said irreversible compression method is a JPEG irreversible compression method.
【請求項6】 前記非可逆圧縮法が、前記ビットマップ
画像を所定サイズの圧縮用ピクセルブロックに分割し
て、各圧縮用ピクセルブロック毎に圧縮処理を行うよう
なものである場合、 前記絵・文字識別装置の着目手段が、前記ビットマップ
画像を前記圧縮用ピクセルブロックと同じサイズをもっ
た前記ピクセルブロックに分割する請求項4記載の画像
圧縮装置。
6. When the irreversible compression method divides the bitmap image into compression pixel blocks of a predetermined size and performs a compression process for each compression pixel block, 5. The image compression device according to claim 4, wherein a focus unit of the character identification device divides the bitmap image into the pixel blocks having the same size as the compression pixel blocks.
【請求項7】 非可逆圧縮法で圧縮された絵の部分と、
可逆圧縮法で圧縮された文字の部分とを有する圧縮画像
を受けて、前記絵の部分と前記文字の部分とを識別する
識別手段と、 前記圧縮画像の内の前記絵の部分を、前記非可逆圧縮法
に対応する伸長法で絵のビットマップ画像部分に伸長す
る手段と、 前記圧縮画像の内の前記文字の部分を、前記可逆圧縮法
に対応する伸長法で文字のビットマップ画像部分に伸長
する手段と、 前記絵のビットマップ画像部分と前記文字のビットマッ
プ画像部分とを受けて、完全なビットマップ画像部分を
作る手段とを備えた画像伸長装置。
7. A picture portion compressed by a lossy compression method,
Receiving a compressed image having a character portion compressed by a reversible compression method, identifying means for identifying the picture portion and the character portion; and identifying the picture portion in the compressed image by the non- Means for expanding a bitmap image portion of a picture by a decompression method corresponding to a lossless compression method, and converting the character portion of the compressed image into a bitmap image portion of a character by a decompression method corresponding to the lossless compression method An image decompression device comprising: means for decompressing; and means for receiving a bitmap image portion of the picture and a bitmap image portion of the character to form a complete bitmap image portion.
【請求項8】 印刷データを出力するホスト装置と、前
記印刷データを受けて印刷を行うプリンタとを備えたプ
リントシステムにおいて、 前記ホスト装置は、 請求項4記載の画像圧縮装置と、 前記画像圧縮装置から出力された圧縮画像を印刷データ
に仕立てて前記プリンタへ送る印刷データ出力装置とを
有し、 前記プリンタは、 請求項7記載の画像伸長装置と、 前記画像伸長装置から出力されたビットマップ画像に基
づいて印刷を行う印刷処理装置とを有するプリントシス
テム。
8. A printing system comprising: a host device that outputs print data; and a printer that receives and prints the print data, wherein the host device comprises: the image compression device according to claim 4; 8. A print data output device for converting a compressed image output from the device into print data and sending the print data to the printer, wherein the printer is an image decompression device according to claim 7, and a bitmap output from the image decompression device. A print system having a print processing device that performs printing based on an image.
【請求項9】 請求項8記載のプリントシステムで用い
られるホスト装置。
9. A host device used in the print system according to claim 8.
【請求項10】 請求項8記載のプリントシステムで用
いられるプリンタ。
10. A printer used in the print system according to claim 8.
【請求項11】 請求項9記載のホスト装置としてコン
ピュータを機能させるためのプログラムを担持したコン
ピュータ読み取り可能な記録媒体。
11. A computer-readable recording medium carrying a program for causing a computer to function as the host device according to claim 9.
【請求項12】 請求項1記載の絵・文字識別装置とし
てコンピュータを機能させるためのプログラムを担持し
たコンピュータ読み取り可能な記録媒体。
12. A computer-readable recording medium carrying a program for causing a computer to function as the picture / character identification device according to claim 1.
【請求項13】 請求項3記載の画像処理装置としてコ
ンピュータを機能させるためのプログラムを担持したコ
ンピュータ読み取り可能な記録媒体。
13. A computer-readable recording medium carrying a program for causing a computer to function as the image processing apparatus according to claim 3.
【請求項14】 請求項4記載の画像圧縮装置としてコ
ンピュータを機能させるためのプログラムを担持したコ
ンピュータ読み取り可能な記録媒体。
14. A computer-readable recording medium carrying a program for causing a computer to function as the image compression apparatus according to claim 4.
【請求項15】 請求項7記載の画像伸長装置としてコ
ンピュータを機能させるためのプログラムを担持したコ
ンピュータ読み取り可能な記録媒体。
15. A computer-readable recording medium carrying a program for causing a computer to function as the image decompression device according to claim 7.
【請求項16】 ビットマップ画像を、連続した複数ピ
クセルからそれぞれ構成される多数のピクセルブロック
に分割し、各ピクセルブロックに着目するステップと、 着目したピクセルブロック中で隣接し合うピクセルが同
じ値をもつ頻度を計算するステップと、 前記頻度に基づいて前記着目したピクセルブロックが絵
であるか文字であるかを判断するステップとを有する備
えた絵・文字識別方法。
16. A step of dividing a bitmap image into a number of pixel blocks each composed of a plurality of continuous pixels, focusing on each pixel block, and determining whether adjacent pixels in the focused pixel block have the same value. A picture / character identification method, comprising: calculating a frequency of the pixel block; and determining whether the pixel block of interest is a picture or a character based on the frequency.
【請求項17】 ビットマップ画像を、連続した複数ピ
クセルからそれぞれ構成される多数のピクセルブロック
に分割し、各ピクセルブロックに着目するステップと、 着目したピクセルブロック中で隣接し合うピクセルが同
じ値をもつ頻度を計算するステップと、 前記頻度に基づいて前記着目したピクセルブロックが絵
であるか文字であるかを判断するステップと、 前記絵と判断されたピクセルブロックが占めるビットマ
ップ画像部分と、前記文字と判断されたピクセルブロッ
クが占めるビットマップ画像部分とを区別して処理する
ステップとを有する画像処理方法。
17. A step of dividing a bitmap image into a large number of pixel blocks each composed of a plurality of continuous pixels, focusing on each pixel block, and determining whether adjacent pixels in the focused pixel block have the same value. Calculating the frequency of the pixel block; determining whether the pixel block of interest is a picture or a character based on the frequency; a bitmap image portion occupied by the pixel block determined to be a picture; Distinction processing from a bitmap image portion occupied by a pixel block determined to be a character.
【請求項18】 ビットマップ画像を、連続した複数ピ
クセルからそれぞれ構成される多数のピクセルブロック
に分割し、各ピクセルブロックに着目するステップと、 着目したピクセルブロック中で隣接し合うピクセルが同
じ値をもつ頻度を計算するステップと、 前記頻度に基づいて前記着目したピクセルブロックが絵
であるか文字であるかを判断するステップと、 前記絵と判断されたピクセルブロックが占めるビットマ
ップ画像部分を非可逆圧縮法で圧縮するステップと、 前記文字と判断されたピクセルブロックが占めるビット
マップ画像部分を可逆圧縮法で圧縮するステップとを有
する画像圧縮方法。
18. A step of dividing a bitmap image into a plurality of pixel blocks each composed of a plurality of continuous pixels, focusing on each pixel block, and determining whether adjacent pixels in the focused pixel block have the same value. Calculating the frequency of the pixel block; determining whether the pixel block of interest is a picture or a character based on the frequency; and irreversibly converting a bitmap image portion occupied by the pixel block determined to be the picture. An image compression method comprising: a step of compressing by a compression method; and a step of compressing, by a lossless compression method, a bitmap image portion occupied by the pixel block determined to be a character.
【請求項19】 非可逆圧縮法で圧縮された絵の部分
と、可逆圧縮法で圧縮された文字の部分とを有する圧縮
画像を受けて、前記絵の部分と前記文字の部分とを識別
するステップと、 前記圧縮画像の内の前記絵の部分を、前記非可逆圧縮法
に対応する伸長法で絵のビットマップ画像部分に伸長す
るステップと、 前記圧縮画像の内の前記文字の部分を、前記可逆圧縮法
に対応する伸長法で文字のビットマップ画像部分に伸長
するステップと、 前記絵のビットマップ画像部分と前記文字のビットマッ
プ画像部分とを受けて、完全なビットマップ画像部分を
作るステップとを有する画像伸長方法。
19. Receiving a compressed image having a picture part compressed by a lossy compression method and a character part compressed by a lossless compression method, distinguishing the picture part from the character part Decompressing the picture portion of the compressed image into a bitmap image portion of the picture by a decompression method corresponding to the lossy compression method; and Decompressing into a bitmap image portion of a character by a decompression method corresponding to the lossless compression method; receiving a bitmap image portion of the picture and a bitmap image portion of the character to form a complete bitmap image portion And an image expansion method.
【請求項20】 ビットマップ画像を絵の部分と文字の
部分とに区別するステップと、 前記絵と判断されたビットマップ画像部分については非
可逆圧縮法を用い、前記文字と判断されたビットマップ
画像部分については可逆圧縮法を用いて、前記ビットマ
ップ画像を圧縮するステップと、 前記圧縮されたビットマップ画像をプリンタへ送るステ
ップと、 前記プリンタにおいて、前記圧縮されたビットマップ画
像を伸長して、印刷するステップと、を有するプリント
方法。
20. A step of distinguishing a bitmap image into a picture portion and a character portion, and using a lossy compression method for the bitmap image portion determined to be the picture, using the bitmap image determined to be the character. For the image portion, using a lossless compression method, compressing the bitmap image, sending the compressed bitmap image to a printer, and expanding the compressed bitmap image in the printer. , Printing step.
JP11218991A 1999-08-02 1999-08-02 System for identifying picture and character and image processor using the same Pending JP2001043363A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11218991A JP2001043363A (en) 1999-08-02 1999-08-02 System for identifying picture and character and image processor using the same

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11218991A JP2001043363A (en) 1999-08-02 1999-08-02 System for identifying picture and character and image processor using the same

Publications (1)

Publication Number Publication Date
JP2001043363A true JP2001043363A (en) 2001-02-16

Family

ID=16728566

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11218991A Pending JP2001043363A (en) 1999-08-02 1999-08-02 System for identifying picture and character and image processor using the same

Country Status (1)

Country Link
JP (1) JP2001043363A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6865298B2 (en) 2001-03-30 2005-03-08 Sharp Laboratories Of America, Inc. Compound document compression based upon neighboring pixels
JP2011000886A (en) * 2005-03-15 2011-01-06 Toshiba Corp Image forming apparatus, image generating method, and image processing program
JP2011139165A (en) * 2009-12-25 2011-07-14 Canon Inc Image processing apparatus and processing method thereof
US8009926B2 (en) 2006-04-03 2011-08-30 Fuji Xerox Co., Ltd. Image processing apparatus, image processing method, and medium storing program
US8300254B2 (en) 2008-11-06 2012-10-30 Brother Kogyo Kabushiki Kaisha Printer
JP2018079636A (en) * 2016-11-17 2018-05-24 富士ゼロックス株式会社 Image processing device and program

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6865298B2 (en) 2001-03-30 2005-03-08 Sharp Laboratories Of America, Inc. Compound document compression based upon neighboring pixels
JP2011000886A (en) * 2005-03-15 2011-01-06 Toshiba Corp Image forming apparatus, image generating method, and image processing program
US8009926B2 (en) 2006-04-03 2011-08-30 Fuji Xerox Co., Ltd. Image processing apparatus, image processing method, and medium storing program
US8300254B2 (en) 2008-11-06 2012-10-30 Brother Kogyo Kabushiki Kaisha Printer
JP2011139165A (en) * 2009-12-25 2011-07-14 Canon Inc Image processing apparatus and processing method thereof
JP2018079636A (en) * 2016-11-17 2018-05-24 富士ゼロックス株式会社 Image processing device and program

Similar Documents

Publication Publication Date Title
US7266239B2 (en) Method and apparatus for processing image data, storage medium and program
JP5052569B2 (en) Image compression apparatus, image compression method, image expansion apparatus, image expansion method, image forming apparatus, computer program, and recording medium
US7881526B2 (en) Image processing performing color conversion on an input image
JP4728695B2 (en) Image processing apparatus, image processing method, and computer-readable recording medium
US6563960B1 (en) Method for merging images
JPH04328960A (en) Picture data transmitter
US20070086662A1 (en) Apparatus and method for processing image data using error diffusion
JP2000138836A (en) Compressor for digital image including background pixels
US8718392B2 (en) Method, program, and device for compressing a block of image data based on whether the block is monochromatic
JP2004193818A (en) Wireless image transmission/reception system, wireless image transmission apparatus, and wireless image reception apparatus
JP2001043363A (en) System for identifying picture and character and image processor using the same
KR100524068B1 (en) Method and apparatus optimizing compression ratio of a image data
JP2015122619A (en) Information processing device, information processing method, and program
US20030234947A1 (en) Method and apparatus for creating color conversion table
US7146055B2 (en) Image processing decompression apparatus and method of using same different scaling algorithms simultaneously
JP2009060474A (en) Image processing apparatus
JP3815214B2 (en) Image processing apparatus and storage medium storing screen processing program
US6763135B1 (en) Image processing apparatus
JP2005284423A (en) Image processor and image processing method
JP3327684B2 (en) Color image processing method and apparatus
JP3538352B2 (en) Image encoding method, image decoding method and color facsimile apparatus
JP5267803B2 (en) Image processing apparatus, image processing method, program, and recording medium
US9049404B2 (en) Image processing apparatus and method that perform multiple image processes, and storage medium storing a program thereof, for decompressing a compressed image according to first and second information indicating image processing to be performed
US20020067505A1 (en) Image processing apparatus and method
JPH10178528A (en) System and device for image storage