JP2004030262A - Image processor - Google Patents

Image processor Download PDF

Info

Publication number
JP2004030262A
JP2004030262A JP2002185964A JP2002185964A JP2004030262A JP 2004030262 A JP2004030262 A JP 2004030262A JP 2002185964 A JP2002185964 A JP 2002185964A JP 2002185964 A JP2002185964 A JP 2002185964A JP 2004030262 A JP2004030262 A JP 2004030262A
Authority
JP
Japan
Prior art keywords
information
image
preview
character
print
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002185964A
Other languages
Japanese (ja)
Inventor
Takeshi Yamamoto
山本 剛
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 JP2002185964A priority Critical patent/JP2004030262A/en
Publication of JP2004030262A publication Critical patent/JP2004030262A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image processor which can improve the quality level of a preview image. <P>SOLUTION: The image processor has a spooling means which once stores a drawing instruction passed from an application through an operating system in a storage of hard disk or the like; a despooling means which reads out the stored drawing instruction; an image development means which generates an image for preview for each page from the drawing instruction read with the despooling means; and an image development means which generates an image for print for each page from the drawing instruction read with the despooling means. In the image processor, information for generating a print image and information for generating the preview image are stored when spooling, the information for generating the print image is read when printing, and the information for generating the preview image is read when previewing. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、プレビュー機能を備えるプリンタドライバ及びプリンタドライバの画像処理装置に関する。
【0002】
【従来の技術】
プリンタドライバではプリンタで印刷を行うために以下のような処理を行っている。まず、ユーザがアプリケーションで印刷実行を指示すると、アプリケーションから複数の入力描画命令がOSを介してプリンタドライバに渡される。プリンタドライバはこの入力描画命令を解析して描画に必要な情報から印刷用スプールデータを作成してスプールファイルに保存する。実際に印刷を行うデスプール処理時はこのスプールファイルに保存した印刷用スプールデータを取り出して印刷用高解像度画像を作成し、これからプリンタへ送る印刷コマンドを作成してプリンタに送ることで実際の印刷を行っている。
【0003】
たとえば、アプリケーションが文字を印刷するためには、印刷したい文字列を示す文字コード列や印字位置、フォント名、フォントサイズ、文字の修飾情報等を文字列印刷関数に渡す。この関数呼び出しによりOSの文字列印刷関数が呼ばれ、アプリケーションが設定した文字列の印刷情報を解析し、プリンタの解像度や用紙サイズ情報を考慮して指定されたスケーラブルフォントを1文字ごとのビットマップデータに展開し、またそれに付随する印字位置等の情報を作成し、プリンタドライバの文字列印刷関数を呼び出す。このときアプリケーションから渡された情報のうち、プリンタドライバで使用する情報も同時に渡される。プリンタドライバはビットマップデータや印刷位置情報などのOSから渡された情報の中から印刷処理に必要なものを取得し、1文字ずつ印刷用スプールデータとしてスプールファイルに保存する。
【0004】
エラー! 参照元が見つかりません。はスプールファイルの構造の一例を示したものである。スプールファイルは印刷ジョブ全体を管理する管理ファイルと各ページごとの情報を保存するページファイルの2つで構成されている。管理ファイルは印刷ジョブ情報とページ情報印刷から構成され、印刷ジョブ情報にはジョブ全体に関する情報が、ページごとに作成されるページ情報には各ページの情報が保存される。ページファイルはページごとに1 つ作成され、複数の描画データレコードから構成されている。
【0005】
エラー! 参照元が見つかりません。は管理ファイルのページ情報印刷とページファイルの描画データレコードの構造の一例を示したものである。管理ファイルのページ情報はページ設定情報と複数の描画データレコード情報で構成され、ページファイルは複数の描画データレコードで構成される。ページ設定情報には各ページの印刷設定などページごとの設定情報が保存される。描画データレコード情報はページファイルのレコード先頭位置情報と描画範囲情報から構成される。管理ファイルの描画データレコード情報とページファイルの描画データレコードは1対1に対応していて、レコード先頭位置情報にはページファイルの対応する描画データレコードの先頭の位置を示し、描画範囲情報には対応する描画データレコードの描画範囲を示す矩形情報が保存される。
【0006】
描画データレコードは入力描画命令によって指定された描画情報を保存するもので、描画データレコードは描画命令コードと描画命令情報で構成される。描画命令コードは矩形や文字など描画データの種類を示し、描画命令情報は描画命令の情報が描画命令コードごとに異なる構造で保存される。
【0007】
エラー! 参照元が見つかりません。は文字の描画データレコードの構造の一例を示したものである。描画位置を示す描画位置情報と、文字の色情報を示す文字色情報と、描画のクリップ領域を示すクリッピング情報と、文字のビットマップイメージを示す文字ビットマップで構成される。文字の描画は入力描画命令としては複数文字から成る文字列が渡されるが、処理の簡単化のため、1 文字ごとに分割して描画データレコードが作成される。
【0008】
デスプール処理時は上記スプールファイルに保存された印刷用スプールデータを読み込んでビットマップや印刷位置などの情報を取り出し、これらの情報を基に印刷用高解像度画像を作成する。そして前記印刷用高解像度画像から印刷コマンドを作成し、プリンタに送ることで実際の印刷を行っている。
【0009】
また、従来プリンタドライバでは印刷結果を用紙に印刷することなく確認するために、プレビュー機能を以下のように実現している。プレビュー処理を行う場合は、上記印刷処理で作成したスプールファイルに保存した印刷用スプールデータを取り出してプレビュー用の低解像度出力画像を作成する。表示装置にプレビュー画像表示ウィンドウを作成して前記プレビュー用低解像度出力画像を表示することでプレビュー機能を実現している。
【0010】
たとえば文字のプレビューでは、上記スプールファイルに保存された印刷用スプールデータを読み込んでビットマップや印刷位置などの情報を取り出し、これらの情報を基にプレビュー用低解像度画像を作成する。そして表示装置にプレビュー画像表示ウィンドウを作成して、前記プレビュー用低解像度画像を表示することでプレビュー機能を実現している。
【0011】
またプレビュー画像表示ウィンドウでは、メニュー等を操作することにより表示ページを変更したり、ページ毎に印刷の可否を指定できるようになっている。またユーザはプレビュー表示の終了を指示することで、前記ページ毎に設定した印刷の可否の状態に応じて印刷文書をプリンタで印刷することができる。
【0012】
【発明が解決しようとする課題】
しかしながら、従来行なわれていた方法では、以下のような問題点がある。印刷用スプールデータは印刷時の解像度に依存したデータであり、これをより低解像度のプレビュー画像の作成に使用すると表示画像の品位が低下してしまうことがあるという問題点があった。特に文字ビットマップのような線が細く小さいビットマップデータをプレビュー表示する場合、高解像度で作成されたビットマップを低解像度に変換するため、文字がつぶれたり、抜けたりしてしまい、高品位のプレビュー画像を作成することができない。
【0013】
本発明は上記の問題点を解決するためになされたもので、プレビュー画像の作成に印刷用スプールデータを使用するとプレビュー画像の品位が低下してしまう描画命令について、描画命令のスプール時に印刷画像作成用のデータとともにプレビュー画像作成用のデータも保存し、プレビュー画像作成時は前記プレビュー画像作成用データを使用してプレビュー用のビットマップを作成することで、プレビュー画像の品位の向上を図ることができる画像処理装置を提供することを目的とする。
【0014】
【課題を解決するための手段】
上記目的を達成する本発明の出力装置は以下に示す構成を備える。
【0015】
即ち、オペレーティングシステムを介してアプリケーションから渡される描画命令を、一旦ハードディスク等の記憶装置に保存するスプール手段と、前記保存された描画命令を読み出すデスプール手段と、前記デスプール手段により読み出された描画命令から各ページのプレビュー用画像を作成する画像展開手段と、前記デスプール手段により読み出された描画命令から各ページの印刷用画像を作成する画像展開手段とをもつ画像処理装置において、スプール時に印刷画像作成用の情報とプレビュー画像作成用の情報を保存し、印刷時には印刷画像作成用の情報を読み出し、プレビュー時にはプレビュー画像作成用の情報を読み出すことを特徴とする。
【0016】
【発明の実施の形態】
以下に本発明の実施の形態を添付図面に基づいて説明する。
【0017】
<実施の形態1>
本実施の形態はプレビュー画像における文字の表示品位の低下を防ぐものである。
【0018】
図1は本発明の実施の形態1の構成を示し、同図において、10はホスト計算機(以下ホストという)、40は印刷装置である。ホスト10には、その主記憶または補助記憶装置にオペレーティングシステム11(以下OSと言う)とアプリケーション・ソフトウェア13(以下アプリケーションと言う)、本実施の形態のプリンタドライバ12が格納される。また、ホスト10において、14は印刷装置40へ画像データを送信するインタフェースで、印刷装置40におけるインタフェースと接続されている。
【0019】
プリンタドライバ12において、21はアプリケーション13からの描画命令を解析する描画命令解析部、22は描画命令解析部21で解析した結果を印刷用バンドメモリ26に展開する画像展開部、23はインタフェース14を介して印刷装置40に画像データを転送する画像転送部、24は入力画像の色補正を行なう色処理部、25はパターンディザや誤差拡散などの手法によってハーフトーン処理を行なうハーフトーン処理部、26は画像をバンド単位で展開するための印刷用バンドメモリ、27はページや描画命令の情報をページ情報保存部29に保存するスプール部、28はページ情報保存部29を読み出してページや描画命令の情報を作成するデスプール部、29はページや描画命令の情報を保存するページ情報保存部、30はプレビュー用のビットマップを展開するためのプレビュー用画像メモリ、31はビットマップを画面に表示する画像表示部、32はユーザからの入力を判断するユーザ入力判断部である。
【0020】
エラー! 参照元が見つかりません、は本発明の実施例を示すプリンタドライバ12における印字情報処理手順のフローチャートの一例である。ユーザが印刷処理を指示すると、アプリケーション13は印刷データを作成する(S101)。OS11はプリンタドライバの能力に応じてアプリケーション13が作成した印刷データから入力描画命令を作成してプリンタドライバに渡す(S102)。プリンタドライバ12は描画命令をスプールファイルに保存し(S103)、プレビュー処理を行い(S104)、印刷処理を行う(S105)。そして最後にS102で保存したスプールファイルを削除する(S106)ことでプレビューおよび印刷処理を行う。
【0021】
描画命令の保存処理(S103)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにページのカウンタを1 に初期化する(S201)。ページカウンタの示すページのページ設定情報を書き込み(S202)、OS11から渡された入力描画命令を保存する(S203)ことを、ページの描画命令が終了するまで繰り返す(S204)。ページの描画命令がすべて終了したらページのカウンタを1 増やす(S205)。上記処理を全ページについて繰り返す(S206)ことで描画命令の保存処理を行う。
【0022】
入力描画命令の保存処理(S203)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めに描画命令解析部21で入力描画命令を解析し(S301)、文字列の描画命令かどうかを判断する(S302)。文字列の描画命令でなければスプール部27で入力描画命令の情報をページ情報保存部29に書き込み(S303)、文字列であれば文字の情報を順に一文字ずつスプールし(S304)、文字列の全ての文字の情報をスプールするまで繰り返す(S305)。
【0023】
ページ情報保存部29に保存する情報は従来の技術で説明したのと同様にエラー! 参照元が見つかりません。およびエラー! 参照元が見つかりません。で示される。ただしS304で保存する情報はエラー! 参照元が見つかりません。に示すように文字の描画データレコードの構造が異なる。本実施例における文字の描画データレコードは、印刷時、プレビュー時ともに使用する描画位置を示す描画位置情報、文字の色情報を示す文字色情報、描画のクリップ領域を示すクリッピング情報と、印刷時に使用するためにOS11が印刷装置の解像度で作成した文字のビットマップイメージを示す文字ビットマップと、プレビュー時に使用するフォント名称、文字コード、文字サイズ、ボールドやイタリックなどの修飾情報を示す文字修飾情報で構成される。
【0024】
S303、S304では管理ファイルに対して描画データレコードの位置をレコード先頭位置情報に、入力描画命令の印刷位置とクリッピング情報から描画範囲情報を保存する。またページファイルに対して、入力描画命令の種類を描画命令コードに、入力描画命令の情報から印刷に必要な情報を描画命令情報に保存する。ただし上で述べたように文字列の場合はプレビュー用の論理情報も保存する。
【0025】
プレビュー処理(S104)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにページのカウンタを1 で初期化し、全ページの印刷フラグにTRUEを設定する(S401)。そして、プレビュー用画像メモリ30にページカウンタで示されるページのプレビュー用ビットマップを作成し(S402)、画像表示部31でプレビュー用画像メモリ30のビットマップを表示し(S403)、ユーザの入力をユーザ入力判断部32で判断する(S404)。ユーザ入力がページ指定であればページカウンタに指定ページを設定し(S405)、ページ印刷可の設定であればページカウンタで示されるページの印刷フラグをTRUEに(S406)、印刷不可であればFALSE を設定する(S407)。これを印刷実行が指定されるまで繰り返すことでプレビュー処理を行う。
【0026】
プレビュー用ビットマップの作成処理(S402)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにデスプール部28で管理ファイルから描画データレコードの位置を取得し(S501)、描画レコードを取得する(S502)。そして取得した描画レコードを画像展開部22でプレビュー用画像メモリ30にプレビュー用ビットマップとして展開し(S503)、次の描画レコード情報に進む(S504)。上記処理を全描画データレコードが終了するまで繰り返す(S505)ことでプレビュー用ビットマップを作成する。
【0027】
プレビュー用ビットマップの展開処理(S503)で文字の描画を行う場合、対応する描画データレコードから描画位置情報、文字色情報、クリッピング情報、フォント名称、文字コード、文字サイズ、文字修飾情報を取得し、フォント名称、文字サイズ、文字修飾情報、表示画面の解像度を基にフォントを選択し、描画位置情報、文字色情報、クリッピング情報、文字コードを指定して前記選択フォントから対応する文字ビットマップを取得する。こうして取得した文字ビットマップをプレビュー用画像メモリ30に描画することで文字の描画を行う。
【0028】
印刷処理(S105)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにページのカウンタを1 で初期化し(S601)、印刷フラグがTRUEであることをチェックし(S602)、バンドのカウンタを1 で初期化する(S603)。そしてバンドの処理を行って(S604)、バンドのカウンタを1 増やす(S605)。上記処理を全バンドに対して行い(S606)、ページのカウンタを1 増やす(S606)。上記処理を全ページが終了するまで繰り返す(S608)ことで印刷処理を行う。
【0029】
バンドの処理(S604)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにデスプール部28でページ情報保存部29の管理ファイルから対応する描画データレコードの描画範囲情報を取得し(S701)、バンドの範囲内かどうかをチェックする(S702)。バンド内の描画データレコードであれば管理ファイルから描画データレコードの位置を取得し(S703)、描画データレコードを取得し(S704)、画像展開部22で印刷用バンドメモリ26に印刷用ビットマップを展開する(S705)。そして、次の描画データレコード情報に進み(S706)、上記処理を全描画データレコードが終了するまで繰り返す(S707)。全描画データレコードの処理が終了したら、色処理部24、ハーフトーン処理部25で色処理、ハーフトーン処理を行い(S708)、画像転送部23でコマンドを作成しUSB インタフェース14を解して印刷装置40に送信する(S709)。
【0030】
印刷用ビットマップの展開処理(S705)で文字の描画を行う場合、対応する描画データレコードから描画位置情報、文字色情報、クリッピング情報、文字ビットマップを取得し、印刷用バンドメモリ26に描画を行うことで文字の描画を行う。
【0031】
以上説明した本実施例によれば、文字列の入力描画命令をスプールするときにOS11が作成した印刷用の文字ビットマップと、文字の論理情報をあわせて保存し、プレビュー時には文字の論理情報から文字ビットマップを取得してプレビュー用ビットマップを作成し、印刷時には前記保存した印刷用の文字ビットマップを使用して印刷用ビットマップを作成することで、印刷処理時間や印刷品位に影響を及ぼすことなく、プレビュー時の文字品位を向上させることが可能になる。
【0032】
なお本実施例では文字の品位向上方法についてのみ述べたが、プレビュー時に表示品位が低下するあらゆる描画命令の種類について、スプール時に従来の印刷用のスプールデータとプレビュー用の論理情報をあわせて保存し、プレビュー時には論理情報からプレビュー用ビットマップを作成し、印刷時には印刷用のスプールデータを使用して印刷用ビットマップを作成することで、印刷処理時間や印刷品位に影響を及ぼすことなく、プレビュー画像の表示品位を向上させることが可能である。
【0033】
<実施の形態2>
本実施の形態もプレビュー画像における文字の表示品位の低下を防ぐもので、本実施例の構成はエラー! 参照元が見つかりません。で示される。また本発明の実施例の示すプリンタドライバ12における印字情報処理手順はほぼ第一実施例と同様であるが、S203、S402、S604の処理が異なる。
【0034】
入力描画命令の保存処理(S203)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めに描画命令解析部で入力21描画命令を解析し(S801)、文字列の描画命令かどうかを判断する(S802)。文字列の描画命令でなければスプール部27で入力描画命令の情報をページ情報保存部29に書き込み(S803)、文字列であればプレビュー用の文字列描画情報をスプールし(S804)、印刷用の文字情報を順に一文字ずつスプールし(S805)、文字列の全ての文字の情報をスプールするまで繰り返す(S805)。
【0035】
S803、S804、S805でページ情報保存部29に保存する情報はエラー! 参照元が見つかりません。で示される。本実施例の描画データレコード情報は第1 実施例とほぼ同様であるが、使用条件情報が追加されている。これは対応する描画データレコードを印刷時およびプレビュー時に使用するかどうかを表す。使用条件情報はS803では印刷時およびプレビュー時に使用、S804ではプレビュー時に使用、S805では印刷時に使用という値が設定される。
【0036】
またS804で保存する描画データレコードをエラー! 参照元が見つかりません。に示す。本実施例における文字の描画データレコードは、描画位置を示す描画位置情報、文字の色情報を示す文字色情報、描画のクリップ領域を示すクリッピング情報、フォント名称、文字コード、文字サイズ、ボールドやイタリックなどの修飾情報を示す文字修飾情報で構成される。S805で保存する描画データレコードは従来と同様でエラー! 参照元が見つかりません。で示される。
【0037】
プレビュー用ビットマップの作成処理(S402)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにデスプール部28で管理ファイルから使用条件情報を取得し、プレビュー用の描画データかどうかを判断する(S901)。プレビュー用の描画データであれば描画データレコードの位置を取得し(S902)、描画データレコードを取得する(S903)。そして、取得した描画レコードを画像展開部22でプレビュー用画像メモリ30にプレビュー用ビットマップとして展開し(S904)、次の描画データレコード情報に進む(S905)。上記処理を全描画データレコードが終了するまで繰り返す(S906)ことでプレビュー用ビットマップを作成する。
【0038】
プレビュー用ビットマップの展開処理(S903)で文字の描画を行う場合、対応する描画データレコードから描画位置情報、文字色情報、クリッピング情報、フォント名称、文字コード、文字サイズ、文字修飾情報を取得し、フォント名称、文字サイズ、文字修飾情報、表示画面の解像度を基にフォントを選択し、描画位置情報、文字色情報、クリッピング情報、文字コードを指定して前記選択フォントから文字ビットマップを取得する。こうして取得した文字ビットマップをプレビュー用画像メモリ30に描画することで文字の描画を行う。
【0039】
バンドの処理(S604)の詳細なフローチャートの一例をエラー! 参照元が見つかりません。に示す。まず初めにデスプール部28で管理ファイルから使用条件情報を取得し、印刷用の描画データかどうかを判断する(S1001 )。印刷用の描画データであればページ情報保存部29の管理ファイルから対応する描画データレコードの描画範囲情報を取得し(S1002 )、バンドの範囲内かどうかをチェックする(S1003 )。バンド内の描画データレコードであれば管理ファイルから描画データレコードの位置を取得し(S1004 )、描画データレコードを取得し(S1005 )、画像展開部22で印刷用バンドメモリ26に印刷用ビットマップを展開する(S1006 )。
【0040】
そして、次の描画データレコード情報に進み(S1007 )、上記処理を全描画データレコードが終了するまで繰り返す(S1008 )。全描画データレコードの処理が終了したら、色処理部24、ハーフトーン処理部25で色処理、ハーフトーン処理を行い(S1009 )、画像転送部23でコマンドを作成しUSB インタフェース14を解して印刷装置40に送信する(S1010 )。
【0041】
印刷用ビットマップの展開処理(S1006 )で文字の描画を行う場合、対応する描画データレコードから描画位置情報、文字色情報、クリッピング情報、文字ビットマップを取得し、印刷用バンドメモリ26に描画を行うことで文字の描画を行う。
【0042】
以上説明した本実施の形態によれば、文字列の入力描画命令をスプールするときに、印刷用のOS11が作成した文字ビットマップと、プレビュー用の文字の論理情報を別のレコードとして保存するとともに、管理ファイルに印刷用レコードには印刷時に使用、プレビュー用レコードにはプレビュー時に使用というフラグを保存することにより、プレビュー時には文字の論理情報から文字ビットマップを取得してプレビュー用ビットマップを作成し、印刷時には前記保存した印刷用の文字ビットマップを使用して印刷用ビットマップを作成できるので、印刷処理時間や印刷品位に影響を及ぼすことなく、プレビュー時の文字品位を向上させることが可能になる。
【0043】
なお、本実施例では文字の品位向上方法についてのみ述べたが、プレビュー時に表示品位が低下するあらゆる描画命令の種類について、スプール時に従来の印刷用のスプールデータとプレビュー用の論理情報を別のレコードとして保存し、それぞれのレコードに対してプレビュー時および印刷時に使用するかのフラグを保存し、プレビュー時には論理情報からプレビュー用ビットマップを作成し、印刷時には印刷用のスプールデータを使用して印刷用ビットマップを作成することで、印刷処理時間や印刷品位に影響を及ぼすことなく、プレビュー画像の表示品位を向上させることが可能である。
【0044】
【発明の効果】
以上説明したように、文字列の入力描画命令をスプールするときにOS11が作成した印刷用の文字ビットマップと、文字の論理情報をあわせて保存し、プレビュー時には文字の論理情報から文字ビットマップを取得してプレビュー用ビットマップを作成し、印刷時には前記保存した印刷用の文字ビットマップを使用して印刷用ビットマップを作成することで、印刷処理時間や印刷品位に影響を及ぼすことなく、プレビュー時の文字品位を向上させる効果がある。
【0045】
また、以上説明したように、文字列の入力描画命令をスプールするときに、印刷用のOS11が作成した文字ビットマップと、プレビュー用の文字の論理情報を別のレコードとして保存するとともに、管理ファイルに印刷用レコードには印刷時に使用、プレビュー用レコードにはプレビュー時に使用というフラグを保存することにより、プレビュー時には文字の論理情報から文字ビットマップを取得してプレビュー用ビットマップを作成し、印刷時には前記保存した印刷用の文字ビットマップを使用して印刷用ビットマップを作成できるので、印刷処理時間や印刷品位に影響を及ぼすことなく、プレビュー時の文字品位を向上させる効果がある。
【図面の簡単な説明】
【図1】第1実施例および第2実施例の構成を示すブロック図である。
【図2】第1実施例および第2実施例のスプールファイルの構造を示す図である。
【図3】第1実施例のスプールファイルの詳細な構造を示す図である。
【図4】従来処理の文字の描画データレコードの構造を示す図である。。
【図5】第1実施例および第2実施例のフローチャートを示す図である。
【図6】第1実施例および第2実施例の描画命令の保存処理のフローチャートを示す図である。
【図7】第1実施例の入力描画命令の保存処理のフローチャートを示す図である。
【図8】第1実施例および第2実施例のプレビュー処理のフローチャートを示す図である。
【図9】第1実施例のプレビュー用ビットマップの作成処理のフローチャートを示す図である。
【図10】第1実施例および第2実施例の印刷処理のフローチャートを示す図である。
【図11】第1実施例のバンドの処理を示すブロック図である。
【図12】第1実施例の文字の描画データレコードの構造を示す図である。
【図13】第2実施例の描画命令の保存処理のフローチャートを示す図である。
【図14】第2実施例のプレビュ−処理のフローチャートを示す図である。
【図15】第2実施例のバンド処理のフローチャートを示す図である。
【図16】第2実施例のスプールファイルの詳細な構造を示す図である。
【図17】第2実施例の文字の描画データレコード(印刷用)の構造を示す図である。
【図18】第2実施例の文字の描画データレコード(プレビュー用)の構造を示す図である。
【符号の説明】
10  ホスト計算機
11  オペレーティングシステム
12  プリンタ・ドライバ
13  アプリケーション・ソフトウェア
14  USBインタフェース
21  描画命令解析部
22  画像展開部
23  画像転送部
24  色処理部
25  ハーフトーン処理部
26  印刷用バンドメモリ
27  スプール部
28  デスプール部
29  ページ情報保存部
30  プレビュー用画像メモリ
31  画像表示部
32  ユーザ入力判断部
40  印刷装置
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a printer driver having a preview function and an image processing apparatus of the printer driver.
[0002]
[Prior art]
The printer driver performs the following processing in order to perform printing with a printer. First, when the user instructs the application to execute printing, a plurality of input drawing commands are passed from the application to the printer driver via the OS. The printer driver analyzes the input drawing command, creates print spool data from information necessary for drawing, and saves it in a spool file. At the time of the despooling process that actually performs printing, the print spool data saved in this spool file is taken out, a high-resolution image for printing is created, a print command to be sent to the printer is created from now on, and the actual printing is performed by sending it to the printer. Is going.
[0003]
For example, in order for an application to print a character, a character code string indicating a character string to be printed, a printing position, a font name, a font size, character modification information, and the like are passed to a character string printing function. By calling this function, the character string printing function of the OS is called, the printing information of the character string set by the application is analyzed, and the scalable font specified in consideration of the resolution and paper size information of the printer is converted into a bitmap for each character. The data is expanded into data, and information such as a print position accompanying the data is created, and a character string printing function of the printer driver is called. At this time, of the information passed from the application, information used by the printer driver is also passed at the same time. The printer driver acquires information necessary for the printing process from information passed from the OS, such as bitmap data and print position information, and saves the characters one by one in a spool file as print spool data.
[0004]
error! Reference source not found. Shows an example of the structure of the spool file. The spool file is composed of a management file for managing the entire print job and a page file for storing information for each page. The management file is composed of print job information and page information print. The print job information stores information on the entire job, and the page information created for each page stores information on each page. One page file is created for each page, and is composed of a plurality of drawing data records.
[0005]
error! Reference source not found. Shows an example of the structure of page information printing of the management file and the drawing data record of the page file. The page information of the management file includes page setting information and a plurality of pieces of drawing data record information, and the page file includes a plurality of drawing data records. In the page setting information, setting information for each page such as print settings for each page is stored. The drawing data record information is composed of the record head position information of the page file and the drawing range information. The drawing data record information of the management file and the drawing data record of the page file have a one-to-one correspondence, the record head position information indicates the head position of the corresponding drawing data record of the page file, and the drawing range information indicates Rectangular information indicating the drawing range of the corresponding drawing data record is stored.
[0006]
The drawing data record stores the drawing information specified by the input drawing command, and the drawing data record includes a drawing command code and drawing command information. The drawing command code indicates the type of drawing data such as a rectangle or a character, and the drawing command information is stored in a different structure for each drawing command code.
[0007]
error! Reference source not found. Shows an example of the structure of a character drawing data record. It is composed of drawing position information indicating a drawing position, character color information indicating character color information, clipping information indicating a clip region for drawing, and a character bitmap indicating a bitmap image of the character. To draw a character, a character string composed of a plurality of characters is passed as an input drawing command. For simplicity of processing, a drawing data record is created for each character.
[0008]
At the time of the despooling process, the print spool data stored in the spool file is read to extract information such as a bitmap and a print position, and a high-resolution print image is created based on the information. Then, a print command is created from the high-resolution image for printing and sent to a printer to perform actual printing.
[0009]
Further, a conventional printer driver implements a preview function as described below in order to check a print result without printing it on paper. When performing the preview process, the print spool data stored in the spool file created by the print process is taken out, and a low-resolution output image for preview is created. A preview function is realized by creating a preview image display window on the display device and displaying the preview low-resolution output image.
[0010]
For example, in character preview, the print spool data stored in the spool file is read to extract information such as a bitmap and a print position, and a preview low-resolution image is created based on the information. Then, a preview function is realized by creating a preview image display window on the display device and displaying the preview low-resolution image.
[0011]
In the preview image display window, a displayed page can be changed by operating a menu or the like, and whether or not printing can be performed for each page can be specified. By instructing the end of the preview display, the user can print a print document by a printer according to the print permission / prohibition state set for each page.
[0012]
[Problems to be solved by the invention]
However, the conventional method has the following problems. The print spool data is data that depends on the resolution at the time of printing, and there is a problem that the quality of the display image may be deteriorated if it is used to create a lower resolution preview image. In particular, when previewing small bitmap data with thin lines such as character bitmaps, the bitmap created at high resolution is converted to low resolution, so characters may be crushed or missing, resulting in high quality. A preview image cannot be created.
[0013]
SUMMARY OF THE INVENTION The present invention has been made to solve the above-described problem. With respect to a drawing command that degrades the quality of a preview image when print spool data is used to create a preview image, a print image creation process is performed when the drawing command is spooled. By saving data for creating a preview image together with the data for creating a preview image and creating a bitmap for the preview using the data for creating a preview image when creating the preview image, the quality of the preview image can be improved. It is an object of the present invention to provide an image processing apparatus that can perform the processing.
[0014]
[Means for Solving the Problems]
The output device of the present invention that achieves the above object has the following configuration.
[0015]
That is, a spool means for temporarily storing a drawing command passed from an application via an operating system in a storage device such as a hard disk, a despooling means for reading the stored drawing command, and a drawing command read by the despooling means. An image processing apparatus having image developing means for creating a preview image of each page from the image processing apparatus, and image developing means for creating a print image for each page from the drawing command read by the despooling means. It is characterized in that information for creation and information for preview image creation are stored, information for print image creation is read at the time of printing, and information for preview image creation is read at the time of preview.
[0016]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the accompanying drawings.
[0017]
<Embodiment 1>
The present embodiment is intended to prevent the display quality of characters in a preview image from being degraded.
[0018]
FIG. 1 shows the configuration of the first embodiment of the present invention. In FIG. 1, reference numeral 10 denotes a host computer (hereinafter referred to as a host), and reference numeral 40 denotes a printing device. The host 10 stores an operating system 11 (hereinafter, referred to as an OS), application software 13 (hereinafter, referred to as an application), and a printer driver 12 of the present embodiment in its main storage or auxiliary storage device. In the host 10, an interface 14 for transmitting image data to the printing device 40 is connected to the interface of the printing device 40.
[0019]
In the printer driver 12, reference numeral 21 denotes a drawing command analyzing unit for analyzing a drawing command from the application 13, reference numeral 22 denotes an image developing unit for developing a result analyzed by the drawing command analyzing unit 21 in a print band memory 26, and reference numeral 23 denotes an interface 14. An image transfer unit for transferring image data to the printing apparatus 40 via a printer; 24, a color processing unit for performing color correction of an input image; 25, a halftone processing unit for performing halftone processing by a method such as pattern dither or error diffusion; Is a print band memory for developing an image in band units, 27 is a spool unit for storing page and drawing command information in a page information storage unit 29, and 28 is a page information reading unit that reads out the page information A despool section for creating information; 29, a page information storage section for storing information on pages and drawing commands; Preview image memory for developing a bit map for review, 31 image display unit for displaying the bitmap on the screen, 32 is a user input determining section for determining an input from the user.
[0020]
error! Reference source not found is an example of a flowchart of a print information processing procedure in the printer driver 12 according to the embodiment of the present invention. When the user instructs print processing, the application 13 creates print data (S101). The OS 11 creates an input drawing command from the print data created by the application 13 according to the capability of the printer driver, and passes it to the printer driver (S102). The printer driver 12 stores the drawing command in a spool file (S103), performs a preview process (S104), and performs a print process (S105). Finally, the spool file saved in S102 is deleted (S106) to perform preview and print processing.
[0021]
An example of the detailed flowchart of the drawing command storage process (S103) is an error! Reference source not found. Shown in First, the page counter is initialized to 1 (S201). The process of writing the page setting information of the page indicated by the page counter (S202) and storing the input drawing command passed from the OS 11 (S203) is repeated until the drawing command of the page ends (S204). When all page drawing commands have been completed, the page counter is incremented by 1 (S205). By repeating the above process for all pages (S206), the process of storing the drawing command is performed.
[0022]
An example of the detailed flowchart of the input drawing command saving process (S203) is an error! Reference source not found. Shown in First, the drawing command analysis unit 21 analyzes the input drawing command (S301), and determines whether the command is a character string drawing command (S302). If it is not a character string drawing command, the information of the input drawing command is written into the page information storage unit 29 by the spool unit 27 (S303). If it is a character string, the character information is sequentially spooled one character at a time (S304). The process is repeated until all character information is spooled (S305).
[0023]
The information stored in the page information storage unit 29 has an error as described in the background art. Reference source not found. And errors! Reference source not found. Indicated by However, the information stored in S304 is an error! Reference source not found. The structure of the character drawing data record is different as shown in FIG. The character drawing data record in the present embodiment includes drawing position information indicating a drawing position used for printing and previewing, character color information indicating character color information, clipping information indicating a drawing clip area, and For example, a character bitmap indicating a bitmap image of a character created by the OS 11 at the resolution of the printing apparatus and character modification information indicating modification information such as a font name, a character code, a character size, and bold or italic used at the time of preview are used. Be composed.
[0024]
In S303 and S304, the position of the drawing data record in the management file is stored as the record head position information, and the drawing range information is stored from the printing position of the input drawing command and the clipping information. For the page file, the type of the input drawing command is stored in the drawing command code, and information necessary for printing from the information of the input drawing command is stored in the drawing command information. However, in the case of a character string as described above, the logical information for preview is also stored.
[0025]
An example of the detailed flowchart of the preview processing (S104) is an error! Reference source not found. Shown in First, the page counter is initialized with 1 and TRUE is set to the print flags of all pages (S401). Then, a bitmap for preview of the page indicated by the page counter is created in the preview image memory 30 (S402), and the bitmap of the preview image memory 30 is displayed on the image display unit 31 (S403). The determination is made by the user input determination unit 32 (S404). If the user input specifies a page, the designated page is set in the page counter (S405). If the page is set to be printable, the print flag of the page indicated by the page counter is set to TRUE (S406). Is set (S407). This is repeated until print execution is designated, thereby performing preview processing.
[0026]
An example of the detailed flowchart of the preview bitmap creation process (S402) is an error! Reference source not found. Shown in First, the despooling unit 28 acquires the position of the drawing data record from the management file (S501), and acquires the drawing record (S502). Then, the acquired drawing record is developed as a preview bitmap in the preview image memory 30 by the image developing unit 22 (S503), and the process proceeds to the next drawing record information (S504). The above process is repeated until all drawing data records are completed (S505), thereby creating a preview bitmap.
[0027]
When drawing a character in the preview bitmap development process (S503), the drawing position information, character color information, clipping information, font name, character code, character size, and character modification information are obtained from the corresponding drawing data record. Select a font based on font name, character size, character modification information, display screen resolution, and specify drawing position information, character color information, clipping information, and character code to create a corresponding character bitmap from the selected font. get. The character bitmap thus obtained is drawn in the preview image memory 30 to draw characters.
[0028]
An example of the detailed flowchart of the printing process (S105) is an error! Reference source not found. Shown in First, the page counter is initialized with 1 (S601), it is checked that the print flag is TRUE (S602), and the band counter is initialized with 1 (S603). Then, band processing is performed (S604), and the band counter is incremented by 1 (S605). The above process is performed for all bands (S606), and the page counter is incremented by 1 (S606). The printing process is performed by repeating the above process until all pages are completed (S608).
[0029]
An example of the detailed flowchart of the band processing (S604) is an error! Reference source not found. Shown in First, the despooling unit 28 acquires the drawing range information of the corresponding drawing data record from the management file of the page information storage unit 29 (S701), and checks whether it is within the band range (S702). If it is a drawing data record within the band, the position of the drawing data record is obtained from the management file (S703), the drawing data record is obtained (S704), and the image development unit 22 stores the printing bitmap in the printing band memory 26. It is developed (S705). Then, the process proceeds to the next drawing data record information (S706), and the above processing is repeated until all drawing data records are completed (S707). When processing of all drawing data records is completed, color processing and halftone processing are performed by the color processing unit 24 and the halftone processing unit 25 (S708), and a command is created by the image transfer unit 23 and printed via the USB interface 14. The data is transmitted to the device 40 (S709).
[0030]
When drawing a character in the printing bitmap development process (S705), the drawing position information, the character color information, the clipping information, and the character bitmap are acquired from the corresponding drawing data record, and the drawing is performed on the printing band memory 26. By doing so, the character is drawn.
[0031]
According to the above-described embodiment, when the input drawing command of the character string is spooled, the character bit map for printing created by the OS 11 and the logical information of the character are stored together, and the logical information of the character is used during the preview. By obtaining a character bitmap and creating a preview bitmap, and at the time of printing, creating a print bitmap using the saved print character bitmap, the print processing time and print quality are affected. Without this, it is possible to improve the character quality at the time of preview.
[0032]
In the present embodiment, only the method of improving the character quality of characters has been described. However, for all types of drawing commands that degrade the display quality at the time of preview, spool data for conventional printing and logical information for preview are stored together during spooling. When previewing, a preview bitmap is created from logical information, and when printing, a print bitmap is created using the spool data for printing, so that the preview image is not affected without affecting print processing time and print quality. Can be improved in display quality.
[0033]
<Embodiment 2>
The present embodiment also prevents the display quality of characters in the preview image from being degraded, and the configuration of the present embodiment causes an error! Reference source not found. Indicated by The print information processing procedure in the printer driver 12 according to the embodiment of the present invention is almost the same as that of the first embodiment, except for the processing of S203, S402, and S604.
[0034]
An example of the detailed flowchart of the input drawing command saving process (S203) is an error! Reference source not found. Shown in First, the rendering command analysis unit analyzes the input 21 rendering command (S801), and determines whether the input command is a character string rendering command (S802). If it is not a character string drawing command, the information of the input drawing command is written in the page information storage unit 29 by the spool unit 27 (S803). If it is a character string, preview character string drawing information is spooled (S804). Are spooled one by one in order (S805), and the process is repeated until the information of all the characters in the character string is spooled (S805).
[0035]
The information stored in the page information storage unit 29 in S803, S804, and S805 is an error! Reference source not found. Indicated by The drawing data record information of this embodiment is almost the same as that of the first embodiment, except that usage condition information is added. This indicates whether the corresponding drawing data record is used for printing and previewing. The use condition information is set to a value used for printing and preview in S803, a value used for preview in S804, and a value used for printing in S805.
[0036]
Also, the drawing data record saved in S804 has an error! Reference source not found. Shown in The drawing data record of a character in the present embodiment includes drawing position information indicating a drawing position, character color information indicating character color information, clipping information indicating a clip region for drawing, a font name, a character code, a character size, bold and italic. It is composed of character modification information indicating modification information such as. The drawing data record saved in S805 is the same as the conventional one and an error! Reference source not found. Indicated by
[0037]
An example of the detailed flowchart of the preview bitmap creation process (S402) is an error! Reference source not found. Shown in First, the use condition information is acquired from the management file by the despool unit 28, and it is determined whether the data is preview drawing data (S901). If the data is preview drawing data, the position of the drawing data record is acquired (S902), and the drawing data record is acquired (S903). Then, the acquired drawing record is developed as a preview bitmap in the preview image memory 30 by the image developing unit 22 (S904), and the process proceeds to the next drawing data record information (S905). The above process is repeated until all drawing data records are completed (S906), thereby creating a preview bitmap.
[0038]
When drawing characters in the preview bitmap development process (S903), the drawing position information, character color information, clipping information, font name, character code, character size, and character modification information are obtained from the corresponding drawing data record. Select a font based on font name, character size, character modification information, display screen resolution, and specify drawing position information, character color information, clipping information, and character code to obtain a character bitmap from the selected font. . The character bitmap thus obtained is drawn in the preview image memory 30 to draw characters.
[0039]
An example of the detailed flowchart of the band processing (S604) is an error! Reference source not found. Shown in First, the use condition information is acquired from the management file by the despooling unit 28, and it is determined whether the data is drawing data for printing (S1001). If the drawing data is for printing, the drawing range information of the corresponding drawing data record is acquired from the management file of the page information storage unit 29 (S1002), and it is checked whether it is within the band range (S1003). If it is a drawing data record in the band, the position of the drawing data record is obtained from the management file (S1004), the drawing data record is obtained (S1005), and the image developing unit 22 stores the printing bitmap in the printing band memory 26. It is developed (S1006).
[0040]
Then, the process proceeds to the next drawing data record information (S1007), and the above processing is repeated until all drawing data records are completed (S1008). When the processing of all drawing data records is completed, color processing and halftone processing are performed by the color processing unit 24 and the halftone processing unit 25 (S1009), a command is generated by the image transfer unit 23, and printing is performed via the USB interface 14 The data is transmitted to the device 40 (S1010).
[0041]
When drawing characters in the printing bitmap development process (S1006), drawing position information, character color information, clipping information, and a character bitmap are obtained from the corresponding drawing data record, and the drawing is performed on the printing band memory 26. By doing so, the character is drawn.
[0042]
According to this embodiment described above, when spooling a character string input drawing command, the character bitmap created by the printing OS 11 and the logical information of the character for preview are stored as separate records. By storing a flag in the management file that is used for printing in a record for printing and a flag for use in preview in a record for preview, a character bitmap is obtained from logical information of characters during previewing to create a bitmap for previewing. In printing, a print bitmap can be created using the stored print character bitmap, so that the print quality can be improved without affecting print processing time and print quality. Become.
[0043]
In the present embodiment, only the method of improving the character quality of characters has been described. However, for any type of drawing command that degrades the display quality at the time of preview, the spool data for the conventional printing and the logical information for the preview are separately recorded at the time of spooling. And saves a flag for each record to be used at the time of preview and printing, creates a preview bitmap from logical information at the time of preview, and prints using the spool data for printing at the time of printing. By creating the bitmap, it is possible to improve the display quality of the preview image without affecting the print processing time and print quality.
[0044]
【The invention's effect】
As described above, when spooling a character string input drawing command, the print character bitmap created by the OS 11 and the logical information of the character are stored together, and the character bitmap is converted from the logical information of the character at the time of preview. Obtain and create a preview bitmap, and at the time of printing, create a print bitmap using the saved print character bitmap so that the preview can be performed without affecting print processing time or print quality. This has the effect of improving the character quality at the time.
[0045]
As described above, when spooling a character string input drawing command, the character bitmap created by the printing OS 11 and the logical information of the character for preview are saved as separate records, and the management file By storing a flag for use in printing in the record for printing, and a flag for use in preview in the preview record, a character bitmap is obtained from the logical information of the character at the time of preview, and a preview bitmap is created. Since the print bitmap can be created using the stored print character bitmap, there is an effect of improving the character quality at the time of preview without affecting the print processing time and print quality.
[Brief description of the drawings]
FIG. 1 is a block diagram showing a configuration of a first embodiment and a second embodiment.
FIG. 2 is a diagram illustrating a structure of a spool file according to a first embodiment and a second embodiment.
FIG. 3 is a diagram illustrating a detailed structure of a spool file according to the first embodiment.
FIG. 4 is a diagram showing a structure of a character drawing data record in a conventional process. .
FIG. 5 is a diagram showing a flowchart of a first embodiment and a second embodiment.
FIG. 6 is a diagram showing a flowchart of processing for storing a drawing command according to the first embodiment and the second embodiment;
FIG. 7 is a diagram illustrating a flowchart of processing for storing an input drawing command according to the first embodiment.
FIG. 8 is a diagram showing a flowchart of a preview process of the first embodiment and the second embodiment.
FIG. 9 is a diagram illustrating a flowchart of a preview bitmap creation process according to the first embodiment.
FIG. 10 is a diagram illustrating a flowchart of a printing process according to the first embodiment and the second embodiment.
FIG. 11 is a block diagram illustrating band processing according to the first embodiment.
FIG. 12 is a diagram showing a structure of a character drawing data record of the first embodiment.
FIG. 13 is a diagram illustrating a flowchart of processing for storing a drawing command according to the second embodiment.
FIG. 14 is a diagram showing a flowchart of a preview process of the second embodiment.
FIG. 15 is a diagram illustrating a flowchart of band processing according to the second embodiment.
FIG. 16 is a diagram showing a detailed structure of a spool file according to the second embodiment.
FIG. 17 is a diagram illustrating the structure of a character drawing data record (for printing) according to the second embodiment.
FIG. 18 is a diagram showing a structure of a character drawing data record (for preview) of the second embodiment.
[Explanation of symbols]
10. Host computer
11 Operating system
12 Printer Driver
13 Application software
14 USB interface
21 Drawing command analyzer
22 Image development unit
23 Image transfer unit
24 color processing unit
25 Halftone processing unit
26 Band memory for printing
27 Spool section
28 Despool part
29 Page information storage
30 Image memory for preview
31 Image display section
32 User input judgment unit
40 Printer

Claims (4)

オペレーティングシステムを介してアプリケーションから渡される描画命令を、一旦ハードディスク等の記憶装置に保存するスプール手段と、前記保存された描画命令を読み出すデスプール手段と、前記デスプール手段により読み出された描画命令から各ページのプレビュー用画像を作成する画像展開手段と、前記デスプール手段により読み出された描画命令から各ページの印刷用画像を作成する画像展開手段とをもつ画像処理装置において、
スプール時に印刷画像作成用の情報とプレビュー画像作成用の情報を保存し、印刷時には印刷画像作成用の情報を、プレビュー時にはプレビュー画像作成用の情報を読み出すことを特徴とする画像処理装置。
Spool means for temporarily storing a drawing command passed from an application via an operating system in a storage device such as a hard disk, despooling means for reading the stored drawing command, and drawing commands read by the despooling means. An image processing apparatus comprising: an image developing unit that creates a preview image of a page; and an image developing unit that creates a print image of each page from a drawing command read by the despooling unit.
An image processing apparatus which stores information for creating a print image and information for creating a preview image when spooling, reads out information for creating a print image when printing, and reads out information for creating a preview image when previewing.
印刷画像作成用の情報とプレビュー画像作成用の情報をスプールファイルのひとつのレコードに入れることを特徴とする請求項1記載の画像処理装置。2. The image processing apparatus according to claim 1, wherein information for creating a print image and information for creating a preview image are included in one record of a spool file. 印刷画像作成用の情報とプレビュー画像作成用の情報をスプールファイルの異なるレコードに入れるとともに、スプールファイルのレコードを印刷時に使用するかとプレビュー時に使用するかのフラグを保存することを特徴とする請求項1記載の画像処理装置。The information for print image creation and the information for preview image creation are put in different records of the spool file, and a flag indicating whether the record of the spool file is used for printing or for previewing is stored. 2. The image processing device according to 1. 文字のスプールにおいて印刷画像作成用の情報としてビットマップを保存し、プレビュー画像作成用の情報として文字の論理情報を保存することを特徴とする請求項2 または請求項3記載の画像処理装置。4. The image processing apparatus according to claim 2, wherein a bit map is stored as information for creating a print image in the spool of the character, and logical information of the character is saved as information for creating a preview image.
JP2002185964A 2002-06-26 2002-06-26 Image processor Pending JP2004030262A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002185964A JP2004030262A (en) 2002-06-26 2002-06-26 Image processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002185964A JP2004030262A (en) 2002-06-26 2002-06-26 Image processor

Publications (1)

Publication Number Publication Date
JP2004030262A true JP2004030262A (en) 2004-01-29

Family

ID=31181451

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002185964A Pending JP2004030262A (en) 2002-06-26 2002-06-26 Image processor

Country Status (1)

Country Link
JP (1) JP2004030262A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193701A (en) * 2006-01-20 2007-08-02 Canon Inc Image processing apparatus and method
CN110618796A (en) * 2018-06-20 2019-12-27 佳能株式会社 Image forming apparatus, control method thereof, and storage medium storing control program thereof

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2007193701A (en) * 2006-01-20 2007-08-02 Canon Inc Image processing apparatus and method
JP4630825B2 (en) * 2006-01-20 2011-02-09 キヤノン株式会社 Image processing apparatus and method
CN110618796A (en) * 2018-06-20 2019-12-27 佳能株式会社 Image forming apparatus, control method thereof, and storage medium storing control program thereof

Similar Documents

Publication Publication Date Title
JP4995057B2 (en) Drawing apparatus, printing apparatus, drawing method, and program
EP1764743A2 (en) Image display device, image display method, computer program product, and image display system
JPH08115178A (en) Variable data field in page description language
US20070236717A1 (en) Printer, Print Data Output Device, Method, Computer Readable Medium, And Computer Data Signal
US7761433B2 (en) Document processing apparatus, method and program
JP5103339B2 (en) Dynamic printer driver user interface generation
US7538898B2 (en) Printing apparatus, printing control method therefor, and information processing apparatus
JP4396670B2 (en) Image forming apparatus, image forming method, and program
US20070127085A1 (en) Printing system, printing method and program thereof
JP4518136B2 (en) Image processing device
JP2004090612A (en) Printing method, data structure and printing system
JP2004030262A (en) Image processor
JP2008123471A (en) Print data processing program and recording medium
JP2007152580A (en) Image forming apparatus and method
JP4100912B2 (en) Information processing apparatus, control method therefor, program, and storage medium
JPH11180005A (en) Method and apparatus for reprinting in image forming apparatus
JP3833107B2 (en) Information processing apparatus, information processing method, program, and storage medium
JP2007280124A (en) Information processor and processing method therefor
JP2001202362A (en) Character editing processor
US8325386B2 (en) Printing using display list from vector data or display list obtained from location information
JP2006163774A (en) Processing system for plurality of images
JP4155305B2 (en) Image processing device
JP4136894B2 (en) Printing apparatus, printing method, and storage medium storing computer-readable program
JP2007140953A (en) Information processor, image forming system, and data generating method
JP2006146314A (en) Method for creating file with security setting