JP4853504B2 - Image processing program and image processing system - Google Patents

Image processing program and image processing system Download PDF

Info

Publication number
JP4853504B2
JP4853504B2 JP2008236563A JP2008236563A JP4853504B2 JP 4853504 B2 JP4853504 B2 JP 4853504B2 JP 2008236563 A JP2008236563 A JP 2008236563A JP 2008236563 A JP2008236563 A JP 2008236563A JP 4853504 B2 JP4853504 B2 JP 4853504B2
Authority
JP
Japan
Prior art keywords
area
drawn
command
indicated
procedure
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.)
Active
Application number
JP2008236563A
Other languages
Japanese (ja)
Other versions
JP2010074262A (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.)
Brother Industries Ltd
Original Assignee
Brother Industries 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 Brother Industries Ltd filed Critical Brother Industries Ltd
Priority to JP2008236563A priority Critical patent/JP4853504B2/en
Publication of JP2010074262A publication Critical patent/JP2010074262A/en
Application granted granted Critical
Publication of JP4853504B2 publication Critical patent/JP4853504B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Description

本発明は、パーソナルコンピュータ等の情報処理装置において、プリンタに出力させるための画像の描画処理を行うプリンタドライバに関する。   The present invention relates to a printer driver that performs an image drawing process for output to a printer in an information processing apparatus such as a personal computer.

従来、パーソナルコンピュータ(PC)等の情報処理装置と、この情報処理装置からの情報を印刷するプリンタとからなるプリンタシステムにおいては、印刷する画像の描画処理を情報処理装置側で機能するプリンタドライバで行い、このプリンタドライバによって描画された画像をプリンタで印刷するものが知られている。   2. Description of the Related Art Conventionally, in a printer system including an information processing apparatus such as a personal computer (PC) and a printer that prints information from the information processing apparatus, a printer driver that functions to draw an image to be printed on the information processing apparatus side. And printing an image drawn by the printer driver with a printer is known.

この種のプリンタシステムにおいて、情報処理装置のアプリケーションで作成したドキュメントを印刷する際、プリンタドライバは、アプリケーションからの描画命令に沿って文字、図形、画像等からなる印刷データをビットマップ展開し、このビットマップ展開した画像をプリンタ側でそのまま印刷できる状態に変換してからプリンタへ出力している。   In this type of printer system, when printing a document created by an application of an information processing apparatus, the printer driver develops a bitmap of print data consisting of characters, figures, images, etc. in accordance with a drawing command from the application. The bitmap-developed image is converted into a printable state on the printer side and then output to the printer.

このとき、ドキュメントに含まれる線が細過ぎたり、文字が小さ過ぎたりすると、印刷物上においてそれらの線や文字を認識できないことがある。そこで、プリンタドライバには、細い線や小さな文字を通常よりも太らせる太線化処理を行い、印刷物上でそれらの線や文字を認識しやすくするという機能を備えている。   At this time, if the lines included in the document are too thin or the characters are too small, the lines and characters may not be recognized on the printed matter. Therefore, the printer driver has a function of performing thickening processing for making thin lines and small characters thicker than usual so that the lines and characters can be easily recognized on the printed matter.

例えば、特許文献1では、フォント視認性向上処理を実行するコントロール部が、画像データの印刷処理内容に応じて小さな文字を太線化する技術が開示されている。
特開2001−146039号公報
For example, Patent Document 1 discloses a technique in which a control unit that executes font visibility improvement processing thickens small characters according to the print processing content of image data.
JP 2001-146039 A

ところで、プリンタドライバによる描画処理は、例えばWindows(登録商標)等の情報
処理装置のオペレーティングシステム(OS)に実装されている標準の描画関数を用いて行われる。そのため、この描画関数の仕様上の制約により、プリンタドライバによって線や文字をアプリケーションからの描画命令で示されるものより太くする処理を行う際には、以下のような手順が必要であった。
By the way, the drawing process by the printer driver is performed using a standard drawing function installed in an operating system (OS) of an information processing apparatus such as Windows (registered trademark). For this reason, due to restrictions on the specifications of this drawing function, the following procedure is necessary when the printer driver performs processing to make lines and characters thicker than those indicated by the drawing command from the application.

まず、通常の描画領域とは別に設けられた合成領域に太線化すべき描画物を一旦描画してから、その合成領域上で当該描画物を太線化する。そして、その合成領域に描かれた太線化後の描画物を描画領域に合成することで当該描画物の描画を完了する。すなわち、OSに備えられた標準の描画関数を用いて描画処理を行う場合、描画命令で示される描画物を直接太線化して描画領域に描き込むことができないため、このような手順で描画を行うのである。   First, a drawing object to be thickened is once drawn in a synthesis area provided separately from a normal drawing area, and then the drawing object is thickened on the synthesis area. Then, drawing of the drawn object is completed by combining the thickened drawn object drawn in the combined area with the drawn area. That is, when drawing processing is performed using the standard drawing function provided in the OS, the drawing object indicated by the drawing command cannot be bolded directly and drawn in the drawing area, and thus drawing is performed in such a procedure. It is.

しかしながら、ドキュメントの中に太線化すべき線や文字が多数存在する場合、上述のような手順を個々の線や文字に対応する描画命令を受ける度に繰り返し行う必要があり、その結果、描画処理に要する時間が長くなるという問題があった。   However, if there are many lines and characters that should be bolded in the document, it is necessary to repeat the above procedure every time a drawing command corresponding to each line or character is received. There was a problem that it took a long time.

本発明は上記問題を解決するためになされており、プリンタドライバにおける太線化処理に係る処理負荷を低減することで、描画処理の処理速度を向上させるための技術を提供することを目的とする。   The present invention has been made to solve the above problem, and an object of the present invention is to provide a technique for improving the processing speed of the drawing process by reducing the processing load related to the thickening process in the printer driver.

上記目的を達成するためになされた請求項1に記載の画像処理プログラムは、アプリケーションからの描画命令で示される描画物に対する描画処理を行う情報処理装置によって実行される画像処理プログラムであって、判定手順と、描画手順と、合成手順と、描画判定手順と、描画色判定手順とを備える。 The image processing program according to claim 1, which has been made to achieve the above object, is an image processing program that is executed by an information processing apparatus that performs a drawing process on a drawing object indicated by a drawing command from an application. A procedure, a drawing procedure, a synthesis procedure, a drawing determination procedure, and a drawing color determination procedure;

このうち、判定手順では、1の描画命令で示される描画物の太さを当該描画命令で指示されるよりも太くする太線化処理を行うか否かを判定する。描画手順では、判定手順により太線化処理を行うと判定された描画物を第1の描画領域に描画し、太線化処理を行わないと判定された描画物を第2の描画領域に描画する。合成手順では、第1の描画領域に描画されている描画物に対して太線化処理を実行し、その太線化された描画物を第2の描画領域へ合成した後、第1の描画領域を初期化する。描画判定手順では、判定手順により太線化処理を行うと判定された場合、第1の描画領域に他の描画命令で示された描画物が描画されているか否かを判定する。描画色判定手順では、描画判定手順により、第1の描画領域に他の描画命令で示された描画物が描画されていると判定された場合、当該1の描画命令で示される描画色と、第1の描画領域に既に描画されている描画物における描画色とが一致するか否かを判定する。 Among these, in the determination procedure, it is determined whether or not to perform the thickening process for making the thickness of the drawing object indicated by one drawing command thicker than that specified by the drawing command. In the drawing procedure, a drawing object determined to be subjected to thickening processing according to the determination procedure is drawn in the first drawing area, and a drawing object determined not to be thickened is drawn in the second drawing area. In the compositing procedure, a thickening process is executed on the drawing object drawn in the first drawing area, the thickened drawing object is combined into the second drawing area, and then the first drawing area is displayed. initialize. In the drawing determination procedure, when it is determined that the thickening process is performed according to the determination procedure, it is determined whether or not a drawing object indicated by another drawing command is drawn in the first drawing area. In the drawing color determination procedure, when it is determined by the drawing determination procedure that a drawing object indicated by another drawing command is drawn in the first drawing area, the drawing color indicated by the one drawing command; It is determined whether or not the drawing color in the drawing already drawn in the first drawing area matches.

そして、描画判定手順により第1の描画領域に他の描画物が描画されていないと判定された場合、又は、描画色判定手順により描画色が一致すると判定された場合、描画手順によって、第1の描画領域に1の描画命令で示される描画物を描画する。 When it is determined by the drawing determination procedure that no other drawing object is drawn in the first drawing area, or when it is determined by the drawing color determination procedure that the drawing colors match, the drawing procedure first The drawing object indicated by one drawing command is drawn in the drawing area.

一方、描画色判定手順により描画色が一致しないと判定された場合、まず、合成手順によって、第1の描画領域に描画されている描画物を太線化して、これを第2の描画領域へ合成した後、第1の描画領域を初期化し、その後、描画手順によって、合成手順により初期化された第1の描画領域に1の描画命令で示される描画物を新たに描画する。 On the other hand, if it is determined by the drawing color determination procedure that the drawing colors do not match, first, the drawing object drawn in the first drawing area is bolded by the combining procedure, and this is combined with the second drawing area. After that, the first drawing area is initialized, and then a drawing object indicated by one drawing command is newly drawn in the first drawing area initialized by the combining procedure by the drawing procedure.

なお、本発明の画像処理プログラムは、PC等の情報処理装置にインストールされるプリンタドライバ等に適用される。
このように構成された画像処理プログラムによれば、アプリケーションからの描画命令に示される描画色が同一である描画物に対しては、複数の描画命令で示される描画物を第1の描画領域(合成領域)にまとめて描画し、これら複数の描画物を一括して太線化及び合成させることができる。このようにすることで、プリンタドライバによる描画処理の際の太線化処理に係る処理負荷を低減でき、描画処理の処理速度を向上させることができる。
The image processing program of the present invention is applied to a printer driver installed in an information processing apparatus such as a PC.
According to the image processing program configured as described above, for a drawing having the same drawing color indicated by the drawing command from the application, the drawing indicated by the plurality of drawing commands is changed to the first drawing area ( It is possible to draw in a combined area) and to thicken and synthesize these multiple drawn objects at once. By doing so, it is possible to reduce the processing load related to the thick line processing at the time of drawing processing by the printer driver, and to improve the processing speed of the drawing processing.

さらに、請求項に記載のように、第1の描画領域は、1画素あたり1ビットのビットマップ領域で構成されているとよい。その場合、合成手順では、第1の描画領域に描画されている描画物を第2の描画領域へ合成する際に、当該描画物を示す描画命令で示される描画色で第2の描画領域へ合成する。 Further, as described in claim 2 , the first drawing area may be composed of a bit map area of 1 bit per pixel. In this case, in the synthesis procedure, when the drawing object drawn in the first drawing area is combined with the second drawing area, the drawing color indicated by the drawing command indicating the drawing object is transferred to the second drawing area. Synthesize.

第1の描画領域を、1画素あたり1ビットのデータで表現するビットマップ領域で構成することで、第1の描画領域を構成するのに必要なメモリの容量を最小限にすることができる。さらに、1ビットのビットマップ領域で構成された第1の描画領域には、各描画物は二値化された白黒画像として描画されるので、第1の描画領域に描画物を描き込んだり、描画物をまとめて太線化する際の処理負荷も大幅に低減できる。なお、第1の描画領域にまとめて描画されている複数の描画物は、各々の描画命令において同一の描画色が指定されている。そのため、太線化処理後の画像合成時には、その描画色にて一括して第2の描画領域に画像を合成できる。このようにすることで、画像合成時の処理負荷も低減でき、好適である。   By configuring the first drawing area with a bitmap area expressed by 1-bit data per pixel, it is possible to minimize the memory capacity required to form the first drawing area. Furthermore, since each drawing object is drawn as a binarized black and white image in the first drawing area composed of a 1-bit bitmap area, the drawing object is drawn in the first drawing area, The processing load when drawing objects are thickened together can be greatly reduced. Note that the same drawing color is designated in each drawing command for a plurality of drawing objects drawn together in the first drawing area. Therefore, when synthesizing the image after the thickening process, it is possible to synthesize the image in the second drawing area in a lump with the drawing color. By doing so, the processing load at the time of image composition can be reduced, which is preferable.

つぎに、請求項に記載の画像処理プログラムは、描画手順により第1の描画領域に描画物が描画された際、第1の描画領域に描画命令で示される描画物が描画されている状態を示す変数を設定し、合成手順により第1の描画領域が初期化された際、変数を解除する変数設定手順を更に備える。そして、描画判定手順では、変数設定手順により設定された変数に基づき、第1の描画領域に描画物が描画されているか否かを判定することを特徴とする。このように構成することで、変数設定手順により設定される変数に基づいて、描画判定手順において合成処理の要否を正確に判定することができる。 Next, the image processing program according to claim 3 is a state in which when the drawing object is drawn in the first drawing area by the drawing procedure, the drawing object indicated by the drawing command is drawn in the first drawing area. And a variable setting procedure for releasing the variable when the first drawing area is initialized by the compositing procedure. In the drawing determination procedure, it is determined whether or not a drawing object is drawn in the first drawing area based on the variable set by the variable setting procedure. With this configuration, it is possible to accurately determine the necessity of the synthesis process in the drawing determination procedure based on the variables set by the variable setting procedure.

つぎに、請求項に記載の画像処理システムは、アプリケーションからの描画命令で示される描画物に対する描画処理を行う情報処理装置と、この情報処理装置と通信可能に接続され、当該情報処理装置によって描画された画像を印刷する印刷装置とからなり、情報処理装置にインストールされるプリンタドライバに、請求項1に記載の画像処理プログラムを適用したものに相当する。 Next, an image processing system according to claim 4 is connected to an information processing apparatus that performs a drawing process on a drawing object indicated by a drawing command from an application, and the information processing apparatus, and is connected to the information processing apparatus. The image processing program according to the first aspect is applied to a printer driver that includes a printing device that prints a drawn image and is installed in the information processing device.

すなわち、情報処理装置は、自情報処理装置上で動作するアプリケーションから出力された1の描画命令で示される描画物の太さを当該描画命令で指示されるよりも太くする太線化処理を行うか否かを判定する判定手段と、判定手段により太線化処理を行うと判定された描画物を第1の描画領域に描画し、太線化処理を行わないと判定された描画物を第2の描画領域に描画する描画手段と、第1の描画領域に描画されている描画物に対して太線化処理を実行し、その太線化された描画物を第2の描画領域へ合成した後、第1の描画領域を初期化する合成手段と、判定手段により太線化処理を行うと判定された場合、第1の描画領域に他の描画命令で示された描画物が描画されているか否かを判定する描画判定手段と、描画判定手段により、第1の描画領域に他の描画命令で示された描画物が描画されていると判定された場合、当該1の描画命令で示される描画色と、第1の描画領域に既に描画されている描画物における描画色とが一致するか否かを判定する描画色判定手段とを備える。 That is, does the information processing apparatus perform a thickening process for making the thickness of a drawing object indicated by one drawing command output from an application operating on the information processing apparatus thicker than that indicated by the drawing command? A determination unit that determines whether or not a drawing object that is determined to be subjected to the thickening process by the determination unit is drawn in the first drawing area; A drawing means for drawing in the area, and a thickening process is executed on the drawing object drawn in the first drawing area, and the thickened drawing object is synthesized into the second drawing area, then the first If it is determined by the combining means that initializes the drawing area and the thickening processing by the determining means, it is determined whether or not a drawing object indicated by another drawing command is drawn in the first drawing area. The drawing determination means and the drawing determination means If the drawing object indicated by another drawing command to the drawing area is determined to have been drawn, the drawing color represented by the drawing command of the 1, drawing was already drawn in the first drawing area And a drawing color determining means for determining whether or not the drawing color matches with the drawing color .

そして、描画判定手段により第1の描画領域に他の描画物が描画されていないと判定された場合、又は、描画色判定手段により描画色が一致すると判定された場合、描画手段は、第1の描画領域に1の描画命令で示される描画物を描画する。 When the drawing determination unit determines that no other drawing object is drawn in the first drawing area, or when the drawing color determination unit determines that the drawing colors match, the drawing unit The drawing object indicated by one drawing command is drawn in the drawing area.

一方、描画色判定手段により描画色が一致しないと判定された場合、まず、合成手段は、第1の描画領域に描画されている描画物を太線化して、これを第2の描画領域へ合成した後、第1の描画領域を初期化し、その後、描画手段は、合成手段により初期化された第1の描画領域に1の描画命令で示される描画物を新たに描画する。 On the other hand, if the drawing color determining means determines that the drawing colors do not match, first, the synthesizing means thickens the drawn object drawn in the first drawing area and combines it with the second drawing area. After that, the first drawing area is initialized, and then the drawing means newly draws a drawing object indicated by one drawing command in the first drawing area initialized by the synthesizing means.

そして、全ての描画命令に対して描画手段による描画処理を実行した後、合成手段による合成処理を実行し、第2の描画領域に描画されている画像を所定のデータ形式に変換して印刷装置へ出力する。   Then, after executing the drawing process by the drawing unit for all the drawing commands, the combining unit executes the combining process to convert the image drawn in the second drawing area into a predetermined data format, and the printing apparatus Output to.

このように構成された画像処理システムによれば、請求項1に記載の画像処理プログラムと同様の効果を奏する。   According to the image processing system configured as described above, the same effect as the image processing program according to the first aspect can be obtained.

以下、本発明の一実施形態を図面に基づいて説明する。なお、本発明は下記の実施形態に何ら限定されるものではなく、本発明の技術的範囲に属する限り様々な態様にて実施することが可能である。   Hereinafter, an embodiment of the present invention will be described with reference to the drawings. Note that the present invention is not limited to the following embodiment, and can be implemented in various modes as long as it belongs to the technical scope of the present invention.

[画像処理システムの構成の説明]
図1は、本発明の一実施形態である画像処理システムの概略構成を示すブロック図である。この画像処理システムは、パーソナルコンピュータ1(以下、PC1と表記)と、PC1に接続されたプリンタ2とからなり、PC1上で動作するプリンタドライバによってドキュメントの描画処理を行い、PC1側で描画された画像をプリンタ2が印刷する。
[Description of image processing system configuration]
FIG. 1 is a block diagram showing a schematic configuration of an image processing system according to an embodiment of the present invention. This image processing system is composed of a personal computer 1 (hereinafter referred to as PC1) and a printer 2 connected to the PC1. The document is drawn by a printer driver operating on the PC1 and drawn on the PC1 side. The printer 2 prints the image.

PC1は、図1に示すように、CPU11、ROM12、RAM13、ハードディスクドライブ14(以下、HDD14と称する)、操作部15、表示部16、通信インタフェース17等を備えている。   As shown in FIG. 1, the PC 1 includes a CPU 11, a ROM 12, a RAM 13, a hard disk drive 14 (hereinafter referred to as an HDD 14), an operation unit 15, a display unit 16, a communication interface 17, and the like.

CPU11は、ROM12やRAM13に記憶されたプログラムやデータに従って、PC1各部に対する制御及び各種演算を実行する装置である。後述する印刷処理等を行うプリンタドライバとしての処理は、このCPU11によって実行される。ROM12は、PC1の電源スイッチを切っても記憶内容を保持する記憶装置で、BIOSやIPLといった一部のプログラムや通常であれば更新されない読み出し専用のデータ等を記憶している。   The CPU 11 is a device that executes control and various operations for each part of the PC 1 in accordance with programs and data stored in the ROM 12 and RAM 13. Processing as a printer driver for performing print processing and the like to be described later is executed by the CPU 11. The ROM 12 is a storage device that retains stored contents even when the power switch of the PC 1 is turned off, and stores some programs such as BIOS and IPL, read-only data that is not normally updated, and the like.

RAM13は、CPU11から直接アクセスされるメインメモリとして利用される記憶装置である。このRAM13には、オペレーティングシステムや各種アプリケーション等のソフトウェアがHDD14から読み込まれ、また、CPU11による各種演算の結果やHDD14から読み込まれたデータもRAM13に記憶される。後述するプリンタドライバとしての処理を実行する際には、各処理をCPU11に実行させるためのプログラムがHDD14からRAM13に読み込まれる。そして、RAM13に記憶されたプログラムに従って、CPU11が各処理を実行することになる。   The RAM 13 is a storage device used as a main memory that is directly accessed from the CPU 11. In the RAM 13, software such as an operating system and various applications is read from the HDD 14, and results of various calculations by the CPU 11 and data read from the HDD 14 are also stored in the RAM 13. When executing processing as a printer driver to be described later, a program for causing the CPU 11 to execute each processing is read from the HDD 14 into the RAM 13. Then, the CPU 11 executes each process according to the program stored in the RAM 13.

HDD14は、OS、各種プログラム、及び各種データファイルを保存しておくための装置で、上記プリンタドライバのプログラムもHDD14に保存されている。操作部15は、ユーザからの各種指示を入力するための入力装置であり、例えば、キーボードや各種ポインティングデバイス(例えばマウス)等によって構成される。表示部16は、各種情報をユーザに対して提示するための出力装置であり、例えば液晶ディスプレイ等によって構成される。   The HDD 14 is an apparatus for storing the OS, various programs, and various data files. The printer driver program is also stored in the HDD 14. The operation unit 15 is an input device for inputting various instructions from the user, and includes, for example, a keyboard and various pointing devices (for example, a mouse). The display unit 16 is an output device for presenting various types of information to the user, and is configured by a liquid crystal display, for example.

通信インタフェース17(以下、通信I/F17と表記する)は、通信線やネットワーク等で構成される通信経路171を介してプリンタやスキャナ等の周辺機器をPC1に接続するためのハードウェインタフェースである。なお、本実施形態では、この通信I/F17を介してPC1とプリンタ2とが通信可能に接続されているものと想定する。   The communication interface 17 (hereinafter referred to as a communication I / F 17) is a hardware interface for connecting peripheral devices such as a printer and a scanner to the PC 1 via a communication path 171 constituted by a communication line, a network, and the like. In the present embodiment, it is assumed that the PC 1 and the printer 2 are communicably connected via the communication I / F 17.

PC1には、このPC1に接続されたプリンタ2を制御するためのプリンタドライバがインストールされている。このプリンタドライバは、同じくPC1にインストールされている上位のOSの管理下で動作し、OSの管理下で動作する他のアプリケーションに対してプリンタ2とのインタフェースを提供するソフトウェアである。PC1のCPU11は、このプリンタドライバのプログラムに従ってアプリケーションから出力されるドキュメントの印刷処理を行う。   A printer driver for controlling the printer 2 connected to the PC 1 is installed in the PC 1. This printer driver is software that operates under the management of a higher-level OS installed in the PC 1 and provides an interface with the printer 2 for other applications that operate under the management of the OS. The CPU 11 of the PC 1 performs a printing process for a document output from the application according to the printer driver program.

具体的には、CPU11は、アプリケーションから出力される描画命令に従ってドキュメントの描画処理を行い、その描画した画像の印刷データをプリンタ2へ出力する。なお、プリンタドライバによる描画処理は、上位のOS側から供給される標準の描画関数を用いて行われる。一方、プリンタ2は、PC1のプリンタドライバから出力された印刷データに基づき、ドキュメントの印刷を行う。なお、上述のドキュメントの印刷に関する一連の処理の詳細な説明については後述する。   Specifically, the CPU 11 performs document drawing processing in accordance with a drawing command output from the application, and outputs print data of the drawn image to the printer 2. Note that the drawing process by the printer driver is performed using a standard drawing function supplied from the host OS side. On the other hand, the printer 2 prints a document based on the print data output from the printer driver of the PC 1. A detailed description of a series of processes relating to the printing of the document will be described later.

[プリンタドライバによる印刷処理の説明]
図2は、PC1にインストールされているプリンタドライバのプログラムに従って、CPU11が実行する印刷処理のメイン処理の手順を示すフローチャートである。この印刷処理は、他のアプリケーションからのドキュメントの印刷要求によってプリンタドライバがコールされることで開始される。
[Description of print processing by printer driver]
FIG. 2 is a flowchart showing the procedure of the main process of the printing process executed by the CPU 11 in accordance with the printer driver program installed in the PC 1. This printing process is started when the printer driver is called by a document print request from another application.

CPU11は、まず、印刷対象のドキュメントにおいて、本処理が未処理のページがあるか否かを判定する(S101)。未処理のページがあると判定した場合(S101:YES)、そのうちの1ページを対象に画像描画処理を行う(S102)。この処理は、処理対象のページに含まれる各描画物に対応する描画命令をアプリケーションから順次取得し、その描画命令に従ってRAM13上に設けられる描画領域に画像を描画する処理である。この画像描画処理の詳細な手順については後述する。   First, the CPU 11 determines whether or not there is a page that has not been processed in the document to be printed (S101). When it is determined that there is an unprocessed page (S101: YES), image rendering processing is performed on one of the pages (S102). This process is a process of sequentially obtaining a drawing command corresponding to each drawing object included in the processing target page from the application and drawing an image in a drawing area provided on the RAM 13 in accordance with the drawing command. The detailed procedure of this image drawing process will be described later.

つぎに、S102で描画領域に描画された画像に対して、所定の色成分(例えば、CMYK)からなるカラーイメージデータに変換する色変換処理を行い(S103)、つづいて、その変換されたカラーイメージデータに基づいて2値カラーイメージデータを生成する2値化処理を行う(S104)。つぎに、このようにして作成された画像のイメージデータを所定の解像度に圧縮し(S105)、この圧縮したデータに各種制御コマンドを付加して、プリンタ2に適合するページ記述言語(PDL:Page Description Language)
を作成する(S106)。そして、この作成した1ページ分のPDLデータを印刷ジョブとしてプリンタ2に送信し(S107)、S101の処理へ戻る。
Next, color conversion processing is performed for converting the image drawn in the drawing area in S102 into color image data composed of predetermined color components (for example, CMYK) (S103), and then the converted color is performed. A binarization process for generating binary color image data based on the image data is performed (S104). Next, the image data of the image thus created is compressed to a predetermined resolution (S105), various control commands are added to the compressed data, and a page description language (PDL: Page suitable for the printer 2) is added. Description Language)
Is created (S106). Then, the created PDL data for one page is transmitted as a print job to the printer 2 (S107), and the process returns to S101.

以降、S101〜S107の処理を順次繰り返すことで、ドキュメントの各ページに対応する印刷ジョブをプリンタ2に出力する。その後、S101で、未処理のページが存在しないと判定した場合(S101:NO)、すなわち、印刷対象のドキュメントの全ページに対して本処理を実行した場合、印刷処理を終了する。   Thereafter, the print job corresponding to each page of the document is output to the printer 2 by sequentially repeating the processes of S101 to S107. Thereafter, if it is determined in S101 that there is no unprocessed page (S101: NO), that is, if this process is executed for all pages of the document to be printed, the printing process is terminated.

[プリンタドライバによる画像描画処理の説明]
つぎに、上述の印刷処理(図2)におけるS102の画像描画処理の詳細な手順を図3〜7に基づき説明する。
[Description of image drawing processing by printer driver]
Next, a detailed procedure of the image drawing process of S102 in the above-described printing process (FIG. 2) will be described with reference to FIGS.

図3は、CPU11が実行する画像描画処理の手順を示すフローチャートである。この処理は、PC1にインストールされているプリンタドライバのプログラムに従って実行される。   FIG. 3 is a flowchart showing a procedure of image drawing processing executed by the CPU 11. This process is executed according to the printer driver program installed in the PC 1.

なお、以下においては、画像描画処理に対する理解を容易にするために、図5に示す画像を描画する事例に基づいて処理の手順を説明する。この図5において、(a)は、画像描画処理の対象となるページの一例を示す図であり、(b)は、このページを描画するために用いられる描画命令の一覧を示す説明図である。   In the following, in order to facilitate understanding of the image drawing processing, the processing procedure will be described based on an example of drawing an image shown in FIG. 5A is a diagram illustrating an example of a page to be subjected to image rendering processing, and FIG. 5B is an explanatory diagram illustrating a list of rendering commands used for rendering the page. .

図5(a)に示す描画処理の対象ページには、図形(円)、線(直線、曲線、楕円)、文字(ABC,XYZ)等といった個々の描画物が合計6つ含まれている。そして、各描画物にそれぞれ対応する合計6つの描画命令がアプリケーション側で生成され、番号順にプリンタドライバへ出力される。   The drawing processing target page shown in FIG. 5A includes a total of six individual drawn objects such as graphics (circles), lines (straight lines, curves, ellipses), characters (ABC, XYZ), and the like. Then, a total of six drawing commands corresponding to the respective drawing objects are generated on the application side and output to the printer driver in numerical order.

各描画命令には、図5(b)に示すように、例えば、図形、線、文字といった描画内容を定義する情報と、描画物の形状やテキストの内容を定義する情報と、描画色を定義する情報と、文字の大きさ及び線の太さを定義する情報とが含まれている。   For each drawing command, as shown in FIG. 5B, for example, information for defining the drawing contents such as graphics, lines, and characters, information for defining the shape of the drawn object and the text contents, and the drawing color are defined. And information defining the character size and line thickness.

図3のフローチャートの説明に戻る。CPU11は、まず、RAM13上の描画領域を初期化し(S201)、つづいて、RAM13上の合成領域を初期化する(S202)。
ここで、描画領域とは、本発明における第2の描画領域に相当し、1つの画素について24ビット又は32ビットの色情報を持たせるフルカラーのビットマップ領域が用いられる。一方、合成領域とは、本発明における第1の描画領域に相当し、1つの画素について1ビットの色情報(例えば、白と黒)を持たせるビットマップ領域が用いられる。なお、描画領域と合成領域とは、互いに同じサイズ(すなわち、画素数及び縦横比が同じ)に構成されている。
Returning to the flowchart of FIG. The CPU 11 first initializes the drawing area on the RAM 13 (S201), and then initializes the synthesis area on the RAM 13 (S202).
Here, the drawing area corresponds to the second drawing area in the present invention, and a full-color bitmap area that has 24-bit or 32-bit color information for one pixel is used. On the other hand, the composite area corresponds to the first drawing area in the present invention, and a bitmap area that has 1-bit color information (for example, white and black) for one pixel is used. Note that the drawing area and the synthesis area are configured to have the same size (that is, the number of pixels and the aspect ratio are the same).

描画領域及び合成領域を共に初期化した後、合成色を示すパラメータを「なし」にセットし、合成中フラグを「偽」にセットする(S203)。ここで、合成色とは、後述の合成処理(図4参照)のS302で合成領域内の描画物を描画領域へ合成する際に用いる描画色である。また、合成中フラグとは、合成領域に後述の合成処理の済んでいない描画物が描画されている状態であるか否かを示すフラグである。この合成中フラグが「真」である場合、合成領域に描画物が描画されている状態を示しており、合成中フラグが「偽」である場合、合成領域に描画物が描画されていない状態(すなわち、初期化された状態)を示している。   After initializing both the drawing area and the composition area, the parameter indicating the composition color is set to “none” and the in-composition flag is set to “false” (S203). Here, the composite color is a drawing color used when the drawing object in the combining area is combined with the drawing area in S302 of a combining process (see FIG. 4) described later. The in-combination flag is a flag indicating whether or not a drawing object that has not been subjected to a combining process, which will be described later, is being drawn in the combining area. When this compositing flag is “true”, it indicates that the drawing object is being drawn in the compositing area, and when the compositing flag is “false”, the drawing object is not being drawn in the compositing area. (That is, an initialized state).

つぎに、アプリケーションから描画命令の受信を行い(S204)、アプリケーションから出力された描画命令があるか否かを判定する(S205)。ここでは、図5(b)に示す描画命令の一覧のうち、まず、1番目の描画命令を受信した場合を想定し、S205では肯定判定をする(S205:YES)。   Next, a drawing command is received from the application (S204), and it is determined whether there is a drawing command output from the application (S205). Here, assuming that the first drawing command is received from the drawing command list shown in FIG. 5B, an affirmative determination is made in S205 (S205: YES).

つぎに、受信した描画命令で示される描画内容が、線又は文字の何れかの描画を指示するものであるか否かを判定する(S206)。本実施形態では、描画内容が線又は文字である描画物で、かつ、線の太さ及び文字の大きさが規定値以下のものを太線化処理の対象としており、それ以外の描画物(図形、ビットマップ画像等)については太線化処理の対象とならない。すなわち、S206では、描画命令で示される描画物の描画内容が、太線化処理の対象になり得るものであるか否かを判定している。今受信している1番目の描画命令においては、描画内容が「図形描画」となっており、太線化処理の対象ではないので、S206では否定判定をする(S206:NO)。   Next, it is determined whether or not the drawing content indicated by the received drawing command is an instruction to draw either a line or a character (S206). In the present embodiment, a drawing whose drawing content is a line or a character, and whose line thickness and character size are equal to or less than the prescribed values are targets for thickening processing, and other drawing objects (graphics) , Bitmap images, etc.) are not subject to thickening processing. That is, in S206, it is determined whether or not the drawing content of the drawn object indicated by the drawing command can be a target of the thickening process. In the first drawing command received now, the drawing content is “graphic drawing” and is not the target of the thickening process, so a negative determination is made in S206 (S206: NO).

つぎに、合成中フラグの値が「真」であるか否かを判定する(S207)。1番目の描画命令を受信した時点では、合成中フラグは初期値の「偽」のままであるので、S207では否定判定をする(S207:NO)。そして、1番目の描画命令で示される描画物を描画領域に描き込み(S209)、S204の処理へ戻る。なお、描画領域には、描画命令で示される各種指示(形状・テキスト、描画色、文字の大きさ・線の太さ)のとおりに描画物を描画する。なお、1番目の描画命令に基づく描画を行った際の描画領域の具体例を図6(a)に示す。この図6(a)に示す描画領域の例では、1番目の描画命令で示された図形(円)が描画されている。   Next, it is determined whether or not the value of the compositing flag is “true” (S207). When the first drawing command is received, the compositing flag remains the initial value “false”, so a negative determination is made in S207 (S207: NO). Then, the drawing object indicated by the first drawing command is drawn in the drawing area (S209), and the process returns to S204. A drawing object is drawn in the drawing area in accordance with various instructions (shape / text, drawing color, character size / line thickness) indicated by the drawing command. A specific example of a drawing area when drawing based on the first drawing command is shown in FIG. In the example of the drawing area shown in FIG. 6A, the figure (circle) indicated by the first drawing command is drawn.

図3のフローチャートの説明に戻る。1番目の描画命令に対する描画処理を行った後、S204の処理へ戻り、2番目の描画命令をアプリケーションから受信し、S205では肯定判定をする(S205:YES)。そして、その受信した描画命令で示される描画内容が、線又は文字の何れかの描画を指示するものであるか否かを判定する(S206)。今受信している2番目の描画命令においては、描画内容が「線描画」となっており、太線化処理の対象となり得るので、S206では肯定判定をする(S206:YES)。   Returning to the flowchart of FIG. After performing the drawing process for the first drawing command, the process returns to S204, the second drawing command is received from the application, and an affirmative determination is made in S205 (S205: YES). Then, it is determined whether or not the drawing content indicated by the received drawing command is an instruction to draw either a line or a character (S206). In the second drawing command received now, the drawing content is “line drawing” and can be the target of thickening processing, so an affirmative determination is made in S206 (S206: YES).

つづいて、当該描画命令で示される描画物の線の太さ・文字の大きさが規定値以下であるか否かを判定する(S210)。この規定値とは、描画命令で示される線の太さ又は文字の大きさがその数値以下である場合、印刷結果の視認性を向上させるために太線化処理を行うことを定めた数値である。なお、本実施形態では、線の太さに対する規定値を3とし、文字の大きさに対する規定値を5と設定した場合を想定するが、実用上においては、プリンタの解像度等の条件に応じて適宜な規定値を設定すればよい。   Subsequently, it is determined whether or not the line thickness / character size of the drawn object indicated by the drawing command is equal to or less than a specified value (S210). This specified value is a numerical value that specifies that thick line processing should be performed in order to improve the visibility of the print result when the line thickness or character size indicated by the drawing command is less than or equal to the numerical value. . In the present embodiment, it is assumed that the specified value for the line thickness is set to 3, and the specified value for the character size is set to 5, but in practice, depending on conditions such as the resolution of the printer. An appropriate specified value may be set.

今受信している2番目の描画命令においては、線の太さが2と指定されており、線の太さの規定値である3よりも細い線であるため、太線化処理の対象となる。したがって、S210では肯定判定をする(S210:YES)。つぎに、合成中フラグの値が「真」であるか否かを判定する(S211)。2番目の描画命令を受信した時点では合成領域に未だ何も描画されておらず、合成中フラグは初期値の「偽」のままである。したがって、S211では否定判定をする(S211:NO)。そして、2番目の描画命令で示される描画物を合成領域に描き込む(S214)。なお、合成領域は1ビットのビットマップ領域であるので、描画物を黒で描き込むが、描画色を黒にする以外は、描画命令で示される各種指示(形状・テキスト、文字の大きさ・線の太さ)のとおりに描画物を描画する。   In the second drawing command received now, the thickness of the line is specified as 2, which is a line thinner than 3, which is the prescribed value of the thickness of the line, and is therefore subject to thickening processing. . Accordingly, an affirmative determination is made in S210 (S210: YES). Next, it is determined whether or not the value of the compositing flag is “true” (S211). At the time of receiving the second drawing command, nothing is drawn yet in the composition area, and the composition flag remains the initial value “false”. Therefore, a negative determination is made in S211 (S211: NO). Then, the drawing object indicated by the second drawing command is drawn in the synthesis area (S214). Since the composite area is a 1-bit bitmap area, the drawn object is drawn in black. Except for setting the drawing color to black, various instructions (shape, text, character size, Draw the drawing as shown in (line thickness).

2番目の描画命令に基づく描画を行った際の合成領域の具体例を図6(b)に示す。この図6(b)に示す合成領域の例では、2番目の描画命令で示された直線が描画されている。   FIG. 6B shows a specific example of the synthesis area when drawing based on the second drawing command. In the example of the synthesis area shown in FIG. 6B, the straight line indicated by the second drawing command is drawn.

図3のフローチャートの説明に戻る。2番目の描画命令で示された描画物を合成領域に描画した後、合成色を示すパラメータを当該2番目の描画命令で示される描画色(灰色)にセットし、合成中フラグを「真」にセットする(S215)。つぎに、S204の処理へ戻り、3番目の描画命令をアプリケーションから受信し、S205では肯定判定をする(S205:YES)。そして、その受信した描画命令で示される描画内容が、線又は文字の何れかの描画を指示するものであるか否かを判定する(S206)。今受信している3番目の描画命令においては、描画内容が「文字描画」となっており、太線化処理の対象となり得るので、S206では肯定判定をする(S206:YES)。   Returning to the flowchart of FIG. After drawing the drawing object indicated by the second drawing command in the synthesis area, the parameter indicating the synthesis color is set to the drawing color (gray) indicated by the second drawing command, and the compositing flag is set to “true”. (S215). Next, returning to the processing of S204, the third drawing command is received from the application, and an affirmative determination is made in S205 (S205: YES). Then, it is determined whether or not the drawing content indicated by the received drawing command is an instruction to draw either a line or a character (S206). In the third drawing command received now, the drawing content is “character drawing” and can be the target of thickening processing, so an affirmative determination is made in S206 (S206: YES).

つづいて、当該描画命令で示される描画物の線の太さ・文字の大きさが規定値以下であるか否かを判定する(S210)。今受信している3番目の描画命令においては、文字の大きさが5と指定されており、文字の大きさの規定値である5と同じであるため、太線化処理の対象となる。したがって、S210では肯定判定をする(S210:YES)。つぎに、合成中フラグの値が「真」であるか否かを判定する(S211)。3番目の描画命令を受信した時点では、合成領域には2番目の描画命令による描画物が描画されており、合成中フラグは「真」となっている。したがって、S211では肯定判定をする(S211:YES)。   Subsequently, it is determined whether or not the line thickness / character size of the drawn object indicated by the drawing command is equal to or less than a specified value (S210). In the third drawing command received now, the character size is specified as 5, which is the same as 5 which is the prescribed value of the character size, and is therefore subject to thickening processing. Accordingly, an affirmative determination is made in S210 (S210: YES). Next, it is determined whether or not the value of the compositing flag is “true” (S211). At the time when the third drawing command is received, a drawing object according to the second drawing command is drawn in the combining area, and the combining flag is “true”. Accordingly, an affirmative determination is made in S211 (S211: YES).

そして、3番目の描画命令で示される描画色と、合成色のパラメータにセットされている描画色とが同一であるか否かを判定する(S212)。ここでは、これから合成領域に描画しようとする描画物の描画色と、合成領域に既に描画されている描画物に指定の描画色(すなわち、合成色)とが同一であるか否かを判断している。3番目の描画命令で示される描画色は灰色であり、この時点での合成色のパラメータには灰色がセットされているため、S212では肯定判定をする(S212:YES)。   Then, it is determined whether or not the drawing color indicated by the third drawing command is the same as the drawing color set in the composite color parameter (S212). Here, it is determined whether or not the drawing color of the drawing to be drawn in the composition area is the same as the drawing color designated for the drawing object already drawn in the composition area (that is, the composition color). ing. Since the drawing color indicated by the third drawing command is gray and gray is set as the composite color parameter at this time, an affirmative determination is made in S212 (S212: YES).

そして、3番目の描画命令で示される描画物を合成領域に追加で描き込む(S214)。なお、合成領域は1ビットのビットマップ領域であるので、描画物を黒で描き込むが、描画色を黒にする以外は、描画命令で示される各種指示(形状・テキスト、文字の大きさ・線の太さ)のとおりに描画物を描画する。   Then, the drawing object indicated by the third drawing command is additionally drawn in the synthesis area (S214). Since the composite area is a 1-bit bitmap area, the drawn object is drawn in black. Except for setting the drawing color to black, various instructions (shape, text, character size, Draw the drawing as shown in (line thickness).

3番目の描画命令で示された描画物を合成領域に描画した後、合成色を示すパラメータを当該3番目の描画命令で示される描画色(灰色)にセットし、合成中フラグを「真」にセットする(S215)。つぎに、S204の処理へ戻り、4番目の描画命令をアプリケーションから受信し、S205では肯定判定をする(S205:YES)。そして、その受信した描画命令で示される描画内容が、線又は文字の何れかの描画を指示するものであるか否かを判定する(S206)。今受信している4番目の描画命令においては、描画内容が「線描画」となっており、太線化処理の対象となり得るので、S206では肯定判定をする(S206:YES)。   After drawing the drawing object indicated by the third drawing command in the synthesis area, the parameter indicating the synthesis color is set to the drawing color (gray) indicated by the third drawing command, and the compositing flag is set to “true”. (S215). Next, returning to the process of S204, the fourth drawing command is received from the application, and an affirmative determination is made in S205 (S205: YES). Then, it is determined whether or not the drawing content indicated by the received drawing command is an instruction to draw either a line or a character (S206). In the fourth drawing command received now, the drawing content is “line drawing” and can be the target of thickening processing, so an affirmative determination is made in S206 (S206: YES).

つづいて、当該描画命令で示される描画物の線の太さ・文字の大きさが規定値以下であるか否かを判定する(S210)。今受信している4番目の描画命令においては、線の太さが1と指定されており、線の太さの規定値である3よりも細い線であるため、太線化処理の対象となる。したがって、S210では肯定判定をする(S210:YES)。つぎに、合成中フラグの値が「真」であるか否かを判定する(S211)。4番目の描画命令を受信した時点では、合成領域には2番目、3番目の描画命令による描画物が描画されており、合成中フラグは「真」となっている。したがって、S211では肯定判定をする(S211:YES)。   Subsequently, it is determined whether or not the line thickness / character size of the drawn object indicated by the drawing command is equal to or less than a specified value (S210). In the fourth drawing command received now, the line thickness is specified as 1, and the line is thinner than 3, which is the prescribed value of the line thickness, and thus is subject to thickening processing. . Accordingly, an affirmative determination is made in S210 (S210: YES). Next, it is determined whether or not the value of the compositing flag is “true” (S211). At the time when the fourth drawing command is received, the drawing object by the second and third drawing commands is drawn in the combining area, and the combining flag is “true”. Accordingly, an affirmative determination is made in S211 (S211: YES).

そして、4番目の描画命令で示される描画色と、合成色のパラメータにセットされている描画色とが同一であるか否かを判定する(S212)。4番目の描画命令で示される描画色は灰色であり、この時点での合成色のパラメータも灰色にセットされているため、S212では肯定判定をする(S212:YES)。   Then, it is determined whether or not the drawing color indicated by the fourth drawing command is the same as the drawing color set in the composite color parameter (S212). Since the drawing color indicated by the fourth drawing command is gray and the composite color parameter at this time is also set to gray, an affirmative determination is made in S212 (S212: YES).

そして、4番目の描画命令で示される描画物を合成領域に追加で描き込む(S214)。なお、合成領域は1ビットのビットマップ領域であるので、描画物を黒で描き込むが、描画色を黒にする以外は、描画命令で示される各種指示(形状・テキスト、文字の大きさ・線の太さ)のとおりに描画物を描画する。   Then, a drawing object indicated by the fourth drawing command is additionally drawn in the synthesis area (S214). Since the composite area is a 1-bit bitmap area, the drawn object is drawn in black. Except for setting the drawing color to black, various instructions (shape, text, character size, Draw the drawing as shown in (line thickness).

4番目の描画命令に基づく描画を行った際の合成領域の具体例を図6(c)に示す。この図6(c)に示す合成領域の例では、2番目の描画命令で示された直線、3番目の描画命令で示された文字(ABC)、及び4番目の描画命令で示された楕円が同一の画像上にまとめて描画されている。   FIG. 6C shows a specific example of the synthesis area when drawing based on the fourth drawing command. In the example of the synthesis area shown in FIG. 6C, a straight line indicated by the second drawing command, a character (ABC) indicated by the third drawing command, and an ellipse indicated by the fourth drawing command. Are drawn together on the same image.

図3のフローチャートの説明に戻る。4番目の描画命令で示された描画物を合成領域に描画した後、合成色を示すパラメータを当該4番目の描画命令で示される描画色(灰色)にセットし、合成中フラグを「真」にセットする(S215)。つぎに、S204の処理へ戻り、5番目の描画命令をアプリケーションから受信し、S205では肯定判定をする(S205:YES)。そして、その受信した描画命令で示される描画内容が、線又は文字の何れかの描画を指示するものであるか否かを判定する(S206)。今受信している5番目の描画命令においては、描画内容が「線描画」となっており、太線化処理の対象となり得るので、S206では肯定判定をする(S206:YES)。   Returning to the flowchart of FIG. After drawing the drawing object indicated by the fourth drawing command in the synthesis area, the parameter indicating the synthesis color is set to the drawing color (gray) indicated by the fourth drawing command, and the compositing flag is set to “true”. (S215). Next, returning to the process of S204, the fifth drawing command is received from the application, and an affirmative determination is made in S205 (S205: YES). Then, it is determined whether or not the drawing content indicated by the received drawing command is an instruction to draw either a line or a character (S206). In the fifth drawing command received now, the drawing content is “line drawing” and can be the target of thickening processing, so an affirmative determination is made in S206 (S206: YES).

つづいて、当該描画命令で示される描画物の線の太さ・文字の大きさが規定値以下であるか否かを判定する(S210)。今受信している5番目の描画命令においては、線の太さが1と指定されており、線の太さの規定値である3よりも細い線であるため、太線化処理の対象となる。したがって、S210では肯定判定をする(S210:YES)。つぎに、合成中フラグの値が「真」であるか否かを判定する(S211)。5番目の描画命令を受信した時点では、合成領域には2〜4番目の描画命令による描画物が描画されており、合成中フラグは「真」となっている。したがって、S211では肯定判定をする(S211:YES)。   Subsequently, it is determined whether or not the line thickness / character size of the drawn object indicated by the drawing command is equal to or less than a specified value (S210). In the fifth drawing command received now, the thickness of the line is specified as 1, which is a line thinner than 3, which is the prescribed value of the thickness of the line, and thus is subject to thickening processing. . Accordingly, an affirmative determination is made in S210 (S210: YES). Next, it is determined whether or not the value of the compositing flag is “true” (S211). When the fifth drawing command is received, a drawing object according to the second to fourth drawing commands is drawn in the combining area, and the combining flag is “true”. Accordingly, an affirmative determination is made in S211 (S211: YES).

そして、5番目の描画命令で示される描画色と、合成色のパラメータにセットされている描画色とが同一であるか否かを判定する(S212)。5番目の描画命令で示される描画色は黒色であり、この時点での合成色のパラメータには灰色がセットされている。すなわち、これから合成領域に描画しようとする描画物の描画色と、合成領域に既に描画されている描画物に指定の描画色(すなわち、合成色)とが異なるため、S212では否定判定をする(S212:NO)。   Then, it is determined whether or not the drawing color indicated by the fifth drawing command is the same as the drawing color set in the composite color parameter (S212). The drawing color indicated by the fifth drawing command is black, and gray is set as the composite color parameter at this time. That is, since the drawing color of the drawing to be drawn in the synthesis area is different from the drawing color designated for the drawing already drawn in the synthesis area (that is, the synthesis color), a negative determination is made in S212 ( S212: NO).

この場合、合成領域に現在描画されている描画物を太線化し、描画領域に合成する合成処理を実行する(S213)。ここで、この合成処理の詳細な手順について、図4に基づき説明する。図4は、CPU11が実行する合成処理の手順を示すフローチャートである。この処理は、PC1にインストールされているプリンタドライバのプログラムに従って実行される。   In this case, a drawing process that is currently drawn in the synthesis area is bolded and synthesized in the drawing area is executed (S213). Here, the detailed procedure of the synthesis process will be described with reference to FIG. FIG. 4 is a flowchart showing the procedure of the synthesis process executed by the CPU 11. This process is executed according to the printer driver program installed in the PC 1.

CPU11は、まず、合成領域内の描画物を上下左右に太らせる(S301)。描画物の太線化は、合成領域の画像を上下左右方向へビットシフトすることにより行う。5番目の描画命令を受信している時点で行う合成処理においては、図6(c)に示す合成領域を太線化することにより、合成領域は図6(d)のようになる。   The CPU 11 first thickens the drawing in the synthesis area vertically and horizontally (S301). The thickening of the drawn object is performed by bit-shifting the image of the composite area in the vertical and horizontal directions. In the synthesizing process performed at the time when the fifth drawing command is received, the synthesis area shown in FIG. 6C is made thick by thickening the synthesis area shown in FIG.

つづいて、太線化した合成領域の描画物を合成色に変換し、これを描画領域へ合成する(S302)。具体的には、合成領域において黒で描かれた画素に対応する描画領域の画素を、合成色のパラメータで示された描画色で塗る処理を行う。5番目の描画命令を受信している時点で行う合成処理においては、図6(d)に示す合成領域を図6(a)に示す描画領域へ合成することで、図6(e)に示す描画領域の画像を得る。   Subsequently, the thick line drawing object in the combined area is converted into a combined color and combined with the drawn area (S302). Specifically, a process of painting the pixels in the drawing area corresponding to the pixels drawn in black in the synthesis area with the drawing color indicated by the parameter of the synthesis color is performed. In the combining process performed when the fifth drawing command is received, the combining area shown in FIG. 6D is combined with the drawing area shown in FIG. Get an image of the drawing area.

合成領域の描画物を描画領域へ合成した後、合成領域を初期化する(S303)。そして、合成色を示すパラメータを「なし」、合成中フラグを「偽」にセットし(S304)、合成処理を終了する。   After combining the drawing object in the combining area into the drawing area, the combining area is initialized (S303). Then, the parameter indicating the composite color is set to “none”, and the compositing flag is set to “false” (S304), and the compositing process ends.

図3の説明に戻る。S213で合成処理を実行した後、初期化された合成領域に対して、5番目の描画命令で示される描画物を描き込む(S214)。なお、合成領域は1ビットのビットマップ領域であるので、描画物を黒で描き込むが、描画色を黒にする以外は、描画命令で示される各種指示(形状・テキスト、文字の大きさ・線の太さ)のとおりに描画物を描画する。   Returning to the description of FIG. After performing the synthesis process in S213, the drawing object indicated by the fifth drawing command is drawn in the initialized synthesis area (S214). Since the composite area is a 1-bit bitmap area, the drawn object is drawn in black. Except for setting the drawing color to black, various instructions (shape, text, character size, Draw the drawing as shown in (line thickness).

5番目の描画命令に基づく描画を行った際の合成領域の具体例を図7(b)に示す。この図7(b)に示す合成領域の例では、5番目の描画命令で示された曲線だけが描画されている。   FIG. 7B shows a specific example of the synthesis area when drawing based on the fifth drawing command. In the example of the synthesis area shown in FIG. 7B, only the curve indicated by the fifth drawing command is drawn.

図3のフローチャートの説明に戻る。5番目の描画命令で示された描画物を合成領域に描画した後、合成色を示すパラメータを当該5番目の描画命令で示される描画色(黒色)にセットし、合成中フラグを「真」にセットする(S215)。つぎに、S204の処理へ戻り、6番目の描画命令をアプリケーションから受信し、S205では肯定判定をする(S205:YES)。そして、その受信した描画命令で示される描画内容が、線又は文字の何れかの描画を指示するものであるか否かを判定する(S206)。今受信している6番目の描画命令においては、描画内容が「文字描画」となっており、太線化処理の対象となり得るので、S206では肯定判定をする(S206:YES)。   Returning to the flowchart of FIG. After drawing the drawing object indicated by the fifth drawing command in the synthesis area, the parameter indicating the synthesis color is set to the drawing color (black) indicated by the fifth drawing command, and the compositing flag is set to “true”. (S215). Next, the process returns to the process of S204, the sixth drawing command is received from the application, and an affirmative determination is made in S205 (S205: YES). Then, it is determined whether or not the drawing content indicated by the received drawing command is an instruction to draw either a line or a character (S206). In the sixth drawing command received now, the drawing content is “character drawing” and can be the target of thickening processing, so an affirmative determination is made in S206 (S206: YES).

つづいて、当該描画命令で示される描画物の線の太さ・文字の大きさが規定値以下であるか否かを判定する(S210)。今受信している6番目の描画命令においては、線の太さが20と指定されており、文字の大きさが規定値である5よりも大きいため、太線化処理の対象とならない。したがって、S210では否定判定をする(S210:NO)。   Subsequently, it is determined whether or not the line thickness / character size of the drawn object indicated by the drawing command is equal to or less than a specified value (S210). In the sixth drawing command received now, the line thickness is specified as 20 and the character size is larger than the specified value of 5, so it is not subject to the thickening process. Therefore, a negative determination is made in S210 (S210: NO).

つぎに、合成中フラグの値が「真」であるか否かを判定する(S207)。6番目の描画命令を受信した時点では、合成領域には5番目の描画命令による描画物が描画されており、合成中フラグは「真」となっている。したがって、S207では肯定判定をする(S207:YES)。   Next, it is determined whether or not the value of the compositing flag is “true” (S207). At the time when the sixth drawing command is received, a drawing object according to the fifth drawing command is drawn in the combining area, and the combining flag is “true”. Therefore, an affirmative determination is made in S207 (S207: YES).

この場合、合成領域に現在描画されている描画物を太線化し、描画領域に合成する合成処理を実行する(S208)。ここでの合成処理も、図4のフローチャートの手順で行う。まず、合成領域内の描画物を上下左右に太らせる(S301)。6番目の描画命令を受信している時点で行う合成処理においては、図7(b)に示す合成領域を太線化することにより、合成領域は図7(c)のようになる。つづいて、太線化した合成領域の描画物を合成色に変換し、これを描画領域へ合成する(S302)。6番目の描画命令を受信している時点で行う合成処理においては、図7(c)に示す合成領域を図7(a)に示す描画領域へ合成することで、図7(d)に示す描画領域の画像を得る。合成領域の描画物を描画領域へ合成した後、合成領域を初期化する(S303)。そして、合成色を示すパラメータを「なし」、合成中フラグを「偽」にセットし(S304)、合成処理を終了する。   In this case, a composition process is executed in which the drawing object currently drawn in the composition area is bolded and synthesized in the drawing area (S208). The synthesis process here is also performed according to the procedure of the flowchart of FIG. First, the drawing in the synthesis area is thickened vertically and horizontally (S301). In the synthesizing process performed at the time when the sixth drawing command is received, the synthesis area shown in FIG. 7B is thickened so that the synthesis area becomes as shown in FIG. Subsequently, the thick line drawing object in the combined area is converted into a combined color and combined with the drawn area (S302). In the combining process performed when the sixth drawing command is received, the combining area shown in FIG. 7C is combined with the drawing area shown in FIG. Get an image of the drawing area. After combining the drawing object in the combining area into the drawing area, the combining area is initialized (S303). Then, the parameter indicating the composite color is set to “none”, and the compositing flag is set to “false” (S304), and the compositing process ends.

図3の説明に戻る。S208で合成処理を実行した後、6番目の描画命令で示される描画物を描画領域に描き込む(S209)。なお、描画領域には、描画命令で示される各種指示(形状・テキスト、描画色、文字の大きさ・線の太さ)のとおりに描画物を描画する。6番目の描画命令に基づく描画を行った際の描画領域の具体例を図7(e)に示す。この図7(e)に示す描画領域の例では、1〜6番目の描画命令で示された各描画物が描画されている。   Returning to the description of FIG. After performing the composition process in S208, the drawing object indicated by the sixth drawing command is drawn in the drawing area (S209). A drawing object is drawn in the drawing area in accordance with various instructions (shape / text, drawing color, character size / line thickness) indicated by the drawing command. A specific example of the drawing area when drawing based on the sixth drawing command is shown in FIG. In the example of the drawing area shown in FIG. 7E, each drawing object indicated by the first to sixth drawing commands is drawn.

図3のフローチャートの説明に戻る。6番目の描画命令に対する描画処理を行った後、S204の処理へ戻る。このとき、本画像描画処理の処理対象となるページに係る描画命令は全て処理済であるので、S204では描画命令を受信せず、S205では否定判定をする(S205:NO)。つぎに、合成中フラグの値が「真」であるか否かを判定する(S216)。6番目の描画命令に対する処理を終えた時点では、合成中フラグは「偽」であるので、S216では否定判定をし、(S216:NO)、画像描画処理を終了する。一方、SS216で、合成中フラグの値が「真」であると判定した場合(S216:YES)、最後に合成領域の描画物を描画領域に合成する合成処理(図4参照)を実施して(S217)、画像描画処理を終了する。   Returning to the flowchart of FIG. After performing the drawing process for the sixth drawing command, the process returns to S204. At this time, all the rendering commands related to the page to be processed in the main image rendering process have been processed. Therefore, the rendering command is not received in S204, and a negative determination is made in S205 (S205: NO). Next, it is determined whether or not the value of the compositing flag is “true” (S216). At the time when the processing for the sixth rendering command is completed, the compositing flag is “false”, so a negative determination is made in S216 (S216: NO), and the image rendering process is terminated. On the other hand, if it is determined in SS216 that the value of the compositing flag is “true” (S216: YES), finally, a compositing process (see FIG. 4) for compositing the rendering object in the compositing area to the drawing area (S217) The image drawing process is terminated.

[効果]
本実施形態の画像処理システムによれば、以下のような効果を奏する。
(1)アプリケーションからの描画命令で示される描画色が同一である描画物に対しては、複数の描画命令で示される描画物を合成領域にまとめて描画し、これら複数の描画物を一括して太線化して描画領域へ合成することができる。このようにすることで、太線化の対象となる描画物ごとに、毎回太線化処理及び合成処理を実施する必要がなくなる。よって、プリンタドライバによる描画処理の際の太線化処理に係る処理負荷を低減でき、描画処理の処理速度を向上させることができる。
[effect]
The image processing system according to this embodiment has the following effects.
(1) For a drawn object having the same drawing color indicated by a drawing command from an application, the drawn objects indicated by a plurality of drawing instructions are drawn together in a composite area, and the plurality of drawn objects are collectively displayed. Can be thickened and combined into a drawing area. By doing in this way, it is not necessary to perform the thickening process and the synthesizing process for each drawing object to be thickened. Therefore, it is possible to reduce the processing load related to the thickening process during the drawing process by the printer driver, and to improve the processing speed of the drawing process.

(2)合成領域を1画素あたり1ビットのデータで表現するビットマップ領域で構成することで、合成領域を構成するのに必要なメモリの容量を最小限にすることができる。さらに、1ビットのビットマップ領域で構成された合成領域には、各描画物は二値化された白黒画像として描画されるので、合成領域に描画物を描き込んだり、描画物をまとめて太線化する際の処理負荷も大幅に低減できる。また、太線化した複数の描画物を描画領域に合成する際には、同一の合成色にて一括して合成するので、画像の合成に係る処理負荷も低減できる。   (2) By configuring the synthesis area with a bitmap area that is expressed by 1-bit data per pixel, the memory capacity required to configure the synthesis area can be minimized. Furthermore, in the composite area composed of 1-bit bitmap areas, each drawing is drawn as a binarized black-and-white image. The processing load at the time of conversion can be greatly reduced. Further, when a plurality of bold drawn objects are combined in the drawing area, they are combined together with the same combined color, so that the processing load related to image combining can be reduced.

(3)合成領域に描画物が記載されている状態を示す変数として合成中フラグを用いることで、図形描画処理(図3参照)のS207、S210、S216において合成処理の要否を正確に判定することができる。   (3) By using the in-composition flag as a variable indicating the state in which the drawn object is described in the combining area, it is accurately determined whether or not the combining process is necessary in S207, S210, and S216 of the graphic drawing process (see FIG. 3). can do.

(4)合成処理(図3のS208,S213,S217)は、合成中フラグが「真」であり、かつアプリケーションからの描画命令がない場合、又は、合成中フラグが「真」であり、かつ直前の描画命令とは描画条件が異なる(描画内容、描画色が異なる)場合に実行される。このようなタイミングで合成処理を行うように構成したことで、アプリケーションから受けた描画命令の順序に従いつつ、描画処理の処理速度を向上させることができる。   (4) In the composition process (S208, S213, S217 in FIG. 3), the composition flag is “true” and there is no drawing command from the application, or the composition flag is “true” This is executed when the drawing conditions are different from the previous drawing command (drawing contents and drawing colors are different). Since the composition process is performed at such a timing, the processing speed of the drawing process can be improved while following the order of the drawing commands received from the application.

画像処理システムの概略構成を示すブロック図である。It is a block diagram which shows schematic structure of an image processing system. 印刷処理のメイン処理手順を示すフローチャートである。It is a flowchart which shows the main process sequence of a printing process. 画像描画処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of an image drawing process. 合成処理の手順を示すフローチャートである。It is a flowchart which shows the procedure of a synthetic | combination process. (a)は画像描画処理の対象となるページの一例を示す図であり、(b)は、このページを描画する際に用いられる描画命令の一覧を示す説明図である。(A) is a figure which shows an example of the page used as the object of an image drawing process, (b) is explanatory drawing which shows the list of the drawing commands used when drawing this page. 描画領域及び合成領域の描画状態の推移を模式的に示す説明図である。It is explanatory drawing which shows typically transition of the drawing state of a drawing area | region and a synthetic | combination area | region. 描画領域及び合成領域の描画状態の推移を模式的に示す説明図である。It is explanatory drawing which shows typically transition of the drawing state of a drawing area | region and a synthetic | combination area | region.

1…パーソナルコンピュータ、11…CPU、12…ROM、13…RAM、14…ハードディスクドライブ、15…操作部、16…表示部、17…通信インタフェース、171…通信経路、2…プリンタ、S206,S210…判定手順の一例、S209,S214…描画手順の一例、S208,S213,S217…合成手順の一例、S212…描画判定手順の一例 DESCRIPTION OF SYMBOLS 1 ... Personal computer, 11 ... CPU, 12 ... ROM, 13 ... RAM, 14 ... Hard disk drive, 15 ... Operation part, 16 ... Display part, 17 ... Communication interface, 171 ... Communication path, 2 ... Printer, S206, S210 ... Example of determination procedure, S209, S214 ... Example of drawing procedure, S208, S213, S217 ... Example of composition procedure, S212 ... Example of drawing color determination procedure

Claims (4)

アプリケーションからの描画命令で示される描画物に対する描画処理を行う情報処理装置によって実行される画像処理プログラムであって、
1の描画命令で示される描画物の太さを当該描画命令で指示されるよりも太くする太線化処理を行うか否かを判定する判定手順と、
前記判定手順により太線化処理を行うと判定された描画物を第1の描画領域に描画し、太線化処理を行わないと判定された描画物を第2の描画領域に描画する描画手順と、
前記第1の描画領域に描画されている描画物に対して前記太線化処理を実行し、その太線化された描画物を前記第2の描画領域へ合成した後、前記第1の描画領域を初期化する合成手順と、
前記判定手順により太線化処理を行うと判定された場合、前記第1の描画領域に他の描画命令で示された描画物が描画されているか否かを判定する描画判定手順と、
前記描画判定手順により、前記第1の描画領域に他の描画命令で示された描画物が描画されていると判定された場合、当該1の描画命令で示される描画色と、前記第1の描画領域に既に描画されている描画物における描画色とが一致するか否かを判定する描画色判定手順とを備え、
前記描画判定手順により前記第1の描画領域に他の描画物が描画されていないと判定された場合、又は、前記描画色判定手順により描画色が一致すると判定された場合、前記描画手順によって、前記第1の描画領域に前記1の描画命令で示される描画物を描画し、
前記描画色判定手順により描画色が一致しないと判定された場合、まず、前記合成手順によって、前記第1の描画領域に描画されている描画物を太線化して、これを前記第2の描画領域へ合成した後、前記第1の描画領域を初期化し、その後、前記描画手順によって、前記合成手順により初期化された前記第1の描画領域に前記1の描画命令で示される描画物を新たに描画すること
を特徴とする画像処理プログラム。
An image processing program executed by an information processing apparatus that performs a drawing process on a drawing object indicated by a drawing command from an application,
A determination procedure for determining whether or not to perform a thickening process for making the thickness of a drawing object indicated by one drawing command thicker than that indicated by the drawing command;
A drawing procedure for drawing in the first drawing area a drawing object that is determined to be subjected to the thickening process according to the determination procedure, and a drawing object that is determined not to perform the thickening process in the second drawing area;
The thickening process is executed on the drawing object drawn in the first drawing area, and the thick drawing object is combined with the second drawing area, and then the first drawing area is A synthesis procedure to be initialized;
A drawing determination procedure for determining whether or not a drawing object indicated by another drawing command is drawn in the first drawing area when it is determined that the thickening process is performed according to the determination procedure;
When it is determined by the drawing determination procedure that a drawing object indicated by another drawing command is drawn in the first drawing area, the drawing color indicated by the first drawing command and the first drawing command A drawing color determination procedure for determining whether or not the drawing color in the drawing object already drawn in the drawing area matches,
When it is determined by the drawing determination procedure that no other drawing object is drawn in the first drawing area, or when it is determined by the drawing color determination procedure that the drawing colors match, according to the drawing procedure, Draw a drawing object indicated by the first drawing command in the first drawing area;
When it is determined by the drawing color determination procedure that the drawing colors do not match, first, the drawing object drawn in the first drawing area is bolded by the synthesis procedure, and this is drawn into the second drawing area. After the composition, the first drawing area is initialized. After that, the drawing object indicated by the first drawing command is newly added to the first drawing area initialized by the combining procedure. An image processing program characterized by drawing.
請求項1に記載の画像処理プログラムにおいて、
前記第1の描画領域は、1画素あたり1ビットのビットマップ領域で構成されており、
前記合成手順では、前記第1の描画領域に描画されている描画物を前記第2の描画領域へ合成する際、当該描画物を示す描画命令で示される描画色で前記第2の描画領域へ合成すること
を特徴とする画像処理プログラム。
In the image processing program according to claim 1,
The first drawing area is composed of a bitmap area of 1 bit per pixel,
In the synthesis procedure, when the drawing object drawn in the first drawing area is combined with the second drawing area, the drawing color indicated by the drawing command indicating the drawing object is transferred to the second drawing area. An image processing program characterized by combining .
請求項1又は請求項2に記載の画像処理プログラムにおいて、
前記描画手順により前記第1の描画領域に描画物が描画された際、前記第1の描画領域に描画命令で示される描画物が描画されている状態を示す変数を設定し、前記合成手順により前記第1の描画領域が初期化された際、前記変数を解除する変数設定手順を更に備え、
前記描画判定手順では、前記変数設定手順により設定された変数に基づき、前記第1の描画領域に描画物が描画されているか否かを判定すること
を特徴とする画像処理プログラム。
In the image processing program according to claim 1 or 2,
When a drawing object is drawn in the first drawing area by the drawing procedure, a variable indicating a state in which the drawing object indicated by the drawing command is drawn in the first drawing area is set, and the combining procedure is performed. A variable setting procedure for releasing the variable when the first drawing area is initialized;
In the drawing determination procedure, an image processing program for determining whether or not a drawing object is drawn in the first drawing area based on the variable set by the variable setting procedure .
アプリケーションからの描画命令で示される描画物に対する描画処理を行う情報処理装置と、この情報処理装置と通信可能に接続され、当該情報処理装置によって描画された画像を印刷する印刷装置とからなる画像処理システムであって、Image processing comprising an information processing device that performs a drawing process on a drawing object indicated by a drawing command from an application, and a printing device that is communicably connected to the information processing device and prints an image drawn by the information processing device A system,
前記情報処理装置は、The information processing apparatus includes:
自情報処理装置上で動作するアプリケーションから出力された1の描画命令で示される描画物の太さを当該描画命令で指示されるよりも太くする太線化処理を行うか否かを判定する判定手段と、Determining means for determining whether or not to perform thickening processing for making the thickness of a drawing object indicated by one drawing command output from an application operating on the information processing apparatus thicker than that indicated by the drawing command When,
前記判定手段により太線化処理を行うと判定された描画物を第1の描画領域に描画し、太線化処理を行わないと判定された描画物を第2の描画領域に描画する描画手段と、A drawing means for drawing in the first drawing area a drawing object determined to be subjected to the thickening process by the determination means; and a drawing means for drawing in the second drawing area a drawing object determined not to be subjected to the thickening process;
前記第1の描画領域に描画されている描画物に対して前記太線化処理を実行し、その太線化された描画物を前記第2の描画領域へ合成した後、前記第1の描画領域を初期化する合成手段と、The thickening process is executed on the drawing object drawn in the first drawing area, and the thick drawing object is combined with the second drawing area, and then the first drawing area is A synthesis means to initialize;
前記判定手段により太線化処理を行うと判定された場合、前記第1の描画領域に他の描画命令で示された描画物が描画されているか否かを判定する描画判定手段と、A drawing determination unit that determines whether or not a drawing object indicated by another drawing command is drawn in the first drawing area when it is determined by the determination unit that thickening processing is performed;
前記描画判定手段により、前記第1の描画領域に他の描画命令で示された描画物が描画されていると判定された場合、当該1の描画命令で示される描画色と、前記第1の描画領域に既に描画されている描画物における描画色とが一致するか否かを判定する描画色判定手段とを備え、  When it is determined by the drawing determination means that a drawing object indicated by another drawing command is drawn in the first drawing area, the drawing color indicated by the first drawing command and the first drawing command Drawing color determination means for determining whether or not the drawing color in the drawing object already drawn in the drawing area matches,
前記描画判定手段により前記第1の描画領域に他の描画物が描画されていないと判定された場合、又は、前記描画色判定手段により描画色が一致すると判定された場合、前記描画手段は、前記第1の描画領域に前記1の描画命令で示される描画物を描画し、When it is determined by the drawing determination means that no other drawing object is drawn in the first drawing area, or when the drawing color determination means determines that the drawing colors match, the drawing means Draw a drawing object indicated by the first drawing command in the first drawing area;
前記描画色判定手段により描画色が一致しないと判定された場合、まず、前記合成手段は、前記第1の描画領域に描画されている描画物を太線化して、これを前記第2の描画領域へ合成した後、前記第1の描画領域を初期化し、その後、前記描画手段は、前記合成手段により初期化された前記第1の描画領域に前記1の描画命令で示される描画物を新たに描画し、When it is determined by the drawing color determining means that the drawing colors do not match, first, the synthesizing means thickens the drawn object drawn in the first drawing area, and this is drawn into the second drawing area. The first drawing area is initialized, and then the drawing means newly adds a drawing object indicated by the first drawing command to the first drawing area initialized by the synthesizing means. Draw and
全ての描画命令に対して前記描画手段による描画処理を実行した後、前記合成手段による合成処理を実行し、前記第2の描画領域に描画されている画像を所定のデータ形式に変換して前記印刷装置へ出力することAfter executing drawing processing by the drawing means for all drawing commands, executing combining processing by the combining means, converting an image drawn in the second drawing area into a predetermined data format, and Output to printing device
を特徴とする画像処理システム。An image processing system.
JP2008236563A 2008-09-16 2008-09-16 Image processing program and image processing system Active JP4853504B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008236563A JP4853504B2 (en) 2008-09-16 2008-09-16 Image processing program and image processing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008236563A JP4853504B2 (en) 2008-09-16 2008-09-16 Image processing program and image processing system

Publications (2)

Publication Number Publication Date
JP2010074262A JP2010074262A (en) 2010-04-02
JP4853504B2 true JP4853504B2 (en) 2012-01-11

Family

ID=42205680

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008236563A Active JP4853504B2 (en) 2008-09-16 2008-09-16 Image processing program and image processing system

Country Status (1)

Country Link
JP (1) JP4853504B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9953249B2 (en) 2016-03-16 2018-04-24 Kyocera Document Solutions Inc. Method and system for generating a drawing order list for multiple drawing objects based on scanlines

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3483946B2 (en) * 1994-08-19 2004-01-06 三菱電機株式会社 Font processing apparatus and font processing method
JP2001146039A (en) * 1999-11-18 2001-05-29 Fuji Xerox Co Ltd Image forming apparatus

Also Published As

Publication number Publication date
JP2010074262A (en) 2010-04-02

Similar Documents

Publication Publication Date Title
US20120050763A1 (en) Image processing apparatus and image processing method
JP4960900B2 (en) Information processing apparatus and image forming apparatus
JP2011070337A (en) Image processing system and image processing program
US6429950B1 (en) Method and apparatus for applying object characterization pixel tags to image data in a digital imaging device
JP2017228838A (en) Image processing apparatus, image processing method and program
JP2014117861A (en) Image formation apparatus and image formation apparatus control method
JP5732935B2 (en) Information processing apparatus, print control program, and computer-readable recording medium
JP4853504B2 (en) Image processing program and image processing system
JP2018157270A (en) Image processing device, image processing method, and program
EP3584761A1 (en) Image forming apparatus capable of changing thickness of character, control method therefor, and storage medium storing control program therefor
JP2006244248A (en) Image processing device, image processing method, and program for executing image processing method
JP5171973B2 (en) Information processing apparatus and control method thereof
JP5008391B2 (en) Image processing apparatus and processing method thereof
JP2001324975A (en) Image processor
JP6755644B2 (en) Character processing device, character processing method, character processing program
JP4086425B2 (en) Image processing apparatus and method
JP2004334533A (en) Image processing device and method
JP2005038084A (en) Method and device for converting drawing data
JP2007081886A (en) Drawing processing apparatus
JP3826091B2 (en) Information processing apparatus, information processing method, printing apparatus, and printing method
KR100444899B1 (en) Rotation transformation method for images to reduce operation quantity
JP4991429B2 (en) Coloring material usage reduction program
JP5037411B2 (en) Image processing apparatus, image processing method, and program
JP5138088B2 (en) Image processing apparatus and processing method thereof
JP2001146048A (en) Printer control device, printer control method and recording medium having printer control program recorded thereon

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20100224

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20110721

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20110726

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20110907

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

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

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

Free format text: PAYMENT UNTIL: 20141104

Year of fee payment: 3

R150 Certificate of patent or registration of utility model

Ref document number: 4853504

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

Free format text: JAPANESE INTERMEDIATE CODE: R150