JPH11170656A - Method and apparatus for outputting image - Google Patents

Method and apparatus for outputting image

Info

Publication number
JPH11170656A
JPH11170656A JP9343223A JP34322397A JPH11170656A JP H11170656 A JPH11170656 A JP H11170656A JP 9343223 A JP9343223 A JP 9343223A JP 34322397 A JP34322397 A JP 34322397A JP H11170656 A JPH11170656 A JP H11170656A
Authority
JP
Japan
Prior art keywords
data
character
raster
image output
font
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP9343223A
Other languages
Japanese (ja)
Inventor
Kiyohiro Tsunekawa
清宏 恒川
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP9343223A priority Critical patent/JPH11170656A/en
Publication of JPH11170656A publication Critical patent/JPH11170656A/en
Withdrawn legal-status Critical Current

Links

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

PROBLEM TO BE SOLVED: To perform plotting process at high speed regardless of the content of a form data. SOLUTION: When a print data is received (S401), instruction thereof is determined. If it is an instruction for generating a form data, a form data is generated as a raster data and stored while being encoded except the character data contained therein (S410). If it is a print instruction, a decision is made whether it is an overlay page (S412) and if the answer is YES, the encoded form data is decoded and written and then a data to be printed is developed thereon (S413) whereas the character in the form data is read out from a font cache and written before being outputted. Character in the form data may be rendered not to be deleted easily from the font chache.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、例えば通常ページ
データとフォームデータをオーバーレイ出力可能な画像
出力装置及び方法、特にレーザビームプリンタ等のプリ
ンタに関する。
[0001] 1. Field of the Invention [0002] The present invention relates to an image output apparatus and method capable of overlaying, for example, normal page data and form data, and more particularly to a printer such as a laser beam printer.

【0002】[0002]

【従来の技術】一般的な業務上の印刷においては、帳票
や定型文書のように、複数ページにわたって同一内容を
印字する定型フォーム部(タイトルや枠線など)と、ペ
ージ毎に内容が異なる非定型データ部(数字や名前な
ど。通常ページデータと呼ぶ)を重ね合わせて印刷す
る、フォームオーバーレイ印刷が用いられる場合が多
い。
2. Description of the Related Art In general business printing, a fixed form part (such as a title or a frame line) that prints the same contents over a plurality of pages, such as a form or a fixed form document, has a non-standard form that differs from page to page. In many cases, form overlay printing is used, in which fixed data portions (numbers, names, etc., usually called page data) are superimposed and printed.

【0003】そこで、ページ記述言語を解析しラスタ画
像を生成する従来のページプリンタにおいては、前記ペ
ージ記述言語形式で作成した定型フォーム部をイベント
駆動マクロ命令としてプリンタの記憶領域に登録してお
き、排紙動作等のイベントによって前記マクロを自動実
行することで、フォームオーバーレイ印刷を実現してい
た。前記イベント駆動マクロは、該マクロの指定時(1
回目の実行)と、1ページ分の通常ページデータの解析
が終了した後、例えば排紙命令を受信する度(2回目以
降)に登録内容が読み出され、ページ記述言語解析手段
によって通常ページデータと同様に解析され、1ページ
分のラスタ画像を生成するための中間コード(以下、描
画オブジェクトと呼ぶ)に変換される。
Therefore, in a conventional page printer which analyzes a page description language and generates a raster image, a fixed form section created in the page description language format is registered in a storage area of the printer as an event-driven macro instruction. Form overlay printing has been realized by automatically executing the macro in response to an event such as a sheet discharging operation. The event driven macro is specified when the macro is designated (1
After the analysis of the normal page data for one page is completed, the registered contents are read out, for example, each time a discharge command is received (second and subsequent times), and the normal page data is analyzed by the page description language analyzing means. And converted into an intermediate code (hereinafter, referred to as a drawing object) for generating a raster image for one page.

【0004】また、印刷実行に先だって、予めホストコ
ンピュータからプリンタへ前記フォームデータ(マクロ
データ)を転送し、フラッシュメモリ等の不揮発性メモ
リへ登録しておくことで、毎回フォームデータを転送し
なくてもよいように構成されている場合もある。この場
合、印刷実行時には、フラッシュメモリ内のフォームデ
ータをイベント駆動マクロとして指示する命令のみが送
られることになる。
In addition, prior to printing, the form data (macro data) is transferred from the host computer to the printer in advance and registered in a nonvolatile memory such as a flash memory so that the form data is not transferred every time. It may be configured to be good. In this case, at the time of printing, only an instruction for designating the form data in the flash memory as an event driving macro is sent.

【0005】[0005]

【発明が解決しようする課題】しかしながら、上記従来
例では、以下に説明するような問題点があった。
However, the above conventional example has the following problems.

【0006】すなわち、前記イベント駆動マクロによっ
てフォームオーバーレイ印刷を実現している場合、フォ
ームデータをページ記述言語形式で登録しているため、
複雑なフォームデータの場合は、フォームデータそのも
のの解析と描画オブジェクトの生成に時間がかかってし
まっていた。すなわち、1ページ目の出力は、オーバー
レイを用いずに通常データとして同様の内容を出力する
場合と同等の処理速度しか得られず、また、フォーム内
容が複雑になればなるほど、フォーム部の処理時間が増
大していた。
That is, when form overlay printing is realized by the event driven macro, form data is registered in a page description language format.
In the case of complex form data, it took time to analyze the form data itself and generate drawing objects. That is, the output of the first page can obtain only the same processing speed as the case of outputting the same contents as normal data without using the overlay, and the more complicated the form contents, the longer the processing time of the form part Was increasing.

【0007】また、同一フォームを複数ページで使用し
ている印刷データを出力する際、ページ毎に毎回、同一
のマクロ(コマンド群)を解析し、同一の描画オブジェ
クトを生成するため、同一内容のページであるにも関わ
らず、2ページ目以降の印字速度が向上しないという問
題点があった。すなわち、同一の描画オブジェクトを、
毎ページ生成するため、複数ページ間で描画オブジェク
トの共有ができなかった。そのため、複数ページの描画
処理に必要なメモリが増大し、排紙待ちが発生する等の
パフオーマンス低下も懸念されていた。特に、図形やイ
メージ画像を多く含む複雑なフォームをオーバーレイを
出力指定した際には、描画メモリ不足などのエラーも発
生しやすくなり、上記課題の解決が重要となっていた。
When outputting print data using the same form on a plurality of pages, the same macro (command group) is analyzed every page and the same drawing object is generated. There is a problem that the printing speed of the second and subsequent pages is not improved in spite of the page. That is, the same drawing object is
Since each page is generated, a drawing object cannot be shared between a plurality of pages. For this reason, there is a concern that the memory required for the drawing processing of a plurality of pages increases, and that the performance is deteriorated such as the occurrence of a paper discharge waiting. In particular, when overlay output is specified for a complex form including many figures and image images, errors such as insufficient drawing memory are likely to occur, and it has been important to solve the above problem.

【0008】上記問題の解決策の一つとしては、予めフ
ォームデータをラスタライズし、イメージデータ(フォ
ーム画像)としてプリンタ内に保持しておき、通常ペー
ジデータと重ね合わせて描画することが考えられる。し
かし、1ページ分の画像を保持するためには大量のメモ
リが必要となり、実用的ではない(A4、600dp
i、モノクロで約8MBのメモリが必要)。
One solution to the above problem is to rasterize the form data in advance, hold it as image data (form image) in the printer, and draw it by superimposing it on normal page data. However, a large amount of memory is required to hold an image for one page, which is not practical (A4, 600 dp
i, about 8 MB of monochrome memory is required).

【0009】そこで、フォーム画像を符合化(圧縮)す
ることが考えられるが、フォーム画像の圧縮に適応可能
なパックビッツ圧縮(バイトオーダーの連続性に注目し
て画像を符合化する)などは、文字を含むパターンの圧
縮率が一般的に良くないため、フォームデータに文字デ
ータが多く含まれる場合は、フォーム画像の圧縮率が低
下してしまうという問題があった。
Therefore, encoding (compression) of a form image is conceivable. Packbits compression (encoding an image with attention to byte order continuity) which can be applied to compression of a form image is considered. Since the compression ratio of a pattern including characters is generally not good, when the form data includes a large amount of character data, there is a problem that the compression ratio of the form image is reduced.

【0010】本発明の上記問題点に鑑みてなされたもの
で、フォーム内容が複雑になってもフォーム部の処理時
間を増大させず、また、同一内容のフォームであれば、
2ページ目以降の印字速度を向上させることができ、ま
た、複数ページの描画処理のために必要なメモリを増大
させず、排紙待ち等のパフォーマンスを低下させないる
画像出力装置及び方法を提供することを目的とする。
The present invention has been made in view of the above problems, and does not increase the processing time of the form unit even if the form content is complicated.
Provided is an image output apparatus and method that can improve the printing speed of the second and subsequent pages, do not increase the memory required for drawing processing of a plurality of pages, and do not decrease performance such as waiting for paper discharge. The purpose is to:

【0011】[0011]

【課題を解決するための手段】上記問題点を解決するた
めの本発明は以下のような構成を備える。即ち、文字を
含まないビットマップデータとして生成されたフォーム
データを符号化して格納するフォーム格納手段と、フォ
ームデータをビットマップデータとして生成し、符号化
して前記フォーム格納手段に格納するフォーム生成手段
と、ビットマップデータとして生成された文字データを
格納するフォントキャッシュと、文字データをビットマ
ップデータとして生成し、前記フォントキャッシュに格
納する文字生成手段と、印刷データをフォームデータと
オーバーレイして印刷する際に、格納された符号化され
たフォームデータを復号するとともに、フォームデータ
に含まれる文字データは前記フォントキャッシュに格納
されたビットマップデータを用いて描画を行い、前記印
刷データを重ねて出力するオーバーレイ手段とを備える
画像出力装置。
The present invention for solving the above-mentioned problems has the following arrangement. A form storage unit that encodes and stores form data generated as bitmap data that does not include characters; and a form generation unit that generates form data as bitmap data, encodes and stores the form data in the form storage unit. A font cache for storing character data generated as bitmap data, character generating means for generating character data as bitmap data and storing the same in the font cache, and printing the print data by overlaying it with form data. An overlay that decodes the stored encoded form data, renders the character data included in the form data using the bitmap data stored in the font cache, and outputs the print data in a superimposed manner. Image with means Power equipment.

【0012】あるいは、文字を含まないフォームデータ
をビットマップデータとして生成し、符号化してフォー
ム格納手段に格納するフォーム生成工程と、文字データ
をビットマップデータとして生成し、フォントキャッシ
ュに格納する文字生成工程と、印刷データをフォームデ
ータとオーバーレイして印刷する際に、格納された符号
化されたフォームデータを復号するとともに、フォーム
データに含まれる文字データは前記フォントキャッシュ
に格納されたビットマップデータを用いて描画を行い、
前記印刷データを重ねて出力するオーバーレイ工程とを
備える画像出力方法。
[0012] Alternatively, a form generation step of generating form data that does not include characters as bitmap data, encoding it and storing it in form storage means, and generating a character data as bitmap data and storing it in a font cache When printing the print data by overlaying the form data with the form data, the stored encoded form data is decoded, and the character data included in the form data is converted from the bitmap data stored in the font cache. Draw using
An overlay step of overlaying and outputting the print data.

【0013】あるいは、文字を含まないフォームデータ
をラスタデータとして生成し、符号化してフォーム格納
手段に格納するフォーム生成手段と、文字データをビッ
トマップデータとして生成し、フォントキャッシュに格
納する文字生成手段と、印刷データをフォームデータと
オーバーレイして印刷する際に、格納された符号化され
たフォームデータを復号するとともに、フォームデータ
に含まれる文字データは前記フォントキャッシュに格納
されたビットマップデータを用いて描画を行い、前記印
刷データを重ねて出力するオーバーレイ手段を有する装
置としてコンピュータに機能させるプログラムを格納し
たコンピュータ可読メモリ。
[0013] Alternatively, form generation means for generating form data containing no characters as raster data, encoding and storing the same in a form storage means, and character generation means for generating character data as bitmap data and storing the same in a font cache When printing and overlaying the print data with the form data, the stored encoded form data is decoded, and the character data included in the form data uses the bitmap data stored in the font cache. A computer-readable memory storing a program for causing a computer to function as an apparatus having an overlay unit for performing drawing and overlaying the print data.

【0014】[0014]

【発明の実施の形態】本実施形態の構成を説明する前
に、本発明を適用するに好適な画像処理装置の構成につ
いて、図1を参照しながら説明する。図1は本発明を適
用可能な画像処理装置の構成を示す断面図であり、例え
ば、レーザービームプリンタ(以下LBP)の場合を示
す。なお、本発明を適用可能な画像処理装置はLBPに
限られるものではなく、他のプリント方式のプリンタ装
置であっても良いことはいうまでもない。
DESCRIPTION OF THE PREFERRED EMBODIMENTS Before describing the configuration of the present embodiment, the configuration of an image processing apparatus suitable for applying the present invention will be described with reference to FIG. FIG. 1 is a cross-sectional view showing the configuration of an image processing apparatus to which the present invention can be applied, for example, a case of a laser beam printer (hereinafter, LBP). The image processing apparatus to which the present invention can be applied is not limited to the LBP, and it goes without saying that a printer apparatus of another printing method may be used.

【0015】同図において、LBP本体100は、外部
に接続されているホストコンピュータ(図2の200)
からページ記述言語の形式で供給される文字情報(文字
コード等)や図形情報や、定型書式データ(フォームデ
ータ)あるいは他のマクロ命令などを入力して記憶する
とともに、それらの情報に従って対応する文字パターン
や図形パターンなどを作成し、記録媒体である記録紙上
に像を形成する。操作パネル112は、操作のためのス
イッチおよびLED表示器などが配されている。プリン
タ制御ユニット101は、LBP100全体の制御およ
びホストコンピュータから供給される文字情報などを解
析する。この制御ユニット101は、主に文字情報を対
応する文字パターンのビデオ信号に変換してレーザドラ
イバ102に出力する。また、このLBPは不図示のデ
ータ源から文字パターンの登録やフォームデータなどの
登録も行え、同様に印字データに応じてビデオ信号に変
換してレーザドライバ102に出力する。レーザドライ
バ102は半導体レーザ103を駆動するための回路で
あり、入力されたビデオ信号に応じて半導体レーザ10
3から発射されるレーザ光104をオンオフ切り替えす
る。レーザ104は回転多面鏡105で左右方向に振ら
れ静電ドラム106上を走査する。これにより、静電ド
ラム106上には文字パターンの静電潜像が形成され
る。この潜像は、静電ドラム106周囲の現像ユニット
107により現像された後、記録紙に転送される。この
記録紙に−はカットシートを用い、カットシート記録紙
はLBP100に装着した用紙カセット108に収納さ
れ、給紙ローラ109および搬送ローラ110と111
とにより装置内に取り込まれて、静電ドラム106に供
給される。
In FIG. 1, an LBP main body 100 is a host computer (200 in FIG. 2) connected to the outside.
Input and store character information (character code, etc.), graphic information, fixed format data (form data), or other macro instructions supplied in the form of a page description language from. A pattern, a graphic pattern, and the like are created, and an image is formed on a recording paper as a recording medium. The operation panel 112 includes switches for operation, an LED display, and the like. The printer control unit 101 controls the entire LBP 100 and analyzes character information and the like supplied from the host computer. The control unit 101 mainly converts character information into a video signal of a corresponding character pattern and outputs the video signal to the laser driver 102. The LBP can also register character patterns and form data from a data source (not shown). Similarly, the LBP converts the LBP into a video signal according to print data and outputs the video signal to the laser driver 102. The laser driver 102 is a circuit for driving the semiconductor laser 103. The laser driver 102 operates in accordance with the input video signal.
The laser light 104 emitted from 3 is switched on and off. The laser 104 is swung right and left by a rotary polygon mirror 105 to scan on an electrostatic drum 106. Thus, an electrostatic latent image of a character pattern is formed on the electrostatic drum 106. This latent image is developed by a developing unit 107 around the electrostatic drum 106 and then transferred to a recording sheet. A cut sheet is used for the recording paper, and the cut sheet recording paper is stored in a paper cassette 108 mounted on the LBP 100, and a paper feed roller 109 and transport rollers 110 and 111 are used.
And is supplied to the electrostatic drum 106.

【0016】[第1の実施の形態]以下に添付の図面を
参照して、本発明の第1の実施の形態について説明す
る。
[First Embodiment] A first embodiment of the present invention will be described below with reference to the accompanying drawings.

【0017】図2は本発明の第1の実施の形態を示す画
像出力装置の基本構成(図1の画像処理装置の制御ユニ
ット101の内部構成)を説明するブロック図であり、
例えばレーザービームプリンタの場合を示している。
FIG. 2 is a block diagram for explaining a basic configuration (an internal configuration of the control unit 101 of the image processing apparatus of FIG. 1) of the image output apparatus according to the first embodiment of the present invention.
For example, a case of a laser beam printer is shown.

【0018】また、本発明の機能が実行されるのであれ
ば、単体の機器であっても、LAN等のネットワークを
介して処理が行なわれるシステムであっても良い。
Further, as long as the functions of the present invention are executed, a single device or a system in which processing is performed via a network such as a LAN may be used.

【0019】同図において、プリンタ本体100は、所
定のインターフェイス208を介して外部のホストコン
ピュータ200と接続されており、ホストコンピュータ
200から送られる印刷データに従って所定の印刷処理
を実行するように構成されている。ホストコンピュータ
200から受信した該印刷データは受信バッファ207
に受信データとして一時的に蓄えられる。
In FIG. 1, a printer main body 100 is connected to an external host computer 200 via a predetermined interface 208, and is configured to execute a predetermined printing process in accordance with print data sent from the host computer 200. ing. The print data received from the host computer 200 is stored in the reception buffer 207.
Is temporarily stored as received data.

【0020】なお、ホストコンピュータ200のハード
ディスク等には、ページ記述言語形式で記述されたフォ
ームデータが格納されており、個々のフォームデータは
一意に識別可能なフォームID等の情報と対応付けて管
理されている。また、フォームオーバーレイ印刷時は、
前記フォームデータはフォーム登録命令(イベント駆動
マクロ)として送出される。
Form data described in a page description language format is stored in a hard disk or the like of the host computer 200, and each form data is managed in association with information such as a form ID that can be uniquely identified. Have been. Also, when printing form overlays,
The form data is transmitted as a form registration command (event driven macro).

【0021】プリンタCPU201は、読み出し専用メ
モリであるROM202に記憶された制御プログラム2
03に基づいてシステムバス206に接続された各種デ
バイスとのアクセスを統括的に制御し、受信バッファ2
07に蓄えられた印刷データを解析し、少なくとも1ペ
ージ分の描画オブジェクトを生成し(描画オブジェクト
生成部203a)、続いて前記描画オブジェクトを元に
1ページ分あるいは複数のバンドに分割した1バンド分
のラスタイメージを生成し(描画オブジェクト描画部2
03c)、印刷部I/F・209を介して印刷部210
(プリンタエンジン)へ、前記ラスタイメージのビット
のON/OFFによるビデオ信号を出力する(シップす
る)。印刷部210はCPU201から受け取ったビデ
オ信号を元に記録紙211上に画像の印刷を行なう。こ
こで、描画オブジェクト生成部203aには、文字デー
タ(書体,サイズ,文字コード)に対応するフォントパ
ターンを生成するフォントスケーラも含まれる。
The printer CPU 201 executes a control program 2 stored in a ROM 202 which is a read-only memory.
03 to control the access to various devices connected to the system bus 206 based on the
07 is analyzed to generate a drawing object for at least one page (a drawing object generation unit 203a), and then for one page or one band divided into a plurality of bands based on the drawing object. Is generated (drawing object drawing unit 2).
03c), the printing unit 210 via the printing unit I / F 209
A video signal is output (shipped) to the (printer engine) by turning on / off the bits of the raster image. The printing unit 210 prints an image on the recording paper 211 based on the video signal received from the CPU 201. Here, the drawing object generating unit 203a also includes a font scaler that generates a font pattern corresponding to character data (font, size, character code).

【0022】なお、ラスタイメージを格納するメモリを
1ページ分用意せずに、ページをバンド状に分割した少
なくとも2バンド分を用意する場合(以下、バンドラス
タ)は、前記ラスタイメージの生成とシップ動作を同時
に行なうよう構成されている。すなわち、描画済みの一
方のバンドラスタをシップしながら、他方のバンドラス
タに属する描画オブジェクトを描画する(以下、上記描
画手順をバンディングによる描画と呼ぶ)。
When a memory for storing a raster image is not prepared for one page but at least two bands obtained by dividing a page into bands are prepared (hereinafter referred to as a band raster), generation of the raster image and shipping The operation is performed simultaneously. In other words, a drawing object belonging to the other band raster is drawn while one of the drawn band rasters is being shipped (hereinafter, the above drawing procedure is referred to as drawing by banding).

【0023】また、制御プログラム203は、上記構成
以外に、以下の機能を実現するためのプログラムから構
成されている。
The control program 203 is composed of a program for realizing the following functions in addition to the above-mentioned configuration.

【0024】すなわち、受信バッファ207内の印刷デ
ータがフォーム登録命令であった場合に、ページ記述言
語で記述された前記フォームデータをRAM205(後
述)内へ登録し、フォームオーバーレイ実行命令受信時
に、前記フォームデータを読み出すオーバーレイ登録/
読み出し部203bと、読み出したフォームデータを元
に文字を含まないフォームラスタを生成し、文字データ
はフォントパターンを生成する描画オブジェクト描画部
203cと、前記フォームラスタをRAM205内に記
憶・保持するフォームメモリ管理部203dと、前記フ
ォントパターンをフォントキャッシュ格納部へ登録し、
同一文字データの出力が要求された場合はフォントスケ
ーラを用いずに登録済みのフォントパターンを再利用す
るフォントキャッシュ管理部203gと、前記フォーム
ラスタを記憶する前に符合化し、通常ページと重ね合わ
せて描画する前に復号化するフォーム圧縮・伸長部20
3fと、前記復号化済みのフォームラスタを通常ページ
データと重ね合わせてページメモリ205cへ描画する
フォームラスタ描画部203eとから構成されている。
That is, when the print data in the reception buffer 207 is a form registration command, the form data described in the page description language is registered in a RAM 205 (described later). Overlay registration for reading form data /
A reading unit 203b, a drawing object drawing unit 203c that generates a form raster containing no characters based on the read form data, and generates a font pattern for the character data; and a form memory that stores and holds the form raster in the RAM 205. Registering the font pattern in the font cache storage unit with the management unit 203d,
When the output of the same character data is requested, the font cache management unit 203g that reuses the registered font pattern without using the font scaler, encodes the form raster before storing it, and superimposes the form raster on a normal page. Form compression / decompression unit 20 for decoding before drawing
3f, and a form raster drawing unit 203e that draws the decoded form raster on the page memory 205c by superimposing the form raster on the normal page data.

【0025】なお、前記フォームメモリ管理部203d
は、要求されたフォームデータに対応するフォームラス
タがフォームラスタ格納部205dに記憶済みかどうか
調べ、既に記憶済みであった場合は、記憶済みフォーム
ラスタを用いるキャッシュ機能を備える(ただし、フォ
ームデータ中の文字データに関して、生成済みのフォン
トキャッシュを利用するために、オーバーレイ格納部2
03aからフォームデータの読み出しは行なう)。ま
た、このROM202は、文字出力に用いるドットフォ
ントやスケーラブルフォントから構成されるフォントデ
ータを格納するメモリとしても用いられている(フォン
トROM204)。
The form memory management unit 203d
Checks whether the form raster corresponding to the requested form data has been stored in the form raster storage unit 205d, and if it has already been stored, has a cache function using the stored form raster (however, In order to use the generated font cache for the character data of
Read out the form data from 03a). The ROM 202 is also used as a memory for storing font data composed of dot fonts and scalable fonts used for character output (font ROM 204).

【0026】RAM205は、CPU201の主メモ
リ、ワークメモリ等として機能するRAMであり、図示
しない増設ポートに接続されるオプションRAMにより
メモリ容量を拡張できるように構成されている。RAM
205は、前記描画オブジェクトを格納する描画オブジ
ェクト格納部205a(前記フォントメモリ204内の
スケーラブルデータに基づいて展開された文字パターン
をキャッシュするフォントキャッシュ登録メモリを含
む)や、制御プログラム203aによって一時的に使用
されるワークメモリ205e、1ページをバンド状に分
割したバンド領域の2面分に相当するラスタイメージ
(あるいは1ページ分のラスタイメージ)を格納するペ
ージメモリ205c、ページ記述言語で記述されたフォ
ームデータを格納するフォームデータ格納部205b、
前記フォームデータを解析して得られたフォーム画像を
符合化して保持するためのフォームラスタ格納部205
dの他、印刷環境データ格納メモリ等(不図示)に用い
られる。なお、LBP100は図示しない電源部から電
力の供給を受けている。また、上記ではフォームデータ
はRAM205に格納すると説明したが、予めフラッシ
ュメモリ等の不揮発性メモリに格納しておいても構わな
い。
The RAM 205 is a RAM that functions as a main memory, a work memory, and the like of the CPU 201, and is configured so that the memory capacity can be expanded by an optional RAM connected to an expansion port (not shown). RAM
Reference numeral 205 denotes a drawing object storage unit 205a (including a font cache registration memory for caching a character pattern developed based on scalable data in the font memory 204) for storing the drawing object, and a control program 203a for temporarily storing the drawing object. A work memory 205e to be used, a page memory 205c for storing a raster image (or a raster image for one page) corresponding to two surfaces of a band area obtained by dividing one page into a band, and a form described in a page description language A form data storage unit 205b for storing data,
A form raster storage unit 205 for encoding and holding a form image obtained by analyzing the form data
In addition to d, it is used for a print environment data storage memory or the like (not shown). The LBP 100 is supplied with power from a power supply unit (not shown). In the above description, the form data is stored in the RAM 205. However, the form data may be stored in a nonvolatile memory such as a flash memory in advance.

【0027】なお、本発明を構成する装置が、ROMに
格納されたプログラムとして供給されるよう説明した
が、これに限らず、フロッピーディスクやハードディス
ク等の媒体によって供給され、実行前にRAM等へロー
ドされた後、実行されるよう構成されていても構わな
い。 <オーバーレイ出力処理手順>続いて、上記構成による
画像出力装置における、オーバーレイ出力の処理手順
を、図3,図4のフローチャートを用いて以下に説明す
る。
Although the apparatus constituting the present invention has been described as being supplied as a program stored in a ROM, the present invention is not limited to this. The apparatus is supplied by a medium such as a floppy disk or a hard disk, and is supplied to a RAM or the like before execution. It may be configured to be executed after being loaded. <Overlay Output Processing Procedure> Next, an overlay output processing procedure in the image output apparatus having the above configuration will be described with reference to the flowcharts of FIGS.

【0028】<フォームデータ登録の概要>図3(A)
は、ホストコンピュータ200よりフォームデータを受
信した際に、フォームラスタを生成・登録するための命
令手順の概略を示したフローチャートである。
<Overview of Form Data Registration> FIG. 3 (A)
9 is a flowchart showing an outline of an instruction procedure for generating and registering a form raster when form data is received from the host computer 200.

【0029】まず、ステップS301において、フォー
ム登録命令を受信したら、フォームデータをプリンタ内
のフォームデータ格納部205bへ登録する。ここで、
フォーム登録命令とは、オーバーレイ登録開始命令〜フ
ォームの実データ〜オーバーレイ登録終了命令から構成
されている一連の命令群を意味する。続いて、フォーム
ラス夕生成命令に従い、ステップS301にて登録した
フォームデータを読み出し(ステップS302)、フォ
ームデータを解析し、対応する1ページ分のフォントパ
ターンを含む描画オブジェクトを生成する(ステップS
303)。なお、生成されたフォントパターンは、通常
ページの文字データと同様、フォントキャッシュへ登録
しておく。
First, in step S301, when a form registration command is received, form data is registered in the form data storage unit 205b in the printer. here,
The form registration command means a series of commands composed of an overlay registration start command, actual form data, and an overlay registration end command. Subsequently, the form data registered in step S301 is read out (step S302) in accordance with the form generation command, and the form data is analyzed to generate a drawing object including a corresponding one-page font pattern (step S302).
303). The generated font pattern is registered in the font cache, similarly to the character data of the normal page.

【0030】続いて、フォントオブジェクト以外の描画
オブジェクトをバンドラスタへ描画し、フォームラスタ
を生成する(ステップS304)。フォームラスタの生
成が終了したら、ステップS305にて前記フォームラ
スタを符合化した後、フォームを識別するためのフォー
ムIDなどの情報と共にフォームラスタを登録して、フ
ォームラスタ登録処理を終了する。
Subsequently, a drawing object other than the font object is drawn on the band raster to generate a form raster (step S304). When the generation of the form raster is completed, the form raster is encoded in step S305, the form raster is registered together with information such as a form ID for identifying the form, and the form raster registration processing is completed.

【0031】<フォームオーバーレイ実行の概要>図3
(B)は、フォームオーバーレイ実行命令を受信した場
合の処理手順の概略を示したフローチャートである。な
お、図3(A)に示したフォームデータの登録と、図3
(B)のフォームオーバーレイ実行とは連続して(同一
の印刷ジョブで)受信・処理しても良いし、フォームデ
ータの登録のみを先に行なっておいても構わない。
<Overview of Form Overlay Execution> FIG.
(B) is a flowchart showing an outline of a processing procedure when a form overlay execution instruction is received. Note that the registration of the form data shown in FIG.
The reception and processing of the form overlay in (B) may be performed continuously (in the same print job), or only the registration of the form data may be performed first.

【0032】同図において、まず、ステップS310に
おいて、フォームオーバーレイ実行命令で指定されたフ
ォームIDに対応するフォームラスタが登録済みかどう
かを調べる(フォームラスタ管理部203d)。既に登
録されている場合は、該フォームラスタを描画する指示
をフォームラスタ描画部203eへ伝え(ステップS3
12)、同時にフォームデータの文字データ部分のみを
解析し、フォントオブジェクトの生成を行なう(ステッ
プS313)。この時、フォントオブジェクトは図3
(A)のステップS303で登録したフォントキャッシ
ュにヒットするため、スケーラによるスケーリング処理
は行なわれない。
In the figure, first, in step S310, it is checked whether or not a form raster corresponding to the form ID specified by the form overlay execution command has been registered (form raster management unit 203d). If it has already been registered, an instruction to draw the form raster is transmitted to the form raster drawing unit 203e (step S3).
12) Simultaneously, only the character data portion of the form data is analyzed to generate a font object (step S313). At this time, the font object is
Since the font cache registered in step S303 of (A) is hit, the scaling process by the scaler is not performed.

【0033】一方、ステップS310にて所望のフォー
ムラスタが未登録であると判断された場合は、ステップ
S311にて、フォームデータを全て読み出し、描画オ
ブジェクトを生成する。描画オブジェクトの生成自体
は、フォームラスタ登録時と同様に行なえば良い。
On the other hand, if it is determined in step S310 that the desired form raster has not been registered, in step S311, all the form data is read, and a drawing object is generated. The generation of the drawing object may be performed in the same manner as when the form raster is registered.

【0034】上記のようにフォームデータの処理が終了
した後、非定型部の通常ページデータを解析し、ステッ
プS311などと同様に描画オブジェクトを生成する
(S314)。
After the processing of the form data is completed as described above, the normal page data of the irregular form part is analyzed, and a drawing object is generated in the same manner as in step S311 (S314).

【0035】1ページ分のフォームデータと通常ページ
データを処理した後、フォーム部分をバンドラスタヘ描
画する(ステップS315)。すなわち、フォームラス
タが登録済みの場合は、符合化フォームラスタとフォー
ムに含まれるフォントオブジェクトを描画し、一方、未
登録だった場合は、フォーム部分に相当する描画オブジ
ェクト群(フォントオブジェクトを含む)をバンドラス
タへ描画する。最後に、通常ページの描画オブジェクト
を同様に描画し(ステップS316)、フォームオーバ
ーレイの実行処理を終了する。
After processing one page of form data and normal page data, the form part is drawn on the band raster (step S315). That is, if the form raster has been registered, the encoded form raster and the font objects included in the form are drawn, while if not registered, a drawing object group (including font objects) corresponding to the form portion is drawn. Draw on band raster. Finally, the drawing object of the normal page is similarly drawn (step S316), and the execution process of the form overlay ends.

【0036】さて、図3に示したフローチャートは、フ
ォームの登録を示す手順と、フォームオーバーレイの実
行を示す手順とを、解りやすくするために独立して示し
たものであるが、実際には、ホストコンピュータから受
信する命令を解析し、コマンドに応じてこれらの処理は
進められることになる。そのコマンド解析まで含めた処
理手順が図4に示したフローチャートとである。
The flowchart shown in FIG. 3 shows a procedure for registering a form and a procedure for executing a form overlay independently for easy understanding. The command received from the host computer is analyzed, and these processes are performed according to the command. The processing procedure including the command analysis is the flowchart shown in FIG.

【0037】<ページオブジェクトの生成処理>図4
は、フォームラスタの生成・登録、およびフォームオー
バーレイの実行を含めた頁オブジェクトの生成処理手順
を示したフローチャートである。
<Page Object Generation Processing> FIG.
9 is a flowchart showing a procedure for generating and registering a form raster and generating a page object including execution of a form overlay.

【0038】同図において、まず制御プログラム203
は、ステップ401にて、ホストコンピュータ200か
ら送られる印刷データを受信バッファ207へ記憶す
る。受信バッファ207内に印刷データが存在するかど
うかを調べ(ステップS402)、存在しない場合は処
理を終了する。一方、印刷データが存在する場合は、続
くステップS403以下で印刷データの解析を行なう。
まずステップS403にて、処理中の印刷データが排紙
命令かどうかを調べ、排紙命令でないと判断した場合に
は、続くステップS404以下で印刷データの解析を続
ける。なお、ステップS403においては、簡単のため
排紙命令(フォームフィードコマンド)かどうかを調べ
ると説明したが、実際には、文字印字位置移動命令等
で、印字中のページ下端を越えるような、排紙動作を引
き起こす要因となりうる印字データの場合も、同様にス
テップS408以降へ進む。
Referring to FIG.
Stores the print data sent from the host computer 200 in the reception buffer 207 in step 401. It is checked whether print data exists in the reception buffer 207 (step S402), and if not, the process ends. On the other hand, if the print data exists, the print data is analyzed in the following steps S403 and subsequent steps.
First, in step S403, it is checked whether or not the print data being processed is a discharge command. If it is determined that the print data is not a discharge command, the analysis of the print data is continued in steps S404 and subsequent steps. In step S403, it has been described that a discharge command (form feed command) is checked for simplicity. However, in actuality, when a character print position movement command or the like is performed, a discharge is performed so as to exceed the bottom of the page being printed. In the case of print data that may cause a paper operation, the process similarly proceeds to step S408 and subsequent steps.

【0039】ステップS404では、前記印刷データが
オーバーレイ登録開始命令かあるいはオーバーレイ登録
中であるかどうかを調べ、そうであった場合は、オーバ
ーレイ登録終了命令を受信するまで(ステップS40
5)、フォームデータをフォームデータ格納部205b
へ書き込み(ステップS406)、続く印刷データを受
信バッファ207より読み出すためにステップS401
へ戻る。なお、ステップS404において、フォームデ
ータ登録中であるかどうかを判断するためには、電源投
入時等に0にリセットされるフラグを用意しておき、オ
ーバーレイ登録開始命令受信時に、前記フラグを1にセ
ットし、前記フラグがセットされている場合は、フォー
ムデータ登録中であると判断し、オーバーレイ登録終了
命令受信時(S405)に前記フラグをリセットする。
あるいは、オーバーレイ登録開始命令のパラメータとし
て登録すべきフォームデータのサイズをカウンタとして
受けとり、前記カウンタが0になるまでフォームデータ
を登録するように構成しても構わない。なお、オーバー
レイ格納部として、フラッシュメモリ等の不揮発性メモ
リを設け、印刷データ受信前に予めフォームデータを登
録しておくように構成した場合は、ステップS404,
ステップS406の各ステップは実行しなくても構わな
い。
In step S404, it is checked whether the print data is an overlay registration start command or overlay registration is being performed. If so, an overlay registration end command is received (step S40).
5) The form data is stored in the form data storage unit 205b.
(Step S406), and read out the subsequent print data from the reception buffer 207 in step S401.
Return to In step S404, in order to determine whether form data is being registered, a flag that is reset to 0 when the power is turned on is prepared, and the flag is set to 1 when the overlay registration start command is received. If the flag is set, it is determined that form data is being registered, and the flag is reset when an overlay registration end command is received (S405).
Alternatively, the size of the form data to be registered as a parameter of the overlay registration start command may be received as a counter, and the form data may be registered until the counter becomes zero. If a nonvolatile memory such as a flash memory is provided as the overlay storage unit and the form data is registered in advance before receiving the print data, step S404,
Each step of Step S406 may not be performed.

【0040】ステップS404において、フォームデー
タ登録中でないと判断した場合は、続くステップS40
7において、該印刷データがフォームオーバーレイ実行
命令かどうかを調べ、フォームオーバーレイ実行命令で
あると判断された場合は、処理中の通常ページに重ね合
わせるべきフォームデータが存在することを示す情報
(後述)を描画オブジェクト格納部205aへセットし
た後、フォームデータに対応するフォームラスタがフォ
ームラスタ格納部205dに登録済みかどうかを調べる
(ステップS408)。未登録であった場合は、ステッ
プS409にて、オーバーレイ格納部205aより前記
フォームデータを読み出し、描画オブジェクト生成部2
03aによって、フォームデータ中の各印刷データ(文
字データを含む)に対応する描画オブジェクトを生成す
る(ステップS409)。
If it is determined in step S404 that the form data is not being registered, the process proceeds to step S40.
In step 7, it is checked whether the print data is a form overlay execution instruction. If it is determined that the print data is a form overlay execution instruction, information indicating that there is form data to be superimposed on the normal page being processed (described later) Is set in the drawing object storage unit 205a, it is checked whether or not a form raster corresponding to the form data has been registered in the form raster storage unit 205d (step S408). If not registered, in step S409, the form data is read from the overlay storage unit 205a, and the drawing object generation unit 2
According to 03a, a drawing object corresponding to each print data (including character data) in the form data is generated (step S409).

【0041】なお、ステップS409における描画オブ
ジェクトの生成は、通常ページに印字されるデータの解
析および描画オブジェクトの生成と同様の処理で良いが
(ステップS411にて後述)、フォントパターン以外
の描画オブジェクトは、通常ページの描画オブジェクト
とは別領域(例えば、ワークメモリ205d)に格納さ
れるものとし、フォントパターンはフォントキャッシュ
領域に登録される。なお、フォントキャッシュに登録さ
れた文字データは、通常ページデータの処理時にも使用
され、キャッシュにヒットする。また、ステップS40
9においては、描画オブジェクトの生成と同時に該フォ
ームを識別するための管理情報もあわせてワークメモリ
ヘー時的に記憶しておく。ここで前記管理情報には、各
フォーム毎に一意に決まるフォームID(ホストより指
定される),用紙サイズ,用紙の印字方向,データ生成
解像度等が含まれる。
The generation of the drawing object in step S409 may be the same processing as the analysis of the data printed on the normal page and the generation of the drawing object (described later in step S411). It is assumed that the font pattern is stored in a different area (for example, the work memory 205d) from the drawing object of the normal page, and the font pattern is registered in the font cache area. Note that the character data registered in the font cache is also used when processing normal page data, and hits the cache. Step S40
In step 9, management information for identifying the form is stored at the same time as the creation of the drawing object. Here, the management information includes a form ID (designated by the host) uniquely determined for each form, a paper size, a paper printing direction, a data generation resolution, and the like.

【0042】続くステップS410において、フォント
以外の描画オブジェクトを描画してフォームラスタを生
成した後(描画オブジェクト描画部203c)、フォー
ム画像を符合化し(ラスタ符合化部203f)、さらに
前記符合化済みフォーム画像をフォームラスタ格納部2
05dへ格納する(フォームメモリ管理部203d)。
すなわち、S409にて生成した前記フォームデータ対
応の各描画オブジェクト(フォントパターンを除く)
を、一時的にページメモリ205c上へ描画した後、フ
ォームラスタ格納部205dへ格納し、最後にワークメ
モリに生成した描画オブジェクトをクリアする。本実施
の形態においては、この時生成するフォームラスタは、
1ページを複数のバンドに分割した状態で生成・格納す
るものとし、なおかつ分割高さは、ページメモリ(バン
ドラスタ)205cが取り得る最小高さとなるように構
成する。このように構成することで、搭載メモリによっ
てバンドラスタ205cが256ドット/512ドット
/1024ドット高さの3段階を取り得るような場合で
も、フォームラスタは256ドット高さで生成・格納す
るため、異なる条件下で同一フォームラスタを使用する
ことができる。なお、フォームラスタへ描画オブジェク
トを描画する手順は、シップ時に通常ページの描画オブ
ジェクトをラスタメモリヘ描画する手順と全く同様に行
なえばよい。
In the following step S410, a drawing object other than a font is drawn to generate a form raster (drawing object drawing unit 203c), and then the form image is encoded (raster encoding unit 203f). Image is stored in form raster storage 2
05d (form memory management unit 203d).
That is, each drawing object (excluding font pattern) corresponding to the form data generated in S409
Is temporarily drawn on the page memory 205c, then stored in the form raster storage unit 205d, and finally, the drawing object generated in the work memory is cleared. In the present embodiment, the form raster generated at this time is:
One page is generated and stored in a state of being divided into a plurality of bands, and the division height is configured to be the minimum height that the page memory (band raster) 205c can take. With this configuration, even if the band raster 205c can take three levels of 256 dots / 512 dots / 1024 dots in height depending on the mounted memory, the form raster is generated and stored at 256 dots in height. The same form raster can be used under different conditions. The procedure for drawing the drawing object on the form raster may be exactly the same as the procedure for drawing the drawing object of the normal page in the raster memory at the time of shipping.

【0043】一方、ステップS407にて、印刷データ
がフォームオーバーレイ実行命令でないと判断された場
合は、通常ページに描画する印刷データとして解析し、
描画オブジェクトを生成する(ステップS411)。す
なわち、印刷データが文字印字命令であった場合は、印
刷データで指定された文字情報に対応するフォント情報
をフォントROM204より読み出し、対応するドット
パターン(=描画オブジェクト)を生成し、印字位置情
報や幅,高さ,描画論理等、ページラスタへ描画する際
に必要な情報と共に、前記ドットパターンを描画オブジ
ェクト格納部205aへ格納する(文字以外の図形デー
タやイメージデータであった場合も、同様に各印字命令
に対応した中間コードを生成する)。一方、ステップS
408において、フォームデータに対応するフォームラ
スタがフォームラスタ格納部に登録済みであると判断さ
れた場合は、続く印刷データを解析するためにステップ
S401へ戻る。
On the other hand, if it is determined in step S407 that the print data is not a form overlay execution command, the print data is analyzed as print data to be drawn on a normal page.
A drawing object is generated (step S411). That is, when the print data is a character print command, font information corresponding to the character information specified by the print data is read from the font ROM 204, a corresponding dot pattern (= drawing object) is generated, and print position information and The dot pattern is stored in the drawing object storage unit 205a together with information necessary for drawing on the page raster, such as width, height, drawing logic, and the like. Generate an intermediate code corresponding to each print command). On the other hand, step S
If it is determined in 408 that the form raster corresponding to the form data has been registered in the form raster storage unit, the process returns to step S401 to analyze the subsequent print data.

【0044】ステップS403において、印刷データが
排紙命令(あるいは排紙命令に相当する命令)であった
場合には、ステップS407にて描画オブジェクト格納
部205aヘセットされたオーバーレイデータ有無情報
を調べ(ステップS412)、フォームオーバーレイす
べきフォームデータが存在する場合は、フォームラスタ
描画部203eが、前記ステップS407〜S410に
て生成済みの1バンド分の符合化フォームラスタをフォ
ームラスタ格納部203dより読み出し、復号化した
後、バンドラスタ205cへ描画する(ステップS41
3)。続くステップS414にて、フォームに含まれた
(ステップS409にて生成した)フォントオブジェク
トを1バンド分だけ描画オブジェクト格納部より読み出
し、順時バンドラスタヘ描画する。最後に通常ページの
オブジェクトをバンドラスタへ描画し1バンド分の描画
処理を終了する(ステップS415)。1ページ分の描
画が終了するまで、上記ステップS412〜S415を
全バンド繰り返し(ステップS416)、全バンド終了
したら、続くページの印刷データを処理するためにステ
ップS401へ戻る。
If the print data is a discharge command (or a command corresponding to the discharge command) in step S403, the overlay data presence / absence information set in the drawing object storage unit 205a in step S407 is checked (step S407). S412) If there is form data to be form-overlaid, the form raster drawing unit 203e reads out the encoded form raster for one band already generated in steps S407 to S410 from the form raster storage unit 203d and decodes it. After the conversion, the image is drawn on the band raster 205c (step S41).
3). In the following step S414, the font objects included in the form (generated in step S409) are read out for one band from the drawing object storage unit and drawn on the sequential band raster. Finally, the normal page object is drawn on the band raster, and the drawing process for one band is completed (step S415). Steps S412 to S415 are repeated for all bands until drawing for one page is completed (step S416). When all bands are completed, the process returns to step S401 to process print data of the next page.

【0045】なお、ここではフォーム内のフォントオブ
ジェクトの描画ステップ(ステップS414)と通常ペ
ージオブジェクトの描画ステップ(ステップS415)
とを分けて説明したが、図5の説明で後述するように、
一連の描画情報を順次読み出せば、自動的にステップS
414,S415の各処理が行なわれるように構成され
ている。
Here, the drawing step of the font object in the form (step S414) and the drawing step of the normal page object (step S415)
However, as described later in the description of FIG. 5,
If a series of drawing information is sequentially read, step S is automatically performed.
414 and S415 are performed.

【0046】図5は、本実施の形態における、通常ペー
ジの描画オブジェクト格納部205a内の1ページ分を
示すメモリマップ(図5(a))および、構成の概略を
示すブロック図(図5(b),5(c))である。図5
(a)において、ヘッダ部501は、各ページの種々の
情報を格納し、電源投入時からカウントされるページ番
号,印字解像度,用紙サイズ,バンドラスタ数,該ペー
ジに属する描画オブジェクトの総容量,描画済み/シッ
プ中などのページの状態を示す情報,および描画すべき
オーバレイデータの有無情報502等から構成されてい
る。バンドテーブル503は、前記バンドラスタの数だ
け用意され、各バンド内に印字されるべき個々の描画オ
ブジェクトに対応した描画情報504がリンクされる
(図5(b))。個々の描画情報、描画オブジェクトは
それぞれ、描画情報格納部504および描画オブジェク
ト記憶部505に生成・確保される。
FIG. 5 is a memory map (FIG. 5A) showing one page in the normal page drawing object storage unit 205a according to the present embodiment, and a block diagram schematically showing the configuration (FIG. 5 (A)). b), 5 (c)). FIG.
In (a), a header section 501 stores various information of each page, and includes a page number counted from power-on, a print resolution, a paper size, the number of band rasters, a total capacity of drawing objects belonging to the page, The information includes information indicating the state of the page such as “drawn / shipped” and the presence / absence information 502 of overlay data to be drawn. The band tables 503 are prepared by the number of the band rasters, and the drawing information 504 corresponding to each drawing object to be printed in each band is linked (FIG. 5B). Individual drawing information and drawing objects are generated and secured in the drawing information storage unit 504 and the drawing object storage unit 505, respectively.

【0047】図5(c)は、1つの描画情報の構成を示
す概略図であり、描画オブジェクトを描画するための情
報として、以下の情報を含むよう構成されている。すな
わち、描画オブジェクトの種類、バンド内の印字位置
(左上端からのビットオフセット値)、描画オブジェク
トの描画高さ、バンドラスタとの描画論理、対応する描
画オブジェクトの先頭アドレス、描画オブジェクトがバ
ンド途中から描画される場合に該描画オブジェクトを読
み飛ばすオフセット量(ライン数)、続く描画情報の先
頭アドレス(リンク最後はNULLとする)等が含まれ
る(各情報は、少なくとも指定用紙を指定解像度で表現
可能なだけのビット数があればよい)。ここで、上記描
画オブジェクトの種類は、2値ビットマップ,多値イメ
ージ,矩形,ランレングス形式にエンコードされた図形
データ,圧縮フォントパターン,ラインから構成されて
いるものとするが、本発明においては、プリンタエンジ
ンヘ送出するためのビットイメージを生成可能な中間形
式として表現されていれば、描画オブジェクトの形式そ
のものについては特に規定しない。
FIG. 5C is a schematic diagram showing the structure of one drawing information, and is configured to include the following information as information for drawing a drawing object. That is, the type of drawing object, the print position in the band (bit offset value from the upper left corner), the drawing height of the drawing object, the drawing logic with the band raster, the start address of the corresponding drawing object, and the drawing object This includes the offset amount (number of lines) for skipping the drawing object when drawing, the start address of the subsequent drawing information (the link end is NULL), etc. (each information can represent at least the specified paper at the specified resolution) It only needs to have as many bits as possible). Here, the type of the drawing object is assumed to be composed of a binary bitmap, a multivalued image, a rectangle, graphic data encoded in a run-length format, a compressed font pattern, and a line. The format itself of the drawing object is not particularly limited as long as it is expressed as an intermediate format capable of generating a bit image to be transmitted to the printer engine.

【0048】図4のステップS415において、バンド
毎に通常ページの描画オブジェクトや、フォームに含ま
れるフォントオブジェクトを描画する処理は、上記バン
ドテーブルからリンクされている描画情報を順次読み出
し、各描画情報内の印字位置情報等に従って描画オブジ
ェクトを描画する。フォーム内フォントオブジェクトは
通常ページオブジェクトよりも先に生成されるため、描
画情報も先にリンクされ、結果として先に描画される。
また、図4のステップS410において、フォームラス
タを生成する場合は、上記と全く同様の構成とすること
で、同じ描画オブジェクト描画部203cを用いた生成
が可能となる。ただし、フォームデータ内のフォントパ
ターン生成時に、各フォントパターンに対応する描画情
報はリンクしないことで、フォームラスタ内にフォント
パターンは描画されない。
In step S415 of FIG. 4, the process of drawing a drawing object of a normal page or a font object included in a form for each band is performed by sequentially reading linked drawing information from the band table, and The drawing object is drawn in accordance with the print position information of the drawing. Since the font object in the form is usually generated before the page object, the drawing information is linked first, and as a result, the drawing information is drawn first.
When generating a form raster in step S410 in FIG. 4, by using the same configuration as described above, generation using the same drawing object drawing unit 203c is possible. However, when generating the font pattern in the form data, the drawing information corresponding to each font pattern is not linked, so that the font pattern is not drawn in the form raster.

【0049】図6は、フォームメモリ管理部203dに
よって管理される、フォームラスタ格納部205dのメ
モリ構成の概略を示すメモリ構成図である。同図におい
て、フォーム毎の管理テーブル601は、各フォームを
描画・識別するために必要な情報から構成される。管理
テーブル601のための記憶領域は、予め固定領域に確
保しておいても構わないし、可能なだけ動的に確保され
るよう構成されていても構わない。管理テーブル601
内には、各フォームを識別するためのフォームID(ホ
ストコンピュータと同一番号で管理する)、印字解像
度、分割バンド総数、用紙の向き、バンド幅、フォーム
ラスタバンドテーブル602の先頭アドレスが含まれ
る。フォームラスタバンドテーブル602は、図4のス
テップS410において分割された、バンド状のフォー
ムラスタ単位の情報を格納するテーブルであって、管理
テーブル601内のバンド数に応じた数だけ確保され、
各フォームラスタの先頭アドレスと、各バンドの高さを
含む。なお、最下端のバンド以外の高さが一定であれ
ば、前記一定値と最下端バンド高さをフォーム管理テー
ブル601内に保持しても良い。また、管理テーブル6
01に格納する情報のうち、解像度・用紙の向き・バン
ド幅は、印刷データやパネル規定値を元にセットされ、
フォームIDはオーバーレイ登録命令のパラメータとし
てホスト上のプリンタドライバなどにより指示される。
FIG. 6 is a memory configuration diagram schematically showing the memory configuration of the form raster storage unit 205d managed by the form memory management unit 203d. In the figure, a management table 601 for each form is composed of information necessary for drawing and identifying each form. The storage area for the management table 601 may be secured in a fixed area in advance, or may be configured to be secured dynamically as much as possible. Management table 601
In the table, a form ID for identifying each form (managed by the same number as that of the host computer), a print resolution, a total number of divided bands, a paper direction, a band width, and a head address of the form raster band table 602 are included. The form raster band table 602 is a table for storing information on a band-like form raster unit divided in step S410 of FIG. 4, and is secured by the number corresponding to the number of bands in the management table 601.
It contains the start address of each form raster and the height of each band. If the height other than the lowermost band is constant, the constant value and the lowermost band height may be held in the form management table 601. Also, the management table 6
01, the resolution, paper orientation, and bandwidth are set based on the print data and panel specified values.
The form ID is specified by a printer driver or the like on the host as a parameter of the overlay registration command.

【0050】図7は、フォームメモリ管理部203d
が、要求されたフォームデータに対応するフォームラス
タがフォームラスタ格納部に登録済みかどうかを調べる
手順について示したフローチャートである。すなわち、
図4のステップS408の詳細を示した手順である。ま
ず、同図のステップS701において、フォームラスタ
格納部205d内のフォーム管理テーブル601から、
第1のフォームラスタ情報を読み出し、フォームオーバ
レイ実行命令で指定されたフォーム情報の各々と一致す
るかどうかを調べる(ステップS702〜S706)。
すなわち、フォームIDを比較し(ステップS70
2)、同じであれば次のフォーム情報を比較し、同じで
なければ、次のフォームラスタ情報を読み出すために、
ステップS708へ進む。以下同様に、印字解像度(ス
テップS703),縦方向/横方向の用紙搬送方向がサ
ポートされている用紙サイズ場合は用紙の向き(ステッ
プS704),カラープリンタの場合はカラーモード
(ステップS705),ページ拡大/縮小指定がなきれ
ているかどうか(ステップS706)をそれぞれ調べ、
全ての条件が一致した場合には、ステップS707にて
フォーム番号をフォームラスタ有無情報として記憶し、
指定フォームオーバーレイに対応するフォームラスタが
登録済みであると判断する。
FIG. 7 shows a form memory management unit 203d.
Is a flowchart showing a procedure for checking whether a form raster corresponding to requested form data has been registered in a form raster storage unit. That is,
5 is a procedure showing details of step S408 in FIG. First, in step S701 in the figure, the form management table 601 in the form raster storage unit 205d is
The first form raster information is read, and it is checked whether the first form raster information matches each of the form information specified by the form overlay execution instruction (steps S702 to S706).
That is, the form IDs are compared (step S70).
2) If the same, the next form information is compared. If not, the next form raster information is read.
Proceed to step S708. Similarly, the print resolution (step S703), the paper orientation if the paper size supports the vertical / horizontal paper transport direction (step S704), the color mode for the color printer (step S705), the page It is checked whether or not the enlargement / reduction designation has been completed (step S706).
If all conditions match, the form number is stored as form raster presence / absence information in step S707,
It is determined that the form raster corresponding to the specified form overlay has been registered.

【0051】一方、ステップS702〜S706のいず
れかの情報が一致しなかった場合は、ステップS708
にて全フォームラスタの検索が終了したかどうかを調
べ、終了していなければステップS701へ戻り、全フ
ォームラスタの検索が終了した場合は、フォームラスタ
は未登録であると判断される(ステップS709)。 <ROMデータからのフォームラスタの生成>図8は、
フラッシュROMやハードディスク等の書き込み可能な
不揮発性デバイス(以下、このデバイスをフラッシュR
OMとして説明する)内にページ記述言語形式のフォー
ムデータが格納済みの場合の、フォーム画像生成手順を
示すフローチャートである。すなわち、フラッシュRO
Mによりフォームデータが提供されている場合には、図
4の手順のみならず、図8の手順によってもフォームラ
スタが生成され、保持される。
On the other hand, if any of the information in steps S702 to S706 does not match, step S708 is executed.
It is checked whether or not the search for all form rasters has been completed, and if not completed, the process returns to step S701. If the search for all form rasters has been completed, it is determined that the form raster has not been registered (step S709). ). <Generation of Form Raster from ROM Data> FIG.
A writable nonvolatile device such as a flash ROM or a hard disk (hereinafter, this device is referred to as a flash R
FIG. 11 is a flowchart illustrating a procedure of generating a form image when form data in a page description language format is already stored in an OM. That is, flash RO
When the form data is provided by M, a form raster is generated and held not only by the procedure of FIG. 4 but also by the procedure of FIG.

【0052】本フローチャートの処理は、画像出力装置
に電源が投入された直後、印刷データを受信する前や、
処理すべき印刷データを受信していない空き時間等に実
行しても構わないし、あるいは、通常ページの印刷デー
タを受信する前に、フォームラスタ生成命令をホストコ
ンピュータより受信し、実行するよう構成されていても
構わない。
The processing in this flowchart is performed immediately after the image output apparatus is turned on, before receiving print data,
The print data to be processed may be executed in a vacant time when it is not received, or a form raster generation command may be received from a host computer and executed before receiving print data of a normal page. It does not matter.

【0053】同図において、まずステップS801に
て、フラッシュROMが装着されているかどうかを調
べ、未実装であった場合は処理を終了する。一方、実装
されている場合は、ステップS802にて、パネルメニ
ュー等によって設定された印刷条件(印字解像度や、用
紙搬送方向、カラーモード等)を読み出し、続くステッ
プS803以降にて、フラッシュROMに記憶されたフ
ォームデータからフォームラスタを生成し、フォームラ
スタ格納部へ登録する。まず、フラッシュROM内のフ
ォームデータが既にフォームラスタ格納部に登録されて
いるかどうかを調べ(ステップS803)、未登録であ
ればフォームデータを読み出し(ステップS804)、
フォントパターンを含む1ページ分の描画オブジェクト
を生成し(ステップS805)、各フォントパターンは
フォントキャッシュ手段へ登録する。
In the figure, first, in step S801, it is checked whether or not a flash ROM is mounted. If the flash ROM is not mounted, the process is terminated. On the other hand, if it is installed, in step S802, the printing conditions (print resolution, paper transport direction, color mode, etc.) set by the panel menu or the like are read out, and stored in the flash ROM in subsequent steps S803 and thereafter. A form raster is generated from the generated form data and registered in the form raster storage unit. First, it is checked whether or not the form data in the flash ROM has already been registered in the form raster storage unit (step S803). If the form data has not been registered, the form data is read out (step S804).
A drawing object for one page including the font pattern is generated (step S805), and each font pattern is registered in the font cache unit.

【0054】続くステップS806にて、印刷データを
受信したかどうかを調べ、受信バッファに印刷データが
存在する場合は、フォームデータに対応する生成済みの
描画オブジェクトを削除し(ステップS814)、作業
メモリとして使用していたワークメモリを解放した後、
フォーム画像生成処理を終了する。ここで、フォーム画
像の格納途中であれば、途中まで格納したフォーム画像
も解放する。なお、本実施の形態では、ステップS80
6においてのみ、受信データの存在をチェックしたが、
これに限らず、比較的処理時間が多くかかるステップの
前後や、タイマ等によって定期的に印刷データを確認し
ても良く、こうすることによって、例えばフォームを用
いない通常データの印刷処理を妨げることがなくなる。
In step S806, it is checked whether print data has been received. If print data exists in the reception buffer, the generated drawing object corresponding to the form data is deleted (step S814), and the work memory is deleted. After releasing the work memory used as
The form image generation processing ends. Here, if the form image is being stored, the form image stored halfway is also released. In the present embodiment, step S80
Only in step 6, the existence of received data was checked.
Not limited to this, print data may be checked before and after steps that require a relatively long processing time, or periodically using a timer or the like. This prevents print processing of normal data that does not use a form, for example. Disappears.

【0055】続くステップS807にて、フォントオブ
ジェクト以外の前記描画オブジェクトを用いて1バンド
分のフォーム画像をバンドバッファへ描画した後、ステ
ップS808で前記フォーム画像を符合化する。続くス
テップS809において、フォーム画像格納部に登録に
必要なメモリ容量があるかを調べ、空さメモリ容量が不
足した場合は、ステップS810にてエラー表示を行な
った後、処理を終了する。一方、登録可能であれば、符
合化済みフォーム画像を格納する(ステップS81
1)。上記ステップS806〜S811の処理を1ペー
ジ分全て終了するまで繰り返し(ステップS812)、
最後にステップS813にて、フォントキャッシュ以外
の不要となった描画オブジェクトを削除し、1フォーム
の処理を終了する。なお、本実施の形態では、メモリ不
足時にエラー表示を行ない処理を中断したが、パネル設
定等によって各フォームの優先順位を指定したり、使用
頻度をフォームデータと共に記憶するよう構成し、優先
順位の低い順、あるいは使用頻度の低い順にフォーム画
像格納領域から削除して、該フォーム画像格納の処理を
続行しても構わない。
In the following step S807, a form image for one band is drawn on the band buffer using the drawing object other than the font object, and then in step S808, the form image is encoded. In the following step S809, it is checked whether or not there is a memory capacity required for registration in the form image storage unit. If the empty memory capacity is insufficient, an error display is performed in step S810, and the process ends. On the other hand, if registration is possible, the encoded form image is stored (step S81).
1). The processes of steps S806 to S811 are repeated until all pages have been completed (step S812).
Finally, in step S813, unnecessary rendering objects other than the font cache are deleted, and the processing of one form is completed. In this embodiment, the processing is interrupted by displaying an error when the memory is insufficient. However, the priority of each form is specified by panel setting or the like, and the frequency of use is stored together with the form data, and the priority is determined. The form image may be deleted from the form image storage area in ascending order or ascending use frequency, and the form image storage processing may be continued.

【0056】以上の手順により、フォームデータ登録に
より登録された、ページ記述言語で記述したフォームデ
ータ、あるいはあらかじめROMにより提供されてい
る、ページ記述言語で記述したフォームデータを、フォ
ームデータ生成命令により中間データによる描画オブジ
ェクトに変換し、さらにそのフォームのラスタデータを
生成して符号化し、それを記憶しておく。排紙命令を受
けてあるページを排紙中に、そのページにオーバーレイ
があることが判明したなら、記憶されている符号化され
たフォームラスタデータを復号してバンドメモリに展開
し、その上にフォーム以外の通常ページオブジェクトを
展開して印刷する。
According to the above procedure, the form data described in the page description language registered by the form data registration or the form data described in the page description language provided in advance in the ROM is intermediately processed by the form data generation instruction. The data is converted into a drawing object by data, raster data of the form is generated and encoded, and the raster data is stored. If it is found that there is an overlay on the page while the page receiving the sheet ejection command is being ejected, the stored encoded form raster data is decoded and expanded in the band memory, and Expand and print regular page objects other than forms.

【0057】また、フォームデータと合わせて、そのフ
ォームを構成する文字データについては、ビットマップ
データに展開された形式でフォントキャッシュに保持さ
れるため、フォームデータについては、それに含まれる
文字も含めてキャッシュしておき、再利用することが可
能となる。
In addition to the form data, the character data constituting the form is stored in the font cache in a format developed into bitmap data. Therefore, the form data includes the characters included therein. It can be cached and reused.

【0058】このようにすることで、いったん登録され
たフォームデータは符号化されたラスタデータとして記
憶されるため、ページ記述言語から展開する必要がな
く、迅速にバンドメモリに展開できる。
By doing so, the form data once registered is stored as encoded raster data, so that it is not necessary to develop it from the page description language, and it can be developed to the band memory quickly.

【0059】なお、フォームデータがページ記述言語で
なく、イメージデータで送信されてくるような場合に
は、そのラスタデータへの展開処理が省かれるだけであ
り、それをそのまま符号化して格納すればよい。
If the form data is transmitted not in the page description language but in image data, only the rasterization processing for the raster data is omitted, and if it is encoded and stored as it is. Good.

【0060】[第2の実施の形態]第1の実施の形態で
は、フォームデータに含まれる文字データと、通常ペー
ジで使用される文字データとは、区別なくフォントキャ
ッシュ手段に登録されていたため、メモリ不足等によ
り、フォーム内で使用されるフォントキャッシュが削除
されてしまう可能性もあった。
[Second Embodiment] In the first embodiment, the character data included in the form data and the character data used in the normal page are registered in the font cache means without distinction. There was also a possibility that the font cache used in the form was deleted due to lack of memory or the like.

【0061】そのため、本実施の形態では、フォントキ
ャッシュ手段に登録されたフォントパターンのうち、フ
ォームデータに含まれる文字データから生成・登録され
たフォントパターンに対しては、通常ページに含まれる
文字データよりも優先順位を高く設定することで、フォ
ームデータ内で使用しているフォントキャッシュは通常
ページ内でのみ使用されている文字データに比べ削除さ
れにくいよう構成する。
Therefore, in the present embodiment, of the font patterns registered in the font cache means, the font patterns generated and registered from the character data included in the form data are replaced with the character data included in the normal page. By setting the priority higher than that, the font cache used in the form data is configured to be less likely to be deleted than the character data used only in the normal page.

【0062】図9は、本発明の第2の実施の形態を示す
画像出力装置の基本構成を説明するブロック図であり、
第1実施の形態と同様の構成については同一番号をつけ
説明を省略する。同図において、優先順位設定・判定部
901は、フォントキャッシュ管理部203gヘフォン
トパターンを登録する際に優先順位を設定し、フォント
パターン削除時にどのフォントパターンから削除するか
を管理する。これ以外の構成は図2と同様である。 <優先順位の付されたフォントキャッシュの構造>図1
0は、本実施の形態におけるフォントキャッシュ格納部
に格納されるフォントキャッシュの構成を示す概略図で
ある。
FIG. 9 is a block diagram illustrating a basic configuration of an image output apparatus according to a second embodiment of the present invention.
The same components as those in the first embodiment are denoted by the same reference numerals, and description thereof is omitted. In the figure, a priority setting / determination unit 901 sets a priority when registering a font pattern in the font cache management unit 203g, and manages which font pattern to delete from when deleting a font pattern. Other configurations are the same as those in FIG. <Structure of prioritized font cache> FIG.
0 is a schematic diagram illustrating a configuration of a font cache stored in a font cache storage unit according to the present embodiment.

【0063】本実施の形態においては、各フォントパタ
ーン1006は、文字コードを検索キーとしてフォント
情報管理テーブル501(以下、管理テーブル)からイ
ンデックス1002及び1003をたどって検索できる
ようになっている。ここで、外部から与えられる文字コ
ードは1バイトまたは2バイトであり、インデックスは
文字コードの上位バイト用(1002)と下位バイト用
(1003)の2段階の深さを持つ。フォントパターン
をフォントキャッシュへ登録する時には、文字コードの
上位バイト/下位バイトのそれぞれに対応する位置に、
続く下位インデックスあるいはフォントキャッシュ実体
へのポインタを書き込む(インデックス内の初期値はN
ULLとしておく)。一方、フォントキャッシュ検索時
には、まず前記文字コードの上位バイトに対応するイン
デックスの位置に下位バイト用インデックスのポインタ
がセットされているかどうかを調べ、セットされている
場合は、下位インデックスを文字コードの下位バイトで
検索し、同様にフォントキャッシュの実体へのポインタ
を得る。なお、シングルバイト系のコード体系では、上
位バイト用インデックスはコード=0x00のメンバの
みから構成される。
In this embodiment, each font pattern 1006 can be searched by using the character code as a search key and tracing the indexes 1002 and 1003 from the font information management table 501 (hereinafter, management table). Here, the character code given from the outside is 1 byte or 2 bytes, and the index has two levels of depth for the upper byte (1002) and the lower byte (1003) of the character code. When registering a font pattern in the font cache, the position corresponding to the upper byte / lower byte of the character code
Write the following lower index or pointer to the font cache entity (the initial value in the index is N
UL). On the other hand, at the time of searching the font cache, first, it is checked whether or not the pointer of the lower byte index is set at the position of the index corresponding to the upper byte of the character code. Search by byte, and similarly get a pointer to the entity of the font cache. In the single-byte code system, the upper byte index is composed of only members of code = 0x00.

【0064】同図において、管理テーブル1001に
は、各フォントを識別するための情報として以下の情報
がフォント毎に格納されている。すなわち、書体名称、
文字コードと実パターンの割り付けを示すグラフィック
セット、文字サイズ、スケーラブルフォントか否かを示
すフラグ、文字の線の太さを示すストロークウェイト
(不図示)、固定ピッチかプロポーショナルピッチかを
示すフラグ(不図示)、縦書き/横書きを示すフラグ
(不図示)の他、フォントパターンを検索するための上
位インデックス1002へのポインタなどが格納されて
おり、各管理テーブル毎にフォント番号が割り振られて
いる(図10中では1番と2番)。同図では、フォント
番号=1番の管理テーブルには、ダブルバイト系フォン
トが割り当てられており文字コード=0x2422およ
び0x3021に対応するフォントパターンがリンクさ
れている場合を示している。
In the figure, the management table 1001 stores the following information for each font as information for identifying each font. That is, the typeface name,
A graphic set indicating the assignment of character codes and actual patterns, a character size, a flag indicating whether the font is scalable, a stroke weight indicating the thickness of the character line (not shown), and a flag indicating whether the pitch is fixed pitch or proportional pitch (not shown) In addition to a flag indicating vertical writing / horizontal writing (not shown), a pointer to an upper index 1002 for searching for a font pattern and the like are stored, and a font number is assigned to each management table ( (No. 1 and No. 2 in FIG. 10). FIG. 7 shows a case where a double-byte font is assigned to the management table with the font number = 1 and font patterns corresponding to character codes = 0x2422 and 0x3021 are linked.

【0065】フォントキャッシュ1004は、ヘッダ情
報部1005とフォントパターン1006から構成され
ている。ヘッダ情報部1005には、フォントパターン
のドット幅w,ドット高さhや、回転角度,フォントパ
ターンの先頭アドレス,ベースラインからのオフセット
値やピッチ情報などの描画に必要な情報に加え、拡大や
ボールド修飾の有無といった修飾情報などのフォントキ
ャッシュの検索判定キーとなるフォント情報がセットさ
れている。また、文字パターンが圧縮されて格納されて
いる場合は、上記情報に加えて、圧縮されていることを
示す符合化フラグも持つ。
The font cache 1004 includes a header information section 1005 and a font pattern 1006. The header information portion 1005 includes information necessary for drawing such as a dot width w and a dot height h of the font pattern, a rotation angle, a head address of the font pattern, an offset value from the baseline, and pitch information. Font information serving as a search determination key of a font cache, such as modification information such as presence or absence of bold modification, is set. When the character pattern is stored in a compressed state, the character pattern has an encoding flag indicating that the character pattern is compressed, in addition to the above information.

【0066】さらに本発明にかかるフォントキャッシュ
では、該フォントキャッシュが定型フォーム部内で使用
されたかどうかを示す優先順位フラグ1005aを持
ち、フォントキャッシュ作成時に、フォームデータ解析
中であれば、すなわちフォームデータに含まれる文字デ
ータであれば、優先順位フラグ1005aを1にセット
し、そうでなければ(通常ページ解析中に作成されたフ
ォントキャッシュであれば)0をセットしておく。ま
た、フォントキャッシュを検索して求めるフォントパタ
ーンが見つかった(キャッシュにヒットした)際に、フ
ォームデータ解析中であり、かつ優先順位フラグ100
5aが0にセットされている場合は、該優先順位フラグ
を2にセットし直す。なお、優先順位フラグ1005a
が2にセットされている場合は、フォーム内と通常ペー
ジの両方から使用されたフォントキャッシュであること
を示す。
Further, the font cache according to the present invention has a priority order flag 1005a indicating whether or not the font cache is used in the fixed form part. If the character data is included, the priority flag 1005a is set to 1; otherwise, 0 (if the font cache is created during normal page analysis). Also, when the font cache is searched to find the desired font pattern (hit the cache), the form data is being analyzed and the priority order flag 100
If 5a is set to 0, the priority flag is reset to 2. Note that the priority order flag 1005a
Is set to 2, indicating that the font cache was used from both within the form and from the regular page.

【0067】一方、フォントキャッシュにヒットした際
に、通常ページデータ解析中であり、かつ優先順位フラ
グが1にセットされている場合も、該優先順位フラグを
2にセットし直し、前記同様にフォーム内と通常ページ
の両方から使用されたフォントキャッシュであることを
示す。
On the other hand, when the page cache is hit and the normal page data is being analyzed and the priority flag is set to 1, the priority flag is reset to 2 and the form is changed in the same manner as described above. Indicates that the font cache is used from both inside and normal pages.

【0068】なお、図10では、フォントパターン10
06はRAM205内に生成された文字パターンとして
説明したが、ドットフォント等のようにフォントROM
204内に予めフォントパターンを持つ場合は、RAM
205内にフォントパターンは存在しなくても構わな
い。この場合、ヘッダ情報部1005内の前記フォント
パターンの先頭アドレスは、フォントROM204内の
フォントパターン先頭のアドレスがセットされているこ
とになる。
In FIG. 10, the font pattern 10
06 has been described as a character pattern generated in the RAM 205, but a font ROM such as a dot font is used.
If the font pattern is stored in the memory 204 in advance,
The font pattern does not need to exist in 205. In this case, the head address of the font pattern in the header information part 1005 is set to the head address of the font pattern in the font ROM 204.

【0069】上記に説明した構成のフォントキャッシュ
において、フォントキャッシュ削除時(メモリ不足時
等)には、優先順位フラグが0→1→2の順序で削除す
ることで、通常ページでのみ使用されているフォントキ
ャッシュが第1に削除され、続いてフォーム内のみで使
用されているフォントキャッシュ、最後にフォーム内と
通常ページの両方で使用されているフォントキャッシュ
が削除されることになる。このような手順により、定型
フォーム部で使用されるフォントキャッシュが削除され
にくくなり、特に複数ページでフォームを使用する場合
にフォントキャッシュのヒット率を高めることが可能と
なる。
In the above-described font cache, when the font cache is deleted (for example, when the memory is insufficient), the priority order flag is deleted in the order of 0 → 1 → 2 so that the priority flag is deleted only in the normal page. The font cache that is used is deleted first, followed by the font cache that is used only in the form, and finally the font cache that is used both in the form and on the regular page. Such a procedure makes it difficult for the font cache used in the fixed form part to be deleted, and can increase the hit rate of the font cache particularly when the form is used on a plurality of pages.

【0070】図11は上述したフォントの展開手順を示
すフローチャートである。フォントを展開するためのメ
モリ容量がが十分でない場合には(ステップS111−
YES)、削除しきい値を0に設定する(ステップS1
12)。次にその削除しきい値以下の優先順位を有する
フォントキャッシュを、必要なメモリ容量が確保できる
だけの量か、あるいはすべての何れか少ないほうだけ削
除する(ステップS113)。それにより必要なメモリ
が確保できたか判定し(ステップS114)、確保でき
ればそのメモリを利用してフォントを展開する(ステッ
プS115)。また、メモリが十分でなければ、現在の
削除しきい値が2であるか判定し(ステップS11
6)、2であればすべてのフォントキャッシュを削除し
てもまだメモリ容量が不足しているということになり、
これはエラーとする。また、削除しきい値が0または1
であれば、現在の削除しきい値を一つ上げて、次の優先
順位のフォントキャッシュを削除する。
FIG. 11 is a flowchart showing a procedure for developing the above-described font. If the memory capacity for expanding the font is not sufficient (step S111-
YES), the deletion threshold is set to 0 (step S1)
12). Next, the font cache having a priority order equal to or less than the deletion threshold is deleted only in an amount sufficient to secure a necessary memory capacity or in all of the smaller ones (step S113). As a result, it is determined whether the necessary memory has been secured (step S114), and if it is secured, the font is developed using the memory (step S115). If the memory is not sufficient, it is determined whether the current deletion threshold is 2 (step S11).
6) If it is 2, the memory capacity is still insufficient even if all font caches are deleted.
This is an error. Also, the deletion threshold is 0 or 1
If so, the current deletion threshold is increased by one, and the font cache of the next priority is deleted.

【0071】このようにして、フォーム部で使用される
フォントキャッシュは削除されにくくなり、特に複数ペ
ージでフォームを使用する場合にフォントキャッシュの
ヒット率を高められ、印刷処理の効率を向上させること
ができる。
As described above, the font cache used in the form section is hardly deleted, and the hit rate of the font cache can be increased particularly when the form is used on a plurality of pages, and the efficiency of the printing process can be improved. it can.

【0072】なお、優先順位1あるいは2のフォントキ
ャッシュが含まれていることをフォントの種類毎に示す
ために、スケーラブルフラグ欄等に、高優先度の文字が
含まれていることを表示するフラグを設けてもよい。こ
の場合には、優先順位フラグが1または2にセットされ
るときに、同時にこの高優先度(優先順位1または2)
の文字が含まれていることを示すフラグもセットされ
る。また、フォントキャッシュを削除する場合には、ま
ずフォントの種類毎に、そのフォントに高優先度の文字
が含まれているか判定し、含まれていなければそのフォ
ントから削除する。含まれていることがわかれば、他の
フォントを調べて同様の処理をくり返す。
In order to indicate for each font type that a font cache of priority 1 or 2 is included, a flag indicating that high-priority characters are included in a scalable flag column or the like. May be provided. In this case, when the priority flag is set to 1 or 2, the high priority (priority 1 or 2) is simultaneously set.
A flag indicating that the character is included is also set. When deleting the font cache, first, for each type of font, it is determined whether or not the font includes high-priority characters, and if not, the font is deleted from the font. If so, check the other fonts and repeat the same process.

【0073】なお、上記の優先順位以外に、修飾の有
無、フォントパターンサイズ、JISの第2水準/第1
水準漢字/第1水準非漢字といった情報によってもフォ
ントキャッシュを削除する優先順位を設定しても構わな
い。
In addition to the above-mentioned priorities, whether or not there is modification, font pattern size, JIS second level / first
The priority for deleting the font cache may be set based on information such as level Kanji / first level non-kanji.

【0074】[0074]

【他の実施形態】なお、本発明は、複数の機器(例えば
ホストコンピュータ,インタフェイス機器,リーダ,プ
リンタなど)から構成されるシステムに適用しても、一
つの機器からなる装置(例えば、複写機,ファクシミリ
装置など)に適用してもよい。
[Other Embodiments] Even if the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), an apparatus (for example, a copying machine) Machine, facsimile machine, etc.).

【0075】また、本発明の目的は、前述した実施形態
の機能を実現するソフトウェアのプログラムコードを記
録した記憶媒体を、システムあるいは装置に供給し、そ
のシステムあるいは装置のコンピュータ(またはCPU
やMPU)が記憶媒体に格納されたプログラムコードを
読出し実行することによっても達成される。
Further, an object of the present invention is to supply a storage medium storing program codes of software for realizing the functions of the above-described embodiments to a system or an apparatus, and to provide a computer (or CPU) of the system or apparatus.
Or MPU) reads and executes the program code stored in the storage medium.

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

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

【0078】また、コンピュータが読出したプログラム
コードを実行することにより、前述した実施形態の機能
が実現されるだけでなく、そのプログラムコードの指示
に基づき、コンピュータ上で稼働しているOS(オペレ
ーティングシステム)などが実際の処理の一部または全
部を行い、その処理によって前述した実施形態の機能が
実現される場合も含まれる。
When the computer executes the readout program code, not only the functions of the above-described embodiment are realized, but also the OS (Operating System) running on the computer based on the instruction of the program code. ) Performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.

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

【0080】[0080]

【発明の効果】以上説明したように、本発明によれば、
1ページ分のフォームデータを符号化した画像データと
して保持し、フォームオーバーレイ実行命令受信時に、
対応する前記フォーム画像を復号化することで、フォー
ムデータ内容に関わらず高速に描画処理を終了すること
が可能となる。特に、同一内容のフォームデータに対し
て通常ページが毎ページ異なるような複数ページの印刷
命令においては、2ページ目以降のフォームデータの生
成に要する時間を小さく抑えることができる。
As described above, according to the present invention,
One page of form data is stored as encoded image data, and when a form overlay execution instruction is received,
By decoding the corresponding form image, the drawing process can be completed at high speed regardless of the form data content. In particular, in the case of a print instruction for a plurality of pages in which a normal page is different for each page with respect to the same form data, the time required to generate the form data for the second and subsequent pages can be reduced.

【0081】特に、文字データを含まないフォーム画像
を符合化するように構成したため、符合化手段の符合化
率(圧縮率)を高め、メモリの使用効率を向上させると
同時に、符合化・複合化に要する処理時間を短縮でき
る。
In particular, since a form image that does not include character data is encoded, the encoding rate (compression rate) of the encoding means is increased to improve the memory use efficiency, and at the same time, encoding / decoding is performed. Can reduce the processing time required.

【0082】また、同一の描画オブジェクトをページ毎
に個別に持つ必要がなくなるため、排紙待ちなどの処理
速度の低下や、描画に要するメモリを低く抑えることが
可能となる。
Further, since it is not necessary to individually have the same drawing object for each page, it is possible to reduce the processing speed for waiting for paper discharge and the like, and to reduce the memory required for drawing.

【0083】また、フォームデータが不揮発性デバイス
に記憶されている場合は、電源投入時やホストから印刷
すべきデータを受信していない空き時間を用いて、フォ
ームデータに対応するフォーム画像を生成、符合化して
おくことで、1ページ目のファーストプリントをも高速
に出力することができる。
When the form data is stored in the non-volatile device, a form image corresponding to the form data is generated by using the idle time when the power is turned on or when the data to be printed is not received from the host. By encoding, the first print of the first page can be output at high speed.

【0084】また、1ページをバンド状に分割した単位
で前記フォーム画像を生成・符合化・保持しておき、フ
ォームオーバーレイ指定時に前記フォーム画像を順次復
号化・読み出してバンドバッファへ描画するように構成
したことで、復号化の際に前処理や読み飛ばしの処理が
不要となり、通常ページデータをバンディング方法によ
って描画を行なう画像出力装置に対して簡単に適用可能
となる。
Also, the form image is generated, encoded, and held in units of one page divided into bands, and when the form overlay is designated, the form images are sequentially decoded, read out, and drawn in the band buffer. With this configuration, it is not necessary to perform preprocessing or skipping processing at the time of decoding, and the present invention can be easily applied to an image output apparatus that draws normal page data by a banding method.

【0085】さらに、フォントキャッシュに登録された
フォントパターンのうち、フォームデータに含まれるフ
ォントパターンに対しては、フォーム以外の通常ページ
に含まれる文字データよりも優先順位を高く設定して削
除されにくくすることで、フォームデータに含まれるフ
ォントキャッシュがヒットし易くなり、複数ページのフ
ォーム印刷における処理速度を向上することができる。
Further, among the font patterns registered in the font cache, the font patterns included in the form data are set at a higher priority than the character data included in the normal page other than the form, and are not easily deleted. By doing so, the font cache included in the form data can be easily hit, and the processing speed in printing a plurality of pages of the form can be improved.

【0086】[0086]

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

【図1】本発明を適用可能なレーザービームプリンタの
断面図である。
FIG. 1 is a sectional view of a laser beam printer to which the present invention can be applied.

【図2】本発明の第1の実施の形態に示す画像出力装置
のブロック図である。
FIG. 2 is a block diagram of the image output device according to the first embodiment of the present invention.

【図3】第1の実施の形態に示す画像出力装置におけ
る、フォームオーバーレイ登録処理とフォームラスタ登
録処理、並びにフォームオーバーレイ実行手順の概略を
示すフローチャートである。
FIG. 3 is a flowchart illustrating an outline of a form overlay registration process, a form raster registration process, and a form overlay execution procedure in the image output apparatus according to the first embodiment.

【図4】第1の実施の形態に示す画像出力装置におけ
る、フォームオーバーレイ登録,フォームラスタ登録,
フォームオーバーレイ実行処理のフローチャートであ
る。
FIG. 4 illustrates a form overlay registration, a form raster registration, and a form raster registration in the image output apparatus according to the first embodiment.
It is a flowchart of a form overlay execution process.

【図5】第1の実施の形態に示す画像出力装置の、描画
オブジェクト格納部のブロック図である。
FIG. 5 is a block diagram of a drawing object storage unit of the image output device according to the first embodiment.

【図6】第1の実施の形態に示す画像出力装置の、フォ
ームラスタ格納部のブロック図である。
FIG. 6 is a block diagram of a form raster storage unit of the image output device according to the first embodiment.

【図7】第1の実施の形態に示す画像出力装置の、フォ
ーム画像検索手順のフローチャートである。
FIG. 7 is a flowchart of a form image search procedure of the image output device according to the first embodiment.

【図8】不揮発性メモリにフォームデータが格納されて
いる場合の、第1の実施の形態に示す画像出力装置のフ
ォームラスタ生成・登録の手順のフローチャートであ
る。
FIG. 8 is a flowchart of a procedure of form raster generation / registration of the image output device according to the first embodiment when form data is stored in a nonvolatile memory.

【図9】本発明の第2の実施の形態に示す画像出力装置
のブロック図である。
FIG. 9 is a block diagram of an image output device according to a second embodiment of the present invention.

【図10】第2の実施の形態に示す画像出力装置におけ
る、フォントキャッシュ格納部のブロック図である。
FIG. 10 is a block diagram of a font cache storage unit in the image output device according to the second embodiment.

【図11】第2の実施の形態に示す画像出力装置の、フ
ォント展開処理のフローチャートである。
FIG. 11 is a flowchart of a font development process of the image output device according to the second embodiment.

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

100 印刷装置 201 CPU 203 プログラムROM 203a 描画オブジェクト生成部 203b オーバーレイ登録/読み出し部 203d フォームメモリ管理部 203e フォームラスタ描画部 203f ラスタ符合化・復号化部 203g フォントキャッシュ管理部 205 RAM 205a 描画オブジェクト格納メモリ 205b フォームデータ格納部 205c ページメモリ(バンドラスタ) 205d フォームラスタ格納メモリ 207 受信バッファ 501 ページ情報ヘッダ部 502 オーバーレイ有無情報 503 バンドテーブル 504 描画情報格納メモリ 505 描画オブジェクト記憶部 601 フォームラスタ管理テーブル 602 フォームバンドテーブル 603 符合化フォームラスタ 901 優先順位設定・判定部 1001 フォント情報管理テーブル 1002・1003 インデックス 1004 フォントキャッシュ 1005 フォントキャッシュヘッダ情報部 1006 フォントパターン 100 Printing device 201 CPU 203 Program ROM 203a Drawing object generation unit 203b Overlay registration / readout unit 203d Form memory management unit 203e Form raster drawing unit 203f Raster encoding / decoding unit 203g Font cache management unit 205 RAM 205a Drawing object storage memory 205b Form data storage unit 205c Page memory (band raster) 205d Form raster storage memory 207 Receive buffer 501 Page information header unit 502 Overlay presence / absence information 503 Band table 504 Drawing information storage memory 505 Drawing object storage unit 601 Form raster management table 602 Form band table 603 Encoded form raster 901 Priority setting / judgment unit 1001 Font information management table 1002/1003 Index 1004 Font cache 1005 Font cache header information section 1006 Font pattern

Claims (20)

【特許請求の範囲】[Claims] 【請求項1】 文字を含まないビットマップデータとし
て生成されたフォームデータを符号化して格納するフォ
ーム格納手段と、 フォームデータをビットマップデータとして生成し、符
号化して前記フォーム格納手段に格納するフォーム生成
手段と、 ビットマップデータとして生成された文字データを格納
するフォントキャッシュと、 文字データをビットマップデータとして生成し、前記フ
ォントキャッシュに格納する文字生成手段と、 印刷データをフォームデータとオーバーレイして印刷す
る際に、格納された符号化されたフォームデータを復号
するとともに、フォームデータに含まれる文字データは
前記フォントキャッシュに格納されたビットマップデー
タを用いて描画を行い、前記印刷データを重ねて出力す
るオーバーレイ手段とを備えることを特徴とする画像出
力装置。
1. A form storage means for encoding and storing form data generated as bitmap data containing no characters, and a form for generating, encoding and storing form data as bitmap data in the form storage means Generating means, a font cache for storing character data generated as bitmap data, character generating means for generating character data as bitmap data and storing the same in the font cache, and overlaying print data with form data. When printing, the stored encoded form data is decoded, and the character data included in the form data is drawn using the bitmap data stored in the font cache, and the print data is overlaid. Output overlay means An image output apparatus characterized by obtaining.
【請求項2】 前記フォーム生成手段は、印刷データと
ともに受信するフォームデータを基に、ラスタデータを
生成して符号化し格納することを特徴とする請求項1に
記載の画像出力装置。
2. The image output apparatus according to claim 1, wherein said form generation means generates, encodes, and stores raster data based on form data received together with print data.
【請求項3】 前記フォーム生成手段は、予め不揮発性
メモリに格納されたフォームデータを基に、ラスタデー
タを生成して符号化し格納することを特徴とする請求項
1に記載の画像出力装置。
3. The image output apparatus according to claim 1, wherein said form generation means generates, encodes, and stores raster data based on form data stored in a nonvolatile memory in advance.
【請求項4】 前記フォーム生成手段は、電源投入時あ
るいは空き時間に、フォームデータを読み出してフォー
ム画像を生成することを特徴とする請求項3に記載の画
像出力装置。
4. The image output apparatus according to claim 3, wherein said form generation means reads out form data and generates a form image when power is turned on or at idle time.
【請求項5】 前記フォーム生成手段は、ホストから指
示されるフォーム生成命令によってフォーム画像を生成
することを特徴とする請求項3に記載の画像出力装置。
5. The image output apparatus according to claim 3, wherein said form generation means generates a form image in accordance with a form generation command specified by a host.
【請求項6】 前記フォーム生成手段は、1ページを分
割してなるバンド単位でラスタデータを生成し、符号化
して格納することを特徴とする請求項1に記載の画像出
力装置。
6. The image output apparatus according to claim 1, wherein the form generation means generates raster data in band units obtained by dividing one page, encodes the raster data, and stores the raster data.
【請求項7】 前記フォーム生成手段は、1ページ単位
でラスタデータを生成し、符号化して格納することを特
徴とする請求項1に記載の画像出力装置。
7. The image output apparatus according to claim 1, wherein said form generation means generates, encodes, and stores raster data in page units.
【請求項8】 前記オーバーレイ出力手段は、フォーム
データ以外の通常ページデータを、フォームデータの上
に重複させることを特徴とする請求項1に記載の画像出
力装置。
8. The image output apparatus according to claim 1, wherein the overlay output unit overlaps normal page data other than the form data on the form data.
【請求項9】 前記文字生成手段は、フォームデータに
含まれる文字データを含む文字データをイメージデータ
として生成して前記フォントキャッシュに格納すること
を特徴とする請求項1に記載の画像出力装置。
9. The image output apparatus according to claim 1, wherein the character generation unit generates character data including character data included in form data as image data and stores the image data in the font cache.
【請求項10】 前記文字生成手段は、フォームデータ
に含まれる文字データについては、通常ページデータに
含まれる文字データよりも高い優先順位を設定してフォ
ントキャッシュに格納し、文字データをビットマップに
展開する際にフォントキャッシュに格納されたデータを
削除する場合には、優先順位の低い文字データから削除
することを特徴とする請求項1に記載の画像出力装置。
10. The character generation means sets character data included in form data to a higher priority than character data included in normal page data, stores the character data in a font cache, and stores the character data in a bitmap. 2. The image output apparatus according to claim 1, wherein when the data stored in the font cache is deleted at the time of development, character data having a lower priority is deleted.
【請求項11】 文字を含まないフォームデータをビッ
トマップデータとして生成し、符号化してフォーム格納
手段に格納するフォーム生成工程と、 文字データをビットマップデータとして生成し、フォン
トキャッシュに格納する文字生成工程と、 印刷データをフォームデータとオーバーレイして印刷す
る際に、格納された符号化されたフォームデータを復号
するとともに、フォームデータに含まれる文字データは
前記フォントキャッシュに格納されたビットマップデー
タを用いて描画を行い、前記印刷データを重ねて出力す
るオーバーレイ工程とを備えることを特徴とする画像出
力方法。
11. A form generation step of generating form data that does not include characters as bitmap data, encoding and storing the same in form storage means, and generating a character data as bitmap data and storing the same in a font cache. When printing the print data by overlaying the form data with the form data, the stored encoded form data is decoded, and the character data included in the form data is converted from the bitmap data stored in the font cache. And an overlay step of performing drawing using the print data and outputting the print data in a superimposed manner.
【請求項12】 前記フォーム生成工程は、印刷データ
とともに受信するフォームデータを基に、ラスタデータ
を生成して符号化し格納することを特徴とする請求項1
1に記載の画像出力方法。
12. The form generating step according to claim 1, wherein the raster data is generated, encoded and stored based on the form data received together with the print data.
2. The image output method according to 1.
【請求項13】 前記フォーム生成工程は、予め不揮発
性メモリに格納されたフォームデータを基に、ラスタデ
ータを生成して符号化し格納することを特徴とする請求
項12に記載の画像出力方法。
13. The image output method according to claim 12, wherein in the form generation step, raster data is generated, encoded, and stored based on form data stored in a nonvolatile memory in advance.
【請求項14】 前記フォーム生成工程は、電源投入時
あるいは空き時間に、フォームデータを読み出してフォ
ーム画像を生成することを特徴とする請求項13に記載
の画像出力方法。
14. The image output method according to claim 13, wherein said form generating step reads out form data and generates a form image when power is turned on or at idle time.
【請求項15】 前記フォーム生成工程は、ホストから
指示されるフォーム生成命令によってフォーム画像を生
成することを特徴とする請求項13に記載の画像出力方
法。
15. The image output method according to claim 13, wherein in the form generation step, a form image is generated according to a form generation command instructed by a host.
【請求項16】 前記フォーム生成工程は、1ページを
分割してなるバンド単位でラスタデータを生成し、符号
化して格納することを特徴とする請求項11に記載の画
像出力方法。
16. The image output method according to claim 11, wherein in the form generating step, raster data is generated, encoded, and stored in band units obtained by dividing one page.
【請求項17】 前記フォーム生成工程は、1ページ単
位でラスタデータを生成し、符号化して格納することを
特徴とする請求項11に記載の画像出力方法。
17. The image output method according to claim 11, wherein the form generating step generates, encodes, and stores raster data in page units.
【請求項18】 前記オーバーレイ出力工程は、フォー
ムデータ以外の通常ページデータを、フォームデータの
上に重複させることを特徴とする請求項11に記載の画
像出力方法。
18. The image output method according to claim 11, wherein in the overlay output step, normal page data other than the form data is overlapped on the form data.
【請求項19】 前記文字生成工程は、フォームデータ
に含まれる文字データについては、通常ページデータに
含まれる文字データよりも高い優先順位を設定してフォ
ントキャッシュに格納し、文字データをビットマップに
展開する際にフォントキャッシュに格納されたデータを
削除する場合には、優先順位の低い文字データから削除
することを特徴とする請求項11に記載の画像出力方
法。
19. The character generating step sets the character data included in the form data to a higher priority than the character data included in the normal page data, stores the character data in a font cache, and stores the character data in a bitmap. 12. The image output method according to claim 11, wherein when the data stored in the font cache is deleted at the time of development, character data having a lower priority is deleted.
【請求項20】 文字を含まないフォームデータをラス
タデータとして生成し、符号化してフォーム格納手段に
格納するフォーム生成手段と、 文字データをビットマップデータとして生成し、フォン
トキャッシュに格納する文字生成手段と、 印刷データをフォームデータとオーバーレイして印刷す
る際に、格納された符号化されたフォームデータを復号
するとともに、フォームデータに含まれる文字データは
前記フォントキャッシュに格納されたビットマップデー
タを用いて描画を行い、前記印刷データを重ねて出力す
るオーバーレイ手段を有する装置としてコンピュータに
機能させるプログラムを格納したことを特徴とするコン
ピュータ可読メモリ。
20. Form generating means for generating form data that does not include characters as raster data, encoding and storing the same in a form storing means, and character generating means for generating character data as bitmap data and storing the same in a font cache When printing and overlaying the print data with the form data, the stored encoded form data is decoded, and the character data included in the form data uses the bitmap data stored in the font cache. A computer-readable memory storing a program for causing a computer to function as an apparatus having an overlay unit for performing drawing by using the computer and outputting the print data in a superimposed manner.
JP9343223A 1997-12-12 1997-12-12 Method and apparatus for outputting image Withdrawn JPH11170656A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP9343223A JPH11170656A (en) 1997-12-12 1997-12-12 Method and apparatus for outputting image

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP9343223A JPH11170656A (en) 1997-12-12 1997-12-12 Method and apparatus for outputting image

Publications (1)

Publication Number Publication Date
JPH11170656A true JPH11170656A (en) 1999-06-29

Family

ID=18359874

Family Applications (1)

Application Number Title Priority Date Filing Date
JP9343223A Withdrawn JPH11170656A (en) 1997-12-12 1997-12-12 Method and apparatus for outputting image

Country Status (1)

Country Link
JP (1) JPH11170656A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7443519B1 (en) 1999-07-22 2008-10-28 Seiko Epson Corporation Printer system flexibly compatible with plurality of printer control languages (PCL) using intermediate and raster codes
US8614823B2 (en) 2011-03-24 2013-12-24 Fuji Xerox Co., Ltd. Technique for processing print data in parallel using plural raster image processors in order to increase printing speed
US8830506B2 (en) 2011-03-24 2014-09-09 Fuji Xerox Co., Ltd. Image processing system utilizing plural parallel processors and image processing method utilizing plural parallel processors

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7443519B1 (en) 1999-07-22 2008-10-28 Seiko Epson Corporation Printer system flexibly compatible with plurality of printer control languages (PCL) using intermediate and raster codes
US8614823B2 (en) 2011-03-24 2013-12-24 Fuji Xerox Co., Ltd. Technique for processing print data in parallel using plural raster image processors in order to increase printing speed
US8830506B2 (en) 2011-03-24 2014-09-09 Fuji Xerox Co., Ltd. Image processing system utilizing plural parallel processors and image processing method utilizing plural parallel processors

Similar Documents

Publication Publication Date Title
US8422046B2 (en) Print setting based reprinting
US5001653A (en) Merging plotter graphics within a text environment on a page printer
JPH11170655A (en) Method and apparatus for outputting image
JPH0930060A (en) Printer control method and device
US6304336B1 (en) Output control device and image processing apparatus and method and storage medium
US6348975B1 (en) Image processing apparatus, image processing method, and storage medium
US6317217B1 (en) Printing system and printing control method
EP0398681B1 (en) Output apparatus
US6469799B1 (en) Image forming apparatus and image forming method
US6310693B1 (en) Printing control apparatus and method, and printing system for reducing processing overhead
JP2006263969A (en) Image processing device, printing job forming device, and image processing system
JPH11170656A (en) Method and apparatus for outputting image
EP0554998A1 (en) Image processing method and apparatus
JP2006235933A (en) Image processor and print job generating device
JP2005182692A (en) Drawing processing method, program, drawing instruction output unit, and image formation device
JP2000335021A (en) Image processing apparatus and method
JP2003237147A (en) Image processing method and image processor
JP2737880B2 (en) Character processing apparatus and method
JP4325339B2 (en) Printing system, host computer and printer driver
JPH11305962A (en) Printing processor, data processing method therefor and medium for storing computer readable program
JPH091875A (en) Image output apparatus
JP2006159458A (en) Image output device
JPH09277616A (en) Printer and control method therefor
JPH113184A (en) Print controller, print control method and storage medium in which program readable by computer is stored
JP2942118B2 (en) Output control method

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20050301