JP3636891B2 - Color image output method - Google Patents

Color image output method Download PDF

Info

Publication number
JP3636891B2
JP3636891B2 JP18016798A JP18016798A JP3636891B2 JP 3636891 B2 JP3636891 B2 JP 3636891B2 JP 18016798 A JP18016798 A JP 18016798A JP 18016798 A JP18016798 A JP 18016798A JP 3636891 B2 JP3636891 B2 JP 3636891B2
Authority
JP
Japan
Prior art keywords
image
processing
command
color
raster
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
Application number
JP18016798A
Other languages
Japanese (ja)
Other versions
JP2000011191A (en
Inventor
寿夫 白沢
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
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 Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP18016798A priority Critical patent/JP3636891B2/en
Publication of JP2000011191A publication Critical patent/JP2000011191A/en
Application granted granted Critical
Publication of JP3636891B2 publication Critical patent/JP3636891B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Landscapes

  • Image Generation (AREA)
  • Record Information Processing For Printing (AREA)
  • Processing Or Creating Images (AREA)

Description

【0001】
【発明の属する技術分野】
本発明は、カラー画像出力処理に関し、特にPDL(Page Description Language)インタープリタにおけるラスター処理を行うカラー画像出力方法に関し、カラープリンタ等のコントローラ装置あるいはコンピュータに搭載されるプリンタ・ドライバー・ソフトウェアなどに適用される技術である。
【0002】
【従来の技術】
一般に、コンピュータにより作成した文書をプリンタに出力する場合には以下の手順で処理する。即ち、
(1)文書データを複数の描画コマンド群へ変換する。
(2)プリンタ・ドライバーと言われるソフトウェアやプリンタ・コントローラ装置で描画コマンドを解析してラスタイメージを作成する(一般に、上記の処理をラスターオペレーションという)。
(3)ラスターイメージに対し、色変換処理や擬似中間調処理などを施してプリンタ出力信号を生成する。
(4)印刷を実行する。
【0003】
ところで、好ましいカラー画像を出力するためには、自然画像、文字、グラフィックなど、画像の種類によって異なる色処理や中間調処理が必要になる。従って、種々の画像種を含むカラー・イメージ情報を出力するためには、画像種ごとに適した画像処理を施せるようなアーキテクチャーが必要となる。
【0004】
このようなカラー・イメージ情報を出力する従来技術としては、
(A)ビットマップメモリを画像種ごとに用意して、それぞれ個別にラスターイメージを作成する方法と、
(B)ラスタイメージの生成後、ラスターイメージをスキャンして画素毎に属性の判定を行う方法(例えば、特開平9−284548号公報を参照)などがある。
【0005】
【発明が解決しようとする課題】
上記した(A)の方法では、画像種ごとにラスターイメージを格納するためのメモリを用意するため、区別する画像種が多くなると大量のメモリを浪費してしまうという問題がある。また、ラスタオペレーションを行うPDLインタプリタも大幅に変更しなければならず、ラスターオペレーション処理方式の変更が困難になってしまう。
【0006】
また(B)の方法では、ラスターイメージを用いて像域分離を行っているので、誤判定が生じ易いという問題がある。前掲した公報も3×3の画素単位で像城分離処理しているので、誤判定が生じる可能性がある。
【0007】
本発明の目的は、既存のPDLインタープリタを改造することなく、省メモリでかつ精度よく画像種を識別してラスター処理するカラー画像出力方法を提供することにある。
【0008】
【課題を解決するための手段】
前記目的を達成するために、請求項1記載の発明では、描画命令で記述された文書画像をビットイメージに展開すると共に、前記描画命令毎に前記文書画像の画像種を判別し、該判別された画像種に対して所定のコードを割り当て、画像種を表すコードをビットイメージに展開し、前記画像種に応じた最適な処理を前記文書画像に施して出力するカラー画像出力方法であって、前記描画命令が複数の画像種間で演算を行う命令であるとき、該演算命令を実行する領域に対して新たなコードを割り当ててビットイメージに展開することを特徴としている。
【0009】
【発明の実施の形態】
以下、本発明の一実施例を図面を用いて具体的に説明する。
(実施例1)
図2は、種々の図形が含まれるカラー・イメージの一例である。このイメージは、1つの文書中に自然画像(ビットマップ)、フォント(文字)、線画、単色の塗りつぶしパターン(棒グラフ)などを含んでいる。以下、このイメージを印刷する場合を例にして本発明の実施例を説明する。
【0010】
図1は、本発明の実施例1の構成を示し、プリンタ・コントローラ内でラスタオペレーションを行う場合のシステム構成例である。通常、オペレーティング・システム2は描画のための専用モジュール3を具備していて、この描画モジュール3がディスプレイやプリンタに対する描画処理を管理している。
【0011】
例えば、オペレータが何らかのアプリケーション1を使って画面で編集した図2に示すような文書イメージをプリンタに印刷する場合、アプリケーション1は印刷ジョブを始めるという命令を描画モジュール3に送信する。描画モジュール3は印刷開始のメッセージを受け取ると、アプリケーション1で作成された文書画像データをプリンタ・ドライバー4が解釈可能なコマンドに変換して、プリンタ・ドライバー4にコマンドを送信する。
【0012】
プリンタ・ドライバー4はオペレーティング・システム2から受け取ったコマンドをプリンタ・コントローラ5が解釈可能な描画コマンドに変換してローカル接続あるいはネットワーク接続されたプリンタ・コントローラ5にコマンドを送信する。プリンタ・コントローラ5は、後述するラスターオペレーション及び画像変換手段によりプリンタ12に送信可能なデータに変換して印刷動作を開始する。印刷が終了すると、アプリケーション1は印刷終了の命令を描画モジュール3に送信し、オペレータが再び編集可能な状態になる。
【0013】
次に、本発明の特徴であるラスターオペレーション処理について説明する。図4は、本発明のラスターオペレーションの処理フローチャートである。
【0014】
前述したプリンタ・ドライバー4から送られる描画コマンドは、画像種に対応した多数の描画命令で構成される。通常、この描画命令には描画対象の画像種(例えばビットマップ、文字、ライン、パターンなど)、形状、位置情報、色データ等の情報が含まれる。一例を挙げると文字の描画コマンドとして
DrawText(“ホームコンピューテイング...”,rect,color)
というコマンド形態になる。ここで、“ホームコンピューテイング...”は、描画するテキスト文書の内容、rectは描画するビットマップ上の領域、colorは描画色を表している。ビットマップ等、他の画像種に対してもそれぞれに適したコマンド群が送られる。
【0015】
上記の描画コマンドに対するラスタオペレーションは2系統で処理が行われる。一つは、一般的なラスタオペレーションであり、描画コマンドに従って忠実にラスタ展開装置7で展開処理(RIP(Raster Image Processor)処理)を施し(ステップ101)、生成されたラスターイメージをビットマップメモリ8(A)に格納する(ステップ102)。
【0016】
もう一つは、画像種を識別するためのラスター展開が行われる。即ち、描画コマンドの色データを、コマンド変換装置6で画像種識別コードに変換した後、先のラスターオペレーションと同じラスタ展開装置7で展開処理を施し、生成されたイメージをビットマップメモリ9(B)に格納する。この方法では、第1のラスタ展開と第2のラスタ展開が同期して処理されるため、ビットマップメモリBを参照することにより、画素毎に誤判定のない画像種の識別ができる。
【0017】
以下、図4を参照して、本発明の処理動作を説明する。ここでは説明の都合上、画像種ごとの識別コードを以下のように割り当てて説明する。すなわち、
背景=0
文字=1
線=2
矩形=3
ビットマップ=4
その他=5
まず、何も描画が行われない領域を識別できるようにするために、ラスタオペレーションの開始時にビットマップメモリ8(B)の内容を背景の識別コード0で初期化しておく。
【0018】
その後、描画コマンドごとに識別コードを割り当ててラスター展開を実行する。図4に示すように、まずコマンド変換装置6は描画コマンドが文字に対するものか否かを判定し(ステップ103)、文字ならば描画コマンドの色データを文字の識別コードである1に変更し(ステップ110)、ラスタ展開装置7はラスタ展開を実行し(ステップ108)、画像種コードをビットマップメモリ9(B)に格納する(ステップ109)。
【0019】
文字でないと判定されたとき、次に、線画の描画コマンドであるか否かを判定し(ステップ104)、線画ならば色データを線の識別コードである2に変更し(ステップ111)、ラスタ展開し(ステップ108)、ビットマップメモリ9(B)に格納する(ステップ109)。以下同様にして矩形の描画コマンドを処理し(ステップ105、112)、ビットマップの描画コマンドを処理し(ステップ106、113)、上記した何れのコマンドにも該当しない場合にはデフォルトの識別コード5を割り当てる(ステップ107)。
【0020】
上記した処理によって、ビットマップメモリBの内容がどのように変化するかについて図5を用いながら説明する。図5では、
(1)ビットマップを描画
(2)文字を描画
(3)ビットマップを描画
という、3つの描画コマンドを実行したものである。
【0021】
最初の段階(図5(a))では、ビットマップメモリBには、背景コードを表す0が割り当てられている。次にビットマップの描画が行われると、ビットマップの描画領域がすべて識別コード4に書き換えられる(図5(b))。次に、文字描画のコマンドを受け取った場合には、色データを1に変更してラスタ展開を行うため、文字の部分だけが1の値を持つ色で描画されるため、図5(c)のようになる。次のビットマップ描画コマンドを受け取ると前記したと同様の処理が行われ、図5(d)のようにビットマップメモリBの内容が更新される。
【0022】
以上説明したように、本実施例では描画対象がそれぞれ複雑に重なり合っていても画像種の識別コードをビットマップメモリ上に正確に生成することができる。また、ビットマップメモリBは、必ずしもビットマップメモリAと同じ記憶容量を持つ必要がない。例えば上記の例では、画像種の識別コードは6種類であるので画素あたり3ビットのメモリを用意すればよい。
【0023】
上記した処理を図2の文書データに対して施すと、最終的にビットマップメモリBには図3に示すような画像種の識別コードから構成された画像が生成されることになる。
【0024】
上記した実施例では、6種類の割り当てパターンを用いたが、この例に限らず、文字とそれ以外というパターンでもよいし、他のパターンでもよい。但し、少なくとも文字とビットマップでは明らかに好ましい画像変換処理が異なるため、この2つの画像種については異なった識別コードを割り当てることが望ましい。
【0025】
上記した処理によって画像種の識別コードを保持したビットマップが生成されると、これに従って画像種を判別しながらビットマップメモリAに対する画像変換処理を行ってプリンタへの出力信号を生成する。ビットマップメモリAに格納されているイメージは、通常ディスプレイと同じく各画素24ビット(あるいは8ビット)程度の色深度を持ったRGB信号になっている。プリンタは一般に他の色信号(通常CMYKデータ)で印刷されるため、RGB→CMYK変換などの色変換処理が必要になる。また、インクジェットプリンタなど通常のカラープリンタでは、階調がディスプレイよりも少ないものが多く、その場合には擬似中間調処理が必要になる。本実施例の画像変換処理としては、上記した色変換処理や擬似中間調処理に限定されるものではなく、他の処理を追加してもよい。
【0026】
最適化処理の例として、RGB→CMYK色変換の場合について説明する。一般に、RGB→CMYK色変換の際は、黒文字は黒インクのみで出力し、自然画などの連続階調画像の黒部分は、CMYKの4色で印刷するように色変換する方が画質面から見て望ましい。そこで、色変換処理装置10で色変換を行う場合には、画素単位でビットマップメモリAとBを読み出して、ビットマップのコードを持つ画素に対しては4色への色変換を行い、文字のコードを持つ画素に対しては、黒単色で出力するように色変換する。また、二値化処理装置11における中間調処理についても、文字の場合にはディザ処理、ビットマップ領域には誤差拡散処理を施し、これにより画像種ごとに最適化処理が可能になる。
【0027】
また、本発明によれば描画が行われていない背景部分については背景用の識別コードとして0が割り当てられている。従って、背景領域のみに特別の処理を行うことが可能になる。例えば、背景領域に対してはプリンタ側では通常印字を行わないため、背景コードが設定されている画素に対しては、色変換処理や中間調処理などを行わず、直接C、M、Y、K=0としてデータをプリンタに送信すれば、高速な印字動作が可能になる。
【0028】
さらに、より複雑な例として、複数の描画対象同士で演算処理などが行われる場合がある。例えば、下位のレイヤーにビットマップが描画され、その上に透明度を設定した文字を描画するような場合がある。このような場合には、文字に対して透明度が設定されていることから、画面上では文字と背景のビットマップイメージが淡く混ざって表示されていることになる。このような場合には、文字ともビットマップとも異なる新たな画像種の設定が必要になる。そこで、レイヤー間での演算命令を受けた場合には、演算領域を表す新たな識別コードを設定する。このようなコードを設定することにより、色変換処理などの最適化を簡単に行うことができる。
【0029】
(実施例2)
上記した実施例1は、プリンタ・コントローラ内でラスタ・オペレーションを行う場合の実施例である。ところで、安価なインクジェットプリンタ等ではプリンタ・コントローラ内ではラスターオペレーションは行わずにプリンタドライバーでラスターオペレーションを施し、ビットマップイメージに展開してからプリンタにデータを送信している。図6は、この場合の構成例を示す。
【0030】
実施例1では、ラスターオペレーションなどの処理をコントローラ内の装置で行っていたが、図6に示す実施例2では、コマンド変換、ラスタ展開などの各処理をプリンタ・ドライバーのソフトウェア(コマンド変換モジュールなどの各モジュール)で処理している点が異なるだけで、基本的な処理内容は実施例1と同じである。
【0031】
なお、本発明は上記した実施例に限定されず、上記したプリンタ・ドライバーのソフトウェアをCD−ROMなどの記録媒体に記録させてもよい。本発明のラスターオペレーションを実行させるときは、上記した記録媒体に記録されたプログラムを読み出し、これをOSの一部として組み込むことによって本発明の処理機能が実現される。
【0032】
【発明の効果】
以上、説明したように、本発明によれば、描画命令で記述される文書画像をビットイメージに展開すると共に、画像種の識別コードをビットイメージに展開しているので、PDLインタープリタを改造することなく、少ないメモリでかつ高精度に画像種を識別することができ、従って画像種に応じた最適な画像処理を施すことが可能となる。
【図面の簡単な説明】
【図1】 本発明の実施例1の構成を示す。
【図2】 複数の画像種で構成される文書画像の例を示す。
【図3】 文書画像に対する画像種判定結果の例を示す。
【図4】 本発明のラスターオペレーションの処理フローチャートである。
【図5】 画像種の識別コードがメモリに書き込まれる過程を示す。
【図6】 本発明の実施例2の構成を示す。
【符号の説明】
1 アプリケーション
2 オペレーティングシステム
3 描画モジュール
4 プリンタ・ドライバ
5 プリンタ・コントローラ
6 コマンド変換装置
7 ラスタ展開装置
8、9 ビットマップ・メモリ
10 色変換処理装置
11 二値化処理装置
12 印刷装置
[0001]
BACKGROUND OF THE INVENTION
The present invention relates to color image output processing, and more particularly to a color image output method for performing raster processing in a PDL (Page Description Language) interpreter, and is applied to a controller device such as a color printer or printer driver software installed in a computer. Technology.
[0002]
[Prior art]
In general, when a document created by a computer is output to a printer, the following procedure is used. That is,
(1) Convert document data into a plurality of drawing command groups.
(2) A raster image is created by analyzing a drawing command by software called a printer driver or a printer controller (generally, the above processing is called a raster operation).
(3) A color conversion process or pseudo halftone process is performed on the raster image to generate a printer output signal.
(4) Execute printing.
[0003]
By the way, in order to output a preferable color image, different color processing and halftone processing are required depending on the type of image, such as a natural image, characters, and graphics. Therefore, in order to output color image information including various image types, an architecture capable of performing image processing suitable for each image type is required.
[0004]
As a conventional technique for outputting such color image information,
(A) A method for preparing a bitmap memory for each image type and individually creating a raster image;
(B) There is a method in which after a raster image is generated, the raster image is scanned to determine the attribute for each pixel (see, for example, Japanese Patent Laid-Open No. 9-284548).
[0005]
[Problems to be solved by the invention]
In the method (A) described above, since a memory for storing a raster image is prepared for each image type, there is a problem that a large amount of memory is wasted if the number of image types to be distinguished increases. Also, the PDL interpreter that performs the raster operation must be significantly changed, which makes it difficult to change the raster operation processing method.
[0006]
In the method (B), since the image area separation is performed using the raster image, there is a problem that erroneous determination is likely to occur. Since the above-mentioned gazette also performs image separation processing in units of 3 × 3 pixels, there is a possibility that erroneous determination occurs.
[0007]
SUMMARY OF THE INVENTION An object of the present invention is to provide a color image output method for performing raster processing by identifying image types with high memory efficiency and without modifying an existing PDL interpreter.
[0008]
[Means for Solving the Problems]
In order to achieve the above object, according to the first aspect of the present invention, the document image described by the drawing command is developed into a bit image, and the image type of the document image is determined for each drawing command, and the determination is made. A color image output method for assigning a predetermined code to the image type, developing a code representing the image type into a bit image, and performing an optimum process on the document image according to the image type, When the drawing command is a command for performing an operation between a plurality of image types, a new code is assigned to an area where the operation command is executed, and the bit image is developed .
[0009]
DETAILED DESCRIPTION OF THE INVENTION
Hereinafter, an embodiment of the present invention will be described in detail with reference to the drawings.
(Example 1)
FIG. 2 is an example of a color image including various graphics. This image includes a natural image (bitmap), font (character), line drawing, single color fill pattern (bar graph), and the like in one document. Hereinafter, an embodiment of the present invention will be described with reference to a case where this image is printed.
[0010]
FIG. 1 shows a configuration of a first embodiment of the present invention, which is a system configuration example when a raster operation is performed in a printer controller. Usually, the operating system 2 includes a dedicated module 3 for drawing, and this drawing module 3 manages drawing processing for a display and a printer.
[0011]
For example, when a document image as shown in FIG. 2 edited by the operator on the screen using any application 1 is printed on a printer, the application 1 transmits a command to start a print job to the drawing module 3. Upon receiving a print start message, the drawing module 3 converts the document image data created by the application 1 into a command that can be interpreted by the printer driver 4, and transmits the command to the printer driver 4.
[0012]
The printer driver 4 converts the command received from the operating system 2 into a drawing command that can be interpreted by the printer controller 5 and transmits the command to the printer controller 5 connected locally or over the network. The printer controller 5 converts the data into data that can be transmitted to the printer 12 by a raster operation and image conversion means described later, and starts a printing operation. When printing is completed, the application 1 transmits a print end command to the drawing module 3 so that the operator can edit again.
[0013]
Next, raster operation processing, which is a feature of the present invention, will be described. FIG. 4 is a processing flowchart of the raster operation of the present invention.
[0014]
The drawing command sent from the printer driver 4 is composed of a number of drawing commands corresponding to the image type. Usually, this drawing command includes information such as the type of image to be drawn (for example, bitmap, character, line, pattern, etc.), shape, position information, and color data. For example, as a character drawing command, DrawText ("Home Computing ...", rect, color)
Command form. Here, “Home Computing...” Represents the contents of the text document to be drawn, “rect” represents the area on the bitmap to be drawn, and “color” represents the drawing color. A command group suitable for each of other image types such as a bitmap is sent.
[0015]
The raster operation for the above drawing command is processed in two systems. One is a general raster operation. The raster development apparatus 7 faithfully performs a development process (RIP (Raster Image Processor) process) in accordance with a drawing command (step 101), and the generated raster image is stored in the bitmap memory 8. Store in (A) (step 102).
[0016]
The other is raster development for identifying image types. That is, the color data of the drawing command is converted into an image type identification code by the command conversion device 6 and then developed by the same raster development device 7 as the previous raster operation, and the generated image is stored in the bitmap memory 9 (B ). In this method, since the first raster development and the second raster development are processed in synchronism, by referring to the bitmap memory B, it is possible to identify an image type without erroneous determination for each pixel.
[0017]
The processing operation of the present invention will be described below with reference to FIG. Here, for convenience of explanation, an identification code for each image type is assigned and explained as follows. That is,
Background = 0
Character = 1
Line = 2
Rectangle = 3
Bitmap = 4
Other = 5
First, in order to identify an area where no drawing is performed, the contents of the bitmap memory 8 (B) are initialized with the background identification code 0 at the start of the raster operation.
[0018]
After that, the raster code is executed by assigning an identification code for each drawing command. As shown in FIG. 4, the command conversion device 6 first determines whether or not the drawing command is for a character (step 103). If it is a character, the color data of the drawing command is changed to 1 which is the character identification code ( In step 110), the raster development device 7 executes raster development (step 108), and stores the image type code in the bitmap memory 9 (B) (step 109).
[0019]
If it is determined that the character is not a character, it is next determined whether or not the command is a line drawing command (step 104). If it is a line drawing, the color data is changed to 2 which is a line identification code (step 111). The data is expanded (step 108) and stored in the bitmap memory 9 (B) (step 109). Thereafter, a rectangular drawing command is processed in the same manner (steps 105 and 112), a bitmap drawing command is processed (steps 106 and 113), and if none of the above commands is applicable, a default identification code 5 Is assigned (step 107).
[0020]
How the contents of the bitmap memory B change by the above processing will be described with reference to FIG. In FIG.
Three drawing commands are executed: (1) drawing a bitmap (2) drawing characters (3) drawing a bitmap.
[0021]
In the first stage (FIG. 5A), 0 representing the background code is assigned to the bitmap memory B. Next, when the bitmap drawing is performed, the entire bitmap drawing area is rewritten to the identification code 4 (FIG. 5B). Next, when a character drawing command is received, since raster development is performed by changing the color data to 1, only the character portion is drawn with a color having a value of 1, so that FIG. become that way. When the next bitmap drawing command is received, the same processing as described above is performed, and the contents of the bitmap memory B are updated as shown in FIG.
[0022]
As described above, in this embodiment, the image type identification code can be accurately generated on the bitmap memory even if the drawing objects overlap each other in a complicated manner. Further, the bitmap memory B does not necessarily have the same storage capacity as the bitmap memory A. For example, in the above example, since there are six types of image type identification codes, a memory of 3 bits per pixel may be prepared.
[0023]
When the above-described processing is applied to the document data of FIG. 2, an image composed of the image type identification codes as shown in FIG.
[0024]
In the above-described embodiment, six types of allocation patterns are used. However, the pattern is not limited to this example, and patterns of characters and other patterns may be used, or other patterns may be used. However, since preferable image conversion processing is clearly different at least between characters and bitmaps, it is desirable to assign different identification codes to these two image types.
[0025]
When a bitmap holding an image type identification code is generated by the above-described processing, an image conversion process is performed on the bitmap memory A while discriminating the image type in accordance with this, and an output signal to the printer is generated. The image stored in the bitmap memory A is an RGB signal having a color depth of about 24 bits (or 8 bits) for each pixel as in the normal display. Since a printer is generally printed with other color signals (usually CMYK data), color conversion processing such as RGB → CMYK conversion is required. Further, many ordinary color printers such as an ink jet printer have fewer gradations than a display, and in such a case, pseudo halftone processing is required. The image conversion process of the present embodiment is not limited to the color conversion process and the pseudo halftone process described above, and other processes may be added.
[0026]
As an example of optimization processing, a case of RGB → CMYK color conversion will be described. In general, in RGB → CMYK color conversion, black characters are output using only black ink, and the black portion of a continuous tone image such as a natural image is color-converted so that it is printed with four colors of CMYK. Desirable to see. Therefore, when color conversion is performed by the color conversion processing device 10, the bitmap memories A and B are read out in units of pixels, the pixels having the bitmap codes are converted into four colors, and the characters are converted. For pixels having the above code, color conversion is performed so that a single black color is output. Also, with regard to halftone processing in the binarization processing apparatus 11, dither processing is performed for characters and error diffusion processing is performed for bitmap areas, thereby enabling optimization processing for each image type.
[0027]
Further, according to the present invention, 0 is assigned as the background identification code for the background portion that is not drawn. Therefore, special processing can be performed only on the background area. For example, since normal printing is not performed on the background area on the printer side, color conversion processing and halftone processing are not performed on pixels for which a background code is set, and C, M, Y, If data is transmitted to the printer with K = 0, a high-speed printing operation can be performed.
[0028]
Further, as a more complicated example, there is a case where arithmetic processing or the like is performed between a plurality of drawing objects. For example, there is a case where a bitmap is drawn on a lower layer, and a character with transparency is drawn on the bitmap. In such a case, since transparency is set for the character, the character and the background bitmap image are displayed lightly mixed on the screen. In such a case, it is necessary to set a new image type that is different from characters and bitmaps. Therefore, when a calculation instruction between layers is received, a new identification code representing the calculation area is set. By setting such a code, optimization such as color conversion processing can be easily performed.
[0029]
(Example 2)
The first embodiment described above is an embodiment in the case where a raster operation is performed in the printer controller. By the way, in an inexpensive ink jet printer or the like, the raster operation is not performed in the printer controller, the raster operation is performed by the printer driver, and the data is expanded into a bitmap image and then transmitted to the printer. FIG. 6 shows a configuration example in this case.
[0030]
In the first embodiment, processing such as raster operation is performed by a device in the controller. However, in the second embodiment shown in FIG. 6, each processing such as command conversion and raster development is performed by software of a printer driver (command conversion module or the like). The basic processing contents are the same as those of the first embodiment except that the processing is performed in each module.
[0031]
The present invention is not limited to the above-described embodiments, and the above-described printer driver software may be recorded on a recording medium such as a CD-ROM. When executing the raster operation of the present invention, the processing function of the present invention is realized by reading the program recorded on the recording medium and incorporating it as a part of the OS.
[0032]
【The invention's effect】
As described above, according to the present invention, as well as expand the document image to be described by the rendering instruction bit image, since developed an identification code of the image type in bit image, to modify the PDL interpreter Therefore, it is possible to identify the image type with a small amount of memory and with high accuracy, and therefore it is possible to perform optimum image processing according to the image type.
[Brief description of the drawings]
FIG. 1 shows a configuration of Embodiment 1 of the present invention.
FIG. 2 shows an example of a document image composed of a plurality of image types.
FIG. 3 shows an example of an image type determination result for a document image.
FIG. 4 is a processing flowchart of a raster operation according to the present invention.
FIG. 5 shows a process in which an image type identification code is written in a memory.
FIG. 6 shows a configuration of Embodiment 2 of the present invention.
[Explanation of symbols]
DESCRIPTION OF SYMBOLS 1 Application 2 Operating system 3 Drawing module 4 Printer driver 5 Printer controller 6 Command conversion device 7 Raster development device 8, 9 Bitmap memory 10 Color conversion processing device 11 Binarization processing device 12 Printing device

Claims (1)

描画命令で記述された文書画像をビットイメージに展開すると共に、前記描画命令毎に前記文書画像の画像種を判別し、該判別された画像種に対して所定のコードを割り当て、画像種を表すコードをビットイメージに展開し、前記画像種に応じた最適な処理を前記文書画像に施して出力するカラー画像出力方法であって、前記描画命令が複数の画像種間で演算を行う命令であるとき、該演算命令を実行する領域に対して新たなコードを割り当ててビットイメージに展開することを特徴とするカラー画像出力方法。The document image described by the rendering command is developed into a bit image, the image type of the document image is determined for each rendering command, a predetermined code is assigned to the determined image type, and the image type is represented A color image output method in which a code is expanded into a bit image, and an optimum process according to the image type is performed on the document image for output. The drawing command is a command for performing an operation between a plurality of image types. A color image output method characterized in that a new code is assigned to a region for executing the operation instruction and developed into a bit image.
JP18016798A 1998-06-26 1998-06-26 Color image output method Expired - Fee Related JP3636891B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP18016798A JP3636891B2 (en) 1998-06-26 1998-06-26 Color image output method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP18016798A JP3636891B2 (en) 1998-06-26 1998-06-26 Color image output method

Publications (2)

Publication Number Publication Date
JP2000011191A JP2000011191A (en) 2000-01-14
JP3636891B2 true JP3636891B2 (en) 2005-04-06

Family

ID=16078578

Family Applications (1)

Application Number Title Priority Date Filing Date
JP18016798A Expired - Fee Related JP3636891B2 (en) 1998-06-26 1998-06-26 Color image output method

Country Status (1)

Country Link
JP (1) JP3636891B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE50101480D1 (en) * 2000-04-11 2004-03-18 Oce Printing Systems Gmbh METHOD FOR CREATING AND DISPUTING AT LEAST ONE PRINT PAGE
JP4743596B2 (en) 2005-06-07 2011-08-10 株式会社リコー Image processing apparatus, method, program, and recording medium

Also Published As

Publication number Publication date
JP2000011191A (en) 2000-01-14

Similar Documents

Publication Publication Date Title
US7505174B2 (en) Image processing method, system and apparatus, and storage medium
EP0933723B1 (en) Printing apparatus
US7692813B2 (en) Image processing apparatus and method, and storage medium
US6323958B1 (en) Printing apparatus
US6429950B1 (en) Method and apparatus for applying object characterization pixel tags to image data in a digital imaging device
JP4135195B2 (en) Print processing system, print processing method, and computer-readable recording medium on which print processing control program is recorded
JP3175498B2 (en) Black area identification method for ink jet color printing
JPH05233786A (en) Method and device capable of different data type intelligent post-processing
JPH1166327A (en) Method and device for processing image and recording medium
JP3285930B2 (en) Image processing device
JP3636891B2 (en) Color image output method
JP4109785B2 (en) Image processing apparatus and method, and computer-readable memory
JP4356953B2 (en) Image processing system, image processing apparatus, control method therefor, and storage medium
JP4514168B2 (en) Image processing system and image processing method
US5867637A (en) Document processing with flexible resolution and output style
JP2000013601A (en) Print information processor and device and method for generating intermediate data
JP3690057B2 (en) OUTPUT CONTROL SYSTEM, OUTPUT CONTROL METHOD, RECORDING MEDIUM RECORDING OUTPUT CONTROL PROGRAM, DATA GENERATION DEVICE USED FOR OUTPUT CONTROL SYSTEM, DATA CONVERSION DEVICE USED IN OUTPUT CONTROL SYSTEM, DATA CONVERSION CONTROL METHOD, AND RECORDING MEDIUM RECORDING DATA CONVERSION CONTROL PROGRAM
JPH07105882B2 (en) output method
JP2003051929A (en) Image processing method and apparatus
JP4217332B2 (en) Image processing apparatus and method, and computer-readable memory
JP4306841B2 (en) Image processing apparatus and method, and computer-readable memory
JP2004334533A (en) Image processing device and method
JP3990743B2 (en) Printer control method and printer control apparatus
JP3260803B2 (en) Image processing device
JPH1051652A (en) Information processing unit and method

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20040928

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041125

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: 20050104

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20050106

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20080114

Year of fee payment: 3

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20090114

Year of fee payment: 4

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100114

Year of fee payment: 5

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110114

Year of fee payment: 6

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20120114

Year of fee payment: 7

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20130114

Year of fee payment: 8

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20140114

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees