JP4630082B2 - Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program - Google Patents

Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program Download PDF

Info

Publication number
JP4630082B2
JP4630082B2 JP2005035194A JP2005035194A JP4630082B2 JP 4630082 B2 JP4630082 B2 JP 4630082B2 JP 2005035194 A JP2005035194 A JP 2005035194A JP 2005035194 A JP2005035194 A JP 2005035194A JP 4630082 B2 JP4630082 B2 JP 4630082B2
Authority
JP
Japan
Prior art keywords
drawing information
level
information
image
processing
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
JP2005035194A
Other languages
Japanese (ja)
Other versions
JP2006218772A (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 JP2005035194A priority Critical patent/JP4630082B2/en
Publication of JP2006218772A publication Critical patent/JP2006218772A/en
Application granted granted Critical
Publication of JP4630082B2 publication Critical patent/JP4630082B2/en
Expired - Fee Related legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Description

本発明は、PDLから描画命令を生成する画像処理装置、画像形成装置、描画命令生成方法、描画命令生成プログラム、描画命令生成プログラムを記録した記録媒体に関する。   The present invention relates to an image processing apparatus that generates a drawing command from a PDL, an image forming apparatus, a drawing command generation method, a drawing command generation program, and a recording medium that records the drawing command generation program.

プリンタなどの画像形成装置は、PDL(Page Description Language)を解釈することで、高レベル描画情報から低レベル描画情報へと変換していき、最終的にビットマップのイメージを生成し、画像を形成する。   An image forming device such as a printer interprets PDL (Page Description Language) to convert from high-level drawing information to low-level drawing information, and finally generates a bitmap image and forms the image. To do.

ここで、高レベル描画情報ならびに低レベル描画情報について説明する。高レベル描画情報とは、描画命令に必要なパラメータなど、ホストからの命令に近く、最終的なビットマップイメージまでには多くの変換が必要な描画情報である。低レベル描画情報とは、最終的なビットマップイメージに展開し易い描画情報をいう。これら高レベル描画情報、低レベル描画情報の具体例は後述する。   Here, the high level drawing information and the low level drawing information will be described. The high-level drawing information is drawing information that is close to the command from the host, such as parameters necessary for the drawing command, and requires a lot of conversion until the final bitmap image. Low-level drawing information refers to drawing information that can be easily developed into a final bitmap image. Specific examples of these high-level drawing information and low-level drawing information will be described later.

最初にPDL処理部の例を図1に示す。図1に示されるPDL処理部11は、PDLデータを解釈し、記述に従って描画処理することにより生成されるページ画像のビットマップイメージをフレームメモリなどに書き込むものである。   First, an example of the PDL processing unit is shown in FIG. A PDL processing unit 11 shown in FIG. 1 interprets PDL data and writes a bitmap image of a page image generated by drawing processing according to the description to a frame memory or the like.

このPDL処理部11は、PDL解釈部14と、描画処理部15と、DL(Display List)生成部20と、DL描画部21とを含む。   The PDL processing unit 11 includes a PDL interpretation unit 14, a drawing processing unit 15, a DL (Display List) generation unit 20, and a DL drawing unit 21.

PDL解釈部14はPostScriptやPCLといったPDLで記述されたコードを解釈、解析し、グラフィック、テキスト、イメージ、カラーの描画構成要素についての高レベル描画情報を抽出する。この高レベル描画情報とは、ラスタライズされていない描画情報をいう。また低レベル描画情報とは、ラスタライズされた描画情報をいう。   The PDL interpretation unit 14 interprets and analyzes codes written in PDL such as PostScript and PCL, and extracts high-level drawing information about graphics, text, image, and color drawing components. This high-level drawing information refers to drawing information that has not been rasterized. Low level drawing information refers to rasterized drawing information.

描画処理部15はPDL解釈部14により抽出された高レベル描画情報をもとに描画処理を行い、低レベル描画情報に変換する。なお、一般にこの変換処理は複雑で、この処理に要する時間はPDL処理部11が要する全処理時間の中で大きな割合を占める。   The drawing processing unit 15 performs drawing processing based on the high-level drawing information extracted by the PDL interpretation unit 14 and converts it into low-level drawing information. In general, this conversion processing is complicated, and the time required for this processing occupies a large proportion of the total processing time required by the PDL processing unit 11.

この描画処理部15は、さらにグラフィック処理部16と、テキスト処理部17と、イメージ処理部18と、カラー処理部19を含む。これらの処理部は、それぞれの処理部が対応する描画構成要素について高レベル描画情報から低レベル描画情報へ変換処理を行う。これらの処理部の具体的な処理内容については後述する。   The drawing processing unit 15 further includes a graphic processing unit 16, a text processing unit 17, an image processing unit 18, and a color processing unit 19. These processing units perform conversion processing from high-level drawing information to low-level drawing information for the drawing components corresponding to the respective processing units. Specific processing contents of these processing units will be described later.

DL生成部20は描画処理部15が変換した低レベル描画情報を、DLと呼ばれる中間保存データ形式の描画データに変換し、1または複数ページ分のDLをRAM内に蓄積する。   The DL generation unit 20 converts the low-level drawing information converted by the drawing processing unit 15 into drawing data in an intermediate storage data format called DL, and accumulates one or more pages of DL in the RAM.

なお、DLは、フレームメモリに書き込まれる最終的なビットマップイメージに展開し易い(低レベル)情報であるため、そのデータ量は高レベルな情報と比べればずっと大きく、1または複数ページ分のDLデータを蓄積するメモリ量がメガバイト単位で必要となることも少なくない。   Since DL is information (low level) that is easy to develop into a final bitmap image written in the frame memory, its data amount is much larger than that of high level information, and DL for one or a plurality of pages. The amount of memory for storing data is often required in megabytes.

DL描画部21は上記RAM内に蓄積されたDLを読み出し、パターン処理、階調変換、マスク(CLIP)、ROP(Raser OPeration)等の処理を行って最終的なビットマップイメージを生成し、フレームメモリに書き込む。   The DL drawing unit 21 reads the DL stored in the RAM, performs pattern processing, gradation conversion, mask (CLIP), ROP (Raser OPeration), and the like to generate a final bitmap image, and Write to memory.

なお、階調変換とはディザや誤差拡散の手法で高階調のピクセル値を低階調のピクセル値に変換する処理をいう。ROPとは、Source、Destination、パターンのピクセル値を重ね合わせる際の論理演算処理をいう。   Note that tone conversion refers to processing for converting high-gradation pixel values into low-gradation pixel values by dithering or error diffusion techniques. ROP refers to logical operation processing when the pixel values of the source, destination, and pattern are superimposed.

また、装置によっては、メモリ量の削減のため、DL描画部21が1ページ分のフレームメモリを主走査方向に平行な短冊状に分割したバンドと呼ばれる領域を対象に前述の処理を行うものもある。   Also, depending on the apparatus, in order to reduce the memory amount, the DL rendering unit 21 performs the above-described processing for a region called a band obtained by dividing the frame memory for one page into strips parallel to the main scanning direction. is there.

ここで、上記描画処理部15の各処理部が実行する処理内容と、高レベル描画情報と低レベル描画情報の具体例について、図2から図5を用いて説明する。まずグラフィック処理部16の処理内容を図2に示す。図2に示されるように、グラフィック処理部16は、パス生成、座標変換、曲線の直線分割(直線近似)、直線の輪郭パス生成、走査線変換、矩形・台形抽出などの処理を行う。   Here, processing contents executed by each processing unit of the drawing processing unit 15 and specific examples of the high-level drawing information and the low-level drawing information will be described with reference to FIGS. First, the processing contents of the graphic processing unit 16 are shown in FIG. As shown in FIG. 2, the graphic processing unit 16 performs processing such as path generation, coordinate conversion, straight line segmentation (straight line approximation), straight line contour path generation, scanning line conversion, and rectangle / trapezoid extraction.

次に、テキスト処理部17の処理内容を図3に示す。図3に示されるように、テキスト処理部17は、アウトラインフォントデータから文字輪郭データ(直線端点、曲線制御点の座標の並び)の取得、グラフィック処理による塗潰しなどの処理を行う。   Next, the processing contents of the text processing unit 17 are shown in FIG. As shown in FIG. 3, the text processing unit 17 performs processing such as acquisition of character outline data (a sequence of coordinates of straight line end points and curve control points) from outline font data, and painting by graphic processing.

イメージ処理部18の処理内容を図4に示す。図4に示されるように、イメージ処理部18は、データの解凍、回転、変倍、カラー処理部19による色変換、階調変換(ディザ、誤差拡散)などの処理を行う。   The processing content of the image processing unit 18 is shown in FIG. As shown in FIG. 4, the image processing unit 18 performs processing such as data decompression, rotation, scaling, color conversion by the color processing unit 19, gradation conversion (dither, error diffusion), and the like.

カラー処理部19の処理内容を図5に示す。図5に示されるように、カラー処理部19は、カラーマッチング、補色変換(RGBからCMYへの変換)、墨補正(BG)・下色除去(UCR)・グレイ変換、CIEからXYZ中間色変換、XYZからCMYKレンダリング色変換、ガンマ補正、総量規制などの処理を行う。   The processing contents of the color processing unit 19 are shown in FIG. As shown in FIG. 5, the color processing unit 19 performs color matching, complementary color conversion (conversion from RGB to CMY), black correction (BG) / under color removal (UCR) / gray conversion, CIE to XYZ intermediate color conversion, Processing such as XYZ to CMYK rendering color conversion, gamma correction, and total amount regulation is performed.

次に、DLの例を図6から図11を用いて説明する。図6には、矩形503を表示するためのDLが示されている。このDLは、左上座標501と右下座標502からなる。図7には、台形517を表示するためのDLが示されている。このDLは、上辺のy座標511と、左右のx座標512と、高さ513と、左右のピクセルあたりの変化量514からなる。左右のピクセルあたりの変化量514は、拡大図515、516に示されるように、傾きに相当するものである。図8には、ラン523と表示するためのDLが示されている。このDLは、ランのy座標とランが開始される座標と終了となる座標からなる。   Next, an example of DL will be described with reference to FIGS. FIG. 6 shows a DL for displaying the rectangle 503. This DL consists of upper left coordinates 501 and lower right coordinates 502. FIG. 7 shows a DL for displaying the trapezoid 517. This DL includes an upper side y-coordinate 511, left and right x-coordinates 512, a height 513, and a change amount 514 per left and right pixels. The amount of change 514 per pixel on the left and right corresponds to the slope, as shown in the enlarged views 515 and 516. FIG. 8 shows a DL for displaying a run 523. This DL is composed of the y coordinate of the run, the coordinates at which the run is started, and the coordinates at the end.

以上の図6、7、8に示されるDLがグラフィックのDLの例である。次に、図9を用いてテキストのDLの例を示す。図9には、テキスト536を表示するためのDLが示されている。このDLは、左上座標531と、幅532と、高さ533と、1行のバイト数534と、ビットマップデータ535からなる。   The DL shown in FIGS. 6, 7, and 8 is an example of a graphic DL. Next, an example of text DL will be described with reference to FIG. FIG. 9 shows a DL for displaying the text 536. This DL includes an upper left coordinate 531, a width 532, a height 533, the number of bytes 534 in one row, and bitmap data 535.

次に、図10を用いてイメージのDLの例を示す。図10には、CMYKからなるイメージ548を表示するためのDLが示されている。このDLは、左上座標541と、幅542と、高さ543と、1行のバイト数544と、全体のバイト数545と、カラーフォーマット546と、ビットマップデータ547からなる。   Next, an example of an image DL will be described with reference to FIG. FIG. 10 shows a DL for displaying an image 548 composed of CMYK. The DL includes an upper left coordinate 541, a width 542, a height 543, the number of bytes 544 in one line, the total number of bytes 545, a color format 546, and bitmap data 547.

次に、図11を用いてカラーのDLの例を示す。このDLは、Cyan成分551と、Magenta成分552と、Yellow成分553と、K成分554からなる。   Next, an example of color DL will be described with reference to FIG. This DL is composed of a Cyan component 551, a Magenta component 552, a Yellow component 553, and a K component 554.

以上が各DLの例である。ところで、あるレベルの描画情報を受け取り、従来より優れたアルゴリズム手法や、ASIC等でハードウェア化された描画アクセラレータを使ってより高速に描画処理とフレームメモリへの書き込みを行うことができるソフトウエアモジュール、またはハードウエアモジュール、またはその組み合わせのモジュールが開発されている。以下、このようなモジュールを高性能描画部と呼び、高性能描画手段に対応する。   The above is an example of each DL. By the way, a software module that can receive drawing information at a certain level and perform drawing processing and writing to the frame memory at a higher speed by using an algorithm method superior to the conventional technique and a drawing accelerator implemented by hardware such as ASIC. Or hardware modules or combinations thereof have been developed. Hereinafter, such a module is referred to as a high-performance drawing unit and corresponds to high-performance drawing means.

既存のPDL処理部11の高速化を図るため、上記高性能描画部をPDL処理部に組み込んだ従来例を、図12に示す。図1と異なる点は、図1のDL描画部21にかえて、高性能描画部23と描画命令変換部22が新たに加わったことである。   FIG. 12 shows a conventional example in which the high-performance rendering unit is incorporated in the PDL processing unit in order to increase the speed of the existing PDL processing unit 11. The difference from FIG. 1 is that a high performance drawing unit 23 and a drawing command conversion unit 22 are newly added in place of the DL drawing unit 21 of FIG.

これは、このような高性能描画部を利用する場合、組込み易さ(変更の手間、工数の少なさと変更の影響範囲の少なさ)から、図1において、中間保存データ形式で蓄積されているDLを読み出し、高性能描画部23が受け取り可能な描画命令(データ)に変換して渡す描画命令変換部22と高性能描画部23を従来のDL描画部21と差し替える形としたためである。   This is stored in the intermediate storage data format in FIG. 1 due to the ease of incorporation when using such a high-performance drawing unit (the effort of modification, the small number of man-hours and the small influence range of the modification). This is because the drawing command conversion unit 22 and the high-performance drawing unit 23 that read out the DL, convert it to a drawing command (data) that can be received by the high-performance drawing unit 23, and the high-performance drawing unit 23 are replaced with the conventional DL drawing unit 21.

一方、このような高性能描画部23が処理することのできる描画情報は、これまでは低レベルなものがほとんどであったが、最近では高レベルな描画情報を受け取り、従来より高速に処理できるものも登場し始めている。   On the other hand, most of the drawing information that can be processed by such a high-performance drawing unit 23 has been low-level until now, but recently, high-level drawing information can be received and processed at a higher speed than before. Things are starting to appear.

このような高性能描画部23がサポートする描画命令の例を図13から図16に示す。図13から図16に示される描画命令は、CあるいはC++言語で表現されたものである。図13には、四角を描く描画命令が示されている。この描画命令は、対角線上の2頂点の座標を引数に含む関数で表現されている。図14には、四角を青色、三角を赤色で塗りつぶす描画命令が示されている。変数の宣言に続く4行のコードは、最初の2行が青色で塗りつぶされた四角を描画する描画命令であり、次の2行が赤色で塗りつぶされた三角を描画する描画命令である。   Examples of drawing commands supported by such a high-performance drawing unit 23 are shown in FIGS. The drawing commands shown in FIGS. 13 to 16 are expressed in C or C ++ language. FIG. 13 shows a drawing command for drawing a square. This drawing command is expressed by a function including the coordinates of two vertices on the diagonal as arguments. FIG. 14 shows a drawing command for painting a square in blue and a triangle in red. The four lines of code following the variable declaration are drawing instructions for drawing a square in which the first two lines are filled with blue, and the drawing instruction for drawing a triangle in which the next two lines are filled with red.

図15には、イメージを描く描画命令が示されている。この描画命令は、入力イメージの幅と、出力イメージの四角の対角線上の2頂点の座標を引数として含む関数で表現されている。   FIG. 15 shows a drawing command for drawing an image. This drawing command is expressed by a function including as arguments the width of the input image and the coordinates of the two vertices on the diagonal line of the output image.

図16には、文字を描く描画命令が示されている。この描画命令は、1行目が文字の大きさやフォントを引数として含む関数であり、2行目は文字コードを引数として含む関数である。
特開2004−034636 特開2000−011169 特開2000−013601 特開平9−062851
FIG. 16 shows a drawing command for drawing characters. In this drawing command, the first line is a function including a character size or font as an argument, and the second line is a function including a character code as an argument.
JP2004-034636 JP 2000-011169 A JP2000-013601 JP-A-9-062851

しかしながら、上述した高性能描画部23を組込んで使用した場合、高性能描画部が可能な処理内容が異なる(高レベル描画情報を処理できないなど)場合や、高性能描画部のバージョンアップや、高性能描画部が搭載された画像形成装置の機種変更などにより変更があった場合に対応ができなかった。   However, when the above-described high-performance drawing unit 23 is incorporated and used, the processing contents that the high-performance drawing unit can perform are different (for example, high-level drawing information cannot be processed), the upgrade of the high-performance drawing unit, It was not possible to cope with a change due to a model change of an image forming apparatus equipped with a high-performance rendering unit.

また、描画処理の高速化のために、高性能描画処理手段を組み込んで、さらにより高レベルの描画情報の段階で描画命令や描画データを受け渡すことがあるが、従来の描画処理部で低レベル描画情報になるまで処理をしていた場合と、高性能描画部を組み込んで高レベル描画情報で受け渡す場合とで、形成された画像とは若干画質が異なることがあり画質の互換性が保てなかった。   In addition, in order to speed up the drawing process, high-performance drawing processing means are incorporated, and drawing commands and drawing data may be passed at a higher level of drawing information. There is a possibility that the image quality may be slightly different from the formed image, depending on whether the processing has been performed until the level drawing information is reached or when the high-performance drawing unit is incorporated and transferred with the high-level drawing information. I couldn't keep it.

しかしながら、高性能描画部23を組込んで使用した場合、他の画像形成装置で形成された画像とは若干異なることがあり、互換性を保つことができないことがあった。   However, when the high-performance rendering unit 23 is incorporated and used, it may be slightly different from an image formed by another image forming apparatus, and compatibility may not be maintained.

本発明は、このような問題点に鑑み、高性能描画部を組み込んでも、高性能描画部や画像形成装置の仕様変更にも柔軟に対応ができ、組み込まなかった場合と比べて形成された画像の画質の互換性を保つことができる画像処理装置、画像形成装置、描画命令生成方法、描画命令生成プログラム、描画命令生成プログラムを記録した記録媒体を提供することを目的とする。   In view of such a problem, the present invention can flexibly cope with a change in specifications of a high-performance drawing unit and an image forming apparatus even if a high-performance drawing unit is incorporated, and an image formed as compared with a case where it is not incorporated. It is an object to provide an image processing apparatus, an image forming apparatus, a drawing command generation method, a drawing command generation program, and a recording medium on which a drawing command generation program is recorded.

上記課題を解決するために、本発明は、PDLデータをグラフィック、テキスト、イメージ、カラーのうちの1つ以上の描画属性毎の描画情報に分類して抽出し、各描画属性毎に描画手段が処理可能な描画命令を出力する描画処理装置において、前記PDLが入力され,該PDLを解釈して最終的なビットマップイメージを描画するまでに複数段階の変換が必要な高レベル描画情報を抽出するPDL解釈手段と、抽出された前記高レベル描画情報を描画属性毎階層的に設けられた複数の処理部により順次に下位の描画情報に変換することで、前記高レベル描画情報から低レベル描画情報までの間のレベルの異なる描画情報である複数段階の変換レベル描画情報に変換し、入力された前記高レベル描画情報および前記複数の処理部の出力情報から描画命令変換手段により前記描画手段が処理可能な前記描画命令を前記描画手段に出力する描画処理手段とを有し、前記描画処理手段は、特定の画像処理に基づいて前記描画手段に出力する描画命令のレベルを決定することを特徴とする。 In order to solve the above problems, the present invention classifies and extracts PDL data into drawing information for each drawing attribute of one or more of graphic, text, image, and color, and a drawing means for each drawing attribute. In a drawing processing apparatus that outputs a processable drawing command, the PDL is input, and high-level drawing information that requires a plurality of steps of conversion is drawn until the final bitmap image is drawn by interpreting the PDL. by converting the PDL interpretation unit, the extracted the high level drawing information sequentially lower drawing information by a plurality of processing portions provided hierarchically to each drawing attribute, low level drawing from the high level drawing information The high-level drawing information and the output information of the plurality of processing units that are converted into a plurality of stages of conversion level drawing information that are different levels of drawing information up to the information And a drawing processing means for outputting the drawing command that can be processed by the drawing means to the drawing means by the drawing command conversion means, and the drawing processing means outputs to the drawing means based on specific image processing. It is characterized in that the level of the drawing command is determined.

また、上記課題を解決するために、本発明は、前記描画処理手段は、グラフィックの描画情報に対応するグラフィック描画情報生成手段と、テキストの描画情報に対応するテキスト描画情報生成手段と、イメージの描画情報に対応するイメージ描画情報生成手段と、カラーの描画情報に対応するカラー描画情報生成手段のいずれか1つ以上を含むことを特徴とする。   In order to solve the above problem, the present invention is characterized in that the drawing processing means includes: graphic drawing information generating means corresponding to graphic drawing information; text drawing information generating means corresponding to text drawing information; One or more of image drawing information generation means corresponding to drawing information and color drawing information generation means corresponding to color drawing information are included.

また、上記課題を解決するために、本発明は、前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報からパスを生成した描画情報または該描画情報から座標を変換した描画情報である準高レベル描画情報と、該準高レベル描画情報から曲線と直線を分割または直線の輪郭を生成した描画情報である中レベル描画情報と、該中レベル描画情報から走査線を変換した描画情報または該描画情報から矩形や台形を抽出した描画情報である低レベル描画情報とを含むことを特徴とする。 In order to solve the above-described problem, in the present invention, the conversion level drawing information of the plurality of stages is further drawing information obtained by generating a path from the high-level drawing information or drawing information obtained by converting coordinates from the drawing information. Quasi-high-level drawing information, medium-level drawing information that is drawing information obtained by dividing a curve and a straight line from the quasi-high-level drawing information or generating a contour of the line, and drawing information obtained by converting a scanning line from the medium-level drawing information or And low-level drawing information which is drawing information obtained by extracting a rectangle or a trapezoid from the drawing information .

また、上記課題を解決するために、本発明は、前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報のアウトラインデータから文字輪郭を取得した描画情報である準高レベル描画情報と、該準高レベル描画情報にグラフィック処理による塗り潰し処理が行われた描画情報である低レベル描画情報とを含むことを特徴とする。 In order to solve the above problem, the present invention is characterized in that the conversion level drawing information of the plurality of stages further includes quasi-high level drawing information which is drawing information obtained from outline data of the high level drawing information, The quasi-high level drawing information includes low level drawing information that is drawing information that has been subjected to a painting process by graphic processing .

また、上記課題を解決するために、本発明は、前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報を圧縮解凍した描画情報または該描画情報のイメージを回転した描画情報である準高レベル描画情報と、該準高レベル描画情報のイメージを変倍した描画情報または該描画情報のイメージを前記カラー描画情報生成手段で変換した描画情報である中レベル描画情報と、該中レベル描画情報のイメージの諧調を変換した描画情報である低レベル描画情報とを含むことを特徴とする。 In order to solve the above problem, the present invention is characterized in that the conversion level drawing information of the plurality of stages is further drawing information obtained by compressing and decompressing the high-level drawing information or drawing information obtained by rotating an image of the drawing information. High-level drawing information, drawing information obtained by scaling the image of the quasi-high-level drawing information, or medium-level drawing information that is drawing information obtained by converting the image of the drawing information by the color drawing information generation unit, and the medium-level drawing And low-level drawing information which is drawing information obtained by converting the tone of the information image .

また、上記課題を解決するために、本発明は、前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報をカラーマッチング処理した描画情報か該描画情報に補色変換した描画情報である準高レベル描画情報と、該準高レベル描画情報をBG/UR・グレイ変換した描画情報か、該描画情報をCIEからXYZ中間色変換した描画情報か、該描画情報をXYZからCMYKレンダリング色変換した描画情報である中レベル描画情報、該中レベル描画情報をガンマ補正した描画情報か該描画情報を総量規制した描画情報である低レベル描画情報とを含むことを特徴とする。 In order to solve the above problem, the present invention is characterized in that the conversion level drawing information of the plurality of steps is further drawing information obtained by performing color matching processing on the high-level drawing information or drawing information obtained by performing complementary color conversion on the drawing information. High level drawing information, drawing information obtained by converting the semi-high level drawing information into BG / UR / Gray, drawing information obtained by converting the drawing information from CIE to XYZ intermediate colors, or drawing information obtained by converting the drawing information from XYZ to CMYK rendering colors Medium-level drawing information that is information, drawing information obtained by performing gamma correction on the medium-level drawing information, or low-level drawing information that is drawing information in which the total amount of the drawing information is regulated .

また、上記課題を解決するために、本発明は、請求項1からのいずれか1項に記載の描画処理装置と、前記描画手段とを有し、前記描画手段は、前記描画命令からビットマップイメージを出力することを特徴とする。 In order to solve the above problem, the present invention includes the drawing processing apparatus according to any one of claims 1 to 6 and the drawing unit , wherein the drawing unit receives a bit from the drawing command. A map image is output.

また、上記課題を解決するために、本発明は、請求項に記載のPDL処理装置と、前記PDL処理装置が出力したビットマップイメージに基づき画像を形成するプリントエンジン手段と、前記PDL処理装置と前記プリントエンジン手段とを制御する制御手段とを有することを特徴とする。 In order to solve the above problems, the present invention provides a PDL processing device according to claim 7 , print engine means for forming an image based on a bitmap image output from the PDL processing device, and the PDL processing device. And a control means for controlling the print engine means.

また、上記課題を解決するために、本発明は、PDLデータをグラフィック、テキスト、イメージ、カラーのうちの1つ以上の描画属性毎の描画情報に分類して抽出し、各描画属性毎に描画手段が処理可能な描画命令の描画命令生成方法であって、前記PDLが入力され、該PDLを解釈して最終的なビットマップイメージを描画するまでに複数段階の変換が必要な高レベル描画情報を抽出するPDL解釈段階と、抽出された前記高レベル描画情報を描画属性毎階層的に設けられた複数の処理部により順次に下位の描画情報に変換することで、前記高レベル描画情報から低レベル描画情報までの間のレベルの異なる描画情報である複数段階の変換レベル描画情報に変換し、入力された前記高レベル描画情報および前記複数の処理部の出力情報から描画命令変換手段により前記描画手段が処理可能な前記描画命令を前記描画手段に出力する描画処理段階とを有し、前記描画処理段階では、特定の画像処理に基づいて前記描画手段に出力する描画命令のレベルを決定することを特徴とする。 In order to solve the above problems, the present invention classifies and extracts PDL data into drawing information for each drawing attribute of one or more of graphic, text, image, and color, and draws for each drawing attribute. A drawing command generation method of a drawing command that can be processed by the means, wherein the PDL is input, and high-level drawing information that requires a plurality of steps of conversion before the PDL is interpreted and a final bitmap image is drawn by converting the PDL interpretation step of extracting, the extracted the high level drawing information sequentially lower drawing information by a plurality of processing portions provided hierarchically to each drawing attribute, and from the high level drawing information Converted into a plurality of stages of conversion level drawing information, which is drawing information having different levels up to low level drawing information, and the input high level drawing information and output information of the plurality of processing units A drawing processing stage for outputting the drawing command that can be processed by the drawing means to the drawing means by the drawing command conversion means. In the drawing processing stage, the drawing command is output to the drawing means based on specific image processing. It is characterized in that the level of the drawing command is determined.

また、上記課題を解決するために、本発明は、PDLデータをグラフィック、テキスト、イメージ、カラーのうちの1つ以上の描画属性毎の描画情報に分類して抽出し、各描画属性毎に描画手段が処理可能な描画命令の描画命令生成プログラムであって、前記PDLが入力され、該PDLを解釈して最終的なビットマップイメージを描画するまでに複数段階の変換が必要な高レベル描画情報を抽出するPDL解釈手順と、抽出された前記高レベル描画情報を描画属性毎階層的に設けられた複数の処理部により順次に下位の描画情報に変換することで、前記高レベル描画情報から低レベル描画情報までの間のレベルの異なる描画情報である複数段階の変換レベル描画情報に変換し、入力された前記高レベル描画情報および前記複数の処理部の出力情報から描画命令変換手段により前記描画手段が処理可能な前記描画命令を前記描画手段に出力する描画処理手順とを有し、前記描画処理手順では、特定の画像処理に基づいて前記描画手段に出力する描画命令のレベルを決定することを特徴とする。 In order to solve the above problems, the present invention classifies and extracts PDL data into drawing information for each drawing attribute of one or more of graphic, text, image, and color, and draws for each drawing attribute. A drawing command generation program for drawing commands that can be processed by the means, wherein the PDL is input, and high-level drawing information that requires a plurality of steps of conversion before the PDL is interpreted and a final bitmap image is drawn by converting the PDL interpretation procedure for extracting, the extracted the high level drawing information sequentially lower drawing information by a plurality of processing portions provided hierarchically to each drawing attribute, and from the high level drawing information Converted into a plurality of stages of conversion level drawing information, which is drawing information with different levels up to the low level drawing information, and the inputted high level drawing information and the plurality of processing units A drawing processing procedure for outputting, to the drawing unit, the drawing command that can be processed by the drawing command from the force information to the drawing unit. In the drawing processing procedure, the drawing unit receives the drawing command based on specific image processing. It is characterized in that the level of a drawing command to be output is determined.

また、上記課題を解決するために、本発明は、請求項15から請求項20のいずれか1項に記載の描画命令生成プログラムを記録した記録媒体を特徴とするIn order to solve the above problem, the present invention is characterized by a recording medium on which the drawing command generation program according to any one of claims 15 to 20 is recorded.

本発明によれば、高性能描画部を組み込んでも、高性能描画部や画像形成装置の仕様変更にも柔軟に対応ができ、組み込まなかった場合と比べて形成された画像の画質の互換性を保つことができる画像処理装置、画像形成装置、描画命令生成方法、描画命令生成プログラム、描画命令生成プログラムを記録した記録媒体を提供できる。   According to the present invention, even if a high-performance rendering unit is incorporated, it is possible to flexibly cope with changes in specifications of the high-performance rendering unit and the image forming apparatus, and the compatibility of the image quality of the image formed compared to the case where it is not incorporated is improved. An image processing apparatus, an image forming apparatus, a drawing command generation method, a drawing command generation program, and a recording medium recording the drawing command generation program can be provided.

以下、本発明の実施の形態について図面に基づいて説明する。   Hereinafter, embodiments of the present invention will be described with reference to the drawings.

図17には、本実施の形態における画像形成装置の構成例が示されている。この画像形成装置1は、操作パネル2と、ホストI/F3と、コントローラ装置10と、ROM5と、RAM6と、フレームメモリ7と、不揮発性記憶装置8と、描画アクセラレータ9と、プリントエンジン装置4が示されている。   FIG. 17 shows a configuration example of the image forming apparatus in the present embodiment. The image forming apparatus 1 includes an operation panel 2, a host I / F 3, a controller device 10, a ROM 5, a RAM 6, a frame memory 7, a nonvolatile storage device 8, a drawing accelerator 9, and a print engine device 4. It is shown.

また、この画像形成装置1は、例えばネットワークを介してホスト計算機13と接続し、ホスト計算機13の指示により例えばプリントエンジン装置4で印刷を行うようになっている。   Further, the image forming apparatus 1 is connected to the host computer 13 via, for example, a network, and performs printing with, for example, the print engine apparatus 4 according to an instruction from the host computer 13.

図17に示される操作パネル2は、例えばタッチパネルなどで構成され、ユーザとのインタフェースを行うものである。コントローラ装置10は、画像形成装置1の全体制御を行う。このコントローラ装置10にPDL処理部11と、装置制御部12が含まれる。PDL処理部11は、ホスト計算機13から送信されてくるPDLを解釈し、その記述に従って描画処理することにより生成されるページ画像のビットマップイメージを、装置制御部12を介してフレームメモリ7に書込む。   The operation panel 2 shown in FIG. 17 is composed of a touch panel, for example, and performs an interface with the user. The controller device 10 performs overall control of the image forming apparatus 1. The controller device 10 includes a PDL processing unit 11 and a device control unit 12. The PDL processing unit 11 interprets the PDL transmitted from the host computer 13, and writes a bitmap image of the page image generated by drawing processing according to the description to the frame memory 7 via the device control unit 12. Include.

プリントエンジン装置4は、実際に紙に印刷するなどのエンジンである。ROM5は、画像形成装置1のプログラムなどが記憶される。RAM6はプログラムや画像データなどが展開されるメモリである。フレームメモリ7は、上述したようにビットマップイメージが書き込まれる。不揮発性記憶装置8は、例えば画像形成装置の設定などが記憶される。描画アクセラレータ9は、高速に描画処理を行うハードウェアである。ホストI/F装置3は、ホスト計算機13とのインタフェースである。   The print engine device 4 is an engine for actually printing on paper. The ROM 5 stores a program for the image forming apparatus 1 and the like. The RAM 6 is a memory in which programs and image data are developed. The frame memory 7 is written with a bitmap image as described above. The nonvolatile storage device 8 stores, for example, settings of the image forming apparatus. The drawing accelerator 9 is hardware that performs drawing processing at high speed. The host I / F device 3 is an interface with the host computer 13.

次に、PDL処理部11の詳細について図18を用いて説明する。PDL処理部11は、大きく分けて、画像処理装置24と高性能描画部23で構成される。   Next, details of the PDL processing unit 11 will be described with reference to FIG. The PDL processing unit 11 is roughly composed of an image processing device 24 and a high performance drawing unit 23.

画像処理装置24は、PDL解釈部14と、描画処理部15とを含む。PDL解釈部14はPostScriptやPCLといったPDLで記述されたコードを解釈、解析し、グラフィック、テキスト、イメージ、カラーの描画構成要素についての高レベルな描画情報を抽出する。描画処理部15はPDL解釈部14により抽出された高レベルな描画情報をもとに描画命令を高性能描画部23に渡す。   The image processing device 24 includes a PDL interpretation unit 14 and a drawing processing unit 15. The PDL interpretation unit 14 interprets and analyzes codes written in PDL such as PostScript and PCL, and extracts high-level drawing information about graphics, text, image, and color drawing components. The drawing processing unit 15 passes a drawing command to the high-performance drawing unit 23 based on the high-level drawing information extracted by the PDL interpretation unit 14.

この描画処理部15は、さらにグラフィック処理部16と、テキスト処理部17と、イメージ処理部18と、カラー処理部19を含む。   The drawing processing unit 15 further includes a graphic processing unit 16, a text processing unit 17, an image processing unit 18, and a color processing unit 19.

本実施の形態でのグラフィック処理部16は、PDL解釈部14より受け取る高レベル描画情報に対して図2に示した変換処理の全部または一部を実施しないようにし、処理後の情報を高性能描画部23に適応する描画命令に変換する。   The graphic processing unit 16 in the present embodiment does not perform all or part of the conversion processing shown in FIG. 2 on the high-level drawing information received from the PDL interpretation unit 14, and uses the processed information as high performance. The drawing command is converted to a drawing command suitable for the drawing unit 23.

これにより、描画処理部15が高性能描画部23に渡すグラフィックの描画命令の内容は、高レベル描画情報、即ち、図形の輪郭形状を表現する直線、多角形、曲線の制御点やパラメータ、図形の描画方法(輪郭の内側を塗潰すか、輪郭を線として描くか、クリップ領域とするか、など)を指定するパラメータ、描画の属性(線幅、線種、端点形状、接続形状、塗潰しルール、塗潰しパターンなど)を指定するパラメータを含むことになる。   As a result, the content of the graphic drawing command that the drawing processing unit 15 passes to the high-performance drawing unit 23 includes high-level drawing information, that is, straight lines, polygons, curved control points, parameters, and graphics representing the contour shape of the figure. Parameters for specifying the drawing method (painting the inside of the outline, drawing the outline as a line, clip area, etc.), drawing attributes (line width, line type, end point shape, connection shape, fill) Rules, fill patterns, etc.).

次に、テキスト処理部17について説明する。テキスト処理部17は、PDL解釈部14より受け取る高レベル描画情報に対して図3に示したような変換処理の全部または一部を実施しないようにし、処理後の情報を高性能描画部23に適応する描画命令に変換する。   Next, the text processing unit 17 will be described. The text processing unit 17 does not perform all or part of the conversion processing as shown in FIG. 3 on the high-level drawing information received from the PDL interpretation unit 14, and sends the processed information to the high-performance drawing unit 23. Convert to an appropriate drawing command.

これにより、描画処理部15が高性能描画部23に渡すテキストの描画命令やデータの内容は、高レベルな描画情報、即ち、書体ID、文字ID、描画の属性(文字サイズ、描画開始位置、スタイル、回転角、白抜き網掛け等の特殊効果など)を指定するパラメータを含むことになる。   As a result, the text rendering command and data contents that the rendering processing unit 15 passes to the high-performance rendering unit 23 include high-level rendering information, that is, typeface ID, character ID, and rendering attributes (character size, rendering start position, Parameters that specify the style, rotation angle, special effects such as white shading, etc.).

次に、イメージ処理部18について説明する。イメージ処理部18は、PDL解釈部14より受け取る高レベル描画情報に対して図4に示したような変換処理の全部または一部を実施しないようにし、処理後の情報を高性能描画部23に適応する描画命令に変換する。   Next, the image processing unit 18 will be described. The image processing unit 18 does not perform all or part of the conversion processing as shown in FIG. 4 on the high-level drawing information received from the PDL interpretation unit 14, and sends the processed information to the high-performance drawing unit 23. Convert to an appropriate drawing command.

これにより、描画処理部15が高性能描画部23に渡すイメージの描画命令やデータの内容は、高レベルな描画情報、即ち、高階調ビットマップデータ、圧縮方法、描画の属性(ビットマップの幅、高さ、描画開始位置、回転角、変倍率など)を指定するパラメータを含むことになる。   As a result, the image rendering command and data contents that the rendering processing unit 15 passes to the high-performance rendering unit 23 include high-level rendering information, that is, high gradation bitmap data, compression method, rendering attributes (bitmap width). , Height, drawing start position, rotation angle, scaling factor, and the like).

次に、カラー処理部19について説明する。カラー処理部19は、PDL解釈部14より受け取る高レベルな描画情報に対して図5に示したような変換処理の全部または一部を実施しないようにし、処理後の情報を高性能描画部23に適応する描画命令に変換して発行する。   Next, the color processing unit 19 will be described. The color processing unit 19 does not perform all or part of the conversion processing as shown in FIG. 5 on the high-level drawing information received from the PDL interpretation unit 14, and uses the processed information as the high-performance drawing unit 23. It is converted into a drawing command that applies to and issued.

これにより、描画処理部15が高性能描画部23に渡すカラーの描画命令やデータの内容は、高レベルな描画情報、即ち、RGBまたはCMYまたはCMYKまたはCIEの色空間における特定色を高階調で指定するパラメータ、グラデーションを指定するパラメータ、カラー変換の属性(カラーマッチング、BG/UCR/γ、総量規制、階調変換など)を指定するパラメータを含むことになる。   As a result, the color drawing command and data contents that the drawing processing unit 15 passes to the high-performance drawing unit 23 are high-level drawing information, that is, specific colors in the RGB, CMY, CMYK, or CIE color space with high gradation. It includes parameters for specifying parameters, parameters for specifying gradation, and attributes for color conversion (color matching, BG / UCR / γ, total amount regulation, gradation conversion, etc.).

次に、描画処理部15の各処理部が、高レベル描画情報から描画命令へ変換して高性能描画部23を呼び出すまでの間に、何段階かの変換レベルを設けて、各処理部における処理を段階的にさせる事が出来る構成について説明する。   Next, each processing unit of the drawing processing unit 15 provides several conversion levels before converting the high-level drawing information into a drawing command and calling the high-performance drawing unit 23. A configuration capable of performing processing in stages will be described.

まず、どの段階まで行うかについてであるが、この段階は、特定の描画処理に基づいて、その処理ごとに決定される。例えば、他のプリンタで印刷した場合と図形同士の位置関係が若干異なるなどの場合、段階をいろいろ変えてみることにより適当な段階が決定される。なお、決定された段階の設定は、設定手段に対応する操作パネル2でやっても良いし、あるいは、プログラムで予め設定内容を固定するようにしても良い。   First, regarding to which stage to perform, this stage is determined for each process based on a specific drawing process. For example, when the positional relationship between graphics is slightly different from when printing with another printer, an appropriate stage is determined by changing the stage in various ways. The setting at the determined stage may be performed on the operation panel 2 corresponding to the setting means, or the setting content may be fixed in advance by a program.

実施例1として、グラフィック処理部についての実施例を説明する。図19は、上記構成におけるグラフィック処理部16−2を示す図である。このグラフィック処理部16−2は、パス生成部30と、座標変換部31と、曲線直線分割部32と、直線輪郭生成部33と、走査線変換部34と、矩形台形抽出部35と、描画命令変換部36とからなる。   As Example 1, an example of a graphic processing unit will be described. FIG. 19 is a diagram showing the graphic processing unit 16-2 in the above configuration. The graphic processing unit 16-2 includes a path generation unit 30, a coordinate conversion unit 31, a curved line division unit 32, a straight line outline generation unit 33, a scanning line conversion unit 34, a rectangular trapezoid extraction unit 35, and a drawing. And an instruction conversion unit 36.

この構成により、グラフィック処理部16−2は、高レベル描画情報を受取ると、パス生成部30にて、パスを生成し、座標変換部31によって座標変換し、描画命令変換部36を呼び出す事も可能となる。なお、ここでは準高レベル描画情報を生成して描画命令変換部を呼び出しているという構図となる。   With this configuration, when the graphic processing unit 16-2 receives the high-level drawing information, the path generation unit 30 generates a path, the coordinate conversion unit 31 performs coordinate conversion, and the drawing command conversion unit 36 is called. It becomes possible. Here, the composition is such that semi-high level drawing information is generated and the drawing command conversion unit is called.

さらに低レベル描画情報まで落とし込むために、グラフィック処理部16−2は、曲線直線分割部32にて曲線及び直線の分割を行い、直線輪郭生成部33にて曲線に分割された部分の輪郭を生成し、ここで描画命令変換部36を呼び出す事も可能である。ここでは中レベル描画情報を生成して描画命令変換部を呼び出しているという構図となっている。   In order to further reduce the low-level drawing information, the graphic processing unit 16-2 divides the curve and the straight line by the curved line dividing unit 32, and generates the contour of the portion divided into the curves by the linear contour generating unit 33. However, the drawing command conversion unit 36 can be called here. Here, the composition is such that intermediate level drawing information is generated and the drawing command conversion unit is called.

さらに低レベル描画情報まで落とし込むためにグラフィック処理部16−2は、走査線変換部34にて走査線変換し、矩形台形抽出部35にて矩形、台形抽出し、低レベル描画情報へ変換し描画命令変換部36を呼び出す事も出来る。   In order to further reduce the low-level drawing information, the graphic processing unit 16-2 converts the scanning line by the scanning line conversion unit 34, extracts a rectangle and a trapezoid by the rectangular trapezoid extraction unit 35, converts it into low-level drawing information, and draws it. The command conversion unit 36 can also be called.

なお、すべてのグラフィックのデータについて、一律にこの変換レベルを適用するのではなく、データ種に応じてどこまで変換するかを決められるようにする事が出来る。   It should be noted that it is possible not to apply this conversion level uniformly to all graphic data, but to determine how far to convert according to the data type.

例えば、図18に示す高性能描画処理部23を用いてグラフィックの実線を描画した時に従来の描画処理部15(図1参照)の描画結果と同じ結果が得られる。すなわち、この場合において互換性があるが、グラフィックの破線を描画した時には、互換性が得られないといったケースが考えられる。   For example, the same result as the drawing result of the conventional drawing processing unit 15 (see FIG. 1) can be obtained when a graphic solid line is drawn using the high-performance drawing processing unit 23 shown in FIG. That is, in this case, there is compatibility, but there is a case where compatibility is not obtained when a graphic broken line is drawn.

その場合は、実線の描画については、図19に示す準高レベル描画情報にて描画命令変換部36へ情報を渡し、破線の描画については、図19に示す直線輪郭生成部33にて中レベル描画情報まで落とし込んで描画命令変換部36を呼び出すといった対応をとることができる。   In this case, for the drawing of the solid line, information is passed to the drawing command conversion unit 36 using the semi-high level drawing information shown in FIG. 19, and for the drawing of the broken line, the medium level is drawn by the straight line contour generation unit 33 shown in FIG. It is possible to take measures such as dropping the drawing information and calling the drawing command conversion unit 36.

同様に、ランキャップや、ジョインタイプなどのグラフィックでの描画指定において、上記グラフィック処理部16−2は、高性能描画処理部23が機能を持ち合わせていない、あるいは従来の描画処理部15と機能が異なるといった事がある場合も互換性を保って描画処理を実施する事が出来る。   Similarly, the graphic processing unit 16-2 does not have the function of the graphic processing unit 16-2 or has the same function as that of the conventional drawing processing unit 15 in the graphic designation such as the run cap and the join type. Even if there is a difference, drawing processing can be performed with compatibility maintained.

実施例2として、テキスト処理部についての実施例を説明する。テキスト処理部17−2の構成について、図20を用いて説明する。   As Example 2, an example of a text processing unit will be described. The configuration of the text processing unit 17-2 will be described with reference to FIG.

このテキスト処理部17−2は、アウトラインデータから文字輪郭抽出処理部37と、グラフィックによる塗り潰し処理部38と、描画命令変換部36とからなる。   The text processing unit 17-2 includes a character outline extraction processing unit 37 from outline data, a graphic fill processing unit 38, and a drawing command conversion unit 36.

この構成により、テキスト処理部17−2は、高レベル描画情報(書体ID、文字ID、文字の属性といった情報)を受けアウトラインデータから文字輪郭データ取得処理部37を施された後、グラフィック処理による塗り潰し処理部38を実行し、より低レベルな描画情報(ここではテキストデータは2値ビットマップイメージ化され)へと変換され、描画命令変換部36が呼び出される。   With this configuration, the text processing unit 17-2 receives high-level drawing information (information such as typeface ID, character ID, and character attributes), and after applying the character outline data acquisition processing unit 37 from the outline data, performs graphic processing. The paint processing unit 38 is executed, converted into lower level drawing information (here, the text data is converted into a binary bitmap image), and the drawing command conversion unit 36 is called.

実施例3として、イメージ処理部についての実施例を説明する。イメージ処理部18−2の構成について、図21を用いて説明する。   As Example 3, an example of an image processing unit will be described. The configuration of the image processing unit 18-2 will be described with reference to FIG.

このイメージ処理部18−2は、圧縮解凍部39と、回転部40と、変倍部41と、カラー処理部による色変換部42と、階調変換部43と、描画命令変換部36からなる。   The image processing unit 18-2 includes a compression / decompression unit 39, a rotation unit 40, a scaling unit 41, a color conversion unit 42 using a color processing unit, a gradation conversion unit 43, and a drawing command conversion unit 36. .

図21の一連の変換工程において、イメージ処理部18は、それぞれの工程終了後描画命令変換部36を呼び出す事も出来る。具体的にこのイメージ処理部18−2が実行する工程は、圧縮解凍部39、回転部40、変倍部41、カラー処理部による色変換部42、階調変換部43が行う処理に工程分けされる。   In the series of conversion steps in FIG. 21, the image processing unit 18 can also call the drawing command conversion unit 36 after the end of each step. Specifically, the process executed by the image processing unit 18-2 is divided into processes performed by the compression / decompression unit 39, the rotation unit 40, the scaling unit 41, the color conversion unit 42 by the color processing unit, and the gradation conversion unit 43. Is done.

例えば、90度単位(0/90/180/270度)の回転を伴う描画の場合、イメージ処理部18−2は、圧縮解凍部39が処理を実行後、そのまま高性能描画部23にイメージデータを準高レベル描画情報として渡すが、それ以外の回転については、PDI側で回転部40を使用して回転処理実行し、変倍部41を使用して変倍したイメージのデータを作成し、それを中レベル描画情報として高性能描画部23に渡すこととができるようにする。   For example, in the case of drawing with rotation in units of 90 degrees (0/90/180/270 degrees), the image processing unit 18-2 performs image data as it is in the high-performance drawing unit 23 after the compression / decompression unit 39 executes processing. Is transferred as quasi-high level drawing information, but for other rotations, rotation processing is executed using the rotation unit 40 on the PDI side, and the image data scaled using the scaling unit 41 is created, It can be passed to the high performance drawing unit 23 as medium level drawing information.

つまり特定の画像処理に基づいて、高性能描画部23を利用するレベルを決定する事が出来る。あるいは、変倍についても、整数倍の拡大、または整数分の1倍の縮少の場合、高性能描画部23は、回転部40にて回転処理実行後、そのまま高性能描画部23にイメージデータを渡す。それ以外の変倍の場合、高性能描画部23は、PDI側で回転部40を使用して回転処理実行、および変倍部42 を使用して変倍処理したイメージのデータを作成し、それを高性能描画部23に渡すことができるようにする。   That is, the level at which the high-performance rendering unit 23 is used can be determined based on specific image processing. Alternatively, in the case of scaling, when the enlargement is an integral multiple or the reduction is a fraction of an integer, the high performance drawing unit 23 executes the rotation process in the rotation unit 40 and then directly transfers the image data to the high performance drawing unit 23. give. In the case of zooming other than that, the high-performance rendering unit 23 executes rotation processing using the rotation unit 40 on the PDI side, and creates data of the image subjected to scaling processing using the scaling unit 42. Can be passed to the high-performance rendering unit 23.

実施例4として、カラー処理部についての実施例を説明する。カラー処理部19−2の構成について、図22を用いて説明する。   As a fourth embodiment, an embodiment regarding a color processing unit will be described. The configuration of the color processing unit 19-2 will be described with reference to FIG.

このカラー処理部19−2は、カラーマッチング処理部44と、補色変換処理部45と、BG/UCR・グレイ変換処理部46と、CIEからXYZ中間色変換処理部47、XYZからCMYKレンダリング色変換処理部48、ガンマ補正処理部49、総量規制処理部50 とからなる。   The color processing unit 19-2 includes a color matching processing unit 44, a complementary color conversion processing unit 45, a BG / UCR / gray conversion processing unit 46, a CIE to XYZ intermediate color conversion processing unit 47, and an XYZ to CMYK rendering color conversion process. Unit 48, gamma correction processing unit 49, and total amount regulation processing unit 50.

この図22において、入力されたカラー情報がRGB色の場合、CIEからXYZ中間色変換処理部47、XYZからCMYKレンダリング色変換処理部48の工程は不要である。また、入力されたカラー情報がCIE色の場合、カラーマッチング処理部44と、補色変換処理部45と、BG/UCR・グレイ変換処理部46の工程は不要である。   In FIG. 22, when the input color information is RGB color, the steps of CIE to XYZ intermediate color conversion processing unit 47 and XYZ to CMYK rendering color conversion processing unit 48 are unnecessary. When the input color information is CIE color, the steps of the color matching processing unit 44, the complementary color conversion processing unit 45, and the BG / UCR / gray conversion processing unit 46 are unnecessary.

このようにカラー処理部19−2を構成することにより、高性能描画処理部23における処理と、負荷を分散させる事によって最適な高性能化を図る事が出来る。   By configuring the color processing unit 19-2 in this way, it is possible to achieve optimum performance by distributing the processing in the high-performance drawing processing unit 23 and the load.

以上説明したグラフィック処理部16−2はグラフィック描画情報生成手段に対応し、テキスト処理部17−2はテキスト描画情報生成手段に対応し、イメージ処理部18−2はイメージ描画情報生成手段に対応し、カラー処理部19−2はイメージ描画情報生成手段に対応する。また、描画処理部15は描画処理手段に対応する。   The graphic processing unit 16-2 described above corresponds to the graphic drawing information generation unit, the text processing unit 17-2 corresponds to the text drawing information generation unit, and the image processing unit 18-2 corresponds to the image drawing information generation unit. The color processing unit 19-2 corresponds to an image drawing information generating unit. The drawing processing unit 15 corresponds to a drawing processing unit.

このように描画情報生成手段を複数のレベルで描画情報を生成可能することにより、他の画像形成装置の性能などに応じてレベルを設定することで、画像形成装置との間で互換性を保つことができる。   In this way, the drawing information generating means can generate drawing information at a plurality of levels, so that the level is set in accordance with the performance of other image forming apparatuses, thereby maintaining compatibility with the image forming apparatus. be able to.

PDL処理部の従来例を示す図である(その1)。It is a figure which shows the prior art example of a PDL process part (the 1). グラフィック処理部の処理内容を示す図である。It is a figure which shows the processing content of a graphic process part. テキスト処理部の処理内容を示す図である。It is a figure which shows the processing content of a text process part. イメージ処理部の処理内容を示す図である。It is a figure which shows the processing content of an image process part. カラー処理部の処理内容を示す図である。It is a figure which shows the processing content of a color process part. 矩形のDL例を示す図である。It is a figure which shows the rectangular DL example. 台形のDL例を示す図である。It is a figure which shows the trapezoid DL example. ランのDL例を示す図である。It is a figure which shows the DL example of a run. テキストのDL例を示す図である。It is a figure which shows the example of DL of a text. イメージのDL例を示す図である。It is a figure which shows the example of DL of an image. カラーのDL例を示す図である。It is a figure which shows the example of color DL. PDL処理部の従来例を示す図である(その2)。It is a figure which shows the prior art example of a PDL process part (the 2). 四角を描く場合の描画命令を示す図である。It is a figure which shows the drawing command in the case of drawing a square. 色で塗り潰す場合の描画命令を示す図である。It is a figure which shows the drawing command in the case of painting with a color. イメージを描く場合の描画命令を示す図である。It is a figure which shows the drawing command in the case of drawing an image. 文字を描く場合の描画命令を示す図である。It is a figure which shows the drawing command in the case of drawing a character. 本実施の形態における画像形成装置の構成例を示す図である。1 is a diagram illustrating a configuration example of an image forming apparatus according to an embodiment. 本実施の形態における画像処理装置の構成例を示す図である。It is a figure which shows the structural example of the image processing apparatus in this Embodiment. グラフィック処理部の構成例を示す図である。It is a figure which shows the structural example of a graphic process part. テキスト処理部の構成例を示す図である。It is a figure which shows the structural example of a text processing part. イメージ処理部の構成例を示す図である。It is a figure which shows the structural example of an image process part. カラー処理部の構成例を示す図である。It is a figure which shows the structural example of a color processing part.

符号の説明Explanation of symbols

1 画像形成装置
2 操作パネル
3 ホストI/F装置
4 プリントエンジン装置
5 ROM
6 RAM
7 フレームメモリ
8 不揮発性記憶装置
9 描画アクセラレータ
11 PDL処理部
14 PDL解釈部
15 描画処理部
16、16−2 グラフィック処理部
17、17−2 テキスト処理部
18、18−2 イメージ処理部
19、19−2 カラー処理部
20 DL生成部
21 DL描画部
22 描画命令部
23 高性能描画部
24 画像処理装置
30 パス生成部
31 座標変換部
32 曲線直線分割部
33 直線輪郭生成部
34 走査線変換部
35 矩形台形抽出部
36 描画命令変換部
37 アウトラインデータから文字輪郭抽出処理部
38 グラフィックによる塗り潰し処理部
39 圧縮解凍部
40 回転部
41 変倍部
42 カラー処理部による色変換部
43 階調変換部
44 カラーマッチング処理部
45 補色変換処理部
46 BG/UCR・グレイ変換処理部
47 CIEからXYZ中間色変換処理部
48 XYZからCMYKレンダリング色変換処理部
49 ガンマ補正処理部
50 総量規制処理部
501 左上座標
502 右下座標
503 矩形
511 上辺のy座標
512 左右のx座標
513 高さ
514 左右のピクセルあたりの変化量
515、516 拡大図
517 台形
521 y座標
522 開始と終了のx座標
523 ラン
531 左上座標
532 幅
533 高さ
534 1行のバイト数
535 ビットマップデータ
536 テキスト
541 左上座標
542 幅
543 高さ
544 1行のバイト数
545 全体のバイト数
546 カラーフォーマット
547 ビットマップデータ
548 イメージ
551 Cyan成分
552 Magenta成分
553 Yellow成分
554 K成分
DESCRIPTION OF SYMBOLS 1 Image forming apparatus 2 Operation panel 3 Host I / F apparatus 4 Print engine apparatus 5 ROM
6 RAM
7 Frame memory 8 Non-volatile storage device 9 Drawing accelerator 11 PDL processing unit 14 PDL interpretation unit 15 Drawing processing unit 16, 16-2 Graphic processing unit 17, 17-2 Text processing unit 18, 18-2 Image processing unit 19, 19 -2 Color processing unit 20 DL generation unit 21 DL drawing unit 22 Drawing command unit 23 High performance drawing unit 24 Image processing device 30 Path generation unit 31 Coordinate conversion unit 32 Curve straight line division unit 33 Linear contour generation unit 34 Scan line conversion unit 35 Rectangular trapezoid extraction unit 36 Drawing command conversion unit 37 Character outline extraction processing unit from outline data 38 Graphic painting processing unit 39 Compression / decompression unit 40 Rotation unit 41 Scaling unit 42 Color conversion unit by color processing unit 43 Tone conversion unit 44 Color Matching processing unit 45 Complementary color conversion processing unit 46 BG / UCR / Gray change Processing unit 47 CIE to XYZ intermediate color conversion processing unit 48 XYZ to CMYK rendering color conversion processing unit 49 Gamma correction processing unit 50 Total amount restriction processing unit 501 Upper left coordinate 502 Lower right coordinate 503 Rectangle 511 Upper side y coordinate 512 Left and right x coordinate 513 High Length 514 Change per pixel 515, 516 Enlarged view 517 Trapezoid 521 y coordinate 522 Start and end x coordinate 523 Run 531 Upper left coordinate 532 Width 533 Height 534 Number of bytes in one line 535 Bitmap data 536 Text 541 Upper left Coordinate 542 Width 543 Height 544 Number of bytes per line 545 Total number of bytes 546 Color format 547 Bitmap data 548 Image 551 Cyan component 552 Magenta component 553 Yellow component 554 K component

Claims (21)

PDLデータをグラフィック、テキスト、イメージ、カラーのうちの1つ以上の描画属性毎の描画情報に分類して抽出し、各描画属性毎に描画手段が処理可能な描画命令を出力する描画処理装置において、
前記PDLが入力され,該PDLを解釈して最終的なビットマップイメージを描画するまでに複数段階の変換が必要な高レベル描画情報を抽出するPDL解釈手段と、
抽出された前記高レベル描画情報を描画属性毎階層的に設けられた複数の処理部により順次に下位の描画情報に変換することで、前記高レベル描画情報から低レベル描画情報までの間のレベルの異なる描画情報である複数段階の変換レベル描画情報に変換し、入力された前記高レベル描画情報および前記複数の処理部の出力情報から描画命令変換手段により前記描画手段が処理可能な前記描画命令を前記描画手段に出力する描画処理手段とを有し、
前記描画処理手段は、特定の画像処理に基づいて前記描画手段に出力する描画命令のレベルを決定することを特徴とする描画処理装置。
In a drawing processing apparatus that classifies and extracts PDL data into drawing information for each one or more drawing attributes of graphics, text, images, and colors, and outputs drawing commands that can be processed by the drawing means for each drawing attribute. ,
PDL interpretation means for extracting high-level drawing information that requires a plurality of steps of conversion until the PDL is input and the final bitmap image is drawn by interpreting the PDL;
By converting the extracted the high level drawing information successively lower drawing information by a plurality of processing portions provided hierarchically to each drawing attribute, between the said high-level drawing information to a low level drawing information The drawing that can be processed by the drawing means by the drawing command converting means from the inputted high-level drawing information and the output information of the plurality of processing units, converted into conversion level drawing information of a plurality of stages which are drawing information of different levels Drawing processing means for outputting a command to the drawing means;
The drawing processing unit determines a level of a drawing command to be output to the drawing unit based on specific image processing.
前記描画処理手段は、グラフィックの描画情報に対応するグラフィック描画情報生成手段と、テキストの描画情報に対応するテキスト描画情報生成手段と、イメージの描画情報に対応するイメージ描画情報生成手段と、カラーの描画情報に対応するカラー描画情報生成手段のいずれか1つ以上を含むことを特徴とする請求項1に記載の描画処理装置。   The drawing processing means includes: graphic drawing information generating means corresponding to graphic drawing information; text drawing information generating means corresponding to text drawing information; image drawing information generating means corresponding to image drawing information; The drawing processing apparatus according to claim 1, comprising at least one of color drawing information generation means corresponding to the drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報からパスを生成した描画情報または該描画情報から座標を変換した描画情報である準高レベル描画情報と、該準高レベル描画情報から曲線と直線を分割または直線の輪郭を生成した描画情報である中レベル描画情報と、該中レベル描画情報から走査線を変換した描画情報または該描画情報から矩形や台形を抽出した描画情報である低レベル描画情報とを含むことを特徴とする請求項1に記載の描画処理装置。   The conversion level drawing information of the plurality of stages further includes drawing information obtained by generating a path from the high level drawing information or quasi high level drawing information which is drawing information obtained by converting coordinates from the drawing information, and the quasi high level drawing information. Middle level drawing information that is drawing information obtained by dividing a curve and a straight line or generating a contour of a straight line, drawing information obtained by converting a scanning line from the middle level drawing information, or drawing information obtained by extracting a rectangle or a trapezoid from the drawing information The drawing processing apparatus according to claim 1, further comprising low-level drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報のアウトラインデータから文字輪郭を取得した描画情報である準高レベル描画情報と、該準高レベル描画情報にグラフィック処理による塗り潰し処理が行われた描画情報である低レベル描画情報とを含むことを特徴とする請求項1に記載の描画処理装置。   The conversion level drawing information of the plurality of stages further includes quasi-high level drawing information that is drawing information obtained from the outline data of the high-level drawing information, and a filling process by graphic processing is performed on the quasi-high level drawing information. The drawing processing apparatus according to claim 1, further comprising low-level drawing information that is broken drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報を圧縮解凍した描画情報または該描画情報のイメージを回転した描画情報である準高レベル描画情報と、該準高レベル描画情報のイメージを変倍した描画情報または該描画情報のイメージを前記カラー描画情報生成手段で変換した描画情報である中レベル描画情報と、該中レベル描画情報のイメージの諧調を変換した描画情報である低レベル描画情報とを含むことを特徴とする請求項1に記載の描画処理装置。   The conversion level drawing information of the plurality of stages further includes quasi-high level drawing information that is drawing information obtained by compressing and decompressing the high-level drawing information or drawing information obtained by rotating an image of the drawing information, and an image of the quasi-high level drawing information. Medium level drawing information which is the drawing information obtained by scaling the drawing information or the image of the drawing information converted by the color drawing information generating means, and the low level which is the drawing information obtained by converting the tone of the image of the medium level drawing information The drawing processing apparatus according to claim 1, further comprising drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報をカラーマッチング処理した描画情報か該描画情報に補色変換した描画情報である準高レベル描画情報と、該準高レベル描画情報をBG/UR・グレイ変換した描画情報か、該描画情報をCIEからXYZ中間色変換した描画情報か、該描画情報をXYZからCMYKレンダリング色変換した描画情報である中レベル描画情報、該中レベル描画情報をガンマ補正した描画情報か該描画情報を総量規制した描画情報である低レベル描画情報とを含むことを特徴とする請求項1に記載の描画処理装置。   The multi-level conversion level drawing information further includes drawing information obtained by performing color matching processing on the high-level drawing information or quasi-high level drawing information which is drawing information obtained by performing complementary color conversion on the drawing information, and the quasi-high level drawing information as BG. / UR / Gray converted drawing information, drawing information obtained by converting the drawing information from CIE to XYZ intermediate color, medium level drawing information which is drawing information obtained by converting the drawing information from XYZ to CMYK rendering color, and the intermediate level drawing information 2. The drawing processing apparatus according to claim 1, comprising: gamma-corrected drawing information or low-level drawing information which is drawing information in which the total amount of the drawing information is restricted. 請求項1から6のいずれか1項に記載の描画処理装置と、
前記描画手段とを有し、
前記描画手段は、前記描画命令からビットマップイメージを出力することを特徴とするPDL処理装置。
The drawing processing apparatus according to any one of claims 1 to 6,
Said drawing means,
The PDL processing apparatus, wherein the drawing means outputs a bitmap image from the drawing command.
請求項7に記載のPDL処理装置と、
前記PDL処理装置が出力したビットマップイメージに基づき画像を形成するプリントエンジン手段と、
前記PDL処理装置と前記プリントエンジン手段とを制御する制御手段と
を有することを特徴とする画像形成装置。
A PDL processing device according to claim 7,
Print engine means for forming an image based on the bitmap image output by the PDL processing device;
An image forming apparatus comprising: a control unit that controls the PDL processing device and the print engine unit.
PDLデータをグラフィック、テキスト、イメージ、カラーのうちの1つ以上の描画属性毎の描画情報に分類して抽出し、各描画属性毎に描画手段が処理可能な描画命令の描画命令生成方法であって、
前記PDLが入力され、該PDLを解釈して最終的なビットマップイメージを描画するまでに複数段階の変換が必要な高レベル描画情報を抽出するPDL解釈段階と、
抽出された前記高レベル描画情報を描画属性毎階層的に設けられた複数の処理部により順次に下位の描画情報に変換することで、前記高レベル描画情報から低レベル描画情報までの間のレベルの異なる描画情報である複数段階の変換レベル描画情報に変換し、入力された前記高レベル描画情報および前記複数の処理部の出力情報から描画命令変換手段により前記描画手段が処理可能な前記描画命令を前記描画手段に出力する描画処理段階とを有し、
前記描画処理段階では、特定の画像処理に基づいて前記描画手段に出力する描画命令のレベルを決定することを特徴とする描画命令生成方法。
This is a drawing command generation method for drawing commands that can be extracted by classifying and extracting PDL data into drawing information for each drawing attribute of one or more of graphics, text, images, and colors, and for each drawing attribute. And
A PDL interpretation stage that receives the PDL and extracts high-level drawing information that requires multiple stages of conversion before the PDL is interpreted to draw a final bitmap image;
By converting the extracted the high level drawing information successively lower drawing information by a plurality of processing portions provided hierarchically to each drawing attribute, between the said high-level drawing information to a low level drawing information The drawing that can be processed by the drawing means by the drawing command conversion means from the inputted high-level drawing information and the output information of the plurality of processing units, converted into conversion level drawing information of a plurality of stages which are drawing information of different levels A drawing processing step of outputting a command to the drawing means;
A drawing command generation method characterized in that, in the drawing processing step, a level of a drawing command to be output to the drawing means is determined based on specific image processing.
前記描画処理段階は、グラフィックの描画情報に対応するグラフィック描画情報生成段階と、テキストの描画情報に対応するテキスト描画情報生成段階と、イメージの描画情報に対応するイメージ描画情報生成段階と、カラーの描画情報に対応するカラー描画情報生成段階のいずれか1つ以上を含むことを特徴とする請求項9に記載の描画命令生成方法。   The drawing processing step includes: a graphic drawing information generation step corresponding to graphic drawing information; a text drawing information generation step corresponding to text drawing information; an image drawing information generation step corresponding to image drawing information; The drawing command generation method according to claim 9, further comprising any one or more of color drawing information generation steps corresponding to the drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報からパスを生成した描画情報または該描画情報から座標を変換した描画情報である準高レベル描画情報と、該準高レベル描画情報から曲線と直線を分割または直線の輪郭を生成した描画情報である中レベル描画情報と、該中レベル描画情報から走査線を変換した描画情報または該描画情報から矩形や台形を抽出した描画情報である低レベル描画情報とを含むことを特徴とする請求項9に記載の描画命令生成方法。   The conversion level drawing information of the plurality of stages further includes drawing information obtained by generating a path from the high level drawing information or quasi high level drawing information which is drawing information obtained by converting coordinates from the drawing information, and the quasi high level drawing information. Middle level drawing information that is drawing information obtained by dividing a curve and a straight line or generating a contour of a straight line, drawing information obtained by converting a scanning line from the middle level drawing information, or drawing information obtained by extracting a rectangle or a trapezoid from the drawing information The drawing command generation method according to claim 9, further comprising low-level drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報のアウトラインデータから文字輪郭を取得した描画情報である準高レベル描画情報と、該準高レベル描画情報にグラフィック処理による塗り潰し処理が行われた描画情報である低レベル描画情報とを含むことを特徴とする請求項9に記載の描画命令生成方法。   The conversion level drawing information of the plurality of stages further includes quasi-high level drawing information that is drawing information obtained from the outline data of the high-level drawing information, and a filling process by graphic processing is performed on the quasi-high level drawing information. The drawing command generation method according to claim 9, further comprising: low-level drawing information that is broken drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報を圧縮解凍した描画情報または該描画情報のイメージを回転した描画情報である準高レベル描画情報と、該準高レベル描画情報のイメージを変倍した描画情報または該描画情報のイメージを前記カラー描画情報生成手段で変換した描画情報である中レベル描画情報と、該中レベル描画情報のイメージの諧調を変換した描画情報である低レベル描画情報とを含むことを特徴とする請求項9に記載の描画命令生成方法。   The conversion level drawing information of the plurality of stages further includes quasi-high level drawing information that is drawing information obtained by compressing and decompressing the high-level drawing information or drawing information obtained by rotating an image of the drawing information, and an image of the quasi-high level drawing information. Medium level drawing information which is the drawing information obtained by scaling the drawing information or the image of the drawing information converted by the color drawing information generating means, and the low level which is the drawing information obtained by converting the tone of the image of the medium level drawing information The drawing command generation method according to claim 9, further comprising drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報をカラーマッチング処理した描画情報か該描画情報に補色変換した描画情報である準高レベル描画情報と、該準高レベル描画情報をBG/UR・グレイ変換した描画情報か、該描画情報をCIEからXYZ中間色変換した描画情報か、該描画情報をXYZからCMYKレンダリング色変換した描画情報である中レベル描画情報、該中レベル描画情報をガンマ補正した描画情報か該描画情報を総量規制した描画情報である低レベル描画情報とを含むことを特徴とする請求項9に記載の描画命令生成方法。   The multi-level conversion level drawing information further includes drawing information obtained by performing color matching processing on the high-level drawing information or quasi-high level drawing information which is drawing information obtained by performing complementary color conversion on the drawing information, and the quasi-high level drawing information as BG. / UR / Gray converted drawing information, drawing information obtained by converting the drawing information from CIE to XYZ intermediate color, medium level drawing information which is drawing information obtained by converting the drawing information from XYZ to CMYK rendering color, and the intermediate level drawing information 10. The drawing command generation method according to claim 9, further comprising: gamma-corrected drawing information or low-level drawing information which is drawing information in which the total amount of the drawing information is restricted. PDLデータをグラフィック、テキスト、イメージ、カラーのうちの1つ以上の描画属性毎の描画情報に分類して抽出し、各描画属性毎に描画手段が処理可能な描画命令の描画命令生成プログラムであって、
前記PDLが入力され、該PDLを解釈して最終的なビットマップイメージを描画するまでに複数段階の変換が必要な高レベル描画情報を抽出するPDL解釈手順と、
抽出された前記高レベル描画情報を描画属性毎階層的に設けられた複数の処理部により順次に下位の描画情報に変換することで、前記高レベル描画情報から低レベル描画情報までの間のレベルの異なる描画情報である複数段階の変換レベル描画情報に変換し、入力された前記高レベル描画情報および前記複数の処理部の出力情報から描画命令変換手段により前記描画手段が処理可能な前記描画命令を前記描画手段に出力する描画処理手順とを有し、
前記描画処理手順では、特定の画像処理に基づいて前記描画手段に出力する描画命令のレベルを決定することを特徴とする描画命令生成プログラム。
This is a drawing command generation program for drawing commands that can be extracted by classifying and extracting PDL data into drawing information for each drawing attribute of one or more of graphics, text, images, and colors, and for each drawing attribute. And
A PDL interpretation procedure for extracting high-level drawing information that requires a plurality of steps of conversion until the PDL is input and the PDL is interpreted to draw a final bitmap image;
By converting the extracted the high level drawing information successively lower drawing information by a plurality of processing portions provided hierarchically to each drawing attribute, between the said high-level drawing information to a low level drawing information The drawing that can be processed by the drawing means by the drawing command conversion means from the inputted high-level drawing information and the output information of the plurality of processing units, converted into conversion level drawing information of a plurality of stages which are drawing information of different levels A drawing processing procedure for outputting a command to the drawing means;
In the drawing processing procedure, a drawing command generation program for determining a level of a drawing command to be output to the drawing means based on specific image processing.
前記描画処理手順は、グラフィックの描画情報に対応するグラフィック描画情報生成手順と、テキストの描画情報に対応するテキスト描画情報生成手順と、イメージの描画情報に対応するイメージ描画情報生成手順と、カラーの描画情報に対応するカラー描画情報生成手順のいずれか1つ以上を含むことを特徴とする請求項15に記載の描画命令生成プログラム。   The drawing processing procedure includes: a graphic drawing information generation procedure corresponding to graphic drawing information; a text drawing information generation procedure corresponding to text drawing information; an image drawing information generation procedure corresponding to image drawing information; 16. The drawing command generation program according to claim 15, comprising any one or more of color drawing information generation procedures corresponding to the drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報からパスを生成した描画情報または該描画情報から座標を変換した描画情報である準高レベル描画情報と、該準高レベル描画情報から曲線と直線を分割または直線の輪郭を生成した描画情報である中レベル描画情報と、該中レベル描画情報から走査線を変換した描画情報または該描画情報から矩形や台形を抽出した描画情報である低レベル描画情報とを含むことを特徴とする請求項15に記載の描画命令生成プログラム。   The conversion level drawing information of the plurality of stages further includes drawing information obtained by generating a path from the high level drawing information or quasi high level drawing information which is drawing information obtained by converting coordinates from the drawing information, and the quasi high level drawing information. Middle level drawing information that is drawing information obtained by dividing a curve and a straight line or generating a contour of a straight line, drawing information obtained by converting a scanning line from the middle level drawing information, or drawing information obtained by extracting a rectangle or a trapezoid from the drawing information 16. The drawing command generation program according to claim 15, further comprising low-level drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報のアウトラインデータから文字輪郭を取得した描画情報である準高レベル描画情報と、該準高レベル描画情報にグラフィック処理による塗り潰し処理が行われた描画情報である低レベル描画情報とを含むことを特徴とする請求項15に記載の描画命令生成プログラム。   The conversion level drawing information of the plurality of stages further includes quasi-high level drawing information that is drawing information obtained from the outline data of the high-level drawing information, and a filling process by graphic processing is performed on the quasi-high level drawing information. 16. The drawing command generation program according to claim 15, further comprising low-level drawing information that is broken drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報を圧縮解凍した描画情報または該描画情報のイメージを回転した描画情報である準高レベル描画情報と、該準高レベル描画情報のイメージを変倍した描画情報または該描画情報のイメージを前記カラー描画情報生成手段で変換した描画情報である中レベル描画情報と、該中レベル描画情報のイメージの諧調を変換した描画情報である低レベル描画情報とを含むことを特徴とする請求項15に記載の描画命令生成プログラム。   The conversion level drawing information of the plurality of stages further includes quasi-high level drawing information that is drawing information obtained by compressing and decompressing the high-level drawing information or drawing information obtained by rotating an image of the drawing information, and an image of the quasi-high level drawing information. Medium level drawing information which is the drawing information obtained by scaling the drawing information or the image of the drawing information converted by the color drawing information generating means, and the low level which is the drawing information obtained by converting the tone of the image of the medium level drawing information 16. The drawing command generation program according to claim 15, further comprising drawing information. 前記複数段階の変換レベル描画情報は更に、前記高レベル描画情報をカラーマッチング処理した描画情報か該描画情報に補色変換した描画情報である準高レベル描画情報と、該準高レベル描画情報をBG/UR・グレイ変換した描画情報か、該描画情報をCIEからXYZ中間色変換した描画情報か、該描画情報をXYZからCMYKレンダリング色変換した描画情報である中レベル描画情報、該中レベル描画情報をガンマ補正した描画情報か該描画情報を総量規制した描画情報である低レベル描画情報とを含むことを特徴とする請求項15に記載の描画命令生成プログラム。   The multi-level conversion level drawing information further includes drawing information obtained by performing color matching processing on the high-level drawing information or quasi-high level drawing information which is drawing information obtained by performing complementary color conversion on the drawing information, and the quasi-high level drawing information as BG. / UR / Gray converted drawing information, drawing information obtained by converting the drawing information from CIE to XYZ intermediate color, medium level drawing information which is drawing information obtained by converting the drawing information from XYZ to CMYK rendering color, and the intermediate level drawing information 16. The drawing command generation program according to claim 15, further comprising: gamma-corrected drawing information or low-level drawing information that is drawing information in which the total amount of the drawing information is restricted. 請求項15から請求項20のいずれか1項に記載の描画命令生成プログラムを記録した記録媒体。   The recording medium which recorded the drawing command generation program of any one of Claims 15-20.
JP2005035194A 2005-02-10 2005-02-10 Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program Expired - Fee Related JP4630082B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005035194A JP4630082B2 (en) 2005-02-10 2005-02-10 Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005035194A JP4630082B2 (en) 2005-02-10 2005-02-10 Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program

Publications (2)

Publication Number Publication Date
JP2006218772A JP2006218772A (en) 2006-08-24
JP4630082B2 true JP4630082B2 (en) 2011-02-09

Family

ID=36981399

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005035194A Expired - Fee Related JP4630082B2 (en) 2005-02-10 2005-02-10 Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program

Country Status (1)

Country Link
JP (1) JP4630082B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP5117175B2 (en) * 2006-12-05 2013-01-09 株式会社リコー Color processing apparatus, PDL processing apparatus, image forming apparatus, color conversion method, computer program, and recording medium
JP2016184605A (en) 2015-03-25 2016-10-20 株式会社ニューフレアテクノロジー Charged particle beam drawing device and drawing date creation method

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0695816A (en) * 1992-06-12 1994-04-08 Xerox Corp Device and method for multistage/multiprocess decomposition
JPH08154171A (en) * 1994-11-28 1996-06-11 Fuji Xerox Co Ltd Image processing device
JP2000207154A (en) * 1999-01-20 2000-07-28 Fuji Xerox Co Ltd Image-processing system

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH0695816A (en) * 1992-06-12 1994-04-08 Xerox Corp Device and method for multistage/multiprocess decomposition
JPH08154171A (en) * 1994-11-28 1996-06-11 Fuji Xerox Co Ltd Image processing device
JP2000207154A (en) * 1999-01-20 2000-07-28 Fuji Xerox Co Ltd Image-processing system

Also Published As

Publication number Publication date
JP2006218772A (en) 2006-08-24

Similar Documents

Publication Publication Date Title
US7680358B2 (en) Image processing apparatus and control method thereof, and program
JP4766657B2 (en) Image processing apparatus, control method therefor, and program
US7164493B1 (en) Image processing method, system and apparatus, and storage medium
US7433103B2 (en) Selective flattening of page description files to support color correction
US10592766B2 (en) Image processing apparatus and medium storing program executable by image processing apparatus
JP3142550B2 (en) Graphic processing unit
JP4135195B2 (en) Print processing system, print processing method, and computer-readable recording medium on which print processing control program is recorded
JP2007208531A (en) Multicolor printing apparatus and method of controlling same
JP4630082B2 (en) Image processing apparatus, image forming apparatus, drawing command information generation method, drawing command information generation program, and recording medium recorded with drawing command information generation program
KR100477777B1 (en) Method, system, program, and data structure for generating raster objects
JP5025338B2 (en) Image processing apparatus, printer, image processing method, and image processing program
US6611632B1 (en) Device and method for interpolating image data and medium on which image data interpolating program is recorded
JP4600648B2 (en) Drawing command processing device and drawing command processing method, image drawing device and image drawing method, drawing command generating device and drawing command generating method
JP4630081B2 (en) Image processing apparatus, image forming apparatus, drawing command generation method, drawing command generation program, and recording medium recording drawing command generation program
JP2001293936A (en) Image information processor and method of processing image information
JP2008290397A (en) Drawing processor, pdl processor, image forming apparatus, drawing command generation method, drawing command generation program and recording medium recorded with drawing command generation program
JP5012871B2 (en) Image processing apparatus, image forming apparatus, and image processing program
JP4514168B2 (en) Image processing system and image processing method
JP2008028932A (en) Image processing system, and image processing method
JP2009129342A (en) Image processing device and method
JP2004021886A (en) Image processing device and image processing method
JP4455261B2 (en) Image processing method, image processing apparatus, and image forming system
JP2004334533A (en) Image processing device and method
JP6152310B2 (en) Image forming apparatus
JP2006264257A (en) Image processing apparatus for performing image processing in band unit

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20070828

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100608

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100721

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100810

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100930

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

A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20101112

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

Free format text: PAYMENT UNTIL: 20131119

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4630082

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

LAPS Cancellation because of no payment of annual fees