JP6338324B2 - Print image processing system and program - Google Patents

Print image processing system and program Download PDF

Info

Publication number
JP6338324B2
JP6338324B2 JP2013126528A JP2013126528A JP6338324B2 JP 6338324 B2 JP6338324 B2 JP 6338324B2 JP 2013126528 A JP2013126528 A JP 2013126528A JP 2013126528 A JP2013126528 A JP 2013126528A JP 6338324 B2 JP6338324 B2 JP 6338324B2
Authority
JP
Japan
Prior art keywords
data
intermediate data
print image
page
image data
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.)
Active
Application number
JP2013126528A
Other languages
Japanese (ja)
Other versions
JP2015001866A (en
Inventor
裕樹 原
裕樹 原
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fujifilm Business Innovation Corp
Original Assignee
Fuji Xerox Co Ltd
Fujifilm Business Innovation Corp
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 Fuji Xerox Co Ltd, Fujifilm Business Innovation Corp filed Critical Fuji Xerox Co Ltd
Priority to JP2013126528A priority Critical patent/JP6338324B2/en
Publication of JP2015001866A publication Critical patent/JP2015001866A/en
Application granted granted Critical
Publication of JP6338324B2 publication Critical patent/JP6338324B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、印刷画像処理システム及びプログラムに関する。   The present invention relates to a print image processing system and a program.

特許文献1には、バリアブル印刷データから印刷イメージを生成する印刷制御装置が開示されている。この装置は、再利用オブジェクトの利用頻度を計算する再利用オブジェクト利用頻度計算部と、バリアブル印刷データを解釈して再利用オブジェクト及び一時利用オブジェクトを抽出しラスタライズするバリアブル印刷データ解析部と、キャッシュメモリ及び外部記憶装置と、各々の再利用オブジェクトを利用頻度に基づいて重み付けし、キャッシュメモリに保存できなくなるまで、利用頻度が高い順に、再利用オブジェクトの画像データをキャッシュメモリに保存する保存形態判定部と、再利用オブジェクト及び一時利用オブジェクトの画像を合成する画像合成処理部と、印刷イメージを印刷装置に転送する印刷イメージ転送部と、を有する。   Patent Document 1 discloses a print control apparatus that generates a print image from variable print data. The apparatus includes a reuse object usage frequency calculation unit that calculates a usage frequency of a reuse object, a variable print data analysis unit that interprets variable print data, extracts a reuse object and a temporary use object, and rasterizes the data, and a cache memory And a storage type determination unit that weights each reuse object based on the use frequency and saves the image data of the reuse object in the cache memory in descending order of use frequency until it cannot be saved in the cache memory. And an image composition processing unit that synthesizes the images of the reuse object and the temporary use object, and a print image transfer unit that transfers the print image to the printing apparatus.

特許文献2に開示されたシステムは、複数ページの編集処理データのうち、各ページに共通な部分である共通部と、各ページに固有な部分である非共通部とをそれぞれ選択し、個別にファイルとして保存するレイアウトデータ分割保存手段と、レイアウトデータ分割保存手段により保存された共通部ファイルと非共通部ファイルを転送するレイアウトデータ転送手段と、レイアウトデータ転送手段により転送された共通部ファイルと非共通部ファイルとを合成し、各ページ毎に合成されたデータを出力する出力手段とを備える。   The system disclosed in Patent Document 2 selects a common part that is a common part for each page and a non-common part that is a unique part for each page from among the edit processing data of a plurality of pages, and individually Layout data division saving means for saving as a file, layout data transfer means for transferring common part files and non-common part files saved by the layout data division saving means, and common part files transferred by the layout data transfer means And an output unit that synthesizes the common part file and outputs the synthesized data for each page.

特許文献3には、ページ記述言語(以下「PDL」と呼ぶ。PDLはPage Description Languageの略)の印刷データを印刷装置で取り扱い可能なビットマップ等の画像データに変換するための機構を、PDLから中間データへ変換する中間データ生成部と、中間データを画像データに変換する描画データ生成部の2段階に分け、中間データ生成部と描画データ生成部をそれぞれ複数並列動作させるシステムが開示されている。特許文献3の図13〜図20に関する説明では、複数のページで繰り返し利用されるフォームの取り扱いについての例が示されている。その説明では、フォームの中間データ又は画像データを描画データ生成部内のキャッシュメモリに保存し、そのフォームが含まれるページの画像データを生成する際にキャッシュメモリから取り出したフォームのデータを用いることが示されている。   Patent Document 3 discloses a mechanism for converting print data in a page description language (hereinafter referred to as “PDL”. PDL is an abbreviation of Page Description Language) into image data such as a bitmap that can be handled by a printing apparatus. An intermediate data generation unit that converts from intermediate data to intermediate data and a drawing data generation unit that converts intermediate data into image data, and a system that operates a plurality of intermediate data generation units and multiple drawing data generation units in parallel are disclosed. Yes. In the description of FIGS. 13 to 20 of Patent Document 3, an example of handling a form that is repeatedly used on a plurality of pages is shown. In the description, it is shown that the intermediate data or image data of the form is stored in the cache memory in the drawing data generation unit, and the form data extracted from the cache memory is used when generating the image data of the page including the form. Has been.

特許文献4に開示された印刷システムでは、PDLの印刷データをラスター画像データに変換する処理のための装置を、前段のフロントエンド装置と後段のバックエンド装置との2つの段階の装置に分けている。そして、前段は複数のフロントエンド装置による並列構成とするとともに、後段は1つのバックエンド装置内に搭載された複数の処理回路による並列構成としている。バックエンド装置内の複数の処理回路は、そのバックエンド装置内にあるキャッシュメモリを共用する。キャッシュメモリ内には、フォームなど、複数のページで共通利用されるオブジェクトのデータがキャッシュされる。   In the printing system disclosed in Patent Document 4, a device for converting PDL print data into raster image data is divided into two-stage devices, a front-end device at the front stage and a back-end device at the rear stage. Yes. The front stage has a parallel configuration with a plurality of front-end devices, and the rear stage has a parallel configuration with a plurality of processing circuits mounted in one back-end device. A plurality of processing circuits in the back-end device share a cache memory in the back-end device. In the cache memory, data of an object that is commonly used in a plurality of pages, such as a form, is cached.

特開2012−192531号公報JP 2012-192531 A 特開平09−016791号公報JP 09-016791 A 特開2011−070337号公報JP 2011-070337 A 特開2012−200955号公報JP 2012-200955 A

本発明は、印刷される画像を作成する際に使用されない要素のデータが解釈装置から印刷画像データ生成装置に転送されることのないシステムを提供することを目的とする。   An object of the present invention is to provide a system in which element data that is not used in creating an image to be printed is not transferred from an interpretation device to a print image data generation device.

参考例の構成は、解釈装置と、前記解釈装置にネットワークを介して接続された複数の印刷画像データ生成装置とを有し、前記解釈装置は、印刷データに含まれる再利用対象の要素の中間データを記憶する再利用要素記憶手段と、前記印刷データを解釈して各ページの中間データを生成する解釈手段であって、前記各ページの中間データとして、当該ページ中の前記再利用対象でない要素については当該要素を解釈して得た中間データを含み、前記再利用対象の要素については前記再利用要素記憶手段内に記憶された当該要素を特定する特定情報を含んだ中間データを生成すると共に、前記再利用対象の要素を解釈して得た中間データを当該中間データに対応する前記特定情報により読み出し可能な形で前記再利用要素記憶手段に記憶させる解釈手段と、を有し、前記複数の印刷画像データ生成装置の各々は、前記解釈装置から出力された各ページの中間データを受け取り、それら各ページの中間データを用いて、前記印刷データに対応する、印刷装置が取り扱い可能な形式の各ページの印刷画像データを生成し、生成した各ページの印刷画像データを前記印刷装置に供給すると共に、前記解釈装置から受け取ったページの中間データから前記特定情報を検出すると、前記ネットワークを介して前記解釈装置の前記再利用要素記憶手段から当該特定情報に対応する前記再利用対象の要素の中間データを取得し、取得した当該中間データを用いて当該再利用対象の要素の印刷画像データを生成し、生成した当該要素の印刷画像データを当該ページの印刷画像データに組み込む、ことを特徴とする印刷画像処理システムである。 The configuration of the reference example includes an interpretation device and a plurality of print image data generation devices connected to the interpretation device via a network, and the interpretation device is an intermediate element to be reused included in the print data. Reusable element storage means for storing data, and interpreting means for interpreting the print data to generate intermediate data for each page, as intermediate data for each page, as elements not to be reused in the page Includes intermediate data obtained by interpreting the element, and for the element to be reused, generates intermediate data including specific information for identifying the element stored in the reuse element storage unit The intermediate data obtained by interpreting the element to be reused is stored in the reuse element storage means in a form readable by the specific information corresponding to the intermediate data. Each of the plurality of print image data generation devices receives intermediate data of each page output from the interpretation device and uses the intermediate data of each page to correspond to the print data Generating print image data of each page in a format that can be handled by the printing apparatus, supplying the generated print image data of each page to the printing apparatus, and specifying the identification from intermediate data of the page received from the interpreting apparatus. When the information is detected, intermediate data of the element to be reused corresponding to the specific information is acquired from the reuse element storage unit of the interpretation device via the network, and the reuse data is acquired using the acquired intermediate data. Generating print image data of the element to be used, and incorporating the generated print image data of the element into the print image data of the page. A print image processing system according to symptoms.

請求項1に係る発明は、解釈装置と、1以上の印刷画像データ生成装置とを有し、前記解釈装置は、印刷データに含まれる再利用対象の要素の中間データを記憶する記憶手段と、前記印刷データを解釈して各ページの中間データを生成する解釈手段であって、前記各ページの中間データとして、当該ページ中の再利用対象でない要素については当該要素を解釈して得た中間データを含み、再利用対象の要素については前記記憶手段に記憶された当該要素を特定する特定情報を含んだ中間データを生成すると共に、前記再利用対象の要素を解釈して得た中間データを当該中間データに対応する前記特定情報と関連付けて記記憶手段に記憶させる解釈手段と、を有し、前記印刷画像データ生成装置は、前記解釈装置から出力された各ページの中間データを受け取り、前記印刷データに対応する各ページの印刷画像データを生成し、生成した印刷画像データを印刷装置に供給すると共に、前記解釈装置から受け取ったページの中間データから前記特定情報を検出すると、前記記憶手段から当該特定情報に対応する前記再利用対象の要素の中間データを取得し、取得した当該中間データを用いて当該再利用対象の要素の印刷画像データを生成し、生成した当該要素の印刷画像データを当該ページの印刷画像データに組み込むものであり、前記記憶手段から前記特定情報に対応する中間データをネットワーク経由で取得する第1の手段と、前記記憶手段から前記特定情報に対応する中間データをメモリマップドファイル方式で取得する第2の手段と、前記解釈装置が当該印刷画像データ生成装置とは異なるコンピュータ装置上に構成されている場合は前記第1の手段を動作させ、前記解釈装置が当該印刷画像データ生成装置と同じコンピュータ装置上に構成されている場合は前記第2の手段を動作させる制御を行う手段と、を有することを特徴とする印刷画像処理システムである。 The invention according to claim 1, and interpretation device, and a one or more print image data generation device, the interpretation device is reused target element of the intermediate data storage to that Symbol憶means included in the print data Interpreting means for interpreting the print data and generating intermediate data for each page, obtained as the intermediate data for each page by interpreting the elements that are not to be reused in the page It includes an intermediate data, with for reuse target element generates the intermediate data including identification information for identifying the elements that are stored before crisis憶手stage, obtained by interpreting elements of the reusable object the intermediate data has, interpreting means for storing before Kiki憶means in association with the specific information corresponding to the intermediate data, the print image data generation apparatus, of each page output from the interpreter During ~ Receive data, generates print image data of each page that corresponds to the prior SL print data, the print image data generated is supplied to the printing apparatus, wherein the intermediate data of the pages received from the interpreter Upon detection of a specific information, it acquires the intermediate data of the reuse object element that corresponds before handed憶means the specific information, the print image data elements of the reusable object by using the acquired intermediate data generated, and the print image data generated the element intended to incorporate into the print image data of the page, first means get the intermediate data over the network from a previous crisis憶means corresponding to the specific information, second means for obtaining the intermediate data corresponding to the specific information from the previous crisis憶means in the memory mapped file method, the interpreter is generated those the print image data The case that is configured on a different computer device from the location to operate said first means, if that is configured to the interpreter is the print image data generation apparatus and the same on the computer system the first A print image processing system comprising: a control unit configured to control the second unit to operate.

参考例の構成は、コンピュータ装置を、ネットワークを介して解釈装置と協働する複数の印刷画像データ生成装置のうちの1つの印刷画像データ生成装置として機能させるためのプログラムであって、前記解釈装置は、印刷データに含まれる再利用対象の要素の中間データを記憶する再利用要素記憶手段と、前記印刷データを解釈して各ページの中間データを生成する解釈手段であって、前記各ページの中間データとして、当該ページ中の前記再利用対象でない要素については当該要素を解釈して得た中間データを含み、前記再利用対象の要素については前記再利用要素記憶手段内に記憶された当該要素を特定する特定情報を含んだ中間データを生成すると共に、前記再利用対象の要素を解釈して得た中間データを当該中間データに対応する前記特定情報により読み出し可能な形で前記再利用要素記憶手段に記憶させる解釈手段と、を有し、前記プログラムは、前記コンピュータ装置を、前記解釈装置から出力された各ページの中間データを受け取り、それら各ページの中間データを用いて、前記印刷データに対応する、印刷装置が取り扱い可能な形式の各ページの印刷画像データを生成し、生成した各ページの印刷画像データを前記印刷装置に供給すると共に、前記解釈装置から受け取ったページの中間データから前記特定情報を検出すると、前記ネットワークを介して前記解釈装置の前記再利用要素記憶手段から当該特定情報に対応する前記再利用対象の要素の中間データを取得し、取得した当該中間データを用いて当該再利用対象の要素の印刷画像データを生成し、生成した当該要素の印刷画像データを当該ページの印刷画像データに組み込む手段、として機能させるものであることを特徴とするプログラムである。 The configuration of the reference example is a program for causing a computer device to function as one print image data generation device among a plurality of print image data generation devices cooperating with an interpretation device via a network. Are reusable element storage means for storing intermediate data of elements to be reused included in the print data, and interpretation means for interpreting the print data and generating intermediate data for each page, The intermediate data includes intermediate data obtained by interpreting the element for the element not to be reused in the page, and the element to be reused is stored in the reuse element storage unit. The intermediate data including the specific information for specifying the intermediate data is generated, and the intermediate data obtained by interpreting the element to be reused corresponds to the intermediate data. Interpretation means for storing in the reusable element storage means in a form readable by the specified information, and the program receives the intermediate data of each page output from the interpretation device, the computer device, Using the intermediate data of each page, print image data of each page in a format that can be handled by the printing apparatus corresponding to the print data is generated, and the generated print image data of each page is supplied to the printing apparatus. In addition, when the specific information is detected from the intermediate data of the page received from the interpretation device, the intermediate of the reuse target element corresponding to the specific information from the reuse element storage unit of the interpretation device via the network The data was acquired, the print image data of the element to be reused was generated using the acquired intermediate data, and generated The print image data of the element is a program characterized by that they appear as a means of incorporating the print image data of the page.

請求項2に係る発明は、コンピュータ装置を、ネットワークを介して解釈装置と協働する複数の印刷画像データ生成装置のうちの1つとして機能させるためのプログラムであって、前記解釈装置は、印刷データに含まれる再利用対象の要素の中間データを記憶する記憶手段と、前記印刷データを解釈して各ページの中間データを生成する解釈手段であって、前記各ページの中間データとして、当該ページ中の再利用対象でない要素については当該要素を解釈して得た中間データを含み、再利用対象の要素については前記記憶手段に記憶された当該要素を特定する特定情報を含んだ中間データを生成すると共に、前記再利用対象の要素を解釈して得た中間データを当該中間データに対応する前記特定情報と関連付けて前記記憶手段に記憶させる解釈手段と、を有し、前記プログラムは、前記コンピュータ装置を、前記解釈装置から出力された各ページの中間データを受け取り、前記印刷データに対応する各ページの印刷画像データを生成し、生成した印刷画像データを印刷装置に供給すると共に、前記解釈装置から受け取ったページの中間データから前記特定情報を検出すると、前記記憶手段から当該特定情報に対応する前記再利用対象の要素の中間データを取得し、取得した当該中間データを用いて当該再利用対象の要素の印刷画像データを生成し、生成した当該要素の印刷画像データを当該ページの印刷画像データに組み込む手段、前記記憶手段から前記特定情報に対応する中間データをネットワーク経由で取得する第1の手段、前記記憶手段から前記特定情報に対応する中間データをメモリマップドファイル方式で取得する第2の手段、前記解釈装置が当該印刷画像データ生成装置とは異なるコンピュータ装置上に構成されている場合は前記第1の手段を動作させ、前記解釈装置が当該印刷画像データ生成装置と同じコンピュータ装置上に構成されている場合は前記第2の手段を動作させる制御を行う手段、として機能させるためのものであることを特徴とするプログラムである。 The invention according to claim 2, the computer device, a program for functioning as one of a plurality of print image data generation device which cooperates with the interpreter via a network, the interpretation unit, and intermediate data you store SL憶means reuse target element contained in the print data, a interpretation means to generate intermediate data of the pages by interpreting the print data, as the intermediate data of each page for elements that are not reused objects in the page includes an intermediate data obtained by interpreting the elements, specific information about the recycling target element for identifying the elements that are stored before crisis憶手stage It generates the intermediate data including the stores the intermediate data obtained by interpreting the elements of reusable object to listen憶means before in association with the specific information corresponding to the intermediate data It comprises a dilution means, wherein the program, the computer device receives the intermediate data of each page output from the interpreter, generates print image data of each page that corresponds to the prior SL print data, the generated print image data is supplied to the printing apparatus, when detecting the specific information from the intermediate data of the pages received from the interpreter, the reuse object corresponding before handed憶means the specific information Means for acquiring intermediate data of the element, generating print image data of the element to be reused using the acquired intermediate data, and incorporating the generated print image data of the element into the print image data of the page; first means get the intermediate data corresponding to the specific information from the previous crisis憶means via the network, an intermediate de corresponding before handed憶it means to said specific information Second means for acquiring data in the memory mapped file method, if the interpreter has been configured on a different computer device from the person the print image data generating device activates the first means, the If that is configured interpreter within the print image data generation apparatus and the same on the computer apparatus program characterized in that to function as means for controlling to operate said second means It is.

請求項1又は3に係る発明によれば、印刷される画像を作成する際に使用されない要素のデータが解釈装置から印刷画像データ生成装置に転送されることのないシステムを提供することができる。   According to the first or third aspect of the invention, it is possible to provide a system in which data of elements that are not used when creating an image to be printed is not transferred from the interpretation device to the print image data generation device.

請求項2又は4に係る発明によれば、単一のプログラムで、解釈装置が印刷画像データ生成装置と異なるコンピュータ装置で実行されている場合と同じコンピュータ装置で実行されている場合の両方に対応できる。   According to the second or fourth aspect of the invention, a single program supports both the case where the interpretation device is executed on a computer device different from the print image data generation device and the case where the interpretation device is executed on the same computer device. it can.

実施形態のシステム構成を示す図である。It is a figure which shows the system configuration | structure of embodiment. 実施形態のRIP及びBEPの内部構成の例を示す図である。It is a figure which shows the example of the internal structure of RIP and BEP of embodiment. 実施形態の描画処理部が実行する処理手順の一例を示す図である。It is a figure which shows an example of the process sequence which the drawing process part of embodiment performs. 変形例のシステム構成を示す図である。It is a figure which shows the system configuration | structure of a modification. 変形例のRIP及びBEPの内部構成の例を示す図である。It is a figure which shows the example of the internal structure of RIP and BEP of a modification. 変形例の描画処理部が実行する処理手順の一例を示す図である。It is a figure which shows an example of the process sequence which the drawing process part of a modification performs. BEPが再利用オブジェクトスプールからデータ取得方式を動的に切り替える処理手順の例を示す図である。It is a figure which shows the example of the process sequence which BEP dynamically switches a data acquisition system from a reuse object spool.

図1を参照して、本実施形態の第1のシステム構成例を説明する。   A first system configuration example of the present embodiment will be described with reference to FIG.

図1に示すシステム構成は、クライアント装置10、印刷画像処理システム100、および印刷装置50を備える。   The system configuration illustrated in FIG. 1 includes a client device 10, a print image processing system 100, and a printing device 50.

クライアント装置10は、LAN(ローカルエリアネットワーク)等のネットワーク60を介して印刷画像処理システム100の少なくともCEP20に接続されている。   The client device 10 is connected to at least the CEP 20 of the print image processing system 100 via a network 60 such as a LAN (local area network).

クライアント装置10は、印刷画像処理システム100に対して印刷データを含んだ印刷指示を送信する装置である。クライアント装置10が送信する印刷データは、ページ記述言語(以下「PDL」と称す。PDLはPage Description Languageの略)で記述されている。   The client device 10 is a device that transmits a print instruction including print data to the print image processing system 100. The print data transmitted by the client device 10 is described in a page description language (hereinafter referred to as “PDL”. PDL is an abbreviation of Page Description Language).

印刷装置50は、紙等の媒体に印刷を行う装置であり、その形式は特に限定されない。例えば、連続紙プリンタであってよいし、カット紙プリンタであってもよい。また、印刷方式も、電子写真方式、インクジェット方式のいずれでもよく、また他の方式であってもよい。   The printing apparatus 50 is an apparatus that performs printing on a medium such as paper, and the format is not particularly limited. For example, it may be a continuous paper printer or a cut paper printer. Also, the printing method may be either an electrophotographic method or an ink jet method, or may be another method.

印刷画像処理システム100は、CEP20、RIP30、及び複数のBEP40から構成される。   The print image processing system 100 includes a CEP 20, a RIP 30, and a plurality of BEPs 40.

CEP(CEntral Processor:中央制御処理装置)20は、印刷画像処理システム100全体の制御を司る装置である。すなわち、CEP20は、クライアント装置10から印刷データを含んだ印刷指示を受信し、その印刷指示に応じた印刷処理を実行するために、RIP30及び複数のBEP40を制御する。例えば、CEP20は、RIP30に印刷データを送信し、処理させる。CEP20は、印刷画像処理システム100内に1つ設けられる。また、システム内にRIP30が複数存在する構成では、CEP20は、各RIP30に対して印刷データ内の異なるページを分配し、それら複数のRIP30に複数のページを並列的に解釈させる。   A CEP (CEntral Processor) 20 is a device that controls the entire print image processing system 100. That is, the CEP 20 receives a print instruction including print data from the client device 10 and controls the RIP 30 and the plurality of BEPs 40 in order to execute a print process corresponding to the print instruction. For example, the CEP 20 transmits print data to the RIP 30 to be processed. One CEP 20 is provided in the print image processing system 100. In a configuration in which a plurality of RIPs 30 exist in the system, the CEP 20 distributes different pages in the print data to each RIP 30 and causes the plurality of RIPs 30 to interpret the plurality of pages in parallel.

RIP(Raster Image Processor:解釈処理装置)30は、CEP20から受信した印刷データのPDL記述を解釈し、その解釈結果に従って、印刷データが表す各ページの画像を表現する中間データを生成する。   A RIP (Raster Image Processor) 30 interprets the PDL description of the print data received from the CEP 20, and generates intermediate data representing the image of each page represented by the print data according to the interpretation result.

中間データは、クライアント装置10が生成したPDLデータと、印刷装置50が取り扱い可能なデータ形式(例えばラスター形式)の印刷画像データと、の中間の粒度のデータ形式のデータである。中間データ形式は、例えば、PDLで記述された画像オブジェクトを単純な形状の微小要素に細分化して表現する。中間データ形式としては、例えばディスプレイリスト形式が知られているが、本実施形態のシステムで用いる中間データ形式はこれに限らない。   The intermediate data is data in a data format having an intermediate granularity between PDL data generated by the client device 10 and print image data in a data format (for example, raster format) that can be handled by the printing device 50. As the intermediate data format, for example, an image object described in PDL is expressed by subdividing it into microelements having a simple shape. For example, a display list format is known as the intermediate data format, but the intermediate data format used in the system of the present embodiment is not limited to this.

RIP30は、印刷データを解釈してページごとに中間データを生成し、生成した各ページの中間データをBEP40に送信する。図1のシステムでは、BEP40が複数あるので、RIP30は、それら複数のBEP40に対してページ単位で中間データを分配する。   The RIP 30 interprets the print data, generates intermediate data for each page, and transmits the generated intermediate data for each page to the BEP 40. In the system of FIG. 1, since there are a plurality of BEPs 40, the RIP 30 distributes intermediate data to the plurality of BEPs 40 in units of pages.

BEP(Back End Processor:バックエンド処理装置)40は、RIP30から受信した各ページの中間データを処理して、それら各ページの印刷画像データ(例えばラスター形式)を生成し、生成した印刷画像データを印刷装置50に供給して印刷させる。図1のシステム構成では、n個(nは2以上の整数)のBEP40を並列に動作させることで、印刷画像データの生成処理の速度向上を図っている。   A BEP (Back End Processor) 40 processes intermediate data of each page received from the RIP 30 to generate print image data (for example, raster format) of each page, and generates the generated print image data. It is supplied to the printing apparatus 50 for printing. In the system configuration of FIG. 1, n (n is an integer greater than or equal to 2) BEPs 40 are operated in parallel to improve the speed of print image data generation processing.

図1の例では、CEP20、RIP30及び各BEP40が、それぞれ、物理的に異なる複数のコンピュータ装置120、130、140−1、140−2、・・・140−n上に構築されている。コンピュータ装置120、130、140−1、140−2、・・・140−nは、LAN等のネットワーク62、64を介して通信可能となっている。CEP20とRIP30はネットワーク62経由で通信し、RIP30及び各BEP40はネットワーク64経由で通信する。ネットワーク62と64とは共通のネットワークであってよい。また、ネットワーク62及び64の少なくとも一方がネットワーク60と共通のネットワークであってもよい。   In the example of FIG. 1, CEP20, RIP30, and each BEP40 are respectively constructed on a plurality of physically different computer devices 120, 130, 140-1, 140-2,. The computer apparatuses 120, 130, 140-1, 140-2,... 140-n can communicate via networks 62 and 64 such as a LAN. The CEP 20 and RIP 30 communicate via the network 62, and the RIP 30 and each BEP 40 communicate via the network 64. The networks 62 and 64 may be a common network. Further, at least one of the networks 62 and 64 may be a network shared with the network 60.

BEP40がインストールされた各コンピュータ装置140−1、140−2、・・・、140−nと印刷装置50とは通信手段66により接続されている。通信手段66は、LAN等のネットワークであってもよいし、各コンピュータ装置140−1、140−2、・・・、140−nと印刷装置50とを一対一でつなぐ通信ケーブルであってもよい。   The computer apparatuses 140-1, 140-2,..., 140-n in which the BEP 40 is installed and the printing apparatus 50 are connected by a communication unit 66. The communication unit 66 may be a network such as a LAN, or may be a communication cable that connects the computer apparatuses 140-1, 140-2,..., 140-n and the printing apparatus 50 on a one-to-one basis. Good.

なお、各コンピュータ装置120、130、140−1、140−2、・・・140−nは、ハードウエアとして、CPU(中央演算装置)、メモリ(一次記憶)、各種I/O(入出力)インタフェース、通信インタフェースなどがバスを介して接続された回路構成を有する。それら各コンピュータ装置は、通信インタフェースを介して、他の装置との間でデータの授受を行う。また、バスに対し、例えばI/Oインタフェース経由で、キーボードやマウスなどの入力装置、及び、液晶ディスプレイなどの表示装置が接続される。また、バスには、I/Oインタフェースを介して、HDD(ハードディスクドライブ)やSSD(ソリッドステートドライブ)などの二次記憶が接続され、更に、CD、DVD、ブルーレイ(商標)ディスク、フラッシュメモリなどの各種規格の可搬型の不揮発性記録媒体を読み取るためのディスクドライブが接続されてもよい。これら各種ドライブは、メモリに対する外部記憶装置として機能する。後述するCEP20、RIP30、又はBEP40の機能を記述したプログラムが、可搬型の記録媒体を経由して、またはネットワーク経由で、HDDなどの二次記憶に保存され、コンピュータ装置にインストールされる。二次記憶に記憶されたプログラムがメモリに読み出されCPUにより実行されることにより、CEP20、RIP30、又はBEP40が実現される。なお、CEP20、RIP30、及びBEP40の一部の機能(例えばビットマップ画像に対する画像処理)は、ハードウエア回路(例えばASIC(Application Specific Integrated Circuit)やDRP(Dynamic Reconfigurable Processor))として実装されてもよい。   Each computer device 120, 130, 140-1, 140-2,... 140-n includes, as hardware, a CPU (central processing unit), a memory (primary storage), and various I / Os (input / output). An interface, a communication interface, etc. have a circuit configuration connected via a bus. Each of these computer devices exchanges data with other devices via a communication interface. In addition, an input device such as a keyboard and a mouse and a display device such as a liquid crystal display are connected to the bus via, for example, an I / O interface. Also, secondary storage such as HDD (Hard Disk Drive) or SSD (Solid State Drive) is connected to the bus via an I / O interface, and further, CD, DVD, Blu-ray (trademark) disk, flash memory, etc. A disk drive for reading portable non-volatile recording media of various standards may be connected. These various drives function as external storage devices for the memory. A program describing the functions of CEP20, RIP30, or BEP40, which will be described later, is stored in a secondary storage such as an HDD via a portable recording medium or via a network, and is installed in a computer apparatus. CEP20, RIP30, or BEP40 is implement | achieved when the program memorize | stored in the secondary memory is read to memory, and is performed by CPU. Note that some functions of CEP20, RIP30, and BEP40 (for example, image processing for bitmap images) may be implemented as hardware circuits (for example, ASIC (Application Specific Integrated Circuit) or DRP (Dynamic Reconfigurable Processor)). .

また、各コンピュータ装置120、130、140−1、140−2、・・・140−nは、それぞれ個別にインストールされたOS(オペレーティングシステム)により制御される。CEP20、RIP30、及びBEP40のプログラムは、それぞれ対応するコンピュータ装置120、130、140−1、140−2、・・・140−nのOS上で動作する。OSは、個々のコンピュータ装置の動作制御や、ネットワーク60、62、64等を介するそれらコンピュータ装置間の通信制御などを司る。   Further, each of the computer devices 120, 130, 140-1, 140-2,... 140-n is controlled by an OS (operating system) installed individually. The programs of CEP20, RIP30, and BEP40 operate on the OSs of the corresponding computer devices 120, 130, 140-1, 140-2,. The OS controls operation of individual computer devices and communication control between the computer devices via the networks 60, 62, 64, and the like.

図1に例示した印刷画像処理システム100は、RIP30の数が1つであったが、システム100内に複数のRIP30を設けてもよい。この場合、複数のRIP30はそれぞれ別々のコンピュータ装置上にインストールされてもよい。また、2以上のRIP30が1台のコンピュータ装置にインストールされてもよい。   The print image processing system 100 illustrated in FIG. 1 has one RIP 30, but a plurality of RIPs 30 may be provided in the system 100. In this case, the plurality of RIPs 30 may be installed on different computer devices. Two or more RIPs 30 may be installed in one computer device.

この点はBEP40についても同様であり、2以上のBEP40が1台のコンピュータ装置にインストールされてもよい。また、CEP20とRIP30とが1台のコンピュータ装置にインストールされてもよい。   This also applies to the BEP 40, and two or more BEPs 40 may be installed in one computer apparatus. Moreover, CEP20 and RIP30 may be installed in one computer apparatus.

ただし、図1の例では、少なくともRIP30とBEP40とは異なるコンピュータ装置にインストールされているものとする。   However, in the example of FIG. 1, it is assumed that at least the RIP 30 and the BEP 40 are installed in different computer devices.

なお、互いに「異なる」コンピュータ装置とは、必ずしも別々の筐体に内蔵されたものである必要はない。例えば、ブレードサーバ等のように、それぞれCPU、メモリ、バス等を実装した基板を複数個、1つの筐体に搭載した装置があるが、この種の装置における個々の基板も「コンピュータ装置」の一種である。   Note that “different” computer apparatuses do not necessarily have to be built in separate housings. For example, there is a device such as a blade server in which a plurality of boards each mounted with a CPU, memory, bus, etc. are mounted in a single housing. Each board in this type of device is also a “computer device”. It is a kind.

次に、図2を参照して、RIP30及びBEP40について更に詳しく説明する。RIP30は、制御部32、解釈部34及び再利用オブジェクトスプール36を有する。   Next, the RIP 30 and the BEP 40 will be described in more detail with reference to FIG. The RIP 30 includes a control unit 32, an interpretation unit 34, and a reuse object spool 36.

制御部32は、RIP30の動作制御を行う。制御部32は、CEP20及びBEP40の制御部42と通信して制御データ、例えば命令、問い合わせ、応答、各装置の状態を示す情報など、をやりとりしながら、RIP30における解釈処理を制御する。例えば、CEP20から印刷データの解釈の開始指示を受け取って解釈部34に解釈を開始させたり、BEP40の制御部42からページの中間データが受け入れ不可であるとの通知を受けて解釈部34の動作を一時停止させたりする。また、RIP30が複数存在するシステム構成の場合、CEP20から、解釈すべきページの割り当て(例えばページ番号で指定される)を受け、解釈部34に対し、印刷データ(PDLデータ)のうちそのページについて中間データを出力するように指示する。   The control unit 32 performs operation control of the RIP 30. The control unit 32 controls the interpretation processing in the RIP 30 while communicating with the control unit 42 of the CEP 20 and the BEP 40 and exchanging control data such as commands, inquiries, responses, and information indicating the status of each device. For example, the interpreter 34 receives an instruction to start interpreting print data from the CEP 20 and causes the interpreter 34 to start interpretation, or receives a notification from the control unit 42 of the BEP 40 that the intermediate data of the page is unacceptable. Or pause. Further, in the case of a system configuration in which a plurality of RIPs 30 are present, an assignment of a page to be interpreted (for example, specified by a page number) is received from the CEP 20, and the page of the print data (PDL data) is transmitted to the interpretation unit 34. Instructs to output intermediate data.

解釈部34は、CEP20から入力される印刷データのPDL記述を解釈し、その解釈結果に基づき、印刷データがPDLで表現している各ページの画像を中間データ形式で表現した中間データを生成する。   The interpreter 34 interprets the PDL description of the print data input from the CEP 20, and generates intermediate data that represents the image of each page represented by the print data in PDL in the intermediate data format based on the interpretation result. .

PDLには、ページの画像の生成がそのページ以前のPDLデータの解釈結果に依存するページ非独立タイプのものと、ページごとのPDLデータのみで当該ページの画像を生成できるページ独立タイプのものが存在する。前者の場合、解釈部34は、CEP20から印刷指示に付随した印刷データ(PDLデータ)全体を受け取り、その印刷データを先頭から解釈し、そのうちCEP20から割り当てられたページについてのみ、その解釈結果に応じて中間データを生成する。後者(ページ独立)の場合、解釈部34は、CEP20からページ単位のPDLデータを受け取り、これを解釈して当該ページの中間データを生成する。いずれの場合も、システム内に1つしかRIP30が存在しない場合は、印刷データの全ページを解釈し、全ページの中間データを生成する。   There are two types of PDL: a page non-independent type in which generation of a page image depends on the interpretation result of PDL data before the page, and a page independent type in which an image of the page can be generated only by PDL data for each page. Exists. In the former case, the interpretation unit 34 receives the entire print data (PDL data) attached to the print instruction from the CEP 20, interprets the print data from the top, and only the pages allocated from the CEP 20 according to the interpretation result. To generate intermediate data. In the latter case (page independent), the interpretation unit 34 receives PDL data in page units from the CEP 20, interprets this, and generates intermediate data of the page. In either case, if there is only one RIP 30 in the system, all pages of the print data are interpreted and intermediate data for all pages is generated.

印刷すべき各ページは、それぞれ1以上のオブジェクト(画像要素)を含んでいる。例えば、オブジェクトには、文字、グラフィックス(線画、図形)、イメージ(連続調画像)などの種類がある。そして、ページ中に含まれるオブジェクトの中には、再利用されるもの、すなわち印刷データの全ページの画像の中に複数回現れるものがある。例えば、PstScript(登録商標)の場合、フォームやイメージなどといったタイプのオブジェクトがその一例である。本実施形態では、そのような再利用されるオブジェクトの中間データを、RIP30が動作するコンピュータ装置130内に設けられた再利用オブジェクトスプール36にスプールし、再利用に備える。   Each page to be printed includes one or more objects (image elements). For example, there are types of objects such as characters, graphics (line drawings, figures), and images (continuous tone images). Among the objects included in the page, there are objects that are reused, that is, objects that appear multiple times in the images of all pages of the print data. For example, in the case of PstScript (registered trademark), an object of a type such as a form or an image is an example. In the present embodiment, intermediate data of such a reused object is spooled in a reuse object spool 36 provided in the computer device 130 in which the RIP 30 operates, and prepared for reuse.

すなわち、解釈部34は、印刷データを解釈してページの中間データを生成する中で、印刷データから再利用対象のオブジェクトを見つけると、そのオブジェクト(以下「再利用オブジェクト」と呼ぶ)の解釈結果の中間データを再利用オブジェクトスプール36に保存する。一方、ページの中間データ内のその再利用オブジェクトの部分には、そのオブジェクトの解釈結果の中間データの代わりに、再利用オブジェクトスプール36に保存した当該オブジェクトの中間データを特定するための特定情報を記述する。例えば、再利用オブジェクトの中間データをファイルとして再利用オブジェクトスプール36に保存する場合、ページの中間データ内のその再利用オブジェクトの部分には、そのファイルの格納場所を示すURL(Uniform Resource Locator)や、そのURLを含むHTTP(Hypertext Transfer Protocol)等の通信プロトコル等の記述が特定情報として組み込まれる。   That is, when the interpreter 34 finds an object to be reused from the print data while interpreting the print data to generate the intermediate data of the page, the interpretation result of the object (hereinafter referred to as “reuse object”). Are stored in the reuse object spool 36. On the other hand, in the portion of the reuse object in the intermediate data of the page, instead of the intermediate data of the interpretation result of the object, specific information for specifying the intermediate data of the object stored in the reuse object spool 36 is provided. Describe. For example, when intermediate data of a reuse object is stored in the reuse object spool 36 as a file, a URL (Uniform Resource Locator) indicating the storage location of the file is included in the portion of the reuse object in the intermediate data of the page. A description such as a communication protocol such as HTTP (Hypertext Transfer Protocol) including the URL is incorporated as specific information.

解釈部34は、例えば、印刷データ中のPDLの描画命令の種類から当該描画命令が表すオブジェクトが再利用されるタイプか否かを判定し、その判定結果に従って上述の処理を行う。   For example, the interpretation unit 34 determines whether or not the object represented by the drawing command is a type to be reused from the type of the PDL drawing command in the print data, and performs the above-described processing according to the determination result.

また、解釈部34は、解釈の過程で印刷データから再利用オブジェクトを見つけた場合、同じ再利用オブジェクトの中間データが既に再利用オブジェクトスプール36内に保存されているかどうかを調べ、保存されている場合には、そのオブジェクトの解釈処理を省略してもよい。この場合、解釈部34は、そのオブジェクトの解釈は行わず、再利用オブジェクトスプール36内にあるそのオブジェクトの中間データを特定する特定情報をページの中間データに組み込む処理を行えばよい。なお、同じ再利用オブジェクトであるかどうかは、例えば、印刷データ(PDLデータ)に含まれるオブジェクトのID(識別情報)が同じであるか否かにより判定すればよい。また、別の例として、オブジェクトの画像内容を規定するパラメータ(例えば、描画コマンド、そのコマンドの引数、そのコマンドの実行時点での解釈部34の状態を示す状態変数の値)の組、又はその組から求められる特徴量(例えばそのパラメータ組のハッシュ値)をそのオブジェクトのフィンガープリント(指紋)として用い、フィンガープリントが一致するか否かに応じて、オブジェクト同士が同じであるかどうかを判定してもよい。この場合、再利用オブジェクトスプール36には、各再利用オブジェクトの中間データを、そのオブジェクトのフィンガープリントと対応づけて記憶しておけばよい。   When the interpreter 34 finds a reuse object from the print data during the interpretation process, the interpreter 34 checks whether intermediate data of the same reuse object has already been saved in the reuse object spool 36. In this case, the object interpretation process may be omitted. In this case, the interpretation unit 34 does not interpret the object, and may perform processing for incorporating specific information for identifying the intermediate data of the object in the reuse object spool 36 into the intermediate data of the page. Note that whether or not they are the same reuse object may be determined based on whether or not the IDs (identification information) of the objects included in the print data (PDL data) are the same. As another example, a set of parameters (for example, a drawing command, an argument of the command, a value of a state variable indicating the state of the interpretation unit 34 at the time of execution of the command) that defines the image content of the object, or A feature value obtained from a set (for example, a hash value of the parameter set) is used as a fingerprint (fingerprint) of the object, and it is determined whether the objects are the same depending on whether the fingerprints match. May be. In this case, the reuse object spool 36 may store the intermediate data of each reuse object in association with the fingerprint of the object.

再利用オブジェクトスプール36を用いることで、再利用オブジェクトについては解釈処理の実行は1回だけで済む。   By using the reusable object spool 36, the reusable object needs to be interpreted only once.

ここで、解釈部34は、再利用されるタイプ(例えばフォーム)のオブジェクトのすべてを上述のように再利用オブジェクトとして扱う必要はない。例えば、再利用されるタイプのオブジェクトでも、非常に単純な形状のものや非常に小さいものなどは、毎回解釈を行っても解釈部34の処理負荷、処理時間がさほど増えず、BEP40が再利用オブジェクトスプール36からそのオブジェクトの中間データを取得するのに要する処理負荷、処理時間を考えると、再利用オブジェクトとしない方がシステム全体の処理速度が向上する。このように、再利用されるタイプのオブジェクトであっても、スプールしない方がシステム全体の処理速度が速くなると判断されるものについては、解釈部34は、再利用オブジェクトとしては取り扱わず、そのオブジェクトの解釈結果の中間データをページの中間データに組み込むようにしてもよい。   Here, the interpretation unit 34 does not need to treat all of the reused type (for example, form) objects as reused objects as described above. For example, a reusable type object, such as a very simple shape or a very small object, does not increase the processing load and processing time of the interpretation unit 34 even if it is interpreted every time, and the BEP 40 is reused. Considering the processing load and processing time required to acquire the intermediate data of the object from the object spool 36, the processing speed of the entire system is improved by not using the reuse object. As described above, even if the object is a type of reused object, the interpreter 34 does not handle the object that is determined to increase the processing speed of the entire system if it is not spooled. The intermediate data of the interpretation result may be incorporated into the intermediate data of the page.

なお、再利用オブジェクトスプール36に保存されるオブジェクトは、中間データ形式でのオブジェクトである。中間データ形式のオブジェクトは、元のPDLデータでのオブジェクトを表すものであってもよいし、元のPDLデータのオブジェクトを細分化したものであってもよい。   The object stored in the reuse object spool 36 is an object in an intermediate data format. The object in the intermediate data format may represent an object in the original PDL data, or may be a fragmented object of the original PDL data.

解釈部34は、順次、生成したページの中間データをBEP40の描画処理部44に送信する。   The interpretation unit 34 sequentially transmits the generated intermediate data of the page to the drawing processing unit 44 of the BEP 40.

BEP40は、制御部42と描画処理部44を有する。制御部42は、BEP40の動作制御を行う。制御部42は、CEP20、RIP30の制御部32及び印刷装置50と通信して制御データをやりとりしながら、BEP40における描画(すなわち印刷画像データの生成)処理を制御する。例えば、CEP20又はRIP30の制御部32からページ描画の要求を受け取り、その要求に応じて当該ページの中間データを描画処理部44に処理させる。また、印刷装置50の状態に応じて、ページの印刷画像データの生成や印刷装置50への転送の実行や一時停止を行う。   The BEP 40 includes a control unit 42 and a drawing processing unit 44. The control unit 42 performs operation control of the BEP 40. The control unit 42 controls drawing processing (that is, generation of print image data) in the BEP 40 while communicating with the control unit 32 of the CEP 20 and the RIP 30 and the printing apparatus 50 to exchange control data. For example, a page drawing request is received from the control unit 32 of the CEP 20 or the RIP 30, and the drawing processing unit 44 processes the intermediate data of the page in response to the request. Further, according to the state of the printing apparatus 50, generation of print image data of the page, execution of the transfer to the printing apparatus 50, and suspension are performed.

描画処理部44は、RIP30の解釈部34から受信したページの中間データを解釈して、そのページの印刷画像データ(例えばラスターデータ)を生成する。描画処理部44は、この生成処理の中でページの中間データの中から再利用オブジェクトスプール36内の再利用オブジェクトの中間データを特定する特定情報を検出すると、その特定情報を用いてRIP30に対してその中間データを要求する。そして、要求の結果得られた再利用オブジェクトの中間データを解釈し、その解釈の結果得られたそのオブジェクトの印刷画像データを、ページの印刷画像データに組み込む(例えば、ページの印刷画像データを保持するページメモリ(ページの画像用に確保されたメモリ領域)上に、そのオブジェクトの印刷画像データを書き込む)。   The drawing processing unit 44 interprets the intermediate data of the page received from the interpreting unit 34 of the RIP 30 and generates print image data (for example, raster data) of the page. When the drawing processing unit 44 detects specific information for identifying the intermediate data of the reuse object in the reuse object spool 36 from the intermediate data of the page in the generation process, the drawing processing unit 44 uses the specific information to notify the RIP 30. Request the intermediate data. Then, the intermediate data of the reuse object obtained as a result of the request is interpreted, and the print image data of the object obtained as a result of the interpretation is incorporated into the print image data of the page (for example, holding the print image data of the page) The print image data of the object is written on the page memory (memory area reserved for the image of the page).

図3に、BEP40が実行する処理手順の一例を示す。   FIG. 3 shows an example of a processing procedure executed by the BEP 40.

この手順では、BEP40の制御部42が、例えばRIP30からコマンドを受信すると、そのコマンドがページのラスタライズ要求(すなわち印刷画像データの作成を要求するコマンド)であるか、停止要求(印刷データの最終ページまで処理が完了した時に到来する、印刷ジョブの終了を指示する要求)であるかを判定する(S10)。受信したコマンドがラスタライズ要求であれば、その要求に関連づけてRIP30から送信されるページの中間データを受信し(S12)、受信した中間データを描画処理部44に処理させる。描画処理部44は、そのページの中間データの先頭から順に1つずつオブジェクトを読み込み、処理していく(S14)。すなわち、描画処理部44は、読み込んだオブジェクトが再利用オブジェクトであるか否かを判定し(S16)、再利用オブジェクトでなければ、当該オブジェクトを解釈して印刷画像データを生成し、生成した印刷画像データをページメモリに書き込む(S18)。S14で読み込んだオブジェクトが再利用オブジェクトであるか否かは、そのオブジェクトが、スプールされた再利用オブジェクトを特定する特定情報で表されているか否かにより判定すればよい。   In this procedure, when the control unit 42 of the BEP 40 receives a command from, for example, the RIP 30, the command is a page rasterization request (that is, a command requesting creation of print image data) or a stop request (the last page of print data). (S10), it is determined whether it is a request to instruct the end of the print job. If the received command is a rasterization request, the intermediate data of the page transmitted from the RIP 30 in association with the request is received (S12), and the drawing processing unit 44 processes the received intermediate data. The drawing processing unit 44 reads and processes the objects one by one from the top of the intermediate data on the page (S14). That is, the drawing processing unit 44 determines whether or not the read object is a reuse object (S16). If the read object is not a reuse object, it interprets the object to generate print image data, and generates the generated print The image data is written into the page memory (S18). Whether or not the object read in S14 is a reuse object may be determined based on whether or not the object is represented by specific information for identifying a spooled reuse object.

一方、S14で読み込んだオブジェクトが再利用オブジェクトである場合、すなわちそのオブジェクトが上述した特定情報を対象とする描画コマンドである場合、描画処理部44は、コンピュータ装置140のOSに対してバッファ46の確保を要求する(S20)と共に、ページの中間データを送ってきたRIP30に対し、その再利用オブジェクトの中間データの転送を要求する(S22)。   On the other hand, when the object read in S14 is a reuse object, that is, when the object is a drawing command for the specific information described above, the drawing processing unit 44 stores the buffer 46 in the OS of the computer device 140. A request for securing is made (S20), and a request is made to transfer the intermediate data of the reuse object to the RIP 30 that has sent the intermediate data of the page (S22).

S22では、描画処理部44は、例えば、コンピュータ装置140のOS等が提供するAPI(Application Programming Interface)等を用いて、特定情報が指し示すファイル(すわち、スプール36内の再利用オブジェクトの中間データのファイル)を要求する。この要求に応じてOSは、例えば、その特定情報がローカル(すなわち当該コンピュータ装置140内)のファイルではなく、特定の通信プロトコル(例えばHTTPやFTP(File Transfer Protocol))に対応していると判定した場合、その通信プロトコルを用いて、特定情報が示す格納場所を指し示すデータ要求(例えばHTTP GETリクエスト)をネットワーク64経由で、コンピュータ装置130に送る。この要求に応じ、RIP30からBEP40に対してソケット通信によりそのファイルのデータが転送されることになる。ここで、コンピュータ装置130及び140のそれぞれのOSは、ソケット通信のために、各自のメモリ内にバッファを確保する。BEP40内には、受信用の46がメモリ上に確保される。   In S22, the drawing processing unit 44 uses, for example, an API (Application Programming Interface) provided by the OS of the computer device 140 or the like to specify a file (that is, intermediate data of the reusable object in the spool 36) indicated by the specific information. File). In response to this request, the OS, for example, determines that the specific information corresponds to a specific communication protocol (for example, HTTP or FTP (File Transfer Protocol)) instead of a local (that is, in the computer device 140) file. In this case, a data request (for example, an HTTP GET request) indicating the storage location indicated by the specific information is sent to the computer device 130 via the network 64 using the communication protocol. In response to this request, the data of the file is transferred from the RIP 30 to the BEP 40 by socket communication. Here, each OS of the computer apparatuses 130 and 140 reserves a buffer in its own memory for socket communication. In the BEP 40, a receiving 46 is secured on the memory.

RIP30を有するコンピュータ装置130は、コンピュータ装置140(BEP40)からの要求に応じ、要求された再利用オブジェクトの中間データをネットワーク64経由のソケット通信で転送する。転送されてきた中間データは、バッファ46に蓄積される(S24)。要求した再利用オブジェクトの中間データ全体がバッファ46に蓄積されると、描画処理部44は、バッファ46内にある中間データを順に処理し、その中間データを印刷画像データに変換する(S18)。   The computer device 130 having the RIP 30 transfers intermediate data of the requested reuse object by socket communication via the network 64 in response to a request from the computer device 140 (BEP 40). The transferred intermediate data is stored in the buffer 46 (S24). When the entire intermediate data of the requested reuse object is accumulated in the buffer 46, the rendering processing unit 44 sequentially processes the intermediate data in the buffer 46 and converts the intermediate data into print image data (S18).

S18の後、描画処理部44は、ページの中間データの最後まで処理を終えたかどうかを判定する(S26)。この判定の結果が否定(N)の場合、描画処理部44はS14に戻り、その中間データ中の次のオブジェクトの描画コマンドについて処理を行う(S14〜S24)。S26の判定結果が肯定(Y)の場合、描画処理部44は、S10に戻り、RIP30から次のコマンドを受信する。   After S18, the drawing processing unit 44 determines whether the processing has been completed up to the end of the intermediate data of the page (S26). If the result of this determination is negative (N), the drawing processing unit 44 returns to S14 and processes the drawing command for the next object in the intermediate data (S14 to S24). If the determination result in S26 is affirmative (Y), the drawing processing unit 44 returns to S10 and receives the next command from the RIP 30.

再利用オブジェクトの中間データを保存するスプールをBEP40に持たせる従来構成の場合、各再利用オブジェクトがそれぞれどのページで利用されるかわからない一般的な状況では、RIP30は、すべての再利用オブジェクトの中間データを、すべてのBEP40に配信しなければならなかった。このことは、BEP40が担当するページ以外で用いられる再利用オブジェクトのデータをそのBEP40に配信することになる。このため従来構成では、BEP40は、結果的に使用しない再利用オブジェクトのデータまで保持するため大きなメモリ・ディスク容量を必要としていた。またすべての再利用オブジェクトのデータをすべてのBEP40に配信するため、ネットワーク64の帯域が圧迫される懸念もあった。   In the case of the conventional configuration in which the BEP 40 has a spool for storing intermediate data of reusable objects, in a general situation where it is not known which page each reusable object is used for, the RIP 30 is an intermediate between all reusable objects. Data had to be distributed to all BEPs 40. This means that the data of the reusable object that is used outside the page that the BEP 40 is responsible for is distributed to the BEP 40. For this reason, in the conventional configuration, the BEP 40 requires a large memory disk capacity in order to hold data of reusable objects that are not used as a result. Further, since the data of all the reuse objects is distributed to all the BEPs 40, there is a concern that the bandwidth of the network 64 may be compressed.

これに対し、以上に説明した図1のシステム構成では、RIP30は、再利用オブジェクトの中間データを自装置内の再利用オブジェクトスプール36にスプールし、各BEP40が、それぞれ自分に割り当てられたページに含まれる再利用オブジェクトのみをRIP30内の再利用オブジェクトスプール36から取得する。逆に言えば、この構成では、BEP40で使用されない再利用オブジェクトはそのBEP40には送られない。したがって、BEP40は、使用しない再利用オブジェクトの中間データを記憶する必要がなく、これはBEP40のメモリやディスクの容量の節約につながる。また、使用されない再利用オブジェクトをRIP30からBEP40に送ることもないので、ネットワーク64の帯域の節約につながる。   On the other hand, in the system configuration of FIG. 1 described above, the RIP 30 spools the intermediate data of the reusable object in the reusable object spool 36 in its own device, and each BEP 40 is assigned to the page assigned to itself. Only included reuse objects are acquired from the reuse object spool 36 in the RIP 30. Conversely, in this configuration, reusable objects that are not used in a BEP 40 are not sent to that BEP 40. Therefore, the BEP 40 does not need to store intermediate data of reusable objects that are not used, which leads to saving of the memory and disk capacity of the BEP 40. In addition, since a reuse object that is not used is not sent from the RIP 30 to the BEP 40, the bandwidth of the network 64 is saved.

また、BEP40の数が1つのシステム構成でも、RIP30とBEP40とが別々のコンピュータ装置上に構築されている場合、再利用オブジェクト用のスプールをBEP40に設ける従来構成では、BEP40が複数ある場合と同様の問題が生じる。例えば、大量のページを含む印刷データのうち一部のページのみを印刷する印刷ジョブの場合、印刷されるページに含まれる再利用オブジェクトが印刷されないページの印刷データ内で定義されている場合もある。このような場合を考慮すると、RIP30は、全ページの印刷データを先頭から順に解釈し、その解釈の過程で見つけた再利用オブジェクトの中間データをすべてスプールすることが必要となる。したがって、スプールをBEP40側のコンピュータ装置140に設けると、結果的に使用されない再利用オブジェクトまでコンピュータ装置140に配信し、コンピュータ装置140内に記憶させることになってしまう。   Further, even in a system configuration with one BEP 40, when the RIP 30 and the BEP 40 are constructed on different computer devices, the conventional configuration in which a spool for reusable objects is provided in the BEP 40 is the same as when there are a plurality of BEPs 40. Problem arises. For example, in the case of a print job that prints only a part of print data including a large number of pages, the reusable object included in the printed page may be defined in the print data of the page that is not printed. . In consideration of such a case, the RIP 30 needs to interpret the print data of all the pages in order from the top, and spool all the intermediate data of the reuse object found in the interpretation process. Therefore, if the spool is provided in the computer apparatus 140 on the BEP 40 side, a reuse object that is not used as a result is distributed to the computer apparatus 140 and stored in the computer apparatus 140.

これに対し、図1のように、再利用オブジェクトスプール36をRIP30側のコンピュータ装置130に設け、BEP40が自らが処理するページで必要な再利用オブジェクトのみをそのスプール36から取得する方式を採用すれば、そのような問題は回避される。   On the other hand, as shown in FIG. 1, the reusable object spool 36 is provided in the computer device 130 on the RIP 30 side, and the BEP 40 acquires only the reusable object necessary for the page processed by itself from the spool 36. In such a case, such a problem is avoided.

次に、図4〜図6を参照して、変形例を説明する。図1の例では、RIP30とBEP40とが別々のコンピュータ装置130及び140上に構築されていたが、この変形例では、図4に示すように、RIP30とBEP40とが同一のコンピュータ装置110上に構築されている。なお、図4の例では、CEP20も同じコンピュータ装置110上に構築されているが、これはこの変形例にとって必須のことではない。   Next, a modified example will be described with reference to FIGS. In the example of FIG. 1, the RIP 30 and the BEP 40 are constructed on separate computer devices 130 and 140. However, in this modification, as shown in FIG. 4, the RIP 30 and the BEP 40 are on the same computer device 110. Has been built. In the example of FIG. 4, the CEP 20 is also constructed on the same computer apparatus 110, but this is not essential for this modification.

このようにRIP30とBEP40が同一コンピュータ装置110上に設けられている場合、再利用オブジェクトの中間データをネットワーク経由でRIP30からBEP40に転送する必要がないので、通信帯域の圧縮という問題は生じない。しかし、BEP40が行う処理が図1〜図3の例と同じであると、同一コンピュータ装置110内で実行されるプログラム同士の間(すなわちRIP30とBEP40の間)でデータ転送処理やバッファ46の容量確保が行われることになる。   When the RIP 30 and the BEP 40 are provided on the same computer device 110 as described above, there is no need to transfer intermediate data of the reuse object from the RIP 30 to the BEP 40 via the network, so that there is no problem of communication bandwidth compression. However, if the processing performed by the BEP 40 is the same as the example of FIGS. 1 to 3, the data transfer processing and the capacity of the buffer 46 between programs executed in the same computer device 110 (that is, between the RIP 30 and the BEP 40). Securement will be performed.

すなわち、図2の例の描画処理部44は、再利用オブジェクトの中間データの取得のために、RIP30に対してソケット通信によりデータ転送要求を行った。これに応じてBEP40のコンピュータ装置140のメモリ上にバッファ46が確保され、このバッファ46をめがけてRIP30側から中間データが転送された。このような再利用オブジェクトの取得方式は、RIP30がBEP40と同じコンピュータ装置110内に設けられている場合にもそのまま適用できるが、ある程度のサイズのバッファ46をあらかじめ確保する必要があったり、バッファリングのために処理にある程度の遅延が生じる可能性がある。   That is, the drawing processing unit 44 in the example of FIG. 2 makes a data transfer request to the RIP 30 by socket communication in order to acquire intermediate data of the reuse object. Accordingly, a buffer 46 is secured on the memory of the computer device 140 of the BEP 40, and intermediate data is transferred from the RIP 30 side toward the buffer 46. Such a reusable object acquisition method can be applied as it is even when the RIP 30 is provided in the same computer apparatus 110 as the BEP 40, but it is necessary to secure a buffer 46 of a certain size in advance, This can cause some delay in processing.

これに対し、この変形例では、そのようなバッファ容量確保やバッファ利用のデータ転送を行わずに済む方式を示す。   On the other hand, this modification shows a method that does not require such buffer capacity securing and data transfer using a buffer.

図5に、この変形例におけるRIP30とBEP40の構成を示す。図5の例において、RIP30は、図2の例と同じものでよい。   FIG. 5 shows the configuration of the RIP 30 and the BEP 40 in this modification. In the example of FIG. 5, the RIP 30 may be the same as the example of FIG.

一方、BEP40の描画処理部44aは、再利用オブジェクトの中間データを取得するための方式として、図2の例における描画処理部44とは異なる方式を用いる。すなわち、描画処理部44aは、再利用オブジェクトスプール36にスプールされた再利用オブジェクトの中間データを、メモリマップドファイル方式で取得する。   On the other hand, the drawing processing unit 44a of the BEP 40 uses a method different from the drawing processing unit 44 in the example of FIG. 2 as a method for acquiring intermediate data of the reuse object. That is, the drawing processing unit 44a acquires the intermediate data of the reuse object spooled in the reuse object spool 36 by the memory mapped file method.

メモリマップドファイル方式は、明示的な読み込みコマンド(例えばread)、書き込みコマンド(例えばwrite)を用いずに、あたかもメモリに対する読み書きのように、ファイルに対して読み書きを行う方式である。メモリマップドファイル方式の機能はOSにより提供される。例えば、UNIX(登録商標)系のOSは、メモリマップドファイルを用いるためのAPIとしてmmapを提供している。描画処理部44aは、ページの中間データ内から見つけた再利用オブジェクトのスプールデータを取得する場合、読み込みコマンドの代わりに、mmap等のメモリマップドファイルコマンドを用いる。このコマンドの引数には、その再利用オブジェクトを示す特定情報から得られる、そのオブジェクトの識別情報が含まれる。このコマンドを受け取ったコンピュータ装置110のOSは、コンピュータ装置110のOSのファイルシステム(再利用オブジェクトスプール36に該当)が管理するその再利用オブジェクトの中間データファイルを、メモリマップドファイル48としてメモリ空間上にマッピングする。メモリマップドファイルコマンドの機能により、その中間データファイル全体をメモリ空間に読み込まなくても、描画処理部44aは、その中間データファイルの中身へのランダムアクセスが可能になる。描画処理部44aは、メモリ空間上にマップされたメモリマップドファイル48にアクセスして中間データの必要な部分を読み出し、これを処理して、その再利用オブジェクトの印刷画像データを生成する。   The memory-mapped file method is a method of reading / writing a file as if reading / writing from / to a memory without using an explicit read command (for example, read) or write command (for example, write). The function of the memory mapped file method is provided by the OS. For example, a UNIX (registered trademark) OS provides mmap as an API for using a memory mapped file. The drawing processing unit 44a uses a memory mapped file command such as mmap instead of a read command when acquiring spool data of a reuse object found in the intermediate data of the page. The argument of this command includes the identification information of the object obtained from the specific information indicating the reuse object. Upon receiving this command, the OS of the computer device 110 stores the intermediate data file of the reusable object managed by the file system of the OS of the computer device 110 (corresponding to the reusable object spool 36) as a memory mapped file 48 in the memory space. Map up. With the function of the memory mapped file command, the drawing processing unit 44a can randomly access the contents of the intermediate data file without reading the entire intermediate data file into the memory space. The drawing processing unit 44a accesses the memory-mapped file 48 mapped on the memory space, reads a necessary portion of the intermediate data, processes this, and generates print image data of the reuse object.

なお、再利用オブジェクトの取得方式以外の点については、描画処理部44aは図2の例の描画処理部44と同じでよい。また、描画処理部44a以外の点については、BEP40は、図2のBEP40と同じ構成でよい。   The drawing processing unit 44a may be the same as the drawing processing unit 44 in the example of FIG. 2 except for the reuse object acquisition method. Further, regarding the points other than the drawing processing unit 44a, the BEP 40 may have the same configuration as the BEP 40 in FIG.

図6に、この変形例のBEP40の処理手順の一例を示す。図6の処理手順では、S14でページの中間処理データから読み込んだオブジェクトが、S16で再利用オブジェクトであると判定された場合、描画処理部44は、その再利用オブジェクトをメモリマップドファイル方式で取得する(S26)。具体的には、例えば、再利用オブジェクトスプール36内にあるその再利用オブジェクトのファイルをオープンし、オープンしたファイルを対象としてメモリマップドファイルコマンドを発する。これにより、コンピュータ装置110のOSにより、再利用オブジェクトのファイルがメモリ上にマップされる。描画処理部44aは、そのメモリ上にマップされたファイルのデータを読み込み、処理する(S18)。なお、図6に示したフローのうち、S26以外の各ステップは、図3に示したフローの同じ符号のステップと同様の処理でよい。   FIG. 6 shows an example of the processing procedure of the BEP 40 of this modification. In the processing procedure of FIG. 6, when it is determined that the object read from the intermediate processing data of the page in S14 is a reuse object in S16, the rendering processing unit 44 uses the memory mapped file method for the reuse object. Obtain (S26). Specifically, for example, the file of the reuse object in the reuse object spool 36 is opened, and a memory mapped file command is issued for the opened file. Thus, the reusable object file is mapped on the memory by the OS of the computer apparatus 110. The drawing processing unit 44a reads and processes the data of the file mapped on the memory (S18). In the flow shown in FIG. 6, each step other than S <b> 26 may be the same process as the step with the same reference numeral in the flow shown in FIG. 3.

以上、再利用オブジェクトスプール36からの中間データの取得方式が異なる2種類のBEP40及びBEP40を例示した。ここで、一例として、それらBEP40及びBEP40の両方の機能(すなわち両方の中間データ取得方式)を有するBEPを用いてもよい。この両方の機能を有するBEPは、システム構成に応じて、いずれの機能を用いるかを選択する。すなわち、RIP30が当該BEPと異なるコンピュータ装置内にあるシステム構成の場合には、BEPは図1〜図3に示した(ネットワーク経由での)データ転送によるデータ取得方式を用い、RIP30が当該BEPと同じコンピュータ装置内にある場合には、図4〜図6に示したメモリマップドファイルによるデータ取得方式を用いる。図7に、この例におけるBEPの処理手順の例を示す。   Heretofore, two types of BEPs 40 and BEPs 40 having different methods for acquiring intermediate data from the reuse object spool 36 have been exemplified. Here, as an example, a BEP having both functions of BEP 40 and BEP 40 (that is, both intermediate data acquisition methods) may be used. A BEP having both functions selects which function to use according to the system configuration. That is, in the case of a system configuration in which the RIP 30 is in a computer apparatus different from the BEP, the BEP uses the data acquisition method by data transfer (via the network) shown in FIGS. If they are in the same computer apparatus, the data acquisition method using the memory mapped file shown in FIGS. 4 to 6 is used. FIG. 7 shows an example of the BEP processing procedure in this example.

図7の手順では、BEPが起動したとき、又は印刷画像処理システムのシステム構成が変更された場合、BEPの制御部42は、CEP20からシステム構成情報を取得する(S30)。このシステム構成情報は、RIP30が当該BEPと同一コンピュータ装置内にあるかどうかを示す情報を含む。CEP20は、印刷画像処理システム全体を制御するためにシステム構成を把握しているので、システム構成情報を提供し得る。システム構成情報を受け取ったBEPは、その情報に基づきRIP30が当該BEPと同じコンピュータ装置上に存在するかどうかを判定する(S32)。この判定の結果、RIP30が異なるコンピュータ装置にあるとわかった場合、制御部42は、BEP内の描画処理部を、ネットワーク経由でのデータ転送によりスプールデータを取得する第1方式の描画処理部44に設定する(S34)。逆に、RIP30がBEPと同じコンピュータ装置にあるとわかった場合、制御部42は、BEP内の描画処理部を、メモリマップドファイル方式によりスプールデータを取得する第2方式の描画処理部44aに設定する(S36)。   In the procedure of FIG. 7, when the BEP is activated or the system configuration of the print image processing system is changed, the BEP control unit 42 acquires system configuration information from the CEP 20 (S30). This system configuration information includes information indicating whether or not the RIP 30 is in the same computer apparatus as the BEP. Since the CEP 20 knows the system configuration in order to control the entire print image processing system, it can provide system configuration information. The BEP that has received the system configuration information determines whether or not the RIP 30 exists on the same computer device as the BEP based on the information (S32). As a result of this determination, if the RIP 30 is found to be in a different computer device, the control unit 42 causes the drawing processing unit in the BEP to acquire the spool data by data transfer via the network. (S34). Conversely, if the RIP 30 is found to be in the same computer device as the BEP, the control unit 42 changes the drawing processing unit in the BEP to the second type drawing processing unit 44a that acquires spool data by the memory mapped file method. Set (S36).

以上、本発明の実施形態及び変形例を説明したが、それら実施形態及び変形例はあくまで説明のための例示に過ぎない。本発明の範囲内で様々な変形や改良が可能である。   As mentioned above, although embodiment and the modification of this invention were described, these embodiment and the modification are only the illustrations for description to the last. Various modifications and improvements are possible within the scope of the present invention.

10 クライアント装置、20 CEP、30 RIP、32,42 制御部、34 解釈部、36 再利用オブジェクトスプール、40 BEP、44,44a 描画処理部、46 バッファ、48 メモリマップドファイル、50 印刷装置、60,62,64 ネットワーク、66 通信手段、100 印刷画像処理システム、110,120,130,140−1,140−2,140−n コンピュータ装置。
10 Client device, 20 CEP, 30 RIP, 32, 42 Control unit, 34 Interpretation unit, 36 Reuse object spool, 40 BEP, 44, 44a Drawing processing unit, 46 Buffer, 48 Memory mapped file, 50 Printing device, 60 , 62, 64 network, 66 communication means, 100 print image processing system, 110, 120, 130, 140-1, 140-2, 140-n computer apparatus.

Claims (2)

解釈装置と、1以上の印刷画像データ生成装置とを有し、
前記解釈装置は、
印刷データに含まれる再利用対象の要素の中間データを記憶する記憶手段と、
前記印刷データを解釈して各ページの中間データを生成する解釈手段であって、前記各ページの中間データとして、当該ページ中の再利用対象でない要素については当該要素を解釈して得た中間データを含み、再利用対象の要素については前記記憶手段に記憶された当該要素を特定する特定情報を含んだ中間データを生成すると共に、前記再利用対象の要素を解釈して得た中間データを当該中間データに対応する前記特定情報と関連付けて記記憶手段に記憶させる解釈手段と、
を有し、
前記印刷画像データ生成装置は、
前記解釈装置から出力された各ページの中間データを受け取り、前記印刷データに対応する各ページの印刷画像データを生成し、生成した印刷画像データを印刷装置に供給すると共に、前記解釈装置から受け取ったページの中間データから前記特定情報を検出すると、前記記憶手段から当該特定情報に対応する前記再利用対象の要素の中間データを取得し、取得した当該中間データを用いて当該再利用対象の要素の印刷画像データを生成し、生成した当該要素の印刷画像データを当該ページの印刷画像データに組み込むものであり、
記記憶手段から前記特定情報に対応する中間データをネットワーク経由で取得する第1の手段と、
記記憶手段から前記特定情報に対応する中間データをメモリマップドファイル方式で取得する第2の手段と、
前記解釈装置が当該印刷画像データ生成装置とは異なるコンピュータ装置上に構成されている場合は前記第1の手段を動作させ、前記解釈装置が当該印刷画像データ生成装置と同じコンピュータ装置上に構成されている場合は前記第2の手段を動作させる制御を行う手段と、
を有することを特徴とする印刷画像処理システム。
An interpretation device and one or more print image data generation devices;
The interpretation device is:
And that SL憶means to store intermediate data for reuse target element contained in the print data,
Interpreting means for interpreting the print data to generate intermediate data for each page, and as intermediate data for each page, intermediate data obtained by interpreting the element for elements not to be reused in the page includes, along with about reuse target element generates the intermediate data including identification information for identifying the elements that are stored before crisis憶手stage, obtained by interpreting elements of the reusable object intermediate interpreting means for storing previously heard憶means data in association with the specific information corresponding to the intermediate data,
Have
The print image data generation device includes:
Receives intermediate data of each page output from the interpreter, the generated print image data of each the corresponding prior Symbol print data page, to supply the print image data generated by the printing device, wherein Upon detection of the specific information from the intermediate data of the pages received from the interpreter acquires the intermediate data of the reuse object element that corresponds before handed憶means the specific information, by using the intermediate data acquired Generating print image data of the element to be reused, and incorporating the generated print image data of the element into the print image data of the page;
First means for acquire the intermediate data from the network corresponding to the specific information from the previous crisis憶means,
Second means for obtaining the intermediate data corresponding to the specific information from the previous crisis憶it means in the memory mapped file method,
The interpretation device If that is configured on a different computer device from the person the print image data generating device activates the first means, the interpreter is the print image data generation apparatus and the same computer system on and means if that is configured to perform a control for operating said second means,
A print image processing system comprising:
コンピュータ装置を、ネットワークを介して解釈装置と協働する複数の印刷画像データ生成装置のうちの1つとして機能させるためのプログラムであって、
前記解釈装置は、
印刷データに含まれる再利用対象の要素の中間データを記憶する記憶手段と、
前記印刷データを解釈して各ページの中間データを生成する解釈手段であって、前記各ページの中間データとして、当該ページ中の再利用対象でない要素については当該要素を解釈して得た中間データを含み、再利用対象の要素については前記記憶手段に記憶された当該要素を特定する特定情報を含んだ中間データを生成すると共に、前記再利用対象の要素を解釈して得た中間データを当該中間データに対応する前記特定情報と関連付けて前記記憶手段に記憶させる解釈手段と、
を有し、
前記プログラムは、前記コンピュータ装置を、
前記解釈装置から出力された各ページの中間データを受け取り、前記印刷データに対応する各ページの印刷画像データを生成し、生成した印刷画像データを印刷装置に供給すると共に、前記解釈装置から受け取ったページの中間データから前記特定情報を検出すると、前記記憶手段から当該特定情報に対応する前記再利用対象の要素の中間データを取得し、取得した当該中間データを用いて当該再利用対象の要素の印刷画像データを生成し、生成した当該要素の印刷画像データを当該ページの印刷画像データに組み込む手段、
記記憶手段から前記特定情報に対応する中間データをネットワーク経由で取得する第1の手段、
記記憶手段から前記特定情報に対応する中間データをメモリマップドファイル方式で取得する第2の手段、
前記解釈装置が当該印刷画像データ生成装置とは異なるコンピュータ装置上に構成されている場合は前記第1の手段を動作させ、前記解釈装置が当該印刷画像データ生成装置と同じコンピュータ装置上に構成されている場合は前記第2の手段を動作させる制御を行う手段、
として機能させるためのものであることを特徴とするプログラム。
The computer device, a program for functioning as one of a plurality of print image data generation device which cooperates with the interpreter via a network,
The interpretation device is:
And that SL憶means to store intermediate data for reuse target element contained in the print data,
Interpreting means for interpreting the print data to generate intermediate data for each page, and as intermediate data for each page, intermediate data obtained by interpreting the element for elements not to be reused in the page includes, along with about reuse target element generates the intermediate data including identification information for identifying the elements that are stored before crisis憶手stage, obtained by interpreting elements of the reusable object intermediate interpreting means for storing previously heard憶means data in association with the specific information corresponding to the intermediate data,
Have
The program stores the computer device,
Receives intermediate data of each page output from the interpreter, the generated print image data of each the corresponding prior Symbol print data page, to supply the print image data generated by the printing device, wherein Upon detection of the specific information from the intermediate data of the pages received from the interpreter acquires the intermediate data of the reuse object element that corresponds before handed憶means the specific information, by using the intermediate data acquired Means for generating print image data of the element to be reused and incorporating the generated print image data of the element into the print image data of the page;
First means acquire the intermediate data from the network corresponding to the specific information from the previous crisis憶means,
Second means for obtaining the intermediate data corresponding to the specific information from the previous crisis憶it means in the memory mapped file method,
The interpretation device If that is configured on a different computer device from the person the print image data generating device activates the first means, the interpreter is the print image data generation apparatus and the same computer system on means if that is configured to perform a control for operating said second means,
A program characterized by being made to function as.
JP2013126528A 2013-06-17 2013-06-17 Print image processing system and program Active JP6338324B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2013126528A JP6338324B2 (en) 2013-06-17 2013-06-17 Print image processing system and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2013126528A JP6338324B2 (en) 2013-06-17 2013-06-17 Print image processing system and program

Publications (2)

Publication Number Publication Date
JP2015001866A JP2015001866A (en) 2015-01-05
JP6338324B2 true JP6338324B2 (en) 2018-06-06

Family

ID=52296347

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2013126528A Active JP6338324B2 (en) 2013-06-17 2013-06-17 Print image processing system and program

Country Status (1)

Country Link
JP (1) JP6338324B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP6471660B2 (en) * 2015-09-16 2019-02-20 富士ゼロックス株式会社 Information processing apparatus and program
JP7380335B2 (en) 2020-03-03 2023-11-15 京セラドキュメントソリューションズ株式会社 Image processing device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3651152B2 (en) * 1996-12-05 2005-05-25 ブラザー工業株式会社 Printing device
JP2001309104A (en) * 2000-04-18 2001-11-02 Matsushita Graphic Communication Systems Inc Status monitor
JP4905604B1 (en) * 2011-09-26 2012-03-28 富士ゼロックス株式会社 Print data processing system and program

Also Published As

Publication number Publication date
JP2015001866A (en) 2015-01-05

Similar Documents

Publication Publication Date Title
JP5238526B2 (en) System and method for print resource management
US8553272B2 (en) Image processing apparatus, image processing method, program therefor, and medium storing program
JP2009146251A (en) Image processing device, and image forming system and program
JP2008262543A (en) Discontinuous transfer of pdf data for pdf direct printing
CN105278890B (en) Information processing unit and control method
JP5261250B2 (en) Print data processing apparatus, method, and computer-readable medium for processing page description language
JP2007257592A (en) Printing system, information processor, and printer
JP2004171204A (en) Image processor, image forming apparatus and program
US20150160894A1 (en) Information processing apparatus, recording medium, and control method
JP6632424B2 (en) Information processing apparatus, program and control method
JP6338324B2 (en) Print image processing system and program
JP4110945B2 (en) Image processing apparatus, image forming apparatus, and program
US20100188692A1 (en) Printing System, Printing Apparatus, and Printing Method
US10310788B2 (en) Control method for generating data used for printing and information processing apparatus
JP5857594B2 (en) Distributed printing system and printing apparatus
US20040012797A1 (en) Load balancing in image generation
JP6471660B2 (en) Information processing apparatus and program
JP6187110B2 (en) Print control apparatus and program
JP5035020B2 (en) Printing device
JP3230516B2 (en) Printer, recording medium and printer memory management method
JP5455504B2 (en) Image processing apparatus, image processing apparatus control method, and computer program
KR100528863B1 (en) Printer capable of extracting text data, and method for extracting text data thereof
JP2021071811A (en) Print control device, printing system, and print control program
JP2008102704A (en) Device apparatus and its control method, computer program and storage medium
JP2006227927A (en) Printing system, printing processing method, storage medium storing computer-readable program and program

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20160218

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20161101

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20161212

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20170418

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20170706

A911 Transfer to examiner for re-examination before appeal (zenchi)

Free format text: JAPANESE INTERMEDIATE CODE: A911

Effective date: 20170713

A912 Re-examination (zenchi) completed and case transferred to appeal board

Free format text: JAPANESE INTERMEDIATE CODE: A912

Effective date: 20170810

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180508

R150 Certificate of patent or registration of utility model

Ref document number: 6338324

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S533 Written request for registration of change of name

Free format text: JAPANESE INTERMEDIATE CODE: R313533

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350