JP2011051234A - Image processor, image forming apparatus, and image processing program - Google Patents

Image processor, image forming apparatus, and image processing program Download PDF

Info

Publication number
JP2011051234A
JP2011051234A JP2009202229A JP2009202229A JP2011051234A JP 2011051234 A JP2011051234 A JP 2011051234A JP 2009202229 A JP2009202229 A JP 2009202229A JP 2009202229 A JP2009202229 A JP 2009202229A JP 2011051234 A JP2011051234 A JP 2011051234A
Authority
JP
Japan
Prior art keywords
processing
page
image
image processing
print
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.)
Pending
Application number
JP2009202229A
Other languages
Japanese (ja)
Inventor
Koichi Miyazaki
康一 宮崎
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
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 filed Critical Fuji Xerox Co Ltd
Priority to JP2009202229A priority Critical patent/JP2011051234A/en
Publication of JP2011051234A publication Critical patent/JP2011051234A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To make processing speed in a processing means high comparing with the case not including the constitution of this present invention when performing the depicting processing of printing data by a plurality of processing means in parallel. <P>SOLUTION: A page allocating control section 35 does not carry out processing in such a way respective pages of a printing document are mechanically allocated to respective image processing modules 37 but carries out processing in such a way that the respective pages of the printing document are allocated dynamically to the respective image processing modules 37 according to the processing quantity of the pages waiting processing in the respective image processing modules 37. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、画像処理装置、画像形成装置、及び画像処理プログラムに関する。   The present invention relates to an image processing apparatus, an image forming apparatus, and an image processing program.

電子写真方式等の画像形成装置では、印刷文書から印刷データ(ビットマップデータ)を描画して、これをプリンタエンジンに出力して画像形成を行う。   In an image forming apparatus such as an electrophotographic system, print data (bitmap data) is drawn from a print document and output to a printer engine to form an image.

PDF(Portable Document Format)など、頁独立な頁記述言語で記録された印刷文書からビットマップデータを描画する処理では、印刷文書の頁構成情報により容易に頁の区切りがわかる。   In the process of drawing bitmap data from a print document recorded in a page-independent page description language such as PDF (Portable Document Format), the page breaks can be easily determined from the page configuration information of the print document.

これに対して、PostScriptなど、頁独立でない頁記述言語で記録された印刷文書からビットマップデータを描画する処理では、頁構成情報がないためにどの頁がどこにあるかはわからず、これを知るためには印刷文書の先頭から構文解析しながら頁間の区切り目を見つける必要がある。このような頁独立でない頁記述言語で記録された印刷文書からビットマップデータを描画する処理を複数の画像処理モジュールを有する画像処理装置で並列処理する技術としては、特許文献1,2に開示のものが知られている。   On the other hand, in the process of drawing bitmap data from a printed document recorded in a page description language such as PostScript that is not page-independent, there is no page configuration information, so it is impossible to know which page is where it is. To do this, it is necessary to find the break between pages while parsing from the beginning of the printed document. Patent Documents 1 and 2 disclose techniques for parallel processing of drawing bitmap data from a print document recorded in a page description language that is not page-independent in an image processing apparatus having a plurality of image processing modules. Things are known.

特許文献1には2種類の方式(1.集中処理方式と、2.分散処理方式)が記載されている。集中処理方式は、マスタで「空描画」して、各頁の書式情報と先頭アドレスを見つけ、順番に各スレーブにこれら2種類の情報を渡して、各スレーブは該当ページのみ「実描画」する。また、先頭アドレスでなく該当頁部分のPDLを切り出すケースについても示されている。しかし、この集中処理方式においては、マスタで直前のページまでの書式情報を生成しスレーブに引き渡すためにマスタでの処理の負荷が大きい。また、スレーブの数を増やして並列処理の多重度を上げようとすればするほど、このマスタでの処理の負荷が大きくなるため、スレーブの数を増やすほどスレーブの性能を有効に活用できなくなる。   Patent Document 1 describes two types of methods (1. centralized processing method and 2. distributed processing method). In the centralized processing method, “empty drawing” is performed by the master, the format information and the top address of each page are found, these two types of information are sequentially passed to each slave, and each slave “actually draws” only the corresponding page. . Also shown is a case where the PDL of the corresponding page portion is cut out instead of the top address. However, in this centralized processing method, since the master generates format information up to the previous page and delivers it to the slave, the processing load on the master is heavy. Further, as the number of slaves is increased to increase the multiplicity of parallel processing, the processing load on this master increases. Therefore, the slave performance cannot be effectively utilized as the number of slaves increases.

一方、分散処理方式は、N個のプロセッサ等の処理部に、それぞれ別の番号1,2,3,…,Nが予め割り当てられ、ページ周期Nで、「空描画」と「実描画」の処理を無限に繰り返す。この方式では、各プロセッサが書式情報を自ら生成し更新するため、前述の集中処理方式で必要であった書式情報やページ先頭位置の情報の引渡し処理は不要になり、プロセッサの数を増やすに伴い性能が向上するというメリットがある。しかし、各プロセッサは機械的に一定周期の値をもつ頁番号のみを印刷データに変換するため、各プロセッサでの処理の進捗状況が異なる場合、画像処理装置の性能が最も処理の遅い処理部の速度に制約される。   On the other hand, in the distributed processing method, different numbers 1, 2, 3,..., N are assigned in advance to processing units such as N processors, and “empty drawing” and “real drawing” are performed in a page cycle N. Repeat the process indefinitely. In this method, each processor generates and updates the format information by itself, so that the format information and page head position information passing processing required in the centralized processing method is not necessary, and the number of processors increases. There is a merit that the performance is improved. However, since each processor mechanically converts only page numbers having a constant cycle value into print data, if the progress of processing in each processor is different, the performance of the processing unit with the slowest processing performance of the image processing apparatus Limited by speed.

特許3553985号公報Japanese Patent No. 3553985

本発明の目的は、画像処理装置の性能が複数の描画処理を行う処理手段のうち、最も処理の遅い処理手段に制約されることを防ぎつつ、処理の負荷が1つの処理手段に集中することを防止することである。   An object of the present invention is to prevent the processing performance of an image processing apparatus from being restricted to the slowest processing unit among processing units that perform a plurality of drawing processes, and to concentrate the processing load on a single processing unit. Is to prevent.

請求項1に記載の発明は、印刷文書から印刷データに描画する描画処理を頁ごとに分担して並列処理する複数の処理手段と、前記各頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行う割振手段と、を備え、前記割振手段は、前記各処理手段で処理待ちとなっている前記頁の処理量に応じて前記割り振りを行う、画像処理装置である。   According to the first aspect of the present invention, there is provided a plurality of processing means for performing drawing processing for drawing print data from a print document for each page and performing parallel processing, and any of the plurality of processing means for processing each page. And an allocating unit that executes or allocates the allocating unit, wherein the allocating unit performs the allocation according to a processing amount of the page that is waiting for processing by each processing unit.

請求項2に記載の発明は、請求項1に記載の画像処理装置において、前記印刷文書の構文解析処理を頁間の区切り検出に特化して行う特化手段をさらに備え、前記割振手段は、前記特化手段で前記区切りを検出した頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行なう。   According to a second aspect of the present invention, in the image processing apparatus according to the first aspect, the image processing apparatus further includes a specialization unit that performs a parsing process for the print document in a manner specific to detecting a break between pages, and the allocation unit includes: Allocation is performed as to which of the plurality of processing means is to execute the processing of the page in which the delimiter is detected by the specializing means.

請求項3に記載の発明は、請求項1又は2に記載の画像処理装置において、前記各処理手段は、前記印刷文書の構文解析についてはそれぞれ全頁に亘って行い、前記割振手段により自らが実行すべきものとして割り振られた頁であることを条件に当該頁について前記描画を行う。   According to a third aspect of the present invention, in the image processing apparatus according to the first or second aspect, the processing means performs the parsing of the print document over all pages, and the allocation means The drawing is performed on the page on the condition that the page is allocated to be executed.

請求項4に記載の発明は、印刷文書からの印刷データの描画を頁ごとに分担して並列処理する複数の処理手段と、前記各頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行う割振手段と、前記処理手段で描画後の前記印刷文書に基づいて画像形成を行う画像形成手段と、を備え、前記割振手段は、前記各処理手段で処理待ちとなっている前記頁の処理量に応じて前記割り振りを行う、を備えている画像形成装置である。   According to a fourth aspect of the present invention, a plurality of processing means for sharing drawing of print data from a print document for each page and performing parallel processing, and processing of each page is executed by any of the plurality of processing means. Allocating means for performing or allocating, and image forming means for forming an image based on the printed document drawn by the processing means, and the allocating means is waiting for processing in the processing means. An image forming apparatus comprising: performing the allocation according to a processing amount of the page.

請求項5に記載の発明は、印刷文書からの印刷データの描画を頁ごとに分担して並列処理する複数の処理手段と、前記各頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行う割振手段と、をコンピュータに実行させ、前記割振手段は、前記各処理手段で処理待ちとなっている前記頁の処理量に応じて前記割り振りを行う、コンピュータに読取可能な画像処理プログラムである。   According to a fifth aspect of the present invention, a plurality of processing means for sharing drawing of print data from a print document for each page and performing parallel processing, and processing of each page is executed by any of the plurality of processing means. Allocating means for performing or allocating the image to the computer, wherein the allocating means performs the allocation according to the processing amount of the page that is waiting for processing in each processing means, and the computer-readable image It is a processing program.

請求項1,4,5に記載の発明によれば、画像処理装置の性能が複数の描画処理を行う処理手段のうち、最も処理の遅い処理手段に制約されることを防ぎつつ、処理の負荷が1つの処理手段に集中することを防止することができる。   According to the first, fourth, and fifth aspects of the present invention, the processing load is prevented while preventing the performance of the image processing apparatus from being restricted to the slowest processing means among the processing means for performing a plurality of drawing processes. Can be prevented from concentrating on one processing means.

請求項2に記載の発明によれば、本構成を備えない場合に比べて処理手段の前段階の処理を高速化することができる。   According to the second aspect of the present invention, it is possible to speed up the processing of the previous stage of the processing means as compared with the case where this configuration is not provided.

請求項3に記載の発明によれば、本構成を備えない場合に比べて処理手段での処理を高速化することができる。   According to the third aspect of the present invention, it is possible to speed up the processing in the processing means as compared with the case where this configuration is not provided.

本発明の一実施の形態にかかる画像形成装置の電気的な接続のブロック図である。1 is a block diagram of electrical connection of an image forming apparatus according to an embodiment of the present invention. 本発明の一実施の形態にかかる画像形成装置で実行する処理の機能ブロック図である。FIG. 3 is a functional block diagram of processing executed by the image forming apparatus according to the embodiment of the present invention. 本発明の一実施の形態にかかる画像形成装置で頁構成解析部、印刷データ生成部が実行する処理について説明する機能ブロック図である。FIG. 4 is a functional block diagram illustrating processing executed by a page configuration analysis unit and a print data generation unit in the image forming apparatus according to the embodiment of the present invention. 本発明の一実施の形態にかかる画像形成装置で各画像処理モジュールが実行する処理について説明する機能ブロック図である。FIG. 4 is a functional block diagram illustrating processing executed by each image processing module in the image forming apparatus according to the embodiment of the present invention. 本発明の一実施の形態にかかる画像形成装置で各画像処理モジュールが実行する処理について説明するフローチャートである。6 is a flowchart illustrating processing executed by each image processing module in the image forming apparatus according to the embodiment of the present invention. 本発明の一実施の形態にかかる画像形成装置で各画像処理モジュールが実行する処理について説明する機能ブロック図である。FIG. 4 is a functional block diagram illustrating processing executed by each image processing module in the image forming apparatus according to the embodiment of the present invention. 印刷文書から印刷データを描画する処理の概要を説明するブロック図である。It is a block diagram explaining the outline | summary of the process which draws print data from a print document. 頁独立な頁記述言語で記録された印刷文書からビットマップデータを描画する処理を複数の画像処理モジュールで並列処理する場合の例について説明するブロック図である。FIG. 10 is a block diagram illustrating an example in which a process of drawing bitmap data from a print document recorded in a page-independent page description language is performed in parallel by a plurality of image processing modules. 頁独立でない頁記述言語で記録された印刷文書からビットマップデータを描画する処理を複数の画像処理モジュールで並列処理する場合の例について説明するブロック図である。FIG. 10 is a block diagram illustrating an example in which a process of drawing bitmap data from a print document recorded in a page description language that is not page-independent is performed in parallel by a plurality of image processing modules.

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

[前提技術]
電子写真方式の画像形成装置では、印刷文書から印刷データ(ビットマップデータ)を描画して、これをプリンタエンジンに出力して画像形成を行う。なお、画像形成装置は、インクジェット方式で画像形成するものであってもよい。
[Prerequisite technology]
In an electrophotographic image forming apparatus, print data (bitmap data) is drawn from a print document and output to a printer engine to form an image. Note that the image forming apparatus may form an image by an inkjet method.

図7は、印刷文書から印刷データを描画する処理の概要を説明するブロック図である。   FIG. 7 is a block diagram illustrating an outline of processing for drawing print data from a print document.

この処理は、前段のインタプリタ部201と、インタプリタ部201より後段で処理を行うレンダラ部202とで実行される。   This process is executed by the interpreter unit 201 at the preceding stage and the renderer unit 202 that performs the process after the interpreter unit 201.

インタプリタ部201で実行する処理を以下では「I」処理ということがある。インタプリタ部201では前段の処理を行う前段処理部203と、後段の処理を行う後段処理部204とを備えている。   Hereinafter, the process executed by the interpreter unit 201 may be referred to as “I” process. The interpreter unit 201 includes a pre-processing unit 203 that performs pre-processing and a post-processing unit 204 that performs post-processing.

前段処理部203は、印刷文書の構文解析(パーサー)処理を行なって、各種描画情報を抽出する。これにより、前段処理部203からは描画オブジェクト(文字、グラフィックス、イメージなど)205、グラフィックス状態情報(色空間種別や座標位置、文字の描画属性など)206、頁区切り(頁と頁との間の区切り位置情報)207などが出力される。このような構文解析(パーサー)処理を以下では「P」処理ということがある。   The pre-processing unit 203 performs syntax analysis (parser) processing of the print document and extracts various drawing information. As a result, the pre-processing unit 203 receives drawing objects (characters, graphics, images, etc.) 205, graphics state information (color space type, coordinate position, character drawing attributes, etc.) 206, page breaks (page-to-page , Etc. are output. Such parsing processing (parser) processing may be referred to as “P” processing hereinafter.

後段処理部204は、レンダラ部202での処理の前処理として、前段処理部203で抽出した描画オブジェクト205を、頁を構成するビットマップデータに展開するため、矩形や台形などのプリミティブな描画要素に変換する、中間言語への変換(ディスプレイリスト作成)処理を行う。このような中間言語への変換(ディスプレイリスト作成)処理を以下では「D」処理ということがある。   The post-processing unit 204 develops the drawing object 205 extracted by the pre-processing unit 203 into bitmap data constituting a page as pre-processing of processing by the renderer unit 202, so that a primitive drawing element such as a rectangle or a trapezoid is used. Conversion to intermediate language (display list creation) is performed. Such an intermediate language conversion (display list creation) process may be referred to as “D” process below.

レンダラ部202は描画部208を備えていて、後段処理部204で出力されたディスプレイリスト209に基づいてプリミティブな描画要素の描画を実行してビットマップデータを展開する、描画(レンダリング)処理を行う。このような描画(レンダリング)処理を以下では「R」処理ということがある。プリンタエンジンでは、描画処理後のビットマップデータである印刷データ210に基づいて画像形成を行う。   The renderer unit 202 includes a drawing unit 208, and performs drawing (rendering) processing that draws primitive drawing elements based on the display list 209 output from the post-processing unit 204 and develops bitmap data. . Hereinafter, such drawing (rendering) processing may be referred to as “R” processing. The printer engine forms an image based on the print data 210 that is bitmap data after the drawing process.

以上のような印刷文書から印刷データを描画する処理は、印刷文書の複数頁を複数の画像処理モジュールに分担させ、複数の画像処理モジュールで並行して処理を行なうようにすれば、処理の高速化を図ることができる。   The process of drawing print data from a print document as described above can be performed at high speed by sharing a plurality of pages of a print document with a plurality of image processing modules and performing the processes in parallel with the plurality of image processing modules. Can be achieved.

また、複数の画像処理モジュールへの分担が、印刷文書を頁毎に切り出して、それぞれの頁を複数の画像処理モジュールに対して振り分けて行われるのではなく、印刷文書そのものを複数の画像処理モジュール全てに送信し、印刷文書中に処理する頁を知らせる形態で行われることから、本形態では、このような振り分ける処理を行う必要がない。   Also, the assignment to a plurality of image processing modules is not performed by cutting out a print document for each page and distributing each page to a plurality of image processing modules. Since this is performed in a form in which all pages are transmitted and the page to be processed is notified in the print document, in this embodiment, it is not necessary to perform such a sorting process.

図8は、頁独立な頁記述言語で記録された印刷文書からビットマップデータを描画する処理を複数の画像処理モジュールで並列処理する場合の例について説明するブロック図である。   FIG. 8 is a block diagram for explaining an example in which a process of drawing bitmap data from a print document recorded in a page-independent page description language is processed in parallel by a plurality of image processing modules.

PDF(Portable Document Format)など、頁独立な頁記述言語で記録された印刷文書からビットマップデータを描画する処理では、印刷文書の頁構成情報により容易に頁の区切りがわかる。   In the process of drawing bitmap data from a print document recorded in a page-independent page description language such as PDF (Portable Document Format), the page breaks can be easily determined from the page configuration information of the print document.

PDF文書など、頁独立な頁記述言語で記録された印刷文書101は、1頁、2頁、…、n頁で構成される文書である。印刷文書101には、頁構成辞書102が含まれていて、これを参照することで印刷文書101中における各頁の区切りが分かる。画像処理部103は、複数個((1)番、(2)番、…、(N)番)の画像処理モジュール104を備えている。複数の画像処理モジュール104は、並行処理により分担して印刷文書101からビットマップデータを描画する処理を行う。この印刷文書101では容易に頁の区切り位置がわかるので、各頁の処理を各画像処理モジュール104に割り振っていく。すなわち、(1)番の画像処理モジュール104は、1頁、1+N頁、1+2N頁、…を処理し、(2)番の画像処理モジュール104は、2頁、2+N頁、2+2N頁、…を処理し、…というようにである。   A printed document 101 recorded in a page-independent page description language such as a PDF document is a document composed of one page, two pages,..., N pages. The print document 101 includes a page configuration dictionary 102, and by referring to this, the page breaks in the print document 101 can be known. The image processing unit 103 includes a plurality of ((1) number, (2) number,..., (N) number) image processing modules 104. The plurality of image processing modules 104 perform processing for drawing bitmap data from the print document 101 in a shared manner. Since the print document 101 can easily identify the page break position, the processing of each page is assigned to each image processing module 104. That is, the (1) number image processing module 104 processes page 1, 1 + N page, 1 + 2N page,..., And (2) number image processing module 104 processes page 2, 2 + N page, 2 + 2N page,. And ... and so on.

このように、頁独立な頁記述言語で記録された印刷文書101を複数の画像処理モジュール104で並列処理する場合は、ある頁のビットマップデータの作成時間は当該頁の「I」処理と「R」処理に要する時間のみで足り、当該画像処理モジュール104で処理を担当しない頁については当該画像処理モジュール104では何ら解析を行う必要がない(当該頁の処理を担当する画像処理モジュール104だけで解析が行われる)。よって、画像処理部103で印刷文書101の処理に要する時間は、印刷文書101が全部でn頁であるとすると、画像処理部103が単一の画像処理モジュール104のみを備えている場合に比べると、当該n頁の「I」処理と「R」処理に要する時間の合計のN分の1でよい(「I」処理と「R」処理に要する時間が各頁で同じである場合)。   As described above, when the print document 101 recorded in the page-independent page description language is processed in parallel by the plurality of image processing modules 104, the bitmap data creation time of a page is determined by “I” processing and “ Only the time required for the “R” process is required, and the image processing module 104 does not need to perform any analysis on pages that are not in charge of processing by the image processing module 104 (only the image processing module 104 in charge of the processing of the page). Analysis). Therefore, the time required for processing the print document 101 by the image processing unit 103 is compared with the case where the image processing unit 103 includes only a single image processing module 104, assuming that the print document 101 has n pages in total. And 1 / N of the total time required for the “I” process and the “R” process for the n page (when the time required for the “I” process and the “R” process is the same for each page).

図9は、頁独立でない頁記述言語で記録された印刷文書からビットマップデータを描画する処理を複数の画像処理モジュールで並列処理する場合の例について説明するブロック図である。   FIG. 9 is a block diagram for explaining an example in which a process of drawing bitmap data from a print document recorded in a page description language that is not page-independent is performed in parallel by a plurality of image processing modules.

前述の頁独立である頁記述言語の場合に対して、PostScriptなど、頁独立でない頁記述言語で記録された印刷文書からビットマップデータを描画する処理では、頁構成情報がないためにどの頁がどこにあるかはわからず、これを知るためには印刷文書の先頭から構文解析しながら頁間の区切り目を見つける必要がある。   In contrast to the page-independent page description language described above, in the process of drawing bitmap data from a printed document recorded in a non-page-independent page description language such as PostScript, there is no page configuration information, so which page It is not known where it is, and in order to know this, it is necessary to find the break between pages while parsing from the beginning of the printed document.

すなわち、PostScriptなど、頁独立な頁記述言語で記録された印刷文書151は、1頁、2頁、…、n頁で構成される文書である。印刷文書151には、頁構成辞書が含まれていないので、どの頁が印刷文書151のデータ中のどこにあるかわからない。よって、印刷文書151を先頭から解析していって、頁の区切り目を見つけなければならない。   That is, a print document 151 recorded in a page-independent page description language such as PostScript is a document composed of one page, two pages,..., N pages. Since the print document 151 does not include a page configuration dictionary, it is not known which page is in the data of the print document 151. Therefore, it is necessary to analyze the print document 151 from the top and find a page break.

画像処理部153は、複数個((1)番、(2)番、…、(N)番)の画像処理モジュール154を備えている。複数の画像処理モジュール154は、並行処理により分担して印刷文書151からビットマップデータを描画する処理を行う。各頁の処理の分担は各画像処理モジュール154に割り振っていく。すなわち、(1)番の画像処理モジュール154は、1頁、1+N頁、1+2N頁、…を処理し、(2)番の画像処理モジュール154は、2頁、2+N頁、2+2N頁、…を処理し、…というようにである。   The image processing unit 153 includes a plurality of ((1) number, (2) number,..., (N) number) image processing modules 154. The plurality of image processing modules 154 perform processing for drawing bitmap data from the print document 151 in a shared manner. The sharing of processing for each page is assigned to each image processing module 154. That is, the (1) number image processing module 154 processes page 1, 1 + N page, 1 + 2N page,..., And (2) number image processing module 154 processes page 2, 2 + N page, 2 + 2N page,. And ... and so on.

しかし、この印刷文書151では容易に頁の区切り位置がわからないので、各画像処理モジュール154で印刷文書151の構文解釈を行いながら印刷すべき頁の先頭位置を見つける工程が必要である。   However, in this print document 151, the page break position is not easily known, and therefore, each image processing module 154 needs to find the top position of the page to be printed while performing syntax interpretation of the print document 151.

そこで、各画像処理モジュール154は、いずれも全ての頁について「I」処理が必要となる。これにより、各画像処理モジュール154では頁の区切り目が明らかとなり、自らが担当する頁の位置が分かるからである。   Therefore, each image processing module 154 requires “I” processing for all pages. This is because each image processing module 154 reveals the page breaks and knows the position of the page that it is responsible for.

しかし、「R」処理については当該画像処理モジュール154が担当すべき頁のみについて行えばよいので、図9中、斜線を付した「R」処理についてのみ実行し、斜線を付していない「R」処理については行う必要がない。   However, since the “R” process only needs to be performed for the page to be handled by the image processing module 154, only the “R” process indicated by hatching in FIG. 9 is executed, and the “R” process not indicated by hatching is performed. It is not necessary to carry out processing.

このように、頁独立でない頁記述言語で記録された印刷文書151を複数の画像処理モジュール154で並列処理する場合であっても、不要な「R」処理は省くことができるので、複数の画像処理モジュール154による並列処理により処理の高速化を図ることができる。   As described above, even when the print document 151 recorded in a page description language that is not page-independent is processed in parallel by the plurality of image processing modules 154, unnecessary “R” processing can be omitted. The processing speed can be increased by parallel processing by the processing module 154.

しかし、目的の頁のみをビットマップデータに変換するためであっても、直前まで頁記述言語のコマンドで設定され、次の頁に引き継ぐべき各種書式情報は都度更新して蓄積しておき、該当頁の初期値とする必要のある点が、頁独立でない頁記述言語で記録された印刷文書を処理する場合の特有な制約となる。   However, even if only the target page is converted to bitmap data, the page description language commands are set up to immediately before, and the various format information to be transferred to the next page is updated and stored each time. The point that needs to be set as the initial value of the page is a unique restriction when processing a printed document recorded in a page description language that is not page-independent.

[発明を実施するための形態の内容]
以下、本発明の一実施の形態について図面を参照しつつ説明する。
[Contents of embodiments for carrying out the invention]
Hereinafter, an embodiment of the present invention will be described with reference to the drawings.

図1は、本実施の形態にかかる画像形成装置の電気的な接続のブロック図である。   FIG. 1 is a block diagram of electrical connection of the image forming apparatus according to the present embodiment.

この画像形成装置1は、LAN2を介してホストコンピュータ3と接続され、ホストコンピュータ3から送信された印刷要求を処理して、用紙などの媒体上に画像形成を行う。   The image forming apparatus 1 is connected to the host computer 3 via the LAN 2, processes a print request transmitted from the host computer 3, and forms an image on a medium such as paper.

画像形成装置1は、MPUモジュール11と、複数台(N台)のSPUモジュール12((1)番、(2)番、…、(N)番)とを備えている。これらのモジュールは本発明の画像処理装置を実施する。   The image forming apparatus 1 includes an MPU module 11 and a plurality (N) of SPU modules 12 (number (1), number (2),..., Number (N)). These modules implement the image processing apparatus of the present invention.

MPUモジュール11、N台のSPUモジュール12は、システムバス13を介して、通信制御部14、二次記憶装置15、(エンジン制御部16を介して)プリンタエンジン17、共有メモリ18などと接続されている。   The MPU module 11 and the N SPU modules 12 are connected to a communication control unit 14, a secondary storage device 15, a printer engine 17 and a shared memory 18 (via an engine control unit 16) via a system bus 13. ing.

MPUモジュール11は、画像形成装置1での画像形成処理を制御するマスター・モジュールである。SPUモジュール12は、ホストコンピュータ3から送信された印刷要求に含まれている印刷文書を印刷データ(ビットマップデータ)に変換する処理を行うスレーブ・プロセッサ・モジュールである。   The MPU module 11 is a master module that controls image forming processing in the image forming apparatus 1. The SPU module 12 is a slave processor module that performs processing for converting a print document included in a print request transmitted from the host computer 3 into print data (bitmap data).

MPUモジュール11及び各SPUモジュール12は、いずれも各種演算を行い、各部を集中的に制御するCPU21と、画像処理プログラム22などCPU21が実行するプログラムなどを記憶したROM23と、CPU21の作業エリアとなるRAM24とがローカルバス25を介して接続されている。ローカルバス25は、バスI/F(インターフェイス)26を介してシステムバス13に接続されている。   Each of the MPU module 11 and each SPU module 12 performs various calculations and serves as a work area for the CPU 21 that centrally controls each part, a ROM 23 that stores programs executed by the CPU 21 such as an image processing program 22, and the like. A RAM 24 is connected via a local bus 25. The local bus 25 is connected to the system bus 13 via a bus I / F (interface) 26.

画像処理プログラム22は、画像形成装置1の製造当初からセットアップされていても良いが、後発的に画像処理プログラム22を記憶した記憶媒体から記憶媒体の読取装置により読み取って、二次記憶装置15などの記憶装置にセットアップし、あるいは、インターネットなどからダウンロードして二次記憶装置15などの記憶装置にセットアップするようにしても良い。   The image processing program 22 may be set up from the beginning of manufacture of the image forming apparatus 1. However, the image processing program 22 is read later from a storage medium storing the image processing program 22 by a storage medium reader, and the secondary storage device 15 or the like. Or may be downloaded from the Internet or the like and set up in a storage device such as the secondary storage device 15.

通信制御部14は、画像形成装置1のLAN2との通信を制御する。   The communication control unit 14 controls communication with the LAN 2 of the image forming apparatus 1.

二次記憶装置15は、ホストコンピュータ3から送信された印刷要求等のデータを記憶する。   The secondary storage device 15 stores data such as a print request transmitted from the host computer 3.

共有メモリ18は、SPUモジュール12で印刷文書から変換後のビットマップデータなどのデータを記憶する。   The shared memory 18 stores data such as bitmap data converted from a print document by the SPU module 12.

プリンタエンジン17は、エンジン制御部16の制御により動作し、印刷文書から変換後のビットマップデータに基づいて用紙などの印刷媒体上に画像形成を行う。画像形成の手段は、電子写真方式のほか、インクジェット方式など様々な手段を用いることができる。   The printer engine 17 operates under the control of the engine control unit 16 and forms an image on a print medium such as paper based on bitmap data converted from a print document. As an image forming means, various means such as an electrophotographic system and an ink jet system can be used.

図2は、画像形成装置1で実行する処理の機能ブロック図である。   FIG. 2 is a functional block diagram of processing executed by the image forming apparatus 1.

印刷文書受信部31は、ホストコンピュータ3から処理すべき印刷文書を受信し、この印刷文書は二次記憶装置15内に用意される印刷文書格納部32に格納される。   The print document receiving unit 31 receives a print document to be processed from the host computer 3, and this print document is stored in a print document storage unit 32 prepared in the secondary storage device 15.

システム制御部33は、MPUモジュール11により実現され、印刷文書受信部31で印刷文書を受信すると各部を制御して印刷文書を処理する。   The system control unit 33 is realized by the MPU module 11. When the print document reception unit 31 receives a print document, the system control unit 33 controls each unit to process the print document.

頁構成解析部34は、MPUモジュール11により実現され、印刷文書の先頭から末尾まで順次解析し、頁間の区切りを検出した旨の通知又は検出該当の頁番号を頁割り当て制御部35に通知する。   The page configuration analysis unit 34 is realized by the MPU module 11 and sequentially analyzes from the beginning to the end of the printed document, and notifies the page allocation control unit 35 of the notification that the break between pages has been detected or the corresponding page number to be detected. .

印刷データ生成部36は、印刷文書をビットマップデータに変換する。印刷データ生成部36は、複数(N個)の画像処理モジュール37((1)番、(2)番、…、(n)番)で構成される。各画像処理モジュール36は各SPUモジュール12により実現されている。すなわち、(1)番の画像処理モジュール36は(1)番のSPUモジュール12で実現し、(2)番の画像処理モジュール36は(2)番のSPUモジュール12で実現し、…、(n)番の画像処理モジュール36は(n)番のSPUモジュール12で実現している。N個の画像処理モジュール37は、それぞれ印刷文書の各頁の処理を分担し、互いに印刷文書を並列処理する。   The print data generation unit 36 converts the print document into bitmap data. The print data generation unit 36 includes a plurality (N) of image processing modules 37 (number (1), number (2),..., Number (n)). Each image processing module 36 is realized by each SPU module 12. That is, the (1) number image processing module 36 is realized by the (1) number SPU module 12, the (2) number image processing module 36 is realized by the (2) number SPU module 12,. No. image processing module 36 is realized by the (n) No. SPU module 12. The N image processing modules 37 share the processing of each page of the print document, and process the print documents in parallel with each other.

頁割り当て制御部35は、印刷文書中の頁構成解析部34からの通知により、どの頁をどの画像処理モジュール36に処理させるかを決定し、その頁の処理を割り当てる。   The page allocation control unit 35 determines which page is to be processed by which image processing module 36 based on the notification from the page configuration analysis unit 34 in the printed document, and allocates the processing of the page.

印刷頁管理部38は、印刷データ生成部36で生成されたビットマップデータの頁順序をソートしながら管理して、これを頁順にエンジン制御部16に供給する。   The print page management unit 38 manages the bit map data generated by the print data generation unit 36 while sorting the page order, and supplies the page order to the engine control unit 16.

図3は、頁構成解析部34、印刷データ生成部36が実行する処理について説明する機能ブロック図である。   FIG. 3 is a functional block diagram for explaining processing executed by the page configuration analysis unit 34 and the print data generation unit 36.

まず、画像処理モジュール37の前処理となる頁構成解析部34での処理を高速化し、画像処理モジュール37の数が多くても各画像処理モジュール37を待たせずに次々と各画像処理モジュール37の頁の処理を割り振ることができるようにする手段について説明する。   First, the processing in the page configuration analysis unit 34, which is the pre-processing of the image processing module 37, is speeded up, and even if the number of image processing modules 37 is large, the image processing modules 37 are successively received without waiting for the image processing modules 37. A means for enabling the processing of the pages to be allocated will be described.

頁構成解析部34は、印刷文書の冒頭から末尾まで順次解析していき、頁間の区切りを検出する度に、頁間の区切りを検出した旨の通知(頁検出通知)又は検出該当の頁番号を頁割り当て制御部35に通知する。頁構成解析部34は、このような頁間の区切りを検出する処理に特化しており、印刷文書の書式情報を検出する等の処理は行わない。そのため、印刷文書の書式情報の検出等まで頁構成解析部34で行う場合に比べて、画像処理モジュール37の前処理となる頁構成解析部34の処理の負担は少ない。   The page configuration analysis unit 34 sequentially analyzes from the beginning to the end of the printed document, and each time a page break is detected, a notification that a page break is detected (page detection notification) or a corresponding page to be detected. The number is notified to the page allocation control unit 35. The page configuration analysis unit 34 specializes in processing for detecting such page breaks, and does not perform processing such as detecting format information of a printed document. Therefore, as compared with the case where the page configuration analysis unit 34 performs detection of the print document format information and the like, the processing load of the page configuration analysis unit 34 which is the preprocessing of the image processing module 37 is small.

すなわち、頁構成解析部34で行なう処理は「P」処理であるが、印刷文書41から図7を参照して前述した頁区切り207は抽出するものの、描画オブジェクト205、グラフィックス状態情報206の抽出は行わない。よって、図7を参照して前述した構文解析処理のうち、頁構成解析部34で行なう処理は頁区切り207の抽出に限られる。   That is, the processing performed by the page configuration analysis unit 34 is “P” processing, but the page break 207 described above with reference to FIG. 7 is extracted from the print document 41, but the drawing object 205 and graphics state information 206 are extracted. Do not do. Therefore, in the syntax analysis processing described above with reference to FIG. 7, the processing performed by the page configuration analysis unit 34 is limited to the extraction of the page break 207.

次に、印刷データ生成部36での処理を高速化する手段について説明する。   Next, means for speeding up the processing in the print data generation unit 36 will be described.

すなわち、各頁において、画像処理モジュール37での処理負荷は一律ではない。負荷が大きい頁もあれば小さい頁もある。各画像処理モジュール37間で処理負荷に差があると、印刷データ生成部36で処理に要する時間は複数の画像処理モジュール37の中で最も処理負荷の大きいものの処理時間に拘束されることになる。   That is, the processing load on the image processing module 37 is not uniform for each page. Some pages are heavily loaded and others are small. If there is a difference in processing load between the image processing modules 37, the time required for processing by the print data generation unit 36 is constrained by the processing time of the largest processing load among the plurality of image processing modules 37. .

そこで、頁割り当て制御部35は、印刷文書の各頁を各画像処理モジュール37に割り当てる処理を機械的に行うのではなく、各画像処理モジュール37で処理待ちとなっている頁の処理量に応じて、印刷文書の各頁を動的に各画像処理モジュール37に割り振るようにしている。   Therefore, the page assignment control unit 35 does not mechanically perform the process of assigning each page of the print document to each image processing module 37, but according to the processing amount of the page waiting for processing in each image processing module 37. Thus, each page of the print document is dynamically allocated to each image processing module 37.

具体的には、頁割り当て制御部35は、(1)番の画像処理モジュール37に1,1a,1b,…頁の処理を割り振り、(2)番の画像処理モジュール37に2,2a,2b,…頁の処理を割り振り、…というように印刷文書の各頁の処理を割り振っていて、各画像処理モジュール37で処理を割り振られているが未だ未処理の頁の頁番号の情報が頁の待ち行列51として各画像処理モジュール37に保持されている。そこで、この頁の待ち行列51を参照し、頁の待ち行列51として保持されている頁の数が最も少ない画像処理モジュール37が、処理待ちとなっている頁の処理量が最も少ない画像処理モジュール37であると推定し、その画像処理モジュール37に対して新たな頁の処理を割り振るようにすればよい。   Specifically, the page allocation control unit 35 assigns the processing of pages 1, 1a, 1b,... To the (1) number image processing module 37, and 2, 2a, 2b to the (2) number image processing module 37. ,... Page processing is allocated, and processing of each page of the printed document is allocated, and the page number information of the pages that have been allocated to each image processing module 37 but have not yet been processed. Each queue 51 is held in each image processing module 37. Therefore, referring to this page queue 51, the image processing module 37 with the smallest number of pages held as the page queue 51 is the image processing module with the least amount of processing for the pages waiting to be processed. It is sufficient to estimate that the number is 37 and to allocate a new page process to the image processing module 37.

図4は、各画像処理モジュール37が実行する処理について説明する機能ブロック図である。図5は、各画像処理モジュール37が実行する処理について説明するフローチャートである。   FIG. 4 is a functional block diagram for explaining processing executed by each image processing module 37. FIG. 5 is a flowchart for describing processing executed by each image processing module 37.

図4においては、印刷文書41の1頁目から各頁の処理を左から右に横一列に並べて示している。印刷文書41の各頁を頁割り当て制御部35が各画像処理モジュール37に割り当てる場合、頁割り当て制御部35は個々の画像処理モジュール37に割り当て頁の頁番号を昇順で与える。   In FIG. 4, the processing of each page from the first page of the print document 41 is shown in a horizontal row from left to right. When the page assignment control unit 35 assigns each page of the print document 41 to each image processing module 37, the page assignment control unit 35 gives the page numbers of the assigned pages to the individual image processing modules 37 in ascending order.

そして、各画像処理モジュール37は、「現在の頁番号」の初期値を0として(ステップS1)、処理すべき頁が頁割り当て制御部35から割り当てられるのを待つ(ステップS2)。この割り当てがあると(ステップS2のY)、「現在の頁番号」より割り当てられた頁番号の方が大きければ(ステップS3のY)、現在の頁番号の頁について「P」処理のみ行い(ステップS4)、「D」処理、「R」処理を行わない。そして、「現在の頁番号」を+1だけカウントアップする(ステップS5)。   Each image processing module 37 sets the initial value of “current page number” to 0 (step S1), and waits for a page to be processed to be assigned from the page assignment control unit 35 (step S2). If there is this assignment (Y in step S2), if the assigned page number is larger than “current page number” (Y in step S3), only “P” processing is performed for the page with the current page number ( Step S4), “D” processing and “R” processing are not performed. Then, “current page number” is counted up by +1 (step S5).

「現在の頁番号」と割り当てられた頁番号が同じであれば(ステップS3のN)、現在の頁番号(=割り当てられた頁番号)の頁について「P」処理、「D」処理、及び「R」処理を行い(ステップS6)、生成したビットマップデータを印刷頁管理部38に出力する。そして、「現在の頁番号」を+1だけカウントアップする(ステップS5)。「D」処理及び「R」処理は、両者を合わせて広義の描画処理になる。   If the assigned page number is the same as the “current page number” (N in step S3), the “P” process, the “D” process, and the page of the current page number (= assigned page number), and “R” processing is performed (step S 6), and the generated bitmap data is output to the print page management unit 38. Then, “current page number” is counted up by +1 (step S5). The “D” process and the “R” process are combined to form a broad drawing process.

このように、各画像処理モジュール37は、自らが処理すべきでない頁については「P」処理のみ行い、「D」処理、「R」処理は行わないようにしている。すなわち、「P」処理については印刷文書41全体に亘って実行し、印刷文書のどの部分が自ら処理すべき頁のデータなのかを判断しているが、自ら処理すべき頁でないと判断したデータについては「D」処理、「R」処理を省いている。   In this way, each image processing module 37 performs only “P” processing on pages that should not be processed by itself, and does not perform “D” processing and “R” processing. That is, the “P” process is executed over the entire print document 41 to determine which part of the print document is the data of the page to be processed by itself, but the data determined not to be the page to be processed by itself. “D” processing and “R” processing are omitted.

この場合に、自ら処理すべき頁でない頁でも「P」処理は行うことになるが、この場合の「P」処理では、図7を参照して説明した処理のうち、頁区切り207は抽出するが、描画オブジェクト205については読み捨てる。また、グラフィックス状態情報206は頁間で引き継ぐ情報として内部的に保存しておく。   In this case, the “P” process is performed even on a page that is not a page to be processed by itself. In this case, the page break 207 is extracted from the processes described with reference to FIG. However, the drawing object 205 is discarded. Also, the graphics state information 206 is stored internally as information that is inherited between pages.

図6は、各画像処理モジュール37が実行する処理について説明する機能ブロック図である。   FIG. 6 is a functional block diagram illustrating processing executed by each image processing module 37.

図6においては、画像処理モジュール37ごとに印刷文書41の1頁目から各頁の処理を左から右に横一列に並べて示している。   In FIG. 6, the processing of each page from the first page of the print document 41 for each image processing module 37 is shown in a horizontal row from left to right.

単一の画像処理モジュール37でN頁の印刷文書41を処理する場合には、“(「P」処理に要する時間+「D」処理に要する時間+「R」処理に要する時間)×N”の時間を処理に要する。   When N pages of the print document 41 are processed by the single image processing module 37, “(time required for“ P ”processing + time required for“ D ”processing + time required for“ R ”processing) × N” ”” Time is required for processing.

これに対し、N個の画像処理モジュール37でN頁の印刷文書41を並列処理する場合には、各画像処理モジュール37で処理する頁数が均等であったとすると、“(「P」処理に要する時間+「D」処理に要する時間+「R」処理に要する時間)+「P」処理に要する時間×(N−1)”で処理時間が済むことになる。   On the other hand, when N pages of the print document 41 are processed in parallel by the N image processing modules 37, assuming that the number of pages processed by each image processing module 37 is equal, “(“ P ”processing” The time required for the processing is as follows: time required + time required for “D” processing + time required for “R” processing + time required for “P” processing × (N−1) ”.

よって、並列処理を行わない場合に比べると、“(「D」処理に要する時間+「R」処理に要する時間)×(N−1)”の処理時間が削減されることになる。   Therefore, the processing time of “(time required for“ D ”processing + time required for“ R ”processing) × (N−1)” ”is reduced as compared with the case where parallel processing is not performed.

また、この場合に頁構成解析部34で処理に要する時間は、“「P」処理に要する時間×N”であるから、頁構成解析部34で印刷文書41の全体を解析するのに要する時間は、画像処理モジュール37が処理に要する時間に比べて“「D」処理に要する時間+「R」処理に要する時間”だけ短いことになる。   In this case, the time required for processing by the page configuration analysis unit 34 is “time required for“ P ”processing × N”. Therefore, the time required for the page configuration analysis unit 34 to analyze the entire print document 41. Is shorter than the time required for the image processing module 37 by “time required for“ D ”processing + time required for“ R ”processing” ”.

1 画像形成装置
17 プリンタエンジン
34 頁構成解析部
35 頁割当て制御部
36 印刷データ生成部
37 画像処理モジュール
DESCRIPTION OF SYMBOLS 1 Image forming apparatus 17 Printer engine 34 Page structure analysis part 35 Page allocation control part 36 Print data generation part 37 Image processing module

Claims (5)

印刷文書から印刷データに描画する描画処理を頁ごとに分担して並列処理する複数の処理手段と、
前記各頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行う割振手段と、
を備え、
前記割振手段は、前記各処理手段で処理待ちとなっている前記頁の処理量に応じて前記割り振りを行う、
画像処理装置。
A plurality of processing means for performing parallel processing by sharing drawing processing for drawing print data from a print document for each page;
Allocating means for allocating which of the plurality of processing means is to execute the processing of each page;
With
The allocation unit performs the allocation according to the processing amount of the page that is waiting for processing in each processing unit.
Image processing device.
前記印刷文書の構文解析処理を頁間の区切り検出に特化して行う特化手段をさらに備え、
前記割振手段は、前記特化手段で前記区切りを検出した頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行なう、
請求項1に記載の画像処理装置。
Further comprising specialized means for specially performing parsing processing of the printed document for detecting a break between pages;
The allocating means allocates which one of the plurality of processing means is to execute the processing of the page whose delimiter is detected by the specializing means.
The image processing apparatus according to claim 1.
前記各処理手段は、前記印刷文書の構文解析についてはそれぞれ全頁に亘って行い、前記割振手段により自らが実行すべきものとして割り振られた頁であることを条件に当該頁について前記描画を行う、請求項1又は2に記載の画像処理装置。   Each of the processing means performs the parsing of the printed document over all pages, and performs the drawing on the page on the condition that the page is allocated by the allocating means as one to be executed by itself. The image processing apparatus according to claim 1. 印刷文書からの印刷データの描画を頁ごとに分担して並列処理する複数の処理手段と、
前記各頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行う割振手段と、
前記処理手段で描画後の前記印刷文書に基づいて画像形成を行う画像形成手段と、
を備え、
前記割振手段は、前記各処理手段で処理待ちとなっている前記頁の処理量に応じて前記割り振りを行う、
を備えている画像形成装置。
A plurality of processing means for sharing the drawing of the print data from the print document for each page and processing in parallel;
Allocating means for allocating which of the plurality of processing means is to execute the processing of each page;
Image forming means for forming an image based on the printed document after drawing by the processing means;
With
The allocation unit performs the allocation according to the processing amount of the page that is waiting for processing in each processing unit.
An image forming apparatus.
印刷文書からの印刷データの描画を頁ごとに分担して並列処理する複数の処理手段と、
前記各頁の処理を前記複数の処理手段のうちの何れに実行させるか割り振りを行う割振手段と、
をコンピュータに実行させ、
前記割振手段は、前記各処理手段で処理待ちとなっている前記頁の処理量に応じて前記割り振りを行う、
コンピュータに読取可能な画像処理プログラム。
A plurality of processing means for sharing the drawing of the print data from the print document for each page and processing in parallel;
Allocating means for allocating which of the plurality of processing means is to execute the processing of each page;
To the computer,
The allocation unit performs the allocation according to the processing amount of the page that is waiting for processing in each processing unit.
An image processing program readable by a computer.
JP2009202229A 2009-09-02 2009-09-02 Image processor, image forming apparatus, and image processing program Pending JP2011051234A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2009202229A JP2011051234A (en) 2009-09-02 2009-09-02 Image processor, image forming apparatus, and image processing program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2009202229A JP2011051234A (en) 2009-09-02 2009-09-02 Image processor, image forming apparatus, and image processing program

Publications (1)

Publication Number Publication Date
JP2011051234A true JP2011051234A (en) 2011-03-17

Family

ID=43940763

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2009202229A Pending JP2011051234A (en) 2009-09-02 2009-09-02 Image processor, image forming apparatus, and image processing program

Country Status (1)

Country Link
JP (1) JP2011051234A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013161135A (en) * 2012-02-01 2013-08-19 Konica Minolta Inc Print controller
US8629997B2 (en) 2012-02-02 2014-01-14 Fuji Xerox Co., Ltd. Print control apparatus and image forming system for rendering image data
US8755060B2 (en) 2012-02-01 2014-06-17 Fuji Xerox Co., Ltd. Print control apparatus, image forming system, and non-transitory computer readable medium
US9785871B2 (en) 2011-09-20 2017-10-10 Fuji Xerox Co., Ltd. Print control device and non-transitory computer readable medium
US10235611B2 (en) 2015-08-20 2019-03-19 Fuji Xerox Co., Ltd. Image forming apparatus, image forming method, and non-transitory computer readable medium
US10268424B2 (en) 2017-01-31 2019-04-23 Konica Minolta, Inc. Determining ejection order of recording sheets based on predicted rasterization time

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3553985B2 (en) * 1991-08-06 2004-08-11 株式会社日立製作所 Print control method and print control device
JP2008015605A (en) * 2006-07-03 2008-01-24 Fuji Xerox Co Ltd Image data creating device and image forming apparatus

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3553985B2 (en) * 1991-08-06 2004-08-11 株式会社日立製作所 Print control method and print control device
JP2008015605A (en) * 2006-07-03 2008-01-24 Fuji Xerox Co Ltd Image data creating device and image forming apparatus

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9785871B2 (en) 2011-09-20 2017-10-10 Fuji Xerox Co., Ltd. Print control device and non-transitory computer readable medium
JP2013161135A (en) * 2012-02-01 2013-08-19 Konica Minolta Inc Print controller
US8755060B2 (en) 2012-02-01 2014-06-17 Fuji Xerox Co., Ltd. Print control apparatus, image forming system, and non-transitory computer readable medium
US8629997B2 (en) 2012-02-02 2014-01-14 Fuji Xerox Co., Ltd. Print control apparatus and image forming system for rendering image data
US10235611B2 (en) 2015-08-20 2019-03-19 Fuji Xerox Co., Ltd. Image forming apparatus, image forming method, and non-transitory computer readable medium
US10268424B2 (en) 2017-01-31 2019-04-23 Konica Minolta, Inc. Determining ejection order of recording sheets based on predicted rasterization time

Similar Documents

Publication Publication Date Title
US8830506B2 (en) Image processing system utilizing plural parallel processors and image processing method utilizing plural parallel processors
US6327050B1 (en) Printing method and apparatus having multiple raster image processors
JP5238526B2 (en) System and method for print resource management
US20130293561A1 (en) Image data producing apparatus, image forming apparatus and computer readable medium
JP5594470B2 (en) Printing control apparatus, printing system, and program
US8891098B2 (en) Conversion time prediction apparatus, recording medium, and conversion time prediction method
JP3417742B2 (en) Print processing apparatus and method
US8625133B2 (en) Print data processing apparatus, print data processing method, and storage medium
JP2011051234A (en) Image processor, image forming apparatus, and image processing program
US10078477B2 (en) Image processing apparatus, non-transitory computer-readable storage medium storing imposition control program, and imposition control method
JPH09114611A (en) Method and device for print processing
US8755060B2 (en) Print control apparatus, image forming system, and non-transitory computer readable medium
US8334989B2 (en) Printing device and method for parallel processing of data
US20100231952A1 (en) Printing system and method
JP5268427B2 (en) Image forming apparatus and image forming system
US8928914B2 (en) Image processing apparatus, information processing method, and storage medium
JP2007226465A (en) Image output system and image output method
JP2009276907A (en) Image processor, printing system, and program
US20150339550A1 (en) Image processing apparatus, print information generating apparatus, image forming apparatus, image forming system, image processing method, print information generating method, and non-transitory computer readable medium
US10831416B2 (en) Page complexity analysis for print jobs
JP5799968B2 (en) Printing system
JPH1040040A (en) Printing processor
JPH09204277A (en) Print processing system
JP2006218819A (en) Image formation apparatus, image processing apparatus, program, and image processing method
EP1116095B1 (en) Printing method and apparatus having multiple raster image processors

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20120817

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20121113

RD04 Notification of resignation of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7424

Effective date: 20121113

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20130416

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20130613

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20130917