JP2005178028A - Printing apparatus - Google Patents

Printing apparatus Download PDF

Info

Publication number
JP2005178028A
JP2005178028A JP2003418190A JP2003418190A JP2005178028A JP 2005178028 A JP2005178028 A JP 2005178028A JP 2003418190 A JP2003418190 A JP 2003418190A JP 2003418190 A JP2003418190 A JP 2003418190A JP 2005178028 A JP2005178028 A JP 2005178028A
Authority
JP
Japan
Prior art keywords
data
display list
printing apparatus
information
printer
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
JP2003418190A
Other languages
Japanese (ja)
Inventor
Hidenori Kurosawa
秀徳 黒沢
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 JP2003418190A priority Critical patent/JP2005178028A/en
Publication of JP2005178028A publication Critical patent/JP2005178028A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To add an integration result to a display list by integrating the repetition number of times in the case where an object is repeatedly used in the forming of the display list. <P>SOLUTION: The printing apparatus is equipped with a means for integrating the number of times whereby the object is repeatedly used and adding the number of times to the display list in the forming of the display list, and a means for holding object table information and object information until rewriting of a management table takes place on the basis of the integrated number of times added to the object information management table in the display list. <P>COPYRIGHT: (C)2005,JPO&NCIPI

Description

本発明は、双方向性インタフェースを介してホストコンピュ−タに接続されるプリンタ等の出力装置及び該装置における描画データ形成方法に関する。   The present invention relates to an output device such as a printer connected to a host computer via a bidirectional interface and a drawing data forming method in the device.

従来、ホストコンピュータ等の上位装置より印刷データを入力し印刷する印刷装置において、印刷装置は、上位装置より入力されるPDLデータ(Printer Discription Languages)を解釈し、描画データを作成し印刷を行う。ここで、印刷装置は、PDLデータを印刷装置内部で描画データに処理しやすい形式である中間言語(ディスプレイリスト)に一旦変換し、このディスプレイリストを元に実際の描画処理、印刷が行われる。また、従来の画像処理装置においては、印刷の際に必要となる画像メモリ量を削減するために、1ページあたりの印刷内容を複数のバンドに分割し、記録媒体上への実際の印刷動作と、印刷データの作成処理とをバンド単位に並行して行う方法(バンディング)が知られている(特許文献1参照)。
特開平8−234949号公報
2. Description of the Related Art Conventionally, in a printing apparatus that inputs print data from a host apparatus such as a host computer, the printing apparatus interprets PDL data (Printer Description Languages) input from the host apparatus, creates drawing data, and performs printing. Here, the printing apparatus temporarily converts the PDL data into an intermediate language (display list) that is a format that can be easily processed into drawing data inside the printing apparatus, and actual drawing processing and printing are performed based on the display list. Also, in the conventional image processing apparatus, in order to reduce the amount of image memory required for printing, the printing content per page is divided into a plurality of bands, and the actual printing operation on the recording medium is performed. A method (banding) in which print data creation processing is performed in parallel in band units is known (see Patent Document 1).
JP-A-8-234949

印刷装置は、PDLデータの内容に従って、ディスプレイリストの生成を行うが、PDLから変換処理される描画単位は、1文字・1画像・1ライン等の1つの描画単位(オブジェクト)毎に行われる。従って、描画するデータ量が多い(オブジェクトの数が多い)ほど処理する時間は増大する。ここで、複数の異なった文字を印刷する場合と、同じ文字を何度も描画する場合を比較すると、1種類の文字を印刷する場合は、文字自体の情報は一つでも、生成されるディスプレイリストには文字の指定・描画位置情報等の全ての情報が必要である為、同じ文字数であれば、オブジェクトデータを除いたリストの大きさは、同程度の大きさになる。また、このディスプレイリストをRAMから順次読み込み処理する場合、ディスプレイリストに従ってデータ処理を行うと、単一文字の場合、同じ領域の外部メモリに何度もアクセスする場合があり、無駄なメモリアクセスにより性能低下が見られる場合がある。   The printing apparatus generates a display list according to the contents of PDL data. The drawing unit converted from PDL is performed for each drawing unit (object) such as one character, one image, and one line. Accordingly, the processing time increases as the amount of data to be drawn increases (the number of objects increases). Here, when a plurality of different characters are printed and when the same character is drawn many times, when one type of character is printed, even if the information of the character itself is one, the generated display Since all information such as character designation / drawing position information is required for the list, the size of the list excluding object data is of the same size if the number of characters is the same. In addition, when this display list is sequentially read from the RAM, if data processing is performed according to the display list, the external memory in the same area may be accessed many times in the case of a single character. May be seen.

本発明は上記問題を解決する為のもので、ディスプレイリスト生成の際に、オブジェクトが繰り返し使用される場合、その繰り返し回数を積算し、積算結果をディスプレイリストに付加することを目的とする。   An object of the present invention is to solve the above-described problem. When an object is repeatedly used when generating a display list, an object of the present invention is to add the number of repetitions and add the integration result to the display list.

本発明は、オブジェクトの使用回数から、使用頻度の高いオブジェクトの格納アドレス・オブジェクトデータを内部に保持し、外部メモリに対してのアクセスを低減させ、外部メモリバス帯域を確保することで、描画処理能力の向上を行うことを目的とする。   The present invention holds the storage address and object data of frequently used objects based on the number of times the object is used, reduces access to the external memory, and secures the external memory bus bandwidth, thereby rendering the drawing process. The purpose is to improve ability.

上記目的を達成する本発明の出力装置は以下に示す構成を備える。   The output device of the present invention that achieves the above object has the following configuration.

即ち、ディスプレイリスト作成時に、オブジェクトの繰り返し使用される回数を積算しディスプレイリストに追加する手段を有する。   That is, it has means for adding the number of times the object is repeatedly used and adding it to the display list when creating the display list.

即ち、ディスプレイリスト内のオブジェクト情報管理テーブルに付加された積算回数を元に、管理テーブルが書き換えが発生するまで、オブジェクトテーブル情報・オブジェクト情報を保持すること手段を有する。   That is, it has means for holding the object table information / object information until the management table is rewritten based on the cumulative number added to the object information management table in the display list.

なお、さらに詳細に説明すれば、本発明は下記の構成によって前記課題を解決できた。   In more detail, the present invention can solve the above problems by the following configuration.

(1)ホストコンピュータ等の上位装置より制御コード、文字データ等から成る文章データやイメージデータを入力して印刷を行う印刷装置において、入力されたPDLデータからディスプレイリスト作成時に、描画するオブジェクトが繰り返し使用される回数を積算し、積算結果をディスプレイリストに付加する事を特徴とする印刷装置。   (1) In a printing apparatus that performs printing by inputting text data or image data consisting of control codes, character data, etc. from a host device such as a host computer, objects to be drawn are repeated when creating a display list from the input PDL data. A printing apparatus characterized by accumulating the number of times used and adding the accumulated result to a display list.

(2)前記(1)において、繰り返し使用される回数により、オブジェクト情報であるオブジェクトデータのメモリ上格納アドレスとオブジェクトデータを回路内部にバッファリングする機能を備えることを特徴とする印刷装置。   (2) In the above (1), a printing apparatus having a function of buffering an object data storage address of object data, which is object information, and object data in the circuit according to the number of times of repeated use.

本発明によれば、ディスプレイリスト内部に、描画するオブジェクトの使用回数情報を付加させ、それを元に、外部メモリの情報をあらかじめバッファリングする事で、低速な外部メモリへのアクセスを低減させ、高速に描画処理が出来るという効果がある。   According to the present invention, the information on the number of times the object to be drawn is added inside the display list, and based on that, the information in the external memory is pre-buffered to reduce access to the low-speed external memory, There is an effect that drawing processing can be performed at high speed.

以下本発明を実施するための最良の形態を、実施例により詳しく説明する。   Hereinafter, the best mode for carrying out the present invention will be described in detail with reference to examples.

本実施例の構成を説明する前に、本実施例を適用するに好適なレーザビームプリンタの構成について図1、図2を参照しながら説明する。なお、本実施例を適用するプリンタは、レーザビームプリンタに限られるものではなく、他のプリント方式のプリンタでも良いことは言うまでもない。また、図1は、1ドラム形式の印刷装置があるが、4色同時印刷可能な、タンデム形式の印刷装置であっても基本機能は同じである。   Before describing the configuration of this embodiment, the configuration of a laser beam printer suitable for applying this embodiment will be described with reference to FIGS. Needless to say, the printer to which this embodiment is applied is not limited to the laser beam printer, but may be a printer of another printing method. 1 has a one-drum type printing apparatus, the basic function is the same even in a tandem type printing apparatus capable of simultaneous printing of four colors.

図1は本発明を適用可能な第1の出力装置の構成を示す断面図であり、レーザビームプリンタ(LBP)の場合を示す。   FIG. 1 is a sectional view showing a configuration of a first output device to which the present invention can be applied, and shows a case of a laser beam printer (LBP).

図において、1500はLBP本体であり、外部に接続されているホストコンピュータから供給される印刷情報(文字コード等)やフォーム情報あるいはマクロ命令等を入力して記憶するとともに、それらの情報に従って対応する文字パターンやフォームパターン等を作成し、記録媒体である記録紙等に像を形成する。1501は操作のためのスイッチおよびLED表示器等が配されている操作パネル、1000はLBP本体1500全体の制御およびホストコンピュータから供給される文字情報等を解析するプリンタ制御ユニットである。このプリンタ制御ユニット1000は、主に文字情報を対応する文字パターンのビデオ信号に変換してレーザドライバ1502に出力する。レーザドライバ1502は半導体レ−ザ1503を駆動するための回路であり、入力されたビデオ信号に応じて半導体レーザ1503から発射されるレーザ光1504をオン・オフ切り換えする。レーザ光1504は回転多面鏡1505で左右方向に振らされて静電ドラム1506上を走査露光する。これにより、静電ドラム1506上には文字パターンの静電潜像が形成されることになる。この潜像は、静電ドラム1506周囲に配設された現像ユニット1507により現像された後、記録紙に転写される。この記録紙にはカットシートを用い、カットシート記録紙はLBP1500に装着した用紙カセット1508に収納され、給紙ローラ1509および搬送ローラ1510と搬送ローラ1511とにより、装置内に取り込まれて、静電ドラム1506に供給される。また、LBP本体1500には、図示しないカードスロットを少なくとも1個以上備え、内蔵フォントに加えてオプションフォントカード,言語系の異なる制御カード(エミュレーションカード)を接続できるように構成されている。   In the figure, reference numeral 1500 denotes an LBP main body which inputs and stores print information (character code, etc.), form information, macro instructions, etc. supplied from an externally connected host computer, and responds according to those information. A character pattern, a form pattern, or the like is created, and an image is formed on a recording sheet or the like that is a recording medium. Reference numeral 1501 denotes an operation panel on which switches for operation and LED displays are arranged, and reference numeral 1000 denotes a printer control unit that controls the entire LBP main body 1500 and analyzes character information supplied from the host computer. The printer control unit 1000 mainly converts character information into a video signal having a corresponding character pattern and outputs the video signal to the laser driver 1502. The laser driver 1502 is a circuit for driving the semiconductor laser 1503, and switches on / off the laser light 1504 emitted from the semiconductor laser 1503 in accordance with the input video signal. The laser beam 1504 is shaken in the left-right direction by the rotary polygon mirror 1505 to scan and expose the electrostatic drum 1506. As a result, an electrostatic latent image of a character pattern is formed on the electrostatic drum 1506. This latent image is developed by a developing unit 1507 disposed around the electrostatic drum 1506 and then transferred to a recording sheet. A cut sheet is used as the recording paper. The cut sheet recording paper is stored in a paper cassette 1508 mounted on the LBP 1500, and is taken into the apparatus by a paper feed roller 1509, a transport roller 1510, and a transport roller 1511, and is electrostatically charged. The drum 1506 is supplied. Further, the LBP main body 1500 is provided with at least one card slot (not shown) so that an optional font card and a control card (emulation card) having a different language system can be connected in addition to the built-in font.

図2は本発明の実施例を示すプリンタ制御システムの構成を説明するブロック図である。なお、本発明の機能が実行されるのであれば、単体の機器であっても、複数の機器からなるシステムであっても、LAN等のネットワークを介して処理が行われるシステムであっても本発明を適用できることは言うまでもない。   FIG. 2 is a block diagram illustrating the configuration of the printer control system according to the embodiment of the present invention. As long as the functions of the present invention are executed, the present invention can be used for a single device, a system composed of a plurality of devices, or a system in which processing is performed via a network such as a LAN. It goes without saying that the invention can be applied.

図において、3000はホストコンピュータで、ROM3のプログラム用ROMに記憶された文書処理プログラム等に基づいて図形,イメージ,文字,表(表計算等を含む)等が混在した文書処理を実行するCPU1を備え、システムデバイス4に接続される各デバイスをCPU1が総括的に制御する。   In the figure, reference numeral 3000 denotes a host computer, which has a CPU 1 that executes document processing in which figures, images, characters, tables (including spreadsheets) and the like are mixed based on a document processing program stored in a program ROM of the ROM 3. The CPU 1 generally controls each device connected to the system device 4.

また、このROM3のプログラム用ROMには、CPU1の制御プログラム等を記憶し、ROM3のフォント用ROMには上記文書処理の際に使用するフォントデ−タ等を記憶し、ROM3のデ−タ用ROMは上記文書処理等を行う際に使用する各種デ−タを記憶する。2はRAMで、CPU1の主メモリ,ワークエリア等として機能する。5はキーボードコントローラ(KBC)で、キーボード9や不図示のポインティングデバイスからのキー入力を制御する。6はCRTコントローラ(CRTC)で、CRTディスプレイ(CRT)10の表示を制御する。7はディスクコントローラ(DKC)で、ブートプログラム,種々のアプリケーション,フォントデータ,ユーザファイル,編集ファイル等を記憶するハードディスク(HD)、フロッピー(R)ディスク(FD)等の外部メモリ11とのアクセスを制御する。8はプリンタコントローラ(PRTC)で、所定の双方向性インタフェース(インタフェース)21を介してプリンタ1500に接続されて、プリンタ1500との通信制御処理を実行する。なお、CPU1は、例えばRAM2上に設定された表示情報RAMへのアウトラインフォントの展開(ラスタライズ)処理を実行し、CRT10上でのWYSIWYGを可能としている。また、CPU1は、CRT10上の不図示のマウスカーソル等で指示されたコマンドに基づいて登録された種々のウインドウを開き、種々のデータ処理を実行する。   The ROM 3 program ROM stores a control program of the CPU 1, the ROM 3 font ROM stores font data used for the document processing, and the ROM 3 data ROM. Stores various data used when performing the document processing or the like. Reference numeral 2 denotes a RAM which functions as a main memory, work area, and the like for the CPU 1. A keyboard controller (KBC) 5 controls key input from a keyboard 9 or a pointing device (not shown). Reference numeral 6 denotes a CRT controller (CRTC) which controls display on a CRT display (CRT) 10. Reference numeral 7 denotes a disk controller (DKC) for accessing a boot program, various applications, font data, user files, edit files, and the like to an external memory 11 such as a hard disk (HD) or floppy (R) disk (FD). Control. A printer controller (PRTC) 8 is connected to the printer 1500 via a predetermined bidirectional interface (interface) 21 and executes communication control processing with the printer 1500. The CPU 1 executes, for example, an outline font rasterization process on the display information RAM set on the RAM 2 to enable WYSIWYG on the CRT 10. The CPU 1 opens various windows registered based on commands instructed by a mouse cursor (not shown) on the CRT 10 and executes various data processing.

プリンタ1500において、12はプリンタCPUで、ROM13のプログラム用ROMに記憶された制御プログラム等或いは外部メモリ14に記憶された制御プログラム等に基づいてシステムバス15に接続される各種のデバイスとのアクセスを総括的に制御し、印刷部インタフェース16を介して接続される印刷部(プリンタエンジン)17に出力情報としての画像信号を出力する。また、このROM13のプログラムROMには、CPU12の制御プログラム等を記憶する。ROM13のフォント用ROMには上記出力情報を生成する際に使用するフォントデ−タ等を記憶し、ROM13のデ−タ用ROMにはハードディスク等の外部メモリ14が無いプリンタの場合には、ホストコンピュ−タ上で利用される情報等を記憶している。CPU12は入力部18を介してホストコンピュータとの通信処理が可能となっており、プリンタ内の情報等をホストコンピュータ3000に通知可能に構成されている。19はCPU12の主メモリ、ワークエリア等として機能するRAMで、図示しない増設ポートに接続されるオプションRAMによりメモリ容量を拡張することができるように構成されている。なお、RAM19は、出力情報展開領域、環境データ格納領域、NVRAM等に用いられる。前述したハードディスク(HD)、ICカ−ド等の外部メモリ14は、ディスクコントローラ(DKC)20によりアクセスを制御される。外部メモリ14は、オプションとして接続され、フォントデ−タ、エミュレ−ションプログラム、フォ−ムデ−タ等を記憶する。また、18は前述した操作パネルで操作のためのスイッチおよびLED表示器等が配されており、描画部20は、中間コードから描画データを生成する。   In the printer 1500, reference numeral 12 denotes a printer CPU, which accesses various devices connected to the system bus 15 based on a control program stored in the program ROM of the ROM 13 or a control program stored in the external memory 14. The image signal serving as output information is output to a printing unit (printer engine) 17 connected through the printing unit interface 16 with overall control. Further, the control program of the CPU 12 and the like are stored in the program ROM of the ROM 13. The font ROM in the ROM 13 stores font data and the like used when generating the output information. In the case of a printer without the external memory 14 such as a hard disk in the data ROM in the ROM 13, a host computer is used. -Stores information used on the computer. The CPU 12 can communicate with the host computer via the input unit 18 and is configured to notify the host computer 3000 of information in the printer. Reference numeral 19 denotes a RAM that functions as a main memory, work area, and the like for the CPU 12, and is configured so that the memory capacity can be expanded by an optional RAM connected to an expansion port (not shown). The RAM 19 is used as an output information expansion area, environment data storage area, NVRAM, and the like. Access to the external memory 14 such as the hard disk (HD) or IC card is controlled by a disk controller (DKC) 20. The external memory 14 is connected as an option and stores font data, an emulation program, form data, and the like. Reference numeral 18 denotes an operation panel on which the switches for operation and the LED display are arranged, and the drawing unit 20 generates drawing data from the intermediate code.

また、前述した外部メモリは1個に限らず、少なくとも1個以上備え、内蔵フォントに加えてオプションフォントカード,言語系の異なるプリンタ制御言語を解釈するプログラムを格納した外部メモリを複数接続できるように構成されていても良い。さらに、不揮発性メモリ22を有し、操作パネル1501からのプリンタモード設定情報を記憶するようにしても良い。   Further, the number of external memories is not limited to one, and at least one external memory is provided so that an optional font card and a plurality of external memories storing programs for interpreting printer control languages with different language systems can be connected in addition to the built-in font. It may be configured. Further, a nonvolatile memory 22 may be provided to store printer mode setting information from the operation panel 1501.

このように構成されたプリンタ制御システムにおいて、図3に示すような、「AABCCC」という文字列の印刷命令がホストコンピュータ3000から送られた場合、この印刷データはRAM19に格納され、CPU12により順次ディスプレイリスト30に変換される。ディスプレイリスト30は、描画するオブジェクトの種類・大きさ・位置等を示すRAM19上に格納される描画リスト31と、オブジェクトの格納先アドレスを示す管理テーブルであるRAM19上に格納されるオブジェクトテーブルリスト32とRAMorROM上に格納される実際のオブジェクトデータ33によって構成される。   In the printer control system configured as described above, when a print command of a character string “AABCCC” as shown in FIG. 3 is sent from the host computer 3000, this print data is stored in the RAM 19 and sequentially displayed by the CPU 12. It is converted into a list 30. The display list 30 includes a drawing list 31 stored on the RAM 19 indicating the type, size, position, etc. of the object to be drawn, and an object table list 32 stored on the RAM 19 which is a management table indicating the storage destination address of the object. And actual object data 33 stored on the RAMorROM.

ここで、CPU12は、ホストコンピュータから送られてきたオブジェクト毎に描画リスト31を作成し、使用するオブジェクトデータの格納アドレスを示したオブジェクトテーブルを作成するが、ここで、リスト作成に際し、描画リスト内部にオブジェクト使用回数の積算値を付加する。もしくは、オブジェクトテーブルの部分に使用回数を付加することを特徴とする印刷装置。   Here, the CPU 12 creates a drawing list 31 for each object sent from the host computer, and creates an object table indicating the storage address of the object data to be used. Add the accumulated value of the object usage count. Alternatively, a printing apparatus that adds the number of times of use to the object table portion.

図4に実際の描画方法に関して説明する。ディスプレイリストが生成され、印刷の準備が完了すると、CPU12は、描画部20に対して印刷開始命令を送る。描画部20は、先ず、RAM19に格納されているディスプレイリストを順次読み込み、はじめの描画に必要なオブジェクトの情報を得るために、RAM19に格納されているオブジェクトテーブル情報を読み込み、そこで示されてオブジェクトの格納先であるオブジェクト情報を得るため、再度RAM19もしくは、ROM13のフォントROM等にアクセスを行い、1つのオブジェクトの描画を終了しする。これをディスプレイリストが終了するまで続けて1バンド描画を終了する。このように、1つのオブジェクトを描画するのに、最低3回の低速な外部メモリアクセスが必要になり、同じオブジェクトを使用する場合も何度も同じ領域にアクセスすることになる。そこで、図5に示すように、上記請求項1で付加したオブジェクトの使用回数情報を読み込むことで、1度目の描画リストを読み込む際は、RAMへのアクセスが発生し、2度目以降は、バッファリングされた値が読み込まれるため、オブジェクトテーブルへの外部メモリアクセスの低減・オブジェクトデータの取得の低減が可能となり、1オブジェクト描画で1度のメモリアクセスで描画可能となる。   An actual drawing method will be described with reference to FIG. When the display list is generated and the preparation for printing is completed, the CPU 12 sends a print start command to the drawing unit 20. First, the drawing unit 20 sequentially reads the display list stored in the RAM 19 and reads the object table information stored in the RAM 19 in order to obtain information on the object necessary for the first drawing, and the object table is displayed there. In order to obtain the object information that is the storage location of the data, the RAM 19 or the font ROM of the ROM 13 is accessed again to finish drawing one object. This is continued until the display list is finished, and one-band drawing is finished. As described above, at least three low-speed external memory accesses are required to draw one object, and the same area is accessed many times even when the same object is used. Therefore, as shown in FIG. 5, by reading the usage count information of the object added in claim 1 above, when the first drawing list is read, the RAM is accessed, and after the second time, the buffer is used. Since the ringed value is read, the external memory access to the object table can be reduced and the acquisition of the object data can be reduced, so that one object can be drawn with one memory access.

ここで、バッファリングが解消するのは、描画回数から実際に描画が行われた回数が引き算され、描画回数が0になった場合は、そのオブジェクト情報はバッファから削除される。   Here, the buffering is eliminated because the number of times of actual drawing is subtracted from the number of times of drawing, and when the number of times of drawing becomes 0, the object information is deleted from the buffer.

本発明を適用可能な第1の出力装置の構成を示す断面図である。It is sectional drawing which shows the structure of the 1st output device which can apply this invention. 本発明の第一実施例を示すプリンタ制御システムの構成を説明するブロック図である。1 is a block diagram illustrating a configuration of a printer control system according to a first embodiment of the present invention. 本発明の第一実施例を示すプリンタ制御システムのディスプレイリストの構成を示す図である。It is a figure which shows the structure of the display list of the printer control system which shows 1st Example of this invention. 本発明の第一実施例を示す、描画部のディスプレイリスト処理方法を示すフローチャートである。It is a flowchart which shows the display list processing method of the drawing part which shows the 1st Example of this invention. 発明の第一実施例を示す、オブジェクトの回数取得した場合の処理方法を示すフローチャートである。It is a flowchart which shows the 1st Example of invention, and shows the processing method when the frequency | count of an object is acquired.

符号の説明Explanation of symbols

1 CPU
2 RAM
3 ROM
4 システムバス
12 CPU
13 ROM
19 RAM
3000 ホストコンピュータ
1500 プリンタ
1 CPU
2 RAM
3 ROM
4 System bus 12 CPU
13 ROM
19 RAM
3000 Host computer 1500 Printer

Claims (2)

ホストコンピュータ等の上位装置より制御コード、文字データ等から成る文章データやイメージデータを入力して印刷を行う印刷装置において、入力されたPDLデータからディスプレイリスト作成時に、描画するオブジェクトが繰り返し使用される回数を積算し、積算結果をディスプレイリストに付加する事を特徴とする印刷装置。   In a printing apparatus that prints text data and image data consisting of control codes, character data, etc. from a host device such as a host computer, objects to be drawn are repeatedly used when creating a display list from the input PDL data. A printing apparatus that accumulates the number of times and adds the accumulation result to a display list. 請求項1において、繰り返し使用される回数により、オブジェクト情報であるオブジェクトデータのメモリ上格納アドレスとオブジェクトデータを回路内部にバッファリングする機能を備えることを特徴とする印刷装置。   2. The printing apparatus according to claim 1, further comprising a function of buffering a memory storage address of object data, which is object information, and object data in the circuit according to the number of times of repeated use.
JP2003418190A 2003-12-16 2003-12-16 Printing apparatus Withdrawn JP2005178028A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2003418190A JP2005178028A (en) 2003-12-16 2003-12-16 Printing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2003418190A JP2005178028A (en) 2003-12-16 2003-12-16 Printing apparatus

Publications (1)

Publication Number Publication Date
JP2005178028A true JP2005178028A (en) 2005-07-07

Family

ID=34780468

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2003418190A Withdrawn JP2005178028A (en) 2003-12-16 2003-12-16 Printing apparatus

Country Status (1)

Country Link
JP (1) JP2005178028A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9953250B2 (en) 2016-09-20 2018-04-24 Fuji Xerox Co., Ltd. Image processing apparatus and non-transitory computer readable medium that caches and revises data

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9953250B2 (en) 2016-09-20 2018-04-24 Fuji Xerox Co., Ltd. Image processing apparatus and non-transitory computer readable medium that caches and revises data

Similar Documents

Publication Publication Date Title
US7280245B2 (en) Data processing apparatus adaptable to plural environments and data processing method
JP3576819B2 (en) Information processing apparatus, print control method, and storage medium
US20070070403A1 (en) Information processing apparatus, information processing method, and program
JPH11309917A (en) Print system and print control method, data processor, data processing method, recording medium
JPH10297050A (en) Output controller, output control method, image processor, image processing method, and recording medium
JP2817687B2 (en) Image forming device
JP3634447B2 (en) Image processing apparatus and method
US6310693B1 (en) Printing control apparatus and method, and printing system for reducing processing overhead
JP2004192390A (en) Data processor
JP2005178028A (en) Printing apparatus
JP2004038527A (en) Printer driver, printing control method, computer-readable storage medium, and program
JP3576622B2 (en) Image output apparatus and method and printing system
JP2004193876A (en) Image processing method
JP4325339B2 (en) Printing system, host computer and printer driver
JP2001347708A (en) Apparatus and method for outputting image and storage medium
JP2004230726A (en) Processing method of plotting and plotting processor
JP2005149316A (en) Information processor, information processing method, program, storage medium, and printer
JP2006159458A (en) Image output device
JPH1110965A (en) Image output system and image output method
JP2004148608A (en) Image outputting method
JP2004192239A (en) Information processor, printer, print controller and printing system
JP2006031086A (en) Print processing method
JP2000326568A (en) Device and method for controlling printing and memory medium containing computer readable program
JP2004074488A (en) Print controller, print control method, computer readable storage medium and program
JP2004178320A (en) Method for patterning processing

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