JPH05189575A - Bit map expansion system - Google Patents

Bit map expansion system

Info

Publication number
JPH05189575A
JPH05189575A JP3053392A JP5339291A JPH05189575A JP H05189575 A JPH05189575 A JP H05189575A JP 3053392 A JP3053392 A JP 3053392A JP 5339291 A JP5339291 A JP 5339291A JP H05189575 A JPH05189575 A JP H05189575A
Authority
JP
Japan
Prior art keywords
vector data
band
bit map
bitmap
command
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
JP3053392A
Other languages
Japanese (ja)
Other versions
JP2937509B2 (en
Inventor
Yukiya Ishioka
之也 石岡
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.)
Mutoh Industries Ltd
Original Assignee
Mutoh Industries 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 Mutoh Industries Ltd filed Critical Mutoh Industries Ltd
Priority to JP3053392A priority Critical patent/JP2937509B2/en
Publication of JPH05189575A publication Critical patent/JPH05189575A/en
Application granted granted Critical
Publication of JP2937509B2 publication Critical patent/JP2937509B2/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

PURPOSE:To increase the processing speed by dividing each graphic element by a specific division line prior to the expansion to bit map data and generating vector data with respect to each divided element. CONSTITUTION:The plotter command stored in a buffer 2 for input data is successively supplied to a command analyzing part 3, and the part 3 analyzes the plotter command, and the analysis result is supplied to a vector data converting part 4. The vector dividing part 4a of the vector data converting part 4 divides graphic elements of the given command analysis result for example, at every band and generates vector data with respect to each divided element. Vector data stored in a buffer 5 for vector data is expanded to a bit map in a band unit by bit map expansion part 6, and expanded bit map data is stored in, for example, a bit map memory 7 having 2M-byte capacity and one-band width.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、ホストコンピュータ等
から出力されるプロッタコマンドからビットマップデー
タを生成するためのビットマップ展開方式に関し、特に
1枚の図面に対応した画像情報を複数のバンドに分割
し、各バンド毎にビットマップ展開を行うバンディング
タイプのビットマップ展開方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a bitmap expansion method for generating bitmap data from a plotter command output from a host computer or the like, and particularly to image information corresponding to one drawing in a plurality of bands. The present invention relates to a banding type bitmap expansion method that divides and expands the bitmap for each band.

【0002】[0002]

【従来の技術】自動製図システムにおける出図装置とし
ては、一般的にペンプロッタが普及しているが、近年、
印字速度の点で優れたサーマルプリンタやレーザプリン
タ等のラスタ型出図装置も頻繁に使用されるようになっ
てきた。この場合、ホストコンピュータからは、通常、
ペンプロッタを想定したプロッタコマンドが出力される
ことが多いので、ペンプロッタとのコンパチビリティー
を確保するため、これらのラスタ型出図装置の入力イン
タフェースには、上記プロッタコマンドからビットマッ
プデータを生成するためのビットマップ展開手段が必要
になる。ところで、例えばA0サイズの図面を400ド
ット/インチの解像度で格納する場合、必要とされるビ
ットマップメモリの容量は、30Mバイトにも達する。
このため、A1,A0サイズといった大型の出図装置等
で全画素対応のビットマップメモリを使用するとなる
と、大幅のコストアップを招く。このため、1枚の図面
を複数本のバンドに分割し、バンド単位でビットマップ
展開を行うことにより、使用するビットマップメモリの
容量を例えば2Mバイト程度まで削減するようにしたバ
ンディングタイプのビットマップ展開方式も知られてい
る。
2. Description of the Related Art Pen plotters are commonly used as drawing devices in automatic drawing systems.
Raster type drawing devices such as thermal printers and laser printers, which are excellent in printing speed, have also been frequently used. In this case, from the host computer,
Since plotter commands intended for pen plotters are often output, bit map data is generated from the plotter commands in the input interface of these raster drawing devices in order to ensure compatibility with pen plotters. In order to do so, a bitmap expansion means is required. By the way, for example, when storing an A0 size drawing at a resolution of 400 dots / inch, the required capacity of the bitmap memory reaches 30 Mbytes.
For this reason, if a bitmap memory corresponding to all pixels is used in a large-sized drawing device such as A1 or A0 size, a large cost increase is incurred. For this reason, one drawing is divided into a plurality of bands, and bitmap expansion is performed in band units to reduce the capacity of the bitmap memory used to, for example, approximately 2 Mbytes. Banding type bitmap The deployment method is also known.

【0003】[0003]

【発明が解決しようとする課題】しかしながら、従来の
バンディングタイプのビットマップ展開方式では、各バ
ンド毎にビットマップ展開を行うとしても、ビットマッ
プ展開手段に与えられる情報は、図形要素の始点、終
点、中心点、半径等の情報に限られるため、バンドの境
界を認識して処理を行うことは困難である。例えば、専
用コマンドを有するグラフィックプロセッサを利用して
ビットマップ展開を行う場合でも、ソフトウェアの負担
を増やさずにバンディング処理に対処するため、作図不
可能な領域にクリッピングをかけて、全領域に対してビ
ットマップ展開を行うようにしている。このため、従来
は本来展開を必要としない領域に対してもビットマップ
展開を行うために出図までに時間がかかるという問題点
がある。
However, in the conventional banding type bitmap expansion method, even if the bitmap expansion is performed for each band, the information given to the bitmap expansion means is the start point and end point of the graphic element. Since it is limited to information such as the center point and radius, it is difficult to recognize the band boundary and perform processing. For example, even when using a graphic processor with dedicated commands to perform bitmap expansion, clipping is applied to the unprintable area to handle the banding process without increasing the software load, and Bitmap expansion is performed. For this reason, conventionally, there is a problem that it takes time to output a bitmap because the bitmap expansion is performed even for an area that originally does not require expansion.

【0004】本発明は、このような点に鑑みなされたも
ので、上述したバンディングタイプのビットマップ展開
処理方式において、処理速度を大幅に高めることができ
るビットマップ展開方式を提供することを目的とする。
The present invention has been made in view of the above circumstances, and it is an object of the present invention to provide a bitmap expansion method capable of significantly increasing the processing speed in the above-mentioned banding type bitmap expansion processing method. To do.

【0005】[0005]

【課題を解決するための手段】本発明に係るビットマッ
プ展開装置は、1枚の図面に対応した画像情報を複数の
バンドに分割し、各バンド毎に図形要素のベクタデータ
からビットマップデータへの展開を行うビットマップ展
開方式において、前記各図形要素を特定の1又は複数の
分割線で分割し、前記図形要素の分割された各要素につ
いてベクタデータを生成した後、これらのベクタデータ
をビットマップデータに展開することを特徴とする。
A bitmap development device according to the present invention divides image information corresponding to one drawing into a plurality of bands, and converts vector data of graphic elements into bitmap data for each band. In the bitmap expansion method for expanding the graphic elements, each graphic element is divided by a specific dividing line or a plurality of dividing lines, vector data is generated for each divided element of the graphic elements, and then these vector data are bit It is characterized by expanding to map data.

【0006】[0006]

【作用】本発明によれば、ビットマップデータへの展開
に先立って、各図形要素を特定の1又は複数の分割線で
分割し、分割された各要素についてベクタデータを生成
する。このため、例えば図形要素をバンド毎に分割した
場合には、1つのベクタデータの展開領域が1バンドの
みとなり、図形要素を2バンド毎に分割した場合には、
1つのベクタデータの展開領域が2バンドのみとなると
いうように、図形要素の展開領域が減少する。このた
め、ビットマップ展開の処理速度を大幅に向上させるこ
とができる。
According to the present invention, each graphic element is divided by a specific dividing line or a plurality of dividing lines prior to expansion into bitmap data, and vector data is generated for each divided element. Therefore, for example, when the graphic element is divided into bands, the expansion area of one vector data is only one band, and when the graphic element is divided into two bands,
The expansion area of graphic elements is reduced such that the expansion area of one vector data is only two bands. Therefore, the processing speed of bitmap expansion can be significantly improved.

【0007】[0007]

【実施例】以下、添付の図面を参照してこの発明の実施
例について説明する。図1は、この発明の一実施例に係
るビットマップ展開システムの構成を示す機能ブロック
図である。
Embodiments of the present invention will be described below with reference to the accompanying drawings. FIG. 1 is a functional block diagram showing the configuration of a bitmap expansion system according to an embodiment of the present invention.

【0008】ホストコンピュータ等から与えられるプロ
ッタコマンドは、インタフェース回路1を介して入力デ
ータ用バッファ2に格納されるようになっている。入力
データ用バッファ2に格納されたプロッタコマンドは、
コマンド解析部3に順次供給されている。コマンド解析
部3は、入力されたプロッタコマンドを解析するもの
で、その解析結果は、ベクタデータ変換部4に供給され
ている。ベクタデータ変換部4は、与えられたコマンド
解析結果の図形要素を例えばバンド毎に分割し、分割さ
れた各要素についてベクタデータを生成するベクタ分割
部4aを備えたものとなっている。得られたベクタデー
タは、ベクタデータ用バッファ5に一旦格納されるよう
になっている。ベクタデータ用バッファ5に格納された
ベクタデータは、ビットマップ展開部6に供給されてい
る。ビットマップ展開部6は、ベクタデータをバンド単
位でビットマップ展開する。ビットマップ展開部6で展
開されたビットマップデータは、例えば2Mバイトの容
量の1バンド幅のビットマップメモリ7に格納されるよ
うになっている。
A plotter command given from a host computer or the like is stored in the input data buffer 2 via the interface circuit 1. The plotter command stored in the input data buffer 2 is
It is sequentially supplied to the command analysis unit 3. The command analysis unit 3 analyzes the input plotter command, and the analysis result is supplied to the vector data conversion unit 4. The vector data conversion unit 4 is provided with a vector division unit 4a that divides the given graphic element of the command analysis result into, for example, each band and generates vector data for each divided element. The obtained vector data is once stored in the vector data buffer 5. The vector data stored in the vector data buffer 5 is supplied to the bitmap expansion unit 6. The bitmap expansion unit 6 expands the vector data into bitmaps in band units. The bit map data expanded by the bit map expansion unit 6 is stored in the bit map memory 7 having a capacity of 2 Mbytes and one band width, for example.

【0009】次にこのように構成されたビットマップ展
開システムの動作について説明する。図2は、このビッ
トマップ展開システムに供給されるプロッタコマンドの
概略を示す図である。図示のように、プロッタコマンド
は、ペンのアップダウン指令、移動先の座標値の他、図
示しないペンの番号、図形要素の種類等を特定する情報
等から構成される。このようなプロッタコマンドがホス
トコンピュータからインタフェース回路1を介してシス
テム内に入力されると、このプロッタコマンドは、一旦
入力データ用バッファ2に格納される。入力データ用バ
ッファ2に所定数のプロッタコマンドが格納されると、
コマンド解析部3が起動され、コマンド解析が行われ
る。このコマンド解析では、プロッタコマンドから始点
及び終点の座標値が分解される。この分解は、ペンダウ
ン指令を中心として行われる。例えば、“DOWN(x
2 ,y2 )”というコマンドが与えられた場合には、そ
の終点座標値(x2 ,y2 )を終点座標値として保存す
ると共に、1つ手前のコマンド“UP(x1 ,y1 )”
の終点の座標値(x1 ,y1 )を始点座標値として保存
する。
Next, the operation of the bitmap expansion system configured as described above will be described. FIG. 2 is a diagram showing an outline of a plotter command supplied to this bitmap expansion system. As shown in the figure, the plotter command is made up of a pen up / down command, coordinate values of the moving destination, a pen number (not shown), information specifying the type of graphic element, and the like. When such a plotter command is input into the system from the host computer via the interface circuit 1, the plotter command is temporarily stored in the input data buffer 2. When a predetermined number of plotter commands are stored in the input data buffer 2,
The command analysis unit 3 is activated and command analysis is performed. In this command analysis, the coordinate values of the start point and the end point are decomposed from the plotter command. This decomposition is mainly performed by the pen down command. For example, "DOWN (x
2, y2) "is given, the end point coordinate value (x2, y2) is saved as the end point coordinate value and the immediately preceding command" UP (x1, y1) "is given.
The coordinate value (x1, y1) of the end point of is stored as the start point coordinate value.

【0010】プロッタコマンドが解析されると、次にベ
クタデータ変換部4が起動され、コマンド解析部3での
解析結果からイメージデータを構成する各図形要素のベ
クタデータが生成される。このベクタデータの生成手順
を図3に示す。即ち、まず、コマンド解析結果を入力し
(S1)、終点座標値を図形要素の終点座標値(xe,
ye)として保存する(S2)。そして入力コマンドが
DOWNコマンドである場合には(S3)、直前のコマ
ンドの終点座標値を当該図形要素の始点座標値(xs,
ys)として保存し(S4)、そうでない場合には、次
のコマンド解析結果を入力する。DOWNコマンドの場
合、続いて図形要素が含まれるバンドを算出する(S
5)。例えば、図4に示す直線10の場合、始点座標値
(xs,ys)が第0番目のバンド、終点座標値(x
e,ye)が第3番目のバンドに含まれているので、こ
の図形要素(直線)が含まれるバンドは、第0,1,
2,3番目のバンドということになる。次に、各図形要
素を分割線(この例ではバンドの境界線)で分割して各
バンド毎のベクタデータを作成する(S6)。図4に
は、直線10が4つの直線に分割されている様子が示さ
れ、図5には、その際に得られるベクタデータが示され
ている。ベクタデータ11は、図形要素の種類を示す情
報11a、バンド情報11b、始点情報11c,終点情
報11dからなる。(xs ,ys )−(xe ,ye )で
示される直線10は、(xs ,ys )−(x1 ,y1
)、(x1 ,y1 )−(x2 ,y2 )、(x2 ,y2
)−(x3 ,y3 )、(x3 ,y3 )−(xe ,ye
)で示す4つの直線に分割される。
When the plotter command is analyzed, the vector data conversion unit 4 is activated next, and the vector data of each graphic element forming the image data is generated from the analysis result of the command analysis unit 3. The procedure for generating this vector data is shown in FIG. That is, first, the command analysis result is input (S1), and the end point coordinate value is set to the end point coordinate value (xe,
Save as "yes" (S2). When the input command is the DOWN command (S3), the end point coordinate value of the immediately preceding command is set to the start point coordinate value (xs,
ys) (S4), and if not, the next command analysis result is input. In the case of the DOWN command, the band including the graphic element is subsequently calculated (S
5). For example, in the case of the straight line 10 shown in FIG. 4, the start point coordinate value (xs, ys) is the 0th band and the end point coordinate value (x
e, ye) is included in the third band, the band including this graphic element (straight line) is 0, 1,
This is the second and third band. Next, each graphic element is divided along a dividing line (a band boundary in this example) to create vector data for each band (S6). FIG. 4 shows that the straight line 10 is divided into four straight lines, and FIG. 5 shows the vector data obtained at that time. The vector data 11 includes information 11a indicating the type of graphic element, band information 11b, start point information 11c, and end point information 11d. The straight line 10 represented by (xs, ys)-(xe, ye) is (xs, ys)-(x1, y1
), (X1, y1)-(x2, y2), (x2, y2)
)-(X3, y3), (x3, y3)-(xe, ye
) Is divided into four straight lines.

【0011】このように分割されたベクタデータは、ベ
クタデータ用バッファ5に一旦格納された後、ビットマ
ップ展開部6に供給される。ビットマップ展開部6で
は、供給されたベクタデータをビットマップ展開する。
即ち、先ず、ベクタデータを入力し、そのベクタデータ
が現在処理中のバンドに含まれているかどうかを判断す
る。もし、現バンドが含まれていない場合には、以後の
処理を行わず、次のベクタデータを入力する。現バンド
に含まれている場合には、ビットマップ展開を行う。な
お、ビットマップ展開の手法としては、始点座標値と終
点座標値とに基づくDDA(digital differential ana
lyzer )、Bresenham等の周知のアルゴリズムを使用す
ることができる。
The vector data thus divided is temporarily stored in the vector data buffer 5 and then supplied to the bit map expanding section 6. The bitmap expansion unit 6 expands the supplied vector data into a bitmap.
That is, first, vector data is input, and it is determined whether or not the vector data is included in the band currently being processed. If the current band is not included, the subsequent process is not performed and the next vector data is input. If it is included in the current band, bitmap expansion is performed. As a method of expanding the bitmap, a DDA (digital differential analog) based on the start point coordinate value and the end point coordinate value is used.
The well-known algorithms of Lyzer), Bresenham et al. can be used.

【0012】このように、この実施例によれば、図形要
素を各バンド毎に分割してベクトルデータを生成してい
るため、1つのベクトルデータがビットマップ展開され
る領域は、必ず1つのバンド内に限定される。このた
め、グラフィックプロセッサのソフトウェアを何ら変更
せずに不要な展開処理の実行を防止して処理速度を向上
させることができる。
As described above, according to this embodiment, since the graphic element is divided into each band to generate the vector data, the area in which one vector data is expanded into the bitmap is always one band. Limited to within. Therefore, it is possible to prevent the execution of unnecessary expansion processing and improve the processing speed without changing the software of the graphic processor.

【0013】図6は、本発明の第2の実施例を説明する
ための図で、線端部整形のための円弧処理を行う場合の
実施例を説明するための模式図である。この実施例で
は、図形要素である直線20の線幅をWとすると、直線
20を分割する図中点線で示す分割線が、第1、第2、
第3番目のバンド中、後続バンドとの境界線からW/2
だけ手前の位置y2',y3',y4'に設定されている。即
ち、線端部に対して円弧処理を行う場合には、線端部の
位置に半径W/2の円弧が描かれるので、実際に描画さ
れる領域の端部は、線端位置よりもW/2だけ突出す
る。従って、各バンドの境界からW/2だけ手前の線か
らバンドの境界線までの間の領域に線の端点が位置して
いると、境界線で分割した場合には、円弧処理によって
描画されるべき部分が次のバンドにかかってしまうた
め、その部分が欠落してしまう。そこで、図6の点線で
示す位置で分割するようにすれば、このような線端部の
欠落の問題は発生しない。この実施例では、ビットマッ
プ展開処理が2つのバンドに亘ってしまうが、従来のよ
うに、全領域に亘ってしまう場合に比べ、その処理速度
は大幅に向上することは明らかである。これらのことか
ら、本システムによれば、従来のシステムに比べてビッ
トマップ展開の処理速度を格段に向上させることができ
る。
FIG. 6 is a diagram for explaining the second embodiment of the present invention, and is a schematic diagram for explaining the embodiment in the case of performing the arc processing for shaping the line end portion. In this embodiment, assuming that the line width of the straight line 20 which is a graphic element is W, the dividing lines shown by the dotted line in the drawing for dividing the straight line 20 are the first, second, and
W / 2 from the boundary with the succeeding band in the third band
However, the positions are set to the positions y2 ', y3', and y4 'in front. That is, when the arc processing is performed on the line end portion, an arc having a radius of W / 2 is drawn at the position of the line end portion, so that the end portion of the actually drawn area is W more than the line end position. It projects by / 2. Therefore, if the end points of the line are located in the area between the line preceding by W / 2 from the boundary of each band and the boundary line of the band, when the line is divided by the boundary line, it is drawn by arc processing. The part that should be played will fall on the next band, so that part will be missing. Therefore, if the division is performed at the position shown by the dotted line in FIG. 6, such a problem of the missing line end does not occur. In this embodiment, the bitmap expansion process covers two bands, but it is clear that the processing speed is significantly improved as compared with the conventional case where the entire region is covered. From these facts, according to the present system, the processing speed of bitmap expansion can be significantly improved as compared with the conventional system.

【0014】なお、本発明は上記した実施例に限定され
るものではなく、分割線の位置、分割数等は、任意に設
定可能である。
The present invention is not limited to the above embodiment, and the position of the dividing line, the number of divisions, etc. can be set arbitrarily.

【0015】[0015]

【発明の効果】以上述べたように、 本発明によれば、
ビットマップデータへの展開に先立って、各図形要素を
特定の1又は複数の分割線で分割し、分割された各要素
についてベクタデータを生成するので、図形要素の展開
領域が減少し、ビットマップ展開の処理速度を大幅に向
上させることができる。
As described above, according to the present invention,
Prior to expanding to bitmap data, each graphic element is divided by one or more specific dividing lines, and vector data is generated for each divided element, so the expansion area of the graphic element is reduced and The processing speed of expansion can be greatly improved.

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

【図1】 本発明の第1の実施例に係るビットマップ展
開システムの機能ブロック図である。
FIG. 1 is a functional block diagram of a bitmap expansion system according to a first embodiment of the present invention.

【図2】 同システムに入力されるプロッタコマンドを
示す模式図である。
FIG. 2 is a schematic diagram showing a plotter command input to the system.

【図3】 同システムにおけるベクタデータ変換処理を
示すフローチャートである。
FIG. 3 is a flowchart showing a vector data conversion process in the system.

【図4】 同システムにおける図形要素の分割位置を示
す模式図である。
FIG. 4 is a schematic diagram showing division positions of graphic elements in the system.

【図5】 同システムにおけるベクタデータの分割の様
子を示す模式図である。
FIG. 5 is a schematic diagram showing how vector data is divided in the same system.

【図6】 本発明の第2の実施例に係るビットマップ展
開システムにおける図形要素の分割位置を示す模式図で
ある。
FIG. 6 is a schematic diagram showing division positions of graphic elements in the bitmap expansion system according to the second example of the present invention.

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

1…インタフェース回路、2…入力データ用バッファ、
3…コマンド解析部、4…ベクタデータ変換部、4a…
ベクタ分割部、5…ベクタデータ用バッファ、6…ビッ
トマップ展開部、7…ビットマップメモリ。
1 ... Interface circuit, 2 ... Input data buffer,
3 ... Command analysis unit, 4 ... Vector data conversion unit, 4a ...
Vector division unit, 5 ... Vector data buffer, 6 ... Bit map expansion unit, 7 ... Bit map memory.

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 1枚の図面に対応した画像情報を複数の
バンドに分割し、各バンド毎に図形要素のベクタデータ
からビットマップデータへの展開を行うビットマップ展
開方式において、前記各図形要素を特定の1又は複数の
分割線で分割し、前記図形要素の分割された各要素につ
いてベクタデータを生成した後、これらのベクタデータ
をビットマップデータに展開することを特徴とするビッ
トマップ展開方式。
1. A bitmap expansion method in which image information corresponding to one drawing is divided into a plurality of bands, and vector data of graphic elements is expanded into bitmap data for each band, wherein each graphic element Is divided by a specific one or a plurality of dividing lines, vector data is generated for each of the divided graphic elements, and the vector data is expanded into bitmap data. ..
【請求項2】 前記バンドの総数をN、前記図形要素の
線幅をWとしたとき、前記図形要素の分割線は、第2番
目から第N−1番目のバンドにおける後続バンドとの境
界線からW/2だけ手前に設定されており、前記各分割
された図形要素は2つのバンドにまたがっていることを
特徴とする請求項1記載のビットマップ展開方式。
2. When the total number of the bands is N and the line width of the graphic element is W, the dividing line of the graphic element is a boundary line between the second band and the succeeding band in the (N-1) th band. 2. The bitmap expansion method according to claim 1, wherein the divided graphic elements are set to the front side from W / 2 to W / 2, and each of the divided graphic elements extends over two bands.
JP3053392A 1991-02-25 1991-02-25 Bitmap expansion method Expired - Lifetime JP2937509B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP3053392A JP2937509B2 (en) 1991-02-25 1991-02-25 Bitmap expansion method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP3053392A JP2937509B2 (en) 1991-02-25 1991-02-25 Bitmap expansion method

Publications (2)

Publication Number Publication Date
JPH05189575A true JPH05189575A (en) 1993-07-30
JP2937509B2 JP2937509B2 (en) 1999-08-23

Family

ID=12941556

Family Applications (1)

Application Number Title Priority Date Filing Date
JP3053392A Expired - Lifetime JP2937509B2 (en) 1991-02-25 1991-02-25 Bitmap expansion method

Country Status (1)

Country Link
JP (1) JP2937509B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7103833B1 (en) 1998-01-12 2006-09-05 Fuji Xerox Co., Ltd. Image processing apparatus, output apparatus, image processing system and image processing method

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7103833B1 (en) 1998-01-12 2006-09-05 Fuji Xerox Co., Ltd. Image processing apparatus, output apparatus, image processing system and image processing method

Also Published As

Publication number Publication date
JP2937509B2 (en) 1999-08-23

Similar Documents

Publication Publication Date Title
US5524198A (en) Character or graphic processing method and apparatus
JP2876942B2 (en) Data converter
JP2937509B2 (en) Bitmap expansion method
JPS6321158A (en) Printer output device
JP2650324B2 (en) Multi-value character font generation system
JPH11109943A (en) Font processor and recording medium recorded with font processing program
JP3146771B2 (en) Font rasterizing apparatus and method
JP3450961B2 (en) Printing apparatus and control method thereof
JP2937508B2 (en) Bitmap expansion method
JPS63208898A (en) Character processor
JP3039015B2 (en) Character processor
JP2900797B2 (en) Method and apparatus for optimizing graphic data
JPH10198333A (en) Outline character drawing device
JP2727667B2 (en) Drawing equipment
JPH04273389A (en) Bit map developing system
JPH06274637A (en) Image plotter
JP2776347B2 (en) Drawing device for printer
JP2833921B2 (en) Vector font transformation processing method
JP3700810B2 (en) Data conversion method and apparatus
JP2962525B2 (en) Text block recognition method
JPH09244614A (en) Method and device for character generation
JP2005119219A (en) Method and apparatus for processing printing
JPS63203363A (en) Printing controller
JPH0747330B2 (en) Character output device
JPH1063248A (en) Outline font plotter