JP2002051209A - Image reducing method, image processor and control method for the processor - Google Patents

Image reducing method, image processor and control method for the processor

Info

Publication number
JP2002051209A
JP2002051209A JP2000232943A JP2000232943A JP2002051209A JP 2002051209 A JP2002051209 A JP 2002051209A JP 2000232943 A JP2000232943 A JP 2000232943A JP 2000232943 A JP2000232943 A JP 2000232943A JP 2002051209 A JP2002051209 A JP 2002051209A
Authority
JP
Japan
Prior art keywords
processing
image
line
conditional
reduction
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
JP2000232943A
Other languages
Japanese (ja)
Other versions
JP3875465B2 (en
Inventor
Masatake Omori
雅岳 大森
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.)
Ricoh Co Ltd
Original Assignee
Ricoh Co 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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2000232943A priority Critical patent/JP3875465B2/en
Priority to US10/010,875 priority patent/US7142328B2/en
Publication of JP2002051209A publication Critical patent/JP2002051209A/en
Application granted granted Critical
Publication of JP3875465B2 publication Critical patent/JP3875465B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Dot-Matrix Printers And Others (AREA)
  • Record Information Processing For Printing (AREA)
  • Image Processing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an image reducing method, an image processor and a control method for the same, with which device costs can be reduced when applying conditional OR processing to reducing processing in a subscanning direction. SOLUTION: Since an image is reduced in the subscanning direction by conditional OR processing and a magnification point to be determined corresponding to a reduction rate is limited only to odd-numbered lines or even-numbered lines, there is an effect capable of reducing the device costs of a device for providing reducing processing in the subscanning direction by conditional OR processing.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、二値画像を処理す
る画像縮小方法および画像処理装置および画像処理装置
の制御方法に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image reduction method for processing a binary image, an image processing apparatus, and a control method for the image processing apparatus.

【0002】[0002]

【従来の技術】一般に、二値画像の縮小方法として従来
用いられている手法として、単純間引き方式がある。単
純間引き方式は、縮小率に応じて所定の間隔で画素を捨
て、残りの画素で縮小画像を表現する手法である。例え
ば、画像データを50%に縮小する場合、すなわち、縮
小率が50%の場合には、1画素おきに画素を捨てるこ
とで、縮小画像を得る。
2. Description of the Related Art In general, there is a simple thinning method as a method conventionally used as a method for reducing a binary image. The simple thinning method is a method in which pixels are discarded at predetermined intervals according to a reduction ratio, and a reduced image is represented by remaining pixels. For example, when the image data is reduced to 50%, that is, when the reduction ratio is 50%, a reduced image is obtained by discarding every other pixel.

【0003】この方法の欠点は、1ドットで表現されて
いる細線などが、捨てられる画素に該当した場合、線が
全部無くなってしまうようなこと(線切れ、ドット抜け
等の現象)があり、画質劣化の度合いが大きい点であ
る。
A disadvantage of this method is that if a thin line or the like represented by one dot corresponds to a pixel to be discarded, the entire line disappears (phenomena such as broken lines and missing dots). The point is that the degree of image quality deterioration is large.

【0004】このような画質劣化を低減させる手法とし
て、OR処理を行う方法がある。すなわち、縮小処理に
おいて2つのドットから1つのドットを構成する際に、
両ドットの論理OR結果を用いる方法である。この方法
であれば、前述した単純間引き方式のように線が失われ
ることはなくなるが、同時に、本来白で残しておきたい
ような部分が黒になってしまうような弊害ももたらす場
合がある。すなわち、画像データの線太りや黒潰れ現象
が発生する場合がある。
As a method of reducing such image quality deterioration, there is a method of performing an OR process. That is, when forming one dot from two dots in the reduction process,
This is a method using the logical OR result of both dots. According to this method, the line is not lost as in the simple thinning method described above, but at the same time, there may be a problem that a portion that should be left in white becomes black. That is, a line thickening or black crushing phenomenon of image data may occur.

【0005】これらの縮小方式で起こる画質劣化の問題
に対処した方法として、条件付きOR処理がある。この
方法は、次の式(I)で示す演算により縮小後の画素デ
ータの値を決定する方法である。
As a method for addressing the problem of image quality deterioration occurring in these reduction methods, there is a conditional OR process. This method is a method of determining the value of pixel data after reduction by the operation shown in the following equation (I).

【0006】 R(n)=((NOT(R(n−1)))AND(B(n)))OR(B( n−1)) ・・・(I)R (n) = ((NOT (R (n−1))) AND (B (n))) OR (B (n−1)) (I)

【0007】ここで、R(n)は縮小後の画素データ、
R(n−1)は1つ前の縮小画像データ、B(n)は現
在注目している画素データ、B(n−1)は1画素前の
画素データであり、その位置関係は、図17(a),
(b)に示すような関係となる。
Here, R (n) is pixel data after reduction,
R (n-1) is the previous reduced image data, B (n) is the current pixel data of interest, and B (n-1) is the pixel data of the previous pixel. 17 (a),
The relationship is as shown in FIG.

【0008】この条件付OR処理を採用することで、単
純OR方式では潰れてしまうような画素配置の場合で
も、白画素を残すことが可能となり、画質劣化を押さえ
ることができる。
By employing this conditional OR processing, white pixels can be left even in a pixel arrangement that would be crushed by the simple OR method, and image quality degradation can be suppressed.

【0009】[0009]

【発明が解決しようとする課題】さて、この条件付OR
処理は、図17より分かるとおり、基本的には、2画素
を1画素に減らす処理であるため、縮小処理を行う際に
は、次回の演算のために記憶しておく必要のある結果画
素を、図18に示すように、注目画素が偶数番目か奇数
番目かでそれぞれ別々に記憶しておかなければならな
い。
The conditional OR
As can be seen from FIG. 17, the processing is basically processing for reducing two pixels to one pixel. Therefore, when performing the reduction processing, the result pixels that need to be stored for the next calculation are calculated. As shown in FIG. 18, whether the pixel of interest is an even-numbered pixel or an odd-numbered pixel must be stored separately.

【0010】すなわち、注目画素が偶数番目の場合と、
奇数番目の場合とで、条件付OR処理結果が異なる情報
系列となるため、それぞれの処理のために条件付OR処
理結果を記憶する必要がある。
That is, when the pixel of interest is an even-numbered pixel,
Since the result of the conditional OR processing is different from that of the odd-numbered case, it is necessary to store the result of the conditional OR processing for each processing.

【0011】ここで、この条件付OR処理を副走査方向
の縮小処理に適用することを考える。この場合も、主走
査方向の縮小処理と同様に、単純OR方式では潰れてし
まうような画素配置の場合でも、白画素を残すことが可
能となり、画質劣化を押さえることができる。
Here, application of this conditional OR processing to reduction processing in the sub-scanning direction will be considered. Also in this case, as in the case of the reduction processing in the main scanning direction, white pixels can be left even in the case of a pixel arrangement that would be crushed by the simple OR method, and image quality degradation can be suppressed.

【0012】ところが、この条件付OR処理を副走査方
向の縮小処理に適用する場合、偶数番目ラインと奇数番
目ラインとでそれぞれの条件付OR処理結果を記憶する
ためのメモリ手段が必要となるため、装置コストが高く
なるという不具合を生じていた。
However, when this conditional OR processing is applied to the reduction processing in the sub-scanning direction, memory means for storing the results of the conditional OR processing for the even-numbered lines and the odd-numbered lines is required. However, there has been a problem that the apparatus cost is high.

【0013】本発明は、かかる実情に鑑みてなされたも
のであり、条件付OR処理を副走査方向の縮小処理に適
用する場合の装置コストを低減することのできる画像縮
小方法および画像処理装置および画像処理装置の制御方
法を提供することを目的としている。
The present invention has been made in view of the above circumstances, and an image reduction method, an image processing apparatus, and an image processing method capable of reducing the apparatus cost when applying conditional OR processing to reduction processing in the sub-scanning direction. An object of the present invention is to provide a control method of an image processing device.

【0014】[0014]

【課題を解決するための手段】本発明は、二値画像を縮
小する画像縮小方法において、条件付OR処理により副
走査方向の画像縮小を行うとともに、縮小率に応じて決
定される変倍ポイントを奇数番目ラインあるいは偶数番
目ラインに限定するようにしたものである。
According to the present invention, there is provided an image reducing method for reducing a binary image, wherein image reduction in the sub-scanning direction is performed by conditional OR processing, and a scaling point determined according to a reduction ratio. Is limited to odd-numbered lines or even-numbered lines.

【0015】また、二値画像を縮小する画像縮小方法に
おいて、条件付OR処理により副走査方向の画像縮小を
行うとともに、縮小率に応じて決定される変倍ポイント
を奇数番目ラインあるいは偶数番目ラインに限定すると
ともに、当該変倍ポイントの前または後に隣接するライ
ンの画像を間引くようにしたものである。
In an image reduction method for reducing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a magnification point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. And thinning out the image of the line adjacent before or after the scaling point.

【0016】また、二値画像を縮小する画像縮小方法に
おいて、副走査方向の縮小処理は、縮小率に応じて決定
される変倍ポイントが奇数番目ラインの場合には、当該
奇数番目ラインの画像を間引き、当該奇数番目ラインの
次の偶数番目ラインについて条件付OR処理を適用して
縮小画像を作成するとともに、変倍ポイントが偶数番目
ラインの場合には、当該偶数番目ラインについて条件付
OR処理を適用して縮小画像を作成し、当該偶数番目ラ
インの次の奇数番目ラインの画像を間引くようにしたも
のである。
In the image reduction method for reducing a binary image, the reduction processing in the sub-scanning direction is performed when the scaling point determined according to the reduction ratio is an odd-numbered line. Is reduced, and a conditional OR process is applied to the even-numbered line next to the odd-numbered line to create a reduced image. If the scaling point is the even-numbered line, the conditional OR process is performed for the even-numbered line. Is applied to generate a reduced image, and the image of the odd-numbered line next to the even-numbered line is thinned out.

【0017】また、二値画像を縮小する画像縮小方法に
おいて、副走査方向の縮小処理は、縮小率に応じて決定
される変倍ポイントが偶数番目ラインの場合には、当該
偶数番目ラインの画像を間引き、当該偶数番目ラインの
次の奇数番目ラインについて条件付OR処理を適用して
縮小画像を作成するとともに、変倍ポイントが奇数番目
ラインの場合には、当該奇数番目ラインについて条件付
OR処理を適用して縮小画像を作成し、当該奇数番目ラ
インの次の偶数番目ラインの画像を間引くようにしたも
のである。
In the image reduction method for reducing a binary image, the reduction processing in the sub-scanning direction is performed when the scaling point determined in accordance with the reduction ratio is an even-numbered line. Is reduced, a reduced image is created by applying a conditional OR process to the odd-numbered line next to the even-numbered line, and a conditional OR process is performed for the odd-numbered line when the scaling point is the odd-numbered line. Is applied to create a reduced image, and the image of the even-numbered line next to the odd-numbered line is thinned out.

【0018】また、副走査方向の縮小処理に先立って、
主走査方向の縮小処理を行うようにしたものである。ま
た、目的の縮小率が50%以下の場合には、目的の縮小
率の2倍の縮小率まで副走査方向を単純間引き処理によ
り縮小し、その縮小画像について、条件付OR処理を適
用し、さらに50%縮小処理を行って目的の縮小率の画
像を作成するようにしたものである。
Prior to the reduction process in the sub-scanning direction,
The reduction processing in the main scanning direction is performed. When the target reduction ratio is 50% or less, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio, and a conditional OR process is applied to the reduced image. Further, a 50% reduction process is performed to create an image with a desired reduction ratio.

【0019】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行うとともに、縮小率に応じて決定される変倍ポイント
を奇数番目ラインあるいは偶数番目ラインに限定する画
像縮小手段を備えたものである。
In an image processing apparatus for processing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a scaling point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. Is provided with an image reducing means limited to

【0020】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行うとともに、縮小率に応じて決定される変倍ポイント
を奇数番目ラインあるいは偶数番目ラインに限定し、か
つ、当該変倍ポイントの前または後に隣接するラインの
画像を間引く画像縮小手段を備えたものである。
In an image processing apparatus for processing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a scaling point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. And an image reduction means for thinning out an image of a line adjacent before or after the scaling point.

【0021】また、二値画像を処理する画像処理装置に
おいて、縮小率に応じて決定される変倍ポイントが奇数
番目ラインの場合には、当該奇数番目ラインの画像を間
引き、当該奇数番目ラインの次の偶数番目ラインについ
て条件付OR処理を適用して縮小画像を作成するととも
に、変倍ポイントが偶数番目ラインの場合には、当該偶
数番目ラインについて条件付OR処理を適用して縮小画
像を作成し、当該偶数番目ラインの次の奇数番目ライン
の画像を間引いて副走査方向の縮小処理を行う画像縮小
手段を備えたものである。
In the image processing apparatus for processing a binary image, when the scaling point determined according to the reduction ratio is an odd-numbered line, the image of the odd-numbered line is thinned out, and the image of the odd-numbered line is thinned. A reduced image is created by applying conditional OR processing to the next even-numbered line, and a reduced image is created by applying conditional OR processing to the even-numbered line when the scaling point is the even-numbered line. The image processing apparatus further includes image reduction means for performing reduction processing in the sub-scanning direction by thinning out the image of the odd-numbered line next to the even-numbered line.

【0022】また、二値画像を処理する画像処理装置に
おいて、縮小率に応じて決定される変倍ポイントが偶数
番目ラインの場合には、当該偶数番目ラインの画像を間
引き、当該偶数番目ラインの次の奇数番目ラインについ
て条件付OR処理を適用して縮小画像を作成するととも
に、変倍ポイントが奇数番目ラインの場合には、当該奇
数番目ラインについて条件付OR処理を適用して縮小画
像を作成し、当該奇数番目ラインの次の偶数番目ライン
の画像を間引いて、副走査方向の縮小処理を行う画像縮
小手段を備えたものである。
In the image processing apparatus for processing a binary image, when the scaling point determined according to the reduction ratio is an even-numbered line, the image of the even-numbered line is thinned out, and the image of the even-numbered line is thinned out. A reduced image is created by applying conditional OR processing to the next odd-numbered line, and a reduced image is created by applying conditional OR processing to the odd-numbered line when the scaling point is the odd-numbered line. The image processing apparatus further includes an image reduction unit that thins out an image of an even-numbered line next to the odd-numbered line and performs a reduction process in the sub-scanning direction.

【0023】また、前記画像縮小手段は、副走査方向の
縮小処理に先立って、主走査方向の縮小処理を行うよう
にしたものである。また、前記画像縮小手段は、目的の
縮小率が50%以下の場合には、目的の縮小率の2倍の
縮小率まで副走査方向を単純間引き処理により縮小し、
その縮小画像について、条件付OR処理を適用し、さら
に50%縮小処理を行って目的の縮小率の画像を作成す
るようにしたものである。また、前記画像縮小手段は、
現処理ラインが変倍ポイント以外の場合、前ラインメモ
リのデータを読み出した後に破棄し、前回の縮小結果を
記憶しているメモリから読み出したデータを、当該メモ
リに再度書き込むようにしたものである。
The image reduction means performs reduction processing in the main scanning direction prior to reduction processing in the sub-scanning direction. When the target reduction ratio is 50% or less, the image reduction unit reduces the sub-scanning direction to a reduction ratio twice as large as the target reduction ratio by simple thinning processing.
A conditional OR process is applied to the reduced image, and a 50% reduction process is further performed to create an image having a target reduction ratio. Further, the image reducing means includes:
When the current processing line is at a point other than the magnification point, the data in the previous line memory is read and then discarded, and the data read from the memory storing the previous reduction result is written back to the memory. .

【0024】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリと、現処
理ラインの二値画像データ、上記縮小結果ラインメモリ
から読み出した前回縮小結果データ、および、上記前ラ
インメモリから読み出した前ライン二値画像データを上
記条件付OR処理手段に入力させて現処理ラインについ
て条件付OR処理を行わせるとともに、縮小率に応じて
決定され上記条件付OR処理手段の出力データを採用す
る変倍ポイントを、奇数番目ラインあるいは偶数番目ラ
インに限定する制御手段を備えたものである。
In the image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory, a previous line memory for storing the binary image data of the previous line, a binary image data for the current processing line, the previous reduced result data read from the reduced result line memory, and a read from the previous line memory. The binary image data of the previous line is input to the conditional OR processing means to perform the conditional OR processing for the current processing line, and the output data of the conditional OR processing means, which is determined according to the reduction ratio and employs the output data of the conditional OR processing means, is used. Control means for limiting the double point to odd-numbered lines or even-numbered lines is provided.

【0025】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備え、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定され上記条件付OR処理手段の出力データを採
用する変倍ポイントを、奇数番目ラインあるいは偶数番
目ラインに限定し、さらに、当該変倍ポイントに相当す
る奇数番目ラインあるいは偶数番目ラインの前または後
に隣接するラインの画像を間引く制御手段を備えたもの
である。
In the image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. In addition to performing conditional OR processing on the lines, the scaling point determined according to the reduction ratio and employing the output data of the conditional OR processing means is limited to odd-numbered lines or even-numbered lines. A control unit is provided for thinning out an image of a line adjacent to the front or rear of the odd-numbered line or the even-numbered line corresponding to the double point.

【0026】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備え、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定される変倍ポイントが奇数番目ラインの場合に
は、当該奇数番目ラインの画像を間引き、当該奇数番目
ラインの次の偶数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが偶数番目ラインの場合には、当該偶数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該偶数番目ラインの次の奇数
番目ラインの画像を間引く制御手段を備えたものであ
る。
In the image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. When the conditional OR process is performed on the line, and the scaling point determined according to the reduction ratio is an odd-numbered line, the image of the odd-numbered line is thinned out, and the even-numbered line next to the odd-numbered line is removed. And outputs the reduced data output from the conditional OR processing means,
If the variable power point is an even-numbered line, control means for outputting reduced data output from the conditional OR processing means for the even-numbered line and thinning out an image of an odd-numbered line next to the even-numbered line is provided. It is provided.

【0027】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備え、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定される変倍ポイントが偶数番目ラインの場合に
は、当該偶数番目ラインの画像を間引き、当該偶数番目
ラインの次の奇数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが奇数番目ラインの場合には、当該奇数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該奇数番目ラインの次の偶数
番目ラインの画像を間引く制御手段を備えたものであ
る。
In the image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. When the conditional OR processing is performed on the line, and the scaling point determined according to the reduction ratio is an even-numbered line, the image of the even-numbered line is thinned out, and the odd-numbered line next to the even-numbered line is removed. And outputs the reduced data output from the conditional OR processing means,
When the scaling point is an odd-numbered line, control means for outputting reduced data output from the conditional OR processing means for the odd-numbered line and thinning out an image of an even-numbered line next to the odd-numbered line is provided. It is provided.

【0028】また、前記制御手段は、副走査方向の縮小
処理に先立って、主走査方向の縮小処理を行うようにし
たものである。また、前記制御手段は、目的の縮小率が
50%以下の場合には、目的の縮小率の2倍の縮小率ま
で副走査方向を単純間引き処理により縮小し、その縮小
画像について、50%縮小を行うように前記条件付OR
処理手段の条件付OR処理を適用し、目的の縮小率の画
像を作成するようにしたものである。
Further, the control means performs reduction processing in the main scanning direction prior to reduction processing in the sub-scanning direction. When the target reduction ratio is 50% or less, the control unit reduces the sub-scanning direction by a simple thinning process to a reduction ratio twice as large as the target reduction ratio, and reduces the reduced image by 50%. To perform the conditional OR
The conditional OR processing of the processing means is applied to create an image with a target reduction ratio.

【0029】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定され上記条件付OR処理手段の出力デ
ータを採用する変倍ポイントは、奇数番目ラインあるい
は偶数番目ラインに限定されるようにしたものである。
In a control method of an image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing;
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the condition determined according to the reduction ratio and The scaling point adopting the output data of the attached OR processing means is limited to the odd-numbered line or the even-numbered line.

【0030】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定され上記条件付OR処理手段の出力デ
ータを採用する変倍ポイントは、奇数番目ラインあるい
は偶数番目ラインに限定され、さらに、当該変倍ポイン
トに相当する奇数番目ラインあるいは偶数番目ラインの
前または後に隣接するラインの画像を間引くようにした
ものである。
In a control method of an image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing;
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the condition determined according to the reduction ratio and The scaling point that employs the output data of the attached OR processing means is limited to the odd-numbered line or the even-numbered line, and further, the line adjacent to the line before or after the odd-numbered line or the even-numbered line corresponding to the scaling point This is to thin out the images.

【0031】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定される変倍ポイントが奇数番目ライン
の場合には、当該奇数番目ラインの画像を間引き、当該
奇数番目ラインの次の偶数番目ラインについて上記条件
付OR処理手段から出力される縮小データを出力すると
ともに、変倍ポイントが偶数番目ラインの場合には、当
該偶数番目ラインについて上記条件付OR処理手段から
出力される縮小データを出力し、当該偶数番目ラインの
次の奇数番目ラインの画像を間引くようにしたものであ
る。
In a control method of an image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing;
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and a change determined according to the reduction ratio. When the double point is an odd-numbered line, the image of the odd-numbered line is thinned out, reduced data output from the conditional OR processing means is output for the even-numbered line next to the odd-numbered line, and scaling is performed. If the point is an even-numbered line, the reduced data output from the conditional OR processing means for the even-numbered line is used. Outputs data, is obtained by a thinned out the next image of the odd-numbered lines of the even-numbered lines.

【0032】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定される変倍ポイントが偶数番目ライン
の場合には、当該偶数番目ラインの画像を間引き、当該
偶数番目ラインの次の奇数番目ラインについて上記条件
付OR処理手段から出力される縮小データを出力すると
ともに、変倍ポイントが奇数番目ラインの場合には、当
該奇数番目ラインについて上記条件付OR処理手段から
出力される縮小データを出力し、当該奇数番目ラインの
次の偶数番目ラインの画像を間引くようにしたものであ
る。
In a control method of an image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing;
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and a change determined according to the reduction ratio. If the double point is an even-numbered line, the image of the even-numbered line is thinned out, reduced data output from the conditional OR processing means is output for the odd-numbered line next to the even-numbered line, and scaling is performed. If the point is an odd-numbered line, the reduced data output from the conditional OR processing means for the odd-numbered line is used. Outputs data, is obtained by a thinned out the next image of the even-numbered lines of the odd-numbered lines.

【0033】また、画像処理装置の制御方法において、
副走査方向の縮小処理に先立って、主走査方向の縮小処
理を行うようにしたものである。また、画像処理装置の
制御方法において、目的の縮小率が50%以下の場合に
は、目的の縮小率の2倍の縮小率まで副走査方向を単純
間引き処理により縮小し、その縮小画像について、50
%縮小を行うように前記条件付OR処理手段の条件付O
R処理を適用し、目的の縮小率の画像を作成するように
したものである。
Further, in the control method of the image processing apparatus,
Prior to the reduction processing in the sub-scanning direction, the reduction processing in the main scanning direction is performed. In the control method of the image processing apparatus, when the target reduction ratio is 50% or less, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio. 50
% Of the conditional OR processing means so as to perform% reduction.
An image with a target reduction ratio is created by applying the R process.

【0034】[0034]

【発明の実施の形態】以下、添付図面を参照しながら、
本発明の実施の形態を詳細に説明する。
BRIEF DESCRIPTION OF THE DRAWINGS FIG.
An embodiment of the present invention will be described in detail.

【0035】図1は、本発明の一実施例にかかるグルー
プ3ファクシミリ装置を示している。
FIG. 1 shows a group 3 facsimile apparatus according to one embodiment of the present invention.

【0036】同図において、システム制御部1は、この
グループ3ファクシミリ装置の各部の制御処理、およ
び、所定のグループ3ファクシミリ伝送制御手順処理を
行うものであり、システムメモリ2は、システム制御部
1が実行する制御処理プログラム、および、処理プログ
ラムを実行するときに必要な各種データなどを記憶する
とともに、システム制御部1のワークエリアを構成する
ものであり、パラメータメモリ3は、このグループ3フ
ァクシミリ装置に固有な各種の情報を記憶するためのも
のであり、時計回路4は、現在時刻情報を出力するため
のものである。
In FIG. 1, a system control unit 1 performs a control process of each unit of the group 3 facsimile apparatus and a predetermined group 3 facsimile transmission control procedure process. Stores a control processing program to be executed by the computer and various data necessary for executing the processing program, and also forms a work area of the system control unit 1. The parameter memory 3 is a group 3 facsimile apparatus. The clock circuit 4 is for storing current time information.

【0037】スキャナ5は、所定の解像度で原稿画像を
読み取るためのものであり、プロッタ6は、所定の解像
度で画像を記録出力するためのものであり、操作表示部
7は、このファクシミリ装置を操作するためのもので、
各種の操作キー、および、各種の表示器からなる。
The scanner 5 is for reading a document image at a predetermined resolution, the plotter 6 is for recording and outputting an image at a predetermined resolution, and the operation display section 7 is a facsimile apparatus. To operate,
It consists of various operation keys and various indicators.

【0038】画像処理部8は、画像データの変倍処理な
どの種々の画像処理を行うためのものであり、符号化復
号化部9は、画信号を符号化圧縮するとともに、符号化
圧縮されている画情報を元の画信号に復号化するための
ものであり、画像蓄積装置10は、符号化圧縮された状
態の画情報を多数記憶するためのものである。
The image processing section 8 is for performing various image processing such as scaling processing of image data. The encoding / decoding section 9 encodes and compresses an image signal and encodes and compresses the image signal. The image storage device 10 is for decoding the current image information into the original image signal, and the image storage device 10 is for storing a large number of image information in a coded and compressed state.

【0039】グループ3ファクシミリモデム11は、グ
ループ3ファクシミリのモデム機能を実現するためのも
のであり、伝送手順信号をやりとりするための低速モデ
ム機能(V.21モデム)、および、おもに画情報をや
りとりするための高速モデム機能(V.17モデム、
V.34モデム、V.29モデム、V.27terモデ
ムなど)を備えている。
The group 3 facsimile modem 11 is for realizing a group 3 facsimile modem function. The group 3 facsimile modem 11 has a low-speed modem function (V.21 modem) for exchanging transmission procedure signals and mainly exchanges image information. High-speed modem function (V.17 modem,
V. 34 modem, V.34. 29 modem, V.29. 27ter modem etc.).

【0040】網制御装置12は、このグループ3ファク
シミリ装置をアナログ公衆網PSTNに接続するための
ものであり、自動発着信機能を備えている。
The network controller 12 is for connecting this group 3 facsimile apparatus to the analog public network PSTN and has an automatic transmission / reception function.

【0041】これらの、システム制御部1、システムメ
モリ2、パラメータメモリ3、時計回路4、スキャナ
5、プロッタ6、操作表示部7、画像処理装置8、符号
化復号化部9、画像蓄積装置10、グループ3ファクシ
ミリモデム11、および、網制御装置12は、内部バス
13に接続されており、これらの各要素間でのデータの
やりとりは、主としてこの内部バス13を介して行われ
ている。
The system control unit 1, the system memory 2, the parameter memory 3, the clock circuit 4, the scanner 5, the plotter 6, the operation display unit 7, the image processing unit 8, the encoding / decoding unit 9, and the image storage unit 10. , Group 3 facsimile modem 11 and network controller 12 are connected to an internal bus 13, and data exchange between these elements is mainly performed via the internal bus 13.

【0042】また、網制御装置12とグループ3ファク
シミリモデム11との間のデータのやりとりは、直接行
なわれている。
Data exchange between the network controller 12 and the group 3 facsimile modem 11 is directly performed.

【0043】図2は、二値画像を縮小する際の画像処理
部8の構成の一例を示している。
FIG. 2 shows an example of the configuration of the image processing section 8 when a binary image is reduced.

【0044】同図において、主走査方向縮小処理部81
は、元の二値画像データDIを所定の方法、例えば、前
述した条件付OR処理方法により、指定された縮小率で
主走査方向に縮小するものであり、その出力結果は、主
走査方向縮小データDMとして、副走査方向縮小処理部
82に加えられる。
In the figure, the main scanning direction reduction processing section 81
Is to reduce the original binary image data DI in the main scanning direction at a designated reduction ratio by a predetermined method, for example, the above-described conditional OR processing method, and the output result is reduced in the main scanning direction. The data DM is added to the sub-scanning direction reduction processing unit 82.

【0045】副走査方向縮小処理部82は、入力する主
走査方向縮小データDMに対し、前述した条件付OR処
理方法を適用し、指定された縮小率で副走査方向に縮小
するものであり、その出力結果は、縮小データDSとし
て、次段装置へ出力される。ここで、次段装置は、画情
報送信時には符号化復号化部9であり、記録出力時には
プロッタ6である。
The sub-scanning direction reduction processing section 82 applies the above-described conditional OR processing method to the input main-scanning direction reduced data DM to reduce the data in the sub-scanning direction at a designated reduction ratio. The output result is output to the next-stage device as reduced data DS. Here, the next-stage device is the encoding / decoding unit 9 when transmitting image information, and is the plotter 6 when recording and outputting.

【0046】図3は、副走査方向縮小処理部82の構成
例を示している。
FIG. 3 shows an example of the configuration of the sub-scanning direction reduction processing section 82.

【0047】同図において、主走査方向縮小データDM
は、条件付OR処理における前ラインの二値画像データ
を記憶するための前ラインメモリ85、条件付OR処理
を実行するための条件付OR処理部86、および、出力
回路87に加えられる。
In the figure, the main scanning direction reduced data DM
Are added to the front line memory 85 for storing the binary image data of the previous line in the conditional OR processing, the conditional OR processing unit 86 for executing the conditional OR processing, and the output circuit 87.

【0048】また、縮小結果ラインメモリ88は、条件
付OR処理部86から出力される出力データDKを、条
件付OR処理の1回前の処理結果として記憶するための
ものである。
The reduction result line memory 88 stores the output data DK output from the conditional OR processing unit 86 as a processing result immediately before the conditional OR processing.

【0049】また、出力回路87は、主走査方向縮小デ
ータDM、または、条件付OR処理部86の出力データ
DKを、縮小データDSとして次段装置へ出力するもの
である。
The output circuit 87 outputs the reduced data DM in the main scanning direction or the output data DK of the conditional OR processing unit 86 to the next-stage device as reduced data DS.

【0050】そして、条件付OR処理部86は、偶数番
目ラインについて、主走査方向縮小データDM、前ライ
ンメモリ85から出力される前ラインデータ、および、
縮小結果ラインメモリ88から出力される1回前の縮小
データDSに基づいて、画素位置単位に、上述した条件
付OR処理を実行し、その実行結果得られる出力データ
DKを出力する。
Then, the conditional OR processing unit 86 determines, for the even-numbered lines, the main scanning direction reduced data DM, the previous line data output from the previous line memory 85, and
Based on the previous reduced data DS output from the reduction result line memory 88, the above-described conditional OR processing is executed for each pixel position, and output data DK obtained as a result of the execution is output.

【0051】図4は、副走査方向縮小処理部82の処理
の一例を示している。
FIG. 4 shows an example of the processing of the sub-scanning direction reduction processing section 82.

【0052】まず、奇数番目ライン処理(処理101)
を実行し、そのときに1ページ分の画像データが終了し
たかどうかを判断し(判断102)、判断102の結果
がNOになるときには、次のラインについて偶数ライン
目処理(処理103)を実行する。
First, odd-numbered line processing (processing 101)
Is determined at this time, whether or not the image data for one page is completed (decision 102). If the result of the decision 102 is NO, the even-numbered line processing (processing 103) is executed for the next line I do.

【0053】次いで、そのときに1ページ分の画像デー
タが終了したかどうかを判断し(判断104)、判断1
04の結果がNOになるときには、処理101へ戻り、
次のラインについて奇数ライン目処理を実行する。
Next, it is determined whether or not the image data for one page has been completed at that time (decision 104).
When the result of step 04 is NO, the process returns to step 101,
The odd-numbered line processing is executed for the next line.

【0054】また、判断102の結果がYESになると
き、あるいは、判断104の結果がYESになるときに
は、この処理を終了する。
When the result of the judgment 102 is YES, or when the result of the judgment 104 is YES, this processing ends.

【0055】図5は、奇数番目ライン処理(処理10
1)の一例を示している。
FIG. 5 shows an odd-numbered line process (process 10).
1 shows an example.

【0056】まず、縮小率に応じた変倍ポイント計算
(後述)を行って(処理201)、当該ラインが変倍ポ
イントに相当するかどうかを調べる(判断202)。
First, a scaling point calculation (to be described later) according to the reduction ratio is performed (step 201), and it is checked whether or not the line corresponds to a scaling point (decision 202).

【0057】判断202の結果がYESになるときに
は、主走査方向縮小データDMを入力し(処理20
3)、その入力した主走査方向縮小データDMを前ライ
ンメモリ85に保存する(処理204)。
If the result of the determination 202 is YES, the main scanning direction reduced data DM is inputted (step 20).
3) The input main scanning direction reduced data DM is stored in the previous line memory 85 (process 204).

【0058】このときには、当該奇数番目ラインの画像
データは間引くために、画像は出力しない(処理20
5)。また、1ライン分の主走査方向縮小データDMの
入力を終了するまで(判断206の結果がYES)、処
理203へ戻り、主走査方向縮小データDMの入力を行
う。
At this time, since the image data of the odd-numbered line is thinned out, no image is output (processing 20).
5). Until the input of the main-scanning-direction reduced data DM for one line is completed (the result of the determination 206 is YES), the process returns to the processing 203 and the main-scanning-direction reduced data DM is input.

【0059】また、1ライン分の主走査方向縮小データ
DMの入力を終了して、判断206の結果がYESにな
ると、次の偶数番目ラインで条件付OR処理を実行させ
るので、条件付OR処理フラグをセットして(処理20
7)、奇数番目ライン処理を終了する。
When the input of the main-scanning-direction reduced data DM for one line is completed and the result of determination 206 is YES, the conditional OR processing is performed on the next even-numbered line. Set the flag (Process 20
7), end the odd-numbered line processing.

【0060】また、当該ラインが変倍ポイントではな
く、判断202の結果がNOになるときには、偶数番目
ライン処理(処理103)によりセットされる間引きフ
ラグがオンになっているかどうかを調べる(判断20
8)。間引きフラグがオンになっている場合で、判断2
08の結果がYESになるときには、当該奇数番目ライ
ンは間引きラインなので、間引きフラグをオフした後に
(処理209)、処理203へ進み、当該奇数番目ライ
ンを間引くとともに、条件OR処理フラグをセットし
て、この奇数番目ライン処理を終了する。
If the line is not a variable point and the result of determination 202 is NO, it is checked whether the thinning flag set by the even-numbered line processing (processing 103) is on (determination 20).
8). Judgment 2 when the thinning flag is on
When the result of step 08 is YES, the odd-numbered line is a thinned line, so after turning off the thinning flag (step 209), the process proceeds to step 203, where the odd-numbered line is thinned and the condition OR processing flag is set. , The odd-numbered line processing ends.

【0061】また、間引きフラグがオフになっている場
合で、判断208の結果がNOになるときには、当該奇
数番目ラインをそのまま出力する。すなわち、主走査方
向縮小データDMを入力し(処理210)、その入力し
た主走査方向縮小データDMを縮小データDSとして次
段装置へ出力する(処理211)。この動作を1ライン
分の主走査方向縮小データDMの入力を終了するまで繰
り返し(判断212のNOループ)、1ライン分の主走
査方向縮小データDMの入力を終了して判断212の結
果がYESになると、この奇数番目ライン処理を終了す
る。
When the thinning flag is off and the result of determination 208 is NO, the odd-numbered line is output as it is. That is, the main scanning direction reduced data DM is input (process 210), and the input main scanning direction reduced data DM is output to the next apparatus as reduced data DS (process 211). This operation is repeated until the input of the one-line reduced data in the main scanning direction DM is completed (NO loop of decision 212), the input of the one-line reduced data in the main scanning direction DM is completed, and the result of decision 212 is YES. , The odd-numbered line processing ends.

【0062】図6および図7は、偶数番目ライン処理
(処理103)の一例を示す。
FIGS. 6 and 7 show an example of the even-numbered line processing (processing 103).

【0063】まず、縮小率に応じた変倍ポイント計算
(後述)を行って(処理301)、当該ラインが変倍ポ
イントに相当するかどうかを調べる(判断302)。
First, a scaling point calculation (described later) according to the reduction ratio is performed (processing 301), and it is checked whether or not the line corresponds to a scaling point (decision 302).

【0064】判断302の結果がYESになるときに
は、主走査方向縮小データDMを入力し(処理30
3)、条件付OR処理部86から出力される出力データ
DKを縮小結果ラインメモリ88に保存し(処理30
4)、このときには、入力した主走査方向縮小データD
Mを次段装置へ、縮小データDSとして出力する(処理
305)。この動作を1ライン分の主走査方向縮小デー
タDMの入力を終了するまで繰り返し(判断306のN
Oループ)、1ライン分の主走査方向縮小データDMの
入力を終了して判断306の結果がYESになると、次
の奇数ライン番目ラインを間引くために間引きフラグを
オンし(処理307)、この偶数番目ライン処理を終了
する。
When the result of determination 302 is YES, the main scanning direction reduced data DM is input (step 30).
3) The output data DK output from the conditional OR processing unit 86 is stored in the reduction result line memory 88 (processing 30).
4) At this time, the input reduced data D in the main scanning direction
M is output to the next-stage device as reduced data DS (process 305). This operation is repeated until the input of the one-line reduced data in the main scanning direction DM is completed (N in decision 306).
(O loop) When the input of the main scanning direction reduced data DM for one line is completed and the result of the determination 306 becomes YES, the thinning flag is turned on to thin the next odd-numbered line (process 307). The even-numbered line processing ends.

【0065】また、当該ラインが変倍ポイントに相当す
る場合で、判断302の結果がYESになるときには、
奇数番目ライン処理でセットされる条件付OR処理フラ
グがオンになっているかどうかを調べる(判断31
0)。
When the line corresponds to the variable power point and the result of determination 302 is YES,
It is checked whether the conditional OR processing flag set in the odd-numbered line processing is on (decision 31)
0).

【0066】判断310の結果がYESになるときに
は、まず、条件付OR処理フラグをクリアする(処理3
11)。次いで、主走査方向縮小データDMを入力し
(処理312)、条件付OR処理部86から出力される
出力データDKを縮小結果ラインメモリ88に保存し
(処理313)、このときには、条件付OR処理部86
の出力データDKを次段装置へ、縮小データDSとして
出力する(処理314)。この動作を1ライン分の主走
査方向縮小データDMの入力を終了するまで繰り返し
(判断315のNOループ)、1ライン分の主走査方向
縮小データDMの入力を終了して判断315の結果がY
ESになると、この偶数番目ライン処理を終了する。
When the result of determination 310 is YES, first, the conditional OR processing flag is cleared (processing 3).
11). Next, the main scanning direction reduced data DM is input (processing 312), and the output data DK output from the conditional OR processing unit 86 is stored in the reduced result line memory 88 (processing 313). Part 86
Is output as reduced data DS to the next-stage device (process 314). This operation is repeated until the input of the main-scanning direction reduced data DM for one line is completed (NO loop of decision 315), and the input of the main-scanning reduced data DM for one line is finished, and the result of the decision 315 is Y
When it becomes ES, the even-numbered line processing ends.

【0067】また、条件付OR処理フラグがオフの場合
で、判断310の結果がNOになるときには、主走査方
向縮小データDMを入力し(処理316)、条件付OR
処理部86から出力される出力データDKを縮小結果ラ
インメモリ88に保存し(処理317)、このときに
は、入力した主走査方向縮小データDMを次段装置へ、
縮小データDSとして出力する(処理318)。この動
作を1ライン分の主走査方向縮小データDMの入力を終
了するまで繰り返し(判断319のNOループ)、1ラ
イン分の主走査方向縮小データDMの入力を終了して判
断319の結果がYESになると、この偶数番目ライン
処理を終了する。
If the conditional OR processing flag is OFF and the result of determination 310 is NO, the main scanning direction reduced data DM is input (processing 316), and the conditional OR processing is performed.
The output data DK output from the processing unit 86 is stored in the reduction result line memory 88 (processing 317). At this time, the input reduced data DM in the main scanning direction is sent to the next-stage device.
The data is output as reduced data DS (process 318). This operation is repeated until the input of the one-line reduced data in the main scanning direction DM is completed (NO loop of decision 319), the input of the one-line reduced data in the main scanning direction DM is completed, and the result of decision 319 is YES. , The even-numbered line processing ends.

【0068】さて、このような副走査縮小処理による副
走査方向の縮小動作の様子を、縮小率50%の場合を図
8に、また、縮小率が60%の場合を図9に示す。
Now, FIG. 8 shows the state of the reduction operation in the sub-scanning direction by such a sub-scanning reduction process when the reduction ratio is 50%, and FIG. 9 when the reduction ratio is 60%.

【0069】このように、本実施例では、条件付OR処
理を適用するラインを偶数番目ラインに限定しているの
で、副走査方向縮小処理部82に必要なラインメモリを
1つに制限することができ、装置コストを大幅に低減す
ることができる。
As described above, in this embodiment, the lines to which the conditional OR processing is applied are limited to the even-numbered lines. Therefore, the line memory required for the sub-scanning direction reduction processing unit 82 is limited to one. , And the cost of the apparatus can be significantly reduced.

【0070】ところで、条件付OR処理では、原理上、
50%よりも小さい縮小率の縮小動作を一度に行うこと
ができない。そこで、例えば、30%の縮小率の縮小動
作は、副走査方向縮小処理部82を2つカスケード接続
し、前段の副走査方向縮小処理部82で60%の縮小処
理を行った後に、後段の副走査方向縮小処理部82で5
0%の縮小処理を行うようにすることで対応することが
できる。
By the way, in the conditional OR processing, in principle,
A reduction operation with a reduction ratio smaller than 50% cannot be performed at a time. Therefore, for example, in a reduction operation with a reduction ratio of 30%, two sub-scanning direction reduction processing units 82 are cascade-connected, and a 60% reduction process is performed by the preceding sub-scanning direction reduction processing unit 82, and then, the subsequent stage. 5 in the sub-scanning direction reduction processing unit 82
This can be dealt with by performing 0% reduction processing.

【0071】しかしながら、条件付OR処理は、基本的
にはOR処理であるので、このような方法を採用する
と、線の保存性は特に悪くならないが、線太りのような
画質劣化が発生することがある。
However, since the conditional OR processing is basically an OR processing, if such a method is adopted, the preservation of the line is not particularly deteriorated, but image quality deterioration such as thickening of the line may occur. There is.

【0072】かかる不具合を解消するためには、50%
よりも小さい縮小率の縮小処理を行う場合、目標の縮小
率の2倍の縮小率を設定し、その縮小率で単純間引き処
理を実行した後に、50%の縮小率で、条件付OR処理
を適用する方法を採用することができる。
In order to solve such a problem, 50%
When performing a reduction process with a smaller reduction ratio, a reduction ratio that is twice the target reduction ratio is set, a simple thinning process is performed at that reduction ratio, and then a conditional OR process is performed at a 50% reduction ratio. Applicable methods can be adopted.

【0073】この場合の副走査方向縮小処理の一例を図
10および図11に示す。
FIGS. 10 and 11 show an example of the sub-scanning direction reduction processing in this case.

【0074】まず、縮小率が50%以下に設定されてい
るかどうかを調べ(判断401)、判断401の結果が
NOになるときには、図4〜7に示したような通常縮小
処理を実行する。
First, it is checked whether or not the reduction ratio is set to 50% or less (determination 401). When the result of determination 401 is NO, the normal reduction processing as shown in FIGS.

【0075】また、判断401の結果がYESになると
きには、設定された縮小率を2倍に再設定する(処理4
02)。例えば、縮小率が30%に設定された場合に
は、縮小率を2倍の60%に再設定する。
When the result of determination 401 is YES, the set reduction ratio is reset to twice (processing 4).
02). For example, when the reduction ratio is set to 30%, the reduction ratio is reset to 60%, which is twice as large.

【0076】次いで、再設定された縮小率で変倍ポイン
ト計算を行って(処理403)、当該ラインが変倍ポイ
ントに相当するかどうかを調べる(判断404)。判断
404の結果がYESになるときには、主走査方向縮小
データDMを入力し(処理405)、このときには単純
間引き処理を行うために画像を出力しない(処理40
6)。そして、この動作を1ライン分の主走査方向縮小
データDMを入力する間実行する(判断407のNOル
ープ)。
Next, a scaling point calculation is performed at the reset reduction ratio (process 403), and it is checked whether or not the line corresponds to a scaling point (decision 404). When the result of the determination 404 is YES, the main scanning direction reduced data DM is input (processing 405), and no image is output at this time to perform the simple thinning processing (processing 40).
6). Then, this operation is executed while the reduced data DM in the main scanning direction for one line is input (NO loop of the judgment 407).

【0077】判断407の結果がYESになると、1ペ
ージ分の画像データの処理を終了したかどうかを調べ
(判断408)、判断408の結果がNOになるときに
は、処理403へ戻り、次のラインについての処理を実
行する。また、判断408の結果がYESになるときに
は、この副走査方向縮小処理を終了する。
If the result of decision 407 is YES, it is checked whether the processing of the image data for one page has been completed (decision 408), and if the result of decision 408 is NO, the process returns to process 403 and the next line Execute the processing for. When the result of determination 408 is YES, this sub-scanning direction reduction processing ends.

【0078】また、当該ラインが変倍ポイントに相当し
ない場合で、判断404の結果がNOになるときには、
当該ラインが単純間引き後の奇数番目ラインに相当する
かどうかを調べる(判断410)。
When the line does not correspond to the zooming point and the result of determination 404 is NO,
It is checked whether or not the line corresponds to an odd-numbered line after simple thinning (decision 410).

【0079】判断410の結果がYESになるときに
は、主走査方向縮小データDMを入力し(処理411
3)、その入力した主走査方向縮小データDMを前ライ
ンメモリ85に保存する(処理412)。
When the result of the judgment 410 is YES, the main scanning direction reduced data DM is input (processing 411).
3) The input main scanning direction reduced data DM is stored in the previous line memory 85 (processing 412).

【0080】このときには、当該間引き処理後の奇数番
目ラインの画像データは間引くために、画像は出力しな
い(処理413)。また、1ライン分の主走査方向縮小
データDMの入力を終了するまで(判断414の結果が
NO)、処理411へ戻り、主走査方向縮小データDM
の入力を行う。
At this time, since the image data of the odd-numbered line after the thinning process is thinned, no image is output (process 413). Until the input of the one-line reduced data in the main scanning direction DM is completed (result of determination 414 is NO), the process returns to step 411, and the reduced data in the main scanning direction DM
Input.

【0081】また、1ライン分の主走査方向縮小データ
DMの入力を終了して、判断414の結果がYESにな
ると、1ページ分の画像データの処理を終了したかどう
かを調べ(判断415)、判断415の結果がNOにな
るときには、処理403へ戻り、次のラインについての
処理を実行する。また、判断415の結果がYESにな
るときには、この副走査方向縮小処理を終了する。
When the input of the one-line reduced data in the main scanning direction DM is completed and the result of determination 414 is YES, it is checked whether the processing of the image data for one page has been completed (determination 415). When the result of the determination 415 is NO, the process returns to the process 403 to execute the process for the next line. When the result of determination 415 is YES, the sub-scanning direction reduction processing ends.

【0082】また、当該ラインが単純間引き処理後の偶
数番目ラインの場合で、判断410の結果がNOになる
ときには、主走査方向縮小データDMを入力し(処理4
16)、条件付OR処理部86から出力される出力デー
タDKを縮小結果ラインメモリ88に保存し(処理41
7)、このときには、条件付OR処理部86の出力デー
タDKを次段装置へ、縮小データDSとして出力する
(処理418)。この動作を1ライン分の主走査方向縮
小データDMの入力を終了するまで繰り返し(判断41
9のNOループ)、1ライン分の主走査方向縮小データ
DMの入力を終了して判断419の結果がYESになる
と、判断415へ移行して、ページ終了を確認する。
If the line is an even-numbered line after the simple thinning process and the result of determination 410 is NO, the main scanning direction reduced data DM is input (Step 4).
16), the output data DK output from the conditional OR processing unit 86 is stored in the reduction result line memory 88 (processing 41).
7) At this time, the output data DK of the conditional OR processing unit 86 is output to the next-stage device as reduced data DS (process 418). This operation is repeated until the input of the one-line reduced data DM in the main scanning direction is completed (decision 41).
(NO loop of No. 9) When the input of the reduced data DM in the main scanning direction for one line is completed and the result of the determination 419 becomes YES, the process proceeds to the determination 415 to confirm the end of the page.

【0083】この方法で縮小率30%の縮小処理を行っ
たときの縮小動作の様子を図12に示す。
FIG. 12 shows a state of the reduction operation when the reduction processing at the reduction ratio of 30% is performed by this method.

【0084】ところで、条件付OR処理部を半導体集積
装置で構成する場合、偶数番目ラインを処理する際のデ
ータ入出力チャネル数と、奇数番目ラインを処理する際
のデータ入出力チャネル数を同一にすると、装置に組み
込む際の処理および回路構成を単純化することができ
る。
When the conditional OR processing unit is formed of a semiconductor integrated device, the number of data input / output channels for processing even-numbered lines and the number of data input / output channels for processing odd-numbered lines are the same. Then, the processing and the circuit configuration when incorporating into the device can be simplified.

【0085】このようにするためには、図13に示すよ
うに、条件付OR処理部86aの入力チャネル数とし
て、主走査方向縮小データDM、前ラインメモリ85の
出力データ、および、縮小結果ラインメモリ88の出力
データを入力するために3チャネル設け、条件付OR処
理部86aの出力チャネル数として、条件付OR処理を
実行する条件付OR処理回路86bの出力データDKと
縮小データDSを出力するために2チャネル設ける。
In order to do this, as shown in FIG. 13, the number of input channels of the conditional OR processing section 86a includes the main scanning direction reduced data DM, the output data of the previous line memory 85, and the reduced result line. Three channels are provided for inputting the output data of the memory 88, and the output data DK and the reduced data DS of the conditional OR processing circuit 86b for executing the conditional OR processing are output as the number of output channels of the conditional OR processing unit 86a. Therefore, two channels are provided.

【0086】そして、例えば、偶数番目ラインで縮小結
果を出力する場合には、図13に示すように、条件付O
R処理回路86bの出力データDKを縮小データDSと
して出力し、また、偶数番目ラインで通常画像を出力す
る場合には、図14に示すように、条件付OR処理回路
86bに入力する主走査方向縮小データDMを縮小デー
タDSとして出力する。
For example, when the reduction result is output on the even-numbered line, as shown in FIG.
When the output data DK of the R processing circuit 86b is output as reduced data DS and a normal image is output on an even-numbered line, as shown in FIG. 14, the main scanning direction input to the conditional OR processing circuit 86b The reduced data DM is output as reduced data DS.

【0087】また、奇数番目ラインで通常画像を出力す
る場合には、図15に示すように、縮小結果ラインメモ
リ88の出力はスルーして、データDKとして縮小結果
ラインメモリ88へ戻し、入力する主走査方向縮小デー
タDMを縮小データDSとして出力するとともに、前ラ
インメモリ85から入力するデータは内部的に破棄す
る。なお、奇数番目ラインで間引きラインに相当する場
合には、図15の縮小データDSの出力を止めればよ
い。
When outputting a normal image on the odd-numbered line, as shown in FIG. 15, the output of the reduced result line memory 88 is passed through, and the data is returned to the reduced result line memory 88 as data DK and input. The reduced data DM in the main scanning direction is output as reduced data DS, and the data input from the previous line memory 85 is internally discarded. When the odd-numbered line corresponds to the thinned line, the output of the reduced data DS in FIG. 15 may be stopped.

【0088】なお、図13,14,15において、条件
付OR処理部86aは、図3の条件付OR処理部86に
相当するものである。
In FIGS. 13, 14, and 15, the conditional OR processing unit 86a corresponds to the conditional OR processing unit 86 in FIG.

【0089】このように、本実施例では、各条件におけ
るデータ入出力の関係はどれも同じであり、条件付OR
処理部に関するメモリアクセス制御をより簡単にするこ
とができる。
As described above, in this embodiment, the relation of data input / output under each condition is the same, and the conditional OR
The memory access control for the processing unit can be simplified.

【0090】次に、変倍ポイント計算について説明す
る。
Next, the scaling point calculation will be described.

【0091】この変倍ポイント計算では、まず、変倍率
Rの算出式を次の式(II)のように設定する。
In this scaling point calculation, first, the calculation formula of the scaling factor R is set as the following equation (II).

【0092】 R=y/x (II)R = y / x (II)

【0093】したがって、変倍率Rは、yを固定値とす
るとともにxを変化させることにより決定される。例え
ば、12.5%〜100%の範囲で変倍率を設定する場
合、yの値を256に固定したとき、変倍率に応じてx
の値を256〜2048に設定する。
Therefore, the scaling factor R is determined by changing y while fixing y to a fixed value. For example, when setting the magnification in the range of 12.5% to 100%, when the value of y is fixed at 256, x is set according to the magnification.
Is set to 256 to 2048.

【0094】なお、例えば、変倍率Rとして50%を設
定する場合、256/512とするか、あるいは、51
2/1024とするかは、変倍ポイントに要求される精
度により、適宜に決定することができる。
For example, when 50% is set as the scaling factor R, it is set to 256/512 or 51
Whether it is set to 2/1024 can be appropriately determined depending on the precision required for the variable magnification point.

【0095】変倍ポイント計算処理の一例を図16に示
す。
FIG. 16 shows an example of the scaling point calculation processing.

【0096】まず、定数xに上述した式(II)の変倍
率に対応した値(変倍率値)をセットし(処理50
1)、変数spに上述した式(II)のyの値(25
6)にオフセット値Aを加えた値をセットする(処理5
02)。ここで、オフセット値Aは、変倍ポイントを変
化させるためのものである。
First, a value (magnification ratio value) corresponding to the magnification ratio of the above equation (II) is set in the constant x (step 50).
1), the value of y (25
A value obtained by adding the offset value A to 6) is set (Process 5)
02). Here, the offset value A is for changing the scaling point.

【0097】次いで、変数spの値を、256引いた値
に更新し(処理503)、更新後の変数spの値が25
5よりも大きいかどうかを調べる(判断504)。判断
504の結果がYESになるときには、そのときのポイ
ント(主走査方向の変倍処理の場合は画素、副走査方向
の変倍処理の場合はライン)を変倍ポイントと判定する
(処理505)。この場合は、主走査方向の変倍処理の
場合は当該注目画素を出力をせず、また、副走査方向の
変倍処理の場合は当該注目ラインを出力しない。
Next, the value of the variable sp is updated to a value obtained by subtracting 256 (step 503), and the value of the updated variable sp is changed to 25.
It is checked whether it is greater than 5 (decision 504). If the result of determination 504 is YES, the point at that time (pixel in the case of scaling in the main scanning direction, line in the case of scaling in the sub-scanning direction) is determined as a scaling point (process 505). . In this case, the target pixel is not output in the case of scaling in the main scanning direction, and the target line is not output in the case of scaling in the sub-scanning direction.

【0098】また、判断505の結果がNOになるとき
には、そのときのポイント(主走査方向の場合は画素、
副走査方向の場合はライン)を非変倍ポイントと判定し
(処理506)、主走査方向の変倍処理の場合は当該注
目画素を出力し、また、副走査方向の変倍処理の場合は
当該注目ラインを出力する。次いで、変数spの値を、
定数xを加算した値に更新する(処理507)。
If the result of determination 505 is NO, the point at that time (pixel in the main scanning direction,
(The line in the sub-scanning direction) is determined as the non-magnifying point (process 506), the pixel of interest is output in the case of the magnification process in the main scanning direction, and in the case of the magnification process in the sub-scanning direction. The line of interest is output. Next, the value of the variable sp is
The value is updated to the value obtained by adding the constant x (process 507).

【0099】このようにして、1回の変倍ポイント処理
を終了すると、画像の処理を終了したかどうかを調べ
(判断508)、判断508の結果がNOになるときに
は、処理503へ戻って、次の画像データについて処理
を実行する。また、判断508の結果がYESになると
きには、この処理を終了する。
When one scaling point process is completed in this way, it is checked whether or not the image processing has been completed (decision 508). When the result of the decision 508 is NO, the process returns to the process 503, and The processing is executed for the next image data. When the result of determination 508 is YES, this process ends.

【0100】なお、変倍ポイント計算処理は、上述した
ものに限ることはなく、周知の他の方法を採用すること
もできる。
Note that the scaling point calculation processing is not limited to the above-described processing, and other well-known methods can be employed.

【0101】ところで、上述した実施例では、グループ
3ファクシミリ装置に本発明を適用した場合について説
明したが、本発明は、それ以外の二値画像を取り扱う画
像処理装置について、適宜に適用することができる。
In the above-described embodiment, the case where the present invention is applied to the group 3 facsimile apparatus has been described. However, the present invention can be appropriately applied to other image processing apparatuses which handle binary images. it can.

【0102】[0102]

【発明の効果】以上説明したように、本発明によれば、
二値画像を縮小する画像縮小方法において、条件付OR
処理により副走査方向の画像縮小を行うとともに、縮小
率に応じて決定される変倍ポイントを奇数番目ラインあ
るいは偶数番目ラインに限定するようにしたので、副走
査方向の縮小処理を条件付OR処理により実現する装置
の装置コストを低減することができるという効果を得
る。
As described above, according to the present invention,
In an image reduction method for reducing a binary image, a conditional OR
The image is reduced in the sub-scanning direction by the processing, and the scaling point determined according to the reduction ratio is limited to the odd-numbered line or the even-numbered line. Thus, the effect that the apparatus cost of the apparatus realized can be reduced.

【0103】また、二値画像を縮小する画像縮小方法に
おいて、条件付OR処理により副走査方向の画像縮小を
行うとともに、縮小率に応じて決定される変倍ポイント
を奇数番目ラインあるいは偶数番目ラインに限定すると
ともに、当該変倍ポイントの前または後に隣接するライ
ンの画像を間引くようにしたので、副走査方向の縮小処
理を条件付OR処理により実現する装置の装置コストを
低減することができるという効果を得る。
In an image reduction method for reducing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a variable point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. In addition, since the image of the adjacent line is thinned out before or after the zoom point, the apparatus cost of the apparatus that realizes the reduction processing in the sub-scanning direction by the conditional OR processing can be reduced. Get the effect.

【0104】また、二値画像を縮小する画像縮小方法に
おいて、副走査方向の縮小処理は、縮小率に応じて決定
される変倍ポイントが奇数番目ラインの場合には、当該
奇数番目ラインの画像を間引き、当該奇数番目ラインの
次の偶数番目ラインについて条件付OR処理を適用して
縮小画像を作成するとともに、変倍ポイントが偶数番目
ラインの場合には、当該偶数番目ラインについて条件付
OR処理を適用して縮小画像を作成し、当該偶数番目ラ
インの次の奇数番目ラインの画像を間引くようにしたの
で、副走査方向の縮小処理を条件付OR処理により実現
する装置の装置コストを低減することができるという効
果を得る。
In the image reduction method for reducing a binary image, the reduction processing in the sub-scanning direction is performed when the scaling point determined according to the reduction ratio is an odd-numbered line. Is reduced, and a conditional OR process is applied to the even-numbered line next to the odd-numbered line to create a reduced image. If the scaling point is the even-numbered line, the conditional OR process is performed for the even-numbered line. Is applied to generate a reduced image, and the image of the odd-numbered line next to the even-numbered line is thinned out, so that the apparatus cost of the apparatus that realizes the reduction processing in the sub-scanning direction by the conditional OR processing is reduced. The effect that can be obtained.

【0105】また、二値画像を縮小する画像縮小方法に
おいて、副走査方向の縮小処理は、縮小率に応じて決定
される変倍ポイントが偶数番目ラインの場合には、当該
偶数番目ラインの画像を間引き、当該偶数番目ラインの
次の奇数番目ラインについて条件付OR処理を適用して
縮小画像を作成するとともに、変倍ポイントが奇数番目
ラインの場合には、当該奇数番目ラインについて条件付
OR処理を適用して縮小画像を作成し、当該奇数番目ラ
インの次の偶数番目ラインの画像を間引くようにしたの
で、副走査方向の縮小処理を条件付OR処理により実現
する装置の装置コストを低減することができるという効
果を得る。
In the image reduction method for reducing a binary image, the reduction processing in the sub-scanning direction is performed when the scaling point determined in accordance with the reduction ratio is an even-numbered line. Is reduced, a reduced image is created by applying a conditional OR process to the odd-numbered line next to the even-numbered line, and a conditional OR process is performed for the odd-numbered line when the scaling point is the odd-numbered line. Is applied to create a reduced image, and the image of the even-numbered line next to the odd-numbered line is thinned out, so that the apparatus cost of the apparatus that realizes the reduction processing in the sub-scanning direction by the conditional OR processing is reduced. The effect that can be obtained.

【0106】また、副走査方向の縮小処理に先立って、
主走査方向の縮小処理を行うようにしたので、装置コス
トを低減できるという効果も得る。また、目的の縮小率
が50%以下の場合には、目的の縮小率の2倍の縮小率
まで副走査方向を単純間引き処理により縮小し、その縮
小画像について、条件付OR処理を適用し、さらに50
%縮小処理を行って目的の縮小率の画像を作成するよう
にしたので、条件付OR処理を適用して縮小率の小さい
縮小処理を実現できるという効果も得る。
Prior to the reduction process in the sub-scanning direction,
Since the reduction processing in the main scanning direction is performed, the effect that the apparatus cost can be reduced is obtained. When the target reduction ratio is 50% or less, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio, and a conditional OR process is applied to the reduced image. 50 more
Since the image with the target reduction rate is created by performing the% reduction processing, the effect that the reduction processing with a small reduction rate can be realized by applying the conditional OR processing is also obtained.

【0107】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行うとともに、縮小率に応じて決定される変倍ポイント
を奇数番目ラインあるいは偶数番目ラインに限定する画
像縮小手段を備えたので、副走査方向の縮小処理を条件
付OR処理により実現する装置の装置コストを低減する
ことができるという効果を得る。
In an image processing apparatus for processing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a variable point determined in accordance with the reduction ratio is changed to an odd-numbered line or an even-numbered line. Is provided, an effect is obtained that the cost of an apparatus for realizing the reduction processing in the sub-scanning direction by the conditional OR processing can be reduced.

【0108】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行うとともに、縮小率に応じて決定される変倍ポイント
を奇数番目ラインあるいは偶数番目ラインに限定し、か
つ、当該変倍ポイントの前または後に隣接するラインの
画像を間引く画像縮小手段を備えたので、副走査方向の
縮小処理を条件付OR処理により実現する装置の装置コ
ストを低減することができるという効果を得る。
In an image processing apparatus for processing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a variable point determined according to the reduction ratio is set to an odd-numbered line or an even-numbered line. And an image reduction means for thinning out an image of an adjacent line before or after the scaling point is provided, thereby reducing the apparatus cost of an apparatus for realizing reduction processing in the sub-scanning direction by conditional OR processing. The effect that can be obtained.

【0109】また、二値画像を処理する画像処理装置に
おいて、縮小率に応じて決定される変倍ポイントが奇数
番目ラインの場合には、当該奇数番目ラインの画像を間
引き、当該奇数番目ラインの次の偶数番目ラインについ
て条件付OR処理を適用して縮小画像を作成するととも
に、変倍ポイントが偶数番目ラインの場合には、当該偶
数番目ラインについて条件付OR処理を適用して縮小画
像を作成し、当該偶数番目ラインの次の奇数番目ライン
の画像を間引いて副走査方向の縮小処理を行う画像縮小
手段を備えたので、副走査方向の縮小処理を条件付OR
処理により実現する装置の装置コストを低減することが
できるという効果を得る。
In the image processing apparatus for processing a binary image, when the scaling point determined according to the reduction ratio is an odd-numbered line, the image of the odd-numbered line is thinned out, and the odd-numbered line is thinned. A reduced image is created by applying conditional OR processing to the next even-numbered line, and a reduced image is created by applying conditional OR processing to the even-numbered line when the scaling point is the even-numbered line. Further, the image processing apparatus includes an image reduction unit that performs reduction processing in the sub-scanning direction by thinning out the image of the odd-numbered line next to the even-numbered line.
The effect that the apparatus cost of the apparatus realized by the processing can be reduced can be obtained.

【0110】また、二値画像を処理する画像処理装置に
おいて、縮小率に応じて決定される変倍ポイントが偶数
番目ラインの場合には、当該偶数番目ラインの画像を間
引き、当該偶数番目ラインの次の奇数番目ラインについ
て条件付OR処理を適用して縮小画像を作成するととも
に、変倍ポイントが奇数番目ラインの場合には、当該奇
数番目ラインについて条件付OR処理を適用して縮小画
像を作成し、当該奇数番目ラインの次の偶数番目ライン
の画像を間引いて、副走査方向の縮小処理を行う画像縮
小手段を備えたので、副走査方向の縮小処理を条件付O
R処理により実現する装置の装置コストを低減すること
ができるという効果を得る。
In the image processing apparatus for processing a binary image, when the scaling point determined according to the reduction ratio is an even-numbered line, the image of the even-numbered line is thinned out, and the image of the even-numbered line is thinned out. A reduced image is created by applying conditional OR processing to the next odd-numbered line, and a reduced image is created by applying conditional OR processing to the odd-numbered line when the scaling point is the odd-numbered line. Further, since an image reducing means for performing reduction processing in the sub-scanning direction by thinning out the image of the even-numbered line following the odd-numbered line is provided, the reduction processing in the sub-scanning direction is conditional O
The effect is obtained that the apparatus cost of the apparatus realized by the R processing can be reduced.

【0111】また、前記画像縮小手段は、副走査方向の
縮小処理に先立って、主走査方向の縮小処理を行うよう
にしたので、装置コストを低減できるという効果も得
る。また、前記画像縮小手段は、目的の縮小率が50%
以下の場合には、目的の縮小率の2倍の縮小率まで副走
査方向を単純間引き処理により縮小し、その縮小画像に
ついて、条件付OR処理を適用し、さらに50%縮小処
理を行って目的の縮小率の画像を作成するようにしたの
で、条件付OR処理を適用して縮小率の小さい縮小処理
を実現できるという効果も得る。また、前記画像縮小手
段は、現処理ラインが変倍ポイント以外の場合、前ライ
ンメモリのデータを読み出した後に破棄し、前回の縮小
結果を記憶しているメモリから読み出したデータを、当
該メモリに再度書き込むようにしたので、各条件におけ
るデータ入出力の関係をどれも同じにすることができ、
その結果、メモリアクセス制御をより簡単にすることが
できるという効果も得る。
Further, since the image reduction means performs the reduction processing in the main scanning direction prior to the reduction processing in the sub-scanning direction, the effect that the apparatus cost can be reduced is obtained. Further, the image reduction means has a target reduction ratio of 50%.
In the following cases, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio, a conditional OR process is applied to the reduced image, and a further 50% reduction process is performed. Since the image having the reduction rate of is generated, the effect that the reduction processing with a small reduction rate can be realized by applying the conditional OR processing is also obtained. Further, when the current processing line is at a position other than the magnification point, the image reduction unit reads out the data of the previous line memory, discards the data, and stores the data read from the memory storing the previous reduction result in the memory. Since it was written again, all the data input / output relationships under each condition can be made the same,
As a result, there is an effect that the memory access control can be simplified.

【0112】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備と、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定され上記条件付OR処理手段の出力データを採
用する変倍ポイントを、奇数番目ラインあるいは偶数番
目ラインに限定する制御手段を備えたので、副走査方向
の縮小処理を条件付OR処理により実現する装置の装置
コストを低減することができるという効果を得る。
In an image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. Control means is provided for performing conditional OR processing on the line and limiting a scaling point determined according to the reduction ratio and employing the output data of the conditional OR processing means to an odd-numbered line or an even-numbered line. Therefore, an effect is obtained that the apparatus cost of an apparatus that realizes the sub-scanning direction reduction processing by the conditional OR processing can be reduced.

【0113】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備え、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定され上記条件付OR処理手段の出力データを採
用する変倍ポイントを、奇数番目ラインあるいは偶数番
目ラインに限定し、さらに、当該変倍ポイントに相当す
る奇数番目ラインあるいは偶数番目ラインの前または後
に隣接するラインの画像を間引く制御手段を備えたの
で、副走査方向の縮小処理を条件付OR処理により実現
する装置の装置コストを低減することができるという効
果を得る。
In an image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. In addition to performing conditional OR processing on the lines, the scaling point determined according to the reduction ratio and employing the output data of the conditional OR processing means is limited to odd-numbered lines or even-numbered lines. Since control means for thinning out the image of the line adjacent to or before the odd-numbered line or even-numbered line corresponding to the double point is provided, the apparatus cost of the apparatus for realizing the reduction processing in the sub-scanning direction by the conditional OR processing is reduced. The effect that can be obtained.

【0114】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備え、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定される変倍ポイントが奇数番目ラインの場合に
は、当該奇数番目ラインの画像を間引き、当該奇数番目
ラインの次の偶数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが偶数番目ラインの場合には、当該偶数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該偶数番目ラインの次の奇数
番目ラインの画像を間引く制御手段を備えたので、副走
査方向の縮小処理を条件付OR処理により実現する装置
の装置コストを低減することができるという効果を得
る。
In an image processing apparatus for processing a binary image, a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. When the conditional OR process is performed on the line, and the scaling point determined according to the reduction ratio is an odd-numbered line, the image of the odd-numbered line is thinned out, and the even-numbered line next to the odd-numbered line is removed. And outputs the reduced data output from the conditional OR processing means,
If the variable power point is an even-numbered line, control means for outputting reduced data output from the conditional OR processing means for the even-numbered line and thinning out an image of an odd-numbered line next to the even-numbered line is provided. Since the apparatus is provided, an effect is obtained that the apparatus cost of an apparatus that realizes the reduction processing in the sub-scanning direction by the conditional OR processing can be reduced.

【0115】また、二値画像を処理する画像処理装置に
おいて、条件付OR処理により副走査方向の画像縮小を
行う条件付OR処理手段と、上記条件付OR処理手段の
出力データを保存する縮小結果ラインメモリと、前ライ
ンの二値画像データを保存する前ラインメモリを備え、
現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定される変倍ポイントが偶数番目ラインの場合に
は、当該偶数番目ラインの画像を間引き、当該偶数番目
ラインの次の奇数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが奇数番目ラインの場合には、当該奇数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該奇数番目ラインの次の偶数
番目ラインの画像を間引く制御手段を備えたので、副走
査方向の縮小処理を条件付OR処理により実現する装置
の装置コストを低減することができるという効果を得
る。
In an image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing, and a reduction result for storing output data of the conditional OR processing means A line memory and a front line memory for storing the binary image data of the previous line,
The binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the previous line binary image data read from the previous line memory are input to the conditional OR processing means to perform the current processing. When the conditional OR processing is performed on the line, and the scaling point determined according to the reduction ratio is an even-numbered line, the image of the even-numbered line is thinned out, and the odd-numbered line next to the even-numbered line is removed. And outputs the reduced data output from the conditional OR processing means,
When the scaling point is an odd-numbered line, control means for outputting reduced data output from the conditional OR processing means for the odd-numbered line and thinning out an image of an even-numbered line next to the odd-numbered line is provided. Since the apparatus is provided, an effect is obtained that the apparatus cost of an apparatus that realizes the reduction processing in the sub-scanning direction by the conditional OR processing can be reduced.

【0116】また、前記制御手段は、副走査方向の縮小
処理に先立って、主走査方向の縮小処理を行うようにし
たので、装置コストを低減できるという効果も得る。ま
た、前記制御手段は、目的の縮小率が50%以下の場合
には、目的の縮小率の2倍の縮小率まで副走査方向を単
純間引き処理により縮小し、その縮小画像について、5
0%縮小を行うように前記条件付OR処理手段の条件付
OR処理を適用し、目的の縮小率の画像を作成するよう
にしたので、条件付OR処理を適用して縮小率の小さい
縮小処理を実現できるという効果も得る。
Further, since the control means performs the reduction processing in the main scanning direction prior to the reduction processing in the sub scanning direction, the effect that the apparatus cost can be reduced is obtained. When the target reduction ratio is 50% or less, the control means reduces the sub-scanning direction by a simple thinning process to a reduction ratio twice as large as the target reduction ratio.
Since the conditional OR processing of the conditional OR processing means is applied so as to perform 0% reduction and an image having a target reduction rate is created, the conditional OR processing is applied and the reduction processing with a small reduction rate is performed. Is also achieved.

【0117】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定され上記条件付OR処理手段の出力デ
ータを採用する変倍ポイントは、奇数番目ラインあるい
は偶数番目ラインに限定されるようにしたので、副走査
方向の縮小処理を条件付OR処理により実現する装置の
装置コストを低減することができるという効果を得る。
Further, in the control method of the image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing;
A conditional result OR memory for storing binary image data of a previous line; and a conditional line processing unit for storing binary image data of a current processing line. Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the condition determined according to the reduction ratio and Since the scaling point employing the output data of the attached OR processing means is limited to the odd-numbered line or the even-numbered line, the apparatus cost of the apparatus for realizing the reduction processing in the sub-scanning direction by the conditional OR processing is reduced. The effect that reduction can be obtained is obtained.

【0118】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定され上記条件付OR処理手段の出力デ
ータを採用する変倍ポイントは、奇数番目ラインあるい
は偶数番目ラインに限定され、さらに、当該変倍ポイン
トに相当する奇数番目ラインあるいは偶数番目ラインの
前または後に隣接するラインの画像を間引くようにした
ので、副走査方向の縮小処理を条件付OR処理により実
現する装置の装置コストを低減することができるという
効果を得る。
In the control method of the image processing apparatus for processing a binary image, the conditional OR processing means for reducing the image in the sub-scanning direction by the conditional OR processing;
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the condition determined according to the reduction ratio and The scaling point that employs the output data of the attached OR processing means is limited to the odd-numbered line or the even-numbered line, and further, the line adjacent to the line before or after the odd-numbered line or the even-numbered line corresponding to the scaling point. Since the image is decimated, the apparatus for realizing the reduction processing in the sub-scanning direction by the conditional OR processing Such an effect that it is possible to reduce the strike.

【0119】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定される変倍ポイントが奇数番目ライン
の場合には、当該奇数番目ラインの画像を間引き、当該
奇数番目ラインの次の偶数番目ラインについて上記条件
付OR処理手段から出力される縮小データを出力すると
ともに、変倍ポイントが偶数番目ラインの場合には、当
該偶数番目ラインについて上記条件付OR処理手段から
出力される縮小データを出力し、当該偶数番目ラインの
次の奇数番目ラインの画像を間引くようにしたので、副
走査方向の縮小処理を条件付OR処理により実現する装
置の装置コストを低減することができるという効果を得
る。
In a control method of an image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR process;
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and a change determined according to the reduction ratio. When the double point is an odd-numbered line, the image of the odd-numbered line is thinned out, reduced data output from the conditional OR processing means is output for the even-numbered line next to the odd-numbered line, and scaling is performed. If the point is an even-numbered line, the reduced data output from the conditional OR processing means for the even-numbered line is used. Data is output and the image of the odd-numbered line next to the even-numbered line is thinned out, so that the apparatus cost of the apparatus for realizing the reduction processing in the sub-scanning direction by the conditional OR processing can be reduced. Get.

【0120】また、二値画像を処理する画像処理装置の
制御方法において、条件付OR処理により副走査方向の
画像縮小を行う条件付OR処理手段と、上記条件付OR
処理手段の出力データを保存する縮小結果ラインメモリ
と、前ラインの二値画像データを保存する前ラインメモ
リを備え、上記条件付OR処理手段は、現処理ラインの
二値画像データ、上記縮小結果ラインメモリから読み出
した前回縮小結果データ、および、上記前ラインメモリ
から読み出した前ライン二値画像データに基づいて、現
処理ラインについて条件付OR処理を行うとともに、縮
小率に応じて決定される変倍ポイントが偶数番目ライン
の場合には、当該偶数番目ラインの画像を間引き、当該
偶数番目ラインの次の奇数番目ラインについて上記条件
付OR処理手段から出力される縮小データを出力すると
ともに、変倍ポイントが奇数番目ラインの場合には、当
該奇数番目ラインについて上記条件付OR処理手段から
出力される縮小データを出力し、当該奇数番目ラインの
次の偶数番目ラインの画像を間引くようにしたので、副
走査方向の縮小処理を条件付OR処理により実現する装
置の装置コストを低減することができるという効果を得
る。
Also, in the control method of the image processing apparatus for processing a binary image, a conditional OR processing means for reducing an image in the sub-scanning direction by a conditional OR processing,
A reduced result line memory for storing output data of the processing means, and a previous line memory for storing binary image data of the previous line, wherein the conditional OR processing means comprises: Based on the previous reduction result data read from the line memory and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and a change determined according to the reduction ratio. If the double point is an even-numbered line, the image of the even-numbered line is thinned out, reduced data output from the conditional OR processing means is output for the odd-numbered line next to the even-numbered line, and scaling is performed. If the point is an odd-numbered line, the reduced data output from the conditional OR processing means for the odd-numbered line is used. Data is output and the image of the even-numbered line next to the odd-numbered line is thinned out, so that the apparatus cost of the apparatus that realizes the reduction processing in the sub-scanning direction by the conditional OR processing can be reduced. Get.

【0121】また、画像処理装置の制御方法において、
副走査方向の縮小処理に先立って、主走査方向の縮小処
理を行うようにしたので、装置コストを低減できるとい
う効果も得る。また、画像処理装置の制御方法におい
て、目的の縮小率が50%以下の場合には、目的の縮小
率の2倍の縮小率まで副走査方向を単純間引き処理によ
り縮小し、その縮小画像について、50%縮小を行うよ
うに前記条件付OR処理手段の条件付OR処理を適用
し、目的の縮小率の画像を作成するようにしたので、条
件付OR処理を適用して縮小率の小さい縮小処理を実現
できるという効果も得る。
Further, in the control method of the image processing apparatus,
Since the reduction processing in the main scanning direction is performed prior to the reduction processing in the sub-scanning direction, the effect that the apparatus cost can be reduced is also obtained. In the control method of the image processing apparatus, when the target reduction ratio is 50% or less, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio. Since the conditional OR processing of the conditional OR processing means is applied so as to perform 50% reduction and an image with a target reduction rate is created, the conditional OR processing is applied and the reduction processing with a small reduction rate is performed. Is also achieved.

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

【図1】本発明の一実施例にかかるグループ3ファクシ
ミリ装置の構成例を示したブロック図。
FIG. 1 is a block diagram showing a configuration example of a group 3 facsimile apparatus according to one embodiment of the present invention.

【図2】二値画像を縮小する際の画像処理部8の構成の
一例を示したブロック図。
FIG. 2 is a block diagram showing an example of a configuration of an image processing unit 8 when reducing a binary image.

【図3】副走査方向縮小処理部82の構成例を示したブ
ロック図。
FIG. 3 is a block diagram showing a configuration example of a sub-scanning direction reduction processing unit 82;

【図4】副走査方向縮小処理部82の処理の一例を示し
たフローチャート。
FIG. 4 is a flowchart illustrating an example of processing of a sub-scanning direction reduction processing unit 82;

【図5】奇数番目ライン処理の一例を示したフローチャ
ート。
FIG. 5 is a flowchart illustrating an example of odd-numbered line processing.

【図6】偶数番目ライン処理の一例を示したフローチャ
ート。
FIG. 6 is a flowchart illustrating an example of an even-numbered line process.

【図7】偶数番目ライン処理の一例を示したフローチャ
ート(続き)。
FIG. 7 is a flowchart illustrating an example of an even-numbered line process (continued).

【図8】副走査方向の縮小動作の様子を説明するための
概略図(縮小率50%)。
FIG. 8 is a schematic diagram for explaining a state of a reduction operation in the sub-scanning direction (a reduction ratio of 50%).

【図9】副走査方向の縮小動作の様子を説明するための
概略図(縮小率60%)。
FIG. 9 is a schematic diagram (60% reduction ratio) for explaining a state of a reduction operation in the sub-scanning direction.

【図10】副走査方向縮小処理部の処理の他の例を示し
たフローチャート。
FIG. 10 is a flowchart illustrating another example of the processing of the sub-scanning direction reduction processing unit.

【図11】副走査方向縮小処理部の処理の他の例を示し
たフローチャート(続き)。
FIG. 11 is a flowchart (continued) showing another example of the processing of the sub-scanning direction reduction processing unit.

【図12】副走査方向の縮小動作の様子を説明するため
の概略図(縮小率30%)。
FIG. 12 is a schematic diagram (30% reduction ratio) for explaining a state of a reduction operation in the sub-scanning direction.

【図13】条件付OR処理部の他の構成例を説明するた
めのブロック図。
FIG. 13 is a block diagram for explaining another configuration example of the conditional OR processing unit.

【図14】条件付OR処理部の他の構成例を説明するた
めのブロック図(続き)。
FIG. 14 is a block diagram for explaining another configuration example of the conditional OR processing unit (continued).

【図15】条件付OR処理部の他の構成例を説明するた
めのブロック図(続き)。
FIG. 15 is a block diagram for explaining another configuration example of the conditional OR processing unit (continued).

【図16】変倍ポイント計算処理の一例を示したフロー
チャート。
FIG. 16 is a flowchart illustrating an example of scaling point calculation processing.

【図17】条件付OR処理を説明するための概略図。FIG. 17 is a schematic diagram for explaining conditional OR processing.

【図18】条件付OR処理により、奇数番目の画素と偶
数番目の画素とでことなる符号系列が作成される様子を
説明するための概略図。
FIG. 18 is a schematic diagram for explaining how a code sequence different from odd-numbered pixels and even-numbered pixels is created by conditional OR processing.

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

8 画像処理部 81 主走査方向縮小処理部 82 副走査方向縮小処理部 85 前ラインメモリ 86,86a 条件付OR処理部 86b 条件付OR処理回路 87 出力回路 88 縮小結果ラインメモリ Reference Signs List 8 image processing section 81 main scanning direction reduction processing section 82 sub scanning direction reduction processing section 85 front line memory 86, 86a conditional OR processing section 86b conditional OR processing circuit 87 output circuit 88 reduction result line memory

───────────────────────────────────────────────────── フロントページの続き (51)Int.Cl.7 識別記号 FI テーマコート゛(参考) B41J 3/12 M Fターム(参考) 2C062 AA24 2C087 AA03 AA18 BA03 BD05 BD06 BD40 5B057 AA01 BA02 BA23 CA02 CA06 CA12 CA16 CB02 CB06 CB12 CB16 CC02 CD06 CD07 CH18 5C076 AA22 BA03 BA06 BA08 BB06 BB08 BB14 CB01 CB05 ──────────────────────────────────────────────────続 き Continued on the front page (51) Int.Cl. 7 Identification symbol FI Theme coat ゛ (Reference) B41J 3/12 MF term (Reference) 2C062 AA24 2C087 AA03 AA18 BA03 BD05 BD06 BD40 5B057 AA01 BA02 BA23 CA02 CA06 CA12 CA16 CB02 CB06 CB12 CB16 CC02 CD06 CD07 CH18 5C076 AA22 BA03 BA06 BA08 BB06 BB08 BB14 CB01 CB05

Claims (25)

【特許請求の範囲】[Claims] 【請求項1】 二値画像を縮小する画像縮小方法におい
て、 条件付OR処理により副走査方向の画像縮小を行うとと
もに、縮小率に応じて決定される変倍ポイントを奇数番
目ラインあるいは偶数番目ラインに限定することを特徴
とする画像縮小方法。
In an image reduction method for reducing a binary image, image reduction in the sub-scanning direction is performed by conditional OR processing, and a variable point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. An image reduction method characterized in that the method is limited to:
【請求項2】 二値画像を縮小する画像縮小方法におい
て、 条件付OR処理により副走査方向の画像縮小を行うとと
もに、縮小率に応じて決定される変倍ポイントを奇数番
目ラインあるいは偶数番目ラインに限定するとともに、
当該変倍ポイントの前または後に隣接するラインの画像
を間引くことを特徴とする画像縮小方法。
2. An image reduction method for reducing a binary image, wherein image reduction in the sub-scanning direction is performed by conditional OR processing, and a scaling point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. Limited to
An image reduction method characterized by thinning out an image of an adjacent line before or after the scaling point.
【請求項3】 二値画像を縮小する画像縮小方法におい
て、 副走査方向の縮小処理は、 縮小率に応じて決定される変倍ポイントが奇数番目ライ
ンの場合には、当該奇数番目ラインの画像を間引き、当
該奇数番目ラインの次の偶数番目ラインについて条件付
OR処理を適用して縮小画像を作成するとともに、 変倍ポイントが偶数番目ラインの場合には、当該偶数番
目ラインについて条件付OR処理を適用して縮小画像を
作成し、当該偶数番目ラインの次の奇数番目ラインの画
像を間引くことを特徴とする画像縮小方法。
3. An image reduction method for reducing a binary image, wherein the reduction processing in the sub-scanning direction is performed when the scaling point determined according to the reduction ratio is an odd-numbered line. Is reduced, and a conditional OR process is applied to the even-numbered line next to the odd-numbered line to create a reduced image. If the scaling point is the even-numbered line, the conditional OR process is performed for the even-numbered line. , A reduced image is created, and an image of an odd-numbered line next to the even-numbered line is thinned out.
【請求項4】 二値画像を縮小する画像縮小方法におい
て、 副走査方向の縮小処理は、 縮小率に応じて決定される変倍ポイントが偶数番目ライ
ンの場合には、当該偶数番目ラインの画像を間引き、当
該偶数番目ラインの次の奇数番目ラインについて条件付
OR処理を適用して縮小画像を作成するとともに、 変倍ポイントが奇数番目ラインの場合には、当該奇数番
目ラインについて条件付OR処理を適用して縮小画像を
作成し、当該奇数番目ラインの次の偶数番目ラインの画
像を間引くことを特徴とする画像縮小方法。
4. An image reduction method for reducing a binary image, wherein the reduction processing in the sub-scanning direction is performed in a case where a scaling point determined according to a reduction ratio is an even-numbered line. Is reduced, a reduced image is created by applying a conditional OR process to the odd-numbered line next to the even-numbered line, and a conditional OR process is performed for the odd-numbered line when the scaling point is the odd-numbered line. , A reduced image is created, and an image of an even-numbered line next to the odd-numbered line is thinned out.
【請求項5】 副走査方向の縮小処理に先立って、主走
査方向の縮小処理を行うようにしたことを特徴とする請
求項1または請求項2または請求項3または請求項4記
載の画像縮小方法。
5. The image reduction according to claim 1, wherein the reduction processing in the main scanning direction is performed prior to the reduction processing in the sub-scanning direction. Method.
【請求項6】 目的の縮小率が50%以下の場合には、
目的の縮小率の2倍の縮小率まで副走査方向を単純間引
き処理により縮小し、その縮小画像について、条件付O
R処理を適用し、さらに50%縮小処理を行って目的の
縮小率の画像を作成するようにしたことを特徴とする請
求項1または請求項2または請求項3または請求項4ま
たは請求項5記載の画像縮小方法。
6. When the target reduction ratio is 50% or less,
The sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio.
6. An image having a target reduction ratio by applying an R process and further performing a 50% reduction process. Image reduction method described.
【請求項7】 二値画像を処理する画像処理装置におい
て、 条件付OR処理により副走査方向の画像縮小を行うとと
もに、縮小率に応じて決定される変倍ポイントを奇数番
目ラインあるいは偶数番目ラインに限定する画像縮小手
段を備えたことを特徴とする画像処理装置。
7. An image processing apparatus for processing a binary image, wherein image reduction in the sub-scanning direction is performed by conditional OR processing, and a scaling point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. An image processing apparatus comprising an image reduction unit for limiting the number of image processing operations.
【請求項8】 二値画像を処理する画像処理装置におい
て、 条件付OR処理により副走査方向の画像縮小を行うとと
もに、縮小率に応じて決定される変倍ポイントを奇数番
目ラインあるいは偶数番目ラインに限定するとともに、
当該変倍ポイントの前または後に隣接するラインの画像
を間引く画像縮小手段を備えたことを特徴とする画像処
理装置。
8. An image processing apparatus for processing a binary image, wherein image reduction in the sub-scanning direction is performed by conditional OR processing, and a scaling point determined according to a reduction ratio is set to an odd-numbered line or an even-numbered line. Limited to
An image processing apparatus comprising: an image reduction unit that thins out an image of an adjacent line before or after the scaling point.
【請求項9】 二値画像を処理する画像処理装置におい
て、 縮小率に応じて決定される変倍ポイントが奇数番目ライ
ンの場合には、当該奇数番目ラインの画像を間引き、当
該奇数番目ラインの次の偶数番目ラインについて条件付
OR処理を適用して縮小画像を作成するとともに、変倍
ポイントが偶数番目ラインの場合には、当該偶数番目ラ
インについて条件付OR処理を適用して縮小画像を作成
し、当該偶数番目ラインの次の奇数番目ラインの画像を
間引いて副走査方向の縮小処理を行う画像縮小手段を備
えたことを特徴とする画像処理装置。
9. An image processing apparatus for processing a binary image, wherein, when the scaling point determined according to the reduction ratio is an odd-numbered line, the image of the odd-numbered line is thinned out, and the odd-numbered line is thinned. A reduced image is created by applying conditional OR processing to the next even-numbered line, and a reduced image is created by applying conditional OR processing to the even-numbered line when the scaling point is the even-numbered line. An image processing apparatus comprising: image reduction means for performing reduction processing in the sub-scanning direction by thinning out an image of an odd-numbered line next to the even-numbered line.
【請求項10】 二値画像を処理する画像処理装置にお
いて、 縮小率に応じて決定される変倍ポイントが偶数番目ライ
ンの場合には、当該偶数番目ラインの画像を間引き、当
該偶数番目ラインの次の奇数番目ラインについて条件付
OR処理を適用して縮小画像を作成するとともに、変倍
ポイントが奇数番目ラインの場合には、当該奇数番目ラ
インについて条件付OR処理を適用して縮小画像を作成
し、当該奇数番目ラインの次の偶数番目ラインの画像を
間引いて、副走査方向の縮小処理を行う画像縮小手段を
備えたことを特徴とする画像処理装置。
10. An image processing apparatus for processing a binary image, wherein when the scaling point determined according to the reduction ratio is an even-numbered line, the image of the even-numbered line is thinned out, and the image of the even-numbered line is thinned out. A reduced image is created by applying conditional OR processing to the next odd-numbered line, and a reduced image is created by applying conditional OR processing to the odd-numbered line when the scaling point is the odd-numbered line. An image processing apparatus comprising: an image reduction unit that performs reduction processing in the sub-scanning direction by thinning out an image of an even-numbered line next to the odd-numbered line.
【請求項11】 前記画像縮小手段は、副走査方向の縮
小処理に先立って、主走査方向の縮小処理を行うように
したことを特徴とする請求項7または請求項8または請
求項9または請求項10記載の画像処理装置。
11. The image reduction unit according to claim 7, wherein the image reduction unit performs reduction processing in the main scanning direction prior to reduction processing in the sub-scanning direction. Item 11. The image processing device according to Item 10.
【請求項12】 前記画像縮小手段は、目的の縮小率が
50%以下の場合には、目的の縮小率の2倍の縮小率ま
で副走査方向を単純間引き処理により縮小し、その縮小
画像について、条件付OR処理を適用し、さらに50%
縮小処理を行って目的の縮小率の画像を作成するように
したことを特徴とする請求項7または請求項8または請
求項9または請求項10または請求項11記載の画像処
理装置。
12. When the target reduction ratio is 50% or less, the image reduction unit reduces the sub-scanning direction by a simple thinning process to a reduction ratio twice as large as the target reduction ratio. , Apply conditional OR processing and add 50%
12. The image processing apparatus according to claim 7, wherein an image having a target reduction ratio is created by performing a reduction process.
【請求項13】 前記画像縮小手段は、現処理ラインが
変倍ポイント以外の場合、前ラインメモリのデータを読
み出した後に破棄し、前回の縮小結果を記憶しているメ
モリから読み出したデータを、当該メモリに再度書き込
むことを特徴とする請求項7または請求項8または請求
項9または請求項10または請求項11または請求項1
2記載の画像処理装置。
13. When the current processing line is at a position other than the scaling point, the image reduction means reads out data from the previous line memory, discards the data, and reads the data read out from the memory storing the previous reduction result. The data is re-written in the memory.
3. The image processing device according to 2.
【請求項14】 二値画像を処理する画像処理装置にお
いて、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリ
と、 現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定され上記条件付OR処理手段の出力データを採
用する変倍ポイントを、奇数番目ラインあるいは偶数番
目ラインに限定する制御手段を備えたことを特徴とする
画像処理装置。
14. An image processing apparatus for processing a binary image, comprising: a conditional OR processing means for performing image reduction in the sub-scanning direction by conditional OR processing; and a reduction result for storing output data of the conditional OR processing means. A line memory, a previous line memory for storing the binary image data of the previous line, a binary image data of the current processing line, a previous reduced result data read from the reduced result line memory, and a read from the previous line memory. The binary image data of the previous line is input to the conditional OR processing means to perform the conditional OR processing for the current processing line, and the output data of the conditional OR processing means, which is determined according to the reduction ratio and employs the output data of the conditional OR processing means. An image processing apparatus comprising a control unit for limiting a double point to an odd-numbered line or an even-numbered line.
【請求項15】 二値画像を処理する画像処理装置にお
いて、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定され上記条件付OR処理手段の出力データを採
用する変倍ポイントを、奇数番目ラインあるいは偶数番
目ラインに限定し、さらに、当該変倍ポイントに相当す
る奇数番目ラインあるいは偶数番目ラインの前または後
に隣接するラインの画像を間引く制御手段を備えたこと
を特徴とする画像処理装置。
15. An image processing apparatus for processing a binary image, comprising: a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing; and a reduction result for storing output data of the conditional OR processing means. A line memory and a previous line memory for storing the binary image data of the previous line, the binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the read from the previous line memory The binary image data of the previous line is input to the conditional OR processing means to perform the conditional OR processing on the current processing line, and the output data of the conditional OR processing means determined according to the reduction ratio is adopted. The scaling point is limited to the odd-numbered line or the even-numbered line, and the odd-numbered line corresponding to the scaling point is further limited. Rui image processing apparatus characterized by comprising a control means for thinning out the image of the line adjacent before or after the even-numbered lines.
【請求項16】 二値画像を処理する画像処理装置にお
いて、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定される変倍ポイントが奇数番目ラインの場合に
は、当該奇数番目ラインの画像を間引き、当該奇数番目
ラインの次の偶数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが偶数番目ラインの場合には、当該偶数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該偶数番目ラインの次の奇数
番目ラインの画像を間引く制御手段を備えたことを特徴
とする画像処理装置。
16. An image processing apparatus for processing a binary image, comprising: a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing; and a reduction result for storing output data of the conditional OR processing means. A line memory and a previous line memory for storing the binary image data of the previous line, the binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the read from the previous line memory The preceding line binary image data is input to the conditional OR processing means to perform conditional OR processing on the current processing line, and when the scaling point determined according to the reduction ratio is an odd-numbered line, The image of the odd-numbered line is thinned out, and the even-numbered line next to the odd-numbered line is output from the conditional OR processing means. And outputs the reduced data that,
If the variable power point is an even-numbered line, control means for outputting reduced data output from the conditional OR processing means for the even-numbered line and thinning out an image of an odd-numbered line next to the even-numbered line is provided. An image processing apparatus comprising:
【請求項17】 二値画像を処理する画像処理装置にお
いて、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 現処理ラインの二値画像データ、上記縮小結果ラインメ
モリから読み出した前回縮小結果データ、および、上記
前ラインメモリから読み出した前ライン二値画像データ
を上記条件付OR処理手段に入力させて現処理ラインに
ついて条件付OR処理を行わせるとともに、縮小率に応
じて決定される変倍ポイントが偶数番目ラインの場合に
は、当該偶数番目ラインの画像を間引き、当該偶数番目
ラインの次の奇数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが奇数番目ラインの場合には、当該奇数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該奇数番目ラインの次の偶数
番目ラインの画像を間引く制御手段を備えたことを特徴
とする画像処理装置。
17. An image processing apparatus for processing a binary image, comprising: a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing; and a reduction result for storing output data of the conditional OR processing means. A line memory and a previous line memory for storing the binary image data of the previous line, the binary image data of the current processing line, the previous reduced result data read from the reduced result line memory, and the read from the previous line memory The binary image data of the previous line is input to the conditional OR processing means to perform the conditional OR processing on the current processing line, and when the scaling point determined according to the reduction ratio is an even-numbered line, The image of the even-numbered line is thinned out, and the odd-numbered line next to the even-numbered line is output from the conditional OR processing means. And outputs the reduced data that,
When the scaling point is an odd-numbered line, control means for outputting reduced data output from the conditional OR processing means for the odd-numbered line and thinning out an image of an even-numbered line next to the odd-numbered line is provided. An image processing apparatus comprising:
【請求項18】 前記制御手段は、副走査方向の縮小処
理に先立って、主走査方向の縮小処理を行うようにした
ことを特徴とする請求項14または請求項15または請
求項16または請求項17記載の画像処理装置。
18. The apparatus according to claim 14, wherein said control means performs reduction processing in the main scanning direction prior to reduction processing in the sub-scanning direction. 18. The image processing device according to item 17.
【請求項19】 前記制御手段は、目的の縮小率が50
%以下の場合には、目的の縮小率の2倍の縮小率まで副
走査方向を単純間引き処理により縮小し、その縮小画像
について、50%縮小を行うように前記条件付OR処理
手段の条件付OR処理を適用し、目的の縮小率の画像を
作成するようにしたことを特徴とする請求項14または
請求項15または請求項16または請求項17または請
求項18記載の画像処理装置。
19. The controller according to claim 19, wherein the target reduction ratio is 50.
% Or less, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio, and the conditional OR processing means performs conditional reduction so that the reduced image is reduced by 50%. 19. The image processing apparatus according to claim 14, wherein an image having a target reduction ratio is created by applying an OR process.
【請求項20】 二値画像を処理する画像処理装置の制
御方法において、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 上記条件付OR処理手段は、現処理ラインの二値画像デ
ータ、上記縮小結果ラインメモリから読み出した前回縮
小結果データ、および、上記前ラインメモリから読み出
した前ライン二値画像データに基づいて、現処理ライン
について条件付OR処理を行うとともに、縮小率に応じ
て決定され上記条件付OR処理手段の出力データを採用
する変倍ポイントは、奇数番目ラインあるいは偶数番目
ラインに限定されることを特徴とする画像処理装置の制
御方法。
20. A control method of an image processing apparatus for processing a binary image, comprising: a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing; and storing output data of the conditional OR processing means. The conditional OR processing means, the binary image data of the current processing line, and the previous reduction read from the reduction result line memory. Based on the result data and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the output data of the conditional OR processing means determined according to the reduction ratio is output. The control method of the image processing apparatus, characterized in that the scaling point adopting is limited to an odd-numbered line or an even-numbered line.
【請求項21】 二値画像を処理する画像処理装置の制
御方法において、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 上記条件付OR処理手段は、現処理ラインの二値画像デ
ータ、上記縮小結果ラインメモリから読み出した前回縮
小結果データ、および、上記前ラインメモリから読み出
した前ライン二値画像データに基づいて、現処理ライン
について条件付OR処理を行うとともに、縮小率に応じ
て決定され上記条件付OR処理手段の出力データを採用
する変倍ポイントは、奇数番目ラインあるいは偶数番目
ラインに限定され、さらに、当該変倍ポイントに相当す
る奇数番目ラインあるいは偶数番目ラインの前または後
に隣接するラインの画像を間引くようにしたことを特徴
とする画像処理装置の制御方法。
21. A control method of an image processing apparatus for processing a binary image, comprising: conditional OR processing means for performing image reduction in the sub-scanning direction by conditional OR processing; and storing output data of the conditional OR processing means. The conditional OR processing means, the binary image data of the current processing line, and the previous reduction read from the reduction result line memory. Based on the result data and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the output data of the conditional OR processing means determined according to the reduction ratio is output. The scaling point that adopts is limited to the odd-numbered line or the even-numbered line. Method of controlling an image processing apparatus being characterized in that the thinned out the image before or after the adjacent lines of the eye line or even-numbered lines.
【請求項22】 二値画像を処理する画像処理装置の制
御方法において、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 上記条件付OR処理手段は、現処理ラインの二値画像デ
ータ、上記縮小結果ラインメモリから読み出した前回縮
小結果データ、および、上記前ラインメモリから読み出
した前ライン二値画像データに基づいて、現処理ライン
について条件付OR処理を行うとともに、縮小率に応じ
て決定される変倍ポイントが奇数番目ラインの場合に
は、当該奇数番目ラインの画像を間引き、当該奇数番目
ラインの次の偶数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが偶数番目ラインの場合には、当該偶数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該偶数番目ラインの次の奇数
番目ラインの画像を間引くようにしたことを特徴とする
画像処理装置の制御方法。
22. A control method of an image processing apparatus for processing a binary image, comprising: conditional OR processing means for performing image reduction in the sub-scanning direction by conditional OR processing; and storing output data of the conditional OR processing means. The conditional OR processing means, the binary image data of the current processing line, and the previous reduction read from the reduction result line memory. Based on the result data and the previous line binary image data read from the previous line memory, conditional OR processing is performed on the current processing line, and the scaling point determined according to the reduction ratio is the odd-numbered line. In this case, the image of the odd-numbered line is decimated, and the even-numbered line following the odd-numbered line is processed by the conditional OR processing means. Outputs the reduced data to be output,
When the scaling point is an even-numbered line, reduced data output from the conditional OR processing means is output for the even-numbered line, and the image of the odd-numbered line next to the even-numbered line is thinned out. A method for controlling an image processing apparatus, comprising:
【請求項23】 二値画像を処理する画像処理装置の制
御方法において、 条件付OR処理により副走査方向の画像縮小を行う条件
付OR処理手段と、 上記条件付OR処理手段の出力データを保存する縮小結
果ラインメモリと、 前ラインの二値画像データを保存する前ラインメモリを
備え、 上記条件付OR処理手段は、現処理ラインの二値画像デ
ータ、上記縮小結果ラインメモリから読み出した前回縮
小結果データ、および、上記前ラインメモリから読み出
した前ライン二値画像データに基づいて、現処理ライン
について条件付OR処理を行うとともに、縮小率に応じ
て決定される変倍ポイントが偶数番目ラインの場合に
は、当該偶数番目ラインの画像を間引き、当該偶数番目
ラインの次の奇数番目ラインについて上記条件付OR処
理手段から出力される縮小データを出力するとともに、
変倍ポイントが奇数番目ラインの場合には、当該奇数番
目ラインについて上記条件付OR処理手段から出力され
る縮小データを出力し、当該奇数番目ラインの次の偶数
番目ラインの画像を間引くようにしたことを特徴とする
画像処理装置の制御方法。
23. A control method of an image processing apparatus for processing a binary image, comprising: a conditional OR processing means for performing image reduction in the sub-scanning direction by a conditional OR processing; and storing output data of the conditional OR processing means. The conditional OR processing means, the binary image data of the current processing line, and the previous reduction read from the reduction result line memory. Based on the result data and the previous line binary image data read from the previous line memory, a conditional OR process is performed on the current processing line, and the scaling point determined according to the reduction ratio is the even-numbered line. In this case, the image of the even-numbered line is thinned out, and the odd-numbered line next to the even-numbered line is processed by the conditional OR processing means. Outputs the reduced data to be output,
When the variable magnification point is an odd-numbered line, reduced data output from the conditional OR processing means is output for the odd-numbered line, and the image of the even-numbered line next to the odd-numbered line is thinned out. A method for controlling an image processing apparatus, comprising:
【請求項24】 副走査方向の縮小処理に先立って、主
走査方向の縮小処理を行うようにしたことを特徴とする
請求項20または請求項21または請求項22または請
求項23記載の画像処理装置の制御方法。
24. The image processing according to claim 20, wherein the reduction processing in the main scanning direction is performed prior to the reduction processing in the sub-scanning direction. How to control the device.
【請求項25】 目的の縮小率が50%以下の場合に
は、目的の縮小率の2倍の縮小率まで副走査方向を単純
間引き処理により縮小し、その縮小画像について、50
%縮小を行うように前記条件付OR処理手段の条件付O
R処理を適用し、目的の縮小率の画像を作成するように
したことを特徴とする請求項20または請求項21また
は請求項22または請求項23または請求項24記載の
画像処理装置の制御方法。
25. When the target reduction ratio is 50% or less, the sub-scanning direction is reduced by a simple thinning process to a reduction ratio twice as large as the target reduction ratio.
% Of the conditional OR processing means so as to perform% reduction.
25. The control method for an image processing apparatus according to claim 20, wherein an image having a target reduction ratio is created by applying an R process. .
JP2000232943A 2000-08-01 2000-08-01 Image reduction method, image processing apparatus and image processing apparatus control method Expired - Fee Related JP3875465B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP2000232943A JP3875465B2 (en) 2000-08-01 2000-08-01 Image reduction method, image processing apparatus and image processing apparatus control method
US10/010,875 US7142328B2 (en) 2000-08-01 2001-11-12 Image reduction method, image processing device and method of controlling image processing device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000232943A JP3875465B2 (en) 2000-08-01 2000-08-01 Image reduction method, image processing apparatus and image processing apparatus control method

Publications (2)

Publication Number Publication Date
JP2002051209A true JP2002051209A (en) 2002-02-15
JP3875465B2 JP3875465B2 (en) 2007-01-31

Family

ID=18725543

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000232943A Expired - Fee Related JP3875465B2 (en) 2000-08-01 2000-08-01 Image reduction method, image processing apparatus and image processing apparatus control method

Country Status (1)

Country Link
JP (1) JP3875465B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012245688A (en) * 2011-05-27 2012-12-13 Seiko Epson Corp Recording apparatus, method for controlling the same, and program

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012245688A (en) * 2011-05-27 2012-12-13 Seiko Epson Corp Recording apparatus, method for controlling the same, and program

Also Published As

Publication number Publication date
JP3875465B2 (en) 2007-01-31

Similar Documents

Publication Publication Date Title
JP2924964B2 (en) Image information encoding device, image information decoding device, and image information encoding / decoding device
US7433522B2 (en) JBIG coding apparatus and method with low cost, high-performance ping-pong buffer arrangement
JPH06245056A (en) Extending and smoothing processor of picture data
JPH06203153A (en) Method and device for processing image
US7142328B2 (en) Image reduction method, image processing device and method of controlling image processing device
JP2002051209A (en) Image reducing method, image processor and control method for the processor
US20100225971A1 (en) Image composition device, image forming apparatus and computer readable medium storing program
US6282321B1 (en) Context generation circuit and method for small screen
JP4080726B2 (en) Image reduction method, image processing apparatus, and image processing apparatus control method
JPH09289584A (en) Method for processing picture and its device
JP2002077637A (en) Apparatus and method of image coding
EP0558292B1 (en) Compression/expansion circuit
JP3225658B2 (en) Image information processing device
JP3949642B2 (en) Image processing device
JP3136854B2 (en) Image processing device
JP3705771B2 (en) JBIG decoding method
JP3576575B2 (en) Image processing apparatus and image processing method
JP2575641B2 (en) Image editing processing method
JP2744229B2 (en) Image processing device
JP3877054B2 (en) Image reduction scaling device
JP2821452B2 (en) Color image processing method
JPH08125848A (en) Image processor
JP3214617B2 (en) Multi-value image printer
JP2011120115A (en) Image processing apparatus and control method thereof
JPH07107274A (en) Image processing device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20040823

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060801

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061002

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: 20061024

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20061026

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20101102

Year of fee payment: 4

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

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20111102

Year of fee payment: 5

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

Free format text: PAYMENT UNTIL: 20121102

Year of fee payment: 6

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

Free format text: PAYMENT UNTIL: 20131102

Year of fee payment: 7

LAPS Cancellation because of no payment of annual fees