JP4136894B2 - Printing apparatus, printing method, and storage medium storing computer-readable program - Google Patents
Printing apparatus, printing method, and storage medium storing computer-readable program Download PDFInfo
- Publication number
- JP4136894B2 JP4136894B2 JP2003360498A JP2003360498A JP4136894B2 JP 4136894 B2 JP4136894 B2 JP 4136894B2 JP 2003360498 A JP2003360498 A JP 2003360498A JP 2003360498 A JP2003360498 A JP 2003360498A JP 4136894 B2 JP4136894 B2 JP 4136894B2
- Authority
- JP
- Japan
- Prior art keywords
- generated
- display list
- background image
- image
- fallback
- 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
Landscapes
- Compression Of Band Width Or Redundancy In Fax (AREA)
Description
本発明は、所定のインタフェースを介してネットワーク上の複数のコンピュータより印刷情報を受信して処理する印刷装置および印刷方法およびコンピュータが読み取り可能なプログラムを格納した記憶媒体に関するものである。 The present invention relates to a printing apparatus and a printing method for receiving and processing print information from a plurality of computers on a network via a predetermined interface, and a storage medium storing a computer-readable program.
近年,情報処理システムは一般化され広く使われるようになってきている.このような状況の中,前記情報処理システム上で作成される多くの電子ドキュメントが作成され,カラー印刷装置への出力要求は増大する傾向にあり、高速かつ安価なカラー印刷装置が望まれている。 In recent years, information processing systems have been generalized and widely used. Under such circumstances, many electronic documents created on the information processing system are created, and output demand to the color printing apparatus tends to increase, and a high-speed and inexpensive color printing apparatus is desired. .
従来、ホストコンピュータやプリントサーバから送信されてきたページ記述言語(PDL)を解釈しラスタイメージを作成する印刷システムでは、PDLを解釈した上で中間言語であるディスプレイリスト(DL)を作成し、このDLからラスタイメージ変換(レンダリング)を行うのが一般的である。 Conventionally, a printing system that interprets a page description language (PDL) transmitted from a host computer or a print server and creates a raster image creates a display list (DL) that is an intermediate language after interpreting the PDL. It is common to perform raster image conversion (rendering) from DL.
この際、上記PDLデータのサイズは限定されていないため、このPDLデータから作成されるDLのサイズが非常に大きくなることがある。また、DLが複雑になり、そのサイズが大きくなると、このDLをレンダリングするレンダラの使用するワーク領域も大きなものとなる。 At this time, since the size of the PDL data is not limited, the size of the DL created from the PDL data may be very large. In addition, when the DL becomes complicated and its size increases, the work area used by the renderer that renders the DL also increases.
しかしながら、印刷装置に搭載されるメモリ量は有限であり、且つコスト的な制約から、前記DLを格納するのに十分な量が無いことが多い。 However, the amount of memory installed in the printing apparatus is finite, and due to cost restrictions, there is often no sufficient amount to store the DL.
したがって、上記DLを格納する領域及びレンダラの使用できるワーク領域のサイズは限定されており、定められた一定サイズ以上のDLを処理できないといった制約がでてくる。 Therefore, the size of the area for storing the DL and the work area that can be used by the renderer are limited, and there is a restriction that a DL larger than a predetermined size cannot be processed.
この制約を回避する為にフォールバックと呼ばれる処理が行われる。フォールバックは、DLのサイズがある一定のサイズを超えた場合や、そのDLを処理するためのワーク領域が一定のサイズを超えるとわかった場合に、一度そこまでに生成されたDLをレンダリングしてラスタイメージとし、そこまで作成したDLを一度クリアする。 In order to avoid this restriction, a process called fallback is performed. Fallback renders the DL generated once when the DL size exceeds a certain size, or when the work area for processing the DL exceeds a certain size. The raster image is created and the DL created up to that point is cleared once.
このラスタイメージを描画エリアのバックグラウンドイメージとして再びDLの一部に追加する。 This raster image is added again to a part of DL as a background image of the drawing area.
通常、このバックグラウンドイメージは圧縮されるため、追加されるDLのサイズは元のDLサイズよりも小さくなる。そこで、この空いた領域に残りのDLを作成していくことにより限定されたメモリ空間で大きなサイズのDLを処理できる。また、フォールバック時のレンダリング終了時にレンダラのワーク領域もクリアされるため、このワーク領域のサイズ制限も回避することができ低コストな印刷装置を提供することができる。例えば、下記特許文献1が既に公開されている。
一方で、前述のようにフォールバック処理を行う過程で作成されたラスタイメージは圧縮されてDLリストに追加されるが、このとき作成される圧縮イメージも所定のサイズに収めなければならない。 On the other hand, the raster image created in the process of performing the fallback processing as described above is compressed and added to the DL list, and the compressed image created at this time must also be within a predetermined size.
特に、カラー画像ではレンダリング時に作成されるラスタイメージのサイズは非常に大きく、可逆圧縮では前記圧縮画像を所定のサイズ内に収めることができないことが多く、通常非可逆圧縮が使用される。 In particular, in a color image, the size of a raster image created at the time of rendering is very large. In lossless compression, the compressed image cannot often be stored within a predetermined size, and lossy compression is usually used.
しかしながら、非可逆圧縮を使用すると圧縮された画像は劣化してしまう。したがって、この画像劣化した圧縮イメージを背景としてその上に残りの前面画像を描画すると、前面と背景の間に画質の差ができるため、その境界線が目立ってしまうという問題があった。 However, using lossy compression degrades the compressed image. Therefore, when the remaining front image is drawn on the compressed image having deteriorated image as a background, there is a problem that the boundary line becomes conspicuous because there is a difference in image quality between the front surface and the background.
図9は、従来の印刷装置における非可逆圧縮処理された印刷結果例を説明する図である。 FIG. 9 is a diagram for explaining an example of a printing result subjected to irreversible compression processing in a conventional printing apparatus.
図9において、301は印刷結果で、前面と背景の間に画質の差により、例えば位置310より上側が背景イメージ、位置310より下側が前面画像であり画質差が大きいためにその境界がはっきりと目立った低品位の印刷結果しか得られないという問題点があった。
In FIG. 9,
本発明は、上記の課題を解決するためになされたもので、本発明の目的は、劣化した画像と劣化しない画像との画質の差を減少させて、劣化した画像と劣化しない画像との境界の目立たない良好な印刷結果を得ることができる印刷装置および印刷方法およびコンピュータが読み取り可能なプログラムを格納した記憶媒体およびプログラムを提供することである。 The present invention has been made to solve the above-described problems, and an object of the present invention is to reduce a difference in image quality between a deteriorated image and an undegraded image, thereby demarcating the boundary between the deteriorated image and the undegraded image. It is an object to provide a printing apparatus and printing method capable of obtaining an inconspicuous good printing result, and a storage medium and program storing a computer-readable program.
上記目的を達成する本発明の印刷装置は以下に示す構成を備える。 The printing apparatus of the present invention that achieves the above object has the following configuration.
ディスプレイリストを作成する作成手段と、ディスプレイリストをレンダリングし圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録するフォールバック手段と、1ページ分のディスプレイリストが生成された後、前記フォールバック手段により生成された背景画像の劣化程度が閾値以上であるか否か判別する判別手段と、前記判別手段により前記フォールバック手段により生成された背景画像の劣化程度が閾値以上でないと判別された場合、ディスプレイリストの前記フォールバック手段により登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行わず、前記判別手段により前記フォールバック手段により生成された背景画像の劣化程度が閾値以上であると判別された場合、ディスプレイリストの前記フォールバック手段により登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行う再フォールバック手段と、ディスプレイリストをレンダリングしてラスタイメージを生成するレンダリング手段と、前記レンダリング手段により生成されたラスタイメージに基づき印刷を実行する印刷手段と、を有することを特徴とする。 A creation means for creating a display list, a fallback means for rendering and compressing the display list to generate a background image, and registering the generated background image in the display list, and a display list for one page being generated Determining means for determining whether or not the degree of deterioration of the background image generated by the fallback means is greater than or equal to a threshold; and if the degree of deterioration of the background image generated by the fallback means by the determining means is not greater than or equal to the threshold If determined, the background image is generated by compressing the degraded image generated by rendering the background image registered by the fallback means of the display list and the non-degraded image generated by rendering the display list. And add the generated background image to the display list. Without performing the processing of the case where the degree of deterioration of the fallback means the background image generated by is determined to be equal to or larger than the threshold, to render the background image registered by the fallback means of the display list by the discriminating means image and display list that has deteriorated, which is generated by compressing an image that is not degraded are generated by rendering to generate a background image Te, again fall back to the generated background image carries out a process to be registered in the display list And a rendering means for rendering a display list to generate a raster image, and a printing means for executing printing based on the raster image generated by the rendering means.
本発明によれば、劣化した画像と劣化しない画像との画質の差を減少させて、劣化した画像と劣化しない画像との境界の目立たない良好な印刷結果を得ることができるという効果を奏する。 According to the present invention, it is possible to reduce the difference in image quality between a deteriorated image and an undegraded image, and to obtain an excellent print result in which the boundary between the deteriorated image and the undegraded image is not noticeable.
次に本発明を実施するための最良の形態について図面を参照して説明する。 Next, the best mode for carrying out the present invention will be described with reference to the drawings.
本実施形態の構成を説明する前に、本実施形態を適用するに好適なレーザビームプリンタの構成について図1を参照しながら説明する。なお、本実施形態を適用するプリンタは、レーザビームプリンタに限られるものではなく、他のプリント方式のプリンタ(インクジェットプリンタ等)でも良いことは言うまでもない。 Before describing the configuration of the present embodiment, the configuration of a laser beam printer suitable for applying the present embodiment will be described with reference to FIG. Needless to say, the printer to which the present embodiment is applied is not limited to a laser beam printer, but may be a printer of another printing method (such as an ink jet printer).
図1は、本発明を適用可能な出力装置の構成を示す断面図であり、例えばレーザビームプリンタ(LBP)の場合を示す。 FIG. 1 is a cross-sectional view showing the configuration of an output device to which the present invention can be applied.
図1において、1000はLBP本体(LBP)であり、外部にネットワークや直接インタフェースで接続されているホストコンピュータ等の外部情報源から供給される印刷情報(文字コード等)やフォーム情報あるいはマクロ命令等を入力して記憶するとともに、それらの情報に従って対応する文字パターンやフォームパターン等を作成し、記録媒体である記録紙等に像を形成する。
In FIG. 1,
1012は操作パネルで、操作のためのスイッチおよびLED表示器等が配されている。1001はプリンタ制御ユニットで、LBP1000全体の制御および外部ネットワーク等から供給される文字情報等を解析する。
このプリンタ制御ユニット1001は、主に文字情報を対応する文字パターンのビデオ信号に変換してレーザドライバ1002に出力する。レーザドライバ1002は半導体レ−ザ1003を駆動するための回路であり、入力されたビデオ信号に応じて半導体レーザ1003から発射されるレーザ光1004をオン・オフ切り換えする。レーザ光1004は回転多面鏡1005で左右方向に振らされて静電ドラム1006上を走査露光する。
The
これにより、静電ドラム1006上には文字パターンの静電潜像が形成されることになる。この潜像は、静電ドラム1006周囲に配設された現像ユニット1007により現像された後、記録紙に転写される。
As a result, an electrostatic latent image of a character pattern is formed on the
この記録紙にはカットシートを用い、カットシート記録紙はLBP1000に装着した用紙カセット1008に収納され、給紙ローラ1009および搬送ローラ1010と搬送ローラ1011とにより、装置内に取り込まれて、静電ドラム1006に供給される。
A cut sheet is used as the recording paper, and the cut sheet recording paper is stored in a
〔第1実施形態〕
図2は、本発明の第1実施形態を示す印刷装置におけるプリンタ制御システムの構成を説明するブロック図であり、図1と同一のものには同一の符号を付してある。
[First Embodiment]
FIG. 2 is a block diagram illustrating the configuration of the printer control system in the printing apparatus according to the first embodiment of the present invention. The same components as those in FIG. 1 are denoted by the same reference numerals.
図2に示すプリンタ制御ユニット1001において、MAIN−CPU(CPU)1はプリンタのCPUであり、ROM4に記憶された制御プログラムや外部メモリ7に記憶された制御プログラムなどに基づいてシステムバス5に接続される各種のデバイスへのアクセスを総合的に制御し、印刷部インタフェース8を介して接続される印刷部(プリンタエンジン)9に出力情報として画像信号を出力する。
In the
なお、ROM4には、後述する図3、図4及び図5のフローチャートに示されるようなMAIN−CPU1の制御プログラムや、LBP1000の制御に必要なデータを記憶する。MAIN−CPU1はI/O11を介して外部ネットワーク3000に接続されているホストコンピュータ等の外部装置と通信可能に構成されている。
The ROM 4 stores a control program for the MAIN-CPU 1 as shown in flowcharts of FIGS. 3, 4, and 5, which will be described later, and data necessary for control of the
なお、ホストコンピュータと外部ネットワークを介して通信するとしているが、図示しないインタフェースを介して直接ホストコンピュータと接続し、通信を行っても良いことは言うまでもでもない。 Although it is assumed that communication is performed with the host computer via an external network, it goes without saying that communication may be performed by directly connecting to the host computer via an interface (not shown).
2はRAMで、MAIN−CPU1の主メモリ・ワークエリア等として機能する。なお、RAM2は、図示しない増設ポートに接続されるオプションRAMによりメモリ容量を拡張することができるように構成されている。また、ホストコンピュータから送信されるPDLを記憶し、PDLに基づき生成されるDLを記憶する。
A
3は前記RAM2上に用意される画像出力バッファであり、フォールバックバッファや出力バッファとして後述するハードレンダラ20で作成されるラスタイメージ及び属性ビットが記録される。画像出力バッファに記憶された圧縮されたイメージは、CPUまたは伸長部で伸長されて印刷部に転送される。
6はメモリコントローラ(MC)であり、ハードディスク等の外部メモリ7へのアクセスを制御する。20はハードレンダラであり、内部にローカルメモリ21を持っている。ハードレンダラ20は、ローカルメモリ21に転送されてきたディスプレイリスト(DL)またはRAM2上にあるDLをそのまま解釈し、ラスタイメージ及びラスタイメージの各ピクセル毎に対応する属性ビットを作成する。
A memory controller (MC) 6 controls access to the
ここで生成される各属性ビットは、1bitのカラービット、1bitの細線ビット及び2bitのオブジェクト種ビットの3つのビットフィールド計4bitで構成されている。 Each attribute bit generated here is composed of three bit fields, 4 bits in total: 1 bit color bit, 1 bit thin line bit, and 2 bit object type bit.
なお、カラービットは対応するピクセルがカラーオブジェクトを構成するピクセルであるか、白黒オブジェクトを構成するピクセルであるかを表し、このビットが「0」である時にはカラーオブジェクトを構成するピクセルであり、「1」である時には白黒オブジェクトを構成するピクセルであることを示す。 The color bit indicates whether the corresponding pixel is a pixel constituting a color object or a pixel constituting a monochrome object. When this bit is “0”, the color bit is a pixel constituting the color object. When it is “1”, it indicates a pixel constituting a monochrome object.
細線ビットは対応するピクセルが細線を構成するピクセルであるか否かを表し、このビットが「1」である時には細線を構成するピクセルであることを示す。 The thin line bit indicates whether or not the corresponding pixel is a pixel constituting a thin line. When this bit is “1”, it indicates that the pixel constitutes a thin line.
オブジェクト種ビットは対応するピクセルがどのような種類の描画オブジェクトを構成しているかを表し、「01」の時には文字オブジェクトを構成するピクセルであり、「10」のときにはグラフィックスオブジェクトを構成するピクセルであり、「11」の時にはイメージオブジェクトを構成するピクセルであり、「00」の時には、そのピクセルはどのようなオブジェクトも構成されていないことを示す。 The object type bit indicates what kind of drawing object the corresponding pixel constitutes. When it is “01”, it is a pixel that constitutes a character object, and when it is “10”, it is a pixel that constitutes a graphics object. Yes, when it is “11”, it is a pixel constituting an image object, and when it is “00”, this pixel indicates that no object is constructed.
非可逆圧縮部22は前記ラスタイメージに非可逆圧縮を施し、RAM2上の画像出力バッファ3へ記憶する。本実施形態による非可逆圧縮部はJPEGを採用している。JPEGは圧縮時に使用するQテーブルを変更することにより、圧縮対象となる画像の圧縮率を変更することが可能であり、圧縮率が高くなるほど画像劣化が大きくなる。
The
ここでは、非可逆圧縮としてJPEGを使用するとしているが、圧縮率を変更可能な非可逆圧縮方法であれば、本発明を適用できるはいまでもない。 Here, JPEG is used as the irreversible compression, but the present invention is not applicable to any irreversible compression method that can change the compression rate.
可逆圧縮部23は前記属性ビットに可逆圧縮を施し、画像出力バッファ3へ記憶する。画像処理部24は、ハードレンダラ20によって生成された属性ビットに基づいて、ラスタデータに文字用の画像処理、イメージ用の画像処理、グラフィック用の画像処理、カラー用の画像処理、白黒用の画像処理、細線用の画像処理のいずれかまたは組み合わせて施す。
The
このように構成されたプリンタ制御システムにおいて、図3及び図4、図5のフローチャートに従って本発明の実施形態を説明する。 In the printer control system configured as described above, an embodiment of the present invention will be described according to the flowcharts of FIGS. 3, 4, and 5.
LBP1000は、後述するレンダリング時に生成されるラスタ画像を圧縮する際に、非可逆圧縮部22のJPEGに設定するQテーブルを、例えば6種類持っている。各Qテーブルは1から6までの識別子をもっており、この識別子を便宜上QテーブルIDと呼ぶ。各Qテーブルは大きなQテーブルIDを持つほど圧縮率が高くなるように設定されており、したがって大きなQテーブルIDを持つQテーブルを使用するほど画像劣化が大きくなる。
The
なお、ここではQテーブルの種類を6種類としているが、この数は限定されるものではないことは言うまでもない。 Here, the number of Q table types is six, but it goes without saying that this number is not limited.
本実施形態において、QテーブルID1からQテーブルID5までのQテーブルを使用した圧縮結果は一見では、画像劣化が目立たない程度ものであるが、QテーブルID6のQテーブルは、ほとんどの画像の圧縮結果を後述のフォールバックバッファや画像スプール領域へ収めることができるように設計されており、このQテーブルを使用した画像劣化は非常に大きなものとなっている。
In this embodiment, the compression results using the Q tables from the Q table ID 1 to the
このため、フォールバック時にQテーブルID6のQテーブルを使用して圧縮された圧縮イメージを背景画像として、その上に前面画像を描画した場合、非常に画質の差が大きくなり、図9に示したようにその境界部分がとても目立つことになる。
For this reason, when a foreground image is drawn on a compressed image compressed using the Q table of
そこで、本実施形態では、変数QTHへ「6」を設定し、後述するPDLジョブ印刷処理のフォールバック中の圧縮でQテーブルID6のQテーブルが使用された場合のみ、再度フォールバックを発生させるようにしている。
Therefore, in this embodiment, the variable QTH is set to “6”, and only when the Q table of the
図3は、本発明に係る印刷装置における第1のデータ処理手順の一例を示すフローチャートであり、ROM4に記憶される印刷制御プログラムに基づき、PDLジョブ受信時に、MAIN−CPU1が処理するPDLジョブ印刷処理手順に対応する。なお、S400〜S414は各ステップを示す。 FIG. 3 is a flowchart showing an example of the first data processing procedure in the printing apparatus according to the present invention. Based on the print control program stored in the ROM 4, the PDL job printing processed by the MAIN-CPU 1 when receiving a PDL job. Corresponds to the processing procedure. In addition, S400-S414 shows each step.
LBP1000が、外部ネットワーク3000からPDLジョブを受信すると(S401)、ステップS402へ進み 現在設定中のQテーブルIDを示す変数カレントQIDを「1」に設定し、ステップS403へ進む。
When the
そして、ステップS403では、MAIN−CPU1においてPDLデータの解析処理を行いながらディスプレイリスト(DL)をRAM2上に生成し、印刷用又はフォールバック用のDLを発行する。
In step S403, the MAIN-CPU 1 generates a display list (DL) on the
なお、ステップS403でのDLの生成時には通常1ページ分のDLが作成されたタイミングで印刷用DLが発行される。ただし、常にハードレンダラ20のローカルメモリのサイズ、ワーク用テーブルのサイズをそれぞれ検査しており、生成中のDLがローカルメモリのサイズを超える場合、また生成中のDLをレンダリング時に使用するワーク用テーブルのサイズが、ハードレンダラ20に搭載されているテーブルサイズを超えた場合にはフォールバック用のDLを発行し、その時点でステップS404へ進む。
When the DL is generated in step S403, the printing DL is normally issued at the timing when the DL for one page is created. However, the size of the local memory of the
そして、ステップS404では、ステップS403で発行されたDLが、印刷用DLか又はフォールバック用DLかを検査フラグから判断して、フォールバック用のDLであると判断した場合は、ステップS405へ進み、詳細は後述するフォールバック処理を行い、ステップS403へ戻り、PDLデータの解析及びDLの生成を続ける。 In step S404, it is determined from the inspection flag whether the DL issued in step S403 is a print DL or a fallback DL. If it is determined that the DL is a fallback DL, the process proceeds to step S405. The fallback process will be described later in detail, and the process returns to step S403 to continue the analysis of PDL data and the generation of DL.
この後フォールバックが起きずに1ページ分のDLが作成されると印刷用DLが発行され、S403に進む。例えば図9に示す例では、位置310より上の部分は圧縮により劣化した画像で310より下の部分は劣化しない画像のDLが作成され、印刷用DLが発行される。
Thereafter, when a DL for one page is created without any fallback, a printing DL is issued, and the process proceeds to S403. For example, in the example illustrated in FIG. 9, a DL of an image that is deteriorated due to compression is generated in a portion above the
一方、ステップS404で、ステップS403で発行されたDLが印刷用のDLであると判断された場合は、ステップS406へ進む。 On the other hand, if it is determined in step S404 that the DL issued in step S403 is a printing DL, the process proceeds to step S406.
そして、ステップS406では、変数カレントQIDが変数QTH以上であるか否かを判定し、QTH以上であれば再度フォールバックの発生による再圧縮行程を実行するためにステップS407へ進み、後述するフォールバック処理を行う。 In step S406, it is determined whether or not the variable current QID is equal to or greater than the variable QTH. If the variable current QID is equal to or greater than QTH, the process proceeds to step S407 to execute the recompression process due to the fallback again. Process.
次に、ステップS408では、前記ステップS407のフォールバック中に作成され、登録されている背景イメージのDLを印刷用DLとして発行する。なお、この印刷用DLに描画オブジェクトとしては前記背景イメージのみ含まれている。 In step S408, the DL of the background image created and registered during the fallback in step S407 is issued as a printing DL. Note that only the background image is included in the print DL as a drawing object.
ステップS407とステップS408では、図9に示す例では、位置310より上の部分は圧縮により劣化した画像がレンダリングされ、位置310より下の部分は劣化しない画像がレンダリングされ、レンダリングされた位置310より上の部分は圧縮により劣化した画像と位置310より下の部分は劣化しない画像とに再度劣化する圧縮を施し、画像全体に劣化する圧縮が施されたDLを作成し発行する。
In steps S407 and S408, in the example shown in FIG. 9, an image deteriorated by compression is rendered in the portion above the
なお、位置310より上の部分は2度劣化する圧縮が施される、位置310より下の部分は1度劣化する圧縮が施されることになるが、劣化した画像と劣化しない画像との差に比べ、2度劣化した画像と1度劣化した画像との差はあまりないので、位置310の境目は目立たなくなる。
The portion above the
そして、ステップS409では、レンダリング後の圧縮イメージの格納される画像出力バッファを印刷用の画像が格納される画像スプールへ設定し、さらにレンダリングにより生成されるラスタ画像を圧縮するモードを印刷に適したモード、具体的にはパケット単位で圧縮が行なわれるパケットJPEGに設定する。 In step S409, the image output buffer for storing the compressed image after rendering is set to the image spool for storing the image for printing, and a mode for compressing the raster image generated by rendering is suitable for printing. The mode is set to packet JPEG which is compressed on a packet basis.
次に、ステップS410では、ステップS403またはステップS408で発行された印刷用DLをハードレンダラ20を使用してレンダリングしラスタイメージを生成した後、圧縮イメージを作成する。この処理の詳細については後述する。
Next, in step S410, the print DL issued in step S403 or step S408 is rendered using the
次に、ステップS411ではステップS410のレンダリング処理で画像スプールに格納されている圧縮画像と圧縮された属性ビットを画像処理部24へ転送し圧縮画像をラスタイメージへ解凍しながら属性ビットに従って適切な画像処理を施す。
Next, in step S411, the compressed image stored in the image spool in the rendering process in step S410 and the compressed attribute bit are transferred to the
そして、ステップS412では、画像処理を施されたラスタイメージを印刷部9へ転送し紙上へ印刷を行う。 In step S412, the raster image subjected to the image processing is transferred to the printing unit 9 and printed on paper.
次に、ステップS413ではステップS402で受信したPDLジョブの全頁の処理が終了したか否かを判断し、全頁の処理が終了していればPDLジョブの印刷処理を終了し(S414)、まだ処理すべきPDLデータが残っていればステップS402へ戻り、カレントQIDを1に初期化した後、PDLデータの解析/DL生成処理を続ける。 Next, in step S413, it is determined whether or not the processing of all pages of the PDL job received in step S402 has been completed. If the processing of all pages has been completed, the printing processing of the PDL job is terminated (S414). If PDL data to be processed still remains, the process returns to step S402, the current QID is initialized to 1, and then the PDL data analysis / DL generation process is continued.
以下、前記ステップS405及びステップS407で実行されるフォールバック処理を図4に示すフローチャートを参照して説明する。 Hereinafter, the fallback processing executed in steps S405 and S407 will be described with reference to the flowchart shown in FIG.
図4は、本発明に係る印刷装置における第2のデータ処理手順の一例を示すフローチャートであり、図3に示したステップS405及びステップS407で実行されるフォールバック処理の詳細手順に対応する。なお、S500〜S504は各ステップを示す。 FIG. 4 is a flowchart showing an example of a second data processing procedure in the printing apparatus according to the present invention, and corresponds to the detailed procedure of the fallback processing executed in steps S405 and S407 shown in FIG. In addition, S500-S504 shows each step.
フォールバック処理が開始されると(S500)、ステップS501で、レンダリング後の圧縮イメージの格納される画像出力バッファをフォールバックバッファへ設定し、さらにレンダリングにより生成されたラスタ画像を圧縮するモードをフォールバックに適したモード、具体的にはスキャンライン単位でのJPEGに設定する。 When the fallback process is started (S500), in step S501, the image output buffer in which the compressed image after rendering is stored is set in the fallback buffer, and the mode for compressing the raster image generated by rendering is set to fall. A mode suitable for back-up, specifically, JPEG is set for each scan line.
そして、ステップS502で、レンダリング処理、例えば画像出力バッファ及び圧縮時の圧縮モードを除いて、図3に示したステップS410と同一の処理を実行する。 In step S502, the same processing as step S410 shown in FIG. 3 is executed except for rendering processing, for example, the image output buffer and the compression mode at the time of compression.
そして、レンダリング処理が終了すると、ステップS503で、ステップS502のレンダリング処理で画像スプールに格納されている圧縮画像と圧縮された属性ビットを背景画像として再度DLへ登録し、フォールバック処理を終了する(S504)。 When the rendering process ends, in step S503, the compressed image stored in the image spool in step S502 and the compressed attribute bits are registered again in the DL as a background image, and the fallback process ends (step S503). S504).
以下、前記ステップS410およびステップS502で実行されるレンダリング処理を図5に示すフローチャートを参照して説明する。 Hereinafter, the rendering process executed in steps S410 and S502 will be described with reference to the flowchart shown in FIG.
図5は、本発明に係る印刷装置における第3のデータ処理手順の一例を示すフローチャートであり、図3および図4のステップS410およびステップS502のDLをレンダリングし生成されたラスタイメージが圧縮されて、直前のステップで設定された出力バッファに格納されるまでのレンダリング処理の詳細手順に対応する。なお、S600〜S609は各ステップを示す。 FIG. 5 is a flowchart showing an example of a third data processing procedure in the printing apparatus according to the present invention. The raster image generated by rendering the DLs in steps S410 and S502 in FIGS. 3 and 4 is compressed. This corresponds to the detailed procedure of the rendering process until it is stored in the output buffer set in the immediately preceding step. S600 to S609 indicate each step.
まず、レンダリング処理が開始されると(S600)、図3に示したステップS403またはステップS408で発行されたDLをハードレンダラ20上のローカルメモリ21へ転送する(S601)。
First, when the rendering process is started (S600), the DL issued in step S403 or step S408 shown in FIG. 3 is transferred to the
そして、ステップS602では変数カレントQIDに設定さているQテーブルIDのQテーブルを非可逆圧縮部22へ設定する。
In step S602, the Q table of the Q table ID set in the variable current QID is set in the
次に、ステップS603ではハードレンダラ20のレジスタ設定等、各種初期化処理を行った後レンダリングスタートの信号を送りローカルメモリ21上にあるDLのレンダリングを開始する。
In step S603, after performing various initialization processes such as register setting of the
そして、ステップS604では、ハードレンダラ20はローカルメモリ21上のDLを解析しながら64スキャンライン分のラスタイメージおよび前記ラスタイメージに対応する属性ビットをローカルメモリ上のバッファに生成する。なお、ここで64スキャンライン分のラスタイメージを生成するとしているが、このスキャンライン数は一例であり、他のスキャンライン数であっても良いことは言うまでもない。
In step S604, the
次に、ステップS605では、ステップS604で生成された前記ラスタイメージを非可逆圧縮部22へ転送し、ステップS602で設定されているQテーブル及び事前に設定されている圧縮モードで圧縮を施し、生成された圧縮画像を事前に設定されている画像出力バッファに格納するとともに、ステップS604で生成されている属性ビットを可逆圧縮部23へ転送し可逆圧縮を施した後、圧縮された属性ビットを前記画像出力バッファに格納する。
Next, in step S605, the raster image generated in step S604 is transferred to the
そして、ステップS606で、ステップS605での圧縮画像および圧縮された属性ビットの画像出力バッファへの格納時には、常に画像出力バッファに収めることができたか否かを判断して、出力バッファに収めることができた場合にはステップS607へ進み、レンダリングされたスキャンライン数をチェックすることにより、1ページ分のレンダリングが終了したか否かを判断し、1ページ分のレンダリングが終了していると判断した場合は、レンダリング処理を終了する(S608)。 In step S606, when the compressed image and the compressed attribute bits in step S605 are stored in the image output buffer, it is determined whether or not the compressed image and the compressed attribute bits can always be stored in the image output buffer. If YES in step S607, the flow advances to step S607 to check whether or not the rendering of one page has been completed by checking the number of rendered scan lines and determine that the rendering of one page has been completed. If so, the rendering process is terminated (S608).
一方、ステップS607で、1ページ分のレンダリングが終了していないと判断した場合は、ステップS604へ戻り残りのレンダリングを続ける。 On the other hand, if it is determined in step S607 that rendering for one page has not been completed, the process returns to step S604 and the remaining rendering is continued.
また、ステップS606で画像出力バッファに圧縮画像または圧縮された属性ビットが収まらないと判断された場合は、ステップS609へ進み、変数カレントQIDの値をインクリメントして、ステップS602へ戻り変数カレントQIDに設定されているQテーブルIDのQテーブルを非可逆圧縮部22へ再設定してレンダリングを再スタートする。
If it is determined in step S606 that the compressed image or the compressed attribute bit does not fit in the image output buffer, the process proceeds to step S609, the value of the variable current QID is incremented, the process returns to step S602, and the variable current QID is set. The Q table with the set Q table ID is reset in the
以上、第1実施形態によれば、フォールバック時に画像劣化の大きいQテーブルID6のQテーブルを使用して圧縮されたラスタイメージを背景とする場合、前面画像描画に再度フォールバックを発生し、前面画像にも背景イメージと同様の圧縮が施されるため、背景イメージと前面画像との境界が図6に示す印刷結果例に示すように目立たなくなる。
As described above, according to the first embodiment, when a raster image compressed using the Q table of the
図6は、本発明に係る印刷装置における圧縮画像に対する印刷出力例を示す図である。 FIG. 6 is a diagram illustrating a print output example for a compressed image in the printing apparatus according to the present invention.
図6において、302は本実施形態を適用して得られる印刷出力であり、図9に示した本実施形態適用前の印刷出力301に比べてみると、位置310にあった、背景イメージと前面画像との境界が無くなったことを確認することができる。
In FIG. 6,
〔第2実施形態〕
第1実施形態で固定であった変数QTHの値を、操作パネル1012からユーザが設定できるユーザインタフェースを備えるように構成してもよい。以下、その実施形態について説明する。
[Second Embodiment]
You may comprise so that the value of the variable QTH which was fixed in 1st Embodiment may be provided with the user interface which a user can set from the
図7は、本発明の第2実施形態を示す印刷装置におけるプリンタ使用設定における圧縮画像出力選択画面の一例を示す図であり、図2に示した操作パネル1012に備えられているLCDへ表示される画面例である。
FIG. 7 is a view showing an example of a compressed image output selection screen in the printer use setting in the printing apparatus showing the second embodiment of the present invention, and is displayed on the LCD provided in the
図7において、703はスライダであり、ユーザは操作パネル1012を操作することによりこのスライダ703をスライダ可動域702内で自由に移動させることができ、スライダ可動域702内のスライダ703の位置により、変数QTHに登録される値が選択される。
In FIG. 7,
スライダ703の中心位置が範囲704にあるときに、OKボタン711を選択すると前記変数QTHへ「1」が登録され、スライダ703の中心位置が705の範囲にあるときに、OKボタン711を選択すると前記変数QTHへ「2」が登録され、スライダ703の中心位置が706の範囲にあるときに、OKボタン711を選択すると前記変数QTHへ「3」が登録され、スライダ703の中心位置が707の範囲にあるときに、OKボタン711を選択すると前記変数QTHへ「4」が登録され、スライダ703の中心位置が708の範囲にあるときに、OKボタン711を選択すると前記変数QTHへ「5」が登録され、スライダ703の中心位置が709の範囲にあるときに、OKボタン711を選択すると前記変数QTHへ「6」が登録される。710はキャンセルボタンである。
When the
ユーザの視点からみると、QTHの値が小さく、画像劣化の低い段階からフォールバックよる再圧縮が行われたほうがスムーズな画像に見える。 From the viewpoint of the user, the QTH value is small, and a smoother image appears when recompression by fallback is performed from the stage of low image degradation.
以上、第2実施形態によれば、ユーザが前面画像の圧縮を開始する画像劣化程度を選択可能であり、ユーザ自身でより細かな画質の調整が可能である。 As described above, according to the second embodiment, the user can select the degree of image deterioration at which compression of the front image is started, and the user can adjust the image quality more finely.
〔第3実施形態〕
第1実施形態ではDL作成時に、ステップS405でフォールバック処理を行い、ステップS406で前記フォールバックで生成した画像の一部が特定の劣化度合いを超えたと判別された場合、ステップS407のフォールバック処理中で、一ページ分のレンダリングを行った後、画像全体に同程度の劣化をおこす圧縮を施し、その圧縮画像のみが含まれるDLを作成していた。
[Third Embodiment]
In the first embodiment, during DL creation, fallback processing is performed in step S405, and if it is determined in step S406 that a part of the image generated by the fallback has exceeded a specific degree of degradation, the fallback processing in step S407 is performed. In particular, after rendering for one page, the entire image is compressed to cause the same degree of degradation, and a DL including only the compressed image is created.
本実施形態では、ステップS406からステップS408の処理を省略し、ステップS410のレンダリング処理時に、DLを調べて画像の一部が特定の劣化度合いを超えているか判別し、超えていると判別した場合、ステップS410の詳細を示すステップS604でフォールバックにより生成された画像を含むDLをレンダリングし、ステップS410の詳細を示すステップS605ではステップS604でレンダリングした画像に特定の劣化度合いの圧縮を施し、画像出力バッファに出力し、ステップS411で画像出力バッファの圧縮された画像を読み出し画像処理部で伸長及び画像処理を施し、ステップS412でエンジンに転送し、印刷することにより実現可能である。 In the present embodiment, when the processing from step S406 to step S408 is omitted, and during the rendering processing of step S410, the DL is examined to determine whether a part of the image exceeds a specific degree of degradation, and when it is determined that it has exceeded In step S604, which shows details of step S410, the DL including the image generated by the fallback is rendered. In step S605, which shows details of step S410, the image rendered in step S604 is compressed with a specific degree of degradation. This can be realized by outputting to the output buffer, reading the compressed image in the image output buffer in step S411, performing decompression and image processing in the image processing unit, transferring to the engine in step S412, and printing.
以下、図8に示すメモリマップを参照して本発明に係る印刷装置で読み出し可能なデータ処理プログラムの構成について説明する。 The configuration of a data processing program that can be read by the printing apparatus according to the present invention will be described below with reference to the memory map shown in FIG.
図8は、本発明に係る印刷装置で読み出し可能な各種データ処理プログラムを格納する記憶媒体のメモリマップを説明する図である。 FIG. 8 is a diagram illustrating a memory map of a storage medium that stores various data processing programs that can be read by the printing apparatus according to the present invention.
なお、特に図示しないが、記憶媒体に記憶されるプログラム群を管理する情報、例えばバージョン情報,作成者等も記憶され、かつ、プログラム読み出し側のOS等に依存する情報、例えばプログラムを識別表示するアイコン等も記憶される場合もある。 Although not particularly illustrated, information for managing a program group stored in the storage medium, for example, version information, creator, etc. is also stored, and information depending on the OS on the program reading side, for example, a program is identified and displayed. Icons may also be stored.
さらに、各種プログラムに従属するデータも上記ディレクトリに管理されている。また、各種プログラムをコンピュータにインストールするためのプログラムや、インストールするプログラムが圧縮されている場合に、解凍するプログラム等も記憶される場合もある。 Further, data depending on various programs is also managed in the directory. In addition, a program for installing various programs in the computer, and a program for decompressing when the program to be installed is compressed may be stored.
本実施形態における図3〜図5に示す機能が外部からインストールされるプログラムによって、ホストコンピュータにより遂行されていてもよい。そして、その場合、CD−ROMやフラッシュメモリやFD等の記憶媒体により、あるいはネットワークを介して外部の記憶媒体から、プログラムを含む情報群を出力装置に供給される場合でも本発明は適用されるものである。 The functions shown in FIGS. 3 to 5 in this embodiment may be performed by the host computer by a program installed from the outside. In this case, the present invention is applied even when an information group including a program is supplied to the output device from a storage medium such as a CD-ROM, a flash memory, or an FD, or from an external storage medium via a network. Is.
以上のように、前述した実施形態の機能を実現するソフトウエアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、本発明の目的が達成されることは言うまでもない。 As described above, a storage medium storing software program codes for realizing the functions of the above-described embodiments is supplied to the system or apparatus, and the computer (or CPU or MPU) of the system or apparatus stores the storage medium in the storage medium. It goes without saying that the object of the present invention can also be achieved by reading and executing the programmed program code.
この場合、記憶媒体から読み出されたプログラムコード自体が本発明の新規な機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。 In this case, the program code itself read from the storage medium realizes the novel function of the present invention, and the storage medium storing the program code constitutes the present invention.
プログラムコードを供給するための記憶媒体としては、例えば、フレキシブルディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,磁気テープ,不揮発性のメモリカード,ROM,EEPROM等を用いることができる。 As a storage medium for supplying the program code, for example, a flexible disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, an EEPROM, or the like is used. it can.
また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。 Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) or the like running on the computer based on the instruction of the program code. It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.
さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。 Further, after the program code read from the storage medium is written to a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the case where the CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.
本発明は上記実施形態に限定されるものではなく、本発明の趣旨に基づき種々の変形(各実施形態の有機的な組合せを含む)が可能であり、それらを本発明の範囲から排除するものではない。 The present invention is not limited to the above embodiments, and various modifications (including organic combinations of the embodiments) are possible based on the spirit of the present invention, and these are excluded from the scope of the present invention. is not.
本発明の様々な例と実施形態を示して説明したが、当業者であれば、本発明の趣旨と範囲は、本明細書内の特定の説明に限定されるのではなく、以下の実施態様も含まれることはいうまでもない。以下、その実施態様1〜10について説明する。 Although various examples and embodiments of the present invention have been shown and described, those skilled in the art will recognize that the spirit and scope of the present invention are not limited to the specific descriptions in the present specification, but the following embodiments. Needless to say, is also included. Hereinafter, Embodiments 1 to 10 will be described.
〔実施態様1〕
入力される印刷情報に応じて生成されるラスタ画像情報を圧縮し、該圧縮されたイメージを背景としてその上に前面画像を描画する印刷装置であって、前記圧縮された背景イメージの圧縮による画像劣化の程度を検知する画像劣化程度検知手段(例えば図3に示すステップS406)と、前記前面画像が描画された後に、前記画像劣化程度検知手段が検知した画像劣化程度と同程度の画像劣化を起こす圧縮処理を画像全体に行う再圧縮手段(例えば図3に示すステップS407)とを有することを特徴とする印刷装置。
[Embodiment 1]
A printing apparatus that compresses raster image information generated in accordance with input print information and draws a front image on the compressed image as a background, and is an image obtained by compressing the compressed background image. Image degradation degree detection means for detecting the degree of degradation (for example, step S406 shown in FIG. 3), and after the front image is rendered, image degradation of the same degree as that detected by the image degradation degree detection means. A printing apparatus comprising: a recompression unit (for example, step S407 shown in FIG. 3) that performs a compression process to be performed on the entire image.
〔実施態様2〕
前記画像劣化程度検知手段が検知した画像劣化程度が、一定値以上であれば、前記前面画像が描画された後に、前記画像劣化程度検知手段が検知した画像劣化程度と同程度の画像劣化を起こす圧縮を画像全体に行う再圧縮手段(例えば図3に示すステップS407)を持つことを特徴とする実施態様1記載の印刷装置。
[Embodiment 2]
If the degree of image deterioration detected by the image deterioration degree detection means is equal to or greater than a certain value, after the front image is rendered, image deterioration equivalent to the degree of image deterioration detected by the image deterioration degree detection means is caused. The printing apparatus according to claim 1, further comprising re-compression means (for example, step S407 shown in FIG. 3) for compressing the entire image.
〔実施態様3〕
中間言語を解釈してラスタイメージを生成するレンダリング手段(例えば図3に示すステップS410)と、前記レンダリング手段を使用して中間言語を一度にレンダリングすることができない場合、中間言語の途中までを前記レンダリング手段によりレンダリングし生成したラスタイメージを圧縮した上で、圧縮イメージを背景として再度中間言語に追加するフォールバック手段とを持ち、前記再圧縮手段が前記フォールバック手段により構成されることを特徴とする実施態様1記載の印刷装置。
[Embodiment 3]
Rendering means (for example, step S410 shown in FIG. 3) that interprets the intermediate language to generate a raster image, and when the intermediate language cannot be rendered at once using the rendering means, the intermediate language is partially processed And a fallback unit that compresses a raster image generated by rendering by the rendering unit and adds the compressed image as a background to the intermediate language again, and the recompression unit includes the fallback unit. The printing apparatus according to Embodiment 1.
〔実施態様4〕
前記再圧縮手段が再圧縮を行う背景イメージの画像劣化程度をユーザが指定する画像劣化程度指定手段を持つことを特徴とする実施態様2記載の印刷装置。
[Embodiment 4]
The printing apparatus according to
〔実施態様5〕
入力される印刷情報に応じて生成されるラスタ画像情報を圧縮し、該圧縮されたイメージを背景としてその上に前面画像を描画する印刷装置における制御方法であって、前記圧縮された背景イメージの圧縮による画像劣化の程度を検知する画像劣化程度検知ステップ(例えば図3に示すステップS406)と、前記前面画像が描画された後に、前記画像劣化程度検知手段が検知した画像劣化程度と同程度の画像劣化を起こす圧縮処理を画像全体に行う再圧縮ステップ(例えば図3に示すステップS407)とを有することを特徴とする印刷装置における制御方法。
[Embodiment 5]
A control method in a printing apparatus that compresses raster image information generated according to input print information and draws a front image on the compressed image as a background, the method comprising: An image deterioration degree detection step (for example, step S406 shown in FIG. 3) for detecting the degree of image deterioration due to compression, and the image deterioration degree detected by the image deterioration degree detection means after the front image is rendered. A control method in a printing apparatus, comprising: a recompression step (for example, step S407 shown in FIG. 3) for performing compression processing that causes image degradation on the entire image.
〔実施態様6〕
前記画像劣化程度検知ステップが検知した画像劣化程度が、一定値以上であれば、前記前面画像が描画された後に、前記画像劣化程度検知ステップが検知した画像劣化程度と同程度の画像劣化を起こす圧縮を画像全体に行う再圧縮ステップ(例えば図3に示すステップS407)を持つことを特徴とする実施態様5記載の制御方法。
[Embodiment 6]
If the image degradation level detected by the image degradation level detection step is equal to or greater than a certain value, after the front image is rendered, image degradation similar to the level of image degradation detected by the image degradation level detection step occurs. 6. The control method according to
〔実施態様7〕
中間言語を解釈してラスタイメージを生成するレンダリングステップ(例えば図3に示すステップS410)と、前記レンダリングステップを使用して中間言語を一度にレンダリングすることができない場合、中間言語の途中までを前記レンダリングステップによりレンダリングし生成したラスタイメージを圧縮した上で、圧縮イメージを背景として再度中間言語に追加するフォールバックステップ(例えば図3に示すステップS407)とを持ち、前記再圧縮ステップが前記フォールバックステップにより構成されることを特徴とする実施態様5記載の制御方法。
[Embodiment 7]
A rendering step for interpreting the intermediate language to generate a raster image (for example, step S410 shown in FIG. 3), and if the intermediate language cannot be rendered at once using the rendering step, the intermediate language is partially processed. The raster image generated by the rendering step is compressed, and then a fallback step (for example, step S407 shown in FIG. 3) is added to the intermediate language again using the compressed image as a background. The recompression step includes the fallback. The control method according to
〔実施態様8〕
前記再圧縮ステップが再圧縮を行う背景イメージの画像劣化程度をユーザが指定する画像劣化程度指定ステップ(例えば図7に示すユーザインタフェースを介して指定する)を持つことを特徴とする実施態様5記載の制御方法。
[Embodiment 8]
〔実施態様9〕
請求項5〜8のいずれかに記載の制御方法を実現するプログラムを記憶したことを特徴とするコンピュータが読み取り可能な記憶媒体。
[Embodiment 9]
A computer-readable storage medium storing a program for realizing the control method according to
〔実施態様10〕
請求項5〜8のいずれかに記載の制御方法を実現することを特徴とするプログラム。
[Embodiment 10]
The program which implement | achieves the control method in any one of Claims 5-8.
上記各実施態様によれば、前面画像と背景イメージとの画質の差を減少させて、前面画像と背景イメージとの境界を目立たない良好な印刷結果を得ることができる。 According to each of the above embodiments, it is possible to obtain a good print result in which the boundary between the front image and the background image is not noticeable by reducing the difference in image quality between the front image and the background image.
以上説明したように、本発明の実施形態によれば、入力される印刷情報に応じて生成されるラスタ画像情報を圧縮し、該圧縮されたイメージを背景としてその上に前面画像を描画する印刷装置において、前記前面画像が描画された後に、前記圧縮された背景イメージの圧縮による画像劣化の程度を検知し、該検知した画像劣化程度と同程度の画像劣化を起こす圧縮処理を画像全体に行うので、前面画像と背景イメージとの画質の差を減少させて、前面画像と背景イメージとの境界を目立たない良好な印刷結果を得ることができるという効果を奏する。 As described above, according to the embodiment of the present invention, the raster image information generated according to the input print information is compressed, and the front image is drawn on the compressed image as a background. In the apparatus, after the front image is rendered, the degree of image degradation due to compression of the compressed background image is detected, and a compression process that causes image degradation equivalent to the detected degree of image degradation is performed on the entire image. As a result, the difference in image quality between the front image and the background image can be reduced, and an excellent print result in which the boundary between the front image and the background image is not conspicuous can be obtained.
1 CPU
2 RAM
3 画像出力バッファ
20 ハードレンダラ
22 非可逆圧縮部
23 可逆圧縮部
24 画像処理部
1000 LBP
1001 プリンタ制御部
3000 外部ネットワーク
1 CPU
2 RAM
3
23 Lossless compression unit
24
1001
Claims (12)
ディスプレイリストをレンダリングし圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録するフォールバック手段と、
1ページ分のディスプレイリストが生成された後、前記フォールバック手段により生成された背景画像の劣化程度が閾値以上であるか否か判別する判別手段と、
前記判別手段により前記フォールバック手段により生成された背景画像の劣化程度が閾値以上でないと判別された場合、ディスプレイリストの前記フォールバック手段により登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行わず、前記判別手段により前記フォールバック手段により生成された背景画像の劣化程度が閾値以上であると判別された場合、ディスプレイリストの前記フォールバック手段により登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行う再フォールバック手段と、
ディスプレイリストをレンダリングしてラスタイメージを生成するレンダリング手段と、
前記レンダリング手段により生成されたラスタイメージに基づき印刷を実行する印刷手段とを有することを特徴とする印刷装置。 Creating means for creating a display list;
A fallback means for rendering and compressing the display list to generate a background image, and registering the generated background image in the display list;
A discriminating unit for discriminating whether or not the degree of deterioration of the background image generated by the fallback unit is greater than or equal to a threshold after the display list for one page is generated;
When the determination means determines that the degree of deterioration of the background image generated by the fallback means is not equal to or greater than a threshold value, the deteriorated image generated by rendering the background image registered by the fallback means of the display list And a non-degraded image generated by rendering the display list to generate a background image, and processing for registering the generated background image in the display list is not performed, and the fallback means by the determination means When it is determined that the degradation level of the background image generated by the above is greater than or equal to the threshold , the degraded image generated by rendering the background image registered by the fallback means of the display list and the display list are rendered. Compress the generated non-degraded image Generating an image, and re-fallback means the generated background image performs a process of registering the display list,
Rendering means for rendering a display list to generate a raster image;
And a printing unit that executes printing based on the raster image generated by the rendering unit.
1ページ分のディスプレイリストが生成された後、前記フォールバックステップにより生成された背景画像の劣化程度が閾値以上であるか否か判別する判別ステップと、
前記判別ステップにより前記フォールバックステップにより生成された背景画像の劣化程度が閾値以上でないと判別された場合、ディスプレイリストの前記フォールバックステップにより登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行わず、前記判別ステップにより前記フォールバックステップにより生成された背景画像の劣化程度が閾値以上であると判別された場合、ディスプレイリストの前記フォールバックステップにより登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行う再フォールバックステップと、
ディスプレイリストをレンダリングしてラスタイメージを生成するレンダリングステップと、
前記レンダリングステップにより生成されたラスタイメージに基づき印刷を実行する印刷ステップとを有することを特徴とする印刷方法。 A fallback step of rendering and compressing the display list to generate a background image and registering the generated background image in the display list;
A determination step of determining whether or not the degree of deterioration of the background image generated by the fallback step is equal to or greater than a threshold after the display list for one page is generated;
When the determination step determines that the degree of deterioration of the background image generated by the fallback step is not equal to or greater than a threshold, the deteriorated image generated by rendering the background image registered by the fallback step of the display list And a non-degraded image generated by rendering the display list to generate a background image, and a process of registering the generated background image in the display list is not performed, and the fallback step by the determination step When it is determined that the degradation level of the background image generated by the above is greater than or equal to the threshold , the degraded image generated by rendering the background image registered by the fallback step of the display list and the display list are rendered. Generated degradation Not to compress the image to generate a background image, and re-fallback step the generated background image performs a process of registering the display list,
A rendering step for rendering the display list to generate a raster image;
And a printing step for executing printing based on the raster image generated by the rendering step.
1ページ分のディスプレイリストが生成された後、前記フォールバックステップにより生成された背景画像の劣化程度が閾値以上であるか否か判別する判別ステップと、
前記判別ステップにより前記フォールバックステップにより生成された背景画像の劣化程度が閾値以上でないと判別された場合、ディスプレイリストの前記フォールバックステップにより登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行わず、前記判別ステップにより前記フォールバックステップにより生成された背景画像の劣化程度が閾値以上であると判別された場合、ディスプレイリストの前記フォールバックステップにより登録された背景画像をレンダリングして生成された劣化した画像とディスプレイリストをレンダリングして生成された劣化していない画像とを圧縮して背景画像を生成し、生成された背景画像をディスプレイリストに登録する処理を行う再フォールバックステップと、
ディスプレイリストをレンダリングしてラスタイメージを生成するレンダリングステップと、
前記レンダリングステップにより生成されたラスタイメージに基づき印刷を実行する印刷ステップとをコンピュータに実行させることを特徴とするプログラムを記憶したコンピュータが読み取り可能な記憶媒体。 A fallback step of rendering and compressing the display list to generate a background image and registering the generated background image in the display list;
A determination step of determining whether or not the degree of deterioration of the background image generated by the fallback step is equal to or greater than a threshold after the display list for one page is generated;
When the determination step determines that the degree of deterioration of the background image generated by the fallback step is not equal to or greater than a threshold, the deteriorated image generated by rendering the background image registered by the fallback step of the display list And a non-degraded image generated by rendering the display list to generate a background image, and a process of registering the generated background image in the display list is not performed, and the fallback step by the determination step When it is determined that the degradation level of the background image generated by the above is greater than or equal to the threshold , the degraded image generated by rendering the background image registered by the fallback step of the display list and the display list are rendered. Generated degradation Not to compress the image to generate a background image, and re-fallback step the generated background image performs a process of registering the display list,
A rendering step for rendering the display list to generate a raster image;
A computer-readable storage medium storing a program that causes a computer to execute a printing step of executing printing based on a raster image generated by the rendering step.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2003360498A JP4136894B2 (en) | 2002-10-31 | 2003-10-21 | Printing apparatus, printing method, and storage medium storing computer-readable program |
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2002318431 | 2002-10-31 | ||
JP2003360498A JP4136894B2 (en) | 2002-10-31 | 2003-10-21 | Printing apparatus, printing method, and storage medium storing computer-readable program |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2004171533A JP2004171533A (en) | 2004-06-17 |
JP4136894B2 true JP4136894B2 (en) | 2008-08-20 |
Family
ID=32715869
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2003360498A Expired - Fee Related JP4136894B2 (en) | 2002-10-31 | 2003-10-21 | Printing apparatus, printing method, and storage medium storing computer-readable program |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP4136894B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2007013266A (en) * | 2005-06-28 | 2007-01-18 | Seiko Epson Corp | Image processing apparatus and image processing method |
JP6741463B2 (en) | 2016-04-22 | 2020-08-19 | キヤノン株式会社 | Image processing apparatus, image processing method, and program |
-
2003
- 2003-10-21 JP JP2003360498A patent/JP4136894B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2004171533A (en) | 2004-06-17 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
KR100871179B1 (en) | Print control apparatus, print control method and recording medium | |
US7697772B2 (en) | Apparatus, method and computer program product for performing image compression of image data | |
US20120105873A1 (en) | Information processing apparatus, information processing method and printing control method | |
JP2009140295A (en) | Rendering apparatus, printer, rendering method, and program | |
JP3962606B2 (en) | Printing command generation apparatus and method, printing apparatus and control method thereof, information processing apparatus, and printing system | |
US6918706B2 (en) | Reducing a difference in picture quality between deteriorated and non-deteriorated images using a printing apparatus | |
JPH08230285A (en) | Information processing system, printer and printing method of the system | |
JPH09234910A (en) | Image processing system and method | |
JP4418642B2 (en) | HOST DEVICE, PRINTING DEVICE, PRINTING SYSTEM HAVING THEM, PRINT CONTROL METHOD, AND PROGRAM THEREOF | |
JP4709317B2 (en) | Information processing apparatus, information processing method, and print control program | |
JP4136894B2 (en) | Printing apparatus, printing method, and storage medium storing computer-readable program | |
US7286819B2 (en) | Printing apparatus, print control method, and program product | |
US20040223188A1 (en) | Printing control method and apparatus | |
JP3990970B2 (en) | Printing apparatus, printing method, and program | |
JP2004021452A (en) | Image output system | |
JP2004268553A (en) | Printing device | |
JP2006159458A (en) | Image output device | |
JP2000033730A (en) | Printer, control thereof and printing system | |
JP2000079727A (en) | Printing control apparatus, method for processing data for printing control apparatus, and memory medium storing computer readable program | |
JP2005169671A (en) | Data processing apparatus, printing controlling method, storage medium with computer readable program stored, and program | |
JP2000011161A (en) | Image processor | |
JPH11164127A (en) | Image processor, and method and storage medium therefor | |
JP2006164066A (en) | Data processing system, data processor, data processing method and control program | |
JPH09309234A (en) | Information processing device, printing device, printing system, processing of data by information processing device, processing of data by printing device and storage medium storing program readable by computer | |
JPH1198360A (en) | Device and method for processing picture and computer readable storage medium |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20041130 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20070511 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20070529 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20070730 |
|
RD03 | Notification of appointment of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7423 Effective date: 20080107 |
|
A02 | Decision of refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A02 Effective date: 20080219 |
|
RD04 | Notification of resignation of power of attorney |
Free format text: JAPANESE INTERMEDIATE CODE: A7424 Effective date: 20080219 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080416 |
|
A911 | Transfer of reconsideration by examiner before appeal (zenchi) |
Free format text: JAPANESE INTERMEDIATE CODE: A911 Effective date: 20080424 |
|
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: 20080520 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20080603 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4136894 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20110613 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120613 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20120613 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130613 Year of fee payment: 5 |
|
LAPS | Cancellation because of no payment of annual fees |