JP2008028918A - Image drawing apparatus - Google Patents

Image drawing apparatus Download PDF

Info

Publication number
JP2008028918A
JP2008028918A JP2006202066A JP2006202066A JP2008028918A JP 2008028918 A JP2008028918 A JP 2008028918A JP 2006202066 A JP2006202066 A JP 2006202066A JP 2006202066 A JP2006202066 A JP 2006202066A JP 2008028918 A JP2008028918 A JP 2008028918A
Authority
JP
Japan
Prior art keywords
color
image
unit
cmyk
data
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.)
Withdrawn
Application number
JP2006202066A
Other languages
Japanese (ja)
Inventor
Hiroshi Matsuda
弘志 松田
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 JP2006202066A priority Critical patent/JP2008028918A/en
Publication of JP2008028918A publication Critical patent/JP2008028918A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Editing Of Facsimile Originals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a method of reproducing simulation at a small cost at execution. <P>SOLUTION: Processes whose color value is not 0 before color conversion by CMYK simulation are overprinted by colors after the CMYK simulation and processes whose color value is 0 before the color conversion by the CMYK simulation are subjected to OR-printing by the colors after the CMYK simulation. <P>COPYRIGHT: (C)2008,JPO&INPIT

Description

本発明はページ記述言語を解釈してカラービットマップ画像を生成する描画装置に関するものである。   The present invention relates to a drawing apparatus that interprets a page description language and generates a color bitmap image.

ページ記述言語(PDL: Page Description Language)で記述されたデータをネットワーク等の通信媒体を介して受信し、専用のインタプリタにより解釈し画像を形成するRIP処理を行い、電子写真等のプリントエンジンを用いて印字出力するページプリンタが広く知られている。ページ記述言語データは元電子文書からアプリケーションとオペレーティングシステム、ドライバの連携により生成される。   Receives data described in Page Description Language (PDL) via a communication medium such as a network, interprets it with a dedicated interpreter, performs RIP processing to form an image, and uses a print engine such as electrophotography Page printers that print and output are widely known. The page description language data is generated from the original electronic document by cooperation between the application, the operating system, and the driver.

ページ記述言語データのRIP処理においては、ソフトウェア処理によるPDLインタプリットにより中間データを出力し、ハードウェア処理もしくはソフトウェア処理によるレンダリングにより中間データからビットマップイメージを生成する場合が多い。レンダリングでは描画オブジェクトをラスタイメージに変換して指定された順番に上書きしていくのが通常であるが、多くのページ記述言語ではオーバプリントやラスタオペレーション処理等の描画する描画オブジェクト(前景)と既に描画済の背景との間で演算を行った結果により描画を行う機能を有する。図9、図10は通常描画時とオーバプリント時の描画例を示したものである。図9は4102 描画オブジェクトBの矩形を通常描画した後に4101 描画オブジェクトAの矩形を通常描画した際の描画例で、二つの矩形が重なる部分は後から描画したオブジェクトにより上書きされる。これに対して図10は4202 描画オブジェクト Bの矩形を通常描画した後に4201 描画オブジェクトAの矩形をオーバプリント描画した際の描画例で、二つの矩形が重なる部分は背面の描画オブジェクトBと前面の描画オブジェクトAとの両方の色が合成される。図11はオーバプリントによる色の合成方法を図10の描画例に基づいて説明するものである。前面の描画オブジェクトAは色値(C,M,Y,K) = (165, 0, 0, 0)であり、シアン(C)版以外は色値が0となっている。背面の描画オブジェクトBは色値(C,M,Y,K) = (235, 64, 0, 0)である。オーバプリントでは色値0の版(カラーコンポーネント)は背面の色が残り、色値が非0の版(カラーコンポーネント)は前面の色値により上書きされるので、前面にある描画オブジェクトAの色値のうちシアン版のみが上書きされ、二つの描画オブジェクトが重なる部分の色値は(C,M,Y,K) = (165,64,0,0)となる。   In RIP processing of page description language data, intermediate data is often output by PDL interpretation by software processing, and a bitmap image is generated from the intermediate data by rendering by hardware processing or software processing. In rendering, it is normal to convert drawing objects to raster images and overwrite them in the specified order. However, in many page description languages, drawing objects (foreground) for overprinting, raster operation processing, etc. are already It has a function of drawing based on the result of calculation with the drawn background. 9 and 10 show examples of drawing during normal drawing and overprinting. FIG. 9 shows a drawing example when the rectangle of 4101 drawing object B is normally drawn after the rectangle of 4102 drawing object B is normally drawn. The overlapping portion of the two rectangles is overwritten by the object drawn later. On the other hand, FIG. 10 shows a drawing example when the rectangle of 4202 drawing object B is normally drawn and then the rectangle of 4201 drawing object A is overprinted. The overlapping part of the two rectangles is the drawing object B on the back and the drawing object B on the front. Both colors with drawing object A are combined. FIG. 11 illustrates a color composition method by overprinting based on the drawing example of FIG. The drawing object A in the front has a color value (C, M, Y, K) = (165, 0, 0, 0), and the color value is 0 except for the cyan (C) version. The drawing object B on the back has color values (C, M, Y, K) = (235, 64, 0, 0). In overprinting, the color value 0 (color component) retains the back color, and the color value non-zero (color component) is overwritten by the front color value, so the color value of the drawing object A on the front Only the cyan version is overwritten, and the color value of the part where the two drawing objects overlap is (C, M, Y, K) = (165,64,0,0).

従来例としては、例えば特許文献1をあげることが出来る。
特開2004−153331号公報
For example, Patent Literature 1 can be cited as a conventional example.
JP 2004-153331 A

近年のカラープリンタではCMYKで指定された色に対して特定の商業印刷インクの色をシミュレートして出力するCMYKシミュレーション機能を有するものがある。CMYKシミュレーションはCMYKからCMYKへの非線形の色変換を行うものであり、通常の上書きされる描画オブジェクトの場合はラスタライズ前後のどちらの時点でも色変換を行うことが可能である。しかし、オーバプリントされる領域に関してはオーバプリント描画による合成がされた後の色に対して色変換を行う必要がある。図12に示すようにCMYKシミュレーションによる色変換を先に行うと元の色では色値0であったカラーコンポーネントに関しても色がのってしまう場合が多く、正しくオーバプリントが実行されない。仮に元の色では色値0であったカラーコンポーネントが変換後もそのまま色値0だとしても、非線形の色変換であるため、オーバプリント後に色変換した場合と同じ色になる保証はない。一般的にはレンダリングにより生成されたビットマップ画像に対して色変換を行うことになるが、CMYKシミュレーションの対象とならないCMYK以外の色空間上で描画された領域とCMYKシミュレーションの対象となるCMYK色空間上で描画された領域とを識別する必要がある。一画素づつ色空間を判定しながら色変換を行う処理は、非常に負荷のかかる処理であることは明らかである。   Some recent color printers have a CMYK simulation function for simulating and outputting the color of a specific commercial printing ink for the color specified by CMYK. The CMYK simulation performs non-linear color conversion from CMYK to CMYK. In the case of a normal overwritten drawing object, color conversion can be performed at either time before or after rasterization. However, for an overprinted area, it is necessary to perform color conversion on the color after being synthesized by overprint drawing. As shown in FIG. 12, when the color conversion by the CMYK simulation is performed first, a color component having a color value of 0 in the original color often appears, and overprinting is not executed correctly. Even if a color component having a color value of 0 in the original color has a color value of 0 after the conversion, it is a non-linear color conversion, so there is no guarantee that the color will be the same as the color converted after overprinting. Generally, color conversion is performed on a bitmap image generated by rendering, but the area drawn in a color space other than CMYK that is not the target of CMYK simulation and the CMYK color that is the target of CMYK simulation It is necessary to distinguish the area drawn in space. It is clear that the process of performing color conversion while determining the color space for each pixel is a very expensive process.

そこで本発明では、CMYKシミュレーションによる色変換前の色値が非0のカラーコンポーネントに関してはCMYKシミュレーションによる色変換後の当該カラーコンポーネントの色値で上書きし、CMYKシミュレーションによる色変換前の色値が0のカラーコンポーネントに関してはCMYKシミュレーションによる色変換後の当該カラーコンポーネントの色値で背面色とORをとることにより、擬似的にオーバプリントかつCMYKシミュレーションを再現するものである。   Therefore, in the present invention, a color component whose color value before color conversion by CMYK simulation is non-zero is overwritten with the color value of the color component after color conversion by CMYK simulation, and the color value before color conversion by CMYK simulation is 0. As for the color component, the color value of the color component after the color conversion by the CMYK simulation is ORed with the back color to simulate the overprint and the CMYK simulation.

本発明によれば、オーバプリントにより合成後に色変換処理を実行するという多大な実行コストを伴うことなく簡単に、オーバプリントとCMYKシミュレーションのようなカラーマネージメント処理を同時に行うことが可能である。   According to the present invention, it is possible to easily perform color management processing such as overprinting and CMYK simulation simultaneously without enormous execution cost of executing color conversion processing after composition by overprinting.

以下、本発明にかかる一実施形態について、図面を参照して詳細に説明する。   Hereinafter, an embodiment according to the present invention will be described in detail with reference to the drawings.

図1は、本発明の実施例を示す画像形成装置システムの全体の構成を説明するブロック図である。本画像形成装置200は、画像入力デバイスであるスキャナ部2070、画像出力デバイスであるプリンタ部2095、Controller Unit 2000、ユーザインターフェースである操作部2012から構成される。スキャナ部2070、プリンタ部2095、操作部2012は、それぞれController Unit 2000に接続され、Controller Unit 2000は、LAN 2011などのネットワーク伝送手段に接続されている。また、LAN 2011には、画像形成装置200と同様の機器構成をもつ他の画像形成装置220、230が接続されている。画像形成装置220、230は、それぞれスキャナ部2270、2370、プリンタ部2295、2395、操作部2212、2312を持ち、それらがController Unit 2200、2300に接続されている。   FIG. 1 is a block diagram illustrating the overall configuration of an image forming apparatus system according to an embodiment of the present invention. The image forming apparatus 200 includes a scanner unit 2070 that is an image input device, a printer unit 2095 that is an image output device, a controller unit 2000, and an operation unit 2012 that is a user interface. The scanner unit 2070, the printer unit 2095, and the operation unit 2012 are each connected to the Controller Unit 2000, and the Controller Unit 2000 is connected to a network transmission means such as LAN 2011. In addition, other image forming apparatuses 220 and 230 having the same device configuration as the image forming apparatus 200 are connected to the LAN 2011. The image forming apparatuses 220 and 230 have scanner units 2270 and 2370, printer units 2295 and 2395, and operation units 2212 and 2312, which are connected to the Controller Units 2200 and 2300, respectively.

図2は、本発明の実施例を示す画像形成装置のソフトウェアブロック図である。1501はUI即ちユーザインターフェースを司るものであり、オペレータが本画像形成装置の各種操作・設定を行う際、機器との仲介を行うモジュールである。本モジュールは、オペレータの操作に従い、後述の各種モジュールに入力情報を転送し処理の依頼、或いはデータの設定等を行う。1502はAddress-Book即ちデータの送付先、通信先等を管理するデータベースモジュールである。Address-Bookの内容は、UI 1501からの操作によりデータの追加、削除、取得が行われ、オペレータの操作により後述の各モジュールにデータの送付・通信先情報を与えるものとして使用されるものである。1504はUniversal-Send即ち、データの配信を司るモジュールであり、UI 1501によりオペレータに指示されたデータを、同様に指示された通信(出力)先に配布するものである。また、オペレータにより、本機器のスキャナ機能を使用し配布データの生成が指示された場合は、後述のControl-API 1519を介して機器を動作させ、データの生成を行う。1505はUniversal-Send 1504内で出力先にプリンタが指定された際に実行されるモジュールである。1506はUniversal-Send 1504内で通信先にE-mailアドレスが指定された際に実行されるモジュールである。1507はUniversal-Send 1504内で出力先にデータベースが指定された際に実行されるモジュールである。1508はUniversal-Send 1504内で出力先に本機器と同様の画像形成装置が指定された際に実行されるモジュールである。1509はPDLモジュールであり、本画像形成装置の外部から送信されたPDL(Page Description Language)文書を、本画像形成装置のプリント機能を使用してプリントする機能を実現する。また、1512 HTTPモジュールを使用して外部のWebサーバに格納された電子文書を取り出しプリントする機能も提供するものである。1510はCopyモジュールであり、本画像形成装置のプリンタ機能とスキャナ機能を使用し、UIの指示に基づいてCopy動作を実行するものである。1511はボックスモジュール(Box)であり、スキャン画像もしくはPDLプリント画像をHDDに格納し、格納した画像のプリンタ機能による印刷、Universal-Send機能による送信、HDDに格納した文書の削除、グルーピング(個別BOXへの格納)、BOX間移動、BOX間コピーなどの管理機能を提供する。1512は本画像形成装置がHTTPにより通信する際に使用されるモジュールであり、後述のTCP/IP1516モジュールにより前述のPDL 1509モジュールに通信を提供するものである。1513はlprモジュールであり、後述のTCP/IP 1517モジュールにより前述のUniversal-Send1504内のプリンタモジュール1505に通信を提供するものである。1514はSMTPモジュールであり、後述のTCP/IP 1517モジュールにより前述のUniversal-Send1504内のE-mailモジュール1506に通信を提供するものである。1515はSLM即ちSalutation-Managerモジュールであり、後述のTCP/IP 1517モジュールにより前述のUniversal-Send1504内のデータベースモジュール1517、DPモジュール1518に通信を提供するものである。1516はLPDモジュールであり、後述のTCP/IP 1517 モジュールにより、前述のPDL 1509 モジュールに通信を提供するものである。1517はTCP/IP通信モジュールであり、前述の各種モジュールに後述のNetwork-Driverによりネットワーク通信を提供するものである。1518はネットワークドライバであり、ネットワークに物理的に接続される部分を制御するものである。1519はControl-APIであり、Universal-Send 1504、PDL 1509、Copy 1510、Box 1511等の上位モジュールに対し、後述のJob-Manager 1520等の下位モジュールとのインターフェースを提供するものであり、上位、及び下位のモジュール間の依存関係を軽減しそれぞれの流用性を高めるものである。1520はJob-Managerであり、前述の各種モジュールよりControl-API 1519を介して指示される処理を解釈し、後述の各モジュールに指示を与えるものである。また、本モジュールは、本画像形成装置内で実行されるハード的な処理を一元管理するものである。1521はCODEC-Managerであり、Job-Manager1520が指示する処理の中でデータの各種圧縮・伸長を管理・制御するものである。1522はFBE-Encoderであり、Job-Manager 1520、Scan-Manager 1525により実行されるスキャン処理により読み込まれたデータをFBEフォーマットにより圧縮するものである。1523はJPEG-CODECであり、Job-Manager1520、Scan-Manager1525により実行されるスキャン処理、及びPrint-Manager 1526により実行される印刷処理において、読み込まれたデータのJPEG圧縮及び印刷データのJPEG展開処理を行うものである。1524はMMR-CODECであり、Job-Manager 1520、Scan-Manager 1525により実行されるスキャン処理、及びPrint-Manager 1526により実行される印刷処理において、読み込まれたデータのMMR圧縮及び印刷データのMMR伸長処理を行うものである。1525はScan-Managerであり、Job-Manager1520が指示するスキャン処理を管理・制御するものである。1528はScanner I/Fであり、Scan-Manager 1524と本画像形成装置が内部的に接続しているスキャナ部とのI/Fを提供するものである。1526はPrint-Managerであり、Job-Manager1519が指示する印刷処理を管理・制御するものである。1529はEngine-I/Fドライバであり、Print-Manager1526と印刷部とのI/Fを提供するものである。1527はPDL Interpreterであり、Job-Manager 1520の指示により、PDLもしくは電子文書フォーマットを解釈し、PDLもしくは電子文書フォーマットの種別によらない共通の表現形式であるディスプレイリストを生成するものである。1530はRenderであり、PDL Interpreter 1527により生成されたディスプレイリストを、Print-Manager 1520の指示により、イメージプロセッサを用いてラスタイメージメモリに展開するものである。   FIG. 2 is a software block diagram of the image forming apparatus showing the embodiment of the present invention. Reference numeral 1501 denotes a UI, that is, a user interface, and is a module that mediates with the device when the operator performs various operations and settings of the image forming apparatus. This module transfers input information to various modules, which will be described later, and requests processing or sets data in accordance with the operation of the operator. Reference numeral 1502 denotes an address-book, that is, a database module that manages data transmission destinations, communication destinations, and the like. The contents of the Address-Book are used to add, delete, and acquire data by operations from the UI 1501, and to provide data sending / communication destination information to each module described later by operations by the operator. . Reference numeral 1504 denotes a universal-send, that is, a module that manages data distribution, and distributes data instructed to the operator by the UI 1501 to a communication (output) destination similarly designated. When the operator uses the scanner function of this device to instruct distribution data generation, the device is operated via the Control-API 1519 described later to generate data. A module 1505 is executed when a printer is designated as an output destination in the Universal-Send 1504. A module 1506 is executed when an e-mail address is specified as a communication destination in the Universal-Send 1504. A module 1507 is executed when a database is specified as an output destination in the Universal-Send 1504. A module 1508 is executed when an image forming apparatus similar to this apparatus is designated as an output destination in the Universal-Send 1504. A PDL module 1509 realizes a function of printing a PDL (Page Description Language) document transmitted from the outside of the image forming apparatus by using the print function of the image forming apparatus. It also provides a function to retrieve and print electronic documents stored on an external Web server using the 1512 HTTP module. A Copy module 1510 uses the printer function and the scanner function of the image forming apparatus, and executes a Copy operation based on a UI instruction. 1511 is a box module (Box) that stores scanned images or PDL print images on the HDD, prints the stored images using the printer function, transmits them using the Universal-Send function, deletes documents stored on the HDD, and groups (individual boxes) Management functions such as storage in a folder), movement between boxes, and copying between boxes. A module 1512 is used when the image forming apparatus communicates by HTTP, and provides communication to the PDL 1509 module described above by a TCP / IP 1516 module described later. Reference numeral 1513 denotes an lpr module that provides communication to the printer module 1505 in the above-mentioned Universal-Send 1504 by a TCP / IP 1517 module described later. Reference numeral 1514 denotes an SMTP module which provides communication to the E-mail module 1506 in the above-mentioned Universal-Send 1504 by a TCP / IP 1517 module described later. Reference numeral 1515 denotes an SLM, that is, a Salutation-Manager module, which provides communication to the database module 1517 and the DP module 1518 in the aforementioned Universal-Send 1504 by a TCP / IP 1517 module described later. An LPD module 1516 provides communication to the PDL 1509 module described above by a TCP / IP 1517 module described later. Reference numeral 1517 denotes a TCP / IP communication module, which provides network communication to the various modules described above using a network driver described later. A network driver 1518 controls a portion physically connected to the network. 1519 is a Control-API that provides an interface with lower-level modules such as Job-Manager 1520 (described later) for higher-level modules such as Universal-Send 1504, PDL 1509, Copy 1510, and Box 1511. In addition, the dependency between the lower modules and the lower modules is reduced, and each diversion is enhanced. Reference numeral 1520 denotes a Job-Manager that interprets processing instructed from the various modules described above via the Control-API 1519 and gives instructions to each module described later. Further, this module centrally manages hardware processing executed in the image forming apparatus. Reference numeral 1521 denotes a CODEC-Manager that manages and controls various types of data compression / decompression in the process instructed by the Job-Manager 1520. Reference numeral 1522 denotes an FBE-Encoder, which compresses data read by a scan process executed by the Job-Manager 1520 and the Scan-Manager 1525 in the FBE format. 1523 is a JPEG-CODEC, which performs JPEG compression of read data and JPEG expansion processing of print data in scan processing executed by Job-Manager 1520 and Scan-Manager 1525 and print processing executed by Print-Manager 1526. Is what you do. 1524 is an MMR-CODEC. In the scan processing executed by the Job-Manager 1520 and the Scan-Manager 1525 and the print processing executed by the Print-Manager 1526, the MMR compression of the read data and the MMR decompression of the print data are performed. The processing is performed. Reference numeral 1525 denotes a Scan-Manager, which manages and controls scan processing instructed by the Job-Manager 1520. Reference numeral 1528 denotes a scanner I / F, which provides an I / F between the Scan-Manager 1524 and a scanner unit to which the image forming apparatus is internally connected. Reference numeral 1526 denotes a Print-Manager that manages and controls print processing instructed by the Job-Manager 1519. An engine-I / F driver 1529 provides an interface between the print manager 1526 and the printing unit. A PDL interpreter 1527 interprets the PDL or electronic document format according to an instruction from the Job-Manager 1520, and generates a display list that is a common expression format regardless of the type of the PDL or electronic document format. Reference numeral 1530 denotes a Render, which expands the display list generated by the PDL Interpreter 1527 in a raster image memory using an image processor in accordance with an instruction from the Print-Manager 1520.

図3は、画像形成装置の構成を説明するブロック図である。Controller Unit 2000は画像入力デバイスであるスキャナ2070や画像出力デバイスであるプリンタ2095と接続し、一方ではLAN2011や公衆回線(WAN)2051接続することで、画像情報やデバイス情報の入出力を行う為のコントローラである。 CPU2001はシステム全体を制御するコントローラである。RAM2002はCPU2002が動作するためのシステムワークメモリであり、画像データを一時記憶するための画像メモリでもある。ROM2003はブートROMであり、システムのブートプログラムが格納されている。HDD2004はハードディスクドライブで、システムソフトウェア、画像データを格納する。操作部I/F2006は操作部(UI)2012とインターフェース部で、操作部2012に表示する画像データを操作部2012に対して出力する。また、操作部2012から本システム使用者が入力した情報を、CPU2001に伝える役割をする。Network2010はLAN2011に接続し、情報の入出力を行う。Modem2050は公衆回線2051に接続し、情報の入出力を行う。以上のデバイスがシステムバス2007上に配置される。Image Bus I/F2005はシステムバス2007と画像データを高速で転送する画像バス2008を接続し、データ構造を変換するバスブリッジである。画像バス2008は、PCIバスまたはIEEE1394で構成される。画像バス2008上には以下のデバイスが配置される。イメージプロセッサ(RIP)2060はディスプレイリストをラスタイメージに展開する。デバイスI/F部2020は、画像入出力デバイスであるスキャナ2070やプリンタ2095とコントローラ2000を接続し、画像データの同期系/非同期系の変換を行う。スキャナ画像処理部2080は、入力画像データに対し補正、加工、編集を行う。プリンタ画像処理部 2090は、プリント出力画像データに対して、プリンタの補正、解像度変換、ハーフトーニング等を行う。画像回転部2030は画像データの回転を行う。画像圧縮部2040は、多値画像データはJPEG、2値画像画像データはJBIG、MMR、MHの圧縮伸張処理を行う。   FIG. 3 is a block diagram illustrating the configuration of the image forming apparatus. The Controller Unit 2000 connects to the scanner 2070, which is an image input device, and the printer 2095, which is an image output device. On the other hand, the controller unit 2000 is connected to a LAN 2011 or a public line (WAN) 2051 to input and output image information and device information. It is a controller. The CPU 2001 is a controller that controls the entire system. A RAM 2002 is a system work memory for operating the CPU 2002, and is also an image memory for temporarily storing image data. ROM 2003 is a boot ROM, which stores a system boot program. HDD 2004 is a hard disk drive that stores system software and image data. An operation unit I / F 2006 is an operation unit (UI) 2012 and an interface unit, and outputs image data to be displayed on the operation unit 2012 to the operation unit 2012. Also, it plays a role of transmitting information input from the operation unit 2012 by the system user to the CPU 2001. Network2010 connects to LAN2011 and inputs / outputs information. A Modem 2050 is connected to the public line 2051 and inputs / outputs information. The above devices are arranged on the system bus 2007. Image Bus I / F2005 is a bus bridge that connects a system bus 2007 and an image bus 2008 that transfers image data at high speed, and converts the data structure. The image bus 2008 is configured by a PCI bus or IEEE1394. The following devices are arranged on the image bus 2008. An image processor (RIP) 2060 expands the display list into a raster image. A device I / F unit 2020 connects an image input / output device such as a scanner 2070 and a printer 2095 to the controller 2000, and performs synchronous / asynchronous conversion of image data. A scanner image processing unit 2080 corrects, processes, and edits input image data. A printer image processing unit 2090 performs printer correction, resolution conversion, halftoning, and the like on print output image data. The image rotation unit 2030 rotates image data. The image compression unit 2040 performs compression / expansion processing of JPEG for multi-valued image data and JBIG, MMR, and MH for binary image data.

画像形成装置外観を図4に示す。画像入力デバイスであるスキャナ部2070は、原稿となる紙上の画像を照明し、CCDラインセンサ(図示せず)を走査することで、ラスターイメージデータ2071として電気信号に変換する。原稿用紙は原稿フィーダ2072のトレイ2073にセットし、装置使用者が操作部2012から読み取り起動指示することにより、コントローラCPU2001がスキャナ2070に指示を与え(2071)、フィーダ2072は原稿用紙を1枚ずつフィードし原稿画像の読み取り動作を行う。画像出力デバイスであるプリンタ部2095は、ラスターイメージデータ2096を用紙上の画像に変換する部分であり、その方式は感光体ドラムや感光体ベルトを用いた電子写真方式、微少ノズルアレイからインクを吐出して用紙上に直接画像を印字するインクジェット方式等があるが、どの方式でも構わない。プリント動作の起動は、コントローラCPU2001からの指示2096によって開始する。プリンタ部2095には、異なる用紙サイズまたは異なる用紙向きを選択できるように複数の給紙段を持ち、それに対応した用紙カセット2101、2102、2103がある。また、排紙トレイ2111は印字し終わった用紙を受けるものである。   The appearance of the image forming apparatus is shown in FIG. A scanner unit 2070 serving as an image input device illuminates an image on paper as an original and scans a CCD line sensor (not shown), thereby converting the image into raster signal data 2071 into an electrical signal. The manuscript paper is set on the tray 2073 of the manuscript feeder 2072, and when the apparatus user gives an instruction to start reading from the operation unit 2012, the controller CPU2001 gives an instruction to the scanner 2070 (2071), and the feeder 2072 copies the manuscript paper one by one. Feeds and reads the original image. The printer unit 2095, which is an image output device, is a part that converts raster image data 2096 into an image on paper. The method is an electrophotographic method using a photosensitive drum or a photosensitive belt, and ink is ejected from a micro nozzle array. In addition, there is an ink jet method for printing an image directly on a sheet, but any method may be used. The start of the printing operation is started by an instruction 2096 from the controller CPU2001. The printer unit 2095 has a plurality of paper feed stages so that different paper sizes or different paper orientations can be selected, and has paper cassettes 2101, 2102, 2103 corresponding thereto. A paper discharge tray 2111 receives paper that has been printed.

操作部2012の構成を図5に示す。LCD表示部2013は、LCD上にタッチパネルシート2019が貼られており、システムの操作画面およびソフトキーを表示するとともに、表示してあるキーが押されるとその位置情報をコントローラCPU2001に伝える。スタートキー2014は原稿画像の読み取り動作を開始する時などに用いる。スタートキー2014中央部には、緑と赤の2色LED2018があり、その色によってスタートキー2014が使える状態にあるかどうかを示す。ストップキー2015は稼働中の動作を止める働きをする。IDキー2016は、使用者のユーザIDを入力する時に用いる。リセットキー2017は操作部からの設定を初期化する時に用いる。   The configuration of the operation unit 2012 is shown in FIG. The LCD display unit 2013 has a touch panel sheet 2019 pasted on the LCD, displays a system operation screen and soft keys, and transmits the position information to the controller CPU 2001 when the displayed keys are pressed. A start key 2014 is used when starting a document image reading operation. In the center of the start key 2014, there is a green and red two-color LED 2018, which indicates whether or not the start key 2014 can be used. The stop key 2015 works to stop the running operation. The ID key 2016 is used when inputting the user ID of the user. A reset key 2017 is used when initializing settings from the operation unit.

図6は画像形成装置の操作部の構成を説明するブロック図である。画像形成装置において、2001は制御CPUで、2003のプログラム用ROMと2004HDDに記憶された制御プログラム等に基づいてシステムバス2007に接続される各種デバイスとのアクセスを総括的に制御し、画像入力部インタフェース2071を介して接続されるスキャナ2070から入力情報を読み込み、印刷部インタフェース2096を介して接続される印刷部2095に出力情報としての画像信号を出力する。2002は2001のCPUの主メモリ、ワークエリア等として機能するRAMである。2019のタッチパネル、2014〜2017のハードキーから、ユーザ入力を受け取り操作入力部I/F20061を介して、操作内容を取得する。取得した操作内容と前述の制御プログラムにもとづいて、CPU2001において表示画面データが生成され、画面出力デバイスを制御する出力デバイスコントローラ20062を介して、LCDやCRTなどの画面出力デバイス2013に表示画面を出力する。   FIG. 6 is a block diagram illustrating the configuration of the operation unit of the image forming apparatus. In the image forming apparatus, reference numeral 2001 denotes a control CPU, which comprehensively controls access to various devices connected to the system bus 2007 based on a control program stored in the 2003 program ROM and the 2004 HDD. Input information is read from the scanner 2070 connected via the interface 2071, and an image signal as output information is output to the printing unit 2095 connected via the printing unit interface 2096. 2002 is a RAM that functions as the main memory, work area, etc. of the CPU of 2001. User input is received from the touch panel in 2019 and hard keys in 2014 to 2017, and the operation content is acquired via the operation input unit I / F 20061. Based on the acquired operation content and the above-mentioned control program, display screen data is generated in the CPU 2001, and the display screen is output to the screen output device 2013 such as LCD or CRT via the output device controller 20062 that controls the screen output device. To do.

次に、図7を用いてページ記述言語を解釈し画像形成を行うRIP処理の流れに関して説明する。ページ記述言語インタプリタ3001は図2のPDL Interpreter1527の一つで、ページ記述言語で記述されたデータを解釈し中間言語データであるディスプレイリスト3015を生成する。言語処理部3004はページ記述言語により記述されたデータを解釈し、描画オペレータに応じて文字処理部3005、グラフィックス処理部3006、イメージ処理部3007の各描画処理部へ描画要求を出すものである。また、言語処理部ではオーバプリント開始コマンドとオーバプリント終了コマンドを認識し、オーバプリントが必要な描画オブジェクトであるかどうかの情報を文字処理部3005、グラフィック処理部3006へ伝える。文字処理部3005は指定されたフォントから文字ビットマップを生成するものであり、グラフィックス処理部3006はベクタグラフィックス描画を制御するものであり、イメージ処理部3007はイメージデータを共通の内部データ形式に変換する処理等を行うものである。CMSエンジン3008はカラーマネージメントを行うモジュールであり、入力色を絶対色空間に変換後、プリンタエンジン固有の出力色(CMYK)を生成するものである。ページ記述言語ではDevice色空間、CIEBased色空間、特殊色空間など多様な色空間が規定されており、Device色空間で指定された入力色に関しては、RGBソースプロファイル、CMYKシミュレーションプロファイルなどの予め用意されたICCプロファイル群のうち指定されたものを用いて色変換を行う。CIEBased色空間で指定された入力色に関してはその色空間で指定された変換テーブル、変換関数、変換マトリックスに従い色変換を行う。絶対色空間からプリンタエンジン固有の色空間への変換は出力プロファイルもしくは、ページ記述言語で規定されたColor Rendering Dictionaryを用いて行う。色判定部3009はCMSエンジンの出力値であるCMYK色を調べ、現在処理中のページがカラーページかモノクロページか判定するものである。ディスプレイリストジェネレータ3010は中間言語データであるディスプレイリスト3015を生成するものである。ディスプレイリストジェネレータ3010では描画オブジェクト毎にオーバプリント処理が必要かどうかとCMSエンジンによる色変換前と色変換後の色値が上位モジュールより伝達され、描画オブジェクト毎に上書き描画もしくはオーバプリント用の適切なラスタオペレーションモードが設定される。オーバプリント処理が必要な描画オブジェクトでは、色変換前の色値が非0のカラーコンポーネントをマスクする描画を行うようにラスタオペレーションモードを設定し、次に色変換後の色値で背面色に対してOR描画を行うようにラスタオペレーションモードが設定される。また、ディスプレイリスト内には、各オブジェクトの属性フラグが含まれており、オブジェクトがグラフィックス、イメージ、文字の何れであるかが識別される。各属性は文字処理部3005、グラフィックス処理部3006、イメージ処理部3007から通知されたものがそのまま使用される。属性フラグはレンダを経て後段の画像処理に使用される。また、ディスプレイリスト内には、各オブジェクトのラスタオペレーション情報が含まれており、ラスタオペレーション処理が必要なオブジェクトか否かが識別される。レンダ3002はディスプレイリストを解釈し、それぞれがビット深度8×4面のCMYKビットマップ3016を生成するものであり、図3のRIP2060を使用して大半の処理が行われる。レンダはディスプレイリストに含まれる描画オブジェクトをラスタライズしてビット深度8×4面のCMYKビットマップを構成するページメモリ上に順番に展開する。レンダでは図14に列挙するラスタオペレーションモードを備えており、描画オブジェクト毎に指定されたラスタオペレーションモードに従い、既に描画済の描画オブジェクト(すなわち背景であり図14ではdest)と次に描画する描画オブジェクト(すなわち前景であり、図14ではsrc)との間でラスタオペレーション処理を実行し、描画結果(図14ではresult)をページメモリ上に展開する。また、レンダはディスプレイリスト3015に含まれる属性フラグを元に各デバイスピクセル単位に属性を示す、オブジェクト属性マップ3017を5枚目の版として生成する。ここでオブジェクト属性マップはピクセル毎にビット深度2(グラフィックス01、イメージ10、文字11)の属性情報を持つ。画像処理プロセッサ3003は図2のPrint Manager1526により制御され、レンダ3002により生成されたCMYKビットマップ3016に対して、濃度・カラーバランス調整3011、出力ガンマ補正3012、ハーフトーニング3013などの画像処理を行うものである。ハーフトーニング3013はオブジェクト属性マップ3017を参照してオブジェクト属性毎に異なるハーフトーニングを適用するものであり、グラフィックス属性の画像領域に対しては解像度優先の高線数スクリーンを、イメージ属性の画像領域に対しては諧調優先の低解像度スクリーンを、文字属性の画像領域に対しては誤差拡散を適用する。色判定部3009でモノクロページと判定された場合には、レンダ3002で作成されたCMYKビットマップ3016のうちK版のビットマップのみが画像処理プロセッサ3003に送られ、最終出力で使用されるKビットマップ3019が生成される。また、色判定部3009でカラーページと判定された場合には、レンダ3002で生成されたCMYKビットマップ3016がそのまま画像処理プロセッサ3002に送られ、最終出力で使用されるCMYKビットマップ3018が生成される。こうして、画像処理プロセッサ3003により生成されたCMYKビットマップ3014もしくはKビットマップ3015が図2のEngine I/F1529を介してプリンタエンジンに転送され、所望のメディアに印字出力されるものである。   Next, the flow of RIP processing for interpreting the page description language and forming an image will be described with reference to FIG. The page description language interpreter 3001 is one of the PDL Interpreters 1527 in FIG. 2, and interprets data described in the page description language to generate a display list 3015 that is intermediate language data. The language processing unit 3004 interprets data described in the page description language and issues a drawing request to each drawing processing unit of the character processing unit 3005, the graphics processing unit 3006, and the image processing unit 3007 in accordance with the drawing operator. . Further, the language processing unit recognizes the overprint start command and the overprint end command, and informs the character processing unit 3005 and the graphic processing unit 3006 of whether or not the drawing object requires overprinting. The character processing unit 3005 generates a character bitmap from a specified font, the graphics processing unit 3006 controls vector graphics drawing, and the image processing unit 3007 uses image data as a common internal data format. The process etc. which convert to are performed. The CMS engine 3008 is a module that performs color management, and generates an output color (CMYK) specific to the printer engine after converting the input color to an absolute color space. The page description language defines various color spaces such as Device color space, CIEBased color space, and special color space. Input colors specified in the Device color space are prepared in advance, such as RGB source profiles and CMYK simulation profiles. Color conversion is performed using the specified ICC profile group. For input colors specified in the CIEBased color space, color conversion is performed according to the conversion table, conversion function, and conversion matrix specified in the color space. Conversion from the absolute color space to the color space specific to the printer engine is performed using an output profile or a Color Rendering Dictionary defined in a page description language. A color determination unit 3009 checks the CMYK color, which is an output value of the CMS engine, and determines whether the currently processed page is a color page or a monochrome page. The display list generator 3010 generates a display list 3015 that is intermediate language data. In the display list generator 3010, whether or not overprint processing is required for each drawing object and the color values before and after color conversion by the CMS engine are transmitted from the upper module, and appropriate for overwriting or overprinting for each drawing object. The raster operation mode is set. For drawing objects that require overprint processing, set the raster operation mode to perform drawing that masks color components that have non-zero color values before color conversion, and then use the color values after color conversion for the back color. The raster operation mode is set to perform OR drawing. The display list includes an attribute flag for each object, and identifies whether the object is a graphic, an image, or a character. The attributes notified from the character processing unit 3005, the graphics processing unit 3006, and the image processing unit 3007 are used as they are. The attribute flag is used for subsequent image processing after rendering. The display list includes raster operation information for each object, and it is identified whether or not the object requires raster operation processing. The renderer 3002 interprets the display list and generates CMYK bitmaps 3016 each having a bit depth of 8 × 4. Most of the processing is performed using the RIP 2060 in FIG. The renderer rasterizes the drawing objects included in the display list and sequentially develops them on the page memory constituting the CMYK bitmap having a bit depth of 8 × 4. The renderer has the raster operation modes listed in FIG. 14, and in accordance with the raster operation mode specified for each drawing object, the drawing object that has already been drawn (that is, the background, dest in FIG. 14) and the drawing object to be drawn next. Raster operation processing is executed with (ie, foreground, src in FIG. 14), and the rendering result (result in FIG. 14) is developed on the page memory. In addition, the renderer generates an object attribute map 3017 indicating the attribute for each device pixel unit as the fifth version based on the attribute flag included in the display list 3015. Here, the object attribute map has attribute information of bit depth 2 (graphics 01, image 10, character 11) for each pixel. The image processor 3003 is controlled by the Print Manager 1526 shown in FIG. 2, and performs image processing such as density / color balance adjustment 3011, output gamma correction 3012, and halftoning 3013 on the CMYK bitmap 3016 generated by the render 3002. It is. Halftoning 3013 refers to object attribute map 3017 and applies different halftoning for each object attribute. For graphics attributed image areas, a resolution-prioritized high-frequency screen is used, and image attributed image areas. Is applied to a low resolution screen giving priority to gradation, and error diffusion is applied to an image area having character attributes. If the color determination unit 3009 determines that the page is a monochrome page, only the K version bitmap of the CMYK bitmap 3016 created by the render 3002 is sent to the image processor 3003 and used in the final output. A map 3019 is generated. If the color determination unit 3009 determines that the page is a color page, the CMYK bitmap 3016 generated by the render 3002 is sent to the image processor 3002 as it is, and a CMYK bitmap 3018 used for final output is generated. The In this way, the CMYK bitmap 3014 or the K bitmap 3015 generated by the image processor 3003 is transferred to the printer engine via the Engine I / F 1529 in FIG. 2 and printed out on a desired medium.

図8はディスプレイリストジェネレータによるオーバプリント描画手順を示すフローチャートである。図8のフローチャートは描画オブジェクト毎に実行されるもので、S3101からスタートし、S3102で当該描画オブジェクトがオーバプリント指定されていないかどうかを判定する。YesであればS3110へ進み、NoであればS3103へ進み、色空間がDeviceCMYK色空間以外かどうかを判定する。YesであればS3110へ進み、NoであればS3104へ進む。S3104では、色変換前の色値が非0のカラーコンポーネントを消去するマスクパターンを生成し、これを描画オブジェクトの色値として設定する。例えば、色変換前の色値が(C, M, Y, K)=(165, 0, 0, 0)であれば、色値が非0のカラーコンポーネントはシアンのみであるので、シアン版のみを消去し他のカラーコンポーネントを残すマスクパターンとして0x00ffffffを生成する。次にS3105へ進み、ラスタオペレーションモードをMASKに設定する。次にS3106へ進み、描画オブジェクトを描画、すなわちディスプレイリストへの書き出しを行う。このとき、S3104で設定した色値とS3105で設定したラスタオペレーションとモードが当該描画オブジェクトの描画属性としてディスプレイリストに出力される。以下、特に断りが無い限り、描画前に設定された色値とラスタオペレーションモードが描画属性として設定されるものとする。次にS3107へ進み、色変換後の色値を当該描画オブジェクトの色値として設定し、S3108へ進む。S3108ではラスタオペレーションモードをMERGEに設定し、S3109へ進む。S3109では再度、当該描画オブジェクトのディスプレイリストへの書き出しを行う。一方、S3102もしくはS3103でYesの場合、すなわちオーバプリントではなく通常描画の場合は、S3110で色変換後の色値を当該描画オブジェクトの色値として設定し、S3111でラスタオペレーションモードをCOPYに設定し、S3112でディスプレイリストへの書き出しを行う。   FIG. 8 is a flowchart showing an overprint drawing procedure by the display list generator. The flowchart in FIG. 8 is executed for each drawing object, and starts from S3101. In S3102, it is determined whether or not the drawing object is overprinted. If Yes, the process proceeds to S3110, and if No, the process proceeds to S3103 to determine whether the color space is other than the DeviceCMYK color space. If Yes, the process proceeds to S3110, and if No, the process proceeds to S3104. In S3104, a mask pattern for erasing a color component whose color value before color conversion is non-zero is generated and set as a color value of the drawing object. For example, if the color value before color conversion is (C, M, Y, K) = (165, 0, 0, 0), the only color component with a non-zero color value is cyan, so only the cyan version Is generated and 0x00ffffff is generated as a mask pattern that leaves other color components. Next, in S3105, the raster operation mode is set to MASK. In step S3106, the drawing object is drawn, that is, written to the display list. At this time, the color value set in S3104 and the raster operation and mode set in S3105 are output to the display list as the drawing attributes of the drawing object. Hereinafter, unless otherwise specified, it is assumed that the color value and raster operation mode set before drawing are set as drawing attributes. Next, the process proceeds to S3107, the color value after color conversion is set as the color value of the drawing object, and the process proceeds to S3108. In S3108, the raster operation mode is set to MERGE, and the process proceeds to S3109. In step S3109, the drawing object is written to the display list again. On the other hand, if Yes in S3102 or S3103, that is, normal drawing instead of overprinting, the color value after color conversion is set as the color value of the drawing object in S3110, and the raster operation mode is set to COPY in S3111 In step S3112, writing to the display list is performed.

図13は本発明におけるオーバプリント処理を図2の重なる領域を例に説明するものである。CMYKシミュレーションによる色変換前の色値が非0のカラーコンポーネントはシアンのみであり、色変換後の色値(C=169)がそのまま上書きされる。マゼンタ、イエロー、ブラック版はCMYKシミュレーションによる色変換前の色値が0であるため、色変換後の色値(M=4, Y=6, K=1)により背面の色値(M=67, Y=5, K=29)に対してOR書きされた色値(M=67, Y=6, K=2)となる。   FIG. 13 illustrates the overprint process according to the present invention, taking the overlapping area in FIG. 2 as an example. The color component having a non-zero color value before color conversion by CMYK simulation is only cyan, and the color value after color conversion (C = 169) is overwritten as it is. The magenta, yellow, and black versions have a color value before color conversion by CMYK simulation of 0, so the color value on the back side (M = 67, M = 4, Y = 6, K = 1) , Y = 5, K = 29), the color value is ORed (M = 67, Y = 6, K = 2).

なお、本発明は、プリンタを含む複数の機器(例えばホストコンピュータ、インターフェース機器、スキャナ、プリンタなど)から構成されるシステムに適用しても、プリンタ単体装置に適用してもよい。   The present invention may be applied to a system including a plurality of devices including a printer (for example, a host computer, an interface device, a scanner, a printer, etc.), or may be applied to a single printer device.

また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体(または記録媒体)を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているオペレーティングシステム(OS)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Another object of the present invention is to supply a storage medium (or recording medium) in which a program code of software that realizes the functions of the above-described embodiments is recorded to a system or apparatus, and the computer (or CPU or CPU) of the system or apparatus. The program code itself stored in the storage medium realizes the function of the above-described embodiment, and the storage medium storing the program code constitutes the present invention. Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an operating system (OS) running on the computer based on the instruction of the program code It goes without saying that a case where the function of the above-described embodiment is realized by performing part or all of the actual processing and the processing is included.

さらに、記憶媒体から読み出されたプログラムコードが、コンピュータに挿入された機能拡張カードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれた後、そのプログラムコードの指示に基づき、その機能拡張カードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。   Further, after the program code read from the storage medium is written in a memory provided in a function expansion card inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that the CPU or the like provided in the card or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

画像形成システムの全体構成を示す図Diagram showing the overall configuration of the image forming system 画像形成装置のソフトウェアブロック図Software block diagram of image forming apparatus 画像形成装置のコントローラユニット内構成を示す図The figure which shows the structure in the controller unit of an image forming apparatus 画像形成装置の入出力デバイス外観図External view of input / output device of image forming apparatus 画像形成装置の操作部外観図External view of the operation unit of the image forming apparatus 画像形成装置の操作部ユニット内構成を示す図The figure which shows the structure in the operation part unit of an image forming apparatus. 本発明の一実施形態のデータフロー概略図Data flow schematic of one embodiment of the present invention 版発明の一実施形態のフローチャートFlowchart of an embodiment of plate invention 上書きによる矩形描画の従来例を示す図The figure which shows the conventional example of the rectangle drawing by overwriting オーバプリントによる矩形描画の従来例を示す図The figure which shows the conventional example of the rectangle drawing by the overprint オーバプリントによる色計算の従来例を示す図Diagram showing a conventional example of color calculation by overprint オーバプリントによる色計算の問題例を示す図Diagram showing an example of color calculation by overprint 本発明によるオーバプリントの色計算例を示す図The figure which shows the color calculation example of the overprint by this invention 本発明のレンダが備えるラスタオペレーションモードを示す図The figure which shows the raster operation mode with which the render of this invention is provided.

Claims (3)

ページ記述言語を解釈しビットマップ画像を生成する描画装置において、前記ページ記述言語によりオーバプリントが指定された領域を検知する検知手段と、前記ページ記述言語による色指定を特定の色空間にシミュレートするシミュレート手段と、前記色指定の各カラーコンポーネントの色値が0ではないカラーコンポーネントにおいて前記シミュレート手段により生成された色値の当該カラーコンポーネントの値により背景色に対して上書きすることによりオーバプリント描画を行うことを特徴とする描画装置。   In a drawing apparatus that interprets a page description language and generates a bitmap image, a detection unit that detects an area in which overprinting is specified by the page description language, and a color specification by the page description language is simulated in a specific color space And overwriting the background color with the value of the color component generated by the simulating means in a color component in which the color value of each color component of the color designation is not 0. A drawing apparatus characterized by performing print drawing. 前記色指定の各カラーコンポーネントの色値が0であるカラーコンポーネントにおいて前記シミュレート手段により生成された色値の当該カラーコンポーネントの値により背景色に対して論理和をとることを特徴とする請求項1に記載の描画装置。   2. A color component in which a color value of each color component of the color designation is 0 is logically summed with a background color by a value of the color component generated by the simulating means. The drawing apparatus according to 1. 前記色指定がCMYKの4カラーコンポーネントによるものであることを特徴とする請求項1に記載の描画装置。   The drawing apparatus according to claim 1, wherein the color designation is based on four color components of CMYK.
JP2006202066A 2006-07-25 2006-07-25 Image drawing apparatus Withdrawn JP2008028918A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2006202066A JP2008028918A (en) 2006-07-25 2006-07-25 Image drawing apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2006202066A JP2008028918A (en) 2006-07-25 2006-07-25 Image drawing apparatus

Publications (1)

Publication Number Publication Date
JP2008028918A true JP2008028918A (en) 2008-02-07

Family

ID=39119075

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2006202066A Withdrawn JP2008028918A (en) 2006-07-25 2006-07-25 Image drawing apparatus

Country Status (1)

Country Link
JP (1) JP2008028918A (en)

Similar Documents

Publication Publication Date Title
JP4390287B2 (en) Printing system, printing apparatus and control method thereof
US8233164B2 (en) Rendering apparatus, rendering method, and computer-readable storage medium
JP4689431B2 (en) Information processing apparatus, image processing method, and computer program
US8014013B2 (en) Systems and methods for segmenting pages and changing settings for graphical elements in printing
JP4618324B2 (en) Image processing apparatus and program
JP4817934B2 (en) Image processing apparatus and method
JP2007166303A (en) Image processing apparatus, image processing method, program, and storage medium
JP2008028917A (en) Image drawing apparatus
JP2008269325A (en) Printer and print system
JP2008118447A (en) Image forming apparatus, image forming method, and its program
JP2011097538A (en) Image processing apparatus, program, recording medium
JP2006155308A (en) Image forming apparatus
JP4323742B2 (en) Image processing apparatus, image processing apparatus control method, and program
JP4424718B2 (en) Image output apparatus, control method therefor, computer program, and image output system
JP4608867B2 (en) Image processing device
JP2007043656A (en) Density determination method, image forming apparatus, and image processing system
JP2007073005A (en) Page description language data interpretation device
JP5389096B2 (en) Apparatus and control method thereof
JP4514168B2 (en) Image processing system and image processing method
JP2008028918A (en) Image drawing apparatus
JP4757329B2 (en) Image output device
JP2007142986A (en) Image processor and image processing method
JP2007158808A (en) Image processing device, control method of the same, program, and storage medium
JP2007166510A (en) Image processing apparatus, control method of image processing apparatus, program, and storage medium
JP4267063B1 (en) Image processing apparatus, image processing method, program, and storage medium

Legal Events

Date Code Title Description
A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20091006