JP2001229373A - Reduction processing method for binary image, and image forming device - Google Patents

Reduction processing method for binary image, and image forming device

Info

Publication number
JP2001229373A
JP2001229373A JP2000042037A JP2000042037A JP2001229373A JP 2001229373 A JP2001229373 A JP 2001229373A JP 2000042037 A JP2000042037 A JP 2000042037A JP 2000042037 A JP2000042037 A JP 2000042037A JP 2001229373 A JP2001229373 A JP 2001229373A
Authority
JP
Japan
Prior art keywords
matrix
scale
scale matrix
basic
large scale
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.)
Withdrawn
Application number
JP2000042037A
Other languages
Japanese (ja)
Inventor
Hitoshi Sato
仁 佐藤
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2000042037A priority Critical patent/JP2001229373A/en
Publication of JP2001229373A publication Critical patent/JP2001229373A/en
Withdrawn legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce a binary image at a comparatively high speed and low cost without erasing the image nor causing unevenness of density. SOLUTION: A given scale factor is applied to a dither matrix for generating a basic scale matrix (S31-S33). The rows or columns are rearranged in the basic scale matrix for generating plural basic scale matrixes which are different from each other and these matrixes are combined together for generating a large scale matrix (S34). Then the large scale matrix is applied to the binary image data to delete the pixel corresponding to the off-bit of the large sale matrix (S36). The basic scale matrix is rearranged again as a matrix element in each row and column so at to eliminate the spatial regularity of on-dots from the large scale matrix (S35). The matrix thus obtained can be used as a new large scale matrix.

Description

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

【0001】[0001]

【発明の属する技術分野】この発明は、2値画像におけ
るスケール処理、特に縮小処理の方法およびこれを用い
た画像形成装置に関するものである。
[0001] 1. Field of the Invention [0002] The present invention relates to a method of scale processing, particularly a reduction processing, for a binary image and an image forming apparatus using the method.

【0002】[0002]

【従来の技術】一般的に2値画像のスケーリング(縮
小)処理としては、Weimanスケーリングアルゴリ
ズムが知られている。このアルゴリズムの概略は、p/
q(p<q、pとqは正の整数)のスケール率が与えら
れたときに、横軸にq値を縦軸にp値をとってスケール
用パターンデータを得るためのq行p列のマトリクスを
想定し、その左下と右上の対角点間に対角線を引く。こ
の対角線の傾きは、p/qとなる。この傾きの直線が順
次の各列(第1列、第2列・・・第q列)内で、マトリ
クスのいずれかの水平線に交わるか否かを判定する。交
わったときビット”1”、交わらなかったときビット”
0”を立てて、qビットの間引き用パターンデータを得
る。なお、第1列のビットは”1”、第p列のビット
は”0”に、常に固定される。このパターンデータを縮
小対象の画像データに順次割り当てて(AND演算を行
い)、画像を縮小する。すなわち、ビット”1”が割り
当てられた画像ドットは残され、ビット”0”が割り当
てられた画像ドットは削除される。
2. Description of the Related Art Generally, a Weiman scaling algorithm is known as a scaling (reduction) process for a binary image. The outline of this algorithm is p /
Given a scale ratio of q (p <q, p and q are positive integers), q rows and p columns for obtaining scale pattern data by taking the q value on the horizontal axis and the p value on the vertical axis And a diagonal line is drawn between the lower left and upper right diagonal points. The slope of this diagonal is p / q. It is determined whether a straight line having this inclination intersects any horizontal line of the matrix in each of the successive columns (first column, second column,..., Q-th column). Bit "1" when crossed, bit "1" when not crossed
By setting 0, q-bit thinning-out pattern data is obtained.The bits in the first column are always fixed to "1" and the bits in the p-th column are always fixed to "0." (AND operation is performed) to reduce the image, that is, the image dots to which the bit “1” is allocated are left, and the image dots to which the bit “0” is allocated are deleted.

【0003】図3は、Weimanスケーリングアルゴ
リズムを説明するためのスケール率p/q=5/8の場
合のマトリクスを示す。この場合、5行8列のマトリク
スの対角線は第2列、第4列、第5列、第7列で水平線
と交わっている。したがって、それらの列と第1列に対
応するパターンデータのビットは”1”となる。他の列
のビットは”0”となる。このようにして、”1101
1010”という8ビットのパターンデータが得られ
る。このデータは、16進表記で0xda(0xは16
進数を示す)となる。これにより、画像の8ドット(8
画素)毎にパターンデータのビット”0”の位置のドッ
トが削除される。
FIG. 3 shows a matrix for explaining the Weiman scaling algorithm when the scale ratio p / q = 5/8. In this case, the diagonal lines of the matrix of 5 rows and 8 columns intersect the horizontal lines in the second column, the fourth column, the fifth column, and the seventh column. Therefore, the bits of the pattern data corresponding to those columns and the first column are “1”. Bits in other columns are "0". Thus, "1101"
1010 ″ is obtained as 8-bit pattern data. This data is represented by hexadecimal notation 0xda (0x is 16
Indicate the base number). Thereby, the 8 dots (8
The dot at the position of bit "0" of the pattern data is deleted for each pixel.

【0004】図4、図5は、それぞれ同様に、スケール
率p/q=3/7のパターンデータ(0xa9,0x5
2,0xa5,0x4a,0x95,0x2a,0x5
4)、およびp/q=1/2(0xaa)の場合のマト
リクスを示している。
FIGS. 4 and 5 similarly show pattern data (0xa9, 0x5) with a scale ratio p / q = 3/7, respectively.
2,0xa5,0x4a, 0x95,0x2a, 0x5
4) and p / q = 1/2 (0xaa).

【0005】[0005]

【発明が解決しようとする課題】上記のような間引き用
パターンデータを用いて2値画像を縮小する際、入力デ
ータの入力順に画一的にドットの間引きの可否が決定さ
れ、間引かれた画素が有効な画像ドット(例えば、黒ド
ット、または背景色以外の色のドット)であったかどう
かはシステム側では判断がつかない。そのため、意図せ
ず画像欠損が生じてしまう場合がある。例えば線幅1ド
ットの直線データが2値画像で入力されてきた場合、そ
の直線すべての画像欠落(すなわち消失)が生じる場合
がありうる。
When a binary image is reduced using the above-described pattern data for thinning, whether or not dots can be thinned out is determined uniformly in the input order of input data, and thinning is performed. The system cannot determine whether a pixel is a valid image dot (for example, a black dot or a dot of a color other than the background color). For this reason, an image loss may occur unintentionally. For example, when linear data having a line width of 1 dot is input as a binary image, image loss (that is, disappearance) of all the linear lines may occur.

【0006】このようなデータ欠落を解決するために2
値画像の中味が連続したドットかどうか判断し、連続し
たドットについてのみドットの削除を許可する手法も知
られている。しかし、孤立したドットは削除しないとす
ると濃度が高くなってしまい、縮小後の画像に濃度ムラ
発生を招来する場合がある。また、高度なドット判定に
てこの濃度ムラ発生を抑える方法も知られているが、処
理速度が非常に遅くなってしまったり、高速化のために
ハードウェア化することによりコストが増大したりする
問題がある。
[0006] To solve such data loss, 2
There is also known a method of determining whether or not the content of the value image is a continuous dot and permitting the deletion of the dot only for the continuous dot. However, if the isolated dots are not deleted, the density becomes high, which may cause uneven density in the reduced image. Although a method of suppressing the occurrence of the density unevenness by advanced dot determination is also known, the processing speed is extremely slow, and the cost is increased by using hardware for high speed. There's a problem.

【0007】本発明は、上述のような従来の問題点に鑑
みてなされたものであり、その目的は、画像消失を起こ
すことなく、かつ、濃度ムラの発生を防止し、比較的高
速かつ低コストで2値画像の縮小処理を行う方法および
これを用いた画像形成装置の提供をすることにある。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned conventional problems, and has as its object to prevent the occurrence of image loss, prevent the occurrence of density unevenness, and achieve a relatively high speed and low speed. An object of the present invention is to provide a method for performing a reduction process of a binary image at a low cost and an image forming apparatus using the method.

【0008】[0008]

【課題を解決するための手段】本発明による2値画像の
縮小処理方法は、与えられたスケール率(100%未
満)に基づいて2値画像を縮小する方法であって、前記
与えられたスケール率をディザマトリクスに適用して各
セル内にオン/オフドットを有する基本スケールマトリ
クスを生成するステップと、生成された基本スケールマ
トリクス内セルの行または列を並び換えて互いに異なる
複数の基本スケールマトリクスを生成し、これらの複数
の基本スケールマトリクスを組み合わせて大規模スケー
ルマトリクスを生成するステップと、この大規模スケー
ルマトリクスを2値画像データに適用して、当該大規模
スケールマトリクスのオフビットに対応する画素を削除
するステップとを備えたことを特徴とする。
A method for reducing a binary image according to the present invention is a method for reducing a binary image based on a given scale factor (less than 100%). Applying a rate to the dither matrix to generate a base scale matrix having on / off dots in each cell; and rearranging the rows or columns of the cells in the generated base scale matrix to generate a plurality of different base scale matrices. Generating a large scale matrix by combining the plurality of basic scale matrices, and applying the large scale matrix to the binary image data to correspond to off bits of the large scale matrix. Deleting the pixel.

【0009】この発明によれば、ディザマトリクスによ
り得た2次元的なオン/オフドットを有するスケールマ
トリクスを用い、かつ、そのセルの行または列の並び換
えにより生成した互いに異なる複数の基本スケールマト
リクスを組み合わせて、より大規模なスケールマトリク
スを生成し、この大規模スケールマトリクスを2値入力
画像データに適用するようにしたので、濃度ムラなく、
かつ、画像縮小処理による直線等の消失をより確実に防
止することができる。また、一旦、大規模スケールマト
リクスが生成されれば、オフビットのセル値に基づいて
画素を削除すればよいので、縮小処理が比較的簡単かつ
高速に行える。
According to the present invention, a plurality of different basic scale matrices are generated by using a scale matrix having two-dimensional on / off dots obtained by a dither matrix and by rearranging the rows or columns of the cells. Are combined to generate a larger scale matrix, and this large scale matrix is applied to the binary input image data.
In addition, the disappearance of a straight line or the like due to the image reduction processing can be more reliably prevented. Further, once a large-scale matrix is generated, pixels can be deleted based on the cell value of the off-bit, so that reduction processing can be performed relatively easily and at high speed.

【0010】例えば、前記基本スケールマトリクスはN
×N(Nは2以上の正の整数)のサイズを有し、このN
×N基本スケールマトリクス内セルの行および列単位の
N×N−1回の並べ換えを行い、これにより生成された
N×N−1個のN×N基本スケールマトリクスを元のN
×N基本スケールマトリクスと組み合わせて(N×N)
×(N×N)のサイズの大規模スケールマトリクスを生
成する。
For example, the basic scale matrix is N
× N (N is a positive integer of 2 or more).
N × N−1 reordering of the cells in the × N basic scale matrix in units of rows and columns is performed, and the generated N × N−1 N × N basic scale matrices are converted to the original N × N−1.
In combination with × N basic scale matrix (N × N)
Generate a large scale matrix of size (N × N).

【0011】好ましくは、前記(N×N)×(N×N)
の大規模スケールマトリクスに対して、オンドットの空
間的規則性をなくすように、前記基本スケールマトリク
スを行列要素として行および列単位にさらに並べ換えを
行い、その結果得られた新たな(N×N)×(N×N)
の大規模スケールマトリクスを2値画像データに適用し
てもよい。
Preferably, the (N × N) × (N × N)
Of the large scale matrix is further rearranged in rows and columns using the basic scale matrix as matrix elements so as to eliminate the spatial regularity of the on-dots, and the resulting new (N × N ) × (N × N)
May be applied to the binary image data.

【0012】これにより、一層確実に、直線等の消失を
防止することができる。
This makes it possible to more reliably prevent a straight line or the like from disappearing.

【0013】本発明による上記2値画像の縮小方法を採
用した画像形成装置は、2値画像データを解析して、印
字データを生成するデータ解析手段と、前記印字データ
を展開するフレームメモリと、前記データ解析手段の解
析結果に従って、前記フレームメモリに画像を展開する
際に、与えられたスケール率に基づいて生成されまたは
予め用意された大規模スケールマトリクスを2値画像に
適用して、大規模スケールマトリクスのオフドットに対
応する画素を削除する画像縮小処理手段と、前記フレー
ムメモリに展開された印字データに基づいて印字を行う
印字手段とを備え、前記大規模スケールマトリクスは、
前記与えられたスケール率をディザマトリクスに適用す
ることにより各セル内にオン/オフドットを有する基本
スケールマトリクスを生成し、この生成した基本スケー
ルマトリクス内セルの行または列を並び換えて生成した
互いに異なる複数の基本スケールマトリクスを組み合わ
せて生成されることを特徴とする。
An image forming apparatus employing the above-described method for reducing a binary image according to the present invention comprises: a data analyzing means for analyzing binary image data to generate print data; a frame memory for expanding the print data; When developing an image in the frame memory according to the analysis result of the data analyzing means, a large scale matrix generated or prepared in advance based on a given scale ratio is applied to a binary image, Image reduction processing means for deleting pixels corresponding to off dots of the scale matrix, and printing means for performing printing based on print data developed in the frame memory, the large scale matrix,
By applying the given scale factor to the dither matrix, a basic scale matrix having on / off dots in each cell is generated, and the rows or columns of the generated cells in the basic scale matrix are rearranged and generated. It is characterized by being generated by combining a plurality of different basic scale matrices.

【0014】[0014]

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

【0015】図1は、本発明が適用されるプロッタ、プ
リンタ等の画像形成装置の構成を示すブロック図であ
る。図1中、11は装置全体の動作を制御するCPU、
12はCPU11の作業領域およびデータの一時記憶領
域として利用されるRAMである。13は画像形成装置
を駆動するためのプログラムやデータが書き込まれてい
るROMであり、CPU11により使用される。14は
外部のコンピュータ端末装置等(図示せず)と接続する
ためのインタフェース部であり、これを介して2値画像
等の印字対象データ(この例ではプロッタ記述言語デー
タ)が転送されてくる。15はマンマシンインタフェー
スのための表示を行うLCD表示装置、16は画像形成
装置の各種設定を選択するためのキー操作部である。1
7は画像形成装置の印字部、18はCPU11と他の各
要素とを接続するシステムバスである。
FIG. 1 is a block diagram showing the configuration of an image forming apparatus such as a plotter or a printer to which the present invention is applied. In FIG. 1, reference numeral 11 denotes a CPU for controlling the operation of the entire apparatus,
Reference numeral 12 denotes a RAM used as a work area for the CPU 11 and a temporary storage area for data. A ROM 13 stores programs and data for driving the image forming apparatus, and is used by the CPU 11. Reference numeral 14 denotes an interface unit for connecting to an external computer terminal device or the like (not shown), through which print target data such as a binary image (plotter description language data in this example) is transferred. Reference numeral 15 denotes an LCD display device for performing display for a man-machine interface, and reference numeral 16 denotes a key operation unit for selecting various settings of the image forming apparatus. 1
Reference numeral 7 denotes a printing unit of the image forming apparatus, and reference numeral 18 denotes a system bus that connects the CPU 11 to other components.

【0016】図2は、図1の画像形成装置における入力
データ受信から印字までの概略の処理フローを示す。
FIG. 2 shows a schematic processing flow from input data reception to printing in the image forming apparatus of FIG.

【0017】まず、外部から入力データ(2値画像デー
タ)を受信し(S21)、この受信したデータをプロッ
タ記述言語のフォーマットにしたがってデータ解析(言
語解析)を行う(S22)。このデータ解析手段を一般
にインタープリタと呼んでいる。ついで、入力画像と出
力画像の解像度の違いによる解像度変換、および、キー
操作部16からの入力指示または受信データによる指示
に基づいて決まるスケール率に応じたスケール処理が行
われる(S23)。その後、印字時に使用されるフレー
ムメモリ(RAM12内)にスケール後の画像が展開さ
れる(S24)。データ解析により、印字開始コマンド
が確認されるまで、上記ステップS22〜S24の処理
が繰り返される(S25)。印字開始コマンドを受信す
ると、フレームメモリに展開されたデータを基に実際の
印字動作が開始される(S26)。
First, input data (binary image data) is received from the outside (S21), and the received data is subjected to data analysis (language analysis) according to a format of a plotter description language (S22). This data analysis means is generally called an interpreter. Next, resolution conversion based on the difference between the resolutions of the input image and the output image, and scaling processing according to a scale ratio determined based on an input instruction from the key operation unit 16 or an instruction based on received data are performed (S23). Thereafter, the scaled image is developed in a frame memory (in the RAM 12) used for printing (S24). Until the print start command is confirmed by the data analysis, the processes of steps S22 to S24 are repeated (S25). When the print start command is received, the actual print operation is started based on the data developed in the frame memory (S26).

【0018】ただし、S25の判定を「印字開始コマン
ドの受信?」としないで「1バンド分のデータが溜まっ
たか?」にすれば、フレームメモリは全画像分ではなく
1バンド分(例えば印字ヘッドの走査幅に対応)の容量
で済む。本実施の形態では、そのいずれであってもよ
い。
However, if the determination in S25 is not "reception of print start command?" But "has data for one band accumulated?", The frame memory is not for all images but for one band (for example, print head). Scan width). In the present embodiment, any of them may be used.

【0019】図7に、本発明の実施の形態において、基
本スケールマトリクス作成のためのディザマトリクス
(Bayer Dither)を示す。ディザマトリク
スは、一般に、多値画像の濃淡(階調)を2値ドットで
再現するために、多値画像データを2値画像データに変
換するために用いられるものである。図7は8行8列
(8×8)のディザマトリクスを示している。このディ
ザマトリクスは、64個のセル位置にそれぞれ”0”か
ら4きざみに”252”までの数値が割り当てられてお
り、それぞれの数値が多値データの2値化のための閾値
として用いられる。これにより、8×8+1(=65)
階調の多値画像の再現が可能となる。
FIG. 7 shows a dither matrix (Bayer Dither) for creating a basic scale matrix in the embodiment of the present invention. The dither matrix is generally used to convert multivalued image data into binary image data in order to reproduce shades (gradations) of the multivalued image with binary dots. FIG. 7 shows a dither matrix of 8 rows and 8 columns (8 × 8). In this dither matrix, numerical values from "0" to "252" are assigned to 64 cell positions in four steps, respectively, and each numerical value is used as a threshold for binarizing multi-valued data. Thus, 8 × 8 + 1 (= 65)
It is possible to reproduce a multi-value image of gradation.

【0020】通常、ベクタ形式の線分データは、その始
点および終点の座標の他、線幅、先端形状、濃度などで
表現される。ベクタの濃淡を表現するためには、図7の
ディザマトリクスに基づいて、図8に示すような、その
ベクタの濃度値に対応したオン/オフパターンを有する
マトリクス(マスクマトリクス)を生成する。このマト
リクスは濃度値50%の場合に相当する。すなわち、濃
度値100%を255とすると、濃度値50%の濃度値
は127となる。よって、図7に示すマトリクスの12
7以下の数値を有するセルの部分をオンとし、127よ
り大きい数値のセル部分をオフとしている。本発明で
は、このマスクマトリクスを2値画像の縮小のために用
いる間引き用のマトリクス(スケールマトリクス)とし
て用いる。このオフのセル部分に対応する画像ドット
(画素)を間引く(削除する)ことにより、濃度値に対
応したスケール率で目的の画像縮小が行える。
Normally, line segment data in vector format is represented by the line width, tip shape, density, etc., in addition to the coordinates of its start point and end point. In order to express the shading of a vector, a matrix (mask matrix) having an on / off pattern corresponding to the density value of the vector as shown in FIG. 8 is generated based on the dither matrix of FIG. This matrix corresponds to a case where the density value is 50%. That is, if the density value 100% is 255, the density value of the density value 50% is 127. Therefore, the matrix 12 shown in FIG.
The cell part having a numerical value of 7 or less is turned on, and the cell part having a numerical value larger than 127 is turned off. In the present invention, this mask matrix is used as a thinning matrix (scale matrix) used for reducing a binary image. By thinning out (deleting) the image dots (pixels) corresponding to the OFF cell portion, the target image can be reduced at a scale ratio corresponding to the density value.

【0021】したがって、図8のマトリクスはスケール
率が50%の場合の基本スケールマトリクスとなる。こ
のスケール率の場合、従来技術で説明したアルゴリズム
では、p/q=1/2に対応する間引き用パターンデー
タ(0xaa)に対して入力データが0x55の場合、
このデータと0xaaとのANDをとった場合、結果が
全ビット0となる。これによって、垂直線が縮小後に完
全に消失してしまう場合が生じる。図8のマトリクスパ
ターンではそのような垂直線の消失はなくなる。しかし
なお、線幅1ドットの傾き45゜等の斜め線が完全に消
失する場合が生じうる。
Therefore, the matrix shown in FIG. 8 is a basic scale matrix when the scale ratio is 50%. In the case of this scale ratio, in the algorithm described in the related art, if the input data is 0x55 for the thinning pattern data (0xaa) corresponding to p / q = 1/2,
When an AND of this data and 0xaa is obtained, the result is all bits 0. This may cause vertical lines to disappear completely after reduction. In the matrix pattern of FIG. 8, such disappearance of the vertical line is eliminated. However, an oblique line such as an inclination of 45 ° of one line width may completely disappear.

【0022】このような問題に対して、以下に本実施の
形態による解決法を説明する。
A solution to this problem according to the present embodiment will be described below.

【0023】図6は、図2のフロー中のステップS23
のスケール処理の具体的処理フローを示す。
FIG. 6 shows a step S23 in the flow of FIG.
2 shows a specific processing flow of the scale processing.

【0024】まず、スケール率を決定する(S31)。
これは、外部設定のスケール率、データ中の解像度変換
によるスケール率、縦横比指定等により決まる(S3
1)。本発明が関与するスケーリングは縮小のみであ
り、そのスケール率は0から100%の範囲とする(但
し、0%と100%は含まない)。その後、この例で
は、0から100%のスケール率SCiを0から255
の範囲のスケール値SCoへ変換する(S32)。この
変換は、単純に次式で実現される。
First, a scale ratio is determined (S31).
This is determined by an externally set scale ratio, a scale ratio by resolution conversion in data, an aspect ratio designation, etc. (S3).
1). The scaling involved in the present invention is only reduction, and the scaling ratio is in the range of 0 to 100% (however, 0% and 100% are not included). Then, in this example, the scale ratio SCi of 0 to 100% is set to 0 to 255.
(S32). This conversion is simply realized by the following equation.

【0025】SCo=SCi×(255/100)SCo = SCi × (255/100)

【0026】この求められたスケール値SCoを図7に
示したディザマトリクスパターンに当てはめて基本スケ
ールマトリクスを作成する(S33)。この当てはめ方
は、前述した濃度用のマスクマトリクスの求め方と同じ
であり、ディザマトリクスの各セル内の数値をスケール
値と比較して、スケール値より小さい値のセルを”1”
(オン:ドットを置く)にし、大きい値のセルを”0”
(オフ:ドットを削除する)にする。このようにして、
8×8サイズの基本スケールマトリクスを作成する。
By applying the obtained scale value SCo to the dither matrix pattern shown in FIG. 7, a basic scale matrix is created (S33). This fitting method is the same as the above-described method of obtaining the density mask matrix. The numerical value in each cell of the dither matrix is compared with the scale value, and the cell having a value smaller than the scale value is set to “1”.
(ON: put a dot) and set the cell with the larger value to “0”
(Off: Delete dots). In this way,
An 8 × 8 basic scale matrix is created.

【0027】与えられたスケール率が50%の場合の基
本スケールマトリクスは、図8で示したとおりである。
すなわち、50%スケール率に対応してスケール値12
7(小数点以下切り捨て)が得られ、その結果、ディザ
マトリクス内のしきい値が127よりも小さなセルが全
て”1”となった基本スケールマトリクスが得られる。
The basic scale matrix when the given scale ratio is 50% is as shown in FIG.
That is, a scale value of 12 corresponds to a 50% scale rate.
As a result, a basic scale matrix is obtained in which all cells in the dither matrix whose threshold value is smaller than 127 are "1".

【0028】次に、N×Nマトリクス(本実施の形態で
は8×8)に対してN×N−1回配置換えを行って、
(N×N)×(N×N)のサイズ(本実施の形態では6
4×64)の大規模スケールマトリクスを作成する方法
について説明する。
Next, rearrangement is performed N × N−1 times on an N × N matrix (8 × 8 in the present embodiment), and
(N × N) × (N × N) size (6 in this embodiment)
A method of creating a large scale matrix of (4 × 64) will be described.

【0029】(N×N)×(N×N)のサイズの大規模
スケールマトリクスを作成するために、基本スケールマ
トリクス内セルの行と列の並び換えすなわち配置換えを
おこなう(S34)。
In order to create a large scale matrix of (N × N) × (N × N) size, the rows and columns of the cells in the basic scale matrix are rearranged, that is, rearranged (S34).

【0030】図9、図10は、その配置換えを説明する
ための図であり、行と列の並び換えを行うプログラム例
(C言語で記載)は下記の通りである。このプログラム
の主要部にはその部分の役割を示すコメントを付加して
ある。但し、このプログラムは行列の配置換えを行うた
めの一例であり、同様の処理が実現できればプログラム
言語およびその記述は任意である。 #define N_MATRIX 8 #define BYTE_DOT 8 extern unsigned char inputMatrix[N_MATRIX*N_MATRIX/BYTE_DOT]; extern unsigned char outputMatrix[N_MATRIX*N_MATRIX*N_MATRIX* N_MATRIX/BYTE_DOT]; static void MakeMaskMatrix_ArrayConvert ( unsigned char *inputMatrix, unsigned char *outputMatrix) { char i,j,n; for(i=0; i<N_MATRIX; ++i){ /*図11のP1の作成*/ outputMatrix[i*N_MATRIX*N_MATRIX/BYTE_DOT]=inputMatrix[i]; } for(j=0;j<N_MATRIX-1; ++j){ /*図11のP2,P3,P4,P5,P6,P7,P8の作成*/ for(i=0; i<N_MATRIX; ++i){ outputMatrix[(i*N_MATRIX)+(j+1)]= outputMatrix[(N_MATRIX-1-i)*N_MATRIX+j]; } } for(n=0;n<N_MATRIX-1; ++n){ for(i=0; i<N_MATRIX; ++i){ /*図11のP9,P17,P25,P33, P41,P49,P57の作成*/ outputMatrix[i*N_MATRIX+((n+1)*N_MATRIX*N_MATRIX)] =(outputMatrix[i*N_MATRIX+ (n*N_MATRIX*N_MATRIX)]>>1)| (outputMatrix[i*N_MATRIX+(n*N_MATRIX*N_MATRIX]<<7); } for(j=0; j<N_MATRIX-1; ++j){ /*図11の残りのP作成*/ for(i=0; i<N_MATRIX; ++i){ outputMatrix[(i*N_MATRIX)+(j+1)+ ((n+1)*N_MATRIX*N_MATRIX)] =outputMatrix[(N_MATRIX-1-i)*N_MATRIX+ j+((n+1)*N_MATRIX*N_MATRIX)]; } } } }
FIGS. 9 and 10 are diagrams for explaining the rearrangement. An example of a program for rearranging rows and columns (described in C language) is as follows. Comments are added to the main part of the program to indicate the role of that part. However, this program is an example for rearranging a matrix, and a program language and its description are arbitrary as long as similar processing can be realized. #define N_MATRIX 8 #define BYTE_DOT 8 extern unsigned char inputMatrix [N_MATRIX * N_MATRIX / BYTE_DOT]; extern unsigned char outputMatrix [N_MATRIX * N_MATRIX * N_MATRIX * N_MATRIX / BYTE_DOT]; {char i, j, n; for (i = 0; i <N_MATRIX; ++ i) {/ * Creation of P1 in FIG. 11 * / outputMatrix [i * N_MATRIX * N_MATRIX / BYTE_DOT] = inputMatrix [i];} for (j = 0; j <N_MATRIX-1; ++ j) {/ * Creation of P2, P3, P4, P5, P6, P7, P8 in FIG. 11 * / for (i = 0; i <N_MATRIX; + + i) {outputMatrix [(i * N_MATRIX) + (j + 1)] = outputMatrix [(N_MATRIX-1-i) * N_MATRIX + j];}} for (n = 0; n <N_MATRIX-1; ++ n) {for (i = 0; i <N_MATRIX; ++ i) {/ * Create P9, P17, P25, P33, P41, P49, P57 in Fig. 11 * / outputMatrix [i * N_MATRIX + ((n + 1 ) * N_MATRIX * N_MATRIX)] = (outputMatrix [i * N_MATRIX + (n * N_MATRIX * N_MATRIX)] >> 1) | (outputMatrix [i * N_MATRIX + (n * N_MATRIX * N_MATRIX) <<7);} for (j = 0; j <N_MATRIX-1; ++ j) {/ * Create remaining P in Fig. 11 * / for (i = 0; i <N_MATRIX; ++ i) {outputMatrix [(i * N_MATRIX) + (j + 1) + ((n + 1) * N_MATRIX * N_MATRIX)] = outputMatrix [(N_MATRIX-1-i) * N_MATRIX + j + ((n + 1) * N_MATRIX * N_MATRIX)];}}}}

【0031】図11は、このプログラム処理により得ら
れた大規模スケールマトリクスの構成を示す図である。
そのパターンP1は、配置換えの基となる8×8の基本
マトリクスである。P2は、図9で示したように、基本
マトリクスの最上行を最下行へ移動させてP1の行の配
置換えをしたものである。P3はP2に対して同様の行
の配置換えをしたものである。同様にしてP8まで作成
する。P9は、図10で示したように、基本マトリクス
の最右列を最左列に移動させてP1の列の配置換えをし
たものである。P10はP2に対して同じ列の配置換え
をしたものである。同様にしてP16まで作成する。さ
らに、図11の次のパターン行であるパターンP17〜
P24も同様に直前のパターン行の対応するパターンの
配置換えにより作成する。以下の各パターン行について
も同様である。
FIG. 11 is a diagram showing a configuration of a large-scale matrix obtained by this program processing.
The pattern P1 is an 8 × 8 basic matrix that is the basis of the rearrangement. P2 is obtained by moving the top row of the basic matrix to the bottom row and rearranging the row of P1 as shown in FIG. P3 is obtained by rearranging rows similarly to P2. Similarly, up to P8 are created. P9 is obtained by shifting the rightmost column of the basic matrix to the leftmost column and rearranging the column of P1 as shown in FIG. P10 is obtained by rearranging the same column with respect to P2. Similarly, up to P16 is created. Further, patterns P17 to P17, which are the next pattern rows in FIG.
Similarly, P24 is created by rearranging the corresponding pattern in the immediately preceding pattern row. The same applies to the following pattern rows.

【0032】このようにして、P1のN×Nの基本マト
リクスに基づいて、図11に示したような(N×N)×
(N×N)の大規模マトリクスを作成することができ
る。
In this way, based on the N × N basic matrix of P1, the (N × N) ×
A large (N × N) matrix can be created.

【0033】以下、最も条件の厳しいスケール率2%未
満の場合について具体的な例を説明する。まず、スケー
ル率2%未満の基本スケールマトリクスを単にそのまま
組み合わせた大規模マトリクスパターンは、図13で示
すようになる。この場合、図13に示すライン(線分)
Aのようにオンドットに乗るラインだけが消失すること
なく表現でき、ラインBとラインCのようにオンドット
に乗らないラインはライン全体が消失してしまう。これ
に対して、前述のステップS34の処理を施した結果が
図14のようになる。この場合、ラインの消失の可能性
は図13の場合より低減されるが、なお、図14のライ
ンDとラインEのように水平または垂直からの傾きがわ
ずかのラインについて、ライン全体の欠落、すなわち消
失が生じる。
Hereinafter, a specific example will be described for a case where the most severe condition is a scale ratio of less than 2%. First, a large-scale matrix pattern obtained by simply combining basic scale matrices having a scale ratio of less than 2% as shown in FIG. In this case, the line (line segment) shown in FIG.
Only the line on the on-dot such as A can be expressed without disappearing, and the line not on the on-dot such as line B and line C disappears as a whole line. On the other hand, FIG. 14 shows the result of performing the processing of step S34 described above. In this case, the possibility of the disappearance of the line is reduced as compared with the case of FIG. 13. However, as for the line whose inclination from the horizontal or vertical is slight like the line D and the line E in FIG. That is, disappearance occurs.

【0034】このような問題を解決するために、更に大
規模スケールマトリクスに対して、基本スケールマトリ
クスを行列要素として行および列単位の配置換えを行う
(S35)。図11の大規模スケールマトリクスに対し
てこの配置換えを行ったのが、図12に示す大規模スケ
ールマトリクスである。これにより、図14のスケール
率2%の例の大規模スケールマトリクスは、図15に示
すように変形される。この図15のマトリクスパターン
から分かるように、図14において見られたオンドット
の空間的規則性が排除されている。これによりどのよう
な傾きでも線分の消失は生じない。
In order to solve such a problem, rearrangement is performed on a large scale matrix in units of rows and columns using the basic scale matrix as matrix elements (S35). The large-scale matrix shown in FIG. 12 is obtained by rearranging the large-scale matrix shown in FIG. Thus, the large scale matrix of the example of the scale ratio of 2% in FIG. 14 is deformed as shown in FIG. As can be seen from the matrix pattern of FIG. 15, the spatial regularity of the on-dots shown in FIG. 14 is excluded. As a result, the line segment does not disappear at any inclination.

【0035】図12の大規模スケールマトリクスに対す
るオンドットの空間的規則性のなくし方の一例について
説明する。N×N(ここではN=8)の基本マトリクス
を1つの行列要素とするM×M(ここではM=8)のマ
トリクスについて、その配列を変化させることで空間的
規則性をなくす。本実施の形態では、まず、M×Mのマ
トリクスの行について、第8行の内容を第3行に移し、
元の第3行の内容を第4行へ移す。同様に元の第4行の
内容を第6行へ、元の第6行の内容を第7行へ、元の第
7行の内容を第5行へ、元の第5行の内容を第8行へ移
す。このようにして、M×Mのマトリクスの行の並べ換
えを行う。次に、M×Mのマトリクスに対して、その列
について同様の並べ換えを行う。このような操作によ
り、図12のような新たなM×Mのマトリクスが生成さ
れる。規則性のなくし方はこれ以外にも種々考えられる
ので、どのように行ってもよい。
An example of how to eliminate the spatial regularity of the on-dot for the large scale matrix shown in FIG. 12 will be described. The spatial regularity is eliminated by changing the arrangement of an M × M (here, M = 8) matrix in which an N × N (here, N = 8) basic matrix is one matrix element. In the present embodiment, first, regarding the rows of the M × M matrix, the contents of the eighth row are moved to the third row,
Move the contents of the original third line to the fourth line. Similarly, the contents of the original fourth line are to the sixth line, the contents of the original sixth line are to the seventh line, the contents of the original seventh line are to the fifth line, and the contents of the original fifth line are to the fifth line. Move to line 8. In this way, the rows of the M × M matrix are rearranged. Next, the same reordering is performed on the M × M matrix for that column. By such an operation, a new M × M matrix as shown in FIG. 12 is generated. There are various other ways to eliminate the regularity, and any method may be used.

【0036】このようにして得られた大規模スケールマ
トリクスを用いて、これを入力画像データに適用する。
すなわち、大規模スケールマトリクスのオフドット(こ
こでは”0”)に対応する画素を削除する(図6、S3
6)。
Using the large scale matrix obtained in this way, this is applied to the input image data.
That is, the pixel corresponding to the off dot (here, “0”) of the large scale matrix is deleted (FIG. 6, S3).
6).

【0037】このように、前記プログラムによる図11
の大規模スケールマトリクスの生成と、その基本スケー
ルマトリクスを行列要素とした行および列単位の並べ換
えにより、最終的に生成された大規模スケールマトリク
スは、高精度での画像縮小を可能とする。なお、大規模
スケールマトリクスによるスケール処理は必ずしもすべ
てのスケール率について行う必要はなく、必要な場合に
のみ利用すればよい。例えば、線分の消失が生じないよ
うな比較的スケール率が大きい(例えば50%を超え
る)場合には上記処理は不要である。
As described above, FIG.
The large scale matrix finally generated enables the image to be reduced with high accuracy by rearranging the basic scale matrix in matrix units and row and column units. Note that the scale processing by the large-scale matrix need not always be performed for all scale ratios, and may be used only when necessary. For example, when the scale ratio is relatively large (for example, exceeds 50%) so that the line segment does not disappear, the above processing is unnecessary.

【0038】以上、本発明の好適な実施の形態について
説明したが、種々の変形、変更が可能である。例えば、
前記スケール率毎の基本スケールマトリクス(さらには
最終的な大規模スケールマトリクス)は、予め異なるス
ケール率毎に求めて、テーブル化(ROM等に格納)し
ておいてもよい。これにより、スケール処理時にその都
度マトリクスの生成を行う必要がなくなり、単に当該マ
トリクスのテーブル参照を行えばよいので、更なる処理
速度の向上を図れる。
Although the preferred embodiment of the present invention has been described above, various modifications and changes are possible. For example,
The basic scale matrix for each of the scale rates (and the final large-scale scale matrix) may be obtained in advance for each of the different scale rates and stored in a table (stored in a ROM or the like). This eliminates the need to generate a matrix each time the scale processing is performed, and merely refers to the table of the matrix, thereby further improving the processing speed.

【0039】[0039]

【発明の効果】本発明によれば、濃度ムラを防止して比
較的高速で低コストな2値画像データのスケール処理が
行うことが可能となり、さらに、画像消失が生じ得ない
高い精度で2値画像を表現できる画像縮小処理方法およ
びこれを用いた画像形成装置が提供できる。
According to the present invention, it is possible to perform relatively high-speed and low-cost scale processing of binary image data while preventing density unevenness, and to perform high-precision binary image data processing with high precision that does not cause image loss. An image reduction processing method capable of expressing a value image and an image forming apparatus using the same can be provided.

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

【図1】図1は本発明の画像形成装置の構成を示すブロ
ック図である。
FIG. 1 is a block diagram illustrating a configuration of an image forming apparatus according to the present invention.

【図2】図1の画像形成装置の入力データ受信から印字
までの処理フローを示すフローチャートである。
FIG. 2 is a flowchart illustrating a processing flow from reception of input data to printing of the image forming apparatus of FIG. 1;

【図3】Weimanスケーリングアルゴリズムを説明
するためのスケール率p/q=5/8の場合のマトリク
スを示す図である。
FIG. 3 is a diagram illustrating a matrix in the case of a scale ratio p / q = 5/8 for explaining a Weiman scaling algorithm.

【図4】Weimanスケーリングアルゴリズムを説明
するためのスケール率p/q=3/7の場合のマトリク
スを示す図である。
FIG. 4 is a diagram illustrating a matrix for explaining a Weiman scaling algorithm when a scale ratio p / q = 3/7.

【図5】Weimanスケーリングアルゴリズムを説明
するためのスケール率p/q=1/2の場合のマトリク
スを示す図である。
FIG. 5 is a diagram illustrating a matrix for explaining a Weiman scaling algorithm when a scale ratio p / q = 1/2.

【図6】図2のフロー中のステップS23のスケール処
理の具体的処理フローを示すフローチャートである。
FIG. 6 is a flowchart showing a specific processing flow of a scale processing in step S23 in the flow of FIG. 2;

【図7】本発明の実施の形態において、基本スケールマ
トリクス作成のためのディザマトリクス(bayer
Dither)を示す図である。
FIG. 7 shows a dither matrix (bayer) for creating a basic scale matrix in the embodiment of the present invention.
FIG.

【図8】図7のディザマトリクスに基づいて作成される
マスクマトリクス、かつ、本発明の実施の形態で使用さ
れるスケール率50%の基本スケールマトリクスを示す
図である。
8 is a diagram showing a mask matrix created based on the dither matrix of FIG. 7 and a basic scale matrix having a scale ratio of 50% used in the embodiment of the present invention.

【図9】本発明の実施の形態における、基本スケールマ
トリクスの行の配置換えを示す図である。
FIG. 9 is a diagram showing rearrangement of rows of a basic scale matrix in the embodiment of the present invention.

【図10】本発明の実施の形態における、基本スケール
マトリクスの列の配置換えを示す図である。
FIG. 10 is a diagram showing rearrangement of columns of a basic scale matrix according to the embodiment of the present invention.

【図11】本発明の実施の形態における、基本スケール
マトリクスの単純配置換えによる大規模スケールマトリ
クスの構成を示す図である。
FIG. 11 is a diagram showing a configuration of a large-scale scale matrix obtained by simple rearrangement of a basic scale matrix in the embodiment of the present invention.

【図12】本発明の実施の形態における、大規模スケー
ルマトリクスの配置換えの最終形を示す図である。
FIG. 12 is a diagram illustrating a final form of rearrangement of a large-scale matrix according to the embodiment of the present invention.

【図13】本発明の実施の形態における、スケール率2
%時の大規模スケールマトリクスを示す図である。
FIG. 13 shows a scale factor of 2 according to the embodiment of the present invention.
It is a figure which shows the large scale matrix at the time of%.

【図14】本発明の実施の形態における、スケール率2
%時の大規模スケールマトリクスの単純配置換え後の大
規模マトリクスのを示す図である。
FIG. 14 shows a scale factor 2 according to the embodiment of the present invention.
It is a figure which shows the large-scale matrix after simple rearrangement of the large-scale matrix at%.

【図15】本発明の実施の形態における、スケール率2
%時の大規模スケールマトリクスの配置換えの最終形を
示す図である。
FIG. 15 shows a scale factor 2 according to the embodiment of the present invention.
It is a figure which shows the final form of rearrangement of the large scale matrix at%.

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

11 CPU 12 RAM 13 ROM 14 インターフェース 15 液晶表示装置 16 キー操作部 17 印字部 18 システムバス DESCRIPTION OF SYMBOLS 11 CPU 12 RAM 13 ROM 14 Interface 15 Liquid crystal display device 16 Key operation part 17 Printing part 18 System bus

Claims (6)

【特許請求の範囲】[Claims] 【請求項1】与えられたスケール率(100%未満)に
基づいて2値画像を縮小する方法であって、 前記与えられたスケール率をディザマトリクスに適用し
て各セル内にオン/オフドットを有する基本スケールマ
トリクスを生成するステップと、 生成された基本スケールマトリクス内セルの行または列
を並び換えて互いに異なる複数の基本スケールマトリク
スを生成し、これらの複数の基本スケールマトリクスを
組み合わせて大規模スケールマトリクスを生成するステ
ップと、 この大規模スケールマトリクスを2値画像データに適用
して、当該大規模スケールマトリクスのオフビットに対
応する画素を削除するステップと、 を備えた2値画像の縮小処理方法。
1. A method for reducing a binary image based on a given scale factor (less than 100%), wherein the given scale factor is applied to a dither matrix to form on / off dots in each cell. Generating a basic scale matrix having: and generating a plurality of different basic scale matrices by rearranging the rows or columns of the cells in the generated basic scale matrix, and combining these plurality of basic scale matrices to produce a large scale Generating a scale matrix; and applying the large scale matrix to the binary image data to delete pixels corresponding to off bits of the large scale matrix. Method.
【請求項2】前記基本スケールマトリクスはN×N(N
は2以上の正の整数)のサイズを有し、このN×N基本
スケールマトリクス内のセルの行および列単位のN×N
−1回の並べ換えを行い、これにより生成されたN×N
−1個のN×N基本スケールマトリクスを元のN×N基
本スケールマトリクスと組み合わせて(N×N)×(N
×N)のサイズの大規模スケールマトリクスを生成する
ことを特徴とする請求項1記載の2値画像の縮小処理方
法。
2. The basic scale matrix is N × N (N
Is a positive integer greater than or equal to 2), and N × N in rows and columns of cells in this N × N basic scale matrix.
-1 permutation, and the resulting N × N
-1 N × N basic scale matrix is combined with the original N × N basic scale matrix to obtain (N × N) × (N
2. A method according to claim 1, wherein a large-scale matrix having a size of (N) is generated.
【請求項3】前記(N×N)×(N×N)の大規模スケ
ールマトリクスに対して、オンドットの空間的規則性を
なくすように、前記基本スケールマトリクスを行列要素
として行および列単位にさらに並べ換えを行い、その結
果得られた新たな(N×N)×(N×N)の大規模スケ
ールマトリクスを2値画像データに適用することを特徴
とする請求項2記載の2値画像の縮小処理方法。
3. The method according to claim 1, wherein said basic scale matrix is used as a matrix element in row and column units so as to eliminate spatial regularity of on-dots for said large scale matrix of (N × N) × (N × N). 3. The binary image according to claim 2, wherein the reordering is further performed, and a new large scale matrix (N × N) × (N × N) obtained as a result is applied to the binary image data. Reduction processing method.
【請求項4】2値画像データの印字を行う画像形成装置
において、 2値画像データを解析して、印字データを生成するデー
タ解析手段と、 前記印字データを展開するフレームメモリと、 前記データ解析手段の解析結果に従って、前記フレーム
メモリに画像を展開する際に、与えられたスケール率に
基づいて生成されまたは予め用意された大規模スケール
マトリクスを2値画像に適用して、大規模スケールマト
リクスのオフドットに対応する画素を削除する画像縮小
処理手段と、 前記フレームメモリに展開された印字データに基づいて
印字を行う印字手段とを備え、 前記大規模スケールマトリクスは、前記与えられたスケ
ール率をディザマトリクスに適用することにより各セル
内にオン/オフドットを有する基本スケールマトリクス
を生成し、この生成した基本スケールマトリクス内セル
の行または列を並び換えて生成した互いに異なる複数の
基本スケールマトリクスを組み合わせて生成されること
を特徴とする画像形成装置。
4. An image forming apparatus for printing binary image data, wherein the data analyzing means analyzes the binary image data to generate print data; a frame memory for expanding the print data; According to the analysis result of the means, when the image is developed in the frame memory, a large scale matrix generated or prepared in advance based on a given scale ratio is applied to the binary image, and the large scale matrix Image reduction processing means for deleting pixels corresponding to off dots, and printing means for printing based on print data developed in the frame memory, the large scale matrix, the large scale matrix, the given scale rate Generate basic scale matrix with on / off dots in each cell by applying to dither matrix An image forming apparatus characterized by being produced by combining a plurality of basic scale matrix mutually different generated by rearranging the rows or columns of the generated basic scale matrix in the cell.
【請求項5】前記基本スケールマトリクスはN×Nのサ
イズを有するとともに、前記大規模スケールマトリクス
は(N×N)×(N×N)のサイズを有し、 この(N×N)×(N×N)大規模スケールマトリクス
は、前記のN×N基本スケールマトリクス内セルの行お
よび列単位のN×N−1回の並べ換えにより生成される
N×N−1個のN×N基本スケールマトリクスを元のN
×N基本スケールマトリクスと組み合わせて生成された
ものであることを特徴とする請求項4記載の画像形成装
置。
5. The basic scale matrix has a size of N × N, and the large scale matrix has a size of (N × N) × (N × N), where (N × N) × ( N × N) large scale matrix is composed of N × N−1 N × N basic scales generated by N × N−1 permutations of cells and rows in the N × N basic scale matrix. Matrix to the original N
The image forming apparatus according to claim 4, wherein the image forming apparatus is generated in combination with a × N basic scale matrix.
【請求項6】前記(N×N)×(N×N)大規模スケー
ルマトリクスは、オンドットの空間的規則性をなくすよ
うに、基本スケールマトリクスを行列要素として行およ
び列単位にさらに並べ換えが行われたものであることを
特徴とする請求項5記載の画像形成装置。
6. The (N.times.N) .times. (N.times.N) large scale matrix is further rearranged on a row and column basis using a basic scale matrix as a matrix element so as to eliminate spatial regularity of on-dots. The image forming apparatus according to claim 5, wherein the image forming is performed.
JP2000042037A 2000-02-18 2000-02-18 Reduction processing method for binary image, and image forming device Withdrawn JP2001229373A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2000042037A JP2001229373A (en) 2000-02-18 2000-02-18 Reduction processing method for binary image, and image forming device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2000042037A JP2001229373A (en) 2000-02-18 2000-02-18 Reduction processing method for binary image, and image forming device

Publications (1)

Publication Number Publication Date
JP2001229373A true JP2001229373A (en) 2001-08-24

Family

ID=18565161

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2000042037A Withdrawn JP2001229373A (en) 2000-02-18 2000-02-18 Reduction processing method for binary image, and image forming device

Country Status (1)

Country Link
JP (1) JP2001229373A (en)

Similar Documents

Publication Publication Date Title
JP3224866B2 (en) Tile processing method for batch rotation, scaling and digital halftone screening of images
US4648045A (en) High speed memory and processor system for raster display
EP0369702B1 (en) Image processing apparatus and method
JPH06225140A (en) Method and apparatus for smoothing edge of picture element image
JP3285930B2 (en) Image processing device
JP3009525B2 (en) Vector image drawing equipment
JPH05314250A (en) Method and device for smoothing enlarged image
KR100361387B1 (en) Polygon drawing method and polygon drawing apparatus
JPH03259193A (en) Gray scale character display device
JP2001229373A (en) Reduction processing method for binary image, and image forming device
JP2004213464A (en) Image processor
JPH04199975A (en) Image forming device
JP4129934B2 (en) Image generation device
JP3191409B2 (en) Font data generator
JPH09326920A (en) Digital image processing method in the unit of sub pixel
JP3967175B2 (en) Image processing system
JP2000267644A (en) Device and method for processing font, and storage medium therefor
JP2000184197A (en) Image processor
JPH05183753A (en) Device and method for outputting color image
JPH04286274A (en) Image processor
JPS63169171A (en) Reduced picture forming method
JPH09154009A (en) Printer system
EP0410744B1 (en) Graphics processor trapezoidal fill instruction method and apparatus
JP2000259845A (en) Method and device for plotting polygon
JP2000222569A (en) Plotter

Legal Events

Date Code Title Description
RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20060421

A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20070501