JP6385111B2 - Processing apparatus, method thereof, and program - Google Patents

Processing apparatus, method thereof, and program Download PDF

Info

Publication number
JP6385111B2
JP6385111B2 JP2014078232A JP2014078232A JP6385111B2 JP 6385111 B2 JP6385111 B2 JP 6385111B2 JP 2014078232 A JP2014078232 A JP 2014078232A JP 2014078232 A JP2014078232 A JP 2014078232A JP 6385111 B2 JP6385111 B2 JP 6385111B2
Authority
JP
Japan
Prior art keywords
prediction
job data
predicted
data
unit
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
JP2014078232A
Other languages
Japanese (ja)
Other versions
JP2015199222A (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.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2014078232A priority Critical patent/JP6385111B2/en
Publication of JP2015199222A publication Critical patent/JP2015199222A/en
Application granted granted Critical
Publication of JP6385111B2 publication Critical patent/JP6385111B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Record Information Processing For Printing (AREA)
  • Accessory Devices And Overall Control Thereof (AREA)

Description

本発明は、画像を形成するための処理を行う処理技術に関するものである。   The present invention relates to a processing technique for performing processing for forming an image.

プリンタ等に代表される印刷装置において、PDL等のデータ記述言語で記述されたデータに対しレンダリング処理を行って画像を生成してから印刷出力する方法が広く知られている。データのレンダリング時間は、データの複雑度やデータサイズ、レンダリング時の画像処理内容によってまちまちである。このレンダリング時間を予測する手法やレンダリング処理が印刷に間に合わなくなるオーバーランが起きるかどうかを予測する手法が提案されている(特許文献1参照)。   2. Description of the Related Art A printing apparatus typified by a printer or the like is widely known in which a rendering process is performed on data described in a data description language such as PDL to generate an image and then print it out. The data rendering time varies depending on the complexity of the data, the data size, and the contents of image processing at the time of rendering. There have been proposed a method for predicting the rendering time and a method for predicting whether or not an overrun occurs when the rendering process is not in time for printing (see Patent Document 1).

特許文献1は、印刷データを仮ラスタライズし、そのラスタ展開時間を計測することで正確な予測を行う技術を開示している。   Japanese Patent Application Laid-Open No. 2004-228688 discloses a technique for performing accurate prediction by temporarily rasterizing print data and measuring the raster development time.

特開2001−228988号公報JP 2001-228988 A

特許文献1では、出力予測時間をホスト装置側に転送した後、画像を出力するものであり、画像処理を実行しつつ、レンダリング時間を予測することができない。尚、正確な予測を行うためには実レンダリング処理に近い処理をしなければならず負荷がかかってしまう。そのため、レンダリング処理と並行して予測処理を行うと、レンダリング処理が遅くなってしまい、印刷に間に合わないことがあった。   In Patent Literature 1, an image is output after the predicted output time is transferred to the host device side, and the rendering time cannot be predicted while performing image processing. In order to perform accurate prediction, processing close to the actual rendering processing must be performed, and a load is applied. For this reason, when the prediction process is performed in parallel with the rendering process, the rendering process becomes slow and may not be in time for printing.

本発明は上記課題を鑑みてなされたものであり、印刷処理の停止を抑制しつつ、効率的に画像処理の終了時間の予測を行うことができる処理技術を提供することを目的とする。   The present invention has been made in view of the above problems, and an object of the present invention is to provide a processing technique capable of efficiently predicting the end time of image processing while suppressing the stop of printing processing.

上記の目的を達成するための本発明による処理装置は以下の構成を備える。即ち、
ジョブデータの画像処理にかかる時間を予測する予測手段と、
前記画像処理の実行に関連する情報に基づいて、前記予測手段による予測の実行を行うかを判断する判断手段と、を備え、
前記判断手段は、前記情報として前記画像処理済みのジョブデータのデータ量を用いて、前記画像処理済みのジョブデータとは別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測手段による予測の実行を行うかを判断することを特徴とする。
In order to achieve the above object, a processing apparatus according to the present invention comprises the following arrangement. That is,
A prediction means for predicting the time required for image processing of job data;
Determining means for determining whether to perform prediction by the prediction means based on information related to execution of the image processing ;
The determination means uses the data amount of the image processed job data as the information, and the job data that is different from the image processed job data and is not subjected to the image processing, It is characterized by determining whether to perform prediction by the prediction means .

本発明によれば、印刷処理の停止を抑制しつつ、効率的に画像処理の終了時間の予測を行うことができる処理技術を提供できる。   ADVANTAGE OF THE INVENTION According to this invention, the processing technique which can estimate the end time of an image process efficiently can be provided, suppressing the stop of a printing process.

画像形成装置の全体構成を示す断面図である。1 is a cross-sectional view illustrating an overall configuration of an image forming apparatus. 画像形成装置における制御構成を示すブロック図である。FIG. 2 is a block diagram illustrating a control configuration in the image forming apparatus. コントロール部でのジョブ実行処理を示すフローチャートである。It is a flowchart which shows the job execution process in a control part. コントロール部でのレンダリング時間予測処理を示すフローチャートである。It is a flowchart which shows the rendering time prediction process in a control part. 予測実行判断部での予測可否判断処理を示すフローチャートである。It is a flowchart which shows the prediction availability judgment process in a prediction execution judgment part. 予測実行判断部での予測可否判断処理を示すフローチャートである。It is a flowchart which shows the prediction availability judgment process in a prediction execution judgment part. 予測実行判断部での予測可否判断処理を示すフローチャートである。It is a flowchart which shows the prediction availability judgment process in a prediction execution judgment part. ジョブ実行の状況を示す説明図である。It is explanatory drawing which shows the condition of job execution. ジョブ実行の状況を示す説明図である。It is explanatory drawing which shows the condition of job execution. ジョブ実行の状況を示す説明図である。It is explanatory drawing which shows the condition of job execution.

<実施形態1>
以下、添付図面を参照して本発明の好適な実施形態を例示的に詳細に説明する。但し、この実施形態に記載されている構成要素の相対配置、装置形状等は、あくまで例示であり、この発明の範囲をそれらのみに限定する趣旨のものではない。
<Embodiment 1>
Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings. However, the relative arrangement of the components described in this embodiment, the device shape, and the like are merely examples, and the scope of the present invention is not limited to them.

本明細書において、「印刷装置」とは、印刷機能に特化した専用機に限らず、印刷機能とその他の機能を複合した複合機や、記録紙上に画像やパターンを形成する製造装置等の装置も含むものとする。   In this specification, the “printing apparatus” is not limited to a dedicated machine specialized in the printing function, but is a multifunction machine that combines the printing function and other functions, a manufacturing apparatus that forms an image or a pattern on recording paper, and the like. The device is also included.

図1は、記憶媒体であるロールシート(搬送方向において印刷単位の長さよりも長い連続した連続シート)を用いる画像形成装置100の全体構成断面図である。印刷装置として機能する画像形成装置100は、ロールシートユニット101、搬送ユニット102、搬送用エンコーダ103、回転ローラ104、ヘッドユニット105、印刷ヘッド106、スキャナユニット107、制御装置108、インクタンク109、カッタユニット110、裏面印刷ユニット111、乾燥ユニット112、シート巻取りユニット113、仕分けユニット114、操作部ユニット115を備え、これらの各種構成要素が画像形成装置100の筐体内に配置されている。   FIG. 1 is an overall configuration cross-sectional view of an image forming apparatus 100 that uses a roll sheet (a continuous continuous sheet longer than the length of a printing unit in the transport direction) that is a storage medium. The image forming apparatus 100 functioning as a printing apparatus includes a roll sheet unit 101, a transport unit 102, a transport encoder 103, a rotation roller 104, a head unit 105, a print head 106, a scanner unit 107, a control device 108, an ink tank 109, a cutter. A unit 110, a back surface printing unit 111, a drying unit 112, a sheet winding unit 113, a sorting unit 114, and an operation unit unit 115 are provided, and these various components are arranged in the casing of the image forming apparatus 100.

制御装置108は、コントローラやユーザインタフェース、各種I/Oインタフェースを備えた制御部を内蔵し、装置全体の各種制御を司る。詳しくは、制御装置108は、内部に、CPU、RAM、ROMを備える。ROMには、後述するフローチャートで示す処理を含む各種処理を実行するためのプログラムが格納されており、CPUは、ROMに格納されているプログラムをRAM上に読み出し実行することで、各種処理を実行する。   The control device 108 incorporates a controller, a user interface, and a control unit having various I / O interfaces, and controls various controls of the entire device. Specifically, the control device 108 includes a CPU, RAM, and ROM therein. The ROM stores programs for executing various processes including the processes shown in the flowcharts to be described later, and the CPU executes various processes by reading and executing the programs stored in the ROM on the RAM. To do.

ロールシートユニット101は、上段シートカセット101aと下段シートカセット101bの2基のカセットユニットを備える。ユーザは、ロールシート(以下、シート)をマガジンに装着して、画像形成装置100本体に正面から挿入して装着する。上段シートカセット101aから引き出されたシートは図中a方向に、下段シートカセット101bから引き出されたシートは図中b方向に搬送される。いずれのカセットユニットからのシートも図中c方向に進行して搬送ユニット102に到達する。搬送ユニット102は、複数の回転ローラ104を通して印刷中にシートを図中d方向(水平方向)に搬送する。   The roll sheet unit 101 includes two cassette units, an upper sheet cassette 101a and a lower sheet cassette 101b. The user attaches a roll sheet (hereinafter referred to as “sheet”) to the magazine, and inserts and attaches it to the main body of the image forming apparatus 100 from the front. The sheet pulled out from the upper sheet cassette 101a is conveyed in the direction a in the drawing, and the sheet pulled out from the lower sheet cassette 101b is conveyed in the direction b in the drawing. Sheets from any cassette unit travel in the direction c in the figure and reach the transport unit 102. The conveyance unit 102 conveys the sheet in the direction d (horizontal direction) in the drawing during printing through the plurality of rotating rollers 104.

搬送ユニット102の上方にはヘッドユニット105が対向して配置されている。ヘッドユニット105では複数色(実施形態では、7色)分の独立した印刷ヘッド106がシートの搬送方向に沿って保持されている。搬送ユニット102によるシートの搬送に同期して、印刷ヘッド106からインクを吐出してシート上に画像を形成する。これら搬送ユニット102、ヘッドユニット105、印刷ヘッド106で印刷ユニットが構成されている。   A head unit 105 is disposed above the transport unit 102 so as to face each other. In the head unit 105, independent print heads 106 for a plurality of colors (seven colors in the embodiment) are held along the sheet conveyance direction. In synchronization with the conveyance of the sheet by the conveyance unit 102, ink is ejected from the print head 106 to form an image on the sheet. The transport unit 102, the head unit 105, and the print head 106 constitute a printing unit.

インクタンク109は、各色のインクを独立して貯蔵する。インクタンク109からはチューブによって各色に対応して設けられたサブタンクまでインクが供給され、サブタンクから各印刷ヘッド106までチューブでインクが供給される。印刷ヘッド106は、印刷時の搬送方向d方向に沿って各色(実施形態では、7色)のラインヘッドが並んでいる。各色のラインヘッドは、継ぎ目無く単一のノズルチップで形成されたものであってもよいし、分割されたノズルチップが一列又は千鳥配列のように規則的に並べられたものであってもよい。本実施形態では、使用する最大シートの印刷幅をカバーする範囲にノズルが並んでいる所謂フルマルチヘッドである。ノズルからインクを吐出するインクジェット方式は、発熱素子を用いた方式、ピエゾ素子を用いた方式、静電素子を用いた方式、MEMS素子を用いた方式等を採用することができる。印刷データに基づいて各印刷ヘッド106のノズルからインクが吐出され、吐出のタイミングは搬送用エンコーダ103の出力信号によって決定される。   The ink tank 109 stores ink of each color independently. Ink is supplied from the ink tank 109 to a sub tank provided corresponding to each color by a tube, and ink is supplied from the sub tank to each print head 106 by a tube. The print head 106 has line heads of respective colors (seven colors in the embodiment) arranged in the conveyance direction d during printing. The line head of each color may be formed with a single nozzle tip without a seam, or the divided nozzle tips may be regularly arranged in a single row or a staggered arrangement. . In this embodiment, it is a so-called full multihead in which nozzles are arranged in a range that covers the printing width of the maximum sheet to be used. As an ink jet method for ejecting ink from a nozzle, a method using a heating element, a method using a piezo element, a method using an electrostatic element, a method using a MEMS element, or the like can be adopted. Ink is ejected from the nozzles of each print head 106 based on the print data, and the ejection timing is determined by the output signal of the transport encoder 103.

尚、図1のプリンタとして機能する画像形成装置100は、インクジェット方式のプリンタに限定されず、サーマルプリンタ(昇華型、熱転写型等)、ドットインパクトプリンタ、LEDプリンタ、レーザープリンタ等、様々な印刷方式に適用可能である。   The image forming apparatus 100 functioning as the printer in FIG. 1 is not limited to an ink jet printer, and various printing methods such as a thermal printer (sublimation type, thermal transfer type, etc.), dot impact printer, LED printer, laser printer, and the like. It is applicable to.

シートに画像形成後、そのシートを搬送ユニット102からスキャナユニット107まで搬送する。スキャナユニット107では、印刷画像や特殊パターンを読み取って印刷画像に問題がないかの確認や装置の状態確認を行う。本実施形態では、画像の確認方法において、印刷ヘッド106の状態を確認するパターンを読み込む方法でもよいし、元画像との比較を行う方法等を選択することが可能である。   After the image is formed on the sheet, the sheet is conveyed from the conveyance unit 102 to the scanner unit 107. The scanner unit 107 reads a print image or special pattern to check whether there is a problem with the print image or to check the state of the apparatus. In the present embodiment, in the image confirmation method, a method for reading a pattern for confirming the state of the print head 106 may be used, or a method for comparing with the original image may be selected.

スキャナユニット107から搬送されたシートはe方向に搬送され、カッタユニット110に導入される。カッタユニット110では、シートを所定の印刷単位の長さ毎に切断する。印刷する画像サイズに応じて所定の印刷単位の長さは異なる。例えば、L版写真では搬送方向の長さは135mm、A4サイズでは搬送方向の長さは297mmとなる。   The sheet conveyed from the scanner unit 107 is conveyed in the e direction and introduced into the cutter unit 110. In the cutter unit 110, the sheet is cut for each length of a predetermined printing unit. The length of a predetermined printing unit varies depending on the image size to be printed. For example, the length in the transport direction is 135 mm for the L-size photo, and the length in the transport direction is 297 mm for the A4 size.

カッタユニット110から搬送されたシートは、図中f方向に搬送され、裏面印刷ユニット111に搬送される。裏面印刷ユニット111は、印刷画像毎の情報(例えば、オーダー管理用番号等)を印刷させるためのユニットである。   The sheet conveyed from the cutter unit 110 is conveyed in the direction f in the drawing and is conveyed to the back surface printing unit 111. The back surface printing unit 111 is a unit for printing information (for example, order management number) for each print image.

裏面印刷ユニット111から搬送される乾燥ユニット112は、インクが付与されたシートを短時間で乾燥させるために、図中g方向に通過するシートを温風で加熱する。印刷単位長さに切断されたシートは1枚ずつ乾燥ユニット112内を通過して、図中h方向に搬送されて仕分けユニット114に搬送される。仕分けユニット114では、図中i方向に通過するシートを、センサで確認しながら印刷画像毎に設定されたトレー番号に積載する。仕分けユニット114では、複数の給紙段であるトレー(実施形態では、22段)を保持しており、印刷単位の長さに応じて積載先のトレーを分別する。また、仕分けユニット114では、積載中や積載完了等の状態表示を用いて行う(例えば、LEDで表示)。仕分けユニット114の詳細については後述する。   The drying unit 112 conveyed from the back surface printing unit 111 heats the sheet passing in the direction g in the drawing with warm air in order to dry the sheet to which ink has been applied in a short time. The sheets cut to the printing unit length pass through the drying unit 112 one by one, are conveyed in the h direction in the figure, and are conveyed to the sorting unit 114. In the sorting unit 114, sheets passing in the direction i in the figure are stacked on a tray number set for each print image while being confirmed by a sensor. The sorting unit 114 holds a plurality of trays (22 trays in the embodiment) that are paper feed trays, and sorts the trays at the loading destination according to the length of the printing unit. The sorting unit 114 uses a status display such as loading or completion of loading (for example, LED display). Details of the sorting unit 114 will be described later.

シート巻取りユニット113は、両面印刷の際に、まず、表面画像形成から行い、カッタユニット110で切断せず、図中j方向に通過するシートを、シート巻取りユニット113で巻き取る。シート巻取りユニット113は、すべての表面画像形成終了後、再度、巻き取ったシートを、図中k方向に搬送して裏面画像形成を行わせる。   The sheet winding unit 113 first performs surface image formation during duplex printing, and winds a sheet that is not cut by the cutter unit 110 and passes in the j direction in the drawing by the sheet winding unit 113. After completing the front surface image formation, the sheet winding unit 113 transports the wound sheet again in the k direction in the drawing to form the back surface image.

操作部ユニット115は、画像形成装置100の各種操作の指示を受け付けるためのユーザインタフェースを提供し、このユーザインタフェースに対するユーザからの指示によって各種処理を実行する。この操作部ユニット115は、例えば、タッチパネルディスプレイで構成される。ユーザは、この操作部ユニット115により、指定のオーダー画像はどこのトレーに積載されているか、あるいは印刷中、印刷終了等のオーダー毎の印刷状況の確認、インク残量や紙の残量等の装置状態の確認、ヘッドクリーニング等の装置メンテナンスの実施を行うための操作/確認を行うことができる。   The operation unit unit 115 provides a user interface for receiving instructions for various operations of the image forming apparatus 100, and executes various processes according to instructions from the user for the user interface. The operation unit unit 115 is configured by a touch panel display, for example. With this operation unit unit 115, the user can confirm on which tray the specified order image is stacked, check the printing status for each order such as printing, completion of printing, remaining ink amount, remaining paper amount, etc. Operation / confirmation for performing apparatus maintenance such as apparatus state confirmation and head cleaning can be performed.

図2は画像形成装置100における制御構成を示すブロック図である。画像を形成(印刷)する画像形成装置100においては、PC等の情報処理装置からなる外部装置201からのジョブデータを処理し、記憶媒体に印刷を行う。ここで、ジョブデータは、PDL等のデータ記述言語で記述されたデータであり、レンダリング処理によって画像が生成される。ここで、レンダリング処理とは、データを構成するデータ記述言語を解釈して画像を生成する処理である。   FIG. 2 is a block diagram showing a control configuration in the image forming apparatus 100. An image forming apparatus 100 that forms (prints) an image processes job data from an external apparatus 201 such as an information processing apparatus such as a PC, and prints it on a storage medium. Here, the job data is data described in a data description language such as PDL, and an image is generated by rendering processing. Here, the rendering process is a process of generating an image by interpreting a data description language constituting data.

画像形成装置100では、その制御を行うための主要な構成として、コントロール部203、レンダリング部204、ユーザインタフェース部205、及びプリンタエンジン部206を含んでいる。これらの構成要素はそれぞれ、例えば、図1の制御装置108に実装されるハードウェアとして実現されても良いし、ハードウェアとソフトウェアと協働して実現されても良い。   The image forming apparatus 100 includes a control unit 203, a rendering unit 204, a user interface unit 205, and a printer engine unit 206 as main components for performing the control. Each of these components may be realized, for example, as hardware implemented in the control device 108 of FIG. 1 or may be realized in cooperation with hardware and software.

コントロール部203は、外部装置201からの受信データであるジョブデータを解析し、その解析結果やユーザインタフェース部205からの指示に基づき、レンダリング部204に送信するためのコマンドやデータを作成する。そして、コントロール部203は、レンダリング部204からレンダリング後のデータを受信し、プリンタエンジン部206へ送信して印刷を行う。   The control unit 203 analyzes job data that is received data from the external device 201, and creates a command and data to be transmitted to the rendering unit 204 based on the analysis result and an instruction from the user interface unit 205. The control unit 203 receives the rendered data from the rendering unit 204 and transmits it to the printer engine unit 206 to perform printing.

レンダリング部204は、コントロール部203から送信されたコマンドやデータに基づきレンダリング処理を行い印刷用ビットマップデータを生成する。その後、レンダリング部204は、その印刷用ビットマップデータをコントロール部203へ送信する。   The rendering unit 204 performs rendering processing based on the command and data transmitted from the control unit 203 and generates printing bitmap data. Thereafter, the rendering unit 204 transmits the printing bitmap data to the control unit 203.

ユーザインタフェース部205は、操作指示の受付や装置状態の表示を行う。プリンタエンジン部206は、コントロール部203から送信されたビットマップデータに対して色変換等の画像処理を施した後、記憶媒体への印刷(画像形成)を行う。   The user interface unit 205 accepts operation instructions and displays the device status. The printer engine unit 206 performs image processing such as color conversion on the bitmap data transmitted from the control unit 203, and then performs printing (image formation) on a storage medium.

コントロール部203は、受信部207と、ジョブ管理部208と、ジョブ解析部209と、レンダリング管理部210と、予測実行判断部214と、ユーザインタフェース制御部215と、スプール部216と、を含む。コントロール部203において、受信部207は、外部装置201からジョブデータを受信し格納する。ジョブ管理部208は、受信したジョブデータをレンダリング部204に指示する単位(例えば、ページ単位)に分割して分割ジョブデータを生成し、その印刷順序を決定する。ジョブ解析部209は、その分割ジョブデータが必要とする処理内容を解析し、ジョブ管理部208に通知する。レンダリング管理部210は、ジョブ管理部208により指示された印刷順序に従ってレンダリング部204の画像補正処理部211とラスタライズ処理部212における処理の実行指示を行う。また、レンダリング管理部210は、予測実行判断部214に、レンダリング時間の予測実行の可否判断を指示し、その判断結果によって、レンダリング時間予測部213へ予測指示を行う。   The control unit 203 includes a reception unit 207, a job management unit 208, a job analysis unit 209, a rendering management unit 210, a prediction execution determination unit 214, a user interface control unit 215, and a spool unit 216. In the control unit 203, the receiving unit 207 receives job data from the external device 201 and stores it. The job management unit 208 divides the received job data into units (for example, page units) instructed to the rendering unit 204 to generate divided job data, and determines the printing order. The job analysis unit 209 analyzes the processing content required by the divided job data, and notifies the job management unit 208 of the analysis. The rendering management unit 210 instructs the execution of processing in the image correction processing unit 211 and the rasterization processing unit 212 of the rendering unit 204 according to the printing order instructed by the job management unit 208. In addition, the rendering management unit 210 instructs the prediction execution determination unit 214 to determine whether or not to execute prediction of the rendering time, and instructs the rendering time prediction unit 213 to perform prediction based on the determination result.

予測実行判断部214は、レンダリング管理部210の指示で、レンダリング時間予測部213での予測対象の分割ジョブデータのレンダリング時間の予測実行の可否を判断する。予測方法については後述する。ユーザインタフェース制御部215は、各分割ジョブデータのステータスをユーザインタフェース部205に表示するための制御を行う。   The prediction execution determination unit 214 determines whether or not the rendering time prediction unit 213 can predict the rendering time of the divided job data to be predicted by the rendering management unit 210 according to an instruction. The prediction method will be described later. The user interface control unit 215 performs control for displaying the status of each divided job data on the user interface unit 205.

スプール部216は、レンダリング時間予測結果保持部(第1の保持部)として機能し、レンダリング時間予測部213による予測対象の分割ジョブデータのレンダリング時間とその予測結果とを関連付けて、レンダリング予測時間情報として保持する。また、同時に、スプール部216は、レンダリング済データ保持部(第2の保持部)として機能し、レンダリング結果であるビットマップデータとそのビットマップデータに関するステータス情報を保持する。   The spool unit 216 functions as a rendering time prediction result holding unit (first holding unit), and associates the rendering time of the divided job data to be predicted by the rendering time prediction unit 213 with the prediction result, thereby rendering prediction time information. Hold as. At the same time, the spool unit 216 functions as a rendered data holding unit (second holding unit), and holds bitmap data as a rendering result and status information regarding the bitmap data.

レンダリング部204では、コントロール部203からのレンダリング指示に基づき、画像補正処理部211、ラスタライズ処理部212で処理を行う。画像補正処理部211では、分割ジョブデータ中の画像データに対してコマンドで指定された画像補正処理を行う。ラスタライズ処理部212では、論理描画等の処理を行い、ビットマップデータとそれに関するステータス情報の作成を行う。ステータス情報は、分割ジョブデータが正常にレンダリングされたか、エラーが発生したか等を示す情報であり、ユーザインタフェース部205上のジョブステータス表示に使用する。また、レンダリング部204では、コントロール部203からのレンダリング時間予測指示に基づき、レンダリング時間予測部213でレンダリング時間予測処理を行う。予測方法については解像度を下げて仮レンダリングを行う方法や、分割ジョブデータを解析して分割ジョブデータに含まれている画像の数や大きさ等から予測する方法があるが、特に限定しない。   In the rendering unit 204, the image correction processing unit 211 and the rasterization processing unit 212 perform processing based on a rendering instruction from the control unit 203. The image correction processing unit 211 performs image correction processing specified by a command on the image data in the divided job data. The rasterization processing unit 212 performs processing such as logical drawing, and creates bitmap data and status information related thereto. The status information is information indicating whether the divided job data has been normally rendered or an error has occurred, and is used for displaying the job status on the user interface unit 205. In the rendering unit 204, the rendering time prediction unit 213 performs rendering time prediction processing based on the rendering time prediction instruction from the control unit 203. As a prediction method, there are a method of performing temporary rendering at a reduced resolution, and a method of predicting from the number and size of images included in the divided job data by analyzing the divided job data, but are not particularly limited.

尚、レンダリング部204では、コントロール部203からプリンタエンジン部206での印刷単位(例えば、A4サイズのシート1ページに対応するページ単位)に対応する分割ジョブデータを受信する。そして、レンダリング部204では、この分割ジョブデータに対するレンダリング処理を実行することで、その処理結果である1ページ分のページデータ(ビットマップデータ)をコントロール部203へ送信する。   The rendering unit 204 receives divided job data corresponding to a printing unit (for example, a page unit corresponding to one page of an A4 size sheet) in the printer engine unit 206 from the control unit 203. The rendering unit 204 executes rendering processing on the divided job data, and transmits page data (bitmap data) for one page, which is the processing result, to the control unit 203.

次に、コントロール部203でのジョブ実行処理を図3のフローチャートを用いて説明する。   Next, job execution processing in the control unit 203 will be described with reference to the flowchart of FIG.

尚、図3に示すフローチャートに示す処理に対応するプログラムが制御装置108のROMに格納されており、コントロール部203が制御装置108のRAM上でこのプログラムを実行することで、図3に示す処理が実現される。   A program corresponding to the process shown in the flowchart of FIG. 3 is stored in the ROM of the control device 108, and the control unit 203 executes this program on the RAM of the control device 108, whereby the process shown in FIG. Is realized.

まず、S301で、コントロール部203は、受信部207で外部装置201からジョブデータを受信し、ジョブ管理部208で分割された分割ジョブデータをジョブ解析部209で解析する。S302で、コントロール部203は、レンダリング管理部210からレンダリング部204に対してレンダリング指示を発行し、レンダリング処理を行う。S303で、コントロール部203は、レンダリング処理の結果であるビットマップデータとそのステータス情報をレンダリング管理部210で受信し、スプール部216に保持する。S304で、コントロール部203は、ジョブ管理部208でスプール部216から印刷されるべき順序でビットマップデータを取得して、プリンタエンジン部206へ送信し、印刷を指示する。   First, in step S <b> 301, the control unit 203 receives job data from the external apparatus 201 by the reception unit 207, and analyzes the divided job data divided by the job management unit 208 by the job analysis unit 209. In step S302, the control unit 203 issues a rendering instruction from the rendering management unit 210 to the rendering unit 204, and performs a rendering process. In step S <b> 303, the control unit 203 receives the bitmap data that is the result of the rendering process and the status information thereof in the rendering management unit 210, and stores the bitmap data in the spool unit 216. In step S304, the control unit 203 acquires bitmap data in the order in which the job management unit 208 should print from the spool unit 216, transmits the bitmap data to the printer engine unit 206, and instructs printing.

次に、コントロール部203でのレンダリング時間予測処理を図4のフローチャートを用いて説明する。   Next, rendering time prediction processing in the control unit 203 will be described with reference to the flowchart of FIG.

尚、図4に示すフローチャートに示す処理に対応するプログラムが制御装置108のROMに格納されており、コントロール部203が制御装置108のRAM上でこのプログラムを実行することで、図4に示す処理が実現される。   A program corresponding to the process shown in the flowchart of FIG. 4 is stored in the ROM of the control device 108, and the control unit 203 executes this program on the RAM of the control device 108, whereby the process shown in FIG. Is realized.

まず、S401で、コントロール部203は、レンダリング管理部210が予測する分割ジョブデータがあるか否かを判断する。この判断は、受信部207が受信し、分割した分割ジョブデータで、まだ、レンダリング部204にレンダリング時間予測指示もレンダリング指示も発行していない分割ジョブデータがある場合に予測する分割ジョブデータ(予測対象のジョブデータ)があると判断する。予測対象のジョブデータがないと判断した場合(S401でNO)、S402で、コントロール部203は、その状態を予測を行っていない状態(予測停止中)に設定し、そのことを示す状態情報を保持して、処理を終了する。   First, in step S401, the control unit 203 determines whether there is divided job data predicted by the rendering management unit 210. This determination is based on the divided job data (prediction) that is received when the receiving unit 207 receives and divides the divided job data and the rendering unit 204 has not yet issued the rendering time prediction instruction and the rendering instruction. It is determined that there is target job data. If it is determined that there is no job data to be predicted (NO in S401), in S402, the control unit 203 sets the state to a state where prediction is not performed (prediction is stopped), and state information indicating this is set. Hold and end processing.

一方、予測対象のジョブデータがあると判断した場合(S401でYES)、S403で、コントロール部203は、レンダリング時間を予測する予測対象のジョブデータを決定する。受信部207が受信し、分割した分割ジョブデータにおいて、まだ、レンダリング部204にレンダリング時間予測指示もレンダリング指示も発行していない分割ジョブデータの中で一番早くプリンタエンジン部206へ送信すべきジョブデータを予測対象のジョブデータに決定する。S404で、コントロール部203は、予測実行判断部214で、分割ジョブデータのレンダリング時間を予測できるタイミングであるか否かを判断する予測可否判断処理を実行する。この予測可否判断処理の詳細については後述する。   On the other hand, when it is determined that there is job data to be predicted (YES in S401), the control unit 203 determines job data to be predicted for predicting the rendering time in S403. In the divided job data received and divided by the receiving unit 207, the job to be transmitted to the printer engine unit 206 first among divided job data for which the rendering unit 204 has not yet issued a rendering time prediction instruction and a rendering instruction. Data is determined as job data to be predicted. In step S <b> 404, the control unit 203 executes a prediction possibility determination process in which the prediction execution determination unit 214 determines whether it is a timing at which the rendering time of the divided job data can be predicted. Details of the prediction availability determination process will be described later.

S405で、コントロール部203は、予測実行判断部214での判断結果を元にレンダリング管理部210でレンダリング時間を予測できるか否かを判断する。予測できない場合(S405でNO)、S406で、コントロール部203は、その状態を予測を行っていない状態(予測停止中)に設定し、そのことを示す状態情報を保持し、その後、S401に戻る。前回のS401における判定後に、新たに外部装置201からジョブデータが投入された場合や、レンダリング部204からレンダリング結果を受信した場合、S401やS404の判断結果が変わる可能性があるからである。   In step S <b> 405, the control unit 203 determines whether the rendering time can be predicted by the rendering management unit 210 based on the determination result by the prediction execution determination unit 214. When prediction is not possible (NO in S405), in S406, the control unit 203 sets the state to a state where prediction is not performed (prediction is stopped), holds state information indicating this, and then returns to S401. . This is because, when job data is newly input from the external apparatus 201 after the previous determination in S401, or when a rendering result is received from the rendering unit 204, the determination result in S401 or S404 may change.

一方、予測できる場合(S405でYES)、S407で、コントロール部203は、その状態を予測を行っている状態(予測実行中)に設定し、そのことを示す状態情報を保持する。S408で、コントロール部203は、レンダリング時間予測部213で予測対象のジョブデータのレンダリング時間の予測を行い、その予測結果をレンダリング管理部210に通知し、その後、S401へ戻る。   On the other hand, when prediction is possible (YES in S405), in S407, the control unit 203 sets the state to a state where prediction is being performed (prediction is being executed), and holds state information indicating that. In step S408, the control unit 203 predicts the rendering time of the job data to be predicted by the rendering time prediction unit 213, notifies the rendering management unit 210 of the prediction result, and then returns to step S401.

次に、予測実行判断部214による予測可否判断処理の詳細を、図5のフローチャートを用いて説明する。   Next, details of the predictability determination process by the prediction execution determination unit 214 will be described with reference to the flowchart of FIG.

尚、図5に示すフローチャートに示す処理に対応するプログラムが制御装置108のROMに格納されており、コントロール部203が制御装置108のRAM上でこのプログラムを実行することで、図5に示す処理が実現される。   A program corresponding to the process shown in the flowchart of FIG. 5 is stored in the ROM of the control device 108, and the control unit 203 executes this program on the RAM of the control device 108, whereby the process shown in FIG. Is realized.

まず、S501で、コントロール部203は、予測実行判断部214の状態が予測実行中であるか予測停止中であるかを判断する。この判断は、図4のS402、S406、及びS407で保持した状態情報に基づいて判断する。尚、S402、S406、S407のどのステップも経由していない場合や何らかの理由で状態情報が存在しない場合は、予測停止中と判断する。   First, in step S501, the control unit 203 determines whether the state of the prediction execution determination unit 214 is prediction execution or prediction stop. This determination is made based on the state information held in S402, S406, and S407 in FIG. Note that if none of the steps S402, S406, and S407 has been passed through or if there is no state information for some reason, it is determined that the prediction is being stopped.

S503の判断の結果、予測停止中である場合、S502で、コントロール部203は、スプール部216に保持された、レンダリング済で、かつプリンタエンジン部206へ未送信のページデータがMページ以上あるか否かを判断する。Mページ以上ある場合(S502でYES)、S504で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。一方、Mページ以上ない場合(S502でNO)、S505で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できないと判断して、処理を終了する。   If the result of determination in S503 is that the prediction has been stopped, in S502, the control unit 203 determines whether there are M pages or more of page data that has been stored in the spool unit 216 and has been rendered and has not yet been transmitted to the printer engine unit 206. Judge whether or not. If there are M pages or more (YES in S502), in S504, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process. On the other hand, if there are not more than M pages (NO in S502), in S505, the control unit 203 determines that the rendering time of the job data to be predicted cannot be predicted, and ends the process.

一方、S503の判断の結果、予測実行中である場合、S503で、コントロール部203は、スプール部216に保持されたレンダリング済で、かつプリンタエンジン部206へ未送信のページデータがNページ以上あるか否かを判断する。Nページ以上ある場合(S503でYES)、S504で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。一方、Nページ以上ない場合(S503でNO)、S505で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できないと判断して、処理を終了する。尚、S502の第1の閾値である「M」とS503の第2の閾値である「N」の間には、N<Mの関係が成り立つように決定される。また、MとNの値は、画像形成装置100の処理能力やメモリの記憶容量等のデバイス情報に基づいて予め決定されている。   On the other hand, if the prediction is being executed as a result of the determination in S503, in S503, the control unit 203 has N pages or more of page data that has been rendered and is not yet transmitted to the printer engine unit 206 held in the spool unit 216. Determine whether or not. If there are N pages or more (YES in S503), in S504, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process. On the other hand, if there are not more than N pages (NO in S503), in S505, the control unit 203 determines that the rendering time of the job data to be predicted cannot be predicted, and ends the process. It is determined that a relationship of N <M is established between “M” that is the first threshold value in S502 and “N” that is the second threshold value in S503. The values of M and N are determined in advance based on device information such as the processing capability of the image forming apparatus 100 and the storage capacity of the memory.

以上の処理により、ある一定ページ以上のレンダリング済みのデータが存在する場合、すなわち、ある一定ページ以上のスプール済のビットマップデータが蓄積された場合、レンダリング時間を予測できると判断し、予測が行われ始めた後でスプール済のビットマップデータが減ってもすぐには予測をやめず連続して予測が実行できるようになる。   As a result of the above processing, when there is rendered data of a certain page or more, that is, when accumulated bitmap data of a certain page or more is accumulated, it is determined that the rendering time can be predicted and the prediction is performed. Even if the spooled bitmap data is reduced after the start of prediction, the prediction can be executed continuously without stopping the prediction immediately.

次に、図3、図4、及び図5のフローチャートによる、分割ジョブデータの実行と予測の一例を図8を用いて説明する。図8は左から右に時間の経過を表している。   Next, an example of execution and prediction of divided job data according to the flowcharts of FIGS. 3, 4, and 5 will be described with reference to FIG. 8. FIG. 8 shows the passage of time from left to right.

列801は、レンダリング部204でレンダリングした分割ジョブデータ(RIP1、RIP2、...、RIP13)を矢印で示している。列802は、プリンタエンジン部206で印刷した分割ジョブデータ(印刷1、印刷2、...、印刷10)を矢印で示している。列803は、レンダリング時間予測部213でレンダリング時間を予測したジョブデータ(予測5、予測6、...、予測19)を矢印で示している。   A column 801 indicates the divided job data (RIP1, RIP2,..., RIP13) rendered by the rendering unit 204 with arrows. A column 802 indicates divided job data (print 1, print 2,..., Print 10) printed by the printer engine unit 206 with arrows. A column 803 indicates job data (prediction 5, prediction 6,..., Prediction 19) whose rendering time is predicted by the rendering time prediction unit 213 with arrows.

801、802、803の各矢印の番号は同一ジョブを表しており、例えば、RIP5と印刷5と予測5は、ジョブデータ5のそれぞれレンダリング、印刷、レンダリング時間予測を表している。全てのジョブデータは、1ページ分のビットマップデータで、ジョブデータ5以外のジョブデータは全て同一のレンダリング負荷であり、ジョブデータ5のみ、他のジョブデータのレンダリング時間に比べてレンダリング時間がかかるジョブデータであるとする。また、図8に示す全ての分割ジョブデータが受信部207で受信済であるとする。   The numbers of the arrows 801, 802, and 803 represent the same job. For example, RIP5, print 5, and prediction 5 represent rendering, printing, and rendering time prediction of job data 5, respectively. All job data is bitmap data for one page, all job data other than job data 5 has the same rendering load, and only job data 5 takes a rendering time compared to the rendering time of other job data. Assume that it is job data. Further, it is assumed that all the divided job data shown in FIG.

図3のフローチャートに沿って、ジョブデータ1、ジョブデータ2、ジョブデータ3と順番にレンダリングを行う。そして、分割ジョブデータのレンダリングがある程度終了したときに(図3ではジョブデータ3のレンダリング終了したときに)、印刷を開始する。ジョブデータ1の印刷がジョブデータ3のレンダリング後に行われる理由は、ある程度、スプール部216にビットマップデータが格納されてから印刷を開始するためである。このように構成することにより、あるページにおいてレンダリングに時間がかかってしまうことによる印刷処理の停止するのを抑制することができる。   Rendering is performed in the order of job data 1, job data 2, and job data 3 in accordance with the flowchart of FIG. Then, when rendering of the divided job data is completed to some extent (when rendering of job data 3 is completed in FIG. 3), printing is started. The reason why the job data 1 is printed after the job data 3 is rendered is that printing is started after bitmap data is stored in the spool unit 216 to some extent. With this configuration, it is possible to suppress the stop of the printing process due to the time taken for rendering in a certain page.

また、分割ジョブデータのレンダリングがある程度終了したときに(図3ではジョブデータ3のレンダリング終了したときに)、レンダリング時間の予測を開始する。ジョブデータ4、5、9、10、11、12、13のレンダリングが、他のジョブデータに比べて長くなっているのは同じ時間にレンダリング時間の予測処理が行われているためである。   Further, when rendering of the divided job data is completed to some extent (when rendering of job data 3 is completed in FIG. 3), rendering time prediction is started. The reason why rendering of job data 4, 5, 9, 10, 11, 12, 13 is longer than that of other job data is because rendering time prediction processing is performed at the same time.

図8は、図5のS502の「M」を「3」、S503の「N」を「2」に設定して処理を行った場合のそれぞれの処理の実行タイミングを示している。   FIG. 8 shows the execution timing of each processing when processing is performed with “M” in S502 of FIG. 5 set to “3” and “N” of S503 set to “2”.

ジョブデータ1のレンダリング開始からジョブデータ3のレンダリング終了までは、S502の判定でレンダリング済のビットマップデータが3ページに満たないため、S505で、分割ジョブデータのレンダリング時間を予測できないと判断する。その後、ジョブデータ3のレンダリング終了時点でレンダリング済のビットマップデータが3ページになるため、S502の判断で、分割ジョブデータのレンダリング時間を予測できると判断する。これにより、S407で予測実行中に設定する。そして、S408でジョブデータ5のレンダリング時間の予測を開始する。この時点では、ジョブデータ3までのレンダリングは終了しており、ジョブデータ4のレンダリング指示が発行されており、ジョブデータ5は、まだ、レンダリング部204にレンダリング時間予測指示もレンダリング指示も発行していないためである(S401、S403)。   From the start of rendering of job data 1 to the end of rendering of job data 3, because the bitmap data already rendered in the determination of S502 is less than three pages, it is determined in S505 that the rendering time of the divided job data cannot be predicted. Thereafter, since the rendered bitmap data becomes 3 pages at the end of rendering of the job data 3, it is determined in step S502 that the rendering time of the divided job data can be predicted. Thereby, it sets during prediction execution by S407. In step S408, the rendering time of the job data 5 is predicted. At this point, rendering up to job data 3 has been completed, and a rendering instruction for job data 4 has been issued. Job data 5 has yet issued a rendering time prediction instruction and a rendering instruction to rendering unit 204. This is because there is not (S401, S403).

続けて、ジョブデータ9までのレンダリング時間の予測を行う。S408でジョブデータ9のレンダリング時間の予測が終了し、S401、S403、S404、S501、及びS503を実行する。ジョブデータ5のレンダリング時間が長いため、このタイミングではジョブデータ5がレンダリング中であり、ジョブデータ3が印刷中である。従って、レンダリング済で、かつプリンタエンジン部206へ未送信のページデータはジョブデータ4のページデータのみになる。これにより、S503で、レンダリング済のページデータが2ページ以上ないため、S505の判断で、分割ジョブデータのレンダリング時間を予測できないと判断し、S406で予測停止中に設定する。   Subsequently, the rendering time up to the job data 9 is predicted. In step S408, the rendering time of the job data 9 is predicted, and steps S401, S403, S404, S501, and S503 are executed. Since the rendering time of job data 5 is long, job data 5 is being rendered at this timing, and job data 3 is being printed. Therefore, the page data that has been rendered and has not been transmitted to the printer engine unit 206 is only the page data of the job data 4. As a result, since there are no more than two pages of rendered page data in S503, it is determined in S505 that the rendering time of the divided job data cannot be predicted, and in S406, the prediction is stopped.

再度、レンダリング時間の予測が始まるのは、ジョブデータ8のレンダリングが終了した直後である。この時点では、レンダリング済で、かつプリンタエンジン部206へ未送信のページデータは、ジョブデータ6、ジョブデータ7、及びジョブデータ8の3つとなり、S502の判断で、レンダリング済のページデータが3ページ以上あると判断し、S504へ遷移する。   The rendering time is predicted again immediately after the rendering of the job data 8 is completed. At this point, the page data that has been rendered and has not been transmitted to the printer engine unit 206 is job data 6, job data 7, and job data 8, and the page data that has been rendered is 3 in the determination in S502. It is determined that there are more pages, and the process proceeds to S504.

以上説明したように、実施形態1によれば、予測を行うタイミングをレンダリング済のデータ量により判断し、判断の結果、レンダリング済のデータが少ない時には予測を行わず、レンダリング処理を優先して行う。そして、レンダリング済のデータが多い時にはレンダリング時間の予測を実行する。このようなレンダリング時間予測処理を実行することで、レンダリング処理が遅くなり印刷に間に合わなくなることを防止しつつ、レンダリング時間の予測を実行することができる。このように、レンダリング処理に余裕ができたタイミングで、レンダリング時間の予測を実行することにより、並列して実行するレンダリング処理の処理速度が低下しても、印刷が間に合わなくなることがない。   As described above, according to the first embodiment, the timing for performing the prediction is determined based on the amount of data that has been rendered. If the result of the determination is that the amount of rendered data is small, the prediction is not performed and the rendering process is performed with priority. . When the amount of rendered data is large, the rendering time is predicted. By executing such a rendering time prediction process, the rendering time can be predicted while preventing the rendering process from being delayed and not being in time for printing. As described above, the prediction of the rendering time is performed at the timing when the rendering process has a margin, so that even if the processing speed of the rendering process executed in parallel decreases, the printing does not run in time.

上述したように、実施形態1によれば、印刷時間に影響を与えずに、レンダリング時間の予測を行うことができる。   As described above, according to the first embodiment, the rendering time can be predicted without affecting the printing time.

尚、レンダリング時間の予測は、各分割ジョブデータのレンダリングの終了時刻の予測であってもよいし、各分割ジョブデータのレンダリングの終了に必要な時間の予測であってもよい。また、レンダリング時間の予測結果は、ユーザ等に表示や音声等により通知できるようにすればよい。   The rendering time prediction may be a prediction of an end time of rendering of each divided job data, or may be a prediction of a time required to end rendering of each divided job data. The prediction result of the rendering time may be notified to the user or the like by display or voice.

<実施形態2>
実施形態2では、実施形態1の予測可否判断処理の変形例について説明する。そこで、実施形態2における予測実行判断部214による予測可否判断処理の詳細を、図6のフローチャートを用いて説明する。その他の構成は実施形態1と同じであるため説明を省略する。
<Embodiment 2>
In the second embodiment, a modified example of the predictability determination process of the first embodiment will be described. Therefore, details of the predictability determination process by the prediction execution determination unit 214 in the second embodiment will be described with reference to the flowchart of FIG. Since other configurations are the same as those of the first embodiment, description thereof is omitted.

尚、図6に示すフローチャートに示す処理に対応するプログラムが制御装置108のROMに格納されており、コントロール部203が制御装置108のRAM上でこのプログラムを実行することで、図6に示す処理が実現される。   A program corresponding to the process shown in the flowchart of FIG. 6 is stored in the ROM of the control device 108, and the control unit 203 executes this program on the RAM of the control device 108, whereby the process shown in FIG. Is realized.

まず、S601で、コントロール部203は、レンダリング中の分割ジョブデータのレンダリング時間の予測結果があるか否かを判断する。この判断は、S302においてレンダリングを行っているジョブデータのレンダリング時間の予測結果がスプール部216にあるかどうかを確認することで行う。レンダリング時間の予測結果がない場合(S601でNO)、S604で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。   First, in step S601, the control unit 203 determines whether there is a prediction result of the rendering time of the divided job data being rendered. This determination is made by confirming whether the spool unit 216 has the rendering time prediction result of the job data being rendered in S302. If there is no rendering time prediction result (NO in step S601), in step S604, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process.

一方、レンダリング時間の予測結果がある場合(S601でYES)、S602で、コントロール部203は、レンダリング中のジョブデータのレンダリング時間の予測結果が一定時間P以上であるか否かを判断する。予測結果が一定時間P以上である場合(S602でYES)、S603で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できないと判断して、処理を終了する。一方、予測結果が一定時間P以上でない場合(S602でNO)、S604で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。尚、Pは、
適宜設定することができる。
On the other hand, if there is a rendering time prediction result (YES in S601), in S602, the control unit 203 determines whether or not the rendering time prediction result of the job data being rendered is equal to or longer than the predetermined time P. If the prediction result is equal to or longer than the predetermined time P (YES in S602), in S603, the control unit 203 determines that the rendering time of the job data to be predicted cannot be predicted, and ends the process. On the other hand, if the prediction result is not equal to or longer than the predetermined time P (NO in S602), in S604, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process. P is
It can be set appropriately.

次に、図3、図4、及び図6のフローチャートによる、分割ジョブデータの実行と予測の一例を図9を用いて説明する。図9は左から右に時間の経過を表している。   Next, an example of execution and prediction of divided job data according to the flowcharts of FIGS. 3, 4, and 6 will be described with reference to FIG. 9. FIG. 9 shows the passage of time from left to right.

列901は、レンダリング部204でレンダリングしたジョブデータ(RIP1、RIP2、...、RIP13)を矢印で示している。列902は、プリンタエンジン部206で印刷したジョブデータ(印刷1、印刷2、...、印刷10)を矢印で示している。列903は、レンダリング時間予測部213でレンダリング時間を予測したジョブデータ(予測2、予測6、...、予測24)を矢印で示している。   A column 901 indicates job data (RIP1, RIP2,..., RIP13) rendered by the rendering unit 204 with arrows. A column 902 indicates job data (print 1, print 2,..., Print 10) printed by the printer engine unit 206 with arrows. A column 903 indicates job data (prediction 2, prediction 6,..., Prediction 24) whose rendering time is predicted by the rendering time prediction unit 213 by arrows.

901、902、903の各矢印の番号は同一ジョブを表しており、例えば、RIP5と印刷5と予測5は、ジョブデータ5のそれぞれレンダリング、印刷、レンダリング時間予測を表している。全てのジョブデータは、1ページ分のビットマップデータで、ジョブデータ5以外のジョブデータは全て同一のレンダリング負荷で、そのレンダリング時間は1秒であるのに対し、ジョブデータ5のみレンダリング時間は4秒であるとする。また、図9に示す全てのジョブデータが受信部207で受信済みであるとする。   Each arrow number 901, 902, and 903 represents the same job. For example, RIP5, print 5, and prediction 5 represent rendering, printing, and rendering time prediction of job data 5, respectively. All the job data is bitmap data for one page, and all the job data other than the job data 5 have the same rendering load and the rendering time is 1 second, whereas the rendering time of only the job data 5 is 4 Let it be seconds. Also, it is assumed that all the job data shown in FIG.

図3のフローチャートに沿って、ジョブデータ1、ジョブデータ2、ジョブデータ3と順番にレンダリングを行い、図4及び図6のフローチャートに沿ってレンダリング時間予測処理を行う。また、図6のS602における一定時間Pを3秒とする。   Rendering is performed in the order of job data 1, job data 2, and job data 3 according to the flowchart of FIG. 3, and rendering time prediction processing is performed according to the flowcharts of FIGS. Further, the predetermined time P in S602 in FIG. 6 is set to 3 seconds.

ジョブデータ1のレンダリング中は、S601においてジョブデータ1のレンダリング時間の予測結果がないため、S604において予測できると判断する。そして、S408で、ジョブデータ2のレンダリング時間の予測を開始する。この時点では、ジョブデータ1のレンダリング指示が発行されており、ジョブデータ2は、まだ、レンダリング部204にレンダリング時間予測指示もレンダリング指示も発行していないためである(S401,S403)。   While the job data 1 is being rendered, since there is no prediction result of the rendering time of the job data 1 in S601, it is determined that the prediction can be made in S604. In step S408, prediction of the rendering time of the job data 2 is started. This is because a rendering instruction for job data 1 has been issued at this point, and job data 2 has not yet issued a rendering time prediction instruction or rendering instruction to the rendering unit 204 (S401, S403).

図9に示すように、ジョブデータ1のレンダリング中に、ジョブデータ2、ジョブデータ3のレンダリング時間の予測結果が得られ、ジョブデータ2のレンダリング中に、ジョブデータ4のレンダリング時間の予測結果が得られる。したがって、ジョブデータ2、ジョブデータ3、及びジョブデータ4のレンダリング中は、S601においてジョブデータ2、ジョブデータ3、及びジョブデータ4のレンダリング時間の予測結果があるため、S602に遷移する。S602で、ジョブデータ2、ジョブデータ3、及びジョブデータ4のレンダリング時間の予測結果はそれぞれ1秒であるため、S604において、予測できると判断する。そして、S408で、ジョブデータ2、ジョブデータ3、及びジョブデータ4のレンダリング中は、レンダリング時間の予測を実行する。   As shown in FIG. 9, the rendering time prediction results of job data 2 and job data 3 are obtained during the rendering of job data 1, and the rendering time prediction result of job data 4 is obtained during the rendering of job data 2. can get. Therefore, during rendering of job data 2, job data 3, and job data 4, since there are prediction results of rendering times of job data 2, job data 3, and job data 4 in S601, the process proceeds to S602. In S602, since the prediction results of the rendering times of job data 2, job data 3, and job data 4 are each 1 second, it is determined in S604 that prediction is possible. In step S408, during rendering of the job data 2, the job data 3, and the job data 4, rendering time prediction is executed.

ジョブデータ5のレンダリング中は、S601においてジョブデータ5のレンダリング時間の予測結果があるため、S602に遷移する。S602で、ジョブデータ5のレンダリング時間の予測結果は4秒であるため、S603において、予測できないと判断する。そして、S406で、予測停止中に設定する。ジョブデータ6以降のレンダリング中は、ジョブデータ2、ジョブデータ3、及びジョブデータ4のレンダリング中と同様である。   While the job data 5 is being rendered, since there is a prediction result of the rendering time of the job data 5 in S601, the process proceeds to S602. In S602, since the prediction result of the rendering time of the job data 5 is 4 seconds, it is determined in S603 that the prediction is impossible. And in S406, it sets during prediction stop. During the rendering of job data 6 and later, it is the same as the rendering of job data 2, job data 3, and job data 4.

以上説明したように、実施形態2によれば、レンダリング時間の予測を行うタイミングをレンダリング中の分割ジョブデータのレンダリング時間の予測結果に基づいて判断する。具体的には、レンダリング中の分割ジョブデータのレンダリング時間の予測結果が示す時間が長い場合は、当該ジョブデータのレンダリング中は予測を行わず、レンダリング処理を優先して行う。このようなレンダリング時間予測処理を実行することで、レンダリング処理が遅くなり印刷に間に合わなくなるようなタイミングを避けて、レンダリング時間の予測を実行することができる。   As described above, according to the second embodiment, the timing for predicting the rendering time is determined based on the prediction result of the rendering time of the divided job data being rendered. Specifically, when the time indicated by the prediction result of the rendering time of the divided job data being rendered is long, prediction is not performed while the job data is being rendered, and rendering processing is performed with priority. By executing such a rendering time prediction process, the rendering time can be predicted while avoiding a timing at which the rendering process is delayed and is not in time for printing.

<実施形態3>
実施形態3では、実施形態1の予測可否判断処理の変形例について説明する。そこで、実施形態3における予測実行判断部214による予測可否判断処理の詳細を、図7のフローチャートを用いて説明する。その他の構成は実施形態1と同じであるため説明を省略する。
<Embodiment 3>
In the third embodiment, a modified example of the predictability determination process of the first embodiment will be described. Therefore, details of the predictability determination process by the prediction execution determination unit 214 in the third embodiment will be described with reference to the flowchart of FIG. Since other configurations are the same as those of the first embodiment, description thereof is omitted.

尚、図7に示すフローチャートに示す処理に対応するプログラムが制御装置108のROMに格納されており、コントロール部203が制御装置108のRAM上でこのプログラムを実行することで、図7に示す処理が実現される。   A program corresponding to the process shown in the flowchart of FIG. 7 is stored in the ROM of the control device 108, and the control unit 203 executes this program on the RAM of the control device 108, whereby the process shown in FIG. Is realized.

まず、S701で、コントロール部203は、レンダリング中の分割ジョブデータのレンダリング時間の予測結果があるか否かを判断する。この判断は、S302においてレンダリングを行っている分割ジョブデータのレンダリング時間の予測結果がスプール部216にあるかどうかを確認することで行う。レンダリング時間の予測結果がない場合(S701でNO)、S703で、コントロール部203は、予測実行判断部214の状態が予測実行中であるか停止中であるかを判断する。この判断は、図4のS402、S406、及びS407で保持した状態情報に基づいて判断する。尚、S402、S406、S407のどのステップも経由していない場合や何らかの理由で状態情報が存在しない場合は、予測停止中と判断する。   First, in step S701, the control unit 203 determines whether there is a prediction result of the rendering time of the divided job data being rendered. This determination is made by confirming whether or not the spool unit 216 has a prediction result of the rendering time of the divided job data being rendered in S302. If there is no rendering time prediction result (NO in step S701), in step S703, the control unit 203 determines whether the state of the prediction execution determination unit 214 is prediction execution or is stopped. This determination is made based on the state information held in S402, S406, and S407 in FIG. Note that if none of the steps S402, S406, and S407 has been passed through or if there is no state information for some reason, it is determined that the prediction is being stopped.

S703の判断の結果、予測停止中である場合、S704で、コントロール部203は、スプール部216に保持された、レンダリング済み(画像処理済み)で、プリンタエンジン部206へ未送信のページデータがMページ以上あるか否かを判断する。Mページ以上ある場合(S704でYES)、S707で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。一方、Mページ以上ない場合(S704でNO)、S706で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できないと判断して、処理を終了する。   As a result of the determination in S703, if the prediction is stopped, in S704, the control unit 203 stores the page data that has been rendered (image processed) and has not been transmitted to the printer engine unit 206, stored in the spool unit 216. Determine whether there are more pages. If there are M pages or more (YES in step S704), in step S707, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process. On the other hand, if there are no more than M pages (NO in S704), in S706, the control unit 203 determines that the rendering time of the job data to be predicted cannot be predicted, and ends the process.

一方、S703の判断の結果、予測実行中である場合、S705で、コントロール部203は、スプール部216に保持されたレンダリング済で、かつプリンタエンジン部206へ未送信のページデータがNページ以上あるか否かを判断する。Nページ以上ある場合(S705でYES)、S707で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。一方、Nページ以上ない場合(S705でNO)、S706で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できないと判断して、処理を終了する。尚、S704の「M」とS705の「N」の間にはN<Mの関係が成り立つように適宜設定する。また、MとNの値は、画像形成装置100の処理能力やメモリの記憶容量等のデバイス情報に基づいて予め決定されている。   On the other hand, if the prediction is being executed as a result of the determination in S703, in S705, the control unit 203 has N pages or more of page data that has been rendered and is not yet transmitted to the printer engine unit 206 held in the spool unit 216. Determine whether or not. If there are N pages or more (YES in step S705), in step S707, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process. On the other hand, when there are not more than N pages (NO in S705), in S706, the control unit 203 determines that the rendering time of the job data to be predicted cannot be predicted, and ends the process. It should be noted that an appropriate setting is made so that a relationship of N <M is established between “M” in S704 and “N” in S705. The values of M and N are determined in advance based on device information such as the processing capability of the image forming apparatus 100 and the storage capacity of the memory.

以上の処理により、ある一定ページ以上のスプール済のビットマップデータが蓄積された後、レンダリング時間を予測できると判断し、予測が行われ始めた後でスプール済みのビットマップデータが減ってもすぐには予測をやめず連続して予測が実行できるようになる。   Through the above processing, after the accumulated bitmap data of a certain page or more is accumulated, it is determined that the rendering time can be predicted, and immediately after the prediction starts, the spooled bitmap data decreases. The prediction can be executed continuously without stopping the prediction.

S701の判断の結果、レンダリング時間の予測結果がある場合(S701でYES)、S702で、コントロール部203は、レンダリング中の分割ジョブデータの予測結果が一定時間P以上であるか否かを判断する。予測結果が一定時間P以上である場合(S702でYES)、S706で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できないと判断して、処理を終了する。一方、予測結果が一定時間P以上でない場合(S702でNO)、S707で、コントロール部203は、予測対象のジョブデータのレンダリング時間を予測できると判断して、処理を終了する。   If there is a rendering time prediction result as a result of the determination in S701 (YES in S701), in S702, the control unit 203 determines whether or not the prediction result of the divided job data being rendered is equal to or longer than the predetermined time P. . If the prediction result is equal to or longer than the predetermined time P (YES in S702), in S706, the control unit 203 determines that the rendering time of the job data to be predicted cannot be predicted, and ends the process. On the other hand, if the prediction result is not equal to or longer than the predetermined time P (NO in S702), in S707, the control unit 203 determines that the rendering time of the job data to be predicted can be predicted, and ends the process.

次に、図3、図4、及び図7のフローチャートによる、分割ジョブデータの実行と予測の一例を図10を用いて説明する。図10は左から右に時間の経過を表している。   Next, an example of execution and prediction of divided job data according to the flowcharts of FIGS. 3, 4, and 7 will be described with reference to FIG. 10. FIG. 10 shows the passage of time from left to right.

列1001は、レンダリング部204でレンダリングしたジョブデータ(RIP1、RIP2、...、RIP13)を矢印で示している。列1002は、プリンタエンジン部206で印刷したジョブデータ(印刷1、印刷2、...、印刷10)を矢印で示している。列1003は、レンダリング時間予測部213でレンダリング時間を予測したジョブデータ(予測2、予測6、...、予測22)を矢印で示している。   A column 1001 indicates job data (RIP1, RIP2,..., RIP13) rendered by the rendering unit 204 with arrows. A column 1002 indicates job data (print 1, print 2,..., Print 10) printed by the printer engine unit 206 with arrows. A column 1003 indicates job data (prediction 2, prediction 6,..., Prediction 22) whose rendering time is predicted by the rendering time prediction unit 213 by arrows.

1001、1002、1003の各矢印の番号は同一ジョブを表しており、例えば、RIP5と印刷5と予測5は、ジョブデータ5のそれぞれレンダリング、印刷、レンダリング時間予測を表している。全てのジョブデータは、1ページ分のビットマップデータで、ジョブデータ5以外のジョブデータは全て同一のレンダリング負荷で、そのレンダリング時間は1秒であるのに対し、ジョブデータ5のみレンダリング時間は4秒であるとする。また、図10に示す全てのジョブデータが受信部207で受信済みであるとする。   The numbers of arrows 1001, 1002, and 1003 represent the same job. For example, RIP5, print 5, and prediction 5 represent rendering, printing, and rendering time prediction of job data 5, respectively. All the job data is bitmap data for one page, and all the job data other than the job data 5 have the same rendering load and the rendering time is 1 second, whereas the rendering time of only the job data 5 is 4 Let it be seconds. Also, it is assumed that all the job data shown in FIG.

図3のフローチャートに沿って、ジョブデータ1、ジョブデータ2、ジョブデータ3と順番にレンダリングを行い、図4及び図7のフローチャートに沿ってレンダリング時間予測処理を行う。また、図7のS702における一定時間Pを3秒、S704のMを3、S705のNを2とする。   Rendering is performed in the order of job data 1, job data 2, and job data 3 according to the flowchart of FIG. 3, and rendering time prediction processing is performed according to the flowcharts of FIGS. Further, the fixed time P in S702 of FIG. 7 is 3 seconds, M in S704 is 3, and N in S705 is 2.

ジョブデータ1では、S701においてジョブデータ1のレンダリング時間の予測結果がないため、S703に遷移する。S703で、まだ、予測を始めていないため、S704に遷移する。S704の判断で、レンダリング済のビットマップデータが3ページに満たないため、S706において、予測できないと判断する。ジョブデータ2のレンダリング開始からジョブデータ3のレンダリングの終了時点までは同様である。ジョブデータ3のレンダリング終了時点で、レンダリング済のビットマップデータが3ページになるため、S707において、予測できると判断する。これにより、S407で、予測実行中に設定する。そして、S408で、ジョブデータ5のレンダリング時間の予測を開始する。   In job data 1, since there is no prediction result of the rendering time of job data 1 in S701, the process proceeds to S703. In S703, since the prediction has not started yet, the process proceeds to S704. In S704, since the rendered bitmap data is less than 3 pages, it is determined in S706 that prediction is impossible. The same applies from the start of rendering of job data 2 to the end of rendering of job data 3. Since rendering bitmap data becomes 3 pages at the end of rendering of job data 3, it is determined in S707 that prediction is possible. Thereby, in S407, it sets during prediction execution. In step S408, the rendering time of the job data 5 is predicted.

ジョブデータ5のレンダリング中は、S701においてジョブデータ5のレンダリング時間の予測結果があるため、S702に遷移する。S702で、ジョブデータ5のレンダリング時間の予測結果は4秒であるため、S706に遷移する。S706において、予測できないと判断する。そして、S406で、予測停止中に設定する。すなわち、ジョブデータ5のレンダリング中は、レンダリング時間の新たな予測は行わない。ジョブデータ6以降のレンダリング中は、レンダリングしている分割ジョブデータのレンダリング時間の予測結果があるため、S701からS702に遷移し、レンダリング時間の予測結果が1秒であるため、S707において、予測できると判断する。   While the job data 5 is being rendered, since there is a prediction result of the rendering time of the job data 5 in S701, the process proceeds to S702. In step S702, since the rendering time prediction result of the job data 5 is 4 seconds, the process proceeds to step S706. In S706, it is determined that it cannot be predicted. And in S406, it sets during prediction stop. That is, during the rendering of the job data 5, no new prediction of the rendering time is performed. During rendering of job data 6 and later, since there is a rendering time prediction result of the divided job data being rendered, the process proceeds from S701 to S702, and since the rendering time prediction result is 1 second, prediction can be made in S707. Judge.

以上説明したように、実施形態3によれば、レンダリング中のジョブデータのレンダリング時間の予測結果がある場合、レンダリング時間の予測を行うタイミングを、その予測結果により判断する。一方、レンダリング時間の予測結果がない場合、レンダリング時間の予測を行うタイミングを、レンダリング済のデータ量により判断する。このようなレンダリング時間予測処理を実行することで、レンダリング処理が遅くなり印刷に間に合わなくなるようなタイミングを避けて予測を実行することができる。   As described above, according to the third embodiment, when there is a prediction result of the rendering time of the job data being rendered, the timing for performing the prediction of the rendering time is determined based on the prediction result. On the other hand, if there is no rendering time prediction result, the timing for rendering time prediction is determined based on the amount of rendered data. By executing such a rendering time prediction process, it is possible to execute a prediction while avoiding a timing at which the rendering process is delayed and is not in time for printing.

尚、上述した実施形態では、1つのジョブデータを複数の印刷単位(ページ単位)に分割する場合を例に挙げて説明したが、これに限定されるものではない。例えば、ジョブデータを分割せずに、ジョブ単位でレンダリングの予測時間を特定する場合にも適用することができる。例えば、複数のジョブデータをコントロール部が受信した場合、予測実行判断部214がジョブ単位でレンダリングの時間を予測するか否かを判断するようにしてもよい。この場合は、S503、S705では、レンダリング済のジョブデータがN以上あるか、S502、S704では、レンダリング済のジョブデータがM以上あるか判断すればよい。そして、S602、S702では、レンダリング中のジョブデータのレンダリング時間の予想時間がP以上か判断すればよい。   In the above-described embodiment, the case where one job data is divided into a plurality of print units (page units) has been described as an example. However, the present invention is not limited to this. For example, the present invention can be applied to the case where the estimated rendering time is specified for each job without dividing the job data. For example, when the control unit receives a plurality of job data, the prediction execution determination unit 214 may determine whether to predict the rendering time for each job. In this case, it may be determined whether there are N or more rendered job data in S503 and S705, and whether there are M or more rendered job data in S502 and S704. In S602 and S702, it may be determined whether the expected time of rendering time of the job data being rendered is P or more.

尚、以上の実施形態の機能は以下の構成によっても実現することができる。つまり、本実施形態の処理を行うためのプログラムコードをシステムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)がプログラムコードを実行することによっても達成される。この場合、記憶媒体から読み出されたプログラムコード自体が上述した実施形態の機能を実現することとなり、またそのプログラムコードを記憶した記憶媒体も本実施形態の機能を実現することになる。   In addition, the function of the above embodiment is realizable also with the following structures. That is, it is also achieved by supplying a program code for performing the processing of the present embodiment to a system or apparatus, and a computer (or CPU or MPU) of the system or apparatus executing the program code. In this case, the program code itself read from the storage medium realizes the function of the above-described embodiment, and the storage medium storing the program code also realizes the function of the present embodiment.

また、本実施形態の機能を実現するためのプログラムコードを、1つのコンピュータ(CPU、MPU)で実行する場合であってもよいし、複数のコンピュータが協働することによって実行する場合であってもよい。さらに、プログラムコードをコンピュータが実行する場合であってもよいし、プログラムコードの機能を実現するための回路等のハードウェアを設けてもよい。またはプログラムコードの一部をハードウェアで実現し、残りの部分をコンピュータが実行する場合であってもよい。また、CPUも1つのCPUで全ての処理を行うものに限らず、複数のCPUが適宜連携をしながら処理を行うものとしてもよい。   Further, the program code for realizing the function of the present embodiment may be executed by one computer (CPU, MPU), or may be executed by a plurality of computers cooperating. Also good. Further, the program code may be executed by a computer, or hardware such as a circuit for realizing the function of the program code may be provided. Alternatively, a part of the program code may be realized by hardware and the remaining part may be executed by a computer. Further, the CPU is not limited to the one that performs all the processing by one CPU, and a plurality of CPUs may perform the processing while appropriately cooperating.

100:画像処理装置、203:コントロール部、204:レンダリング部、205:ユーザインタフェース部、206:プリンタエンジン部   100: Image processing device 203: Control unit 204: Rendering unit 205: User interface unit 206: Printer engine unit

Claims (16)

ジョブデータの画像処理にかかる時間を予測する予測手段と、
前記画像処理の実行に関連する情報に基づいて、前記予測手段による予測の実行を行うかを判断する判断手段と、を備え、
前記判断手段は、前記情報として前記画像処理済みのジョブデータのデータ量を用いて、前記画像処理済みのジョブデータとは別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測手段による予測の実行を行うかを判断することを特徴とする処理装置。
A prediction means for predicting the time required for image processing of job data;
Determination means for determining whether to perform prediction by the prediction means based on information related to execution of the image processing ;
The determination means uses the data amount of the image processed job data as the information, and the job data that is different from the image processed job data and is not subjected to the image processing, A processing apparatus for determining whether to perform prediction by a prediction means .
前記判断手段は、前記データ量が閾値以上である場合は、前記別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測手段による予測の実行を行うと判断し、前記データ量が前記閾値より少ない場合は、前記別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測手段による予測の実行を行わないと判断することを特徴とする請求項1に記載の処理装置。If the data amount is greater than or equal to a threshold value, the determination unit determines that the prediction unit performs prediction on the job data that is the other job data and has not been subjected to the image processing, and the data 2. The method according to claim 1, wherein when the amount is less than the threshold value, it is determined that the prediction unit does not execute prediction for the other job data that is not subjected to the image processing. The processing apparatus as described. ジョブデータの画像処理にかかる時間を予測する予測手段と、A prediction means for predicting the time required for image processing of job data;
前記画像処理の実行に関連する情報に基づいて、前記予測手段による予測の実行を行うかを判断する判断手段と、を備え、Determination means for determining whether to perform prediction by the prediction means based on information related to execution of the image processing;
前記判断手段は、前記予測済みのジョブデータの前記画像処理の実行中に、前記情報として前記予測済みのジョブデータの予測結果を用いて、前記予測済みのジョブデータとは別のジョブデータであり前記予測が行われていないジョブデータについて、前記予測手段による予測の実行を行うかを判断することを特徴とする処理装置。The determination means is job data different from the predicted job data, using a prediction result of the predicted job data as the information during execution of the image processing of the predicted job data. A processing apparatus for determining whether to perform prediction by the prediction means for job data that has not been predicted.
前記判断手段は、前記予測済みのジョブデータの予測結果が所定時間よりも短い場合は、前記別のジョブデータであり前記予測が行われていないジョブデータについて、前記予測手段による予測の実行を行うと判断し、前記予測済みのジョブデータの予測結果が前記所定時間以上である場合は、前記別のジョブデータであり前記予測が行われていないジョブデータについて、前記予測手段による予測の実行を行わないと判断することを特徴とする請求項3に記載の処理装置。When the prediction result of the predicted job data is shorter than a predetermined time, the determination unit performs prediction by the prediction unit for job data that is another job data and has not been predicted. If the prediction result of the predicted job data is equal to or longer than the predetermined time, the prediction unit performs prediction on the job data that is another job data and has not been predicted. The processing apparatus according to claim 3, wherein it is determined that there is not. 前記判断手段は、前記予測済みのジョブデータの予測結果がない場合には、前記画像処理済みのジョブデータのデータ量に基づいて、前記予測手段による予測の実行を行うか判断することを特徴とする請求項3又は4に記載の処理装置。 The determination unit determines whether to perform the prediction by the prediction unit based on the data amount of the image processed job data when there is no prediction result of the predicted job data. The processing apparatus according to claim 3 or 4 . 前記予測手段の状態として予測実行中もしくは予測停止中を管理する管理手段を更に備え、
前記判断手段は、前記管理手段が管理する前記予測手段の状態に応じて異なる前記データ量の値に基づいて、前記予測手段による予測の実行を行うか判断することを特徴とする請求項2又は5に記載の処理装置。
Managing means for managing or during the forecast Stopped predicted executed as the state of the prediction means further includes a,
The determination means according to claim wherein said management means based on the threshold value of state the amount of data varies according to the prediction means for managing, characterized in that to determine the execution of prediction by the prediction means The processing apparatus according to 2 or 5 .
前記予測手段の状態が前記予測停止中である場合に用いられる前記閾値は、前記予測手段の状態が前記予測実行中である場合に用いられる前記閾値よりも大きいことを特徴とする請求項に記載の処理装置。 Wherein the threshold condition of the prediction means are used when it is in the prediction stopped, in claim 6 in which the state of the prediction means being larger than the threshold value used when it is in said predicted executed The processing apparatus as described. 処理装置において実行される処理方法であって、
ジョブデータの画像処理にかかる時間を予測する予測工程と、
前記画像処理の実行に関連する情報に基づいて、前記予測工程における予測の実行を行うかを判断する判断工程と、を有し、
前記判断工程では、前記情報として前記画像処理済みのジョブデータのデータ量を用いて、前記画像処理済みのジョブデータとは別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測工程における予測の実行を行うかを判断することを特徴とする処理方法。
A processing method executed in a processing device,
A prediction process for predicting the time required for image processing of job data;
A determination step for determining whether to perform the prediction in the prediction step based on information related to the execution of the image processing;
In the determining step, the data amount of the image processed job data is used as the information, and the job data that is different from the image processed job data and is not subjected to the image processing is described above. A processing method characterized by determining whether to perform prediction in the prediction step .
前記判断工程では、前記データ量が閾値以上である場合は、前記別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測工程における予測の実行を行うと判断し、前記データ量が前記閾値より少ない場合は、前記別のジョブデータであり前記画像処理が行われていないジョブデータについて、前記予測工程における予測の実行を行わないと判断することを特徴とする請求項8に記載の処理方法。In the determination step, when the data amount is equal to or greater than a threshold, it is determined that the prediction in the prediction step is performed on the job data that is the other job data and has not been subjected to the image processing, and the data 9. The method according to claim 8, wherein when the amount is smaller than the threshold value, it is determined not to perform prediction in the prediction step for job data that is the other job data and has not been subjected to the image processing. The processing method described. 処理装置において実行される処理方法であって、A processing method executed in a processing device,
ジョブデータの画像処理にかかる時間を予測する予測工程と、A prediction process for predicting the time required for image processing of job data;
前記画像処理の実行に関連する情報に基づいて、前記予測工程における予測の実行を行うかを判断する判断工程と、を有し、A determination step for determining whether to perform the prediction in the prediction step based on information related to the execution of the image processing;
前記判断工程では、前記予測済みのジョブデータの前記画像処理の実行中に、前記情報として前記予測済みのジョブデータの予測結果を用いて、前記予測済みのジョブデータとは別のジョブデータであり前記予測が行われていないジョブデータについて、前記予測工程における予測の実行を行うかを判断することを特徴とする処理方法。In the determination step, during the execution of the image processing of the predicted job data, the prediction result of the predicted job data is used as the information, and the job data is different from the predicted job data. A method of processing, comprising: determining whether to perform prediction in the prediction step for job data that has not been predicted.
前記判断工程では、前記予測済みのジョブデータの予測結果が所定時間よりも短い場合は、前記別のジョブデータであり前記予測が行われていないジョブデータについて、前記予測工程における予測の実行を行うと判断し、前記予測済みのジョブデータの予測結果が前記所定時間以上である場合は、前記別のジョブデータであり前記予測が行われていないジョブデータについて、前記予測工程における予測の実行を行わないと判断することを特徴とする請求項10に記載の処理方法。In the determination step, when the predicted result of the predicted job data is shorter than a predetermined time, the prediction in the prediction step is executed for the job data that is another job data and has not been predicted. When the prediction result of the predicted job data is equal to or longer than the predetermined time, the prediction in the prediction step is performed for the job data that is another job data and has not been predicted. The processing method according to claim 10, wherein the processing method is determined not to exist. 前記判断工程では、前記予測済みのジョブデータの予測結果がない場合には、前記画像処理済みのジョブデータのデータ量に基づいて、前記予測工程における予測の実行を行うかを判断することを特徴とする請求項10又は11に記載の処理方法。In the determination step, when there is no prediction result of the predicted job data, it is determined whether to perform prediction in the prediction step based on a data amount of the image processed job data. The processing method according to claim 10 or 11. 前記予測工程での状態として予測実行中もしくは予測停止中を管理する管理工程、をさらに有し、A management step of managing whether the prediction is being executed or the prediction is being stopped as a state in the prediction step;
前記判断工程では、前記管理工程で管理する前記予測工程での状態に応じて異なる前記データ量の閾値に基づいて、前記予測工程における予測の実行を行うかを判断することを特徴とする請求項9又は12に記載の処理方法。The determination step determines whether to perform prediction in the prediction step based on a threshold value of the data amount that differs depending on the state in the prediction step managed in the management step. The processing method according to 9 or 12.
前記予測工程での状態が前記予測停止中である場合に用いられる前記閾値は、前記予測工程での状態が前記予測実行中である場合に用いられる前記閾値よりも大きいことを特徴とする請求項13に記載の処理方法。The threshold value used when the state in the prediction step is the prediction stop is larger than the threshold value used when the state in the prediction step is the execution of the prediction. The processing method according to 13. 請求項1、請求項2、請求項2に従属する請求項6、請求項7のいずれか1項に記載の処理装置の各手段としてコンピュータを機能させるためのプログラム。 Claim 1, claim 2, programs for causing a computer to function as each unit of the processing device according to any one of claims 6, claim 7 when dependent on claim 2. 請求項3乃至5、請求項5に従属する請求項6、請求項7のいずれか1項に記載の処理装置の各手段としてコンピュータを機能させるためのプログラム。The program for functioning a computer as each means of the processing apparatus of any one of Claim 6 to Claim 7 which depends on Claim 3 thru | or 5 and Claim 5.
JP2014078232A 2014-04-04 2014-04-04 Processing apparatus, method thereof, and program Active JP6385111B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2014078232A JP6385111B2 (en) 2014-04-04 2014-04-04 Processing apparatus, method thereof, and program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2014078232A JP6385111B2 (en) 2014-04-04 2014-04-04 Processing apparatus, method thereof, and program

Publications (2)

Publication Number Publication Date
JP2015199222A JP2015199222A (en) 2015-11-12
JP6385111B2 true JP6385111B2 (en) 2018-09-05

Family

ID=54550981

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2014078232A Active JP6385111B2 (en) 2014-04-04 2014-04-04 Processing apparatus, method thereof, and program

Country Status (1)

Country Link
JP (1) JP6385111B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2019018494A (en) * 2017-07-20 2019-02-07 富士ゼロックス株式会社 Control device and image processing apparatus

Family Cites Families (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001228988A (en) * 2000-02-16 2001-08-24 Ricoh Co Ltd Image output device, image output method, storage medium with the method stored therein and printer driver
JP4022710B2 (en) * 2000-10-20 2007-12-19 富士ゼロックス株式会社 Drawing processor
JP2003039747A (en) * 2001-07-31 2003-02-13 Canon Inc Image forming apparatus and method of controlling the same
JP2003177889A (en) * 2001-12-12 2003-06-27 Fuji Xerox Co Ltd Image processor, plotting instruction outputting device and image forming device
US7145669B2 (en) * 2003-01-28 2006-12-05 Hewlett-Packard Development Company, L.P. Partially pre-rasterizing image data
JP2010083064A (en) * 2008-10-01 2010-04-15 Ricoh Co Ltd Image forming apparatus
JP5333259B2 (en) * 2010-01-25 2013-11-06 コニカミノルタ株式会社 Image forming apparatus, program, and image forming method
JP5672721B2 (en) * 2010-03-05 2015-02-18 コニカミノルタ株式会社 Image forming apparatus, image forming program, and image forming method
JP2013078901A (en) * 2011-10-04 2013-05-02 Ricoh Co Ltd Apparatus and method for forming image

Also Published As

Publication number Publication date
JP2015199222A (en) 2015-11-12

Similar Documents

Publication Publication Date Title
JP5754891B2 (en) Image processing apparatus and control method or program thereof
US9208419B2 (en) Controlling apparatus for controlling a first printing apparatus and a second apparatus
US9324011B2 (en) Processing apparatus and processing method for processing print jobs
JP2016016583A (en) Printing system, control device, control method, and program
US20160092147A1 (en) Printing system, printing apparatus, and control method for the printing system
JP6188398B2 (en) Printing control apparatus, method and program
JP2017213704A (en) Image forming apparatus, image forming method, and program
JP5901221B2 (en) Printing control apparatus, method and program
JP5783748B2 (en) Printing control apparatus, method and program
JP5783746B2 (en) Printing control apparatus, method and program
JP6385111B2 (en) Processing apparatus, method thereof, and program
JP2010534151A (en) Job start control for job queuing
JP6276586B2 (en) Control device, control method and program
JP6296866B2 (en) Processing apparatus, method thereof, and program
JP5783744B2 (en) Printing control apparatus, method and program
JP5735812B2 (en) Printing apparatus and processing method thereof
JP2017159452A (en) Printer and printing method
JP6742820B2 (en) Image forming apparatus, image forming method, and program
JP5868472B2 (en) Printing control apparatus, method and program
US9308718B2 (en) Printing appararus and printing control method
JP5744558B2 (en) Printing control apparatus, method and program
JP6900739B2 (en) Image recording device
JP7063012B2 (en) Image forming device and image forming program
JP5921140B2 (en) Printing control apparatus, method and program
JP2023170042A (en) Print device

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20170403

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20180117

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20180126

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20180327

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20180709

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20180807

R151 Written notification of patent or utility model registration

Ref document number: 6385111

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R151