JP5754891B2 - 画像処理装置及びその制御方法又はプログラム - Google Patents
画像処理装置及びその制御方法又はプログラム Download PDFInfo
- Publication number
- JP5754891B2 JP5754891B2 JP2010078295A JP2010078295A JP5754891B2 JP 5754891 B2 JP5754891 B2 JP 5754891B2 JP 2010078295 A JP2010078295 A JP 2010078295A JP 2010078295 A JP2010078295 A JP 2010078295A JP 5754891 B2 JP5754891 B2 JP 5754891B2
- Authority
- JP
- Japan
- Prior art keywords
- printing
- data
- page
- time
- 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.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/02—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
- G06K15/18—Conditioning data for presenting it to the physical printing elements
- G06K15/1801—Input data handling means
- G06K15/1822—Analysing the received data before processing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/02—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
- G06K15/18—Conditioning data for presenting it to the physical printing elements
- G06K15/1848—Generation of the printable image
- G06K15/1856—Generation of the printable image characterized by its workflow
- G06K15/1857—Generation of the printable image characterized by its workflow involving parallel processing in the same printing apparatus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/02—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
- G06K15/18—Conditioning data for presenting it to the physical printing elements
- G06K15/1848—Generation of the printable image
- G06K15/1856—Generation of the printable image characterized by its workflow
- G06K15/186—Generation of the printable image characterized by its workflow taking account of feedback from an output condition, e.g. available inks, time constraints
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06K—GRAPHICAL DATA READING; PRESENTATION OF DATA; RECORD CARRIERS; HANDLING RECORD CARRIERS
- G06K15/00—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers
- G06K15/02—Arrangements for producing a permanent visual presentation of the output data, e.g. computer output printers using printers
- G06K15/18—Conditioning data for presenting it to the physical printing elements
- G06K15/1848—Generation of the printable image
- G06K15/1856—Generation of the printable image characterized by its workflow
- G06K15/1861—Generation of the printable image characterized by its workflow taking account of a limited available memory space or rasterization time
Landscapes
- Engineering & Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Record Information Processing For Printing (AREA)
- Accessory Devices And Overall Control Thereof (AREA)
Description
さらに、RIP時間取得部218はジョブデータの有するページデータの描画命令の処理時間をページ毎に合計し、ページ毎の処理時間を取得する。1頁内に複数の描画命令がある場合でも、ページ記述言語による記述から各描画命令の種類と描画領域を取得して合計すればよい。
受信したスケジュールをする対象の複数のページデータのうち最初のページデータのレンダリングを開始するタイミングを零(ゼロ)として、「RIP終了」はプリンタ202のレンダリング処理部217がレンダリングを終了する時刻をページ毎に示す。「送付開始」はスケジュール部213がアウトプットスプール208にプリンタエンジン部205へのビットマップデータの供給を開始させる時刻をページ毎に示している。「印刷終了」はプリンタ202のプリンタエンジン部205がビットマップデータを印刷し終える時刻をページ毎に示している。
まず図9のステップS901では、ページ001の「RIP処理:30」に図8で求めた「総遅延時間:40」を加算した値“70”をページ001の「送付開始」に代入する。以降の処理は図8の処理と同様なので省略する。詳細には、ステップS902〜S904とS802〜S804が夫々同様の処理であり、ステップ905がステップS806、ステップS906がステップS807と同様の処理である。
Claims (14)
- 複数のページデータを入力する入力手段と、
前記複数のページデータの各々を描画データに変換する描画手段と、
印刷装置に前記複数の描画データを供給する供給手段と、
前記複数の描画データの夫々について、1つ前のページの印刷が終了してから次のページの印刷に用いる描画データの変換が終了するまでの遅延の見積もりを示す遅延時間を取得する取得手段と、
前記複数のページデータのうち最初に前記描画手段が変換した描画データの供給タイミングを前記複数の描画データの遅延時間の合計に基づいて遅らせるスケジュール手段と
を有することを特徴とする画像処理装置。 - 前記スケジュール手段は、前記描画手段が前記最初に前記描画手段が変換した描画データの描画を終了した時点から少なくとも前記複数の描画データの遅延時間だけ間隔を空けて、前記供給手段に前記最初に前記描画手段が変換した描画データを供給させることを特徴とする請求項1に記載の画像処理装置。
- 前記供給手段は前記複数の描画データを、前記描画手段によって変換された順で前記印刷装置へ供給することを特徴とする請求項1乃至2のいずれか1項に記載の画像処理装置。
- 前記取得手段は前記印刷装置による印刷を開始する前に前記遅延時間を取得することを特徴とする請求項1乃至2のいずれか1項に記載の画像処理装置。
- 前記描画手段は前記供給手段が前記複数のページデータのうち最初に前記描画手段が変換した描画データの供給を遅らせている間も、前記複数のページデータの一部を描画データに変換することを特徴とする請求項1乃至4のいずれか1項に記載の画像処理装置。
- 前記取得手段は、前記描画手段が各ページデータの描画に要する描画時間を取得する第
1取得手段と、前記印刷装置が前記描画データの夫々について印刷に要する印刷時間を取得する第2取得手段と、を備え、前記複数のページデータについて求めた描画時間と印刷時間とに基づいて前記遅延時間を算出することを特徴とする請求項1乃至5のいずれか1項に記載の画像処理装置。 - 前記取得手段は、前記ページデータから作成した描画データを記録媒体に印刷する際に、印刷する領域の搬送方向の長さに基づいて前記印刷時間を取得することを特徴とする請求項6に記載の画像処理装置。
- 所定の印刷形式におけるページあたりの描画時間を保持する処理時間情報を格納する保持手段と、
前記入力手段の入力するページデータを解析し、当該ページデータに設定されている印刷形式を解析する解析手段とを更に有し、
前記入力手段の入力するページデータに設定されている印刷形式が前記所定の印刷形式である場合に、前記取得手段は前記処理時間情報を参照して描画処理時間を取得することを特徴とする請求項6又は7に記載の画像処理装置。 - 前記描画時間が前記印刷時間より小さいページデータに設定されている印刷形式を示す処理時間情報にスキップフラグを付加する付加手段を更に有し、前記入力手段の入力したページデータに設定されている印刷形式が前記処理時間情報でスキップフラグを付加されている印刷形式である場合に、前記取得手段の処理をスキップし、前記供給手段は前記描画データをそのまま前記印刷装置に供給することを特徴とする請求項8に記載の画像処理装置。
- 前記ページデータは所定のページ記述言語の描画命令を含んでおり、前記描画手段は前記描画命令に従って前記描画データを作成することを特徴とする請求項1乃至9のいずれか1項に記載の画像処理装置。
- 前記印刷装置は印刷後に裁断処理を要するロールシートに画像を形成することを特徴と
する請求項1乃至10のいずれか1項に記載の画像処理装置。 - 前記取得手段は前記ページデータの一部を前記描画手段に描画させることで、ページデータの描画時間を取得することを特徴とする請求項1乃至11のいずれか1項に記載の画像処理。
- 複数のページデータを入力する入力工程と、
前記複数のページデータの各々を描画データに変換する描画工程と、
印刷装置に前記複数の描画データを供給する供給工程と、
前記複数の描画データの夫々について、1つ前のページの印刷が終了してから次のページの印刷に用いる描画データの変換が終了するまでの遅延の見積もりを示す遅延時間を取得する取得工程と、
前記複数のページデータのうち最初に変換した描画データの供給タイミングを前記複数の描画データの遅延時間の合計に基づいて遅らせるスケジュール工程と
を有することを特徴とする画像処理装置の制御方法。 - コンピュータを、
複数のページデータを入力する入力手段と、
前記複数のページデータの各々を描画データに変換する描画手段と、
印刷装置に前記複数の描画データを供給する供給手段と、
前記複数の描画データの夫々について、1つ前のページの印刷が終了してから次のページの印刷に用いる描画データの変換が終了するまでの遅延の見積もりを示す遅延時間を取得する取得手段と、
前記複数のページデータのうち最初に前記描画手段が変換した描画データの供給タイミングを前記複数の描画データの遅延時間の合計に基づいて遅らせるスケジュール手段として機能させることを特徴とするプログラム。
Priority Applications (3)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010078295A JP5754891B2 (ja) | 2010-03-30 | 2010-03-30 | 画像処理装置及びその制御方法又はプログラム |
| US12/964,621 US8587812B2 (en) | 2010-03-30 | 2010-12-09 | Image processing apparatus, method, and medium for processing images for printing |
| CN201110081143.6A CN102218940B (zh) | 2010-03-30 | 2011-03-25 | 图像处理装置及图像处理方法 |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2010078295A JP5754891B2 (ja) | 2010-03-30 | 2010-03-30 | 画像処理装置及びその制御方法又はプログラム |
Publications (3)
| Publication Number | Publication Date |
|---|---|
| JP2011207121A JP2011207121A (ja) | 2011-10-20 |
| JP2011207121A5 JP2011207121A5 (ja) | 2013-05-09 |
| JP5754891B2 true JP5754891B2 (ja) | 2015-07-29 |
Family
ID=44709331
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2010078295A Expired - Fee Related JP5754891B2 (ja) | 2010-03-30 | 2010-03-30 | 画像処理装置及びその制御方法又はプログラム |
Country Status (3)
| Country | Link |
|---|---|
| US (1) | US8587812B2 (ja) |
| JP (1) | JP5754891B2 (ja) |
| CN (1) | CN102218940B (ja) |
Families Citing this family (15)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| AU2010249337A1 (en) * | 2010-12-13 | 2012-06-28 | Canon Kabushiki Kaisha | Predicting the times of future events in a multi-threaded RIP |
| JP5531942B2 (ja) * | 2010-12-20 | 2014-06-25 | コニカミノルタ株式会社 | 画像形成装置 |
| US8786888B2 (en) | 2012-07-27 | 2014-07-22 | Hewlett-Packard Development Company, L.P. | Cloud processing for print jobs |
| JP6226519B2 (ja) | 2012-11-13 | 2017-11-08 | キヤノン株式会社 | 印刷装置及びその制御方法、並びにプログラム |
| JP6376806B2 (ja) | 2014-04-02 | 2018-08-22 | キヤノン株式会社 | 画像形成装置およびその制御方法、並びにプログラム |
| JP6482189B2 (ja) * | 2014-06-06 | 2019-03-13 | キヤノン株式会社 | 処理装置及び処理方法 |
| JP6052516B2 (ja) * | 2014-06-20 | 2016-12-27 | コニカミノルタ株式会社 | 画像形成装置、画像印刷方法および画像印刷制御プログラム |
| JP6627230B2 (ja) * | 2015-03-03 | 2020-01-08 | コニカミノルタ株式会社 | 画像形成装置及び画像形成システム並びに画像形成制御プログラム |
| JP6519941B2 (ja) * | 2015-03-12 | 2019-05-29 | 富士ゼロックス株式会社 | 印刷制御装置、画像形成システムおよびプログラム |
| US10552717B2 (en) * | 2016-03-16 | 2020-02-04 | Canon Kabushiki Kaisha | Image processing apparatus, control method thereof, and storage medium |
| CN105975355B (zh) * | 2016-05-24 | 2019-06-25 | 四川苏格通讯技术有限公司 | 一种绘图方法、装置及移动设备 |
| JP6683060B2 (ja) * | 2016-08-18 | 2020-04-15 | コニカミノルタ株式会社 | 画像処理装置、方法およびプログラム |
| JP2019082629A (ja) | 2017-10-31 | 2019-05-30 | 株式会社沖データ | 画像形成装置および画像形成方法 |
| JP7361489B2 (ja) * | 2019-04-25 | 2023-10-16 | キヤノン株式会社 | 記録装置、制御方法、及びプログラム |
| JP7288582B2 (ja) * | 2019-05-23 | 2023-06-08 | 京セラドキュメントソリューションズ株式会社 | 画像形成装置 |
Family Cites Families (11)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JPH04336261A (ja) * | 1991-05-14 | 1992-11-24 | Oki Electric Ind Co Ltd | ページプリンタ |
| US5913018A (en) * | 1996-07-24 | 1999-06-15 | Adobe Systems Incorporated | Print band rendering system |
| JPH1158854A (ja) * | 1997-08-19 | 1999-03-02 | Canon Inc | 画像処理装置及び画像処理方法 |
| JP3862396B2 (ja) * | 1998-01-08 | 2006-12-27 | キヤノン株式会社 | 印刷装置及び画像処理方法 |
| JP2000313145A (ja) * | 1999-03-01 | 2000-11-14 | Canon Inc | 印刷制御装置、印刷制御装置のデータ処理方法およびコンピュータが読み出し可能なプログラムを格納した記憶媒体 |
| JP2001171185A (ja) * | 1999-12-17 | 2001-06-26 | Canon Inc | 画像形成装置及び画像処理方法 |
| JP2003039747A (ja) * | 2001-07-31 | 2003-02-13 | Canon Inc | 画像形成装置およびその制御方法 |
| JP2003039744A (ja) * | 2001-07-31 | 2003-02-13 | Canon Inc | 印刷装置及びその制御方法 |
| JP3689699B2 (ja) * | 2003-02-12 | 2005-08-31 | キヤノン株式会社 | 情報処理装置および印刷処理方法ならびにプログラム、記憶媒体 |
| JP4321235B2 (ja) | 2003-11-21 | 2009-08-26 | 富士ゼロックス株式会社 | 画像処理装置及び画像処理プログラム |
| US8035836B2 (en) * | 2007-07-25 | 2011-10-11 | Eastman Kodak Company | Fast job halt in a high speed press |
-
2010
- 2010-03-30 JP JP2010078295A patent/JP5754891B2/ja not_active Expired - Fee Related
- 2010-12-09 US US12/964,621 patent/US8587812B2/en not_active Expired - Fee Related
-
2011
- 2011-03-25 CN CN201110081143.6A patent/CN102218940B/zh not_active Expired - Fee Related
Also Published As
| Publication number | Publication date |
|---|---|
| CN102218940A (zh) | 2011-10-19 |
| US8587812B2 (en) | 2013-11-19 |
| US20110242555A1 (en) | 2011-10-06 |
| CN102218940B (zh) | 2014-06-25 |
| JP2011207121A (ja) | 2011-10-20 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP5754891B2 (ja) | 画像処理装置及びその制御方法又はプログラム | |
| US9324011B2 (en) | Processing apparatus and processing method for processing print jobs | |
| JP2016016583A (ja) | 印刷システム、制御装置、制御方法並びにプログラム | |
| JP2011177907A (ja) | 印刷制御装置、方法及びプログラム | |
| JP2011224830A (ja) | プリント装置、印刷方法及びプログラム | |
| JP2016064606A (ja) | 印刷システム、印刷装置及び印刷システムの制御方法 | |
| JP6188398B2 (ja) | 印刷制御装置、方法及びプログラム | |
| JP2017213704A (ja) | 画像形成装置、画像形成方法、及びプログラム | |
| JP6818438B2 (ja) | 印刷制御装置、その制御方法及びプログラム | |
| JP5783746B2 (ja) | 印刷制御装置、方法及びプログラム | |
| JP5901196B2 (ja) | 印刷制御装置、方法及びプログラム | |
| JP2013039749A (ja) | 印刷装置及びその処理方法 | |
| JP6742820B2 (ja) | 画像形成装置、画像形成方法、およびプログラム | |
| JP2019142163A (ja) | 印刷装置、その制御方法、及びプログラム | |
| JP6004630B2 (ja) | 印刷制御装置、方法及びプログラム | |
| JP6234057B2 (ja) | 印刷装置、表示制御方法及びプログラム | |
| US20120188566A1 (en) | Printing apparatus and processing method thereof | |
| JP6385111B2 (ja) | 処理装置及びその方法、プログラム | |
| JP5783744B2 (ja) | 印刷制御装置、方法及びプログラム | |
| JP2017159452A (ja) | プリンタおよび印刷方法 | |
| JP6296866B2 (ja) | 処理装置及びその方法、プログラム | |
| JP2012166445A (ja) | 印刷制御装置、方法及びプログラム | |
| JP2008186164A (ja) | データ処理装置、画像形成装置および画像形成システム | |
| JP2020049705A (ja) | 画像形成装置、画像形成方法、及びプログラム | |
| JP5828736B2 (ja) | 印刷制御装置、方法及びプログラム |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20130326 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20130326 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20131210 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140207 |
|
| A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140924 |
|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20141125 |
|
| 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: 20150428 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20150526 |
|
| R151 | Written notification of patent or utility model registration |
Ref document number: 5754891 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R151 |
|
| LAPS | Cancellation because of no payment of annual fees |