JP2906963B2 - Method and apparatus for generating multi-tone wide data - Google Patents

Method and apparatus for generating multi-tone wide data

Info

Publication number
JP2906963B2
JP2906963B2 JP5336369A JP33636993A JP2906963B2 JP 2906963 B2 JP2906963 B2 JP 2906963B2 JP 5336369 A JP5336369 A JP 5336369A JP 33636993 A JP33636993 A JP 33636993A JP 2906963 B2 JP2906963 B2 JP 2906963B2
Authority
JP
Japan
Prior art keywords
data
pixel
gradation
tone
value
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.)
Expired - Fee Related
Application number
JP5336369A
Other languages
Japanese (ja)
Other versions
JPH07199903A (en
Inventor
賢 中井
健人 ▲よし▼井
克之 森田
義幸 宮部
美佳 松居
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP5336369A priority Critical patent/JP2906963B2/en
Priority to US08/363,373 priority patent/US5748798A/en
Publication of JPH07199903A publication Critical patent/JPH07199903A/en
Application granted granted Critical
Publication of JP2906963B2 publication Critical patent/JP2906963B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Editing Of Facsimile Originals (AREA)
  • Controls And Circuits For Display Device (AREA)
  • Image Processing (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、多階調データからその
幅太データを生成する多階調幅太データ生成方法および
その装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a multi-tone wide data generating method and apparatus for generating wide data from multi-tone data.

【0002】[0002]

【従来の技術】従来、幅太データ生成方法およびその装
置は、各画素が例えばが白と黒などの2種類のデータで
表現されたフォントデータやイメージデータなどの2値
データから幅太データの生成処理を行う。ここでいう幅
太データとは、フォントデータやイメージデータなどを
太らせたデータのことで、特にフォントの場合にはボー
ルドに対応するものである。
2. Description of the Related Art Conventionally, a wide data generating method and a wide data generating method use wide data such as font data and image data in which each pixel is represented by two types of data such as white and black. Perform generation processing. The width data referred to here is data obtained by increasing font data, image data, and the like, and particularly corresponds to bold in the case of a font.

【0003】図2が従来の幅太データ生成方法およびそ
の装置の一例の構成図である。図2において、6は2値
データ保持手段、7は2値データシフト手段、8は2値
データ合成手段である。
FIG. 2 is a block diagram showing an example of a conventional wide data generating method and an apparatus therefor. In FIG. 2, 6 is a binary data holding means, 7 is a binary data shift means, and 8 is a binary data synthesizing means.

【0004】以上のように構成された従来の幅太データ
生成方法およびその装置について、以下図2〜図6を用
いてその動作を説明する。
The operation of the conventional method and apparatus for generating wide data configured as described above will be described below with reference to FIGS.

【0005】図3は、6の2値データ保持手段で保持さ
れるデータの一例(漢字の「十」のフォントデータ)で
ある。ここでは各画素が白と黒の2種類で表されてい
る。計算機上では例えば白画素が「0」で、黒画素が
「1」で表現されているものとする。
FIG. 3 shows an example of data (font data of the Chinese character "ten") held by the binary data holding means 6. Here, each pixel is represented by two types, white and black. On a computer, for example, it is assumed that a white pixel is represented by “0” and a black pixel is represented by “1”.

【0006】7の2値データシフト手段は例えば2値デ
ータ(図3のデータ)を上下左右に1ビットずつシフト
した4種類のデータを作成する(図4の各データ)。
The binary data shift means 7 creates four types of data obtained by shifting, for example, binary data (the data in FIG. 3) one bit upward, downward, leftward and rightward (each data in FIG. 4).

【0007】8の2値データ合成手段は図4の4種類の
データと元のデータ(図3のデータ)の対応する各画素
(すなわち同じ位置にある画素)の論理和をとって合成
することで2値幅太データを生成する(図5のデー
タ)。論理和をとると、各データの対応する画素(すな
わち同じ位置にある画素)のうち1つでも「1」(黒画
素)がある場合は合成後の画素は「1」、すべて「0」
(白画素)なら合成後の画素は「0」となる。2値幅太
データ生成方法としては、シフト方向として上下左右以
外の方向へのシフトを用いたり、1ビット以上のシフト
を行うなど、他の方法も存在する。
The binary data synthesizing means 8 combines the four types of data shown in FIG. 4 with the corresponding pixels of the original data (the data shown in FIG. 3) (that is, the pixels located at the same position). To generate binary width thick data (data in FIG. 5). When the logical sum is calculated, if at least one of the pixels corresponding to each data (that is, the pixel at the same position) has “1” (black pixel), the pixel after synthesis is “1”, and all the pixels are “0”.
If it is a (white pixel), the pixel after the combination is “0”. As a method for generating binary width thick data, there are other methods, such as using a shift in a direction other than up, down, left, and right as a shift direction, or performing a shift of 1 bit or more.

【0008】上記のようにして図3のような2値データ
に対して幅太処理を行った図5のような2値幅太データ
が生成される。
As described above, the binary data as shown in FIG. 3 is subjected to the width processing to generate the binary width data as shown in FIG.

【0009】[0009]

【発明が解決しようとする課題】ところで、上記従来の
技術では、幅太処理を行う対象となるデータは図3のよ
うな2値データであり、中間調を含んだ多階調データに
対しては幅太処理ができないという問題点があった。
By the way, in the above-mentioned conventional technique, the data to be subjected to the wide processing is binary data as shown in FIG. Has a problem that the wide processing cannot be performed.

【0010】図6は多階調データの一例(漢字の「十」
のフォントデータ)である。この例では白を「0」、黒
を「5」、その間の中間調(灰色)を「1」から「4」
で表現している。
FIG. 6 shows an example of multi-tone data (the kanji character "ten").
Font data). In this example, white is “0”, black is “5”, and the intermediate tone (gray) is “1” to “4”.
It is expressed by

【0011】このような多階調データを用いると、カラ
ーディスプレイなどの階調を表現することが可能な出力
デバイスに2値データより輪郭部分が滑らかで形状バラ
ンスが良い美しいフォントデータやイメージデータを出
力することが可能である。
When such multi-tone data is used, beautiful font data or image data having a smoother contour and better shape balance than binary data can be output to an output device such as a color display capable of expressing gradation. It is possible to output.

【0012】しかし、従来のデータ生成方法およびその
装置では、このような多階調データに対して幅太処理を
行い多階調幅太データを生成することはできなかった。
However, in the conventional data generating method and the conventional apparatus, it is not possible to perform the wide processing on such multi-tone data to generate the multi-tone wide data.

【0013】本発明は上記課題に鑑み、多階調データを
用いて多階調幅太データを容易に生成することができ、
階調を表現することが可能な出力デバイスに対して美し
い多階調幅太データを出力することを可能とする多階調
幅太データ生成方法およびその装置を提供することを目
的とする。
In view of the above problems, the present invention can easily generate multi-gradation wide data using multi-gradation data.
It is an object of the present invention to provide a multi-tone wide data generation method and an apparatus capable of outputting beautiful multi-tone wide data to an output device capable of expressing gradation.

【0014】[0014]

【課題を解決するための手段】この目的を達成をするた
めに、請求項1記載の多階調幅太データ生成装置および
請求項2記載の多階調幅太データ生成方法は、幅太処理
をする対象となる多階調データを保持する多階調データ
保持手段と、多階調データ保持手段に保持された多階調
データを上下左右など定められた複数方向にそれぞれ1
画素ずつシフトした複数データを生成する多階調データ
シフト手段と、多階調データシフト手段でシフトされた
複数データを、対応する位置にある各画素に関して最も
階調レベルが高いデータを有効とする方法で合成するこ
とにより多階調合成データを生成多階調データ合成手段
と、多階調データ保持手段に保持された多階調データの
背景部分以外の画素をすべて前景色に変更した2値デー
タを生成する多階調データ2値化手段と、多階調データ
2値化手段で生成された2値データの前景色の画素のみ
を、多階調データ合成手段で合成された多階調合成デー
タの対応する位置の画素に上書きする2値データ上書き
手段とを有している。
In order to achieve this object, a multi-gradation wide data generating apparatus according to claim 1 and a multi-gradation wide data generating method according to claim 2 perform a wide processing. Multi-gradation data holding means for holding the target multi-gradation data; and multi-gradation data held in the multi-gradation data holding means in one of a plurality of predetermined directions such as up, down, left, and right.
The multi-tone data shift means for generating a plurality of data shifted pixel by pixel, and the plurality of data shifted by the multi-tone data shift means, validating the data having the highest tone level for each pixel at the corresponding position. Multi-gradation data is generated by synthesizing the multi-gradation data, and a binary image in which all the pixels other than the background portion of the multi-gradation data held in the multi-gradation data holding means are changed to the foreground color Multi-tone data binarization means for generating data; and multi-tone data synthesized by the multi-tone data synthesis means, using only the foreground color pixels of the binary data generated by the multi-tone data binarization means. A binary data overwriting means for overwriting a pixel at a position corresponding to the synthesized data.

【0015】請求項3記載の多階調幅太データ生成装置
および請求項4記載の多階調幅太データ生成方法は、幅
太処理をする対象となる多階調データを保持する多階調
データ保持手段と、多階調データの各画素に対して、画
素の階調値が背景色であるかどうかを判定する画素階調
値判定手段と、画素階調値判定手段の判定結果が背景色
の場合に前記画素の近傍画素のうち最も階調レベルが高
い画素の階調値を算出してその階調値を多階調幅太デー
タの前記画素に対応する位置の画素の階調値として設定
近傍画素最大階調値算出設定手段と、画素階調値判定手
段の判定結果が背景色以外の場合に、前景色の階調値を
多階調幅太データの前記画素に対応する位置の画素の階
調値として設定する前景色設定手段とを有している。
According to a third aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method, wherein the multi-tone wide data holding method holds multi-tone data to be subjected to wide processing. Means for each pixel of the multi-tone data, a pixel gradation value judging means for judging whether or not the gradation value of the pixel is the background color, and a judgment result of the pixel gradation value judging means for the background color. In this case, among the neighboring pixels of the pixel, the tone value of the pixel having the highest tone level is calculated, and the tone value is set as the tone value of the pixel at the position corresponding to the pixel in the multi-tone width data. When the determination result of the pixel maximum tone value calculation setting means and the pixel tone value determination means is other than the background color, the tone value of the foreground color is changed to the floor of the pixel at the position corresponding to the pixel of the multi-tone wide data. Foreground color setting means for setting as a tonal value.

【0016】請求項5記載の多階調幅太データ生成装置
および請求項6記載の多階調幅太データ生成方法は、幅
太処理をする対象となる多階調データを保持する多階調
データ保持手段と、前記多階調データ保持手段に保持さ
れた多階調データを水平方向に太らせる場合には左右方
向に、垂直方向に太らせる場合には上下方向にそれぞれ
1画素ずつシフトした2種類のデータを生成する多階調
データシフト手段と、多階調データシフト手段でシフト
された2種類のデータを対応する位置にある各画素に関
して最も階調レベルが高いデータを有効とする方法で合
成することにより多階調合成データを生成する多階調デ
ータ合成手段と、多階調データの各画素に対して画素の
階調値が背景色か前景色か中間階調色かを判定する画素
階調値判定手段と、画素階調値判定手段の判定結果が中
間階調色の場合に限り水平方向に太らせる場合には前記
画素の上・右上・左上の3近傍画素のうちの最大階調値
と前記画素の下・右下・左下の3近傍画素のうちの最大
階調値を算出し、垂直方向に太らせる場合には前記画素
の右・右上・右下の3近傍画素のうちの最大階調値と前
記画素の左・左上・左下の3近傍画素のうちの最大階調
値を算出する隣接画素最大階調値算出手段と、画素階調
値判定手段の判定結果が中間階調色の場合に限り隣接画
素最大階調値算出手段で算出した2種類の最大階調値の
うちいずれか一方でも背景色である場合には画素連結性
無し、両方とも背景色以外の場合には画素連結性有りと
判定する画素連結性判定手段と、画素連結性判定手段で
の判定結果が画素連結性無しの場合に限り前記画素の階
調値を中間階調値のまま多階調データ合成手段で生成し
た多階調合成データの対応する位置の画素に上書きする
中間階調値設定手段と、画素階調値判定手段の判定結果
が前景色の場合および画素連結性判定手段の判定結果が
画素連結性有りの場合に前景色の階調値を多階調データ
合成手段で生成した多階調合成データの対応する位置の
画素に上書きする前景色設定手段とを有している。
According to a fifth aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method, wherein the multi-tone wide data holding method holds multi-tone data to be subjected to wide processing. Means for shifting the multi-gradation data held in the multi-gradation data holding means in the horizontal direction by one pixel in the horizontal direction, and by thickening in the vertical direction by one pixel in the vertical direction. And a method of combining two types of data shifted by the multi-level data shift means by validating the data having the highest gray-level level for each pixel at the corresponding position. Multi-grayscale data synthesizing means for generating multi-grayscale composite data by performing the operation, and a pixel for determining whether the grayscale value of the pixel is a background color, a foreground color, or an intermediate grayscale color for each pixel of the multi-grayscale data Gradation value determination means and When fattening in the horizontal direction is performed only when the determination result of the pixel tone value determination means is an intermediate tone color, the maximum tone value of three neighboring pixels above, upper right, and upper left of the pixel and the lower value of the pixel below the pixel Calculating the maximum gradation value of the three lower right and lower left neighboring pixels and, when thickening in the vertical direction, the maximum gradation value of the right, upper right and lower right neighboring three pixels of the pixel and the above A neighboring pixel maximum gradation value calculating means for calculating the maximum gradation value of the three neighboring pixels on the left, upper left and lower left of the pixel, and an adjacent pixel only when the determination result of the pixel gradation value determining means is an intermediate gradation color If one of the two maximum gradation values calculated by the pixel maximum gradation value calculation means is the background color, it is determined that there is no pixel connectivity, and if both are other than the background color, it is determined that there is pixel connectivity. The pixel connectivity determination means and the determination result of the pixel connectivity determination means that there is no pixel connectivity Intermediate tone value setting means for overwriting the pixel at the corresponding position of the multi-tone composite data generated by the multi-tone data synthesizing means as long as the tone value of the pixel remains the intermediate tone value; When the judgment result of the means is the foreground color and when the judgment result of the pixel connectivity judgment means has the pixel connection, the gradation value of the foreground color corresponds to the multi-tone composite data generated by the multi-tone data synthesizing means. Foreground color setting means for overwriting the pixel at the position.

【0017】請求項7記載の多階調幅太データ生成装置
および請求項8記載の多階調幅太データ生成方法は、幅
太処理をする対象となる多階調データを保持する多階調
データ保持手段と、多階調データの各画素に対して画素
の階調値が背景色か前景色か中間階調色かを判定する画
素階調値判定手段と、画素階調値判定手段の判定結果が
中間階調色の場合に限り水平方向に太らせる場合には前
記画素の上・右上・左上の3近傍画素のうちの最大階調
値と前記画素の下・右下・左下の3近傍画素のうちの最
大階調値を算出し、垂直方向に太らせる場合には前記画
素の右・右上・のうちの最大階調値を算出する隣接画素
最大階調値算出手段と、画素階調値判定手段の判定結果
が中間階調色の場合に限り隣接画素最大階調値算出手段
で算出した2種類の最大階調値のうちいずれか一方でも
背景色である場合には画素連結性無し、両方とも背景色
以外の場合には画素連結性有りと判定する画素連結性判
定手段と、画素連結性判定手段での判定結果が画素連結
性無しの場合に限り前記画素の階調値を中間階調値のま
ま多階調幅太データの前記画素に対応する位置の画素の
階調値として設定する中間階調値設定手段と、画素階調
値判定手段の判定結果が前景色の場合および画素連結性
判定手段の判定結果が画素連結性有りの場合に前景色の
階調値を多階調幅太データの前記画素に対応する位置の
画素の階調値として設定する前景色設定手段と、画素階
調値判定手段の判定結果が背景色の場合に限り水平方向
に太らせる場合には前記画素の左右の2近傍画素のうち
最も階調レベルが高い画素の階調値を算出し、垂直方向
に太らせる場合には前記画素の上下の2近傍画素のうち
最も階調レベルが高い画素の階調値を算出してその算出
した階調値を多階調幅太データの前記画素に対応する位
置の画素の階調値として設定する近傍画素最大階調値算
出設定手段とを有している。
According to a seventh aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method, wherein the multi-tone wide data holding method holds multi-tone data to be subjected to the wide processing. Means, pixel tone value determining means for determining whether the tone value of a pixel is a background color, foreground color, or intermediate tone color for each pixel of multi-tone data, and determination results of the pixel tone value determining means In the case of thickening in the horizontal direction only when is the middle gradation color, the maximum gradation value of the three neighboring pixels on the upper, upper right, and upper left of the pixel and the three neighboring pixels on the lower, lower right, and lower left of the pixel Calculating the maximum gradation value of the pixel, and calculating the maximum gradation value of the right, top, and right of the pixel when thickening in the vertical direction. Only when the judgment result of the judging means is an intermediate gradation color, two types calculated by the adjacent pixel maximum gradation value calculating means A pixel connectivity determination unit that determines that there is no pixel connectivity if any one of the maximum gradation values is a background color, and determines that there is pixel connectivity if both are other than the background color; and a pixel connectivity determination unit. Only when the result of the determination in step 5 is that there is no pixel connectivity, the grayscale value of the pixel is set as the grayscale value of the pixel at the position corresponding to the pixel in the multi-grayscale wide data while maintaining the grayscale value of the intermediate grayscale value Value setting means, and when the determination result of the pixel tone value determination means is the foreground color, and when the determination result of the pixel connectivity determination means indicates that there is pixel connectivity, the foreground tone value is set to the multi-tone wide data. Foreground color setting means for setting as a tone value of a pixel at a position corresponding to a pixel, and two pixels on the left and right of the pixel when thickening in the horizontal direction only when the determination result of the pixel tone value determining means is a background color. The gradation value of the pixel with the highest gradation level among neighboring pixels When calculating and thickening in the vertical direction, the grayscale value of a pixel having the highest grayscale level among the two neighboring pixels above and below the pixel is calculated, and the calculated grayscale value is used as the multi-grayscale width data. A neighborhood pixel maximum tone value calculation setting unit that sets the tone value of the pixel at the position corresponding to the pixel.

【0018】請求項9記載の多階調幅太データ生成装置
および請求項10記載の多階調幅太データ生成方法は、
請求項1記載の多階調幅太データ生成装置および請求項
2記載の多階調幅太データ生成方法に、請求項1記載の
多階調幅太データ生成装置および請求項2記載の多階調
幅太データ生成方法による多階調幅太データ生成を指定
回数だけ繰り返し実行する繰り返し制御手段が付加され
た構成である。
According to a ninth aspect of the present invention, there is provided a multi-tone wide data generating apparatus.
The multi-gradation width data generating apparatus according to claim 1 and the multi-gradation width data generating method according to claim 2, wherein the multi-gradation width data generating apparatus according to claim 1 and the multi-gradation width data generating method according to claim 2. This is a configuration to which repetition control means for repeatedly executing the multi-gradation wide data generation by the generation method a specified number of times is added.

【0019】請求項11記載の多階調幅太データ生成装
置および請求項12記載の多階調幅太データ生成方法
は、請求項3記載の多階調幅太データ生成装置および請
求項4記載の多階調幅太データ生成方法に、請求項3記
載の多階調幅太データ生成装置および請求項4記載の多
階調幅太データ生成方法による多階調幅太データ生成を
指定回数だけ繰り返し実行する繰り返し制御手段が付加
された構成である。
The multi-gradation wide data generating apparatus according to the eleventh aspect and the multi-gradation wide data generating method according to the twelfth aspect are provided by the multi-gradation wide data generating apparatus according to the third aspect and the multi-level wide data generating apparatus according to the fourth aspect. In the method for generating wide-gray-thickness data, there is provided a multi-gray-width wide data generating device according to claim 3 and a repetition control means for repeatedly executing the multi-gray-width wide data generation by the multi-gray-width wide data generation method according to claim 4 a specified number of times. This is an added configuration.

【0020】請求項13記載の多階調幅太データ生成装
置および請求項14記載の多階調幅太データ生成方法
は、請求項5記載の多階調幅太データ生成装置および請
求項6記載の多階調幅太データ生成方法に、請求項5記
載の多階調幅太データ生成装置および請求項6記載の多
階調幅太データ生成方法による多階調幅太データ生成を
指定回数だけ繰り返し実行する繰り返し制御手段が付加
された構成である。
According to a thirteenth aspect of the present invention, there is provided a multi-tone wide data generating method and a multi-tone wide data generating method according to the fifth aspect. In the method for generating wide-gray-thickness data, there is provided a multi-gray-width wide data generating device according to claim 5 and a repetition control means for repeatedly executing the multi-gray-width wide data generation by the multi-gray-width wide data generation method according to claim 6 a specified number of times. This is an added configuration.

【0021】請求項15記載の多階調幅太データ生成装
置および請求項16記載の多階調幅太データ生成方法
は、請求項7記載の多階調幅太データ生成装置および請
求項8記載の多階調幅太データ生成方法に、請求項7記
載の多階調幅太データ生成装置および請求項8記載の多
階調幅太データ生成方法による多階調幅太データ生成を
指定回数だけ繰り返し実行する繰り返し制御手段が付加
された構成である。
According to a fifteenth aspect of the present invention, there is provided a multi-tone wide data generating method, and a multi-tone wide data generating method according to the seventh aspect. The method for generating wide-gray-thickness data includes a multi-gray-scale / thickness data generating apparatus according to claim 7 and a repetition control means for repeatedly executing the multi-gray-width / thickness data generation by the multi-grayscale / thickness data generating method according to claim 8 a specified number of times. This is an added configuration.

【0022】請求項17記載の多階調幅太データ生成装
置は、請求項9または請求項11記載の多階調幅太デー
タ生成装置と、請求項13または請求項15記載の多階
調幅太データ生成装置を併用できる構成である。
According to a seventeenth aspect of the present invention, there is provided a multi-tone wide data generating apparatus according to the ninth or eleventh aspect, and a multi-tone wide data generating part according to the thirteenth or fifteenth aspect. It is a configuration that can be used together with the device.

【0023】請求項18記載の多階調幅太データ生成方
法は、請求項10または請求項12記載の多階調幅太デ
ータ生成方法と、請求項14または請求項16記載の多
階調幅太データ生成方法を併用できる構成である。
According to a eighteenth aspect of the present invention, there is provided a multi-tone wide data generating method according to the tenth and twelfth aspects of the present invention, and a multi-tone wide data generating method according to the fourteenth or sixteenth aspect. The method can be used in combination.

【0024】[0024]

【作用】上記の構成によって、請求項1記載の多階調幅
太データ生成装置および請求項2記載の多階調幅太デー
タ生成方法は、多階調データ保持手段で幅太処理をする
対象となる多階調データを保持し、多階調データシフト
手段で、前記多階調データ保持手段に保持された多階調
データを上下左右など定められた複数方向にそれぞれ1
画素ずつシフトした複数データを生成し、多階調データ
合成手段で多階調データシフト手段でシフトされた複数
データを対応する位置にある各画素に関して最も階調レ
ベルが高いデータを有効とする方法で合成することによ
り多階調合成データを生成し、多階調データ2値化手段
で前記多階調データ保持手段に保持された多階調データ
の背景部分以外の画素をすべて前景色に変更した2値デ
ータを生成し、2値データ上書き手段で多階調データ2
値化手段で生成された2値データの前景色の画素のみを
多階調データ合成手段で合成された多階調合成データの
対応する位置の画素に上書きする。その結果、前記多階
調データに対する輪郭部分が階調値に対応した美しい多
階調幅太データが生成できる。
According to the above arrangement, the multi-gradation wide data generating apparatus according to the first aspect and the multi-gradation wide data generating method according to the second aspect are subjected to the wide processing by the multi-gradation data holding means. The multi-gradation data holding means holds the multi-gradation data, and the multi-gradation data held by the multi-gradation data holding means is shifted by one in each of a plurality of predetermined directions such as up, down, left and right.
A method of generating a plurality of data shifted pixel by pixel and validating data having the highest gradation level for each pixel at a position corresponding to the plurality of data shifted by the multi-gradation data shifting means by the multi-gradation data synthesizing means To generate multi-gradation composite data, and change all pixels other than the background portion of the multi-gradation data held in the multi-gradation data holding means to the foreground color by the multi-gradation data binarizing means. Generated binary data, and multi-level data 2
Only the pixel of the foreground color of the binary data generated by the value converting means is overwritten on the pixel at the corresponding position of the multi-tone composite data synthesized by the multi-tone data synthesizing means. As a result, it is possible to generate beautiful multi-tone wide data in which the outline portion of the multi-tone data corresponds to the tone value.

【0025】請求項3記載の多階調幅太データ生成装置
および請求項4記載の多階調幅太データ生成方法は、多
階調データ保持手段と画素階調値判定手段と近傍画素最
大階調値算出設定手段と前景色設定手段とからなり、多
階調データ保持手段で幅太処理をする対象となる多階調
データを保持し、画素階調値判定手段で多階調データの
各画素に対して、画素の階調値が背景色であるかどうか
を判定し、近傍画素最大階調値算出設定手段で、画素階
調値判定手段の判定結果が背景色の場合に前記画素の近
傍画素のうち最も階調レベルが高い画素の階調値を算出
してその階調値を多階調幅太データの前記画素に対応す
る位置の画素の階調値として設定し、前景色設定手段
で、画素階調値判定手段の判定結果が背景色以外の場合
に前景色の階調値を多階調幅太データの前記画素に対応
する位置の画素の階調値として設定することにより、多
階調幅太データを生成する。請求項1記載の多階調幅太
データ生成装置および請求項2記載の多階調幅太データ
生成方法と比較して、多階調データのシフト・合成およ
び多階調データの2値化・上書きが同時に実行できるた
め処理速度が高速になる。生成されるデータも同一であ
る。
According to a third aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method according to a fourth aspect of the present invention. The multi-gradation data holding unit holds the multi-gradation data to be subjected to the wide processing, and the pixel gradation value determination unit assigns the multi-gradation data to each pixel of the multi-gradation data. On the other hand, it is determined whether or not the tone value of the pixel is the background color, and if the determination result of the pixel tone value determining means is the background color, the neighboring pixel Among them, the tone value of the pixel having the highest tone level is calculated, and the tone value is set as the tone value of the pixel at the position corresponding to the pixel of the multi-tone width data, and the foreground color setting means When the determination result of the pixel tone value determination means is other than the background color, the tone value of the foreground color is By setting the tone value of a pixel position corresponding to the pixel of the gradation HabaFutoshi data to generate multi-gradation HabaFutoshi data. Compared with the multi-grayscale wide data generating apparatus according to the first aspect and the multi-grayscale wide data generating method according to the second aspect, the shift / combination of the multi-grayscale data and the binarization / overwriting of the multi-grayscale data are performed. Since they can be executed simultaneously, the processing speed is high. The generated data is the same.

【0026】請求項5記載の多階調幅太データ生成装置
および請求項6記載の多階調幅太データ生成方法は、多
階調データ保持手段と、多階調データシフト手段と、多
階調データ合成手段と、画素階調値判定手段と、隣接画
素最大階調値算出手段と、画素連結性判定手段と、中間
階調値設定手段と、前景色設定手段とからなり、多階調
データ保持手段で幅太処理をする対象となる多階調デー
タを保持し、多階調データシフト手段で、前記多階調デ
ータ保持手段に保持された多階調データを、水平方向に
太らせる場合には左右方向に、垂直方向に太らせる場合
には上下方向に、それぞれ1画素ずつシフトした2種類
のデータを生成し、多階調データ合成手段で、多階調デ
ータシフト手段でシフトされた2種類のデータを、対応
する位置にある各画素に関して最も階調レベルが高いデ
ータを有効とする方法で合成することにより多階調合成
データを生成し、画素階調値判定手段で、多階調データ
の各画素に対して、画素の階調値が背景色か前景色か中
間階調色かを判定し、隣接画素最大階調値算出手段で、
画素階調値判定手段の判定結果が中間階調色の場合に限
り、水平方向に太らせる場合には前記画素の上・右上・
左上の3近傍画素のうちの最大階調値と前記画素の下・
右下・左下の3近傍画素のうちの最大階調値を算出し、
垂直方向に太らせる場合には前記画素の右・右上・右下
の3近傍画素のうちの最大階調値と前記画素の左・左上
・左下の3近傍画素のうちの最大階調値を算出し、画素
連結性判定手段で、画素階調値判定手段の判定結果が中
間階調色の場合に限り、隣接画素最大階調値算出手段で
算出した2種類の最大階調値のうちいずれか一方でも背
景色である場合には画素連結性無し、両方とも背景色以
外の場合には画素連結性有りと判定し、中間階調値設定
手段で、画素連結性判定手段での判定結果が画素連結性
無しの場合に限り、前記画素の階調値を中間階調値のま
ま多階調データ合成手段で生成した多階調合成データの
対応する位置の画素に上書きし、前景色設定手段で、画
素階調値判定手段の判定結果が前景色の場合および画素
連結性判定手段の判定結果が画素連結性有りの場合に、
前景色の階調値を多階調データ合成手段で生成した多階
調合成データの対応する位置の画素に上書きすることに
より、水平方向または垂直方向のいずれか一方に太らせ
た美しい多階調幅太データを生成する。画素連結性を判
定することにより、画素連結性無しと判定される輪郭部
分には中間階調値を、画素連結性有り判定される輪郭内
部には前景色を設定することが可能となり、輪郭部分の
みが中間階調で表現されるより美しい水平方向または垂
直方向のいずれか一方に太らせた多階調幅太データを生
成することを可能とする。
According to a fifth aspect of the present invention, there is provided a multi-gradation wide data generating apparatus and a multi-gradation wide data generating method, wherein the multi-gradation data holding unit, the multi-gradation data shifting unit, and the multi-gradation data A multi-gray scale data holding unit comprising a synthesizing unit, a pixel gray scale value determining unit, an adjacent pixel maximum gray scale value calculating unit, a pixel connectivity determining unit, an intermediate gray scale value setting unit, and a foreground color setting unit Means for holding multi-gradation data to be subjected to width processing by means, and multi-gradation data shifting means for thickening the multi-gradation data held in the multi-gradation data holding means in the horizontal direction. Generates two types of data shifted one pixel at a time in the left-right direction and in the vertical direction when thickening in the vertical direction. Type of data at each corresponding location The multi-gradation combined data is generated by combining the data having the highest gradation level with respect to the pixels in a method that makes the data effective, and the pixel gradation value determining means determines the pixel gradation of each pixel of the multi-gradation data. It is determined whether the tonal value is a background color, a foreground color, or a halftone color.
Only when the judgment result of the pixel gradation value judging means is an intermediate gradation color, when thickening in the horizontal direction,
The maximum gradation value of the upper left three neighboring pixels and the lower
Calculate the maximum gradation value of the lower right and lower left three neighboring pixels,
To make the pixel thicker in the vertical direction, the maximum gradation value of the three neighboring pixels on the right, upper right, and lower right of the pixel and the maximum gradation value of the three neighboring pixels on the left, upper left, and lower left of the pixel are calculated. Only when the pixel connectivity determination unit determines that the pixel gradation value determination unit determines that the pixel is a halftone color, one of the two maximum gradation values calculated by the adjacent pixel maximum gradation value calculation unit. If at least one of them is the background color, it is determined that there is no pixel connectivity, and if both are other than the background color, it is determined that there is pixel connectivity. Only when there is no connectivity, the gray scale value of the pixel is overwritten on the pixel at the corresponding position of the multi-gray scale synthesized data generated by the multi-gray scale data synthesizing means with the intermediate gray scale value, and the foreground color setting means When the result of determination by the pixel gradation value determining means is the foreground color and If a constant result is there pixel connectivity,
A beautiful multi-tone width that is enlarged in either the horizontal or vertical direction by overwriting the foreground color value on the pixel at the corresponding position of the multi-tone composite data generated by the multi-tone data synthesizing means Generate bold data. By determining the pixel connectivity, it is possible to set an intermediate gradation value in an outline portion determined to have no pixel connectivity, and to set a foreground color in an outline determined to have the pixel connectivity. It is possible to generate multi-gradation wide data in which only the horizontal direction or the vertical direction, which is expressed only by the intermediate gradation, is more beautiful.

【0027】請求項7記載の多階調幅太データ生成装置
および請求項8記載の多階調幅太データ生成方法は、多
階調データ保持手段で幅太処理をする対象となる多階調
データを保持し、画素階調値判定手段で、多階調データ
の各画素に対して、画素の階調値が背景色か前景色か中
間階調色かを判定し、隣接画素最大階調値算出手段で、
画素階調値判定手段の判定結果が中間階調色の場合に限
り、水平方向に太らせる場合には前記画素の上・右上・
左上の3近傍画素のうちの最大階調値と前記画素の下・
右下・左下の3近傍画素のうちの最大階調値を算出し、
垂直方向に太らせる場合には前記画素の右・右上・右下
の3近傍画素のうちの最大階調値と前記画素の左・左上
・左下の3近傍画素のうちの最大階調値を算出し、画素
連結性判定手段で、画素階調値判定手段の判定結果が中
間階調色の場合に限り、隣接画素最大階調値算出手段で
算出した2種類の最大階調値のうちいずれか一方でも背
景色である場合には画素連結性無し、両方とも背景色以
外の場合には画素連結性有りと判定し、中間階調値設定
手段で、画素連結性判定手段での判定結果が画素連結性
無しの場合に限り、前記画素の階調値を中間階調値のま
ま多階調幅太データの前記画素に対応する位置の画素の
階調値として設定し、前景色設定手段で、画素階調値判
定手段の判定結果が前景色の場合および画素連結性判定
手段の判定結果が画素連結性有りの場合に、前景色の階
調値を多階調幅太データの前記画素に対応する位置の画
素の階調値として設定し、近傍画素最大階調値算出設定
手段で、画素階調値判定手段の判定結果が背景色の場合
に限り、水平方向に太らせる場合には前記画素の左右の
2近傍画素のうち最も階調レベルが高い画素の階調値を
算出し、垂直方向に太らせる場合には前記画素の上下の
2近傍画素のうち最も階調レベルが高い画素の階調値を
算出し、その算出した階調値を多階調幅太データの前記
画素に対応する位置の画素の階調値として設定すること
で、水平方向または垂直方向のいずれか一方に太らせた
美しい多階調幅太データを生成する。生成されるデータ
は請求項5記載の多階調幅太データ生成装置および請求
項6記載の多階調幅太データ生成方法と同様であるが、
多階調データのシフト・合成および画素連結性を判定と
階調値設定を同時に実行することが可能となるため、よ
り高速なデータ生成が実現できる。
According to a seventh aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method according to the eighth aspect, wherein multi-tone data to be subjected to wide processing by a multi-tone data holding unit is provided. Holding, and for each pixel of the multi-tone data, determine whether the tone value of the pixel is a background color, a foreground color, or an intermediate tone color for each pixel of the multi-tone data, and calculate a maximum tone value of an adjacent pixel. By means,
Only when the judgment result of the pixel gradation value judging means is an intermediate gradation color, when thickening in the horizontal direction,
The maximum gradation value of the upper left three neighboring pixels and the lower
Calculate the maximum gradation value of the lower right and lower left three neighboring pixels,
To make the pixel thicker in the vertical direction, the maximum gradation value of the three neighboring pixels on the right, upper right, and lower right of the pixel and the maximum gradation value of the three neighboring pixels on the left, upper left, and lower left of the pixel are calculated. Only when the pixel connectivity determination unit determines that the pixel gradation value determination unit determines that the pixel is a halftone color, one of the two maximum gradation values calculated by the adjacent pixel maximum gradation value calculation unit. If at least one of them is the background color, it is determined that there is no pixel connectivity, and if both are other than the background color, it is determined that there is pixel connectivity. Only when there is no connectivity, the gradation value of the pixel is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data with the intermediate gradation value unchanged, and the foreground color setting means When the judgment result of the gradation value judgment means is the foreground color and the judgment result of the pixel connectivity judgment means is When there is elementary connectivity, the foreground tone value is set as the tone value of the pixel at the position corresponding to the pixel of the multi-tone wide data, and the nearest pixel maximum tone value calculation setting means sets the pixel level to Only when the judgment result of the tonality judgment means is the background color, when thickening in the horizontal direction, the gradation value of the pixel having the highest gradation level among the two neighboring pixels on the left and right of the pixel is calculated, and In the case where the pixel is made thicker, the grayscale value of the pixel having the highest grayscale level among the two neighboring pixels above and below the pixel is calculated, and the calculated grayscale value is set to the position corresponding to the pixel in the multi-grayscale wide data. , And generates beautiful multi-gradation width thick data thickened in either the horizontal direction or the vertical direction. The data to be generated is the same as the multi-grayscale wide data generating device according to claim 5 and the multi-grayscale wide data generating method according to claim 6,
Since it is possible to simultaneously execute the shift / synthesis of multi-gradation data and the determination of pixel connectivity and the setting of gradation values, higher-speed data generation can be realized.

【0028】請求項9記載の多階調幅太データ生成装置
および請求項10記載の多階調幅太データ生成方法は、
請求項1記載の多階調幅太データ生成装置および請求項
2記載の多階調幅太データ生成方法に繰り返し制御手段
が付加された構成であり、繰り返し制御手段で請求項1
記載の多階調幅太データ生成装置および請求項2記載の
多階調幅太データ生成方法による多階調幅太データ生成
を指定回数だけ繰り返し実行することにより種々の太さ
の多階調データを作成することが可能となる。
According to a ninth aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method.
The multi-grayscale wide data generating device according to claim 1 and the multi-grayscale wide data generating method according to claim 2 have a configuration in which repetition control means is added.
The multi-gradation wide data generation apparatus according to the present invention and the multi-gradation wide data generation method according to claim 2 are repeatedly executed a specified number of times to generate multi-gradation data having various thicknesses. It becomes possible.

【0029】請求項11記載の多階調幅太データ生成装
置および請求項12記載の多階調幅太データ生成方法
は、請求項3記載の多階調幅太データ生成装置および請
求項4記載の多階調幅太データ生成方法に繰り返し制御
手段が付加された構成であり、繰り返し制御手段で請求
項3記載の多階調幅太データ生成装置および請求項4記
載の多階調幅太データ生成方法による多階調幅太データ
生成を指定回数だけ繰り返し実行することで種々の太さ
の多階調データを請求項9記載の多階調幅太データ生成
装置および請求項10記載の多階調幅太データ生成方法
よりも高速に作成することが可能となる。
The multi-gradation wide data generating apparatus according to the eleventh aspect and the multi-gradation wide data generating method according to the twelfth aspect include the multi-tone wide data generating apparatus according to the third aspect and the multi-level wide data generating apparatus according to the fourth aspect. A multi-gray-width data generator according to claim 3 and a multi-gray-width by the multi-gray width / thick data generation method according to claim 4. The multi-gradation data generating apparatus according to the ninth aspect and the multi-gradation wide data generating method according to the ninth aspect and the multi-gradation width large data generating method according to the ninth aspect of the present invention perform the multi-tone data generation processing by repeating the thick data generation a specified number of times. Can be created.

【0030】請求項13記載の多階調幅太データ生成装
置および請求項14記載の多階調幅太データ生成方法
は、請求項5記載の多階調幅太データ生成装置および請
求項6記載の多階調幅太データ生成方法に繰り返し制御
手段が付加された構成であり、繰り返し制御手段で請求
項5記載の多階調幅太データ生成装置および請求項6記
載の多階調幅太データ生成方法による多階調幅太データ
生成を指定回数だけ繰り返し実行することにより水平方
向または垂直方向のいずれか一方に太らせた種々の太さ
の美しい多階調データを作成することが可能となる。
According to a thirteenth aspect of the present invention, there is provided a multi-tone wide data generating method, and a multi-tone wide data generating method according to a fifth aspect. A multi-gray-width data generator according to claim 5 and a multi-gray width by a multi-gray width data generation method according to claim 6. By repeatedly executing the thick data generation a specified number of times, it becomes possible to create beautiful multi-tone data of various thicknesses, which are thickened in either the horizontal direction or the vertical direction.

【0031】請求項15記載の多階調幅太データ生成装
置および請求項16記載の多階調幅太データ生成方法
は、請求項7記載の多階調幅太データ生成装置および請
求項8記載の多階調幅太データ生成方法に繰り返し制御
手段が付加された構成であり、繰り返し制御手段で請求
項7記載の多階調幅太データ生成装置および請求項8記
載の多階調幅太データ生成方法による多階調幅太データ
生成を指定回数だけ繰り返し実行することにより水平方
向または垂直方向のいずれか一方に太らせた種々の太さ
の美しい多階調データを請求項13記載の多階調幅太デ
ータ生成装置および請求項14記載の多階調幅太データ
生成方法よりも高速に作成することが可能となる。
The multi-gradation wide data generating device according to claim 15 and the multi-gradation wide data generating method according to claim 16 are provided by the multi-gradation wide data generating device according to claim 7 and the multi-level wide data generating device according to claim 8. A multi-gray-width / thick data generating device according to claim 7 and a multi-gray-width / thickness width by a multi-gray-width / thick data generating method according to claim 8. 14. The multi-gradation width thick data generating apparatus according to claim 13, wherein beautiful multi-gradation data of various thicknesses, which are thickened in one of the horizontal and vertical directions by repeatedly executing the thick data generation a specified number of times, are provided. It is possible to create the data at a higher speed than the multi-tone wide data generation method described in [14].

【0032】請求項17記載の多階調幅太データ生成装
置は、請求項9または請求項11記載の多階調幅太デー
タ生成装置と、請求項13または請求項15記載の多階
調幅太データ生成装置を併用できる構成であり、それぞ
れを何回ずつ繰り返すかを指定することにより、水平方
向と垂直方向の太らせ方の比率を任意に設定した多階調
幅太データを作成することが可能となる。
According to a seventeenth aspect of the present invention, there is provided a multi-tone wide data generating apparatus according to the ninth or eleventh aspect, and a multi-tone wide data generating part according to the thirteenth or fifteenth aspect. The device can be used together, and by specifying how many times each of them is to be repeated, it is possible to create multi-tone wide data in which the ratio between the horizontal direction and the vertical direction is set arbitrarily. .

【0033】請求項18記載の多階調幅太データ生成方
法は、請求項10または請求項12記載の多階調幅太デ
ータ生成方法と、請求項14または請求項16記載の多
階調幅太データ生成方法を併用できる構成であり、それ
ぞれを何回ずつ繰り返すかを指定することにより、水平
方向と垂直方向の太らせ方の比率を任意に設定した多階
調幅太データを作成することが可能となる。
According to a eighteenth aspect of the present invention, there is provided a multi-tone wide data generating method according to the tenth and twelfth aspects, and a multi-tone wide data generating method according to the fourteenth or sixteenth aspect. The method can be used together. By specifying how many times to repeat each method, it is possible to create multi-gradation thick data in which the ratio of the thickening method in the horizontal direction and the vertical direction is arbitrarily set. .

【0034】[0034]

【実施例】【Example】

(第1実施例)以下本発明の第1実施例の多階調幅太デ
ータ生成装置について、図面を参照しながら説明する。
図1は本発明の第1実施例における多階調幅太データ生
成装置の構成図を示すものである。図1において、1は
多階調データ保持手段、2は多階調データシフト手段、
3は多階調データ合成手段、4は多階調データ2値化手
段、5は2値データ上書き手段である。
(First Embodiment) A multi-tone wide data generating apparatus according to a first embodiment of the present invention will be described below with reference to the drawings.
FIG. 1 shows a configuration diagram of a multi-tone wide data generating apparatus according to a first embodiment of the present invention. In FIG. 1, 1 is a multi-gradation data holding unit, 2 is a multi-gradation data shift unit,
3 is a multi-gradation data synthesizing unit, 4 is a multi-gradation data binarizing unit, and 5 is a binary data overwriting unit.

【0035】多階調データ保持手段1は、幅太処理をす
る対象となる多階調データを保持している。本実施例で
は、図6の多階調データの一例(漢字の「十」のフォン
トデータ)が幅太処理対象データとして保持されている
ものとする。データとしてはフォントデータ以外のイメ
ージエディタで作成したりスキャナから読み込んだイメ
ージデータなどでもかまわない。この例では白を
「0」、黒を「5」、その間の中間調(灰色)を「1」
から「4」の合計6階調で表現している。この例では背
景色は白で、その上に黒および灰色で文字が描かれてい
る。灰色は主に輪郭部分に使われており輪郭部分の微妙
な形状を忠実に再現する働きがある。この例では階調数
は6であるが、それ以外の階調数でも構わないし、対応
する階調値も0から5でなくても構わない。またこの例
では、最小階調を白、最大階調を黒としているが、最小
階調と最大階調はそれぞれ「黄」と「青」など他の色で
も構わない。その場合は中間調は灰色ではなく、最小階
調色と最大階調色の中間色となる。
The multi-gradation data holding means 1 holds multi-gradation data to be subjected to wide processing. In the present embodiment, it is assumed that an example of the multi-gradation data of FIG. 6 (the font data of the kanji character “ten”) is held as the wide processing target data. The data may be created by an image editor other than font data or image data read from a scanner. In this example, white is "0", black is "5", and the intermediate tone (gray) is "1".
To "4" in total 6 gradations. In this example, the background color is white, and characters are drawn thereon in black and gray. Gray is mainly used for the outline part and has the function of faithfully reproducing the subtle shape of the outline part. In this example, the number of gradations is 6, but other gradation numbers may be used, and the corresponding gradation values may not be 0 to 5. Further, in this example, the minimum gradation is white and the maximum gradation is black, but the minimum gradation and the maximum gradation may be other colors such as “yellow” and “blue”, respectively. In that case, the halftone is not gray but an intermediate color between the minimum gradation color and the maximum gradation color.

【0036】多階調データシフト手段2にでは、多階調
データを上下左右など定められた複数方向にそれぞれ1
画素ずつシフトした複数データを生成する。本実施例で
は上下左右合計4方向にシフトした4種類のデータを作
成している。図7は図6の多階調データを4方向にシフ
トして得られる4種類のデータを示している。用途に応
じて左右2方向だけにシフトしたり斜め方向へのシフト
を加えることも可能である。
The multi-tone data shift means 2 shifts the multi-tone data by one in each of a plurality of predetermined directions such as up, down, left and right.
Generate a plurality of data shifted pixel by pixel. In this embodiment, four types of data shifted in a total of four directions are created. FIG. 7 shows four types of data obtained by shifting the multi-tone data of FIG. 6 in four directions. It is also possible to shift only in the left and right two directions or add a shift in an oblique direction depending on the application.

【0037】次に多階調データ合成手段3によって、多
階調データシフト手段2によってシフトすることで生成
された複数データを各画素に関して最も階調レベルが高
いデータを有効とする方法で合成し、多階調合成データ
を生成する。本実施例では多階調データシフト手段2に
よって図7の4種類のデータが生成されており、これら
4種類のデータが合成されることになる。本実施例では
4種類のシフト後データの高さおよび幅はすべて16ド
ットで合計16×16=256個の画素から構成されて
いるが、256個の各画素に対して4種類のデータの同
じ位置の画素4個の階調値のうち最も階調レベルが高い
データを合成後のその画素の階調値とする。例えば左か
ら7列目上から4行目の画素に注目すると、図7の4種
類のデータの7列4行目の画素の画素の階調値はそれぞ
れ「1」「1」「3」「0」である。従ってこの4個の
階調値のうち最も階調レベルが高いデータ「3」を有効
として、合成後の7列4行目の画素の階調値は「3」に
設定される。図8は図7のシフト後の4種類のデータを
合成して得られた多階調合成データを示している。
Next, the multi-gradation data synthesizing means 3 synthesizes a plurality of data generated by shifting by the multi-tone data shifting means 2 in such a manner that the data having the highest gradation level for each pixel is valid. , And generates multi-tone composite data. In this embodiment, the four types of data shown in FIG. 7 are generated by the multi-tone data shift means 2, and these four types of data are combined. In this embodiment, the height and width of the four types of shifted data are all 16 dots and are composed of a total of 16 × 16 = 256 pixels, but the same four types of data are used for each of the 256 pixels. The data having the highest gradation level among the four gradation values of the pixel at the position is set as the gradation value of the pixel after synthesis. For example, focusing on the pixel in the fourth row from the top in the seventh column from the left, the gradation values of the pixels in the fourth column in the seventh column of the four types of data in FIG. 7 are “1”, “1”, “3”, and “3”, respectively. 0 ". Accordingly, the data “3” having the highest gradation level among the four gradation values is validated, and the gradation value of the pixel in the seventh column and the fourth row after the combination is set to “3”. FIG. 8 shows multi-tone composite data obtained by combining the four types of data after the shift shown in FIG.

【0038】多階調データ2値化手段4は、図6の多階
調データの背景部分以外の画素をすべて前景色に変更し
た2値データを作成する。本実施例では背景色は「0」
で前景色が「5」で中間色が「1」〜「4」なので、中
間色をすべて前景色「5」に変更することになる。作成
されるデータは背景色「0」と前景色「5」のみを含む
2値データとなる。図9は作成された2値データを示し
ている。
The multi-tone data binarizing means 4 creates binary data in which all pixels other than the background portion of the multi-tone data in FIG. 6 are changed to the foreground color. In this embodiment, the background color is “0”
Since the foreground color is "5" and the intermediate colors are "1" to "4", all the intermediate colors are changed to the foreground color "5". The created data is binary data including only the background color “0” and the foreground color “5”. FIG. 9 shows the generated binary data.

【0039】2値データ上書き手段5は、多階調データ
2値化手段4で生成された2値データの前景色の画素の
みを、多階調データ合成手段3で合成された多階調合成
データの対応する位置の画素に上書きすることにより、
多階調幅太データを生成する。本実施例では、図9の2
値データの前景色「5」である画素のみを図8の多階調
合成データの対応する位置の画素に上書きする。すなわ
ち2値データで黒画素の部分を多階調合成データも黒に
変更する。
The binary data overwriting means 5 is a multi-tone data synthesizing means 3 which combines only the pixels of the foreground color of the binary data generated by the multi-tone data binarizing means 4. By overwriting the pixel at the corresponding position in the data,
Generate multi-gradation width thick data. In this embodiment, 2 in FIG.
Only the pixel having the foreground color "5" of the value data is overwritten on the pixel at the corresponding position of the multi-tone composite data in FIG. That is, the black pixel portion of the binary data is changed to black in the multi-tone composite data.

【0040】このようにして図10の多階調幅太データ
が生成される。このデータは輪郭部分が階調値に対応し
ており、階調を表現することが可能な出力デバイスに対
して美しい多階調幅太データを出力することを可能とな
る。
In this way, the multi-tone wide data shown in FIG. 10 is generated. In this data, the outline portion corresponds to the gradation value, and it becomes possible to output beautiful multi-gradation wide data to an output device capable of expressing gradation.

【0041】(第2実施例)図11は本発明の第2実施
例における多階調幅太データ生成装置の構成図を示すも
のである。
(Second Embodiment) FIG. 11 is a diagram showing the configuration of a multi-tone wide data generating apparatus according to a second embodiment of the present invention.

【0042】図11において、9は多階調データ保持手
段、10は画素階調値判定手段、11は近傍画素最大階
調値算出設定手段と、12は前景色設定手段である。
In FIG. 11, reference numeral 9 denotes a multi-gradation data holding unit, 10 denotes a pixel gradation value judging unit, 11 denotes a neighboring pixel maximum gradation value calculation setting unit, and 12 denotes a foreground color setting unit.

【0043】多階調データ保持手段9に図6の多階調デ
ータが保持されており、そのデータから多階調幅太デー
タを生成する場合を考える。図12は図6の多階調デー
タのいくつかの画素に参照用に記号をつけたものであ
る。
Consider a case where the multi-gradation data holding means 9 holds the multi-gradation data of FIG. 6 and generates multi-gradation wide data from the data. FIG. 12 is a diagram in which some pixels of the multi-gradation data of FIG. 6 are marked for reference.

【0044】画素階調値判定手段10は図6の多階調デ
ータの各画素の階調値が背景色であるかどうかを判定す
る。本実施例の場合は背景色は「0」である。例えば図
12の画素Aは背景色と判定され、図12の画素Fは背
景色でないと判定される。
The pixel gradation value judging means 10 judges whether or not the gradation value of each pixel of the multi-gradation data shown in FIG. 6 is a background color. In the case of this embodiment, the background color is “0”. For example, the pixel A in FIG. 12 is determined to be the background color, and the pixel F in FIG. 12 is determined not to be the background color.

【0045】近傍画素最大階調値算出設定手段11は、
画素階調値判定手段10の判定結果が背景色の場合に、
その画素の近傍画素のうち最も階調レベルが高い画素の
階調値を算出し、その階調値を多階調幅太データの前記
画素に対応する位置の画素の階調値として設定する。例
えば図12の画素Aは背景色と判定されるので、画素A
の4近傍画素B、C、D、Eのうち最も階調レベルが高
い画素の階調値を算出する。今4近傍画素B、C、D、
Eの階調値はそれぞれ「0」、「0」、「2」、「1」
であるため最も階調レベルが高い画素の階調値は「2」
となる。この階調値「2」を多階調幅太データの画素A
に対応する位置の画素の階調値として設定する。図13
は本実施例の多階調幅太データ生成装置を用いて図6の
多階調データから生成される多階調幅太データに参照用
の記号をつけたものである。データ自身は第1実施例の
多階調幅太データ生成装置で生成される図10の多階調
幅太データと全く同じデータとなる。図13の多階調幅
太データでの画素Aが図6の多階調データの画素Aに対
応する位置の画素であり、本実施例ではこの画素Aの階
調値が先に算出した階調値「2」に設定されている。本
実施例では4近傍を参照しているが8近傍など4近傍以
外の近傍を参照することも可能である。
The neighborhood pixel maximum gradation value calculation setting means 11
When the judgment result of the pixel gradation value judgment means 10 is the background color,
The tone value of the pixel having the highest tone level among the neighboring pixels of the pixel is calculated, and the tone value is set as the tone value of the pixel at the position corresponding to the pixel in the multi-tone width data. For example, the pixel A in FIG.
The tone value of the pixel having the highest tone level among the four neighboring pixels B, C, D, and E is calculated. Now, the four neighboring pixels B, C, D,
The gradation values of E are “0”, “0”, “2”, and “1”, respectively.
, The gradation value of the pixel having the highest gradation level is “2”.
Becomes This gradation value “2” is set to the pixel A of the multi-gradation width thick data.
Is set as the gradation value of the pixel at the position corresponding to. FIG.
Is obtained by adding a reference symbol to the multi-gradation width data generated from the multi-gradation data of FIG. 6 using the multi-gradation width data generating apparatus of this embodiment. The data itself is exactly the same as the multi-tone wide data shown in FIG. 10 generated by the multi-tone wide data generating device of the first embodiment. The pixel A in the multi-gradation wide data in FIG. 13 is a pixel at a position corresponding to the pixel A in the multi-gradation data in FIG. 6, and in this embodiment, the gradation value of the pixel A is the previously calculated gradation. The value is set to “2”. In this embodiment, four neighbors are referenced, but neighbors other than four neighbors, such as eight neighbors, can also be referenced.

【0046】第1実施例の多階調幅太データ生成装置と
比較して、多階調データのシフト・合成および多階調デ
ータの2値化・上書きが同時に実行できるため処理速度
が非常に高速になる。
Compared with the multi-gradation wide data generating apparatus of the first embodiment, the multi-gradation data shift / synthesis and the multi-gradation data binarization / overwriting can be executed simultaneously, so that the processing speed is very high. become.

【0047】(第3実施例)図14は本発明の第3実施
例における多階調幅太データ生成装置の構成図を示すも
のである。
(Third Embodiment) FIG. 14 is a block diagram of a multi-tone wide data generating apparatus according to a third embodiment of the present invention.

【0048】図14において、13は多階調データ保持
手段、14は多階調データシフト手段、15は多階調デ
ータ合成手段、16は画素階調値判定手段、17は隣接
画素最大階調値算出手段、18は画素連結性判定手段、
19は中間階調値設定手段、20は前景色設定手段であ
る。
In FIG. 14, 13 is a multi-gradation data holding means, 14 is a multi-gradation data shift means, 15 is a multi-gradation data synthesizing means, 16 is a pixel gradation value judging means, and 17 is a maximum gradation of an adjacent pixel. Value calculating means, 18 is a pixel connectivity determining means,
19 is an intermediate gradation value setting means, and 20 is a foreground color setting means.

【0049】多階調データ保持手段13は、幅太処理を
する対象となる多階調データを保持している。本実施例
では、図15の多階調データの一例(漢字の「上」のフ
ォントデータ)が幅太処理対象データとして保持されて
いるものとする。このデータを水平方向に太らせる場合
を考える。
The multi-gradation data holding means 13 holds multi-gradation data to be subjected to wide processing. In the present embodiment, it is assumed that an example of the multi-gradation data in FIG. 15 (the font data of the “upper” of the Chinese character) is held as the wide processing target data. Consider the case where this data is made thicker in the horizontal direction.

【0050】多階調データシフト手段14は、多階調デ
ータ保持手段に保持された多階調データを、水平方向に
太らせる場合には左右方向に、垂直方向に太らせる場合
には上下方向に、それぞれ1画素ずつシフトした2種類
のデータを生成する。本実施例では水平方向に太らせる
場合を考えているので、左右方向に1画素ずつシフトす
る。このようにして図15の多階調データを左右方向に
1画素ずつシフトした2種類のデータが図16のデータ
である。
The multi-gradation data shift means 14 sets the multi-gradation data held in the multi-gradation data holding means in the left-right direction when thickening in the horizontal direction, and the up-down direction when thickening in the vertical direction. Then, two types of data, each shifted by one pixel, are generated. In this embodiment, since the case of thickening in the horizontal direction is considered, the pixel is shifted by one pixel in the left and right direction. FIG. 16 shows two types of data obtained by shifting the multi-tone data of FIG. 15 one pixel at a time in the horizontal direction.

【0051】多階調データ合成手段15は、多階調デー
タシフト手段でシフトされた2種類のデータを、対応す
る位置にある各画素に関して最も階調レベルが高いデー
タを有効とする方法で合成することにより多階調合成デ
ータを生成する。この合成方法は第1実施例の多階調デ
ータ合成手段3と合成する多階調データの個数以外は同
様であるので詳細説明は省略する。図16の2種類の多
階調データを合成することにより、図17の多階調合成
データが生成される。
The multi-tone data synthesizing means 15 synthesizes the two types of data shifted by the multi-tone data shifting means in such a manner that the data having the highest tone level is valid for each pixel at the corresponding position. By doing so, multi-tone composite data is generated. This synthesizing method is the same as that of the multi-tone data synthesizing means 3 of the first embodiment except for the number of multi-tone data to be synthesized, so that the detailed description is omitted. By combining the two types of multi-tone data of FIG. 16, the multi-tone combined data of FIG. 17 is generated.

【0052】図18は、実施例1と同様の方法で、図1
7の多階調合成データに図15の多階調データを2値化
した図19のデータを上書きして作成した多階調幅太デ
ータである。この例の場合、上下方向に太らせていない
ため、この方法では、横ステムと呼ばれる横線の上下の
輪郭部分などが中間調でなく前景色(この例では黒、階
調値でいうと「5」)になってしまうので横ステムが太
くなってしまうし、中間調でなくなるため美しくなくな
る。図18のX、Y、Zの部分などにその現象があらわ
れている。
FIG. 18 is a view similar to FIG.
19 is multi-gray scale thick data created by overwriting the multi-gray scale composite data of FIG. 19 with the data of FIG. 19 obtained by binarizing the multi-gray scale data of FIG. In the case of this example, since it is not thickened in the vertical direction, according to this method, the upper and lower contours of the horizontal line called the horizontal stem are not the halftone but the foreground color (black in this example, "5" )), The horizontal stem becomes thicker, and it is not halftone, so it is not beautiful. The phenomenon appears in the X, Y, and Z portions in FIG.

【0053】また、この現象を避けるために、図17の
多階調合成データに元の図15の多階調データを合成す
ると図20の多階調幅太データが生成されるが、図20
のAAの長方形で示されている「上」の縦ステムは、非
常に太くなるにもかかわらずすべてが中間階調色になっ
てしまう。この方法では縦ステムが全体に背景色に近い
色(この例では白に近い薄い色)になってしまうため、
あまり美しくない文字が生成されてしまう。
In order to avoid this phenomenon, when the original multi-tone data of FIG. 15 is synthesized with the multi-tone composite data of FIG. 17, the multi-tone wide data of FIG. 20 is generated.
The vertical stem indicated by the rectangle AA in FIG. 7A becomes very half-colored, though it becomes very thick. In this method, the entire vertical stem becomes a color close to the background color (in this example, a light color close to white),
Not so beautiful characters are generated.

【0054】上記2種類の方法は、いずれも多階調デー
タから水平方向または垂直方向のいずれか一方に太らせ
た幅太データを生成するには不適切である。縦横ステム
のみならず斜め線の品質も低下してしまう。
Both of the above two methods are unsuitable for generating wide data thickened in either the horizontal direction or the vertical direction from multi-tone data. The quality of not only vertical and horizontal stems but also diagonal lines will be reduced.

【0055】第3実施例における多階調幅太データ生成
装置では、以下で説明する方法により品質の向上を実現
している。
In the multi-tone wide data generating apparatus according to the third embodiment, the quality is improved by the method described below.

【0056】画素階調値判定手段16は、多階調データ
の各画素に対して、画素の階調値が背景色か前景色か中
間階調色かを判定する。例えば、図15の多階調データ
において、画素Aは階調値「2」なので中間階調色、画
素Hは階調値「3」なので中間階調色、画素Pは階調値
「0」なので背景色、画素Vは階調値「5」なので前景
色と判定される。
The pixel gradation value determination means 16 determines, for each pixel of the multi-gradation data, whether the gradation value of the pixel is a background color, a foreground color, or an intermediate gradation color. For example, in the multi-gradation data of FIG. 15, the pixel A has the gradation value “2”, the gradation value is “3”, the pixel H has the gradation value “3”, the gradation value is “3”, and the pixel P has the gradation value “0”. Therefore, the background color and the pixel V are determined to be the foreground color because the gradation value is “5”.

【0057】隣接画素最大階調値算出手段17は、画素
階調値判定手段16の判定結果が中間階調色の場合に限
り、水平方向に太らせる場合にはその画素の上・右上・
左上の3近傍画素のうちの最大階調値とその画素の下・
右下・左下の3近傍画素のうちの最大階調値を算出し、
垂直方向に太らせる場合には前記画素の右・右上・右下
の3近傍画素のうちの最大階調値と前記画素の左・左上
・左下の3近傍画素のうちの最大階調値を算出する。本
実施例では水平方向に太らせる場合を考えているので、
注目画素の上・右上・左上の上方向3近傍画素のうちの
最大階調値と注目画素の下・右下・左下の下方向3近傍
画素のうちの最大階調値を算出する。図15の多階調デ
ータにおける画素Aは中間階調色と判定されるので、上
記の上方向3近傍画素および下方向3近傍画素の最大階
調値をそれぞれ算出する。画素Aの上方向3近傍画素
は、画素B、画素C、画素Dの3画素であり、その階調
値はそれぞれ「0」、「0」、「0」であるので最大階
調値は「0」となる。画素Aの下方向3近傍画素は、画
素E、画素F、画素Gの3画素であり、その階調値はそ
れぞれ「2」、「2」、「2」であるので最大階調値は
「2」となる。同様に画素Hも中間階調色と判定される
ので同様の処理が行われる。画素Hの上方向3近傍画素
は、画素I、画素J、画素Kの3画素であり、その階調
値はそれぞれ「0」、「3」、「2」であるので最大階
調値は「3」となる。画素Hの下方向3近傍画素は、画
素L、画素M、画素Nの3画素であり、その階調値はそ
れぞれ「0」、「3」、「2」であるので最大階調値は
「3」となる。
Only when the result of determination by the pixel gradation value determination means 16 is an intermediate gradation color, the adjacent pixel maximum gradation value calculation means 17 determines whether the pixel is to be fattened in the horizontal direction.
The maximum gradation value of the upper left three neighboring pixels and the lower
Calculate the maximum gradation value of the lower right and lower left three neighboring pixels,
To make the pixel thicker in the vertical direction, the maximum gradation value of the three neighboring pixels on the right, upper right, and lower right of the pixel and the maximum gradation value of the three neighboring pixels on the left, upper left, and lower left of the pixel are calculated. I do. In the present embodiment, the case of thickening in the horizontal direction is considered,
The maximum gradation value of the upper three pixels in the upper, upper right, and upper left directions of the target pixel and the maximum gradation value of the three lower pixels in the lower, lower right, and lower left directions of the target pixel are calculated. Since the pixel A in the multi-tone data in FIG. 15 is determined to be an intermediate tone color, the maximum tone values of the above three neighboring pixels in the upward direction and the three neighboring pixels in the downward direction are calculated. The three pixels in the upward direction of the pixel A are the three pixels of the pixel B, the pixel C, and the pixel D. Since the grayscale values are “0”, “0”, and “0”, respectively, the maximum grayscale value is “0”. 0 ". The three neighboring pixels in the downward direction of the pixel A are the three pixels of the pixel E, the pixel F, and the pixel G, and their gradation values are “2”, “2”, and “2”, respectively. 2 ". Similarly, since the pixel H is also determined to be a halftone color, the same processing is performed. The three pixels adjacent to the pixel H in the upward direction are three pixels, i.e., pixel I, pixel J, and pixel K, and their grayscale values are "0", "3", and "2", respectively. 3 ". The three lower neighboring pixels of the pixel H are the three pixels of the pixel L, the pixel M, and the pixel N, and their gray scale values are “0”, “3”, and “2”, respectively, so the maximum gray scale value is “ 3 ".

【0058】画素連結性判定手段18は、画素階調値判
定手段16の判定結果が中間階調色の場合に限り、隣接
画素最大階調値算出手段17で算出した2種類の最大階
調値のうちいずれか一方でも背景色である場合には画素
連結性無し、両方とも背景色以外の場合には画素連結性
有りと判定する。画素階調値判定手段16の判定結果が
中間階調色の場合には、既に隣接画素最大階調値算出手
段17で、注目画素の上方向3近傍画素および下方向3
近傍画素の最大階調値がそれぞれ算出されているので、
その値から画素連結性を判定する。例えば図15の画素
Aの場合には、隣接画素最大階調値算出手段17で2種
類の最大階調値がそれぞれ「0」と「2」と既に算出さ
れており、いずれか一方でも背景色「0」であるという
条件を満たすため「画素連結性無し」と判定される。一
方、画素Hの場合には、隣接画素最大階調値算出手段1
7で2種類の最大階調値がそれぞれ「3」と「3」と既
に算出されており、両方とも背景色「0」以外であると
いう条件を満たすため「画素連結性有り」と判定され
る。この「画素連結性無し」と判定された画素は、太ら
せた後に輪郭部分になる部分であり、「画素連結性有
り」と判定された画素は、太らせた後に輪郭内部になる
部分である。
The pixel connectivity judging means 18 determines the two maximum tone values calculated by the adjacent pixel maximum tone value calculating means 17 only when the judgment result of the pixel tone value judging means 16 is an intermediate tone color. If any one of them has the background color, it is determined that there is no pixel connectivity, and if both are other than the background color, it is determined that there is pixel connectivity. If the determination result of the pixel tone value determination means 16 is an intermediate tone color, the adjacent pixel maximum tone value calculation means 17 has already determined that the pixel of interest is in the upper three neighboring pixels and the lower three pixels.
Since the maximum gradation values of the neighboring pixels have been calculated,
The pixel connectivity is determined from the value. For example, in the case of the pixel A in FIG. 15, the maximum gradation value of the adjacent pixel has already been calculated as “0” and “2” by the maximum gradation value calculation unit 17 for adjacent pixels, and one of the two maximum gradation values is the background color. Since the condition of “0” is satisfied, “no pixel connectivity” is determined. On the other hand, in the case of the pixel H, the adjacent pixel maximum gradation value calculating means 1
7, the two types of maximum gradation values have already been calculated as “3” and “3”, respectively, and both satisfy the condition that they are other than the background color “0”, so that it is determined that “pixel connectivity exists”. . The pixel determined to have “no pixel connectivity” is a portion that becomes an outline portion after being fattened, and the pixel determined to be “having pixel connectivity” is a portion that becomes inside a contour after being fattened. .

【0059】中間階調値設定手段19は、画素連結性判
定手段18での判定結果が画素連結性無しの場合に限
り、その画素の階調値を中間階調値のまま多階調データ
合成手段15で生成した多階調合成データの対応する位
置の画素に上書きする。これは「画素連結性無し」と判
定された画素は、太らせた後に輪郭部分になる部分であ
るためもともとの中間階調値のまま残しておかないと品
質が劣化するためである。例えば、図15の画素Aの場
合には、画素連結性判定手段18で既に「画素連結性無
し」と判定されているので、画素Aの中間階調値「2」
をそのまま図17の多階調合成データの対応する位置の
画素Aに上書き設定する。この例では図17の画素Aは
もともと階調値「2」なので値は変化しない。
The intermediate tone value setting means 19 synthesizes the multi-tone data without changing the tone value of the pixel with the intermediate tone value only when the result of the judgment by the pixel connectivity judging means 18 indicates no pixel connectivity. The pixel at the corresponding position of the multi-tone composite data generated by the means 15 is overwritten. This is because a pixel determined to have "no pixel connectivity" is a portion that becomes an outline portion after being fattened, and the quality is degraded unless the original intermediate gradation value is left as it is. For example, in the case of the pixel A in FIG. 15, since the pixel connectivity determination unit 18 has already determined that “no pixel connectivity”, the intermediate gradation value “2” of the pixel A
Is overwritten on the pixel A at the corresponding position of the multi-tone composite data in FIG. In this example, the pixel A in FIG. 17 does not change its value because the gradation value is originally “2”.

【0060】前景色設定手段20は、画素階調値判定手
段16の判定結果が前景色の場合および画素連結性判定
手段18の判定結果が画素連結性有りの場合に、前景色
の階調値を多階調データ合成手段で生成した多階調合成
データの対応する位置の画素に上書きする。例えば図1
5の画素Vは階調値「5」で前景色と判定されるので図
17の多階調合成データの対応する位置の画素Aに前景
色「5」を上書き設定する。この例では図17の画素V
はもともと階調値「5」なので値は変化しない。また、
図15の画素Hは画素連結性判定手段18の判定結果が
「画素連結性有り」なので、図17の多階調合成データ
の対応する位置の画素Hに前景色「5」を上書き設定す
る。この例では図17の画素Hは階調値「2」なのでこ
の値が「5」に変更される。
The foreground color setting means 20 outputs the foreground color value when the judgment result of the pixel gradation value judgment means 16 is the foreground color and when the judgment result of the pixel connectivity judgment means 18 indicates that the pixel connection exists. Is overwritten on the pixel at the position corresponding to the multi-tone composite data generated by the multi-tone data synthesizing means. For example, FIG.
Since the pixel V of 5 is determined to be the foreground color with the gradation value "5", the foreground color "5" is overwritten on the pixel A at the corresponding position of the multi-gradation composite data in FIG. In this example, the pixel V in FIG.
Is originally “5”, the value does not change. Also,
Since the determination result of the pixel connectivity determination unit 18 is “pixel connectivity” for the pixel H in FIG. 15, the foreground color “5” is overwritten on the pixel H at the corresponding position of the multi-tone composite data in FIG. In this example, since the pixel H in FIG. 17 has the gradation value “2”, this value is changed to “5”.

【0061】上記の手順を図15のすべての画素に対し
て行い順次図17の多階調合成データに上書き設定して
いくことによって多階調幅太データが生成される。本実
施例では最終的に図21の多階調幅太データが生成され
る。図21の画素A、画素H、画素Vにはそれぞれ先に
説明した階調値「2」、「5」、「5」が設定されてい
る。縦ステムが太くなり中央が背景色に設定されている
が、輪郭部分は中間階調値のままになっているために図
18および図20の多階調幅太データと比較して非常に
美しい多階調幅太データが生成できている。
The above procedure is performed for all the pixels in FIG. 15, and the multi-gradation composite data in FIG. 17 is overwritten and set to generate multi-gradation wide data. In this embodiment, finally, the multi-tone wide data shown in FIG. 21 is generated. The gradation values “2”, “5”, and “5” described above are set for the pixels A, H, and V in FIG. 21, respectively. Although the vertical stem is thick and the center is set to the background color, the outline remains at the intermediate gradation value. Thickness width data can be generated.

【0062】(第4実施例) 図22は本発明の第4実
施例における多階調幅太データ生成装置の構成図を示す
ものである。 図22において、21は多階調データ保
持手段、22は画素階調値判定手段、23は隣接画素最
大階調値算出手段、24は画素連結性判定手段、25は
中間階調値設定手段、26は前景色設定手段、27は近
傍画素最大階調値算出設定手段である。
(Fourth Embodiment) FIG. 22 is a diagram showing a configuration of a multi-tone wide data generating apparatus according to a fourth embodiment of the present invention. In FIG. 22, 21 is a multi-gradation data holding unit, 22 is a pixel gradation value determining unit, 23 is an adjacent pixel maximum gradation value calculating unit, 24 is a pixel connectivity determining unit, 25 is an intermediate gradation value setting unit, 26 is a foreground color setting unit, and 27 is a neighboring pixel maximum gradation value calculation setting unit.

【0063】多階調データ保持手段21は、幅太処理を
する対象となる多階調データを保持している。本実施例
では第3実施例と同様に、図15の多階調データの一例
(漢字の「上」のフォントデータ)が幅太処理対象デー
タとして保持されているものとし、このデータを水平方
向に太らせる場合を考える。
The multi-gradation data holding means 21 holds multi-gradation data to be subjected to wide processing. In this embodiment, as in the third embodiment, it is assumed that an example of the multi-tone data (the font data of the “upper” of the Chinese character) in FIG. Consider the case of fattening.

【0064】22から27の各手段の動作は、第3実施
例の16から20の各手段の動作とほぼ同一である。最
終データの設定を多階調合成データに上書き設定してい
たところが、直接最終生成物である多階調幅太データの
各画素の値として設定していくように変更されているだ
けである。
The operation of each of the means 22 to 27 is substantially the same as the operation of each of the means 16 to 20 of the third embodiment. Where the setting of the final data is set to overwrite the multi-gradation composite data, the only difference is that the setting is directly set as the value of each pixel of the multi-gradation wide data which is the final product.

【0065】また第3実施例の14、15の各手段で多
階調合成データを生成していた部分の代わりに、近傍画
素最大階調値算出設定手段27で同時に設定できるよう
に変更されている。最終的に生成される多階調幅太デー
タは第3実施例の図21のデータであり全く同一であ
る。異なる点は生成が高速であることである。
Further, instead of the parts where the multi-gradation composite data is generated by the means 14 and 15 in the third embodiment, the maximum gradation value calculation and setting means 27 for neighboring pixels are changed so that they can be set simultaneously. I have. The multi-tone wide data finally generated is the data shown in FIG. 21 of the third embodiment and is completely the same. The difference is that the generation is fast.

【0066】以下の説明では、第3実施例で説明した内
容と重複する部分に関しては簡単な記述にする。
In the following description, portions that are the same as those described in the third embodiment will be simply described.

【0067】画素階調値判定手段22は、多階調データ
の各画素に対して、画素の階調値が背景色か前景色か中
間階調色かを判定する。第3実施例と同様に、例えば図
15の多階調データにおいて、画素Aは階調値「2」な
ので中間階調色、画素Hは階調値「3」なので中間階調
色、画素Pは階調値「0」なので背景色、画素Vは階調
値「5」なので前景色と判定される。
The pixel gradation value determining means 22 determines, for each pixel of the multi-gradation data, whether the gradation value of the pixel is a background color, a foreground color, or an intermediate gradation color. Similarly to the third embodiment, for example, in the multi-gradation data of FIG. 15, the pixel A has a gradation value of “2”, the gradation value is “3”, and the pixel H has a gradation value of “3”. Is the background color because the gradation value is “0”, and the pixel V is determined to be the foreground color because the gradation value is “5”.

【0068】隣接画素最大階調値算出手段23も、第3
実施例の隣接画素最大階調値算出手段17と同様の処理
を行う。第3実施例と同様に、例えば図15の画素Aの
上方向3近傍画素および下方向3近傍画素の最大階調値
はそれぞれ「0」と「2」と算出され、画素Hの上方向
3近傍画素および下方向3近傍画素の最大階調値はそれ
ぞれ「3」と「3」と算出される。
The adjacent pixel maximum gradation value calculating means 23 also performs the third
The same processing as the adjacent pixel maximum gradation value calculating means 17 of the embodiment is performed. Similarly to the third embodiment, for example, the maximum grayscale values of the pixel 3 in the upward direction and the pixel 3 in the downward direction in FIG. 15 are calculated as “0” and “2”, respectively. The maximum gradation values of the neighboring pixel and the three neighboring pixels in the downward direction are calculated as “3” and “3”, respectively.

【0069】画素連結性判定手段24も、第3実施例の
画素連結性判定手段18と同様の処理を行う。第3実施
例と同様に、画素Aは「画素連結性無し」と判定され、
画素Hは「画素連結性有り」と判定される。
The pixel connectivity determining means 24 performs the same processing as the pixel connectivity determining means 18 of the third embodiment. As in the third embodiment, the pixel A is determined as “no pixel connectivity”,
Pixel H is determined to have “pixel connectivity”.

【0070】中間階調値設定手段25も、第3実施例の
中間階調値設定手段19と同様の処理を行う。第3実施
例と同様に、「画素連結性無し」と判定された画素Aに
対して、画素Aの中間階調値「2」が図21の多階調幅
太データの対応する位置の画素Aに設定される。
The intermediate tone value setting means 25 performs the same processing as the intermediate tone value setting means 19 of the third embodiment. Similarly to the third embodiment, for the pixel A determined to have “no pixel connectivity”, the intermediate gradation value “2” of the pixel A is set to the pixel A at the corresponding position of the multi-gradation wide data in FIG. Is set to

【0071】前景色設定手段26も、第3実施例の前景
色設定手段20と同様の処理を行う。第3実施例と同様
に、画素階調値判定手段22で前景色と判定された画素
Vに対して、前景色の階調値「5」が図21の多階調幅
太データの対応する位置の画素Vに設定される。また、
中間階調値設定手段25で「画素連結性有り」と判定さ
れた画素Hに対して、前景色の階調値「5」が図21の
多階調幅太データの対応する位置の画素Hに設定され
る。
The foreground color setting means 26 performs the same processing as the foreground color setting means 20 of the third embodiment. As in the third embodiment, for the pixel V determined to be the foreground color by the pixel gradation value determination means 22, the foreground color value "5" is set to the position corresponding to the multi-gradation width thick data in FIG. Pixel V. Also,
For the pixel H determined to have “pixel connectivity” by the intermediate gradation value setting means 25, the gradation value “5” of the foreground color corresponds to the pixel H at the corresponding position of the multi-gradation wide data in FIG. Is set.

【0072】近傍画素最大階調値算出設定手段27は、
画素階調値判定手段22の判定結果が背景色の場合に限
り、水平方向に太らせる場合には注目画素の左右の2近
傍画素のうち最も階調レベルが高い画素の階調値を算出
し、垂直方向に太らせる場合には注目画素の上下の2近
傍画素のうち最も階調レベルが高い画素の階調値を算出
し、その算出した階調値を多階調幅太データの注目画素
に対応する位置の画素の階調値として設定する。本実施
例では水平方向に太らせる場合を考えているので、注目
画素の左右の2近傍画素のうち最も階調レベルが高い画
素の階調値を算出する。動作は第2実施例の近傍画素最
大階調値算出設定手段11とほぼ同一で4近傍画素の最
大階調値を算出するかわりに、2近傍画素の最大階調値
を算出するという点が異なるだけである。例えば、図1
5の画素P階調値が「0」なので画素階調値判定手段2
2で背景色と判定されている。画素Pの2近傍画素Q、
R、のうち最も階調レベルが高い画素の階調値を算出す
る。今2近傍画素Q、Rの階調値はそれぞれ「0」、
「3」であるため最も階調レベルが高い画素の階調値は
「3」となる。この階調値「3」を図21の多階調幅太
データの画素Pに対応する位置の画素の階調値として設
定する。
The neighborhood pixel maximum gradation value calculation setting means 27
Only when the judgment result of the pixel gradation value judgment means 22 is the background color, when thickening in the horizontal direction, the gradation value of the pixel having the highest gradation level among the two neighboring pixels on the left and right of the target pixel is calculated. When thickening in the vertical direction, the tone value of the pixel having the highest tone level among the two neighboring pixels above and below the target pixel is calculated, and the calculated tone value is used as the target pixel of the multi-tone wide data. It is set as the gradation value of the pixel at the corresponding position. In this embodiment, since the case of thickening in the horizontal direction is considered, the tone value of the pixel having the highest tone level among the two neighboring pixels on the left and right of the target pixel is calculated. The operation is almost the same as that of the neighboring pixel maximum gradation value calculation setting means 11 of the second embodiment, and is different in that the maximum gradation value of two neighboring pixels is calculated instead of calculating the maximum gradation value of four neighboring pixels. Only. For example, FIG.
Since the pixel P gradation value of the pixel No. 5 is “0”, the pixel gradation value determination means 2
2 is determined to be the background color. Two neighboring pixels Q of the pixel P,
R, the gradation value of the pixel having the highest gradation level is calculated. Now, the tone values of the two neighboring pixels Q and R are “0”,
Since it is “3”, the gradation value of the pixel having the highest gradation level is “3”. This gradation value "3" is set as the gradation value of the pixel at the position corresponding to the pixel P of the multi-gradation wide data in FIG.

【0073】上記手順を図15のすべての画素に対して
行い順次図17の多階調合成データに上書き設定してい
くことによって図21の多階調幅太データが生成され
る。このデータは第3実施例の生成結果と同一であるが
多階調データのシフト・合成および画素連結性を判定と
階調値設定を同時に実行することが可能となるため、よ
り高速なデータ生成が実現できる。
The above procedure is performed for all the pixels in FIG. 15 and the multi-gradation composite data in FIG. 17 is sequentially overwritten and set, whereby the multi-gradation wide data in FIG. 21 is generated. Although this data is the same as the generation result of the third embodiment, since it is possible to simultaneously execute the shift / synthesis of multi-grayscale data and the determination of the pixel connectivity and the setting of the grayscale value, a faster data generation is possible. Can be realized.

【0074】(第5実施例)第1実施例の多階調幅太デ
ータ生成装置に繰り返し処理を制御する繰り返し制御手
段が付加された構成をもつ多階調幅太データ生成装置を
用いることも可能である。
(Fifth Embodiment) It is also possible to use a multi-tone wide data generator having a configuration in which repetition control means for controlling repetition processing is added to the multi-tone wide data generator of the first embodiment. is there.

【0075】図23は第5実施例における多階調幅太デ
ータ生成装置の構成図を示すものである。図23におい
て、28は多階調データ保持手段、29は多階調データ
シフト手段、30は多階調データ合成手段、31は多階
調データ2値化手段、32は2値データ上書き手段、3
3は繰り返し制御手段である。28から32の手段は第
1実施例の多階調幅太データ生成装置と全く同じであ
る。
FIG. 23 is a block diagram showing the arrangement of a multi-tone wide data generating apparatus according to the fifth embodiment. In FIG. 23, 28 is a multi-gradation data holding unit, 29 is a multi-gradation data shifting unit, 30 is a multi-gradation data synthesizing unit, 31 is a multi-gradation data binarizing unit, 32 is a binary data overwriting unit, 3
3 is a repetition control means. The means 28 to 32 are exactly the same as those of the multi-tone wide data generating apparatus of the first embodiment.

【0076】繰り返し制御手段33は、第1実施例の多
階調幅太データ生成装置による多階調幅太データ生成を
指定回数だけ繰り返すことで種々の太さのデータを作成
する。 例えば繰り返し回数を2回と指定して図6の多
階調データの多階調幅太データを生成する。繰り返しの
1回目では第1実施例で説明したように図10の多階調
幅太データが生成される。繰り返しの2回目では、この
図10の多階調幅太データにもう一度第1実施例と同様
の幅太データ生成処理を実行する。図24は繰り返し回
数が2回の場合の最終の多階調幅太データである。第1
実施例と比較してより太くなっていることが確認でき
る。繰り返し回数を変更することにより種々の太さを持
つ多階調幅太データを生成できる。
The repetition control means 33 creates data of various thicknesses by repeating the multi-tone wide data generation by the multi-tone wide data generation device of the first embodiment a specified number of times. For example, by specifying the number of repetitions to be two, the multi-tone wide data of the multi-tone data of FIG. 6 is generated. In the first repetition, the multi-tone wide data shown in FIG. 10 is generated as described in the first embodiment. In the second repetition, the wide data generation processing similar to that of the first embodiment is performed again on the multi-tone wide data of FIG. FIG. 24 shows the final multi-tone wide data when the number of repetitions is two. First
It can be confirmed that the thickness is larger than that of the example. By changing the number of repetitions, multi-tone wide data having various thicknesses can be generated.

【0077】(第6実施例)第2実施例の多階調幅太デ
ータ生成装置に繰り返し処理を制御する繰り返し制御手
段が付加された構成をもつ多階調幅太データ生成装置を
用いることも可能である。
(Sixth Embodiment) It is also possible to use a multi-tone wide data generator having a configuration in which repetition control means for controlling repetition processing is added to the multi-tone wide data generator of the second embodiment. is there.

【0078】図25は第6実施例における多階調幅太デ
ータ生成装置の構成図を示すものである。図25におい
て、34は多階調データ保持手段、35は画素階調値判
定手段、36は近傍画素最大階調値算出設定手段、37
は前景色設定手段、38は繰り返し制御手段である。3
4から37の手段は第2実施例の多階調幅太データ生成
装置と全く同じである。
FIG. 25 is a diagram showing the configuration of a multi-tone wide data generating apparatus according to the sixth embodiment. In FIG. 25, 34 is a multi-gradation data holding unit, 35 is a pixel gradation value determining unit, 36 is a neighboring pixel maximum gradation value calculation setting unit, 37
Is a foreground color setting means, and 38 is a repetition control means. 3
The means from 4 to 37 are exactly the same as those of the multi-tone wide data generating apparatus of the second embodiment.

【0079】繰り返し制御手段38は、第2実施例の多
階調幅太データ生成装置による多階調幅太データ生成を
指定回数だけ繰り返すことで種々の太さのデータを作成
する。 例えば繰り返し回数を2回と指定して図6の多
階調データの多階調幅太データを生成する。繰り返しの
1回目では第2実施例で説明したように図10の多階調
幅太データが生成される。繰り返しの2回目では、この
図10の多階調幅太データにもう一度第2実施例と同様
の幅太データ生成処理を実行する。図24は繰り返し回
数が2回の場合の最終の多階調幅太データである。第2
実施例と比較してより太くなっていることが確認でき
る。繰り返し回数を変更することにより種々の太さを持
つ多階調幅太データを生成できる。また第1実施例と比
較して多階調データのシフト・合成および多階調データ
の2値化・上書きが同時に実行できるため処理速度が高
速になる。
The repetition control means 38 creates data of various thicknesses by repeating the generation of the multi-tone wide data by the multi-tone width data generating apparatus of the second embodiment a specified number of times. For example, by specifying the number of repetitions to be two, the multi-tone wide data of the multi-tone data of FIG. 6 is generated. In the first repetition, the multi-tone wide data shown in FIG. 10 is generated as described in the second embodiment. In the second repetition, the wide data generation processing similar to that of the second embodiment is executed again on the multi-tone wide data of FIG. FIG. 24 shows the final multi-tone wide data when the number of repetitions is two. Second
It can be confirmed that the thickness is larger than that of the example. By changing the number of repetitions, multi-tone wide data having various thicknesses can be generated. In addition, compared to the first embodiment, the shift / combination of the multi-gradation data and the binarization / overwriting of the multi-gradation data can be executed simultaneously, so that the processing speed is increased.

【0080】(第7実施例)第3実施例の多階調幅太デ
ータ生成装置に繰り返し処理を制御する繰り返し制御手
段が付加された構成をもつ多階調幅太データ生成装置を
用いることも可能である。
(Seventh Embodiment) It is also possible to use a multi-tone wide data generator having a configuration in which repetition control means for controlling repetitive processing is added to the multi-tone wide data generator of the third embodiment. is there.

【0081】図26は第7実施例における多階調幅太デ
ータ生成装置の構成図を示すものである。図26におい
て、39は多階調データ保持手段、40は多階調データ
シフト手段、41は多階調データ合成手段、42は画素
階調値判定手段、43は隣接画素最大階調値算出手段、
44は画素連結性判定手段、45は中間階調値設定手
段、46は前景色設定手段、47は繰り返し制御手段で
ある。39から46の手段は第3実施例の多階調幅太デ
ータ生成装置と全く同じである。
FIG. 26 is a diagram showing the configuration of a multi-tone wide data generating apparatus according to the seventh embodiment. In FIG. 26, 39 is a multi-gradation data holding unit, 40 is a multi-gradation data shifting unit, 41 is a multi-gradation data synthesizing unit, 42 is a pixel gradation value judging unit, and 43 is an adjacent pixel maximum gradation value calculating unit. ,
44 is a pixel connectivity determination unit, 45 is an intermediate gradation value setting unit, 46 is a foreground color setting unit, and 47 is a repetition control unit. Means 39 to 46 are exactly the same as those of the multi-tone wide data generating apparatus of the third embodiment.

【0082】繰り返し制御手段47は、第3実施例の多
階調幅太データ生成装置による多階調幅太データ生成を
指定回数だけ繰り返すことで種々の太さのデータを作成
する。例えば繰り返し回数を2回と指定して図15の多
階調データの多階調幅太データを生成する。繰り返しの
1回目では第3実施例で説明したように図21の多階調
幅太データが生成される。繰り返しの2回目では、この
図21の多階調幅太データにもう一度第3実施例と同様
の幅太データ生成処理を実行する。図27は繰り返し回
数が2回の場合の最終の多階調幅太データである。第3
実施例と比較してより太くなっていることが確認でき
る。繰り返し回数を変更することにより種々の太さを持
つ多階調幅太データを生成できる。
The repetition control means 47 creates data of various thicknesses by repeating the multi-tone wide data generation by the multi-tone wide data generation device of the third embodiment a specified number of times. For example, by specifying the number of repetitions as two, the multi-gradation width thick data of the multi-gradation data of FIG. 15 is generated. In the first repetition, the multi-tone wide data shown in FIG. 21 is generated as described in the third embodiment. In the second repetition, the wide data generation processing similar to that of the third embodiment is executed again on the multi-tone wide data of FIG. FIG. 27 shows the final multi-tone wide data when the number of repetitions is two. Third
It can be confirmed that the thickness is larger than that of the example. By changing the number of repetitions, multi-tone wide data having various thicknesses can be generated.

【0083】(第8実施例)第4実施例の多階調幅太デ
ータ生成装置に繰り返し処理を制御する繰り返し制御手
段が付加された構成をもつ多階調幅太データ生成装置を
用いることも可能である。
(Eighth Embodiment) It is also possible to use a multi-tone wide data generator having a configuration in which repetition control means for controlling repetition processing is added to the multi-tone wide data generator of the fourth embodiment. is there.

【0084】図28は第8実施例における多階調幅太デ
ータ生成装置の構成図を示すものである。図28におい
て、48は多階調データ保持手段、49は画素階調値判
定手段、50は隣接画素最大階調値算出手段、51は画
素連結性判定手段、52は中間階調値設定手段、53は
前景色設定手段、54は近傍画素最大階調値算出設定手
段、55は繰り返し制御手段である。48から54の手
段は第4実施例の多階調幅太データ生成装置と全く同じ
である。
FIG. 28 is a diagram showing the configuration of a multi-tone wide data generating apparatus according to the eighth embodiment. In FIG. 28, reference numeral 48 denotes multi-tone data holding means, 49 denotes pixel tone value determination means, 50 denotes adjacent pixel maximum tone value calculation means, 51 denotes pixel connectivity determination means, 52 denotes intermediate tone value setting means, 53 is a foreground color setting unit, 54 is a neighboring pixel maximum gradation value calculation setting unit, and 55 is a repetition control unit. The means 48 to 54 are exactly the same as those of the multi-tone wide data generating apparatus of the fourth embodiment.

【0085】繰り返し制御手段55は、第4実施例の多
階調幅太データ生成装置による多階調幅太データ生成を
指定回数だけ繰り返すことで種々の太さのデータを作成
する。
The repetition control means 55 creates data of various thicknesses by repeating the multi-tone wide data generation by the multi-tone wide data generation device of the fourth embodiment a specified number of times.

【0086】例えば繰り返し回数を2回と指定して図1
5の多階調データの多階調幅太データを生成する。繰り
返しの1回目では第4実施例で説明したように図21の
多階調幅太データが生成される。繰り返しの2回目で
は、この図21の多階調幅太データにもう一度第4実施
例と同様の幅太データ生成処理を実行する。図27は繰
り返し回数が2回の場合の最終の多階調幅太データであ
る。第4実施例と比較してより太くなっていることが確
認できる。繰り返し回数を変更することにより種々の太
さを持つ多階調幅太データを生成できる。このデータは
第7実施例の生成結果と同一であるが多階調データのシ
フト・合成および画素連結性を判定と階調値設定を同時
に実行することが可能となるため、より高速なデータ生
成が実現できる。
For example, by specifying the number of repetitions as two,
5 is generated. In the first repetition, the multi-tone wide data shown in FIG. 21 is generated as described in the fourth embodiment. In the second repetition, the wide data generation processing similar to that of the fourth embodiment is executed again on the multi-tone wide data of FIG. FIG. 27 shows the final multi-tone wide data when the number of repetitions is two. It can be confirmed that the thickness is larger than that of the fourth embodiment. By changing the number of repetitions, multi-tone wide data having various thicknesses can be generated. Although this data is the same as the generation result of the seventh embodiment, since it is possible to simultaneously execute the shift / synthesis of multi-grayscale data and the determination of pixel connectivity and the setting of the grayscale value, faster data generation Can be realized.

【0087】(第9実施例)第5または第6実施例の多
階調幅太データ生成装置と第7または第8実施例の多階
調幅太データ生成装置を併用できる構成にすることも可
能である。
(Ninth Embodiment) It is also possible to adopt a configuration in which the multi-tone wide data generating apparatus of the fifth or sixth embodiment and the multi-tone wide data generating apparatus of the seventh or eighth embodiment can be used together. is there.

【0088】例えば、図15のような多階調データを垂
直方向に(すなわち上下にそれぞれ)2ドットずつ太ら
せ、水平方向に(すなわち左右にそれぞれ)5ドットず
つ太らせた多階調幅太データを生成したい場合には、図
15のような多階調データから第5または第6実施例の
多階調幅太データ生成装置で繰り返し回数を2回に指定
して生成した多階調データを、さらに第7または第8実
施例の多階調幅太データ生成装置で繰り返し回数を3回
(つまり5回−2回)に指定して生成した多階調データ
が、希望する多階調幅太データとなる。
For example, multi-gradation data as shown in FIG. 15 is made thicker by two dots in the vertical direction (ie, up and down) and by 5 dots in the horizontal direction (ie, left and right). When it is desired to generate the multi-gradation data from the multi-gradation data as shown in FIG. Further, the multi-tone data generated by specifying the number of repetitions to three (ie, five to two) by the multi-tone wide data generating apparatus of the seventh or eighth embodiment is different from the desired multi-tone wide data. Become.

【0089】[0089]

【発明の効果】以上説明したように本発明の請求項1記
載の多階調幅太データ生成装置および請求項2記載の多
階調幅太データ生成方法は、多階調データ保持手段と多
階調データシフト手段と多階調データ合成手段と多階調
データ2値化手段と2値データ上書き手段とを設けるこ
とにより、多階調データに対する輪郭部分が階調値に対
応した多階調幅太データが生成することができ、階調を
表現することが可能な出力デバイスに対して美しい多階
調幅太データを出力することを可能とするものである。
As described above, the multi-grayscale wide data generating apparatus according to the first aspect of the present invention and the multi-grayscale wide data generating method according to the second aspect of the present invention provide a multi-grayscale wide data generating means and a multi-grayscale data holding means. By providing a data shift means, a multi-gradation data synthesizing means, a multi-gradation data binarization means and a binary data overwriting means, a multi-gradation wide data whose contour portion for the multi-gradation data corresponds to the gradation value is provided. Can be generated, and beautiful multi-tone wide data can be output to an output device capable of expressing a tone.

【0090】本発明の請求項3記載の多階調幅太データ
生成装置および請求項4記載の多階調幅太データ生成方
法は、多階調データ保持手段と、画素階調値判定手段
と、近傍画素最大階調値算出設定手段と、前景色設定手
段とを設けることにより、請求項1記載の多階調幅太デ
ータ生成装置および請求項2記載の多階調幅太データ生
成方法と比較して、多階調データのシフト・合成および
多階調データの2値化・上書きが同時に実行できるため
処理速度が高速になる。生成されるデータも同一であ
る。
According to a third aspect of the present invention, there is provided a multi-gradation wide data generating apparatus and a multi-gradation wide data generating method according to a fourth aspect of the present invention. By providing the pixel maximum gradation value calculation setting means and the foreground color setting means, compared with the multi-gradation wide data generating apparatus according to claim 1 and the multi-gradation wide data generating method according to claim 2, Since the shift and synthesis of the multi-tone data and the binarization and overwriting of the multi-tone data can be performed simultaneously, the processing speed is increased. The generated data is the same.

【0091】本発明の請求項5記載の多階調幅太データ
生成装置および請求項6記載の多階調幅太データ生成方
法は、多階調データ保持手段と、多階調データシフト手
段と、多階調データ合成手段と、画素階調値判定手段
と、隣接画素最大階調値算出手段と、画素連結性判定手
段と、中間階調値設定手段と、前景色設定手段とを設け
ることにより、画素連結性を判定することで、画素連結
性無しと判定される輪郭部分には中間階調値を、画素連
結性有り判定される輪郭内部には前景色を設定すること
が可能となり、輪郭部分のみが中間階調で表現されるよ
り美しい水平方向または垂直方向のいずれか一方に太ら
せた多階調幅太データを生成することを可能とする。
According to a fifth aspect of the present invention, there is provided a multi-gradation wide data generating apparatus and a multi-gradation wide data generating method according to a sixth aspect of the present invention. By providing a tone data synthesizing unit, a pixel tone value determining unit, an adjacent pixel maximum tone value calculating unit, a pixel connectivity determining unit, an intermediate tone value setting unit, and a foreground color setting unit, By determining the pixel connectivity, it is possible to set an intermediate gradation value in an outline portion determined to have no pixel connectivity, and to set a foreground color in an outline determined to have the pixel connectivity. It is possible to generate multi-gradation wide data in which only the horizontal direction or the vertical direction, which is expressed only by the intermediate gradation, is more beautiful.

【0092】本発明の請求項7記載の多階調幅太データ
生成装置および請求項8記載の多階調幅太データ生成方
法は、多階調データ保持手段と、画素階調値判定手段
と、隣接画素最大階調値算出手段と、画素連結性判定手
段と、中間階調値設定手段と、前景色設定手段と、近傍
画素最大階調値算出設定手段とを設けることにより、生
成されるデータは請求項5記載の多階調幅太データ生成
装置および請求項6記載の多階調幅太データ生成方法と
同様であるが、多階調データのシフト・合成および画素
連結性を判定と階調値設定を同時に実行することが可能
となるため、より高速なデータ生成が実現できる。
According to a seventh aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method. The data generated by providing the pixel maximum gradation value calculation means, the pixel connectivity determination means, the intermediate gradation value setting means, the foreground color setting means, and the neighboring pixel maximum gradation value calculation setting means Similar to the multi-gradation wide data generating apparatus according to the fifth aspect and the multi-gradation wide data generating method according to the sixth aspect, except that the shift / synthesis of multi-gradation data and the pixel connectivity are determined and the gradation value is set. Can be executed at the same time, so that higher-speed data generation can be realized.

【0093】本発明の請求項9記載の多階調幅太データ
生成装置および請求項10記載の多階調幅太データ生成
方法は、請求項1記載の多階調幅太データ生成装置およ
び請求項2記載の多階調幅太データ生成方法に繰り返し
制御手段が付加された構成であり、繰り返し制御手段で
請求項1記載の多階調幅太データ生成装置および請求項
2記載の多階調幅太データ生成方法による多階調幅太デ
ータ生成を指定回数だけ繰り返し実行することにより種
々の太さの多階調データを作成することが可能となる。
According to a ninth aspect of the present invention, there is provided a multi-tone wide data generating apparatus and a multi-tone wide data generating method according to the tenth aspect. And a repetition control means. The repetition control means includes a multi-tone wide data generating apparatus according to claim 1 and a multi-tone wide data generating method according to claim 2. By repeatedly executing the multi-gradation width thick data generation a specified number of times, it is possible to create multi-gradation data having various thicknesses.

【0094】本発明の請求項11記載の多階調幅太デー
タ生成装置および請求項12記載の多階調幅太データ生
成方法は、請求項3記載の多階調幅太データ生成装置お
よび請求項4記載の多階調幅太データ生成方法に繰り返
し制御手段が付加された構成であり、繰り返し制御手段
で請求項1記載の多階調幅太データ生成装置および請求
項2記載の多階調幅太データ生成方法による多階調幅太
データ生成を指定回数だけ繰り返し実行することにより
種々の太さの多階調データを請求項9記載の多階調幅太
データ生成装置および請求項10記載の多階調幅太デー
タ生成方法よりも高速に作成することが可能となる。
The multi-grayscale wide data generating apparatus according to the eleventh aspect of the present invention and the multi-grayscale wide data generating method according to the twelfth aspect of the present invention provide the multi-grayscale wide data generating apparatus according to the third aspect and the fourth aspect. And a repetition control means. The repetition control means includes a multi-tone wide data generating apparatus according to claim 1 and a multi-tone wide data generating method according to claim 2. 11. The multi-gradation wide data generating apparatus according to claim 9, and the multi-gradation wide data generating method according to claim 10, wherein the multi-gradation wide data generating method is repeated by a specified number of times to generate multi-gradation wide data. It can be created faster.

【0095】本発明の請求項13記載の多階調幅太デー
タ生成装置および請求項114記載の多階調幅太データ
生成方法は、請求項5記載の多階調幅太データ生成装置
および請求項6記載の多階調幅太データ生成方法に繰り
返し制御手段が付加された構成であり、繰り返し制御手
段で請求項5記載の多階調幅太データ生成装置および請
求項6記載の多階調幅太データ生成方法による多階調幅
太データ生成を指定回数だけ繰り返し実行することによ
り水平方向または垂直方向のいずれか一方に太らせた種
々の太さの美しい多階調データを作成することが可能と
なる。
According to a thirteenth aspect of the present invention, a multi-tone wide data generating apparatus and a multi-tone wide data generating method according to a fourteenth aspect of the present invention are provided. And a repetition control means. The repetition control means includes a multi-tone wide data generating apparatus according to claim 5 and a multi-tone wide data generating method according to claim 6. By repeatedly generating the multi-gradation width thick data a specified number of times, it is possible to create beautiful multi-gradation data of various thicknesses, which are thickened in either the horizontal direction or the vertical direction.

【0096】本発明の請求項15記載の多階調幅太デー
タ生成装置および請求項16記載の多階調幅太データ生
成方法は、請求項3記載の多階調幅太データ生成装置お
よび請求項4記載の多階調幅太データ生成方法に繰り返
し制御手段が付加された構成であり、繰り返し制御手段
で請求項1記載の多階調幅太データ生成装置および請求
項2記載の多階調幅太データ生成方法による多階調幅太
データ生成を指定回数だけ繰り返し実行することにより
水平方向または垂直方向のいずれか一方に太らせた種々
の太さの美しい多階調データを請求項13記載の多階調
幅太データ生成装置および請求項14記載の多階調幅太
データ生成方法よりも高速に作成することが可能とな
る。
According to a fifteenth aspect of the present invention, a multi-tone wide data generating apparatus and a multi-tone wide data generating method according to a sixteenth aspect of the present invention are described. And a repetition control means. The repetition control means includes a multi-tone wide data generating apparatus according to claim 1 and a multi-tone wide data generating method according to claim 2. 14. The multi-tone wide data generation according to claim 13, wherein the multi-tone wide data generation is repeatedly performed a specified number of times, whereby beautiful multi-tone data of various thicknesses thickened in either the horizontal direction or the vertical direction. It can be created at a higher speed than the apparatus and the multi-gradation wide data generation method according to the fourteenth aspect.

【0097】本発明の請求項17記載の多階調幅太デー
タ生成装置は、請求項9または請求項11記載の多階調
幅太データ生成装置と、請求項13または請求項15記
載の多階調幅太データ生成装置を併用できる構成であ
り、それぞれを何回ずつ繰り返すかを指定することによ
り、水平方向と垂直方向の太らせ方の比率を任意に設定
した多階調幅太データを作成することが可能となる。
According to a seventeenth aspect of the present invention, there is provided a multi-grayscale wide data generating device according to the ninth or eleventh aspect, and a multi-grayscale wide data generating device according to the thirteenth or fifteenth aspect. It is a configuration that can be used together with a thick data generation device, and by specifying how many times each is repeated, it is possible to create multi-gradation width thick data with an arbitrary setting of the ratio of how to thicken in the horizontal direction and vertical direction It becomes possible.

【0098】本発明の請求項18記載の多階調幅太デー
タ生成方法は、請求項10または請求項12記載の多階
調幅太データ生成方法と、請求項14または請求項16
記載の多階調幅太データ生成方法を併用できる構成であ
り、それぞれを何回ずつ繰り返すかを指定することによ
り、水平方向と垂直方向の太らせ方の比率を任意に設定
した多階調幅太データを作成することが可能となる。
According to the eighteenth aspect of the present invention, there is provided a multi-tone wide data generating method according to the tenth or twelfth aspect of the present invention.
The multi-tone width data generation method described above can be used together, and by specifying how many times each is to be repeated, the multi-tone width thick data in which the ratio of how to thicken in the horizontal and vertical directions is set arbitrarily Can be created.

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

【図1】本発明の第1の実施例における多階調幅太デー
タ生成装置の構成図
FIG. 1 is a configuration diagram of a multi-tone wide data generating apparatus according to a first embodiment of the present invention;

【図2】従来の2値データ幅太生成装置の構成図FIG. 2 is a configuration diagram of a conventional binary data width generation apparatus.

【図3】2値データ保持手段で保持される2値データの
一例を示す図
FIG. 3 is a diagram illustrating an example of binary data held by a binary data holding unit;

【図4】図3の2値データをシフトした4種類のデータ
を示す図
FIG. 4 is a diagram showing four types of data obtained by shifting the binary data of FIG. 3;

【図5】図4の4種類のデータと元のデータの合成によ
って生成された2値幅太データを示す図
FIG. 5 is a diagram showing thick binary data generated by combining the four types of data shown in FIG. 4 with original data;

【図6】多階調データの一例を示す図FIG. 6 is a diagram showing an example of multi-tone data.

【図7】図6の多階調データを4方向にシフトして得ら
れる4種類のデータを示す図
FIG. 7 is a diagram showing four types of data obtained by shifting the multi-tone data of FIG. 6 in four directions.

【図8】図7のシフト後の4種類のデータを合成して得
られた多階調合成データを示す図
FIG. 8 is a diagram showing multi-tone composite data obtained by combining four types of data after shifting in FIG. 7;

【図9】図7の多階調データをシフトして得られる4種
類のデータを示す図
FIG. 9 is a diagram showing four types of data obtained by shifting the multi-tone data of FIG. 7;

【図10】多階調データ2値化手段によって生成される
2値データを示す図
FIG. 10 is a diagram showing binary data generated by multi-tone data binarization means;

【図11】本発明の第2実施例における多階調幅太デー
タ生成装置の構成図
FIG. 11 is a configuration diagram of a multi-tone wide data generation apparatus according to a second embodiment of the present invention.

【図12】図11の2値データの前景色である画素のみ
を図10の多階調合成データの対応する位置の画素に上
書きして作成された多階調幅太データを示す図
12 is a diagram showing multi-gradation wide data created by overwriting only pixels that are the foreground color of the binary data in FIG. 11 with corresponding pixels in the multi-gradation composite data in FIG.

【図13】図6の多階調データから生成される多階調幅
太データを示す図
FIG. 13 is a diagram showing multi-tone wide data generated from the multi-tone data of FIG. 6;

【図14】図14は本発明の第3実施例における多階調
幅太データ生成装置の構成図
FIG. 14 is a configuration diagram of a multi-tone wide data generating apparatus according to a third embodiment of the present invention;

【図15】多階調データの一例を示す図FIG. 15 is a diagram showing an example of multi-tone data.

【図16】図15の多階調データを左右方向に1画素ず
つシフトした2種類のデータを示す図
16 is a diagram showing two types of data obtained by shifting the multi-tone data of FIG. 15 by one pixel in the horizontal direction.

【図17】多階調データ合成手段で生成される多階調合
成データを示す図
FIG. 17 is a diagram showing multi-tone composite data generated by multi-tone data synthesizing means;

【図18】品質の良くない多階調幅太データの一例を示
す図
FIG. 18 is a diagram showing an example of multi-tone wide data with poor quality.

【図19】図15の多階調データの2値化データを示す
19 is a diagram showing binarized data of the multi-tone data of FIG.

【図20】品質の良くない多階調幅太データの一例を示
す図
FIG. 20 is a diagram showing an example of multi-tone wide data with poor quality.

【図21】第3および第4実施例における多階調幅太デ
ータ生成装置で生成される多階調幅太データを示す図
FIG. 21 is a diagram showing multi-tone wide data generated by the multi-tone wide data generation device according to the third and fourth embodiments.

【図22】第4実施例における多階調幅太データ生成装
置の構成図
FIG. 22 is a configuration diagram of a multi-tone wide data generating apparatus according to a fourth embodiment.

【図23】第5実施例における多階調幅太データ生成装
置の構成図
FIG. 23 is a configuration diagram of a multi-tone wide data generating apparatus according to a fifth embodiment.

【図24】図6の多階調データを繰り返し回数を2回に
指定して生成した多階調幅太データを示す図
FIG. 24 is a diagram showing multi-tone wide data generated by designating the number of repetitions of the multi-tone data of FIG. 6 to two;

【図25】第6実施例における多階調幅太データ生成装
置の構成図
FIG. 25 is a configuration diagram of a multi-tone wide data generation apparatus according to a sixth embodiment.

【図26】第7実施例における多階調幅太データ生成装
置の構成図
FIG. 26 is a configuration diagram of a multi-tone wide data generating apparatus according to a seventh embodiment.

【図27】図15の多階調データを繰り返し回数を2回
に指定して生成した多階調幅太データを示す図
FIG. 27 is a diagram showing multi-tone wide data generated by designating the number of repetitions of the multi-tone data of FIG. 15 to two;

【図28】第8実施例における多階調幅太データ生成装
置の構成図
FIG. 28 is a configuration diagram of a multi-tone wide data generation apparatus according to an eighth embodiment.

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

1 多階調データ保持手段 2 多階調データシフト手段 3 多階調データ合成手段 4 多階調データ2値化手段 5 2値データ上書き手段 6 2値データ保持手段 7 2値データシフト手段 8 2値データ合成手段 9 多階調データ保持手段 10 画素階調値判定手段 11 近傍画素最大階調値算出設定手段 12 前景色設定手段 13 多階調データ保持手段 14 多階調データシフト手段 15 多階調データ合成手段 16 画素階調値判定手段 17 隣接画素最大階調値算出手段 18 画素連結性判定手段 19 中間階調値設定手段 20 前景色設定手段 21 多階調データ保持手段 22 画素階調値判定手段 23 隣接画素最大階調値算出手段 24 画素連結性判定手段 25 中間階調値設定手段 26 前景色設定手段 27 近傍画素最大階調値算出設定手段 28 多階調データ保持手段 29 多階調データシフト手段 30 多階調データ合成手段 31 多階調データ2値化手段 32 2値データ上書き手段 33 繰り返し制御手段 34 多階調データ保持手段 35 画素階調値判定手段 36 近傍画素最大階調値算出設定手段 37 前景色設定手段 38 繰り返し制御手段 39 多階調データ保持手段 40 多階調データシフト手段 41 多階調データ合成手段 42 画素階調値判定手段 43 隣接画素最大階調値算出手段 44 画素連結性判定手段 45 中間階調値設定手段 46 前景色設定手段 47 繰り返し制御手段 48 多階調データ保持手段 49 画素階調値判定手段 50 隣接画素最大階調値算出手段 51 画素連結性判定手段 52 中間階調値設定手段 53 前景色設定手段 54 近傍画素最大階調値算出設定手段 55 繰り返し制御手段 DESCRIPTION OF SYMBOLS 1 Multi-gradation data holding means 2 Multi-gradation data shifting means 3 Multi-gradation data synthesizing means 4 Multi-gradation data binarization means 5 Binary data overwriting means 6 Binary data holding means 7 Binary data shifting means 8 2 Value data synthesizing means 9 Multi-tone data holding means 10 Pixel tone value judging means 11 Neighboring pixel maximum tone value calculation setting means 12 Foreground color setting means 13 Multi-tone data holding means 14 Multi-tone data shifting means 15 Multi-level Tone data synthesizing means 16 Pixel tone value judging means 17 Neighboring pixel maximum tone value calculating means 18 Pixel connectivity judging means 19 Intermediate tone value setting means 20 Foreground color setting means 21 Multi-tone data holding means 22 Pixel tone values Judgment means 23 Neighboring pixel maximum tone value calculation means 24 Pixel connectivity judgment means 25 Intermediate tone value setting means 26 Foreground color setting means 27 Neighboring pixel maximum tone value calculation setting means 28 Multi-gray scale data holding means 29 Multi-gray scale data shift means 30 Multi-gray scale data synthesizing means 31 Multi-gray scale data binarization means 32 Binary data overwriting means 33 Repetition control means 34 Multi-gray scale data holding means 35 Pixel floor Tone value judging means 36 Neighboring pixel maximum tone value calculation setting means 37 Foreground color setting means 38 Repetition control means 39 Multi-tone data holding means 40 Multi-tone data shift means 41 Multi-tone data synthesizing means 42 Pixel tone value judgment Means 43 Neighboring pixel maximum tone value calculating means 44 Pixel connectivity determining means 45 Intermediate tone value setting means 46 Foreground color setting means 47 Repetition control means 48 Multi-tone data holding means 49 Pixel tone value determining means 50 Neighboring pixel maximum Tone value calculating means 51 Pixel connectivity determining means 52 Intermediate tone value setting means 53 Foreground color setting means 54 Neighboring pixel maximum tone value Calculation setting means 55 Repetition control means

───────────────────────────────────────────────────── フロントページの続き (72)発明者 宮部 義幸 大阪府門真市大字門真1006番地 松下電 器産業株式会社内 (72)発明者 松居 美佳 大阪府門真市大字門真1006番地 松下電 器産業株式会社内 (58)調査した分野(Int.Cl.6,DB名) G09G 5/00 - 5/40 G06T 5/00 G06T 5/30 ──────────────────────────────────────────────────の Continuing on the front page (72) Yoshiyuki Miyabe 1006 Kazuma Kadoma, Kadoma City, Osaka Prefecture Matsushita Electric Industrial Co., Ltd. (72) Mika Matsui 1006 Kadoma Kadoma Kadoma City, Osaka Matsushita Electric Industrial Co., Ltd. (58) Investigated field (Int.Cl. 6 , DB name) G09G 5/00-5/40 G06T 5/00 G06T 5/30

Claims (18)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】多階調データから幅太データを生成する多
階調幅太データ生成装置であって、多階調データ保持手
段と多階調データシフト手段と多階調データ合成手段と
多階調データ2値化手段と2値データ上書き手段からな
り、多階調データ保持手段で幅太処理をする対象となる
多階調データを保持し、多階調データシフト手段で、前
記多階調データ保持手段に保持された多階調データを上
下左右など定められた複数方向にそれぞれ1画素ずつシ
フトした複数データを生成し、多階調データ合成手段
で、多階調データシフト手段でシフトされた複数データ
を、対応する位置にある各画素に関して最も階調レベル
が高いデータを有効とする方法で合成することにより多
階調合成データを生成し、多階調データ2値化手段で、
前記多階調データ保持手段に保持された多階調データの
背景部分以外の画素をすべて前景色に変更した2値デー
タを生成し、2値データ上書き手段で、多階調データ2
値化手段で生成された2値データの前景色の画素のみ
を、多階調データ合成手段で合成された多階調合成デー
タの対応する位置の画素に上書きすることにより、多階
調幅太データを生成する手段を備えたことを特徴とする
多階調幅太データ生成装置。
1. A multi-tone wide data generating apparatus for generating wide data from multi-tone data, comprising: a multi-tone data holding means; a multi-tone data shift means; a multi-tone data synthesizing means; A multi-tone data binarizing unit and a binary data overwriting unit, wherein the multi-gradation data holding unit holds multi-gradation data to be subjected to wide processing, and the multi-gradation data shifting unit sets the multi-gradation data shift unit. A plurality of data is generated by shifting the multi-gradation data held in the data holding means by one pixel in each of a plurality of predetermined directions such as up, down, left and right, and is shifted by the multi-gradation data shifting means by the multi-gradation data synthesizing means. The multi-gradation data is generated by synthesizing the plurality of pieces of data by a method that validates the data having the highest gradation level for each pixel at the corresponding position.
Binary data in which all pixels other than the background portion of the multi-tone data held in the multi-tone data holding means are changed to the foreground color, and the multi-tone data 2
By overwriting only the pixel of the foreground color of the binary data generated by the binarizing means to the pixel at the corresponding position of the multi-tone composite data synthesized by the multi-tone data synthesizing means, the multi-tone wide data is obtained. And a means for generating a multi-gradation wide data.
【請求項2】多階調データから幅太データを生成する多
階調幅太データ生成方法であって、多階調データ保持手
段と多階調データシフト手段と多階調データ合成手段と
多階調データ2値化手段と2値データ上書き手段からな
り、多階調データ保持手段で幅太処理をする対象となる
多階調データを保持し、多階調データシフト手段で、前
記多階調データ保持手段に保持された多階調データを上
下左右など定められた複数方向にそれぞれ1画素ずつシ
フトした複数データを生成し、多階調データ合成手段
で、多階調データシフト手段でシフトされた複数データ
を、対応する位置にある各画素に関して最も階調レベル
が高いデータを有効とする方法で合成することにより多
階調合成データを生成し、多階調データ2値化手段で、
前記多階調データ保持手段に保持された多階調データの
背景部分以外の画素をすべて前景色に変更した2値デー
タを生成し、2値データ上書き手段で、多階調データ2
値化手段で生成された2値データの前景色の画素のみ
を、多階調データ合成手段で合成された多階調合成デー
タの対応する位置の画素に上書きすることにより、多階
調幅太データを生成することを特徴とする多階調幅太デ
ータ生成方法。
2. A multi-tone wide data generation method for generating wide data from multi-tone data, comprising a multi-tone data holding means, a multi-tone data shift means, a multi-tone data synthesizing means, A multi-tone data binarizing unit and a binary data overwriting unit, wherein the multi-gradation data holding unit holds multi-gradation data to be subjected to wide processing, and the multi-gradation data shifting unit sets the multi-gradation data shift unit. A plurality of data is generated by shifting the multi-gradation data held in the data holding means by one pixel in each of a plurality of predetermined directions such as up, down, left and right, and is shifted by the multi-gradation data shifting means by the multi-gradation data synthesizing means. The multi-gradation data is generated by synthesizing the plurality of pieces of data by a method that validates the data having the highest gradation level for each pixel at the corresponding position.
Binary data in which all pixels other than the background portion of the multi-tone data held in the multi-tone data holding means are changed to the foreground color, and the multi-tone data 2
By overwriting only the pixel of the foreground color of the binary data generated by the binarizing means to the pixel at the corresponding position of the multi-tone composite data synthesized by the multi-tone data synthesizing means, the multi-tone wide data is obtained. And generating a multi-gradation wide data.
【請求項3】多階調データから幅太データを生成する多
階調幅太データ生成装置であって、多階調データ保持手
段と、画素階調値判定手段と、近傍画素最大階調値算出
設定手段と、前景色設定手段とからなり、多階調データ
保持手段で幅太処理をする対象となる多階調データを保
持し、画素階調値判定手段で、多階調データの各画素に
対して、画素の階調値が背景色であるかどうかを判定
し、近傍画素最大階調値算出設定手段で、画素階調値判
定手段の判定結果が背景色の場合に、前記画素の近傍画
素のうち最も階調レベルが高い画素の階調値を算出し、
その階調値を多階調幅太データの前記画素に対応する位
置の画素の階調値として設定し、前景色設定手段で、画
素階調値判定手段の判定結果が背景色以外の場合に、前
景色の階調値を多階調幅太データの前記画素に対応する
位置の画素の階調値として設定することにより、多階調
幅太データを生成する手段を備えたことを特徴とする多
階調幅太データ生成装置。
3. A multi-tone wide data generating apparatus for generating wide-width data from multi-tone data, comprising: a multi-tone data holding means; a pixel tone value determining means; The multi-gradation data holding unit holds the multi-gradation data to be subjected to the wide processing, and the pixel gradation value determining unit sets each pixel of the multi-gradation data. It is determined whether or not the tone value of the pixel is the background color, and if the determination result of the pixel tone value determining means is the background color by the neighboring pixel maximum tone value calculation setting means, The tone value of the pixel having the highest tone level among the neighboring pixels is calculated,
The gradation value is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data, and when the judgment result of the pixel gradation value judgment means is other than the background color by the foreground color setting means, Means for generating multi-gradation thick data by setting a gradation value of a foreground color as a gradation value of a pixel at a position corresponding to the pixel of the multi-gradation wide data. Thickness data generator.
【請求項4】多階調データから幅太データを生成する多
階調幅太データ生成方法であって、多階調データ保持手
段と、画素階調値判定手段と、近傍画素最大階調値算出
設定手段と、前景色設定手段とからなり、多階調データ
保持手段で幅太処理をする対象となる多階調データを保
持し、画素階調値判定手段で、多階調データの各画素に
対して、画素の階調値が背景色であるかどうかを判定
し、近傍画素最大階調値算出設定手段で、画素階調値判
定手段の判定結果が背景色の場合に、前記画素の近傍画
素のうち最も階調レベルが高い画素の階調値を算出し、
その階調値を多階調幅太データの前記画素に対応する位
置の画素の階調値として設定し、前景色設定手段で、画
素階調値判定手段の判定結果が背景色以外の場合に、前
景色の階調値を多階調幅太データの前記画素に対応する
位置の画素の階調値として設定することにより、多階調
幅太データを生成することを特徴とする多階調幅太デー
タ生成方法。
4. A multi-tone wide data generating method for generating wide data from multi-tone data, comprising: a multi-tone data holding means, a pixel tone value determining means, and a neighboring pixel maximum tone value calculation. The multi-gradation data holding unit holds the multi-gradation data to be subjected to the wide processing, and the pixel gradation value determining unit sets each pixel of the multi-gradation data. It is determined whether or not the tone value of the pixel is the background color, and if the determination result of the pixel tone value determining means is the background color by the neighboring pixel maximum tone value calculation setting means, The tone value of the pixel having the highest tone level among the neighboring pixels is calculated,
The gradation value is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data, and when the judgment result of the pixel gradation value judgment means is other than the background color by the foreground color setting means, A multi-tone wide data is generated by setting a tone value of a foreground color as a tone value of a pixel at a position corresponding to the pixel of the multi-tone wide data, thereby generating the multi-tone wide data. Method.
【請求項5】多階調データから水平方向または垂直方向
のいずれか一方に太らせた幅太データを生成する多階調
幅太データ生成装置であって、多階調データ保持手段
と、多階調データシフト手段と、多階調データ合成手段
と、画素階調値判定手段と、隣接画素最大階調値算出手
段と、画素連結性判定手段と、中間階調値設定手段と、
前景色設定手段とからなり、多階調データ保持手段で幅
太処理をする対象となる多階調データを保持し、多階調
データシフト手段で、前記多階調データ保持手段に保持
された多階調データを、水平方向に太らせる場合には左
右方向に、垂直方向に太らせる場合には上下方向に、そ
れぞれ1画素ずつシフトした2種類のデータを生成し、
多階調データ合成手段で、多階調データシフト手段でシ
フトされた2種類のデータを、対応する位置にある各画
素に関して最も階調レベルが高いデータを有効とする方
法で合成することにより多階調合成データを生成し、画
素階調値判定手段で、多階調データの各画素に対して、
画素の階調値が背景色か前景色か中間階調色かを判定
し、隣接画素最大階調値算出手段で、画素階調値判定手
段の判定結果が中間階調色の場合に限り、水平方向に太
らせる場合には前記画素の上・右上・左上の3近傍画素
のうちの最大階調値と前記画素の下・右下・左下の3近
傍画素のうちの最大階調値を算出し、垂直方向に太らせ
る場合には前記画素の右・右上・右下の3近傍画素のう
ちの最大階調値と前記画素の左・左上・左下の3近傍画
素のうちの最大階調値を算出し、画素連結性判定手段
で、画素階調値判定手段の判定結果が中間階調色の場合
に限り、隣接画素最大階調値算出手段で算出した2種類
の最大階調値のうちいずれか一方でも背景色である場合
には画素連結性無し、両方とも背景色以外の場合には画
素連結性有りと判定し、中間階調値設定手段で、画素連
結性判定手段での判定結果が画素連結性無しの場合に限
り、前記画素の階調値を中間階調値のまま多階調データ
合成手段で生成した多階調合成データの対応する位置の
画素に上書きし、前景色設定手段で、画素階調値判定手
段の判定結果が前景色の場合および画素連結性判定手段
の判定結果が画素連結性有りの場合に、前景色の階調値
を多階調データ合成手段で生成した多階調合成データの
対応する位置の画素に上書きすることにより、多階調幅
太データを生成する手段を備えたことを特徴とする多階
調幅太データ生成装置。
5. A multi-tone wide data generating apparatus for generating wide data thickened in one of a horizontal direction and a vertical direction from multi-tone data, comprising: a multi-tone data holding means; Tone data shifting means, multi-tone data synthesizing means, pixel tone value determining means, adjacent pixel maximum tone value calculating means, pixel connectivity determining means, intermediate tone value setting means,
The multi-gradation data holding unit holds the multi-gradation data to be subjected to the wide processing, and the multi-gradation data shifting unit holds the multi-gradation data holding unit. When the multi-gradation data is made thicker in the horizontal direction, two types of data are generated, each shifted by one pixel, in the left-right direction, and in the case of making it thicker in the vertical direction,
The multi-tone data synthesizing means synthesizes the two types of data shifted by the multi-tone data shift means by a method of validating the data having the highest tone level for each pixel at the corresponding position. Generates grayscale composite data, and the pixel grayscale value determination unit performs, for each pixel of the multilevel grayscale data,
It is determined whether the gradation value of the pixel is the background color, the foreground color, or the intermediate gradation color, and only when the determination result of the pixel gradation value determination unit is the intermediate gradation color by the adjacent pixel maximum gradation value calculation unit, In the case of making the pixel thicker in the horizontal direction, the maximum gradation value of the three neighboring pixels above, upper right, and upper left of the pixel and the largest gradation value of the three neighboring pixels below, lower right, and lower left of the pixel are calculated. If the pixel is to be fattened in the vertical direction, the maximum gradation value of the three neighboring pixels on the right, upper right, and lower right of the pixel and the maximum gradation value of the three neighboring pixels on the left, upper left, and lower left of the pixel Is calculated by the pixel connectivity determination means, and only when the determination result of the pixel gradation value determination means is the intermediate gradation color, the two types of maximum gradation values calculated by the adjacent pixel maximum gradation value calculation means If one of them is the background color, it is determined that there is no pixel connectivity, and if both are other than the background color, it is determined that there is pixel connectivity. Only when the result of the determination by the pixel connectivity determining means indicates that there is no pixel connectivity in the intermediate tone value setting means, the multi-level data generated by the multi-level data synthesizing means with the intermediate tone value of the pixel unchanged. Overwrites the pixel at the corresponding position of the tone composite data, and the foreground color setting means determines that the pixel tone value determination means determines the foreground color and the pixel connectivity determination means determines that the pixel connectivity exists. And a means for generating multi-tone wide data by overwriting the foreground tone value on a pixel at a position corresponding to the multi-tone composite data generated by the multi-tone data synthesizing means. And a multi-gradation width thick data generator.
【請求項6】多階調データから水平方向または垂直方向
のいずれか一方に太らせた幅太データを生成する多階調
幅太データ生成方法であって、多階調データ保持手段
と、多階調データシフト手段と、多階調データ合成手段
と、画素階調値判定手段と、隣接画素最大階調値算出手
段と、画素連結性判定手段と、中間階調値設定手段と、
前景色設定手段とからなり、多階調データ保持手段で幅
太処理をする対象となる多階調データを保持し、多階調
データシフト手段で、前記多階調データ保持手段に保持
された多階調データを、水平方向に太らせる場合には左
右方向に、垂直方向に太らせる場合には上下方向に、そ
れぞれ1画素ずつシフトした2種類のデータを生成し、
多階調データ合成手段で、多階調データシフト手段でシ
フトされた2種類のデータを、対応する位置にある各画
素に関して最も階調レベルが高いデータを有効とする方
法で合成することにより多階調合成データを生成し、画
素階調値判定手段で、多階調データの各画素に対して、
画素の階調値が背景色か前景色か中間階調色かを判定
し、隣接画素最大階調値算出手段で、画素階調値判定手
段の判定結果が中間階調色の場合に限り、水平方向に太
らせる場合には前記画素の上・右上・左上の3近傍画素
のうちの最大階調値と前記画素の下・右下・左下の3近
傍画素のうちの最大階調値を算出し、垂直方向に太らせ
る場合には前記画素の右・右上・右下の3近傍画素のう
ちの最大階調値と前記画素の左・左上・左下の3近傍画
素のうちの最大階調値を算出し、画素連結性判定手段
で、画素階調値判定手段の判定結果が中間階調色の場合
に限り、隣接画素最大階調値算出手段で算出した2種類
の最大階調値のうちいずれか一方でも背景色である場合
には画素連結性無し、両方とも背景色以外の場合には画
素連結性有りと判定し、中間階調値設定手段で、画素連
結性判定手段での判定結果が画素連結性無しの場合に限
り、前記画素の階調値を中間階調値のまま多階調データ
合成手段で生成した多階調合成データの対応する位置の
画素に上書きし、前景色設定手段で、画素階調値判定手
段の判定結果が前景色の場合および画素連結性判定手段
の判定結果が画素連結性有りの場合に、前景色の階調値
を多階調データ合成手段で生成した多階調合成データの
対応する位置の画素に上書きすることにより、多階調幅
太データを生成することを特徴とする多階調幅太データ
生成方法。
6. A multi-tone wide data generation method for generating wide data thickened in one of a horizontal direction and a vertical direction from multi-tone data, comprising: a multi-tone data holding means; Tone data shifting means, multi-tone data synthesizing means, pixel tone value determining means, adjacent pixel maximum tone value calculating means, pixel connectivity determining means, intermediate tone value setting means,
The multi-gradation data holding unit holds the multi-gradation data to be subjected to the wide processing, and the multi-gradation data shifting unit holds the multi-gradation data holding unit. When the multi-gradation data is made thicker in the horizontal direction, two types of data are generated, each shifted by one pixel, in the left-right direction, and in the case of making it thicker in the vertical direction,
The multi-tone data synthesizing means synthesizes the two types of data shifted by the multi-tone data shift means by a method of validating the data having the highest tone level for each pixel at the corresponding position. Generates grayscale composite data, and the pixel grayscale value determination unit performs, for each pixel of the multilevel grayscale data,
It is determined whether the gradation value of the pixel is the background color, the foreground color, or the intermediate gradation color, and only when the determination result of the pixel gradation value determination unit is the intermediate gradation color by the adjacent pixel maximum gradation value calculation unit, In the case of making the pixel thicker in the horizontal direction, the maximum gradation value of the three neighboring pixels above, upper right, and upper left of the pixel and the largest gradation value of the three neighboring pixels below, lower right, and lower left of the pixel are calculated. If the pixel is to be fattened in the vertical direction, the maximum gradation value of the three neighboring pixels on the right, upper right, and lower right of the pixel and the maximum gradation value of the three neighboring pixels on the left, upper left, and lower left of the pixel Is calculated by the pixel connectivity determination means, and only when the determination result of the pixel gradation value determination means is the intermediate gradation color, the two kinds of maximum gradation values calculated by the adjacent pixel maximum gradation value calculation means If one of them is the background color, it is determined that there is no pixel connectivity, and if both are other than the background color, it is determined that there is pixel connectivity. Only when the result of determination by the pixel connectivity determination means indicates that there is no pixel connectivity in the intermediate gradation value setting means, the multi-level data generated by the multi-tone data synthesizing means with the gradation value of the pixel unchanged as the intermediate gradation value Overwrites the pixel at the corresponding position in the grayscale composite data, and the foreground color setting means determines that the pixel tone value determination means determines the foreground color and the pixel connectivity determination means determines that the pixel connectivity exists. A multi-tone width data is generated by overwriting a foreground tone value on a pixel at a corresponding position of the multi-tone composite data generated by the multi-tone data synthesizing means. Thickness data generation method.
【請求項7】多階調データから水平方向または垂直方向
のいずれか一方に太らせた幅太データを生成する多階調
幅太データ生成装置であって、多階調データ保持手段
と、画素階調値判定手段と、隣接画素最大階調値算出手
段と、画素連結性判定手段と、中間階調値設定手段と、
前景色設定手段と、近傍画素最大階調値算出設定手段か
らなり、多階調データ保持手段で幅太処理をする対象と
なる多階調データを保持し、画素階調値判定手段で、多
階調データの各画素に対して、画素の階調値が背景色か
前景色か中間階調色かを判定し、隣接画素最大階調値算
出手段で、画素階調値判定手段の判定結果が中間階調色
の場合に限り、水平方向に太らせる場合には前記画素の
上・右上・左上の3近傍画素のうちの最大階調値と前記
画素の下・右下・左下の3近傍画素のうちの最大階調値
を算出し、垂直方向に太らせる場合には前記画素の右・
右上・右下の3近傍画素のうちの最大階調値と前記画素
の左・左上・左下の3近傍画素のうちの最大階調値を算
出し、画素連結性判定手段で、画素階調値判定手段の判
定結果が中間階調色の場合に限り、隣接画素最大階調値
算出手段で算出した2種類の最大階調値のうちいずれか
一方でも背景色である場合には画素連結性無し、両方と
も背景色以外の場合には画素連結性有りと判定し、中間
階調値設定手段で、画素連結性判定手段での判定結果が
画素連結性無しの場合に限り、前記画素の階調値を中間
階調値のまま多階調幅太データの前記画素に対応する位
置の画素の階調値として設定し、前景色設定手段で、画
素階調値判定手段の判定結果が前景色の場合および画素
連結性判定手段の判定結果が画素連結性有りの場合に、
前景色の階調値を多階調幅太データの前記画素に対応す
る位置の画素の階調値として設定し、近傍画素最大階調
値算出設定手段で、画素階調値判定手段の判定結果が背
景色の場合に限り、水平方向に太らせる場合には前記画
素の左右の2近傍画素のうち最も階調レベルが高い画素
の階調値を算出し、垂直方向に太らせる場合には前記画
素の上下の2近傍画素のうち最も階調レベルが高い画素
の階調値を算出し、その算出した階調値を多階調幅太デ
ータの前記画素に対応する位置の画素の階調値として設
定することで、多階調幅太データを生成する手段を備え
たことを特徴とする多階調幅太データ生成装置。
7. A multi-tone wide data generating apparatus for generating wide data thickened in one of a horizontal direction and a vertical direction from multi-tone data, comprising: a multi-tone data holding means; Tone value determining means, adjacent pixel maximum tone value calculating means, pixel connectivity determining means, intermediate tone value setting means,
The foreground color setting means and the neighboring pixel maximum gradation value calculation setting means hold multi-gradation data to be subjected to the wide processing by the multi-gradation data holding means. For each pixel of the gradation data, it is determined whether the gradation value of the pixel is the background color, the foreground color, or the intermediate gradation color. Only when is the middle gradation color, when thickening in the horizontal direction, the maximum gradation value of the three neighboring pixels above, upper right, and upper left of the pixel and the three neighboring pixels below, lower right, and lower left of the pixel To calculate the maximum gradation value of a pixel and to make it thicker in the vertical direction,
The maximum gradation value of the three neighboring pixels on the upper right and lower right and the maximum gradation value of the three neighboring pixels on the left, upper left and lower left of the pixel are calculated. No pixel connectivity if only one of the two maximum gradation values calculated by the adjacent pixel maximum gradation value calculation unit is a background color, only if the judgment result of the judgment unit is the intermediate gradation color If both are other than the background color, it is determined that there is pixel connectivity, and only when the result of determination by the pixel connectivity determination means by the intermediate tone value setting means is no pixel connectivity, is the gradation of the pixel. The value is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data while maintaining the intermediate gradation value, and the foreground color setting means determines the pixel gradation value by the foreground color. And when the determination result of the pixel connectivity determining means indicates that there is pixel connectivity,
The gradation value of the foreground color is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data, and the determination result of the pixel gradation value determination means Only in the case of the background color, when increasing the width in the horizontal direction, calculate the gradation value of the pixel having the highest gradation level among the two neighboring pixels on the left and right of the pixel. Of the pixel having the highest gray level among the two neighboring pixels above and below, and setting the calculated gray value as the gray value of the pixel at the position corresponding to the pixel in the multi-tone wide data. And a means for generating multi-gradation thick data.
【請求項8】多階調データから水平方向または垂直方向
のいずれか一方に太らせた幅太データを生成する多階調
幅太データ生成方法であって、多階調データ保持手段
と、画素階調値判定手段と、隣接画素最大階調値算出手
段と、画素連結性判定手段と、中間階調値設定手段と、
前景色設定手段と、近傍画素最大階調値算出設定手段か
らなり、多階調データ保持手段で幅太処理をする対象と
なる多階調データを保持し、画素階調値判定手段で、多
階調データの各画素に対して、画素の階調値が背景色か
前景色か中間階調色かを判定し、隣接画素最大階調値算
出手段で、画素階調値判定手段の判定結果が中間階調色
の場合に限り、水平方向に太らせる場合には前記画素の
上・右上・左上の3近傍画素のうちの最大階調値と前記
画素の下・右下・左下の3近傍画素のうちの最大階調値
を算出し、垂直方向に太らせる場合には前記画素の右・
右上・右下の3近傍画素のうちの最大階調値と前記画素
の左・左上・左下の3近傍画素のうちの最大階調値を算
出し、画素連結性判定手段で、画素階調値判定手段の判
定結果が中間階調色の場合に限り、隣接画素最大階調値
算出手段で算出した2種類の最大階調値のうちいずれか
一方でも背景色である場合には画素連結性無し、両方と
も背景色以外の場合には画素連結性有りと判定し、中間
階調値設定手段で、画素連結性判定手段での判定結果が
画素連結性無しの場合に限り、前記画素の階調値を中間
階調値のまま多階調幅太データの前記画素に対応する位
置の画素の階調値として設定し、前景色設定手段で、画
素階調値判定手段の判定結果が前景色の場合および画素
連結性判定手段の判定結果が画素連結性有りの場合に、
前景色の階調値を多階調幅太データの前記画素に対応す
る位置の画素の階調値として設定し、近傍画素最大階調
値算出設定手段で、画素階調値判定手段の判定結果が背
景色の場合に限り、水平方向に太らせる場合には前記画
素の左右の2近傍画素のうち最も階調レベルが高い画素
の階調値を算出し、垂直方向に太らせる場合には前記画
素の上下の2近傍画素のうち最も階調レベルが高い画素
の階調値を算出し、その算出した階調値を多階調幅太デ
ータの前記画素に対応する位置の画素の階調値として設
定することで、多階調幅太データを生成することを特徴
とする多階調幅太データ生成方法。
8. A multi-tone wide data generation method for generating wide data thickened in one of a horizontal direction and a vertical direction from multi-tone data, comprising: a multi-tone data holding unit; Tone value determining means, adjacent pixel maximum tone value calculating means, pixel connectivity determining means, intermediate tone value setting means,
The foreground color setting means and the neighboring pixel maximum gradation value calculation setting means hold multi-gradation data to be subjected to the wide processing by the multi-gradation data holding means. For each pixel of the gradation data, it is determined whether the gradation value of the pixel is the background color, the foreground color, or the intermediate gradation color. Only when is the middle gradation color, when thickening in the horizontal direction, the maximum gradation value of the three neighboring pixels above, upper right, and upper left of the pixel and the three neighboring pixels below, lower right, and lower left of the pixel To calculate the maximum gradation value of a pixel and to make it thicker in the vertical direction,
The maximum gradation value of the three neighboring pixels on the upper right and lower right and the maximum gradation value of the three neighboring pixels on the left, upper left and lower left of the pixel are calculated. No pixel connectivity if only one of the two maximum gradation values calculated by the adjacent pixel maximum gradation value calculation unit is a background color, only if the judgment result of the judgment unit is the intermediate gradation color If both are other than the background color, it is determined that there is pixel connectivity, and only when the result of determination by the pixel connectivity determination means by the intermediate tone value setting means is no pixel connectivity, is the gradation of the pixel. The value is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data while maintaining the intermediate gradation value, and the foreground color setting means determines the pixel gradation value by the foreground color. And when the determination result of the pixel connectivity determining means indicates that there is pixel connectivity,
The gradation value of the foreground color is set as the gradation value of the pixel at the position corresponding to the pixel of the multi-gradation wide data, and the determination result of the pixel gradation value determination means Only in the case of the background color, when increasing the width in the horizontal direction, calculate the gradation value of the pixel having the highest gradation level among the two neighboring pixels on the left and right of the pixel. Of the pixel having the highest gray level among the two neighboring pixels above and below, and setting the calculated gray value as the gray value of the pixel at the position corresponding to the pixel in the multi-tone wide data. Thereby generating multi-gradation width data.
【請求項9】請求項1記載の多階調幅太データ生成装置
に繰り返し制御手段が付加された構成であり、繰り返し
制御手段で、請求項1記載の多階調幅太データ生成装置
による多階調幅太データ生成を指定回数だけ繰り返し実
行することにより、種々の太さのデータを作成すること
が可能であるような手段を備えたことを特徴とする請求
項1記載の多階調幅太データ生成装置。
9. A multi-gradation wide data generating apparatus according to claim 1, wherein a repetition control means is added to the multi-gradation wide data generating apparatus. 2. The multi-gradation width thick data generating apparatus according to claim 1, further comprising means for generating data of various thicknesses by repeatedly executing the thick data generation a specified number of times. .
【請求項10】請求項2記載の多階調幅太データ生成方
法に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項2記載の多階調幅太データ生成方
法による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であることを特徴とする請求項2記載の多階調
幅太データ生成方法。
10. A multi-grayscale wide data generation method according to claim 2, wherein repetition control means is added to the multi-grayscale wide data generation method. 3. The multi-gradation width thick data generating method according to claim 2, wherein data of various thicknesses can be created by repeatedly executing the thick data generation a specified number of times.
【請求項11】請求項3記載の多階調幅太データ生成装
置に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項3記載の多階調幅太データ生成装
置による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であるような手段を備えたことを特徴とする請
求項3記載の多階調幅太データ生成装置。
11. A multi-grayscale wide data generating apparatus according to claim 3, wherein repetition control means is added to the multi-grayscale wide data generating apparatus. 4. The multi-gradation width thick data generating apparatus according to claim 3, further comprising means for generating data of various thicknesses by repeatedly executing the thick data generation a specified number of times. .
【請求項12】請求項4記載の多階調幅太データ生成方
法に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項4記載の多階調幅太データ生成方
法による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であることを特徴とする請求項4記載の多階調
幅太データ生成方法。
12. A multi-grayscale wide data generating method according to claim 4, wherein repetition control means is added to the multi-grayscale wide data generating method. 5. The method of claim 4, wherein data of various thicknesses can be created by repeatedly executing the thick data generation a specified number of times.
【請求項13】請求項5記載の多階調幅太データ生成装
置に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項5記載の多階調幅太データ生成装
置による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であるような手段を備えたことを特徴とする請
求項5記載の多階調幅太データ生成装置。
13. A multi-grayscale wide data generation apparatus according to claim 5, wherein a repetition control means is added to the multi-grayscale wide data generation apparatus. 6. The multi-gradation width thick data generating apparatus according to claim 5, further comprising means for generating data of various thicknesses by repeatedly executing the thick data generation a specified number of times. .
【請求項14】請求項6記載の多階調幅太データ生成方
法に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項6記載の多階調幅太データ生成方
法による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であることを特徴とする請求項5記載の多階調
幅太データ生成方法。
14. A multi-gradation width thick data generating method according to claim 6, wherein a repetition control means is added to the multi-gradation width thick data generating method. 6. The multi-gradation width thick data generating method according to claim 5, wherein data of various thicknesses can be created by repeatedly executing the thick data generation a specified number of times.
【請求項15】請求項7記載の多階調幅太データ生成装
置に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項7記載の多階調幅太データ生成装
置による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であるような手段を備えたことを特徴とする請
求項7記載の多階調幅太データ生成装置。
15. A multi-gradation wide data generating apparatus according to claim 7, wherein repetition control means is added to the multi-gradation wide data generating apparatus. 8. The multi-gradation width thick data generating apparatus according to claim 7, further comprising means capable of generating data of various thicknesses by repeatedly executing the thick data generation a specified number of times. .
【請求項16】請求項8記載の多階調幅太データ生成方
法に繰り返し制御手段が付加された構成であり、繰り返
し制御手段で、請求項8記載の多階調幅太データ生成方
法による多階調幅太データ生成を指定回数だけ繰り返し
実行することにより、種々の太さのデータを作成するこ
とが可能であることを特徴とする請求項8記載の多階調
幅太データ生成方法。
16. A multi-gradation width thick data generating method according to claim 8, wherein a repetition control means is added to the multi-gradation width thick data generating method. 9. The method according to claim 8, wherein data of various thicknesses can be created by repeatedly executing the thick data generation a specified number of times.
【請求項17】請求項9または請求項11記載の多階調
幅太データ生成装置と、請求項13または請求項15記
載の多階調幅太データ生成装置を併用することにより、
水平方向と垂直方向の太らせ方の比率を任意に設定でき
る手段を備えたことを特徴とする多階調幅太データ生成
装置。
17. A multi-grayscale wide data generator according to claim 9 or 11, and a multi-grayscale wide data generator according to claim 13 or 15,
A multi-gradation wide data generating device, comprising: means for arbitrarily setting a ratio of a method of increasing the thickness in the horizontal direction and that in the vertical direction.
【請求項18】請求項10または請求項12記載の多階
調幅太データ生成方法と、請求項14または請求項16
記載の多階調幅太データ生成方法を併用することによ
り、水平方向と垂直方向の太らせ方の比率を任意に設定
できることを特徴とする多階調幅太データ生成方法。
18. A multi-tone wide data generating method according to claim 10 or claim 12, and a method according to claim 14 or 16.
A multi-tone wide data generation method characterized in that by using the multi-tone wide data generation method described above together, the ratio of thickening in the horizontal direction to the vertical direction can be arbitrarily set.
JP5336369A 1993-12-28 1993-12-28 Method and apparatus for generating multi-tone wide data Expired - Fee Related JP2906963B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
JP5336369A JP2906963B2 (en) 1993-12-28 1993-12-28 Method and apparatus for generating multi-tone wide data
US08/363,373 US5748798A (en) 1993-12-28 1994-12-23 Method and system for adding effects to gray scale images

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP5336369A JP2906963B2 (en) 1993-12-28 1993-12-28 Method and apparatus for generating multi-tone wide data

Publications (2)

Publication Number Publication Date
JPH07199903A JPH07199903A (en) 1995-08-04
JP2906963B2 true JP2906963B2 (en) 1999-06-21

Family

ID=18298430

Family Applications (1)

Application Number Title Priority Date Filing Date
JP5336369A Expired - Fee Related JP2906963B2 (en) 1993-12-28 1993-12-28 Method and apparatus for generating multi-tone wide data

Country Status (1)

Country Link
JP (1) JP2906963B2 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3519186B2 (en) * 1995-10-20 2004-04-12 富士通株式会社 Image halftone processing device
TW382674B (en) * 1997-02-28 2000-02-21 Matsushita Electric Ind Co Ltd Transmission/reception apparatus, method, and computer readable recording media for sets of image data with different numbers of shades
JPH10271497A (en) 1997-03-24 1998-10-09 Minolta Co Ltd Image processor
JP5197917B2 (en) * 2005-10-28 2013-05-15 京セラ株式会社 Data display device and data display method
WO2008059575A1 (en) * 2006-11-16 2008-05-22 Mitsubishi Electric Corporation Image processor and image processing program

Also Published As

Publication number Publication date
JPH07199903A (en) 1995-08-04

Similar Documents

Publication Publication Date Title
US4992955A (en) Apparatus for representing continuous tone and high contrast images on a bilevel display
JPH07283942A (en) Image printing method
JPH01321578A (en) Picture display system
JP2906963B2 (en) Method and apparatus for generating multi-tone wide data
US5748798A (en) Method and system for adding effects to gray scale images
KR930005377B1 (en) Lcd device and the method
JP2943591B2 (en) Multi-tone whiteout data generation method and apparatus
JP4058823B2 (en) Image processing device
JPH0659657A (en) Image processing device
JPH10191090A (en) Apparatus and method for manufacturing color conversion table, and recording medium
JP3823562B2 (en) Image processing device
JP2003076341A (en) Sequential color display device
JP3757644B2 (en) Image processing device
JP4281126B2 (en) Image processing device
JP2589953B2 (en) Character and image data generation apparatus and method
JP3172450B2 (en) Image information processing device
JPH09212640A (en) Multi-level framing data generation device and method therefor
JPH04273768A (en) Half tone transmission system
JPH08251397A (en) Method and device for image processing
JP2511966B2 (en) Graphic processing device
JPH07262351A (en) Image processor and control method for the same
JPH1023241A (en) Gradation character output device
JPH0730755A (en) Image processor
JP3009747B2 (en) Character output method and device
JPS6226632B2 (en)

Legal Events

Date Code Title Description
FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080402

Year of fee payment: 9

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

Free format text: PAYMENT UNTIL: 20090402

Year of fee payment: 10

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

Free format text: PAYMENT UNTIL: 20100402

Year of fee payment: 11

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

Free format text: PAYMENT UNTIL: 20110402

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20120402

Year of fee payment: 13

LAPS Cancellation because of no payment of annual fees