JP2007301893A - Image forming apparatus - Google Patents

Image forming apparatus Download PDF

Info

Publication number
JP2007301893A
JP2007301893A JP2006133899A JP2006133899A JP2007301893A JP 2007301893 A JP2007301893 A JP 2007301893A JP 2006133899 A JP2006133899 A JP 2006133899A JP 2006133899 A JP2006133899 A JP 2006133899A JP 2007301893 A JP2007301893 A JP 2007301893A
Authority
JP
Japan
Prior art keywords
storage area
analysis
forming apparatus
band
stored
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
JP2006133899A
Other languages
Japanese (ja)
Inventor
Fumikazu Nishikawa
史一 西川
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 JP2006133899A priority Critical patent/JP2007301893A/en
Publication of JP2007301893A publication Critical patent/JP2007301893A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve the problem that a printing processing speed is decreased by a reduction in a storage area usable for an object except a form overlay, because complex operations and the provision of a storage area for the registration of a form inside an image forming apparatus are required so that a user can make the form in advance and register it in the image forming apparatus, in the case of the form overlay. <P>SOLUTION: In a band in which the results of analyses of PDL data of pages are identical to each other, a bit map is prestored by performing rendering only once, and the prestored bit map is read out in a second operation or later, so that printing can be done at a high speed. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明は画像形成装置に関し、例えばホストコンピュータからインターフェース回路を通して転送された情報を画像情報に展開し、電子写真方式やインクジェット方式を用いて記録用紙に印刷を行なう画像形成装置に関する。   The present invention relates to an image forming apparatus, for example, an image forming apparatus that develops information transferred from a host computer through an interface circuit into image information and prints on recording paper using an electrophotographic system or an inkjet system.

従来、電子写真方式やインクジェット方式を用いて記録用紙に印刷を行なう画像形成装置では、外部からのデータ入力部、入力したデータを画像に展開する画像展開部、記録用紙に印刷を行なう印刷部などから構成される。外部から入力されるデータとしては、外部接続されたホストコンピュータ、デジタルカメラなどから送信された印刷データや、メモリカードなどの記録媒体に記録された文書、画像ファイルなどがある。画像展開部では、電子写真方式やインクジェット方式で印刷可能な形式に画像展開される。   Conventionally, in an image forming apparatus that prints on a recording sheet using an electrophotographic method or an inkjet method, an external data input unit, an image developing unit that develops input data into an image, a printing unit that prints on a recording sheet, or the like Consists of Examples of data input from the outside include print data transmitted from an externally connected host computer, digital camera, and the like, a document recorded on a recording medium such as a memory card, and an image file. In the image developing unit, the image is developed into a format that can be printed by an electrophotographic method or an inkjet method.

このような画像形成装置では、コントローラ部とエンジン部から構成されるのが一般的である。外部から入力される情報の形式としては、文字やイメージなどの配置や表現方法などを記述した言語形式で入力され、コントローラ部では、言語を解析してビットマップ形式に展開を行なう。エンジン部では、コントローラ部から印刷データを受け取り、記録用紙を搬送して、感光ドラムやインクジェットヘッドなどの記録部材を用いて実際に印刷を行なう。   In general, such an image forming apparatus includes a controller unit and an engine unit. As the format of information input from the outside, it is input in a language format that describes the arrangement and expression method of characters and images, etc., and the controller unit analyzes the language and develops it into a bitmap format. The engine unit receives print data from the controller unit, conveys the recording paper, and actually performs printing using a recording member such as a photosensitive drum or an inkjet head.

コントローラ部におけるビットマップ展開にあたっては、まず入力した言語を解析してディスプレイリスト(以下DLと表記)と呼ばれる中間処理形式に変換される。このDLは言語種別によらない形式であり、画像形成装置が複数種類の言語をサポートしている場合でも、その違いを吸収してレンダラーがレンダリング可能な形式に変換される。またDLは文字やイメージ、グラフィックなどのオブジェクト単位で生成される。次に生成されたDLはレンダラーによりオブジェクト単位でレンダリングされ、ビットマップに展開される。レンダリング処理後、展開されたビットマップはエンジン部に転送されて印字されるが、レンダリングの処理単位(バンドの高さ)は使用メモリ容量や処理速度が最も効率よくなるように、エンジン部の印刷処理単位(ライン数)に合わせて設定される。   In developing a bitmap in the controller unit, first, the input language is analyzed and converted into an intermediate processing format called a display list (hereinafter referred to as DL). This DL is a format that does not depend on the language type, and even when the image forming apparatus supports a plurality of types of languages, the difference is absorbed and converted into a format that the renderer can render. The DL is generated in units of objects such as characters, images, and graphics. Next, the generated DL is rendered on an object basis by a renderer and developed into a bitmap. After rendering processing, the developed bitmap is transferred to the engine unit for printing, but the rendering processing unit (band height) is processed by the engine unit so that the used memory capacity and processing speed are most efficient. It is set according to the unit (number of lines).

このDLの生成やレンダリングは、レンダリング方式にもよるが、たとえオブジェクト同志が重なり合っていても全てのオブジェクトに対して行なわれる。従って、各バンドに存在するオブジェクトの数やオブジェクト間の重なり具合により、バンドによってレンダリング処理時間が変化する。   This DL generation and rendering depends on the rendering method, but is performed for all objects even if the objects overlap. Accordingly, the rendering processing time varies depending on the band depending on the number of objects existing in each band and the overlapping state between the objects.

次に、エンジン部における記録用紙の搬送と印刷に関しては、記録部材としてインクジェットヘッドを用いる場合、まず給紙カセットや給紙トレイに収容されている記録用紙の先端が、インクジェットヘッドで印刷を行なう位置まで搬送される(以下給紙と表記)。給紙完了後インクジェットヘッドによる印刷と記録用紙の搬送を繰り返しながら記録用紙1枚分の印刷を行ない、印刷完了後排紙口に記録用紙を排出する。複数ページの印刷を行なう場合は、ページ数分給紙、印刷、排出を繰り返して行なう。   Next, regarding the conveyance and printing of the recording paper in the engine unit, when an ink jet head is used as a recording member, the leading end of the recording paper contained in the paper feed cassette or paper feed tray is a position where the ink jet head performs printing. (Hereinafter referred to as paper feed). After feeding is completed, printing is performed for one recording sheet while repeating printing by the inkjet head and conveyance of the recording sheet, and the recording sheet is discharged to the discharge port after printing is completed. When printing a plurality of pages, paper feeding, printing, and discharging are repeated for the number of pages.

ところで、画像形成装置には帳票印刷(売上票、明細票など)を効率よく行なうための機能として、フォームオーバレイと呼ばれる機能を持つものがある。フォームオーバレイでは、ページ間で共通な内容、たとえば表の罫線や項目名などのデータをフォームオーバレイデータとしてあらかじめ画像形成装置に送信して登録しておく。続いて各ページに固有なデータを送信して、登録しておいたフォームオーバレイデータと重ね合わせて各ページの画像を形成する。このようにすることにより、画像形成装置への送信データ量を削減することができ、印刷完了までの時間を短縮することが可能である。また、フォームオーバレイデータの内容によっては、各ページのデータと重ね合わせるよりもビットマップ印刷用のビットマップに直接描画した方が早い場合がある。これを解決する方法として、あらかじめ定めた条件により重ね合わせ処理を行なうか直接描画するかを切り替えるようにしたものがある(例えば、特許文献参照。)。
特開2002−67423公報
Incidentally, some image forming apparatuses have a function called form overlay as a function for efficiently performing form printing (sales slip, detailed slip, etc.). In the form overlay, common contents between pages, for example, data such as table ruled lines and item names, are transmitted to the image forming apparatus and registered in advance as form overlay data. Subsequently, data unique to each page is transmitted, and an image of each page is formed by superimposing it with the registered form overlay data. By doing so, it is possible to reduce the amount of data transmitted to the image forming apparatus, and it is possible to shorten the time until printing is completed. Further, depending on the contents of the form overlay data, it may be faster to draw directly on the bitmap for bitmap printing than to superimpose the data on each page. As a method for solving this, there is a method in which whether to perform superimposition processing or direct drawing is switched according to a predetermined condition (for example, see Patent Document).
JP 2002-67423 A

しかしながら、上述した画像形成装置では以下の欠点がある。ユーザがフォームオーバレイの機能を使用するには、あらかじめフォームオーバレイデータを作成して、画像形成装置への登録という操作をしなければならず、使い勝手の点でユーザに煩雑な操作を強いることになる。さらに、画像形成装置に登録されたフォームオーバレイデータは、意図的に削除しない限り、画像形成装置のメモリ上に記憶された状態のままとなる。そのため、フォームオーバレイの機能を使用せずに印刷する場合に使用可能なメモリ容量が少なくなり、処理速度の低下を招くという欠点がある。   However, the image forming apparatus described above has the following drawbacks. In order for the user to use the form overlay function, form overlay data must be created in advance and registered in the image forming apparatus, which complicates the user in terms of usability. . Further, the form overlay data registered in the image forming apparatus remains stored in the memory of the image forming apparatus unless intentionally deleted. Therefore, there is a disadvantage that the memory capacity that can be used when printing without using the form overlay function is reduced, and the processing speed is reduced.

本発明は、以上のような局面に鑑みてなされたもので、それぞれ下記各項の各課題を解決するための各手段の提供を目的としている。すなわち、
1) その第1の目的は、複数ページのPDLデータで、各ページの内容が少しだけ違うようなデータを高速に、かつ特別な操作を必要とせず簡単に印刷できるようにすることを目的とする。
The present invention has been made in view of the above-described aspects, and aims to provide each means for solving the problems of the following items. That is,
1) The first purpose is to make it easy to print multiple pages of PDL data with slightly different contents on each page at high speed and without any special operation. To do.

2) 第2の目的は、メモリ容量の少ないシステムにおいても第1の目的を達成することを目的とする。   2) The second object is to achieve the first object even in a system with a small memory capacity.

このため、本発明は、上記の各目的に対してそれぞれ下記の対応項(1)から(2)に示す構成の画像形成装置の提供によりそれぞれ前記の各目的を達成しようとするものである。   Therefore, the present invention intends to achieve each of the above objects by providing an image forming apparatus having the structure shown in the following corresponding items (1) to (2).

(1)記録用紙上に画像を形成して印刷を行なう画像形成装置において、印刷する情報を入力する入力手段と、前記入力手段により入力した情報を解析する解析手段と、前記解析手段により解析した解析結果を、ページを複数に分割したバンド単位で保存するための第1の保存領域と、前記解析手段により解析した結果をバンド単位で画像情報に展開する展開手段と、前記展開手段により展開した画像情報をバンド単位で保存するための第2の保存領域と、前記解析手段により解析した解析結果と同一の解析結果が前記第1の保存領域に保存されているかどうかを判別する判別手段とを備え、前記判別手段により保存されていないと判別した場合、解析結果を前記第1の保存領域の空き領域に保存するとともに前記展開手段により画像情報に展開し、画像情報を前記第2の保存領域の空き領域に保存するとともに印刷を行ない、前記判別手段により保存されていると判別した場合、前記第2の保存領域から解析結果に対応する画像情報を読み出して印刷を行なうようにしたことを特徴とする画像形成装置。   (1) In an image forming apparatus that forms an image on a recording sheet and performs printing, an input unit that inputs information to be printed, an analysis unit that analyzes information input by the input unit, and an analysis by the analysis unit A first storage area for storing the analysis result in units of bands obtained by dividing the page into a plurality of units, a development unit that develops the results analyzed by the analysis unit into image information in units of bands, and the development unit A second storage area for storing image information in band units; and a determination means for determining whether or not the same analysis result as the analysis result analyzed by the analysis means is stored in the first storage area. And when it is determined that the image is not stored by the determining unit, the analysis result is stored in an empty area of the first storage area, and is also converted into image information by the expanding unit. The image information corresponding to the analysis result from the second storage area when it is determined that the image information is stored in the empty area of the second storage area, printed, and stored by the determination means. An image forming apparatus characterized by reading out and printing.

(2)記録用紙上に画像を形成して印刷を行なう画像形成装置において、印刷する情報を入力する入力手段と、前記入力手段により入力した情報を解析する解析手段と、前記解析手段により解析した解析結果を、ページを複数に分割したバンド単位で保存するための第1の保存領域と、前記解析手段により解析した結果をバンド単位で画像情報に展開する展開手段と、前記展開手段により展開した画像情報をバンド単位で保存するための第2の保存領域と、前記第1の保存領域が空かどうかを判別する判別手段と、前記解析手段により解析した解析結果を、前記第1の保存領域に保存されている同一バンドの解析結果と比較する比較手段とを備え、前記判別手段により前記第1の保存領域が空であると判別した場合、前記解析手段により解析した結果を前記第1の保存領域に保存し、前記判別手段により前記第1の保存領域が空でないと判別した場合で、前期比較手段により比較結果が一致していない場合は、解析結果を前記第1の保存領域の同一バンドの保存領域に上書き保存するとともに前記展開手段により画像情報に展開し、画像情報を前記第2の保存領域の同一バンドの保存領域に上書き保存するとともに印刷を行ない、前記判別手段により前記第1の保存領域が空でないと判別した場合で、前期比較手段により比較結果が一致している場合は、前記第2の保存領域から解析結果に対応する画像情報を読み出して印刷を行なうようにしたことを特徴とする画像形成装置。   (2) In an image forming apparatus that forms an image on a recording sheet and performs printing, an input unit that inputs information to be printed, an analysis unit that analyzes information input by the input unit, and an analysis by the analysis unit A first storage area for storing the analysis result in units of bands obtained by dividing the page into a plurality of units, a development unit that develops the results analyzed by the analysis unit into image information in units of bands, and the development unit A second storage area for storing image information in band units, a determination unit for determining whether or not the first storage area is empty, and an analysis result analyzed by the analysis unit is used as the first storage area. And comparing means for comparing with the analysis result of the same band stored in the memory, and when the determining means determines that the first storage area is empty, the analyzing means analyzes When the comparison result is not matched by the previous comparison means when the determination means determines that the first storage area is not empty and the comparison means determines that the comparison result does not match. Overwriting and storing in the storage area of the same band in the first storage area and expanding into image information by the expansion means, overwriting and storing the image information in the storage area of the same band in the second storage area, printing When it is determined that the first storage area is not empty by the determination means, and the comparison result is the same by the comparison means in the previous period, image information corresponding to the analysis result is read from the second storage area. An image forming apparatus characterized in that printing is performed.

本発明によれば、複数ページのPDLデータを印刷する場合、ページ間でDLが同じであるバンドに対しては、レンダリングを一度しか行なわないため、印刷処理時間を短縮することができる。さらに、ページ間で印刷内容が同じかどうかは画像形成装置で自動的に判断するため、フォームオーバレイのようにユーザに煩雑な操作を強いることはなく、使い勝手の良い画像形成装置を提供することができるという効果がある。   According to the present invention, when printing PDL data of a plurality of pages, rendering is performed only once for a band in which DL is the same between pages, so that the print processing time can be shortened. Furthermore, since it is automatically determined by the image forming apparatus whether the printed contents are the same between pages, it is possible to provide an easy-to-use image forming apparatus without forcing the user to perform complicated operations unlike a form overlay. There is an effect that can be done.

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

(第1の実施例)
図1は、本発明実施例の画像形成装置の構成を示す斜視図である。同図において、1は画像形成装置であり、外部から入力した情報や、あらかじめ内部に保持している情報を元に印刷用紙に印刷を行なう。2はホストコンピュータ(以下ホストと表記)で、画像形成装置1とはケーブル3を介して接続され、画像形成装置1に印刷データや画像形成装置1を制御するための情報(以下印刷情報と表記)を転送する。4はデジタルカメラで、画像形成装置1とはケーブル5を介して接続され、画像形成装置1に印刷情報を転送する。6はメモリカード挿入口で、メモリカード7を挿入し、画像形成装置1はメモリカード7内に記憶された印刷情報を入力する。8は給紙カセットで、印刷用紙を所定量セットしておくことができる。同図では給紙カセットが2段構成となっていて、サイズや種類の異なる2種類の用紙をセットできるようになっている。9は排紙口で、印刷された用紙が排紙される。10は操作キーで、画像形成装置1の動作に関するさまざまな設定を行なったり、画像形成装置1を単独で使用する場合に操作を行なうための部材である。11は表示パネルで、画像形成装置1の状態表示や、操作キー10を用いて画像形成装置1の動作設定を行なう場合の設定内容の表示などを行なう。印刷する用紙種別や印刷画質なども操作キー10及び表示パネル11で設定することができる。12は電源スイッチで、画像形成装置1の電源を投入/切断するためのスイッチである。
(First embodiment)
FIG. 1 is a perspective view showing a configuration of an image forming apparatus according to an embodiment of the present invention. In FIG. 1, reference numeral 1 denotes an image forming apparatus, which prints on printing paper based on information input from the outside or information previously held inside. Reference numeral 2 denotes a host computer (hereinafter referred to as a host), which is connected to the image forming apparatus 1 via a cable 3, and print data and information for controlling the image forming apparatus 1 (hereinafter referred to as print information). ). A digital camera 4 is connected to the image forming apparatus 1 via a cable 5 and transfers print information to the image forming apparatus 1. A memory card insertion slot 6 is inserted into the memory card 7, and the image forming apparatus 1 inputs print information stored in the memory card 7. Reference numeral 8 denotes a paper feed cassette on which a predetermined amount of printing paper can be set. In the figure, the paper feed cassette has a two-stage configuration, and two types of paper of different sizes and types can be set. Reference numeral 9 denotes a paper discharge port for discharging the printed paper. An operation key 10 is a member for performing various settings relating to the operation of the image forming apparatus 1 or performing operations when the image forming apparatus 1 is used alone. Reference numeral 11 denotes a display panel for displaying the status of the image forming apparatus 1 and setting contents when operation settings of the image forming apparatus 1 are performed using the operation keys 10. The type of paper to be printed, the print image quality, and the like can also be set with the operation keys 10 and the display panel 11. A power switch 12 is a switch for turning on / off the power of the image forming apparatus 1.

図2は、画像形成装置1の構成の概要を示した図である。同図において、画像形成装置1はコントローラ部13とエンジン部14から構成される。コントローラ部13はホスト2、デジタルカメラ4、メモリカード7から印刷情報を入力し、印刷情報の解析などの処理を行なって、エンジン部14で印刷可能な形式の印刷データを生成する。また、操作キー10の入力を受け付け、画像形成装置1の動作環境の設定などを行なうとともに、表示パネル11に画像形成装置1の状態表示やユーザに対して操作キー10による操作を促すための表示などを行なう。エンジン部14は、用紙の給紙を行ない、コントローラ部13で生成された印刷データを印刷して排紙する。エンジン部14で用紙詰まりや用紙切れなどの異常が発生した場合はコントローラ部13に通知され、コントローラ部13は表示パネル11に異常が発生したことを表示したり、ホスト2やデジタルカメラ4への通知処理などを行なう。   FIG. 2 is a diagram showing an outline of the configuration of the image forming apparatus 1. In FIG. 1, the image forming apparatus 1 includes a controller unit 13 and an engine unit 14. The controller unit 13 receives print information from the host 2, the digital camera 4, and the memory card 7, performs processing such as analysis of the print information, and generates print data in a format that can be printed by the engine unit 14. Further, the input of the operation key 10 is accepted, the operating environment of the image forming apparatus 1 is set, and the display panel 11 displays the status of the image forming apparatus 1 and a display for prompting the user to operate with the operation key 10. Etc. The engine unit 14 feeds paper, prints the print data generated by the controller unit 13 and discharges the print data. When an abnormality such as a paper jam or out of paper occurs in the engine unit 14, the controller unit 13 is notified, and the controller unit 13 displays that the abnormality has occurred on the display panel 11, or notifies the host 2 or the digital camera 4. Perform notification processing.

図3はコントローラ部13の内部構成を示すブロック図である。同図において、21はコントローラマイコン、22はシステムメモリ、23はインターフェース回路(以下I/F回路と表記)、24は受信バッファ、25はDLメモリ、26はレンダラー、27はコントローラメモリ、28は解像度・階調変換回路である。   FIG. 3 is a block diagram showing an internal configuration of the controller unit 13. In the figure, 21 is a controller microcomputer, 22 is a system memory, 23 is an interface circuit (hereinafter referred to as I / F circuit), 24 is a reception buffer, 25 is a DL memory, 26 is a renderer, 27 is a controller memory, and 28 is a resolution. A gradation conversion circuit.

次に、図3のブロック図における動作について説明する。外部から入力された印刷情報の解析、画像処理、ビットマップへの変換処理などの全ての制御はコントローラマイコン21が司る。印刷データの流れは次のようになる。ホスト2、デジタルカメラ4、メモリカード7から入力した印刷情報はI/F回路23を介して受信バッファ24に格納され、印刷情報を受信したことがI/F回路23からコントローラマイコン21に通知される。印刷情報には、印刷用紙上に文字やイメージをどのように配置、表現するかをページ単位で記述したページ記述言語(以下PDLと表記)が含まれる。コントローラマイコン21は受信した印刷情報を解析し、ディスプレイリスト(以下DLと表記)の形式に変換してDLメモリ25に格納する。DLはレンダラー26によりレンダリング処理され、所定の階調と解像度を持つビットマップに変換されてコントローラメモリ27に格納される。ビットマップは解像度・階調変換回路28によりエンジン部14で印刷可能な解像度と階調に変換され、エンジン部14へ送出される。   Next, the operation in the block diagram of FIG. 3 will be described. The controller microcomputer 21 controls all control such as analysis of print information input from the outside, image processing, and conversion processing to a bitmap. The flow of print data is as follows. Print information input from the host 2, digital camera 4, and memory card 7 is stored in the reception buffer 24 via the I / F circuit 23, and the controller microcomputer 21 is notified from the I / F circuit 23 that the print information has been received. The The print information includes a page description language (hereinafter referred to as PDL) that describes how to arrange and represent characters and images on a print sheet in units of pages. The controller microcomputer 21 analyzes the received print information, converts it into a display list (hereinafter referred to as DL) format, and stores it in the DL memory 25. The DL is rendered by the renderer 26, converted into a bitmap having a predetermined gradation and resolution, and stored in the controller memory 27. The bitmap is converted into a resolution and gradation printable by the engine unit 14 by the resolution / gradation conversion circuit 28 and sent to the engine unit 14.

コントローラマイコン21には操作キー10の操作内容が入力され、入力された内容に応じて適切な処理を行なう。また、エンジン部14からは印刷の状況やエラーが発生した場合にはその内容がコントローラマイコン21に通知され、表示パネル11に表示したり、ホスト2やデジタルカメラ4に通知される。   The operation content of the operation key 10 is input to the controller microcomputer 21 and appropriate processing is performed according to the input content. Further, when a printing situation or an error occurs from the engine unit 14, the contents are notified to the controller microcomputer 21, displayed on the display panel 11, or notified to the host 2 or the digital camera 4.

図4はエンジン部14の内部構成を示す図であり、画像形成装置1を横から見た場合のイメージを示している。同図において、41はエンジンマイコン、42はエンジンメモリ、43はキャリッジ、44はキャリッジモータ、45は印字ヘッド、46はヘッドドライバ、47はローラ、48はLFモータ、49は印刷用紙、50は給紙センサ、51は排紙センサ、52はプログラムメモリである。   FIG. 4 is a diagram illustrating an internal configuration of the engine unit 14 and illustrates an image when the image forming apparatus 1 is viewed from the side. In the figure, 41 is an engine microcomputer, 42 is an engine memory, 43 is a carriage, 44 is a carriage motor, 45 is a print head, 46 is a head driver, 47 is a roller, 48 is an LF motor, 49 is printing paper, and 50 is paper supply. A paper sensor, 51 is a paper discharge sensor, and 52 is a program memory.

次に、図4のブロック図における動作について説明する。印刷用紙49の給紙と排紙、印字ヘッドの制御などの全ての制御はエンジンマイコン41が司る。コントローラ部13から送出されたビットマップはエンジンメモリ42に格納される。印刷用紙49の給紙と排紙は、LFモータ48を駆動してローラ47を回転させることにより行なう。給紙と排紙が正常に動作しているかどうかは、給紙センサ50と排紙センサ51により印刷用紙49の有無を検知することにより判別する。印字ヘッド45はキャリッジ43と一体になっており、ヘッドドライバ46によりドライブされる。キャリッジ43はキャリッジモータ44により紙面及び印刷用紙の搬送方向に垂直な方向に往復運動を行なって、印字ヘッド45により印刷用紙49上に印字を行なう。給紙センサ50と排紙センサ51により印刷用紙49が詰まったことを検知した場合は印字を中止し、コントローラ部13に通知する。   Next, the operation in the block diagram of FIG. 4 will be described. The engine microcomputer 41 controls all control such as feeding and discharging of the printing paper 49 and control of the print head. The bitmap sent from the controller unit 13 is stored in the engine memory 42. The printing paper 49 is fed and discharged by driving the LF motor 48 and rotating the roller 47. Whether the paper feed and paper discharge are operating normally is determined by detecting the presence or absence of the print paper 49 by the paper feed sensor 50 and the paper discharge sensor 51. The print head 45 is integrated with the carriage 43 and is driven by a head driver 46. The carriage 43 reciprocates in the direction perpendicular to the paper surface and the conveyance direction of the printing paper by the carriage motor 44, and prints on the printing paper 49 by the print head 45. When the paper feed sensor 50 and the paper discharge sensor 51 detect that the printing paper 49 is jammed, printing is stopped and the controller unit 13 is notified.

図5は本発明の実施例の動作を示すフローチャートである。このフローチャートは、図3のシステムメモリ22及び図4のプログラムメモリ52に内蔵され、コントローラマイコン21及びエンジンマイコン41で処理されるプログラムフローを示すプログラム図である。コントローラマイコン21及びエンジンマイコン41は協調して該プログラムフローに従って制御動作を実行する。   FIG. 5 is a flowchart showing the operation of the embodiment of the present invention. This flowchart is a program diagram showing a program flow built in the system memory 22 of FIG. 3 and the program memory 52 of FIG. 4 and processed by the controller microcomputer 21 and the engine microcomputer 41. The controller microcomputer 21 and the engine microcomputer 41 cooperate to execute a control operation according to the program flow.

同図のフローでは、2ページ以上の印刷ジョブを受信したときの1ページ目の処理を示している。2ページ目以降の処理については図8のフローで後述する。   The flow of FIG. 5 shows the processing of the first page when a print job of two pages or more is received. The processing for the second and subsequent pages will be described later with reference to the flow of FIG.

以下に、フローの各ステップに沿って説明する。   Below, it demonstrates along each step of a flow.

ステップ101(図ではS101と記す、以下同様):ホスト2、デジタルカメラ4、メモリカード7から印刷ジョブを受信するまで待つ。受信するとI/F回路23からコントローラマイコン21に通知され、受信バッファ24に格納される。   Step 101 (denoted as S101 in the figure, the same applies hereinafter): Waits until a print job is received from the host 2, the digital camera 4, and the memory card 7. When received, the I / F circuit 23 notifies the controller microcomputer 21 and stores it in the reception buffer 24.

ステップ102:受信した印刷ジョブ中のPDLデータを解析し、1ページ目のDLを生成する。DLはレンダラー26によりレンダリング処理を行なせるために必要な形式のデータである。   Step 102: Analyze the PDL data in the received print job, and generate a DL for the first page. DL is data in a format necessary for rendering processing by the renderer 26.

ステップ103:1ページ分のDLをバンド単位でメモリに保存する。メモリの保存イメージを図6に示す。同図のように、1ページをn個のバンドで分割し、用紙の上方から順にバンド番号を振って、バンド番号とDLを対にして保存する。   Step 103: One page of DL is stored in memory in band units. A storage image of the memory is shown in FIG. As shown in the figure, one page is divided into n bands, band numbers are assigned in order from the top of the paper, and the band numbers and DL are stored in pairs.

ステップ104:ステップ102で生成されたDLをレンダラー26に入力して1ページ目のレンダリング処理を行なう。レンダリング処理された結果はコントローラメモリ27に格納される。   Step 104: The DL generated in step 102 is input to the renderer 26, and the first page is rendered. The result of the rendering process is stored in the controller memory 27.

ステップ105:コントローラメモリ27から1ページ目のレンダリング結果を読み出し、解像度・階調変換回路28により解像度と階調がエンジンが印刷可能なビットマップ形式に変換される。   Step 105: The rendering result of the first page is read from the controller memory 27, and the resolution and gradation conversion circuit 28 converts the resolution and gradation into a bitmap format printable by the engine.

ステップ106:ステップ105で生成されたビットマップをバンド単位でメモリに保存する。メモリの保存イメージを図7に示す。DLの保存イメージと同様に、1ページをn個のバンドで分割し、用紙の上方から順にバンド番号を振って、バンド番号とビットマップを対にして保存する。   Step 106: Save the bitmap generated in Step 105 in a memory in band units. A storage image of the memory is shown in FIG. Similarly to the DL storage image, one page is divided into n bands, and band numbers are assigned in order from the top of the paper, and the band number and bitmap are stored in pairs.

ステップ107:ステップ105で変換された1ページ分のビットマップのうち、1バンド分をエンジン部14に送出する。送出されたビットマップはエンジンメモリ42に格納される。   Step 107: Send out one band of the bitmap for one page converted in Step 105 to the engine unit 14. The transmitted bitmap is stored in the engine memory 42.

ステップ108:エンジン部14は、エンジンメモリ42に格納された1バンド分のビットマップの印刷を適切なタイミングで行なう。具体的には、印刷用紙49をLFモータ48及びローラ47により搬送し、キャリッジ43をキャリッジモータ44により往復移動させながら印字ヘッド45により印刷用紙49上に印刷を行なう。印刷用紙49の印刷位置の制御は、搬送方向はLFモータ48の駆動量及び給紙センサ50と排紙センサ51の検出結果に基づいて行ない、キャリッジ43の移動方向はキャリッジモータ44の駆動量に基づいて行なう。   Step 108: The engine unit 14 prints the bitmap for one band stored in the engine memory 42 at an appropriate timing. Specifically, the printing paper 49 is conveyed by the LF motor 48 and the roller 47, and printing is performed on the printing paper 49 by the print head 45 while the carriage 43 is reciprocated by the carriage motor 44. The printing position of the printing paper 49 is controlled based on the driving amount of the LF motor 48 and the detection results of the paper feed sensor 50 and the paper discharge sensor 51 in the transport direction, and the moving direction of the carriage 43 on the driving amount of the carriage motor 44. Based on.

ステップ109:最終バンドまで印刷が終了していない場合はステップ107に戻り、次のバンドの処理を続ける。最終バンドまで印刷が終了した場合は、1ページ目の処理を終了する。   Step 109: If printing has not been completed up to the final band, the process returns to Step 107 to continue processing for the next band. When printing is completed up to the last band, the processing for the first page is finished.

上記の動作フローでは、ステップ101で印刷ジョブを受信し、ステップ102とステップ103でDLの生成と保存、ステップ104からステップ106でレンダリング及びその結果の保存、ステップ107からステップ109で1ページの全バンドのビットマップの印刷を行なっている。保存したDL及びビットマップは、2ページ目以降の処理で使用されるが、これについては後述する。   In the above operation flow, a print job is received in step 101, DL generation and storage in steps 102 and 103, rendering and storage of the results in steps 104 to 106, and all of one page in steps 107 to 109. The band bitmap is printed. The saved DL and bitmap are used in the processing for the second and subsequent pages, which will be described later.

続いて2ページ目以降の処理について図8のフローを用いて説明する。   Next, the processing for the second and subsequent pages will be described using the flow of FIG.

以下に、フローの各ステップに沿って説明する。   Below, it demonstrates along each step of a flow.

ステップ201:受信した印刷ジョブ中のPDLデータを解析し、1ページ分のDLを生成する。   Step 201: Analyze the PDL data in the received print job and generate one page of DL.

ステップ202:バンドごとに、ステップ201で生成したDLと保存してあるDLを比較する。比較は同一バンド番号同士で行なう。DLの内容が一致している場合はステップ203に進み、一致していない場合はステップ204に進む。3ページ目以降では、同一バンド番号に対して複数個のDLが保存されている可能性がある(ステップ204で説明する)が、その場合は一致しているDLが1つでもあればステップ203に進み、一致しているDLが1つもなければステップ204に進む。   Step 202: For each band, the DL generated in step 201 is compared with the stored DL. The comparison is performed between the same band numbers. If the contents of the DL match, the process proceeds to step 203; otherwise, the process proceeds to step 204. In the third and subsequent pages, there is a possibility that a plurality of DLs are stored for the same band number (described in step 204). In this case, if there is one matching DL, step 203 is executed. If there is no matching DL, the process proceeds to step 204.

ステップ203:一致したDLに対応する、保存してあるビットマップを1バンド分読み出す。読み出し後、ステップ208に進む。   Step 203: Read one band of saved bitmaps corresponding to the matched DL. After reading, the process proceeds to step 208.

ステップ204:ステップ201で生成したDLを1バンド分保存する。保存は、すでに保存されているDLとは別の領域に行なう。従って、同一バンド番号に対するDLが複数個存在することになる。メモリの保存イメージを図9に示す。1ページ目のDLは全バンド分が保存されているが、2ページ目以降のDLは、以前のページのDLと異なる場合のみ、別のメモリ領域に保存される。   Step 204: The DL generated in step 201 is stored for one band. The storage is performed in an area different from the already stored DL. Accordingly, there are a plurality of DLs for the same band number. A storage image of the memory is shown in FIG. The DL for the first page stores all bands, but the DLs for the second and subsequent pages are stored in another memory area only when they are different from the DL of the previous page.

ステップ205:ステップ204で保存したDLをレンダラー26に入力して1バンド分のレンダリング処理を行なう。レンダリング処理された結果はコントローラメモリ27に格納される。   Step 205: The DL stored in step 204 is input to the renderer 26 to perform rendering processing for one band. The result of the rendering process is stored in the controller memory 27.

ステップ206:コントローラメモリ27から1バンド分のレンダリング結果を読み出し、解像度・階調変換回路28により解像度と階調がエンジンが印刷可能なビットマップ形式に変換される。   Step 206: The rendering result for one band is read from the controller memory 27, and the resolution and gradation conversion circuit 28 converts the resolution and gradation into a bitmap format printable by the engine.

ステップ207:ステップ206で生成されたビットマップをメモリに保存する。保存はバンド番号とビットマップを対にして行ない、すでに保存されているビットマップとは別の領域に行なう。従って、同一バンド番号に対するビットマップが複数個存在することになる。メモリの保存イメージを図10に示す。1ページ目のビットマップは全バンド分が保存されているが、2ページ目以降のビットマップは、ステップ204で保存したDLに対応するビットマップのみ、別のメモリ領域に保存される。   Step 207: Save the bitmap generated in step 206 in a memory. Saving is done by pairing the band number and bitmap, and in a different area from the bitmap that has already been saved. Accordingly, there are a plurality of bitmaps for the same band number. A storage image of the memory is shown in FIG. The bitmap for the first page is stored for all bands, but for the second and subsequent pages, only the bitmap corresponding to the DL stored in step 204 is stored in another memory area.

ステップ208:1バンド分のビットマップをエンジン部14に送出する。ステップ203から進んだ場合はステップ203で読み出したビットマップを、ステップ207から進んだ場合はステップ206で生成されたビットマップをエンジン部14に送出する。送出されたビットマップはエンジンメモリ42に格納される。   Step 208: Send out a bitmap for one band to the engine unit 14. If the process proceeds from step 203, the bitmap read in step 203 is transmitted to the engine unit 14. If the process proceeds from step 207, the bitmap generated in step 206 is transmitted to the engine unit 14. The transmitted bitmap is stored in the engine memory 42.

ステップ209:エンジン部14は、エンジンメモリ42に格納された1バンド分のビットマップの印刷を適切なタイミングで行なう。   Step 209: The engine unit 14 prints the bitmap for one band stored in the engine memory 42 at an appropriate timing.

ステップ210:最終バンドまで印刷が終了していない場合はステップ202に戻り、次のバンドの処理を続ける。最終バンドまで印刷が終了した場合は、そのページの処理を終了する。次のページがある場合は、引き続きステップ201から処理を繰り返す。   Step 210: If printing has not been completed up to the final band, the process returns to step 202 to continue processing for the next band. When printing is completed up to the last band, the processing for the page is terminated. If there is a next page, the process is repeated from step 201.

上記の動作フローでは、ステップ201でDLを生成し、ステップ202で以前のページで生成したDLと現在処理中のページのDLの内容を比較している。以前のページで生成したDLの中で内容が一致するものがあれば、ステップ203でそのDLに対応するビットマップを保存領域から読み出している。内容の一致するDLがない場合はステップ204からステップ207で現在処理中のページのDLの新規保存、レンダリング、レンダリング結果(ビットマップ)の新規保存を行なっている。ステップ208からステップ209ではビットマップの印刷を行ない、ステップ202からステップ210で1ページのバンド数分の処理を繰り返す。   In the above operation flow, the DL is generated in step 201, and the DL generated in the previous page in step 202 is compared with the DL contents of the currently processed page. If any of the DLs generated on the previous page match, the bitmap corresponding to the DL is read from the storage area in step 203. If there is no DL having the same content, the DL of the currently processed page is newly stored, rendered, and the rendering result (bitmap) is newly stored in steps 204 to 207. From step 208 to step 209, bitmap printing is performed, and from step 202 to step 210, processing for the number of bands of one page is repeated.

このようにすることにより、DLの内容が以前のページと同じ場合はレンダリングせず、保存してあったビットマップを読み出して印刷を行なうため、レンダリングの処理時間を節約することができ、高速に印刷を行なうことができる。特に、オブジェクトの数が多い場合や複雑な描画命令で構成されている場合には、レンダリングに時間がかかるため、レンダリング処理を省略することは高速化に有効である。レンダリングするかどうかはバンドごとに判別するため、ページの内容が一部のみ異なる場合には異なる部分が含まれるバンドのみレンダリングが行なわれる。よって、異なる部分が少ないほどより高速に印刷することができる。   In this way, when the DL contents are the same as the previous page, rendering is not performed, but the saved bitmap is read and printed, so that the rendering processing time can be saved and the speed can be increased. Printing can be performed. In particular, when the number of objects is large or the drawing is complicated, it takes time to render, so omitting the rendering process is effective for speeding up. Since whether or not to render is determined for each band, if only a part of the page content is different, only the band including the different part is rendered. Therefore, the smaller the number of different parts, the higher the printing speed.

(第2の実施例)
図11は本発明実施例の動作を示すフローチャートである。図11のフローチャートは、図3のシステムメモリ22及び図4のプログラムメモリ52に内蔵され、コントローラマイコン21及びエンジンマイコン41で処理されるプログラムフローを示すプログラム図である。コントローラマイコン21及びエンジンマイコン41は協調して該プログラムフローに従って制御動作を実行する。
(Second embodiment)
FIG. 11 is a flowchart showing the operation of the embodiment of the present invention. The flowchart of FIG. 11 is a program diagram showing a program flow built in the system memory 22 of FIG. 3 and the program memory 52 of FIG. 4 and processed by the controller microcomputer 21 and the engine microcomputer 41. The controller microcomputer 21 and the engine microcomputer 41 cooperate to execute a control operation according to the program flow.

同図のフローは、第1の実施例で示した構成よりも搭載メモリの少ないシステムに適した処理のうち2ページ目以降の処理を示している。1ページ目の処理は第1の実施例と同様(図5のフロー)のため、説明は省略する。   The flow shown in the figure shows the processes on and after the second page among the processes suitable for the system having a smaller installed memory than the configuration shown in the first embodiment. Since the processing for the first page is the same as that in the first embodiment (the flow in FIG. 5), the description is omitted.

以下に、フローの各ステップに沿って説明する。   Below, it demonstrates along each step of a flow.

ステップ301:受信した印刷ジョブ中のPDLデータを解析し、1ページ分のDLを生成する。   Step 301: Analyze the PDL data in the received print job, and generate one page of DL.

ステップ302:バンドごとに、ステップ301で生成したDLと保存してあるDLを比較する。比較は同一バンド番号同士で行なう。DLの内容が一致している場合はステップ303に進み、一致していない場合はステップ304に進む。   Step 302: For each band, the DL generated in step 301 is compared with the stored DL. The comparison is performed between the same band numbers. If the DL contents match, the process proceeds to step 303, and if not, the process proceeds to step 304.

ステップ303:一致したDLに対応する、保存してあるビットマップを1バンド分読み出す。読み出し後、ステップ308に進む。   Step 303: One band of the saved bitmap corresponding to the matched DL is read. After reading, the process proceeds to step 308.

ステップ304:ステップ301で生成したDLを1バンド分保存する。保存は、すでに保存されているDLの領域に上書き保存する。従って、あるバンド番号に対するDLは1個のみ存在することになる。   Step 304: Save one band of the DL generated in step 301. Saving is performed by overwriting the already saved DL area. Accordingly, there is only one DL for a certain band number.

ステップ305:ステップ304で保存したDLをレンダラー26に入力して1バンド分のレンダリング処理を行なう。レンダリング処理された結果はコントローラメモリ27に格納される。   Step 305: The DL stored in step 304 is input to the renderer 26 to perform rendering processing for one band. The result of the rendering process is stored in the controller memory 27.

ステップ306:コントローラメモリ27から1バンド分のレンダリング結果を読み出し、解像度・階調変換回路28により解像度と階調がエンジンが印刷可能なビットマップ形式に変換される。   Step 306: The rendering result for one band is read from the controller memory 27, and the resolution / gradation conversion circuit 28 converts the resolution and gradation into a bitmap format printable by the engine.

ステップ307:ステップ306で生成されたビットマップをメモリに保存する。保存は、すでに保存されているビットマップの領域に上書き保存する。従って、あるバンド番号に対するビットマップは1個のみ存在することになる。   Step 307: The bitmap generated at step 306 is stored in a memory. Saving is performed by overwriting the already saved bitmap area. Accordingly, only one bitmap exists for a certain band number.

ステップ308:1バンド分のビットマップをエンジン部14に送出する。ステップ303から進んだ場合はステップ303で読み出したビットマップを、ステップ307から進んだ場合はステップ306で生成されたビットマップをエンジン部14に送出する。送出されたビットマップはエンジンメモリ42に格納される。   Step 308: Send out a bitmap for one band to the engine unit 14. If the process proceeds from step 303, the bitmap read in step 303 is transmitted to the engine unit 14. If the process proceeds from step 307, the bitmap generated in step 306 is transmitted to the engine unit 14. The transmitted bitmap is stored in the engine memory 42.

ステップ309:エンジン部14は、エンジンメモリ42に格納された1バンド分のビットマップの印刷を適切なタイミングで行なう。   Step 309: The engine unit 14 prints the bitmap for one band stored in the engine memory 42 at an appropriate timing.

ステップ310:最終バンドまで印刷が終了していない場合はステップ302に戻り、次のバンドの処理を続ける。最終バンドまで印刷が終了した場合は、そのページの処理を終了する。次のページがある場合は、引き続きステップ301から処理を繰り返す。   Step 310: If printing has not been completed up to the final band, the process returns to Step 302 and processing of the next band is continued. When printing is completed up to the last band, the processing for the page is terminated. If there is a next page, the process is repeated from step 301.

上記の動作フローでは、第1の実施例とは異なり、以前のページのDLと異なる場合はDLとビットマップを上書き保存するようにしている。第1の実施例と比較してレンダリング処理を行なう度合いは若干増加するが、DLとビットマップの保存のために必要なメモリ容量は常に一定(各1ページ分)になる。従って、特に省メモリが要求されるシステムに最適である。   In the above operation flow, unlike the first embodiment, when the DL is different from the DL of the previous page, the DL and the bitmap are overwritten and saved. Although the degree of rendering processing is slightly increased as compared with the first embodiment, the memory capacity required for storing DL and bitmap is always constant (for one page). Therefore, it is most suitable for a system that particularly requires memory saving.

第1〜2実施例の画像形成装置の構成を示す斜視図The perspective view which shows the structure of the image forming apparatus of 1st-2nd Example. 第1〜2実施例の画像形成装置の構成の概要を示した図The figure which showed the outline | summary of the structure of the image forming apparatus of 1st-2nd Example. 第1〜2実施例の画像形成装置の構成の概要を示した図The figure which showed the outline | summary of the structure of the image forming apparatus of 1st-2nd Example. 第1〜2実施例の画像形成装置の構成の概要を示した図The figure which showed the outline | summary of the structure of the image forming apparatus of 1st-2nd Example. 第1〜2実施例の動作を示すフローチャートFlow chart showing the operation of the first and second embodiments. 第1実施例のDLの保存イメージを示した図The figure which showed the preservation | save image of DL of 1st Example 第1実施例のビットマップの保存イメージを示した図The figure which showed the preservation | save image of the bitmap of 1st Example 第1実施例の動作を示すフローチャートFlow chart showing the operation of the first embodiment. 第1実施例のDLの保存イメージを示した図The figure which showed the preservation | save image of DL of 1st Example 第1実施例のビットマップの保存イメージを示した図The figure which showed the preservation | save image of the bitmap of 1st Example 第2実施例の動作を示すフローチャートFlow chart showing the operation of the second embodiment.

符号の説明Explanation of symbols

1 画像形成装置
2 ホスト
3 ケーブル
4 デジタルカメラ
5 ケーブル
6 メモリカード挿入口
7 メモリカード
8 給紙カセット
9 排紙口
10 操作キー
11 表示パネル
12 電源スイッチ
13 コントローラ部
14 エンジン部
21 コントローラマイコン
22 システムメモリ
23 I/F回路
24 受信バッファ
25 DLメモリ
26 レンダラー
27 コントローラメモリ
28 解像度・階調変換回路
41 エンジンマイコン
42 エンジンメモリ
43 キャリッジ
44 キャリッジモータ
45 印字ヘッド
46 ヘッドドライバ
47 ローラ
48 LFモータ
49 印刷用紙
50 給紙センサ
51 排紙センサ
52 プログラムメモリ
DESCRIPTION OF SYMBOLS 1 Image forming apparatus 2 Host 3 Cable 4 Digital camera 5 Cable 6 Memory card insertion port 7 Memory card 8 Paper feed cassette 9 Paper discharge port 10 Operation key 11 Display panel 12 Power switch 13 Controller unit 14 Engine unit 21 Controller microcomputer 22 System memory 23 I / F circuit 24 Reception buffer 25 DL memory 26 Renderer 27 Controller memory 28 Resolution / gradation conversion circuit 41 Engine microcomputer 42 Engine memory 43 Carriage 44 Carriage motor 45 Print head 46 Head driver 47 Roller 48 LF motor 49 Printing paper 50 Supply Paper sensor 51 Paper discharge sensor 52 Program memory

Claims (2)

記録用紙上に画像を形成して印刷を行なう画像形成装置において、
印刷する情報を入力する入力手段と、
前記入力手段により入力した情報を解析する解析手段と、
前記解析手段により解析した解析結果を、ページを複数に分割したバンド単位で保存するための第1の保存領域と、
前記解析手段により解析した結果をバンド単位で画像情報に展開する展開手段と、
前記展開手段により展開した画像情報をバンド単位で保存するための第2の保存領域と、
前記解析手段により解析した解析結果と同一の解析結果が前記第1の保存領域に保存されているかどうかを判別する判別手段とを備え、
前記判別手段により保存されていないと判別した場合、解析結果を前記第1の保存領域の空き領域に保存するとともに前記展開手段により画像情報に展開し、画像情報を前記第2の保存領域の空き領域に保存するとともに印刷を行ない、
前記判別手段により保存されていると判別した場合、前記第2の保存領域から解析結果に対応する画像情報を読み出して印刷を行なうようにしたことを特徴とする画像形成装置。
In an image forming apparatus for forming an image on a recording sheet and performing printing,
An input means for inputting information to be printed;
Analyzing means for analyzing information input by the input means;
A first storage area for storing the analysis result analyzed by the analysis means in units of bands divided into a plurality of pages;
Expansion means for expanding the result of analysis by the analysis means into image information in band units;
A second storage area for storing the image information developed by the development means in band units;
Determining means for determining whether or not the same analysis result as the analysis result analyzed by the analysis means is stored in the first storage area;
If it is determined by the determining means that the data is not stored, the analysis result is stored in the empty area of the first storage area and is expanded into image information by the expanding means, and the image information is stored in the empty area of the second storage area. Save to the area and print,
An image forming apparatus characterized in that when it is determined that the image is stored by the determining means, image information corresponding to the analysis result is read from the second storage area and printed.
記録用紙上に画像を形成して印刷を行なう画像形成装置において、
印刷する情報を入力する入力手段と、
前記入力手段により入力した情報を解析する解析手段と、
前記解析手段により解析した解析結果を、ページを複数に分割したバンド単位で保存するための第1の保存領域と、
前記解析手段により解析した結果をバンド単位で画像情報に展開する展開手段と、
前記展開手段により展開した画像情報をバンド単位で保存するための第2の保存領域と、
前記第1の保存領域が空かどうかを判別する判別手段と、
前記解析手段により解析した解析結果を、前記第1の保存領域に保存されている同一バンドの解析結果と比較する比較手段とを備え、
前記判別手段により前記第1の保存領域が空であると判別した場合、前記解析手段により解析した結果を前記第1の保存領域に保存し、
前記判別手段により前記第1の保存領域が空でないと判別した場合で、前期比較手段により比較結果が一致していない場合は、解析結果を前記第1の保存領域の同一バンドの保存領域に上書き保存するとともに前記展開手段により画像情報に展開し、画像情報を前記第2の保存領域の同一バンドの保存領域に上書き保存するとともに印刷を行ない、
前記判別手段により前記第1の保存領域が空でないと判別した場合で、前期比較手段により比較結果が一致している場合は、前記第2の保存領域から解析結果に対応する画像情報を読み出して印刷を行なうようにしたことを特徴とする画像形成装置。
In an image forming apparatus for forming an image on a recording sheet and performing printing,
An input means for inputting information to be printed;
Analyzing means for analyzing information input by the input means;
A first storage area for storing the analysis result analyzed by the analysis means in units of bands divided into a plurality of pages;
Expansion means for expanding the result of analysis by the analysis means into image information in band units;
A second storage area for storing the image information developed by the development means in band units;
Determining means for determining whether the first storage area is empty;
Comparing the analysis result analyzed by the analysis means with the analysis result of the same band stored in the first storage area,
If it is determined by the determination means that the first storage area is empty, the analysis result by the analysis means is stored in the first storage area,
If it is determined that the first storage area is not empty by the determination means and the comparison result does not match by the comparison means in the previous period, the analysis result is overwritten on the storage area of the same band of the first storage area. Storing and developing the image information by the expansion means, overwriting the image information in the storage area of the same band of the second storage area and performing printing,
When it is determined that the first storage area is not empty by the determination means, and the comparison result is the same by the comparison means in the previous period, image information corresponding to the analysis result is read from the second storage area. An image forming apparatus characterized in that printing is performed.
JP2006133899A 2006-05-12 2006-05-12 Image forming apparatus Withdrawn JP2007301893A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006133899A JP2007301893A (en) 2006-05-12 2006-05-12 Image forming apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006133899A JP2007301893A (en) 2006-05-12 2006-05-12 Image forming apparatus

Publications (1)

Publication Number Publication Date
JP2007301893A true JP2007301893A (en) 2007-11-22

Family

ID=38836242

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006133899A Withdrawn JP2007301893A (en) 2006-05-12 2006-05-12 Image forming apparatus

Country Status (1)

Country Link
JP (1) JP2007301893A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10671897B2 (en) 2018-01-30 2020-06-02 Oki Data Corporation Image processing apparatus

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10671897B2 (en) 2018-01-30 2020-06-02 Oki Data Corporation Image processing apparatus

Similar Documents

Publication Publication Date Title
JP2009113474A (en) System and method for dynamic printer configuration
US9720634B2 (en) Print control device
US20050094163A1 (en) Printer driver and method of forming user interface
US8134723B2 (en) Information processing apparatus, and method discriminating between sheet feed from cassette and manual port, and image transfer based thereon
JP2007301893A (en) Image forming apparatus
JP2007149035A (en) Image forming apparatus
JP2007011946A (en) Printing system
JP2001018494A (en) Printing output device, paper feed control method and recording medium readable by computer storing control program
US20190210377A1 (en) Printer and printer system
JP4733480B2 (en) Image reading apparatus, image reading apparatus control method, control program, and image reading system
JP4923899B2 (en) Printer driver program
JP2790120B2 (en) Printing equipment
US20210055898A1 (en) Image forming apparatus and control program for image forming apparatus
JP2007144964A (en) Image-forming apparatus
JP2007152897A (en) Image forming apparatus
JP3667119B2 (en) Printing apparatus, printing control apparatus and method used therefor
JP2009023221A (en) Image forming device
JP2001096804A (en) Image output apparatus and control method thereof
JPH09188015A (en) Printer and printing control method
JP2009151468A (en) Print preview device and method
JP2006048215A (en) Method for improving picture quality of printing device
JP2003091211A (en) Image forming apparatus
JP2005199655A (en) Apparatus for controlling printing, method for controlling printing, program for controlling printing and printing apparatus
JP3281465B2 (en) PRINTING APPARATUS, ITS CONTROL METHOD, AND ITS STATUS DISPLAY METHOD
JP2007203578A (en) Image forming apparatus and its print control program

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