JP3753221B2 - Image processing apparatus and image processing method - Google Patents
Image processing apparatus and image processing method Download PDFInfo
- Publication number
- JP3753221B2 JP3753221B2 JP29681999A JP29681999A JP3753221B2 JP 3753221 B2 JP3753221 B2 JP 3753221B2 JP 29681999 A JP29681999 A JP 29681999A JP 29681999 A JP29681999 A JP 29681999A JP 3753221 B2 JP3753221 B2 JP 3753221B2
- Authority
- JP
- Japan
- Prior art keywords
- resolution
- raster image
- printer
- original
- image
- 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
- Image Processing (AREA)
- Editing Of Facsimile Originals (AREA)
Description
【0001】
【発明の属する技術分野】
本発明は、ラスタ画像を含む描画情報に対して少なくとも必要に応じて解像度変換を行ってプリンタに出力する画像処理装置および画像処理方法に関するものである。
【0002】
【従来の技術】
例えばコンピュータ上で動作するアプリケーションプログラムを使用して作成した描画情報や、既存の描画情報を、そのコンピュータをクライアントとするプリンタに対して送出することによって印刷出力を得ることができる。例えばアプリケーションプログラムで作成した描画情報をプリンタで印刷出力させる場合、アプリケーションプログラムのユーザの指示によってプリント命令が発行されると、まず同じコンピュータ上で動作するプリンタドライバに描画情報が出力される。プリンタドライバでは、アプリケーションプログラムが出力した、コンピュータのオペレーティングシステムに依存する描画情報を受け取り、必要に応じて解釈、変換などの処理を施す。その後、プリンタに依存するPDL(Printer Description Language)などの言語として、プリンタに対して描画情報を出力する。
【0003】
このプリンタドライバにおける処理には、上述したようなオペレーティングシステムに依存した言語からプリンタに依存した言語への変換に加えて、必要に応じて描画情報を表す色空間を変換したり、描画情報に含まれるラスタ画像の解像度を変換するといった各種の操作も含まれる。これらの変換処理などは、必要に応じて行えばよい。例えば色空間の変換は、一般にオペレーティングシステムが規定するディスプレイ用の色空間(通常はRGB)と、プリンタが色表現に使用する色空間(通常はCMYK)が異なるために行われる。プリンタ側に色空間変換機能が備わっていれば、プリンタドライバによって色変換を実行する必要は無い。
【0004】
解像度の変換が必要な場合はいくつか考えられるが、1つには、プリンタ側に解像度変換機能が備わっていない場合、アプリケーションプログラムが出力する描画情報に含まれるラスタ画像をすべてプリンタ解像度に揃えるように、プリンタドライバで解像度変換を実行する必要がある。このようなプリンタの場合には、グラフィックスなどの描画命令を処理する能力も無い場合が多いので、すべての描画情報を、プリンタドライバによってプリンタの解像度のラスタ画像に変換してからプリンタに送出することになる。
【0005】
プリンタドライバによるラスタ画像の解像度変換が必要なもう1つの例としては、一般にデータ量が多く、処理の負荷も重いラスタ画像の解像度を、アプリケーションプログラムが出力した解像度よりも低い値に変換してからプリンタに出力する場合が考えられる。これによって、コンピュータからプリンタに送出されるデータ量を減らして、描画情報の転送時間を節約するとともに、プリンタ内部でのラスタ画像に対する処理負荷を減らして、プリントに必要な時間を節約することができる。
【0006】
例えば、特開平9−62464号公報に示されている「情報処理装置およびプリンタドライバの転送データ処理方法」では、プリンタの処理能力に応じて、ラスタ画像の最大値を制限し、必要に応じてラスタ画像の解像度が低くなるように変換してから、プリンタに出力している。これによって、プリンタ側の処理の負荷を減らし、プリント時間を短縮している。しかしながら、プリンタ、あるいはプリンタドライバの処理能力などといった外部条件のみによって、描画情報に含まれるラスタ画像の解像度を減らしてしまうと、ラスタ画像のプリント品質の低下は免れない。
【0007】
一方、アプリケーションプログラムがプリンタドライバに対して出力する描画情報においては、あらかじめアプリケーションプログラムがプリンタの解像度を知り、アプリケーションプログラム内の処理によって、ラスタ画像をプリンタの解像度に変換してからプリンタドライバに出力してくることもある。一般的には、アプリケーションプログラムによって作成するドキュメント内に、プリンタの解像度以上の解像度を持ったラスタ画像が貼り込まれることは稀であり、通常はむしろディスプレイの解像度を中心とした低解像度の画像が貼り込まれることが多い。この場合、一般的にディスプレイの解像度の数倍の解像度を持ったプリンタの解像度に変換されることになるので、プリンタに出力されるラスタ画像のデータ量は元のラスタ画像の数十倍の大きさにもなる。そのうえ、この処理によって基本的な情報量が増えるわけではないので、画質の向上は望めない。つまり、プリンタに解像度変換の機能があれば、このアプリケーションプログラムによる解像度変換には利点が無いばかりか、その後の処理の負荷を重くする大きな無駄を生み出してしまう処理である場合がほとんどであり、処理を効率化する上で問題であった。
【0008】
【発明が解決しようとする課題】
本発明は、上述した事情に鑑みてなされたもので、ラスタ画像を含む描画情報をプリンタに出力する場合に、ラスタ画像の画質劣化が起こることなく、かつその後の処理に無駄が生じないようにし、むしろ処理を効率化できるように解像度変換することのできる画像処理装置および画像処理方法を提供することを目的とするものである。
【0009】
【課題を解決するための手段】
本発明は、ラスタ画像を含む描画情報を処理してプリンタに出力する画像処理装置において、前記プリンタの解像度を登録しておくプリンタ解像度登録手段と、前記ラスタ画像の解像度を判別する描画解像度判別手段と、前記ラスタ画像の元の解像度を検出する元解像度検出手段と、前記ラスタ画像の解像度を変換する解像度変換手段と、前記プリンタ解像度登録手段から得た前記プリンタの解像度と前記描画解像度判別手段によって判別された前記ラスタ画像の解像度と前記元解像度検出手段によって検出された前記ラスタ画像の元の解像度に応じて前記解像度変換手段で変換する解像度を制御する解像度管理手段を備えており、前記解像度管理手段は、前記描画解像度判別手段によって判別された前記ラスタ画像の解像度が、前記元解像度検出手段によって検出された前記ラスタ画像の元の解像度と前記プリンタ解像度登録手段に登録されている前記プリンタの解像度のいずれよりも高く、かつ前記ラスタ画像の元の解像度が前記プリンタの解像度よりも高い場合には、前記解像度変換手段に対して前記ラスタ画像の解像度が前記プリンタの解像度と等しくなるように変換させ、前記ラスタ画像の解像度が、前記ラスタ画像の元の解像度と前記プリンタの解像度のいずれよりも高く、かつ前記プリンタの解像度が前記ラスタ画像の元の解像度よりも高い場合には、前記解像度変換手段に対して前記ラスタ画像の解像度を該ラスタ画像の元の解像度と等しくなるように変換させることを特徴とするものである。
【0010】
また、本発明は、ラスタ画像を含む描画情報を処理してプリンタに出力する画像処理方法において、前記ラスタ画像の解像度を判別するとともに、前記ラスタ画像の元の解像度を検出し、判別した前記ラスタ画像の解像度が、前記ラスタ画像の元の解像度と前記プリンタの解像度のいずれよりも高く、かつ前記ラスタ画像の元の解像度が前記プリンタの解像度よりも高い場合には、前記ラスタ画像の解像度を前記プリンタの解像度と等しくなるように変換し、前記ラスタ画像の解像度が、前記ラスタ画像の元の解像度と前記プリンタの解像度のいずれよりも高く、かつ前記プリンタの解像度が前記ラスタ画像の元の解像度よりも高い場合には、前記ラスタ画像の解像度を該ラスタ画像の元の解像度と等しくなるように変換することを特徴とするものである。
【0011】
このように、ラスタ画像の解像度が、そのラスタ画像の元の解像度とプリンタの解像度のいずれよりも高く、かつ、そのラスタ画像の元の解像度がプリンタの解像度よりも高い場合には、ラスタ画像の解像度をプリンタの解像度と等しくなるように変換する。この場合、プリンタの解像度が3つのうちで最も低いので、そのプリンタの解像度に変換することによって、データ量を削減し、処理を効率化することができる。また、ラスタ画像の解像度が、そのラスタ画像の元の解像度とプリンタの解像度のいずれよりも高く、かつ、プリンタの解像度がラスタ画像の元の解像度よりも高い場合には、ラスタ画像の解像度をそのラスタ画像の元の解像度と等しくなるように変換する。この場合、ラスタ画像の元の解像度が最も低く、もともとラスタ画像は元の解像度程度の情報しか有していない。そのため、ラスタ画像の元の解像度に変換することによって、情報量を低下させず、すなわち画質を劣化させずに、データ量を削減して処理を効率化することができる。
【0012】
例えばラスタ画像の解像度が、そのラスタ画像の元の解像度よりも高い場合には、ラスタ画像の解像度をそのラスタ画像の元の解像度と等しくなるように変換する。ラスタ画像に含まれる情報は、元の解像度程度しか含まれていないので、元の解像度に変換しても画質は劣化せず、データ量の減少によって効率的な処理を行うことが可能になる。
【0013】
また、ラスタ画像の解像度がプリンタの解像度よりも高い場合には、ラスタ画像の解像度をプリンタの解像度と等しくなるように変換する。ラスタ画像の解像度が高くても、プリンタで出力される解像度程度しか画質はよくならないので、プリンタに送る前にプリンタの解像度に変換することによってデータ量を削減し、効率的に処理を行うことができるようになる。
【0014】
さらに、ラスタ画像の解像度が、そのラスタ画像の元の解像度の整数倍になっている場合には、ラスタ画像の解像度をそのラスタ画像の元の解像度と同じになるように変換することができる。この場合、基本的に元の解像度に戻しても情報量の低下は発生しないので、データ量を削減して処理を効率化することができる。
【0015】
このように、本発明によれば、ラスタ画像の解像度と、そのラスタ画像の元の解像度と、プリンタの解像度に従い、最適な解像度にラスタ描画情報の解像度を変換することによって、画質を劣化させずにデータ量を削減して処理を効率化することができる。
【0016】
【発明の実施の形態】
図1は、本発明の画像処理装置および画像処理方法の実施の一形態をコンピュータの中で動作するプリンタドライバに適用した場合の一例を示す構成図である。図中、1はコンピュータ、2はプリンタ、11はアプリケーションプログラム、12はOS、13はプリンタドライバ、21はプリンタ解像度登録部、22は描画解像度判別部、23は元解像度検出部、24は解像度変換部、25は解像度管理部である。図1に示す例では、コンピュータ1とプリンタ2とを直接、あるいはLAN等のネットワークなどを介して接続し、コンピュータ1から描画情報をプリンタ2に送出し、プリンタで印刷出力する場合の一例を示している。
【0017】
コンピュータ1では、OS12の環境を利用してアプリケーションプログラム11が動作している。作業者は、このアプリケーションプログラム11を利用して、印刷したい画像を作成することができる。あるいは図示しない記憶装置などに画像が格納されていてもよい。作業者が印刷指示を出すと、アプリケーションプログラム11は、印刷が指示された画像を、OS12を通して、プリンタドライバ13に出力する。
【0018】
プリンタドライバ13は、OS12の一部として組み込まれた形で動作する。プリンタドライバ13は、一般的にOS12などで規定された描画命令を受け取って、PDLと呼ばれるプリンタ用の描画コマンドに変換することを主な役割として動作する。以下の説明では、プリンタドライバ13内の諸機能のうち、本発明の画像処理装置および画像処理方法によって、アプリケーションプログラム11が出力したラスタ画像に対して必要に応じて解像度変換を行う部分についてのみを示している。プリンタドライバ13には、ラスタ画像の他に文字や図形を描く描画コマンドを処理する機能も含まれるが、ここではそれらの動作についての説明は省略する。プリンタドライバ13から出力されるPDLで表現された画像情報は、再びOS12を通して、コンピュータ1からプリンタ2に対して出力される。
【0019】
プリンタドライバ13内には、プリンタ解像度登録部21、描画解像度判別部22、元解像度検出部23、解像度変換部24、解像度管理部25等が設けられている。プリンタ解像度登録部21は、プリンタ2の特性として与えられる解像度を登録しておく。プリンタ2の解像度は、例えばプリンタ2との通信によって得ることもできるし、OS12の規定によりプリンタドライバ13内に用意されているプリンタ定義情報を読み取って取得することもできる。
【0020】
描画解像度判別部22は、例えばアプリケーションプログラム11などが出力する描画情報のうち、ラスタ画像を表す描画情報の解像度を判別する。例えば、アプリケーションプログラム11から出力される描画情報に含まれるラスタ画像描画命令のパラメータを読み取ることによって、ラスタ画像の解像度を判別することができる。これは、基本的には出力するプリンタ2の解像度に対して画素の大きさの伸縮を表すパラメータで表される。しかし、プリンタ2の持つデバイス座標系だけではなく、アプリケーションプログラム11が定義できるユーザー座標系を持ったPDLにおいては、その時点で定義されているユーザー座標系とコマンドのパラメータとの関係において、解像度を判別する必要がある。
【0021】
元解像度検出部23は、ラスタ画像の元の解像度、つまりアプリケーションプログラム11内で保持されている際の解像度を検出する。すなわち、ラスタ画像の描画命令に含まれる描画情報が表す解像度ではなく、そのラスタ画像が本来持っていた解像度を検出する。この元解像度検出部23によって、アプリケーションプログラム11がラスタ画像をプリンタドライバ13に出力する際に、アプリケーションプログラム11内部で保持している元の画像の解像度とは異なる解像度、例えばプリンタ2の解像度に変換している場合でも、元の解像度を知ることができる。
【0022】
図2は、ラスタ画像の解像度と該ラスタ画像の元の解像度との関係の一例の説明図、図3は、ラスタ画像から該ラスタ画像の元の画像の解像度を検出する方法の一例を示す模式図である。元解像度検出部23は、例えばプリンタ2の解像度で表現されたラスタ画像を走査することによって、元の解像度を演算によって知ることができる。例えば図2において、細線はプリンタ2の解像度で表現されたラスタ画像に含まれる画素を示し、太線はラスタ画像の元の解像度を持つ画像データに含まれる画素を示している。ここでは、ラスタ画像の元の解像度が、プリンタ2の解像度の数分の1となっている例を示しており、複数のラスタ画像の画素によって、ラスタ画像の元の画像における1つの画素が表現されている。
【0023】
アプリケーションプログラムが、このような解像度変換を実施する際には、何らかの補間処理を加えている場合と、そうでない場合の2通りが考えられる。いずれの場合も、ラスタ画像の画素値を走査していくと、元の画素の痕跡を得ることができる。例えば、図3においては、図3(C)に示すようにラスタ画像の画素を一定方向に走査して、画素値を調べている。すると、図3(B)に示すように周期的な値の増減を見ることができる。
【0024】
図3(A)に示すような元の画像データを解像度変換して図3(C)に示すようなラスタ画像を得た場合には、例えば図3(B)に示すように、元の画像データの画素の大きさと強い相関性を持った、画素の値の増減が観察されるはずである。この増減のピーク、あるいは変曲点の周期を取ることによって、図3(A)に示すように元の画像の画素の大きさを得ることができ、そこから元の画像の解像度を検出することができる。
【0025】
なお、ここで説明した方法は一例であって、ラスタ画像の元の画像の解像度を検出する方法として、他の方法を用いてもよい。
【0026】
図1に戻り、解像度変換部24は、ラスタ画像の解像度を解像度管理部25の制御に従って変換する。解像度変換手法としては、一般的なバイキュービック法、ニアレストネイバー法、バイリニア法など、任意のアルゴリズムを用いることができる。
【0027】
解像度管理部25は、プリンタ解像度登録部21、描画解像度判別部22、元解像度検出部23、解像度変換部24の動作を統率し、プリンタ2の解像度、ラスタ画像の解像度、および、ラスタ画像の元の解像度の関係を調べて、必要に応じて解像度変換部24に対してラスタ画像の解像度を変換するように制御する。
【0028】
次に、図1に示した構成における動作の一例を説明する。アプリケーションプログラム11で作成した画像あるいは図示しない記憶装置などに画像が格納されている画像について、作業者が印刷指示を行うと、印刷が指示された画像の描画命令が、OS12を通して、プリンタドライバ13に出力される。
【0029】
プリンタドライバ13では、一般的にOS12などで規定された描画命令を受け取って、PDLと呼ばれるプリンタ用の描画コマンドに変換する。このとき、ラスタ画像については、本発明の画像処理装置または画像処理方法により、必要に応じて解像度変換を行う。
【0030】
図4は、本発明の画像処理装置または画像処理方法における動作の第1の例を示すフローチャートである。プリンタドライバ13がアプリケーションプログラム11から出力された描画情報を取得すると、まずS31において、描画解像度判別部22は、描画情報に含まれるラスタ画像の解像度を判別する。判別したラスタ画像の解像度を描画解像度とする。またS32において、元解像度検出部23は、同じ描画情報に含まれる同じラスタ画像の元の解像度を検出する。検出した解像度を元解像度とする。なお、描画解像度の判別と元解像度の検出は、いずれが先でもよいし、並行して行ってもよい。
【0031】
解像度管理部25は、S33において、描画解像度と元解像度を比較する。このとき、描画解像度が元解像度より細かい場合には、描画情報に含まれるラスタ画像は冗長なデータを含んでいることになる。そのためS34において、ラスタ画像の解像度が元解像度となるように、解像度変換部24に対して解像度変換を指示し、解像度変換部24においてラスタ画像を元解像度に変換する。
【0032】
解像度変換後のラスタ画像の描画情報は、アプリケーションプログラム11が出力した描画情報と入れ替える。なお、S33で描画解像度が元解像度と同じかもしくは荒いと判定されてS34の解像度変換を行わなかった場合、ラスタ画像をそのまま用いるので、入れ替えを行わなくてもよい。
【0033】
そしてプリンタドライバ13内で処理し、PDLで表現された描画情報を、再びOS12を通して、コンピュータ1からプリンタ2に対して出力する。このとき、ラスタ画像については必要に応じて解像度変換を行い、冗長なデータが削減されているので、プリンタ2に対して高速に転送できるとともに、プリンタドライバ13およびプリンタ2における処理を効率化することができる。解像度変換を行ってデータ量を削減する場合でも、元の画像の情報量を保つので、画質が劣化することはない。
【0034】
図5は、本発明の画像処理装置または画像処理方法における動作の第2の例を示すフローチャートである。プリンタドライバ13がアプリケーションプログラム11から出力された描画情報を取得すると、まずS41において、描画解像度判別部22は、描画情報に含まれるラスタ画像の解像度を判別する。判別したラスタ画像の解像度を描画解像度とする。また解像度管理部25は、S42において、プリンタ解像度登録部21から、プリンタ2に固有の解像度を取得する。取得したプリンタ2の解像度をプリンタ解像度とする。なお、描画解像度の判別とプリンタ解像度の取得は、いずれが先でもよいし、並行して行ってもよい。
【0035】
S43において、描画解像度とプリンタ解像度を比較する。描画解像度がプリンタ解像度よりも細かい場合には、描画情報に含まれるラスタ画像はプリンタ2で表現できない冗長なデータを含んでいることになる。そのためS44において、ラスタ画像の解像度がプリンタ解像度となるように、解像度変換部24に対して解像度変換を指示し、解像度変換部24においてラスタ画像をプリンタ解像度に変換する。
【0036】
解像度変換後のラスタ画像の描画情報は、アプリケーションプログラム11が出力した描画情報と入れ替える。なお、S43で描画解像度がプリンタ解像度と等しいかそれより荒いと判定されてS44で解像度変換を行わなかった場合には、ラスタ画像をそのまま用いるので、入れ替えを行わなくてもよい。
【0037】
そしてプリンタドライバ13内で処理し、PDLで表現された描画情報を、再びOS12を通して、コンピュータ1からプリンタ2に対して出力する。このとき、ラスタ画像については必要に応じて解像度変換を行い、プリンタ2で表現できない冗長なデータが削減されているので、プリンタ2に対して高速に転送できるとともに、プリンタドライバ13およびプリンタ2における処理を効率化することができる。解像度変換を行ってデータ量を削減する場合でも、プリンタ2で表現できないデータを削減するだけであるので、プリンタ2で印刷された画質が劣化することはない。
【0038】
図6は、本発明の画像処理装置または画像処理方法における動作の第3の例を示すフローチャートである。プリンタドライバ13がアプリケーションプログラム11から出力された描画情報を取得すると、まずS51において、描画解像度判別部22は、描画情報に含まれるラスタ画像の解像度を判別する。判別したラスタ画像の解像度を描画解像度とする。またS52において、元解像度検出部23は、同じ描画情報に含まれる同じラスタ画像の元の解像度を検出する。検出した解像度を元解像度とする。さらに、解像度管理部25は、S53において、プリンタ解像度登録部21から、プリンタ2に固有の解像度を取得する。取得したプリンタ2の解像度をプリンタ解像度とする。なお、描画解像度の判別、元解像度の検出、プリンタ解像度の取得は、どのような順序で行ってもよいし、並行して行ってもよい。
【0039】
解像度管理部25は、S54において、描画解像度と元解像度を比較する。このとき、描画解像度が元解像度と等しいか、それより荒い場合には、解像度変換を行わない。描画解像度が元解像度より細かい場合には、描画情報に含まれるラスタ画像は冗長なデータを含んでいることになる。この場合には、さらにS55において、描画解像度とプリンタ解像度を比較する。描画解像度がプリンタ解像度と等しいか、それより荒い場合には、解像度変換を行わない。描画解像度がプリンタ解像度よりも細かい場合には、描画情報に含まれるラスタ画像はプリンタ2で表現できない冗長なデータを含んでいることになる。
【0040】
S55の判定で、描画解像度がプリンタ解像度よりも細かい場合には、ラスタ画像に対して解像度変換を行う。このとき、S56において、元解像度とプリンタ解像度を比較し、いずれか低い解像度にラスタ画像を変換する。すなわち、元解像度がプリンタ解像度よりも細かい場合には、S57において、ラスタ画像の解像度がプリンタ解像度となるように、解像度変換部24に対して解像度変換を指示し、解像度変換部24においてラスタ画像をプリンタ解像度に変換する。また、元解像度がプリンタ解像度と等しいか、それより荒い場合には、S58において、ラスタ画像の解像度が元解像度となるように、解像度変換部24に対して解像度変換を指示し、解像度変換部24においてラスタ画像を元解像度に変換する。
【0041】
解像度変換後のラスタ画像の描画情報は、アプリケーションプログラム11が出力した描画情報と入れ替える。なお、S57,S58で解像度変換を行わなかった場合には、ラスタ画像をそのまま用いるので、入れ替えを行わなくてもよい。
【0042】
そしてプリンタドライバ13内で処理し、PDLで表現された描画情報を、再びOS12を通して、コンピュータ1からプリンタ2に対して出力する。このとき、ラスタ画像については必要に応じて解像度変換を行い、冗長なデータが削減されているので、プリンタ2に対して高速に転送できるとともに、プリンタドライバ13およびプリンタ2における処理を効率化することができる。解像度変換を行ってデータ量を削減する場合でも、元の画像の情報量を保ち、あるいは、プリンタ2で表現できないデータを削減するだけであるので、プリンタ2で印刷された画質が劣化することはない。
【0043】
なお、S54で描画解像度が元解像度と等しいか荒いと判定された場合でも、描画解像度とプリンタ解像度を比較し、描画解像度の方が細かい場合にはプリンタ解像度に合わせてラスタ画像を解像度変換してもよい。この場合、ラスタ画像は元の画像よりも荒いが、それでもプリンタ2において印刷される解像度よりも細かく、プリンタ2では印刷できない冗長なデータを有していることになるので、プリンタ解像度に合わせることによってデータ量を削減することができる。
【0044】
また、描画解像度が元解像度より細かいが、プリンタ解像度より荒い場合についても、ラスタ画像を元解像度に変換してもよい。このときの情報量は元解像度のときと同じであるので、画質を劣化させずにデータ量を削減することができる。
【0045】
なお、図1に示した構成では、本発明の画像処理装置または画像処理方法をプリンタドライバに組み込んだ構成を示した。しかし本発明はこれに限らず、アプリケーションプログラムに組み込んだり、独立したプログラムとして構成したり、あるいは、プリンタのインタフェースに組み込むなど、種々の構成で実現することができる。
【0046】
【発明の効果】
以上の説明から明らかなように、本発明によれば、描画情報に含まれるラスタ画像データの解像度を、条件に従って低下させてからプリンタに出力するので、プリンタへの転送やその後の処理に無駄が生じることがなく、効率的に処理を行うことができる。また、解像度変換は、元の画像の解像度に変換することで情報量の欠落を防止し、あるいはプリンタの解像度に変換することでプリンタで表現できないデータを削減するので、プリンタで印刷される画質が劣化することはない。このように、高画質と高効率を両立した処理を実現する画像処理装置および画像処理方法を得ることができるという効果がある。
【図面の簡単な説明】
【図1】 本発明の画像処理装置および画像処理方法の実施の一形態をコンピュータの中で動作するプリンタドライバに適用した場合の一例を示す構成図である。
【図2】 ラスタ画像の解像度と該ラスタ画像の元の解像度との関係の一例の説明図である。
【図3】 ラスタ画像から該ラスタ画像の元の画像の解像度を検出する方法の一例を示す模式図である。
【図4】 本発明の画像処理装置または画像処理方法における動作の第1の例を示すフローチャートである。
【図5】 本発明の画像処理装置または画像処理方法における動作の第2の例を示すフローチャートである。
【図6】 本発明の画像処理装置または画像処理方法における動作の第3の例を示すフローチャートである。
【符号の説明】
1…コンピュータ、2…プリンタ、11…アプリケーションプログラム、12…OS、13…プリンタドライバ、21…プリンタ解像度登録部、22…描画解像度判別部、23…元解像度検出部、24…解像度変換部、25…解像度管理部。[0001]
BACKGROUND OF THE INVENTION
The present invention relates to an image processing apparatus and an image processing method for performing resolution conversion on drawing information including a raster image as necessary and outputting the converted information to a printer.
[0002]
[Prior art]
For example, print output can be obtained by sending drawing information created using an application program running on a computer or existing drawing information to a printer using the computer as a client. For example, when drawing information created by an application program is printed out by a printer, when a print command is issued in accordance with a user instruction of the application program, the drawing information is first output to a printer driver operating on the same computer. The printer driver receives drawing information output by the application program and depends on the operating system of the computer, and performs processing such as interpretation and conversion as necessary. Thereafter, drawing information is output to the printer as a language such as PDL (Printer Description Language) depending on the printer.
[0003]
In addition to conversion from the operating system-dependent language to the printer-dependent language as described above, the processing in this printer driver converts the color space representing the drawing information as necessary, or includes it in the drawing information. Various operations such as converting the resolution of the raster image to be processed are also included. These conversion processes and the like may be performed as necessary. For example, color space conversion is performed because the color space for display (usually RGB) defined by the operating system is generally different from the color space (usually CMYK) used by the printer for color expression. If the printer has a color space conversion function, it is not necessary to perform color conversion by the printer driver.
[0004]
There are several cases where resolution conversion is necessary, but one is that if the printer does not have a resolution conversion function, all the raster images included in the drawing information output by the application program will be aligned with the printer resolution. In addition, it is necessary to execute resolution conversion by the printer driver. Such printers often do not have the ability to process drawing commands such as graphics, so all drawing information is converted into a raster image of the printer resolution by the printer driver and then sent to the printer. It will be.
[0005]
Another example of the need for raster image resolution conversion by a printer driver is to convert the resolution of a raster image, which generally has a large amount of data and a heavy processing load, to a value lower than the resolution output by the application program. A case of outputting to a printer can be considered. As a result, the amount of data sent from the computer to the printer can be reduced to save the drawing information transfer time, and the processing load on the raster image inside the printer can be reduced to save the time required for printing. .
[0006]
For example, in “Transfer data processing method of information processing apparatus and printer driver” disclosed in Japanese Patent Laid-Open No. 9-62464, the maximum value of a raster image is limited according to the processing capability of the printer, and if necessary The raster image is converted so that the resolution is lowered and then output to the printer. This reduces the processing load on the printer side and shortens the printing time. However, if the resolution of the raster image included in the drawing information is reduced only by external conditions such as the processing capability of the printer or printer driver, the print quality of the raster image is inevitably lowered.
[0007]
On the other hand, in the drawing information that the application program outputs to the printer driver, the application program knows the printer resolution in advance, converts the raster image to the printer resolution by processing in the application program, and then outputs it to the printer driver. Sometimes it comes. In general, it is rare that a raster image having a resolution higher than the resolution of the printer is pasted into a document created by an application program. Usually, a low-resolution image centered on the display resolution is used. Often pasted. In this case, since it is generally converted to the resolution of a printer having a resolution several times the resolution of the display, the data amount of the raster image output to the printer is several tens of times larger than the original raster image. It will also be. In addition, since this process does not increase the basic amount of information, improvement in image quality cannot be expected. In other words, if the printer has a resolution conversion function, the resolution conversion by this application program is not only beneficial, but it is almost always a process that creates a lot of waste that increases the processing load. It was a problem in improving efficiency.
[0008]
[Problems to be solved by the invention]
The present invention has been made in view of the above-described circumstances. When drawing information including a raster image is output to a printer, the image quality of the raster image does not deteriorate and subsequent processing is not wasted. Rather, it is an object of the present invention to provide an image processing apparatus and an image processing method capable of converting the resolution so that the processing efficiency can be improved.
[0009]
[Means for Solving the Problems]
The present invention relates to an image processing apparatus that processes drawing information including a raster image and outputs it to a printer, a printer resolution registration unit that registers the resolution of the printer, and a drawing resolution determination unit that determines the resolution of the raster image. An original resolution detecting means for detecting the original resolution of the raster image, a resolution converting means for converting the resolution of the raster image, and the resolution of the printer obtained from the printer resolution registering means and the drawing resolution determining means. Resolution management means for controlling the resolution to be converted by the resolution conversion means according to the determined resolution of the raster image and the original resolution of the raster image detected by the original resolution detection means; Means for determining that the resolution of the raster image determined by the drawing resolution determining means is the original resolution; It is higher than both the original resolution of the raster image detected by the detection means and the resolution of the printer registered in the printer resolution registration means, and the original resolution of the raster image is higher than the resolution of the printer. In this case, the resolution conversion unit converts the resolution of the raster image to be equal to the resolution of the printer, and the resolution of the raster image is either the original resolution of the raster image or the resolution of the printer. And the resolution conversion means converts the resolution of the raster image to be equal to the original resolution of the raster image when the resolution of the printer is higher than the original resolution of the raster image. It is characterized by making it.
[0010]
In the image processing method for processing drawing information including a raster image and outputting it to a printer, the present invention determines the resolution of the raster image, detects the original resolution of the raster image, and determines the determined raster. If the resolution of the image is higher than both the original resolution of the raster image and the resolution of the printer, and the original resolution of the raster image is higher than the resolution of the printer, the resolution of the raster image is set to the resolution of the raster image. The resolution of the raster image is higher than both the original resolution of the raster image and the resolution of the printer, and the resolution of the printer is higher than the original resolution of the raster image. Is higher, the resolution of the raster image is converted to be equal to the original resolution of the raster image. It is intended.
[0011]
Thus, if the resolution of the raster image is higher than both the original resolution of the raster image and the resolution of the printer, and the original resolution of the raster image is higher than the resolution of the printer, the raster image Convert the resolution to be equal to the printer resolution. In this case, the resolution of the printer is the lowest of the three, and by converting to the resolution of the printer, the data amount can be reduced and the processing can be made efficient. If the resolution of the raster image is higher than both the original resolution of the raster image and the resolution of the printer and the resolution of the printer is higher than the original resolution of the raster image, the resolution of the raster image is Convert to equal the original resolution of the raster image. In this case, the original resolution of the raster image is the lowest, and the raster image originally has only information about the original resolution. Therefore, by converting to the original resolution of the raster image, the data amount can be reduced and the processing can be made more efficient without reducing the information amount, that is, without degrading the image quality.
[0012]
For example, when the resolution of the raster image is higher than the original resolution of the raster image, the raster image is converted so that the resolution of the raster image becomes equal to the original resolution of the raster image. Since the information included in the raster image includes only the original resolution, the image quality does not deteriorate even when converted to the original resolution, and efficient processing can be performed by reducing the data amount.
[0013]
Further, when the resolution of the raster image is higher than the resolution of the printer, the raster image is converted so that the resolution of the raster image becomes equal to the resolution of the printer. Even if the resolution of the raster image is high, the image quality is improved only to the resolution output by the printer, so the data amount can be reduced and converted efficiently by converting to the printer resolution before sending to the printer. become able to.
[0014]
Further, when the resolution of the raster image is an integral multiple of the original resolution of the raster image, the raster image can be converted to have the same resolution as the original resolution of the raster image. In this case, even if the original resolution is returned to the original resolution, the information amount does not decrease, so that the data amount can be reduced and the processing can be made more efficient.
[0015]
As described above, according to the present invention, the resolution of the raster drawing information is converted to the optimum resolution according to the resolution of the raster image, the original resolution of the raster image, and the resolution of the printer, so that the image quality is not deteriorated. In addition, the amount of data can be reduced and processing can be made more efficient.
[0016]
DETAILED DESCRIPTION OF THE INVENTION
FIG. 1 is a configuration diagram showing an example in which an embodiment of an image processing apparatus and an image processing method of the present invention is applied to a printer driver operating in a computer. In the figure, 1 is a computer, 2 is a printer, 11 is an application program, 12 is an OS, 13 is a printer driver, 21 is a printer resolution registration unit, 22 is a drawing resolution determination unit, 23 is an original resolution detection unit, and 24 is a resolution conversion.
[0017]
In the
[0018]
The
[0019]
In the
[0020]
The drawing
[0021]
The original
[0022]
FIG. 2 is an explanatory diagram illustrating an example of the relationship between the resolution of the raster image and the original resolution of the raster image, and FIG. 3 is a schematic diagram illustrating an example of a method for detecting the resolution of the original image of the raster image from the raster image. FIG. The original
[0023]
When the application program performs such resolution conversion, there are two cases where some kind of interpolation processing is added and when it is not. In either case, the trace of the original pixel can be obtained by scanning the pixel value of the raster image. For example, in FIG. 3, as shown in FIG. 3C, the pixels of the raster image are scanned in a certain direction, and the pixel values are examined. Then, as shown in FIG. 3B, a periodic increase / decrease in value can be seen.
[0024]
When the raster image as shown in FIG. 3C is obtained by converting the resolution of the original image data as shown in FIG. 3A, the original image is displayed as shown in FIG. 3B, for example. An increase or decrease in the value of the pixel should be observed that has a strong correlation with the size of the data pixel. By taking the peak of this increase / decrease or the period of the inflection point, the pixel size of the original image can be obtained as shown in FIG. 3A, and the resolution of the original image is detected therefrom. Can do.
[0025]
Note that the method described here is an example, and other methods may be used as a method of detecting the resolution of the original image of the raster image.
[0026]
Returning to FIG. 1, the
[0027]
The
[0028]
Next, an example of the operation in the configuration shown in FIG. 1 will be described. When an operator issues a print instruction for an image created by the
[0029]
The
[0030]
FIG. 4 is a flowchart showing a first example of operation in the image processing apparatus or image processing method of the present invention. When the
[0031]
In S33, the
[0032]
The drawing information of the raster image after resolution conversion is replaced with the drawing information output by the
[0033]
Then, the drawing information processed in the
[0034]
FIG. 5 is a flowchart showing a second example of the operation in the image processing apparatus or image processing method of the present invention. When the
[0035]
In S43, the drawing resolution is compared with the printer resolution. When the drawing resolution is finer than the printer resolution, the raster image included in the drawing information includes redundant data that cannot be expressed by the
[0036]
The drawing information of the raster image after resolution conversion is replaced with the drawing information output by the
[0037]
Then, the drawing information processed in the
[0038]
FIG. 6 is a flowchart showing a third example of the operation in the image processing apparatus or image processing method of the present invention. When the
[0039]
In S54, the
[0040]
If it is determined in S55 that the drawing resolution is finer than the printer resolution, resolution conversion is performed on the raster image. At this time, in S56, the original resolution and the printer resolution are compared, and the raster image is converted to a lower resolution. That is, when the original resolution is finer than the printer resolution, in S57, the
[0041]
The drawing information of the raster image after resolution conversion is replaced with the drawing information output by the
[0042]
Then, the drawing information processed in the
[0043]
Even if it is determined in S54 that the drawing resolution is equal to the original resolution or rough, the drawing resolution is compared with the printer resolution, and if the drawing resolution is finer, the resolution of the raster image is converted according to the printer resolution. Also good. In this case, the raster image is rougher than the original image, but is still finer than the resolution printed by the
[0044]
Further, even when the drawing resolution is finer than the original resolution but is rougher than the printer resolution, the raster image may be converted to the original resolution. Since the information amount at this time is the same as that at the original resolution, the data amount can be reduced without degrading the image quality.
[0045]
In the configuration shown in FIG. 1, the configuration in which the image processing apparatus or the image processing method of the present invention is incorporated in the printer driver is shown. However, the present invention is not limited to this, and can be realized in various configurations such as being incorporated into an application program, being configured as an independent program, or being incorporated into a printer interface.
[0046]
【The invention's effect】
As is apparent from the above description, according to the present invention, the resolution of the raster image data included in the drawing information is reduced according to the conditions and then output to the printer, so that the transfer to the printer and subsequent processing are wasted. It does not occur and can be processed efficiently. Also, resolution conversion prevents loss of information by converting to the resolution of the original image, or reduces data that cannot be expressed by the printer by converting to the resolution of the printer. There is no deterioration. Thus, there is an effect that it is possible to obtain an image processing apparatus and an image processing method that realize processing that achieves both high image quality and high efficiency.
[Brief description of the drawings]
FIG. 1 is a configuration diagram illustrating an example when an embodiment of an image processing apparatus and an image processing method of the present invention is applied to a printer driver operating in a computer.
FIG. 2 is an explanatory diagram showing an example of the relationship between the resolution of a raster image and the original resolution of the raster image.
FIG. 3 is a schematic diagram illustrating an example of a method for detecting the resolution of an original image of a raster image from a raster image.
FIG. 4 is a flowchart showing a first example of operation in the image processing apparatus or image processing method of the present invention.
FIG. 5 is a flowchart showing a second example of the operation in the image processing apparatus or the image processing method of the present invention.
FIG. 6 is a flowchart showing a third example of the operation in the image processing apparatus or the image processing method of the present invention.
[Explanation of symbols]
DESCRIPTION OF
Claims (8)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29681999A JP3753221B2 (en) | 1999-10-19 | 1999-10-19 | Image processing apparatus and image processing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP29681999A JP3753221B2 (en) | 1999-10-19 | 1999-10-19 | Image processing apparatus and image processing method |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2001119568A JP2001119568A (en) | 2001-04-27 |
JP3753221B2 true JP3753221B2 (en) | 2006-03-08 |
Family
ID=17838571
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP29681999A Expired - Fee Related JP3753221B2 (en) | 1999-10-19 | 1999-10-19 | Image processing apparatus and image processing method |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP3753221B2 (en) |
Families Citing this family (2)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6612684B2 (en) * | 2001-12-14 | 2003-09-02 | Pitney Bowes Inc. | Method for determining a printer's signature to provide proof that the printer printed a particular document |
US6533385B1 (en) | 2001-12-14 | 2003-03-18 | Pitney Bowes Inc. | Method for determining a printer's signature and the number of dots per inch printed in a document to provide proof that the printer printed a particular document |
-
1999
- 1999-10-19 JP JP29681999A patent/JP3753221B2/en not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
JP2001119568A (en) | 2001-04-27 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4118749B2 (en) | Image processing apparatus, image processing program, and storage medium | |
EP2093708B1 (en) | Rendering apparatus, rendering method, and storage medium | |
EP0772117B1 (en) | Printer driver architecture for reducing band memory | |
US8559752B2 (en) | Image processing system for processing a digital image and image processing method of processing a digital image | |
EP1814309B1 (en) | Information processing method, information processing apparatus | |
US20070086050A1 (en) | Information processing apparatus, image processing method, and machine-readable medium | |
JPH06332636A (en) | Printer server system | |
US20110141526A1 (en) | Image output inspection system, image inspection apparatus, and computer program product | |
EP1054350A1 (en) | Image data interpolation method and device and medium recording image data interpolation program | |
JP4564986B2 (en) | Image processing apparatus, image processing method, and image processing program | |
JP3753221B2 (en) | Image processing apparatus and image processing method | |
US6985258B1 (en) | Print system | |
JP4059389B2 (en) | Image processing apparatus, image processing program, and storage medium | |
US7196819B2 (en) | Image data conversion apparatus, image data conversion program storage medium, and image data re-conversion program storage medium | |
JPH08186724A (en) | Color picture printing system | |
JP3050159B2 (en) | Printer system | |
JP7187300B2 (en) | Image processing device, image processing method and program | |
KR100277734B1 (en) | Printer system and method for quickly outputting display bitmap | |
JP2007174254A (en) | Descreening method of dot image, image forming method, and image forming device | |
JP2001105670A (en) | Imaging apparatus | |
JP2007036514A (en) | Image conversion system | |
JP6051526B2 (en) | Image processing system, image forming apparatus, image processing program, and image processing method | |
JPH10336454A (en) | Image data processor | |
JPH0993425A (en) | Image forming device | |
JP3878513B2 (en) | Image processing apparatus and image processing program |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20040219 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20050802 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20050831 |
|
A521 | Written amendment |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20051031 |
|
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: 20051124 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20051207 |
|
R150 | Certificate of patent or registration of utility model |
Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20091222 Year of fee payment: 4 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20101222 Year of fee payment: 5 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20111222 Year of fee payment: 6 |
|
LAPS | Cancellation because of no payment of annual fees |