JPH10313411A - Image processor and image processing method - Google Patents

Image processor and image processing method

Info

Publication number
JPH10313411A
JPH10313411A JP9135737A JP13573797A JPH10313411A JP H10313411 A JPH10313411 A JP H10313411A JP 9135737 A JP9135737 A JP 9135737A JP 13573797 A JP13573797 A JP 13573797A JP H10313411 A JPH10313411 A JP H10313411A
Authority
JP
Japan
Prior art keywords
image
image data
compression
scaling
memory
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
JP9135737A
Other languages
Japanese (ja)
Inventor
Hideaki Shimizu
秀昭 清水
Ryosuke Miyamoto
了介 宮本
Hiroyuki Yaguchi
博之 矢口
Yasuhiro Takiyama
康弘 瀧山
Hiroyoshi Yoshida
廣義 吉田
Katsuya Suzuki
勝也 鈴木
Tadashi Takahashi
匡 高橋
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.)
Canon Inc
Original Assignee
Canon Inc
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 Canon Inc filed Critical Canon Inc
Priority to JP9135737A priority Critical patent/JPH10313411A/en
Publication of JPH10313411A publication Critical patent/JPH10313411A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

PROBLEM TO BE SOLVED: To reduce costs of image memory and also to prevent image deterioration from being conspicuous when image compression is performed by changing compression ratio in accordance with a variable power rate in image size transformation and resolution conversion. SOLUTION: This device performs switching of compression/non-compression according to modes. A controller 10 compares a variable power rate Rs which is preliminarily set by a user of a copier with a memory-effective variable power rate Rm1 which effectively uses a memory space of a buffer memory 4. When a comparison result is Rs<Rm1, compression ratio Rc is set to two, that is, image data capacity is compressed by 1/2 in order to store an entire image within the memory. On the other hand, when a comparison result is Rs>Rm1, the compression ratio Rc is set to one, that is, image data capacity is stored in the memory 4 without compressing it. Specially, when image compression is performed through a fixed length non-reciprocal compression method, it is possible to reduce costs of image memory and also to make a high image quality that prevents image deterioration from being conspicuous.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、画像処理装置及び
画像処理方法に係り、更に詳しくは、画像データの記憶
媒体を有する複写装置に適用して好適な画像処理装置及
び画像処理方法に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an image processing apparatus and an image processing method, and more particularly to an image processing apparatus and an image processing method suitable for a copying apparatus having a storage medium for image data.

【0002】[0002]

【従来の技術】近年、画像をデジタルデータとして扱う
装置においては、画像データの合成、加工等の編集処理
を行うために、画像データを1ページ分あるいは複数ペ
ージ分記憶できる膨大な容量のバッファメモリを備えた
装置が増加してきている。また、画像データを読み取る
解像度は高解像度化の方向にあり、画像データを記憶す
るメモリ容量を益々増加させている。そのため、画像圧
縮はメモリ使用量の削減というコスト面から必須の技術
となりつつある。
2. Description of the Related Art In recent years, in an apparatus which treats an image as digital data, a buffer memory having a huge capacity capable of storing one page or a plurality of pages of image data in order to perform editing processing such as synthesis and processing of image data. Devices equipped with are increasing. In addition, the resolution for reading image data is in the direction of higher resolution, and the memory capacity for storing image data is increasing more and more. For this reason, image compression is becoming an indispensable technology from the viewpoint of cost reduction of memory usage.

【0003】ところで、画像の圧縮方式は、固定長非可
逆圧縮方式と可変長可逆圧縮方式との2つに大別され
る。リアルタイムで画像データに対して回転処理や鏡像
処理を行う必要がある場合には、多くの場合ブロック単
位で圧縮演算を行う固定長非可逆圧縮方式の方が、可変
長可逆圧縮方式に比べてはるかに行いやすく実現性が高
い。しかしながら、固定長非可逆圧縮方式の場合、その
名の通り圧縮画像データの復元は非可逆であり、始めの
データとは若干異なる。即ち、固定長非可逆圧縮方式は
画像の劣化(ブロック毎の画像歪み)が生じるという弊
害がある。
[0003] Image compression methods are roughly classified into two types: fixed-length lossy compression method and variable-length lossless compression method. When it is necessary to perform rotation processing or mirror image processing on image data in real time, the fixed-length irreversible compression method, which performs compression operation in block units, is often far more expensive than the variable-length lossless compression method. Easy to perform and highly feasible. However, in the case of the fixed-length irreversible compression method, the restoration of the compressed image data is irreversible as the name implies, and is slightly different from the original data. That is, the fixed-length irreversible compression method has a problem that image deterioration (image distortion for each block) occurs.

【0004】[0004]

【発明が解決しようとする課題】しかしながら、上述し
た従来技術においては下記のような問題があった。即
ち、固定長非可逆圧縮方式においては、画像劣化認識の
度合いには幾つかの要因が絡む。その大きな要因として
は、圧縮率と圧縮処理の前後に行う画像データ加工処理
が上げられる。画像データ加工処理の中でも、圧縮伸長
後の画像データに対して、拡大を行うときにブロック毎
の画像歪みを非常に目立たせてしまう。従って、固定長
非可逆圧縮方式を使うことで画像データを記憶するメモ
リのコストダウンを図りながら、なおかつ画質の劣化を
目立たせない方向を見つけなければならないという課題
があった。
However, the above-mentioned prior art has the following problems. That is, in the fixed-length irreversible compression method, several factors are involved in the degree of image degradation recognition. A major factor is a compression ratio and image data processing performed before and after the compression processing. In the image data processing, the image distortion of each block becomes very noticeable when the image data after compression and expansion is enlarged. Therefore, there is a problem that it is necessary to find a direction in which the deterioration of the image quality is not noticeable while reducing the cost of the memory for storing the image data by using the fixed-length irreversible compression method.

【0005】本発明は、上述した点に鑑みなされたもの
であり、画像圧縮を行う場合に画像メモリのコストダウ
ンを図りながら、なおかつ画像劣化を目立たせない高画
質を実現した画像処理装置及び画像処理方法を提供する
ことを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above points, and an image processing apparatus and an image processing apparatus which realize high image quality while reducing the cost of an image memory when compressing an image and which does not make image deterioration noticeable. It is an object to provide a processing method.

【0006】[0006]

【課題を解決するための手段】上記目的を達成するた
め、請求項1の発明は、画像データを圧縮して処理する
画像処理装置において、画像データのデータ容量を圧縮
する圧縮機能及び圧縮画像データを伸長する伸長機能を
もつ記憶手段と、該記憶手段に記憶された画像データの
画像サイズ変換や解像度変換を行う変倍手段と、該変倍
手段における変倍率に応じて圧縮率を変更する制御手段
とを有することを特徴とする。
According to one aspect of the present invention, there is provided an image processing apparatus for compressing and processing image data, comprising: a compression function for compressing a data capacity of the image data; Storage means having an expansion function for expanding image data, scaling means for performing image size conversion and resolution conversion of the image data stored in the storage means, and control for changing the compression ratio according to the scaling ratio in the scaling means Means.

【0007】上記目的を達成するため、請求項2の発明
は、前記制御手段は、前記変倍手段における変倍率と設
定された変倍率との比較結果に基づき圧縮率を変更する
ことを特徴とする。
In order to achieve the above object, a second aspect of the present invention is characterized in that the control means changes the compression ratio based on a result of comparison between the scaling factor in the scaling means and a set scaling factor. I do.

【0008】上記目的を達成するため、請求項3の発明
は、前記圧縮率には圧縮率1を含むことを特徴とする。
In order to achieve the above object, a third aspect of the present invention is characterized in that the compression rate includes a compression rate of 1.

【0009】上記目的を達成するため、請求項4の発明
は、画像データを記録媒体上の画像として形成する複写
機能を有することを特徴とする。
In order to achieve the above object, a fourth aspect of the present invention has a copying function for forming image data as an image on a recording medium.

【0010】上記目的を達成するため、請求項5の発明
は、画像データを圧縮して処理する画像処理方法におい
て、画像データのデータ容量を圧縮する圧縮機能及び圧
縮画像データを伸長する伸長機能をもつ記憶ステップ
と、該記憶ステップで記憶された画像データの画像サイ
ズ変換や解像度変換を行う変倍ステップと、該変倍ステ
ップにおける変倍率に応じて圧縮率を変更する制御ステ
ップとを有することを特徴とする。
According to a fifth aspect of the present invention, there is provided an image processing method for compressing and processing image data, comprising a compression function for compressing a data volume of the image data and an expansion function for expanding the compressed image data. Having a storage step, a scaling step for performing image size conversion and resolution conversion of the image data stored in the storage step, and a control step for changing a compression ratio according to the scaling ratio in the scaling step. Features.

【0011】上記目的を達成するため、請求項6の発明
は、前記制御ステップでは、前記変倍ステップにおける
変倍率と設定された変倍率との比較結果に基づき圧縮率
を変更することを特徴とする。
In order to achieve the above object, the invention according to claim 6 is characterized in that in the control step, the compression ratio is changed based on a comparison result between the scaling ratio in the scaling step and a set scaling ratio. I do.

【0012】上記目的を達成するため、請求項7の発明
は、前記圧縮率には圧縮率1を含むことを特徴とする。
In order to achieve the above object, a seventh aspect of the present invention is characterized in that the compression rate includes a compression rate of 1.

【0013】上記目的を達成するため、請求項8の発明
は、画像データを記録媒体上の画像として形成する複写
ステップを有することを特徴とする。
[0013] In order to achieve the above object, the invention according to claim 8 is characterized in that it has a copying step of forming image data as an image on a recording medium.

【0014】[0014]

【発明の実施の形態】以下、本発明の実施の形態を図面
を参照して説明する。
Embodiments of the present invention will be described below with reference to the drawings.

【0015】本発明の実施の形態においては、画像の劣
化を最小限に抑え、画像圧縮方式として固定長非可逆圧
縮方式を使いこなすために、以下の方法を採用してい
る。即ち、画像劣化については、(1)画像の劣化は圧
縮率を上げるほど大きくなる、(2)画像データを拡大
率に応じてブロック毎の画像歪みが目立つ、という特徴
があり、また、複写装置については、(1)画像の拡大
はバッファメモリの後段で行う、(2)画像を出力する
最大画像サイズは固定であるが画像拡大率は任意であ
る、という特徴がある。
In the embodiment of the present invention, the following method is adopted in order to minimize the deterioration of the image and to make full use of the fixed-length irreversible compression method as the image compression method. In other words, the image degradation is characterized in that (1) the degradation of the image increases as the compression rate increases, and (2) the image distortion of each block of the image data becomes noticeable according to the enlargement rate. As for (1), there is a feature that (1) image enlargement is performed at a later stage of the buffer memory, and (2) the maximum image size for outputting an image is fixed but the image enlargement ratio is arbitrary.

【0016】従って、上記の特徴から、画像データの拡
大率を高めるほど圧縮率を低める方法が最も有効であ
る。具体例の一つを挙げると、入力原稿サイズと出力用
紙サイズが同じ場合、100%では圧縮率が4(画像デ
ータ容量を1/4に圧縮する意味)であるとき、141
%拡大時は入力画像データは半分のサイズでよいために
圧縮率を2(画像データ容量を1/2に圧縮する意味)
としてバッファメモリをフルに使って画像データを記憶
する。同様に、200%拡大時は入力画像データは半分
のサイズでよいために圧縮率を1としてバッファメモリ
をフルに使って画像データを記憶する。
Therefore, from the above characteristics, it is most effective to lower the compression ratio as the enlargement ratio of the image data is increased. As one specific example, when the input document size is the same as the output paper size, when the compression ratio is 4 at 100% (meaning that the image data capacity is compressed to 1/4), 141
At the time of% enlargement, the compression ratio is 2 (meaning that the image data capacity is reduced to 1/2) because the input image data may be half the size.
To fully use the buffer memory to store the image data. Similarly, at the time of 200% enlargement, the input image data may be half the size, so that the compression ratio is set to 1 and the buffer memory is fully used to store the image data.

【0017】本発明の実施の形態においては、上記のよ
うにしてバッファメモリを有効に使うことにより、画像
劣化が目立つ高拡大率での圧縮率を下げ、高画質を得る
ものである。以下、第1及び第2の実施の形態について
詳細に説明する。
In the embodiment of the present invention, by effectively using the buffer memory as described above, the compression ratio at a high enlargement ratio at which image degradation is conspicuous is reduced, and high image quality is obtained. Hereinafter, the first and second embodiments will be described in detail.

【0018】[1]第1の実施の形態 先ず、第1の実施の形態に係る複写装置の全体構成につ
いて図1のブロック図を参照して説明する。複写装置
は、CCDリニアセンサ1と、前処理部2と、セレクタ
3と、バッファメモリ4と、変倍処理部5と、フィルタ
処理部7と、ガンマ変換部8と、中間調処理部9と、コ
ントローラ10と、プリンタ部20とを備える構成とな
っている。
[1] First Embodiment First, the overall configuration of a copying apparatus according to a first embodiment will be described with reference to the block diagram of FIG. The copying apparatus includes a CCD linear sensor 1, a preprocessing unit 2, a selector 3, a buffer memory 4, a scaling unit 5, a filter processing unit 7, a gamma conversion unit 8, a halftone processing unit 9, , A controller 10, and a printer unit 20.

【0019】複写装置各部の構成を詳述すると、CCD
リニアセンサ1は、紙面の原稿画像を読み取るセンサで
あり、ランプによる原稿からの反射光を受光し光電変換
により電気信号に置き換える。前処理部2は、CCDリ
ニアセンサ1から出力されるアナログ画像データの増
幅、アナログ画像データをデジタル画像データに変換す
るアナログ/デジタル変換、及び画像データの黒補正/
白補正等の画像データ正規化を行う。セレクタ3は、読
み取り画像データをそのまま後段に受け渡す経路と、後
段のバッファメモリ4から読み出した画像データを再び
バッファメモリ4に記憶しなおすための信号経路とのう
ち何れかの経路を選択する。
The structure of each part of the copying apparatus will be described in detail.
The linear sensor 1 is a sensor that reads a document image on paper, receives light reflected from the document by a lamp, and replaces the light with an electric signal by photoelectric conversion. The pre-processing unit 2 amplifies analog image data output from the CCD linear sensor 1, converts analog image data into digital image data, performs analog / digital conversion, and performs black correction /
Image data normalization such as white correction is performed. The selector 3 selects one of a path for passing the read image data as it is to the subsequent stage and a signal path for storing the image data read from the buffer memory 4 at the subsequent stage in the buffer memory 4 again.

【0020】バッファメモリ4に画像データを再記憶す
るのは、画像中の一部分を移動するMove処理や、他
の画像の一部分を画像中の指定位置に持ってくるCut
&Paste処理を行うために必要となる。バッファメ
モリ4は、一面分の画像データを記憶する容量を有し、
上記編集処理用に拡張可能な構成になる。変倍処理部5
は、バッファメモリ4に記憶されている画像データから
補間演算を行うことにより拡大縮小または解像度変換を
行う。フィルタ処理部7は、周辺画素を参照し注目画素
に対してエッジ強調・スムージング等の周波数演算を行
う。
The image data is re-stored in the buffer memory 4 by Move processing for moving a part of an image or Cut processing for bringing a part of another image to a designated position in the image.
& Paste processing is required. The buffer memory 4 has a capacity for storing image data for one surface,
The configuration is extensible for the editing process. Magnification processing unit 5
Performs enlargement / reduction or resolution conversion by performing an interpolation operation from image data stored in the buffer memory 4. The filter processing unit 7 performs frequency calculations such as edge enhancement and smoothing on the target pixel with reference to the peripheral pixels.

【0021】ガンマ変換部8は、ルックアップテーブル
(look-up table)を行う。ここでは、プリンタ部20
固有の画像形成時の濃度特性をキャンセルする作用と、
複写装置のユーザが希望する濃度でプリントアウトする
ための画像全体の濃度調整の2つの効果を上げることが
目的である。中間調処理部9は、誤差拡散処理によって
ハーフトーン画像データを作る。プリンタ部20は、画
像データを紙面上の画像として形成する。コントローラ
10は、制御信号101〜制御信号108によって上記
各部を制御し、後述の図3及び図5のフローチャートに
示されるような制御処理を行う。
The gamma conversion section 8 performs a look-up table. Here, the printer unit 20
An action of canceling the density characteristic at the time of forming an image,
It is an object of the present invention to enhance the two effects of adjusting the density of the entire image for printing out at a density desired by the user of the copying apparatus. The halftone processing unit 9 creates halftone image data by error diffusion processing. The printer unit 20 forms the image data as an image on paper. The controller 10 controls the above-described units in accordance with the control signals 101 to 108 and performs a control process as shown in flowcharts of FIGS. 3 and 5 described below.

【0022】次に、第1の実施の形態に係る複写装置の
バッファメモリ4の構成を、(1)画像データ書き込
み、(2)画像データ読み出しの各場合に分けて図2の
ブロック図を参照して説明する。
Next, the configuration of the buffer memory 4 of the copying apparatus according to the first embodiment is divided into (1) image data writing and (2) image data reading, and refer to the block diagram of FIG. I will explain.

【0023】(1)画像データ書き込み シリアルパラレル(SP)変換部402は、8bits
の入力画像データ401に対して、8×8画素のブロッ
クを一括で512bitsの画像データ403として出
力するためのシリアルパラレル処理を行う。画像データ
圧縮部404はJPEG(Joint Photographic Expe
rt Group:カラー静止画像の圧縮方式)等のブロック
符号化処理を行い、圧縮率Rcを2すなわちデータ量を
1/2に圧縮することで、画像データ405を256b
itsに圧縮する。非圧縮画像データ403は上位25
6bitsの画像データ403aと下位256bits
の画像データ403bとに分け、それぞれ別のセレクタ
440、441に入力される。画像データ405a、画
像データ405bは、それぞれ圧縮画像データ405と
全く同じ信号で256bitsのままである。
(1) Image data writing The serial / parallel (SP) converter 402
Of the input image data 401 is subjected to serial-parallel processing for outputting a block of 8 × 8 pixels as image data 403 of 512 bits at a time. The image data compression unit 404 uses JPEG (Joint Photographic Exposure)
rt Group: a color still image compression method), and compresses the compression rate Rc to 2, that is, the data amount to 、, thereby converting the image data 405 to 256b.
Compress it to The top 25 uncompressed image data 403
6-bit image data 403a and lower 256 bits
And image data 403b, and are input to separate selectors 440 and 441, respectively. The image data 405a and the image data 405b remain the same signal as the compressed image data 405 and remain at 256 bits.

【0024】セレクタ440によって画像データ403
a、405aのどちらかが選択され、画像データ420
としてDRAM430に記憶される。同様に、画像デー
タ421はDRAM431に記憶される。非圧縮画像デ
ータ403と圧縮画像データ405の切り分けは後述す
る。DRAM430、431の書き込み・読み出し制御
はアドレスコントローラ422によって行われる。アド
レスコントローラ422によってDRAM430、43
1への書き込み及び読み出し時に、画像回転処理や鏡像
処理を行う。
The image data 403 is selected by the selector 440.
a or 405a is selected, and the image data 420
Is stored in the DRAM 430. Similarly, the image data 421 is stored in the DRAM 431. The separation between the uncompressed image data 403 and the compressed image data 405 will be described later. Write / read control of the DRAMs 430, 431 is performed by the address controller 422. DRAMs 430, 43 by the address controller 422
At the time of writing and reading to 1, the image rotation processing and the mirror image processing are performed.

【0025】(2)画像データ読み出し DRAM430、431から読み出された画像データ4
21の構成は、セレクタ440、441によってどちら
が選択されているかによって異なる。非圧縮画像データ
403が選択されている場合は、画像データ412aは
画像データ412の上位256bits、画像データ4
12bは画像データ412の下位256bitsとな
る。また、圧縮画像データ405が選択されている場合
は、画像データ412a、画像データ412bは共に画
像データ412の256bitsとなり、DRAM43
0、431のどちらかのみからデータ読み出しを行うこ
とになる。画像データ伸長部406は、圧縮符号化され
た画像データを伸長復元する。
(2) Image Data Reading Image data 4 read from the DRAMs 430 and 431
The configuration of 21 differs depending on which is selected by the selectors 440 and 441. When the uncompressed image data 403 is selected, the image data 412a is the upper 256 bits of the image data 412,
12b is the lower 256 bits of the image data 412. When the compressed image data 405 is selected, both the image data 412a and the image data 412b are 256 bits of the image data 412, and the DRAM 43
Data is read from only one of 0 and 431. The image data decompression unit 406 decompresses and decompresses the compression-encoded image data.

【0026】該伸長処理によって入力画像データ412
の256bitsは、512bitsの画像データ40
7に復元される。セレクタ408は書き込みデータセレ
クタ440、441と同期して切り替わり、画像データ
403が選択される場合は画像データ412をそのまま
出力し、画像データ405が選択されている場合は画像
データ407が選択される。512bitsの画像デー
タ409は、パラレルシリアル(PS)変換部410に
よって再び8×8画素のブロック画像データ411とし
て並べ替えられる。
The input image data 412
Are 256 bits of image data 40 of 512 bits.
7 is restored. The selector 408 switches in synchronization with the write data selectors 440 and 441. When the image data 403 is selected, the image data 412 is output as it is. When the image data 405 is selected, the image data 407 is selected. The 512-bit image data 409 is rearranged again by the parallel-serial (PS) conversion unit 410 as block image data 411 of 8 × 8 pixels.

【0027】次に、上記のごとく構成してなる第1の実
施の形態に係る複写装置における画像データの圧縮/非
圧縮切り替え制御について図3のフローチャートを参照
して説明する。
Next, control of switching between compression and non-compression of image data in the copying apparatus according to the first embodiment configured as described above will be described with reference to the flowchart of FIG.

【0028】画像記憶制御(3000)では、最大でA
3サイズまで記憶できるバッファメモリ4を有効に活用
し且つより画質を向上させるために、モードによって圧
縮/非圧縮切り替えを行う。その制御方法を以下説明す
る。コピー動作の開始命令が出された場合、コントロー
ラ10は予め複写装置のユーザによって設定された設定
変倍率Rsと、バッファメモリ4のメモリ空間を有効に
使うためのメモリ有効変倍率Rmlとを比較する。通
常、メモリ有効変倍率Rmlは141である(300
4)。
In the image storage control (3000), A
In order to effectively utilize the buffer memory 4 capable of storing up to three sizes and further improve image quality, compression / non-compression switching is performed depending on the mode. The control method will be described below. When a copy operation start command is issued, the controller 10 compares the set scaling ratio Rs set in advance by the user of the copying apparatus with the memory effective scaling ratio Rml for effectively using the memory space of the buffer memory 4. . Normally, the memory effective scaling ratio Rml is 141 (300
4).

【0029】比較結果がRs<Rmlの場合は、圧縮率
Rcを2、即ち画像全面をメモリ内に収めるために、画
像データ容量を1/2に圧縮する(3006)。バッフ
ァメモリ4の画像データパスセレクタ440、441、
408の選択設定を圧縮・伸長を行う用にコントローラ
10が設定する(3010)。DRAM430、431
のデータビット幅はそれぞれ256bitsで固定でモ
ジュール化されており、Rc=2の場合は全面の画像を
2つに分割し、半分ずつ分けてDRAM430とDRA
M431とに記憶する。そのためのアドレス制御設定を
行う(3014)。その概念図を図4に示す。
If the result of the comparison is Rs <Rml, the image data capacity is reduced to 1/2 in order to set the compression ratio Rc to 2, that is, to store the entire image in the memory (3006). The image data path selectors 440, 441 of the buffer memory 4
The controller 10 sets the selection setting of 408 to perform compression / decompression (3010). DRAM 430, 431
The data bit width of each is fixed at 256 bits and is modularized. When Rc = 2, the entire image is divided into two parts, and the whole image is divided into two parts, and the DRAM 430 and the DRA are divided into two parts.
M431. The address control setting for that is performed (3014). FIG. 4 shows a conceptual diagram thereof.

【0030】図4はバッファメモリ4に記憶する画像デ
ータの状態を示す概念図である。2001が原稿画像を
示し、バッファメモリ4の上述した各種設定3006、
3010、3014が行われた後、読み取られた画像は
圧縮されると共に、2002、2003に示すように分
割され、バッファメモリ4のDRAM430、431に
それぞれ記憶される。このようにして、バッファメモリ
4には最大画像サイズであるA3サイズまで記憶可能で
ある。再び伸長された画像データは2005に示すよう
に出力される。
FIG. 4 is a conceptual diagram showing the state of image data stored in the buffer memory 4. 2001 indicates a document image, and the various settings 3006 described above in the buffer memory 4;
After the steps 3010 and 3014 are performed, the read image is compressed, divided as shown in 2002 and 2003, and stored in the DRAMs 430 and 431 of the buffer memory 4, respectively. In this manner, the buffer memory 4 can store up to the maximum image size of A3 size. The image data expanded again is output as shown in 2005.

【0031】他方、比較結果がRs>=Rmlの場合
は、圧縮率Rcを1、即ち画像データ容量を圧縮せずに
バッファメモリ4に記憶する(3008)。バッファメ
モリ4の画像データパスセレクタ440、441、40
8の選択設定を非圧縮/非伸長を行う用にコントローラ
10が設定する(3012)。DRAM430、431
両方を合わせてデータビット幅512bitsで必要な
画像領域だけを回転し記憶するためのアドレス制御設定
を行う(3016)。
On the other hand, if the comparison result is Rs> = Rml, the compression ratio Rc is set to 1, that is, stored in the buffer memory 4 without compressing the image data capacity (3008). Image data path selectors 440, 441, 40 of buffer memory 4
The controller 10 sets the selection setting of No. 8 for non-compression / non-decompression (3012). DRAM 430, 431
The address control setting for rotating and storing only the necessary image area with a data bit width of 512 bits is performed (3016).

【0032】例えば、画像データを141%拡大する場
合、A3用紙に出力するために必要な原稿画像サイズは
最大A4サイズまでしか出力できないため、メモリサイ
ズもA4分あればよい。即ち、通常画像データ量を1/
2に圧縮してA3サイズまで記憶できるバッファメモリ
4には、非圧縮画像データをA3の半分に当たるA4ま
で記憶できる。その概念図を図4に示す。
For example, when the image data is enlarged by 141%, the original image size required for outputting on A3 paper can be output only up to A4 size, so the memory size only needs to be A4. That is, the normal image data amount is 1 /
Uncompressed image data can be stored up to A4, which is half of A3, in the buffer memory 4 which can be compressed to 2 and store up to A3 size. FIG. 4 shows a conceptual diagram thereof.

【0033】図4において、上述したように2001が
原稿画像を示し、読み取られた画像は圧縮かつ回転さ
れ、2010、2011に示すように分割され、バッフ
ァメモリ4のDRAM430、431にそれぞれ記憶さ
れる。伸長後に141%に拡大された画像は、2012
に示すように出力される。
In FIG. 4, reference numeral 2001 denotes an original image, and the read image is compressed and rotated, divided as shown in 2010 and 2011, and stored in the DRAMs 430 and 431 of the buffer memory 4, respectively. . The image enlarged to 141% after decompression is 2012
Is output as shown.

【0034】第1の実施の形態では、所定の拡大率によ
って画像データ圧縮率を1と2の二つに切り替える例を
説明したが、同様に141%の拡大率で圧縮率を2と4
の二つに切り替えてもよい。また、200%の拡大率で
画像データ圧縮率を1と4の二つに切り替えても、同じ
効果を実現することができる。
In the first embodiment, an example has been described in which the image data compression ratio is switched between 1 and 2 at a predetermined enlargement ratio. Similarly, the compression ratio is changed to 2 and 4 at a 141% enlargement ratio.
You may switch to the two. Also, the same effect can be achieved by switching the image data compression ratio between 1 and 4 at a 200% enlargement ratio.

【0035】上述したように、第1の実施の形態によれ
ば、複写装置は、画像データのデータ容量を圧縮する圧
縮機能及び圧縮画像データを伸長する伸長機能をもつバ
ッファメモリ4と、バッファメモリ4に記憶された画像
データの画像サイズ変換や解像度変換を行う変倍処理部
5と、バッファメモリ4のメモリ空間を有効に使うため
のメモリ有効変倍率Rmlと予めユーザにより設定され
た変倍率Rsとの比較結果に基づき圧縮率を変更するコ
ントローラ10とを有するため、特に、固定長非可逆圧
縮方式により画像圧縮を行う場合、画像メモリのコスト
ダウンを図りながら、なおかつ画像劣化を目立たせない
高画質を実現することができる。
As described above, according to the first embodiment, the copying apparatus includes the buffer memory 4 having the compression function of compressing the data capacity of the image data and the decompression function of decompressing the compressed image data; A scaling unit 5 for performing image size conversion and resolution conversion of the image data stored in the storage unit 4, a memory effective scaling ratio Rml for effectively using the memory space of the buffer memory 4, and a scaling ratio Rs preset by a user. In particular, when image compression is performed by the fixed-length irreversible compression method, the controller 10 changes the compression ratio based on the comparison result with the controller 10. Image quality can be realized.

【0036】[2]第2の実施の形態 第2の実施の形態に係る複写装置は、上記第1の実施の
形態と同様に、CCDリニアセンサ1と、前処理部2
と、セレクタ3と、バッファメモリ4と、変倍処理部5
と、フィルタ処理部7と、ガンマ変換部8と、中間調処
理部9と、コントローラ10と、プリンタ部20とを備
える構成となっている(上記図1参照)。また、バッフ
ァメモリ4の構成も、上記第1の実施の形態と同様であ
る(上記図2参照)。これらの詳細については、上記第
1の実施の形態で詳述したので説明は省略する。
[2] Second Embodiment A copying apparatus according to a second embodiment includes a CCD linear sensor 1 and a pre-processing unit 2 as in the first embodiment.
, Selector 3, buffer memory 4, scaling unit 5
, A filter processing unit 7, a gamma conversion unit 8, a halftone processing unit 9, a controller 10, and a printer unit 20 (see FIG. 1 described above). The configuration of the buffer memory 4 is also the same as that of the first embodiment (see FIG. 2). Since these details have been described in detail in the first embodiment, description thereof will be omitted.

【0037】次に、第2の実施の形態に係る複写装置に
おいて、画像の変倍率に応じて圧縮率を変える場合に複
数段階の圧縮率変更を行う方法について図5のフローチ
ャートを参照して説明する。
Next, a method of changing the compression ratio in a plurality of stages when the compression ratio is changed in accordance with the scaling ratio of the image in the copying apparatus according to the second embodiment will be described with reference to the flowchart of FIG. I do.

【0038】画像記憶制御(5000)において、コピ
ー動作の開始命令が出された場合、入力原稿サイズと出
力用紙サイズとが同じ時、コントローラ10は予め複写
装置のユーザによって設定された設定変倍率Rsと、バ
ッファメモリ4のメモリ空間を有効に使うためのメモリ
有効変倍率Rml1、Rml2とを比較する。メモリ有
効変倍率Rmlは141%である(5004)。比較結
果がRs<Rml1の場合は、圧縮率Rcを4(画像デ
ータ容量を1/4に圧縮する意味)にする(500
6)。これにより、バッファメモリ4には一面の原稿画
像を記憶する(5012、5018、5024)。
In the image storage control (5000), when a copy operation start command is issued and the input document size and the output paper size are the same, the controller 10 sets the set scaling ratio Rs set in advance by the user of the copying apparatus. And the memory effective scaling factors Rml1 and Rml2 for effectively using the memory space of the buffer memory 4. The effective memory magnification Rml is 141% (5004). If the comparison result is Rs <Rml1, the compression ratio Rc is set to 4 (meaning that the image data capacity is compressed to 1/4) (500
6). As a result, a one-sided document image is stored in the buffer memory 4 (5012, 5018, 5024).

【0039】他方、比較結果がRs>=Rml1の場
合、141%拡大の時は入力画像データは半分のサイズ
でよいために、圧縮率Rcを2(画像データ容量を1/
2に圧縮する意味)とし(5008)、バッファメモリ
4をフルに使って画像データを記憶する(5014、5
020、5024)。同様に、比較結果がRs>=Rm
l2(Rml2=200%)の場合、200%拡大の時
は入力画像データは1/4サイズでよいために、圧縮率
Rcを1とし(5010)、複数の段階でバッファメモ
リ4をフルに使って画像データを記憶する(5016、
5022、5024)。
On the other hand, if the comparison result is Rs> = Rml1, since the input image data can be half the size at 141% enlargement, the compression ratio Rc is set to 2 (the image data capacity is reduced by 1 /
2 (meaning compression to 2) (5008), and image data is stored using the buffer memory 4 fully (5014, 514).
020, 5024). Similarly, the comparison result is Rs> = Rm
In the case of l2 (Rml2 = 200%), when the image data is enlarged by 200%, since the input image data may be 1/4 size, the compression ratio Rc is set to 1 (5010), and the buffer memory 4 is fully used in a plurality of stages. To store the image data (5016,
5022, 5024).

【0040】上述したように、第2の実施の形態によれ
ば、複写装置は、画像データのデータ容量を圧縮する圧
縮機能及び圧縮画像データを伸長する伸長機能をもつバ
ッファメモリ4と、バッファメモリ4に記憶された画像
データの画像サイズ変換や解像度変換を行う変倍処理部
5と、バッファメモリ4のメモリ空間を有効に使うため
のメモリ有効変倍率Rml1、Rml2と予めユーザに
より設定された変倍率Rsとの比較結果に基づき圧縮率
を変更するコントローラ10とを有するため、特に、固
定長非可逆圧縮方式により画像圧縮を行う場合、画像メ
モリのコストダウンを図りながら、なおかつ画像劣化を
目立たせない高画質を実現することができる。
As described above, according to the second embodiment, the copying apparatus includes the buffer memory 4 having the compression function of compressing the data capacity of the image data and the decompression function of decompressing the compressed image data; A scaling unit 5 that performs image size conversion and resolution conversion of the image data stored in the storage unit 4, and memory effective scaling ratios Rml 1 and Rml 2 for effectively using the memory space of the buffer memory 4. Since the controller 10 changes the compression ratio based on the result of comparison with the magnification Rs, especially when performing image compression by the fixed-length irreversible compression method, the image memory is made more cost-effective and the image deterioration is made more conspicuous. No high image quality can be realized.

【0041】尚、本発明は、複数の機器から構成される
システムに適用しても、1つの機器からなる装置に適用
してもよい。前述した実施形態の機能を実現するソフト
ウエアのプログラムコードを記憶した記憶媒体を、シス
テム或いは装置に供給し、そのシステム或いは装置のコ
ンピュータ(またはCPUやMPU)が記憶媒体に格納
されたプログラムコードを読み出し実行することによっ
ても、達成されることは言うまでもない。
The present invention may be applied to a system constituted by a plurality of devices or to an apparatus constituted by a single device. A storage medium storing software program codes for realizing the functions of the above-described embodiments is supplied to a system or an apparatus, and a computer (or CPU or MPU) of the system or the apparatus executes the program code stored in the storage medium. Needless to say, this can also be achieved by executing the reading.

【0042】この場合、記憶媒体から読み出されたプロ
グラムコード自体が前述した実施形態の機能を実現する
ことになり、そのプログラムコードを記憶した記憶媒体
は本発明を構成することになる。
In this case, the program code itself read from the storage medium implements the functions of the above-described embodiment, and the storage medium storing the program code constitutes the present invention.

【0043】プログラムコードを供給するための記憶媒
体としては、例えば、フロッピディスク、ハードディス
ク、光ディスク、光磁気ディスク、CD−ROM、CD
−R、磁気テープ、不揮発性のメモリカード、ROMな
どを用いることができる。
As a storage medium for supplying the program code, for example, a floppy disk, hard disk, optical disk, magneto-optical disk, CD-ROM, CD
-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like can be used.

【0044】また、コンピュータが読出したプログラム
コードを実行することにより、前述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOSなどが実
際の処理の一部または全部を行い、その処理によって前
述した実施形態の機能が実現される場合も含まれること
は言うまでもない。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS or the like running on the computer is actually executed based on the instructions of the program code. It goes without saying that a part or all of the above-described processing is performed, and the functions of the above-described embodiments are realized by the processing.

【0045】更に、記憶媒体から読出されたプログラム
コードが、コンピュータに挿入された機能拡張ボードや
コンピュータに接続された機能拡張ユニットに備わるメ
モリに書込まれた後、そのプログラムコードの指示に基
づき、その機能拡張ボードや機能拡張ユニットに備わる
CPUなどが実際の処理の一部または全部を行い、その
処理によって前述した実施形態の機能が実現される場合
も含まれることは言うまでもない。
Further, after the program code read from the storage medium is written into a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, based on the instructions of the program code, It goes without saying that the CPU provided in the function expansion board or the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

【0046】[0046]

【発明の効果】以上説明したように、請求項1の発明に
よれば、画像データを圧縮して処理する画像処理装置に
おいて、画像データのデータ容量を圧縮する圧縮機能及
び圧縮画像データを伸長する伸長機能をもつ記憶手段
と、該記憶手段に記憶された画像データの画像サイズ変
換や解像度変換を行う変倍手段と、該変倍手段における
変倍率に応じて圧縮率を変更する制御手段とを有するた
め、特に、固定長非可逆圧縮方式により画像圧縮を行う
場合、画像メモリ(記憶手段)のコストダウンを図りな
がら、なおかつ画像劣化を目立たせない高画質を実現す
ることができる。
As described above, according to the first aspect of the present invention, in an image processing apparatus for compressing and processing image data, a compression function for compressing the data capacity of image data and a decompression of the compressed image data are provided. Storage means having a decompression function, scaling means for performing image size conversion and resolution conversion of image data stored in the storage means, and control means for changing a compression ratio according to a scaling factor in the scaling means. In particular, when performing image compression by the fixed-length irreversible compression method, it is possible to reduce the cost of the image memory (storage means) and to realize high image quality with no noticeable image deterioration.

【0047】請求項2の発明によれば、前記制御手段
は、前記変倍手段における変倍率と設定された変倍率と
の比較結果に基づき圧縮率を変更するため、上記請求項
1の発明と同様に、画像メモリ(記憶手段)のコストダ
ウンを図りながら、なおかつ画像劣化を目立たせない高
画質を実現することができる。
According to the second aspect of the present invention, the control means changes the compression ratio based on the result of comparison between the scaling factor set by the scaling means and the set scaling factor. Similarly, it is possible to reduce the cost of the image memory (storage means) and to realize high image quality with no noticeable image deterioration.

【0048】請求項3の発明によれば、前記圧縮率には
圧縮率1を含むため、画像劣化が目立つ高拡大率での圧
縮率を下げ高画質を得る場合に好適である。
According to the third aspect of the present invention, since the compression ratio includes the compression ratio of 1, the compression ratio is suitable for obtaining a high image quality by reducing the compression ratio at a high magnification ratio at which image degradation is conspicuous.

【0049】請求項4の発明によれば、画像データを記
録媒体上の画像として形成する複写機能を有するため、
特に複写装置において、画像メモリのコストダウンを図
りながら、なおかつ画像劣化を目立たせない高画質を実
現する場合に好適である。
According to the fourth aspect of the present invention, since a copying function for forming image data as an image on a recording medium is provided,
In particular, the present invention is suitable for a copying apparatus in which high image quality is realized while reducing image memory cost and reducing image degradation.

【0050】請求項5の発明によれば、画像データを圧
縮して処理する画像処理方法において、画像データのデ
ータ容量を圧縮する圧縮機能及び圧縮画像データを伸長
する伸長機能をもつ記憶ステップと、該記憶ステップで
記憶された画像データの画像サイズ変換や解像度変換を
行う変倍ステップと、該変倍ステップにおける変倍率に
応じて圧縮率を変更する制御ステップとを有するため、
上記請求項1の発明と同様に、画像メモリのコストダウ
ンを図りながら、なおかつ画像劣化を目立たせない高画
質を実現することができる。
According to a fifth aspect of the present invention, in the image processing method for compressing and processing image data, a storage step having a compression function for compressing the data capacity of the image data and an expansion function for expanding the compressed image data; Since there is a scaling step for performing image size conversion and resolution conversion of the image data stored in the storage step, and a control step for changing the compression ratio according to the scaling factor in the scaling step,
Similarly to the first aspect of the present invention, it is possible to realize a high image quality while reducing the cost of the image memory and not conspicuous image deterioration.

【0051】請求項6の発明によれば、前記制御ステッ
プでは、前記変倍ステップにおける変倍率と設定された
変倍率との比較結果に基づき圧縮率を変更するため、上
記請求項5の発明と同様の効果を奏する。
According to a sixth aspect of the present invention, in the control step, the compression ratio is changed based on a result of comparison between the scaling ratio in the scaling step and the set scaling ratio. A similar effect is achieved.

【0052】請求項7の発明によれば、前記圧縮率には
圧縮率1を含むため、上記請求項3の発明と同様に、画
像劣化が目立つ高拡大率での圧縮率を下げ高画質を得る
場合に好適である。
According to the seventh aspect of the present invention, since the compression rate includes a compression rate of 1, the compression rate at a high magnification rate at which image degradation is conspicuous is reduced to achieve high image quality, as in the third aspect of the invention. It is suitable for obtaining.

【0053】請求項8の発明によれば、画像データを記
録媒体上の画像として形成する複写ステップを有するた
め、上記請求項4の発明と同様に、特に複写装置におい
て、画像メモリのコストダウンを図りながら、なおかつ
画像劣化を目立たせない高画質を実現する場合に好適で
ある。
According to the eighth aspect of the present invention, since there is a copying step of forming image data as an image on a recording medium, the cost of an image memory can be reduced particularly in a copying apparatus as in the fourth aspect of the present invention. It is suitable for realizing high image quality while making the image degradation inconspicuous while trying.

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

【図1】本発明の第1及び第2の実施の形態に係る複写
装置の全体構成を示すブロック図である。
FIG. 1 is a block diagram showing an overall configuration of a copying apparatus according to first and second embodiments of the present invention.

【図2】本発明の第1及び第2の実施の形態に係る複写
装置のバッファメモリの構成を示すブロック図である。
FIG. 2 is a block diagram showing a configuration of a buffer memory of the copying apparatus according to the first and second embodiments of the present invention.

【図3】本発明の第1の実施の形態に係る複写装置にお
ける読み取り画像データ圧縮/非圧縮切り替え制御処理
を示すフローチャートである。
FIG. 3 is a flowchart illustrating read image data compression / non-compression switching control processing in the copying apparatus according to the first embodiment of the present invention.

【図4】本発明の第1の実施の形態に係る複写装置のバ
ッファメモリに記憶する画像データの状態を示す概念図
である。
FIG. 4 is a conceptual diagram showing a state of image data stored in a buffer memory of the copying apparatus according to the first embodiment of the present invention.

【図5】本発明の第2の実施の形態に係る複写装置にお
ける複数段階の圧縮率変更処理を示すフローチャートで
ある。
FIG. 5 is a flowchart illustrating a multi-stage compression ratio changing process in a copying apparatus according to a second embodiment of the present invention.

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

1 CCDリニアセンサ 2 前処理部 3 セレクタ 4 バッファメモリ 5 変倍処理部 7 フィルタ処理部 8 ガンマ変換部 9 中間調処理部 10 コントローラ 20 プリンタ部 DESCRIPTION OF SYMBOLS 1 CCD linear sensor 2 Preprocessing part 3 Selector 4 Buffer memory 5 Magnification processing part 7 Filter processing part 8 Gamma conversion part 9 Halftone processing part 10 Controller 20 Printer part

───────────────────────────────────────────────────── フロントページの続き (72)発明者 瀧山 康弘 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 (72)発明者 吉田 廣義 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 (72)発明者 鈴木 勝也 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 (72)発明者 高橋 匡 東京都大田区下丸子3丁目30番2号 キヤ ノン株式会社内 ──────────────────────────────────────────────────続 き Continuation of the front page (72) Inventor Yasuhiro Takiyama 3-30-2 Shimomaruko, Ota-ku, Tokyo Canon Inc. (72) Inventor Hiroyoshi Yoshida 3-30-2 Shimomaruko, Ota-ku, Tokyo Canon (72) Inventor Katsuya Suzuki 3-30-2 Shimomaruko, Ota-ku, Tokyo Canon Inc. (72) Inventor Tadashi 3-30-2, Shimomaruko, Ota-ku, Tokyo Canon Inc.

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 画像データを圧縮して処理する画像処理
装置において、 画像データのデータ容量を圧縮する圧縮機能及び圧縮画
像データを伸長する伸長機能をもつ記憶手段と、該記憶
手段に記憶された画像データの画像サイズ変換や解像度
変換を行う変倍手段と、該変倍手段における変倍率に応
じて圧縮率を変更する制御手段とを有することを特徴と
する画像処理装置。
1. An image processing apparatus for compressing and processing image data, comprising: storage means having a compression function for compressing the data capacity of the image data and an expansion function for expanding the compressed image data; An image processing apparatus comprising: a scaling unit that performs image size conversion and resolution conversion of image data; and a control unit that changes a compression ratio according to a scaling ratio in the scaling unit.
【請求項2】 前記制御手段は、前記変倍手段における
変倍率と設定された変倍率との比較結果に基づき圧縮率
を変更することを特徴とする請求項1記載の画像処理装
置。
2. The image processing apparatus according to claim 1, wherein the control unit changes the compression ratio based on a result of comparison between the scaling ratio in the scaling unit and a set scaling ratio.
【請求項3】 前記圧縮率には圧縮率1を含むことを特
徴とする請求項1又は2記載の画像処理装置。
3. The image processing apparatus according to claim 1, wherein the compression rate includes a compression rate of 1.
【請求項4】 画像データを記録媒体上の画像として形
成する複写機能を有することを特徴とする請求項1乃至
3の何れかに記載の画像処理装置。
4. The image processing apparatus according to claim 1, further comprising a copying function for forming image data as an image on a recording medium.
【請求項5】 画像データを圧縮して処理する画像処理
方法において、 画像データのデータ容量を圧縮する圧縮機能及び圧縮画
像データを伸長する伸長機能をもつ記憶ステップと、該
記憶ステップで記憶された画像データの画像サイズ変換
や解像度変換を行う変倍ステップと、該変倍ステップに
おける変倍率に応じて圧縮率を変更する制御ステップと
を有することを特徴とする画像処理方法。
5. An image processing method for compressing and processing image data, comprising: a storage step having a compression function for compressing the data capacity of image data and an expansion function for expanding compressed image data; An image processing method, comprising: a scaling step of performing image size conversion and resolution conversion of image data; and a control step of changing a compression ratio according to a scaling factor in the scaling step.
【請求項6】 前記制御ステップでは、前記変倍ステッ
プにおける変倍率と設定された変倍率との比較結果に基
づき圧縮率を変更することを特徴とする請求項5記載の
画像処理方法。
6. The image processing method according to claim 5, wherein in the control step, the compression ratio is changed based on a comparison result between the scaling ratio in the scaling step and a set scaling ratio.
【請求項7】 前記圧縮率には圧縮率1を含むことを特
徴とする請求項5又は6記載の画像処理方法。
7. The image processing method according to claim 5, wherein the compression rate includes a compression rate of 1.
【請求項8】 画像データを記録媒体上の画像として形
成する複写ステップを有することを特徴とする請求項5
乃至7の何れかに記載の画像処理方法。
8. The method according to claim 5, further comprising a copying step of forming the image data as an image on a recording medium.
8. The image processing method according to any one of claims 1 to 7.
JP9135737A 1997-05-12 1997-05-12 Image processor and image processing method Pending JPH10313411A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9135737A JPH10313411A (en) 1997-05-12 1997-05-12 Image processor and image processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9135737A JPH10313411A (en) 1997-05-12 1997-05-12 Image processor and image processing method

Publications (1)

Publication Number Publication Date
JPH10313411A true JPH10313411A (en) 1998-11-24

Family

ID=15158700

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9135737A Pending JPH10313411A (en) 1997-05-12 1997-05-12 Image processor and image processing method

Country Status (1)

Country Link
JP (1) JPH10313411A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012238288A (en) * 2011-05-13 2012-12-06 Canon Inc Image processor, image processing method for image processor and program

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012238288A (en) * 2011-05-13 2012-12-06 Canon Inc Image processor, image processing method for image processor and program
US8855438B2 (en) 2011-05-13 2014-10-07 Canon Kabushiki Kaisha Image processing apparatus, image processing method of image processing apparatus, and program

Similar Documents

Publication Publication Date Title
JP3732702B2 (en) Image processing device
US5337319A (en) Apparatus and method for reconfiguring an image processing system to bypass hardware
JP4929073B2 (en) Multi-function printer
US5229866A (en) Image processing system for reducing wait time before image data transfer to an image output section
US5170263A (en) Image processing system
US7095898B2 (en) Image processing apparatus
JPH08274986A (en) Image processing unit
US6593935B2 (en) Image processor
US5463476A (en) Image processing system
JPH10313411A (en) Image processor and image processing method
JPH1075345A (en) Image processing unit
JP2008236084A (en) Image processing method, image processor, image processing program and recording medium
JPH05122496A (en) Image synthesizer
JPH08317225A (en) Image data compression and expansion device
JPH10304205A (en) Device for processing picture and method therefor
JPH1093788A (en) Method for image-forming and device therefor
WO1996031974A1 (en) Signal processor
JP3232623B2 (en) Image processing device
JP3271539B2 (en) Image data processing device
JP3722816B2 (en) Image processing device
JPH06291987A (en) Picture output device
JP2002209110A (en) Image encoder
JP2003304403A (en) Image processor
JP2001145021A (en) Image processing method and image processor
JP2004303276A (en) Image processor

Legal Events

Date Code Title Description
A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20050107

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20050118

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20050322

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20050426