JP4560570B2 - Information processing apparatus, information processing method, and print control program - Google Patents

Information processing apparatus, information processing method, and print control program Download PDF

Info

Publication number
JP4560570B2
JP4560570B2 JP2008167849A JP2008167849A JP4560570B2 JP 4560570 B2 JP4560570 B2 JP 4560570B2 JP 2008167849 A JP2008167849 A JP 2008167849A JP 2008167849 A JP2008167849 A JP 2008167849A JP 4560570 B2 JP4560570 B2 JP 4560570B2
Authority
JP
Japan
Prior art keywords
resolution
printer
notified
information processing
printer driver
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
JP2008167849A
Other languages
Japanese (ja)
Other versions
JP2008243235A (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.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2008167849A priority Critical patent/JP4560570B2/en
Publication of JP2008243235A publication Critical patent/JP2008243235A/en
Application granted granted Critical
Publication of JP4560570B2 publication Critical patent/JP4560570B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Description

本発明は、文字、図形等を含む描画データに基づいて、画像形成デバイスで形成すべきデータを生成する情報処理装置及び情報処理方法及び印刷制御プログラムに関するものである。   The present invention relates to an information processing apparatus, an information processing method, and a print control program that generate data to be formed by an image forming device based on drawing data including characters, graphics, and the like.

ホストコンピュータから送られてくるラスタイメージに基づいてプリンタ装置によりプリントを行うプリントシステムが知られている。このようなプリンタ装置は、インクジェットプリンタや電子写真プリンタの中でホストベースプリンタと呼ばれている。ホストベースプリンタに送信する印刷データにおけるラスタイメージの展開に際しては、ホストコンピュータのアプリケーション・ソフトウェア(以下、単にアプリケーション)により作成された文字、グラフィックス、写真などの描画データは、一旦、ホストコンピュータの仮想的なページメモリにオペレーションシステム(OS)の描画モジュール(米国マイクロソフト社のWindows(登録商標)OSでは、GDI(Graphic Device Interface)と呼ばれる)を介してスプールファイル(EMFデータ)としてスプールされ、その後、スプールファイルを読み出して、プリンタドライバもしくはOSの描画モジュールにより展開される。   2. Description of the Related Art A printing system that performs printing with a printer device based on a raster image sent from a host computer is known. Such a printer apparatus is called a host base printer among ink jet printers and electrophotographic printers. When raster images are developed in print data to be transmitted to a host-based printer, drawing data such as characters, graphics, and photographs created by application software (hereinafter simply referred to as application) of the host computer is temporarily stored in the virtual computer of the host computer. Is spooled as a spool file (EMF data) via an operation system (OS) drawing module (referred to as GDI (Graphic Device Interface) in the Windows (registered trademark) OS of the United States of America) to a typical page memory, The spool file is read out and expanded by the printer driver or the OS drawing module.

このようなアプリケーションからの描画データをオペレーションシステムのスプールファイルにスプールし、プリントプロセッサにより読み出してプリンタドライバまたはOSの描画モジュールにより展開(ラスタライズ)処理されるシステムがある。(特許文献1)
特開2003−167701号公報
There is a system in which drawing data from such an application is spooled in a spool file of an operation system, read by a print processor, and developed (rasterized) by a printer driver or an OS drawing module. (Patent Document 1)
JP 2003-167701 A

また、このようなラスタイメージデータへの展開時には、アプリケーションは、テキストデータの場合は文字種、キャラクタコードなどに加えて、その出力位置を示す座標情報を出力する。またグラフィックデータの場合は、形状などの種別、色、座標情報を出力し、また写真などのイメージ画像についてはオリジナル画像と出力先のサイズを出力する。   At the time of development to such raster image data, in the case of text data, the application outputs coordinate information indicating the output position in addition to the character type and character code. In the case of graphic data, the shape, type, color, and coordinate information are output, and for an image such as a photograph, the original image and the output destination size are output.

しかし、近年のアプリケーションの高機能化などに伴って、アプリケーションにより生成されるデータが複雑になってきている。従って、プリンタ装置やプリンタドライバの機能によっては、アプリケーションより受取ったデータを正しく解釈してイメージデータに展開できない場合が発生する。このため、一部のアプリケーションは、その作成したテキストデータ、グラフィックデータ等をプリンタ装置に出力する際、そのアプリケーションによりプリンタ装置のレンダリング解像度に応じたイメージデータに展開してから印刷を行うことがある。このようなアプリケーションでは、そのイメージ展開したデータをスプールする場合、そのスプールデータのサイズが非常に大きくなり、ハードディスクやメモリを圧迫するという問題が発生している。   However, the data generated by an application is becoming more complicated with the recent enhancement of functions of the application. Therefore, depending on the functions of the printer device and the printer driver, data received from the application may not be correctly interpreted and expanded into image data. For this reason, when outputting the created text data, graphic data, and the like to the printer device, some applications may perform printing after developing the image data according to the rendering resolution of the printer device by the application. . In such an application, when spooling the image-developed data, the size of the spool data becomes very large, causing a problem that the hard disk and the memory are compressed.

また、イメージ展開するアプリケーションでなくとも同様の問題が考えられる。近年、高解像度のデジタルカメラの普及により、ホストコンピュータ上で高解像度のイメージデータを扱うようになってきている。そして、高解像度のイメージデータを文書のページに貼り付けて印刷させる場合、アプリケーションによっては、貼り付けられた領域の画素数に適合させずに、そのままオリジナルのイメージデータを出力する場合がある。このようなアプリケーションでは、出力したデータをスプールする場合、そのスプールデータのサイズが非常に大きくなり、ハードディスクやメモリを圧迫するという問題が発生している。具体的には、オペレーションシステムによっては、スプールデータのサイズが4GB(ギガバイト)を超えると印刷エラーとなる場合や、また、アプリケーション側でもサポートしている出力サイズを超えて印刷エラーとなる場合や、また、ハードディスクの空き容量が足りずに印刷エラーとなる場合が発生している。   The same problem can be considered even if it is not an application for image development. In recent years, with the widespread use of high-resolution digital cameras, high-resolution image data has been handled on host computers. When pasting and printing high resolution image data on a document page, depending on the application, the original image data may be output as it is without adapting to the number of pixels in the pasted area. In such an application, when the output data is spooled, the size of the spool data becomes very large, causing a problem that the hard disk and the memory are compressed. Specifically, depending on the operation system, if the spool data size exceeds 4 GB (gigabytes), a printing error occurs, or if the output size exceeds the output size supported by the application, In addition, there is a case where a hard disk has insufficient free space and a printing error occurs.

特に近年、プリンタの高画質化に伴うレンダリング解像度が益々高解像度になっているため、スプールデータのサイズがより大きくなり、アプリケーションやスプーラ内部でエラーが発生してしまい、正常にイメージに展開できなくなるという問題が発生している。その結果、レンダリング解像度を上げることもできずプリンタ装置の高画質化にとって障害となっている。   In particular, in recent years, the rendering resolution associated with higher image quality of printers has become higher, so the size of spool data has increased, and errors have occurred in applications and spoolers, making it impossible to develop images correctly. The problem has occurred. As a result, the rendering resolution cannot be increased, which is an obstacle to improving the image quality of the printer apparatus.

またN−up印刷においては、各ページの描画データを縮小して印刷するため、細線などが縮小された場合に線幅が「0」になってしまい、線として印刷されない場合がある。
本発明は上記従来例に鑑みてなされたもので、複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止し、かつ高品位の画像を形成できる情報処理装置及び情報処理方法及び印刷制御プログラムを提供することを目的とする。
In N-up printing, the drawing data of each page is reduced and printed. Therefore, when a thin line or the like is reduced, the line width becomes “0” and may not be printed as a line.
The present invention has been made in view of the above-described conventional example, and an information processing apparatus and an information processing method capable of preventing a thin line from being lost and forming a high-quality image in N-up printing in which a plurality of pages are arranged on a sheet surface. And a print control program.

上記目的を達成するために本発明の情報処理装置は以下のような構成を備える。即ち、
プリンタコマンドへの変換処理を実行するプリンタドライバを備える情報処理装置であって、
複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止する細線欠け防止モードが指定された場合、前記細線欠け防止モードが指定されない場合に通知される解像度よりも低い解像度をアプリケーションプログラムに対して通知する第一通知手段と、
前記第一通知手段により通知された前記解像度に従って前記アプリケーションプログラム作成した前記描画データを、前記第一通知手段により通知された前記解像度よりも高い解像度を用いることにより得られるラスタイメージに基づいて前記プリンタコマンドへの変換処理を実行する変換手段と、を有することを特徴とする。
In order to achieve the above object, an information processing apparatus of the present invention has the following configuration. That is,
An information processing apparatus comprising a printer driver to perform the conversion process to the printer command,
In N-up printing in which a plurality of pages are arranged on the surface of a sheet, when a fine line missing prevention mode for preventing thin lines from being missing is designated, a resolution lower than the resolution notified when the fine line missing prevention mode is not designated is specified. A first notification means for notifying the program ;
The drawing data to which the application program created in accordance with by Ri notified the resolution in the first notifying unit, based on the raster image obtained by using the notified higher resolution than the resolution by the first notification unit Conversion means for executing conversion processing into the printer command .

上記目的を達成するために本発明の情報処理方法は以下のような工程を備える。即ち、
プリンタコマンドへの変換処理を実行するプリンタドライバを備える情報処理装置の情報処理方法であって、
複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止する細線欠け防止モードが指定された場合、前記細線欠け防止モードが指定されない場合に通知される解像度よりも低い解像度をアプリケーションプログラムに対して通知する第一通知工程と、
前記第一通知工程で通知された前記解像度に従って前記アプリケーションプログラム作成した前記描画データを、前記第一通知手段により通知された前記解像度よりも高い解像度を用いることにより得られるラスタイメージに基づいて前記プリンタコマンドへの変換処理を実行する変換工程と、を有することを特徴とする。
In order to achieve the above object, the information processing method of the present invention comprises the following steps. That is,
An information processing method of an information processing apparatus including a printer driver that executes conversion processing into a printer command ,
If loss of fine lines prevention mode to prevent the fine line lacks the N-up printing for arranging a plurality of pages on the face of the sheet is designated, the lower resolution than the loss of fine lines prevention mode is notified when not specified applications A first notification step for notifying the program ;
Wherein said drawing data application program created on the basis of the raster image obtained by using a higher than notified the resolution resolution by the first notification unit in accordance with the resolution that has been notified by the first notification step A conversion step of executing conversion processing into a printer command .

上記目的を達成するために本発明の印刷処理プログラムは以下のような構成を備える。即ち、
プリンタコマンドへの変換処理を実行するプリンタドライバを備える情報処理装置における情報処理方法を実行させるために、該コンピュータを
複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止する細線欠け防止モードが指定された場合、前記細線欠け防止モードが指定されない場合に通知される解像度よりも低い解像度をアプリケーションプログラムに対して通知する第一通知手段と、
前記第一通知手段により通知された前記解像度に従って前記アプリケーションプログラム作成した前記描画データを、前記第一通知手段により通知された前記解像度よりも高い解像度を用いることにより得られるラスタイメージに基づいて前記プリンタコマンドへの変換処理を実行する変換手段と、とを有する情報処理装置として機能させるための印刷処理プログラムである。
In order to achieve the above object, the print processing program of the present invention comprises the following arrangement. That is,
Fine line for preventing thin lines from being lost in N-up printing in which a plurality of pages are arranged on a sheet surface in order to execute an information processing method in an information processing apparatus having a printer driver that executes conversion processing into a printer command First notification means for notifying the application program of a resolution lower than the resolution notified when the fine line chipping prevention mode is not designated when the chipping prevention mode is designated ;
The drawing data to which the application program created in accordance with by Ri notified the resolution in the first notifying unit, based on the raster image obtained by using the notified higher resolution than the resolution by the first notification unit A print processing program for causing the information processing apparatus to function as an information processing apparatus having conversion means for executing conversion processing into the printer command .

本発明によれば、複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止し、かつ高品位の画像を形成できるという効果がある。 According to the present invention, it is possible to prevent a fine line from being lost in N-up printing in which a plurality of pages are arranged on the surface of a sheet and to form a high-quality image.

以下、添付図面を参照して本発明の好適な実施形態を詳細に説明する。   Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings.

図1は、本発明の実施形態に係る印刷システムの概略構成を示す図である。尚、この図1で示される実施形態として、例えば一般的に普及しているパーソナルコンピュータ(本発明の情報処理装置に相当する)にMicrosoft社のWindows(登録商標)をオペレーティングシステム(以下、OSと呼ぶ)として使用し、印刷処理機能を有する任意のアプリケーション101をインストールし、更に、このコンピュータにプリンタ108を接続した形態が考えられる。   FIG. 1 is a diagram showing a schematic configuration of a printing system according to an embodiment of the present invention. As an embodiment shown in FIG. 1, for example, a commonly used personal computer (corresponding to the information processing apparatus of the present invention) is replaced with a Microsoft Windows (registered trademark) operating system (hereinafter referred to as OS). In this case, an arbitrary application 101 having a print processing function is installed and a printer 108 is connected to the computer.

アプリケーション101が印刷要求した描画データ(文書データ、画像データ等の印刷データ)は、OSの描画モジュールであるグラフィックデバイス・インターフェース(Graphics Device Interface:以下、「GDI」)102経由でプリンタドライバ103に渡される。これによりプリンタドライバ103により印刷ジョブが生成され、この生成された印刷ジョブはプリンタ108へ印刷要求として出力される。GDI102は、通常、一旦、そのデータをEMF(Enhanced Meta File)データとしてスプールファイル104にスプール(OSのスプール処理)し、そのスプールが終了すると、プリントプロセッサ105に印刷要求を発行する。これによりプリントプロセッサ105は、スプールファイル104から印刷出力情報と描画データをページ単位で読み込み、1ページずつGDI102を介してプリンタドライバ103に出力して印刷するように要求する。このプリントプロセッサ105は、スプールファイル104にスプールされている描画データをプリンタドライバ103に出力する際、プリンタドライバ103から出力されるラスタイメージデータの解像度に合わせて座標情報を変換する機能がある。尚、このプリントプロセッサ105は、OSのモジュールとして用意されているが、プリンタのメーカ等がカスタマイズしたプリントプロセッサ105をプリンタドライバ103とともに供給し、それらをハードディスクにインストールすることも許容されている。こうしてプリントプロセッサ105から印刷が要求されたプリンタドライバ103は、OSの描画機能であるGDIレンダリングエンジン107を用いて、その描画データをプリンタの印刷解像度に合わせてラスタイメージデータにレンダリングした後、色処理やプリンタコマンドの付加などを行い、印刷ジョブとして生成し、ポートモニタ106経由でプリンタ108に送信する。   Drawing data (print data such as document data and image data) requested by the application 101 is transferred to the printer driver 103 via a graphics device interface (hereinafter referred to as “GDI”) 102 which is a drawing module of the OS. It is. As a result, a print job is generated by the printer driver 103, and the generated print job is output to the printer 108 as a print request. Normally, the GDI 102 once spools the data as EMF (Enhanced Meta File) data into the spool file 104 (OS spool processing), and issues a print request to the print processor 105 when the spooling is completed. As a result, the print processor 105 reads the print output information and the drawing data from the spool file 104 in units of pages, and requests the page to be output to the printer driver 103 via the GDI 102 for printing. The print processor 105 has a function of converting coordinate information in accordance with the resolution of raster image data output from the printer driver 103 when the drawing data spooled in the spool file 104 is output to the printer driver 103. The print processor 105 is prepared as an OS module. However, it is allowed to supply the print processor 105 customized by the printer manufacturer or the like together with the printer driver 103 and install them on the hard disk. The printer driver 103 requested to print from the print processor 105 uses the GDI rendering engine 107 that is the OS drawing function to render the drawing data into raster image data in accordance with the printing resolution of the printer, and then performs color processing. And a printer command are added to generate a print job and send it to the printer 108 via the port monitor 106.

このOSのスプール処理で作成されるスプールファイル104は、アプリケーション101が印刷を要求しているコマンド、或いはビットマップイメージ等をファイルとして保存している。この際、通常、文字については、文字種、文字列のキャラクタコードと座標情報などが保存され、写真などのイメージは、オリジナル画像情報と座標情報とが保存されている。これらキャラクタ、グラフィック及びイメージデータは、プリンタドライバ103で読み込まれた後、GDIレンダリングエンジン107でレンダリングされてプリンタ108の解像度に応じたラスタイメージデータに変換される。そのため、最近のプリンタ108における高画質化に伴う高解像度化においても、スプールデータ104のサイズは大きくならず問題とならなかった。なお、GDI102とGDIレンダリングエンジン107は、説明を分かりやすくするために個別に記載したが、米国マクロソフト社のWindows(登録商標)OSでは、同一の描画出力モジュールで構成されている。また、プリンタドライバ103自体が、レンダリング機能を備えていてもよいが、GDI102(107)がサポートする描画関数の拡張に備えて、その都度、プリンタドライバ103のレンダリング機能がサポートするように開発することはプリンタ企業にとって負担となるため、OSの描画機能(GDIレンダリングエンジン107)を用いてレンダリングさせることが望ましい。   The spool file 104 created by the spool processing of the OS stores a command requested by the application 101 for printing, a bitmap image, or the like as a file. At this time, the character type, the character code of the character string, coordinate information, and the like are usually stored for characters, and the original image information and coordinate information are stored for images such as photographs. These character, graphic, and image data are read by the printer driver 103, rendered by the GDI rendering engine 107, and converted into raster image data corresponding to the resolution of the printer 108. For this reason, the size of the spool data 104 does not increase even when the resolution is increased in accordance with the recent improvement in image quality in the printer 108. Note that the GDI 102 and the GDI rendering engine 107 are individually described for easy understanding, but the Windows (registered trademark) OS of the US Macrosoft Corporation is configured by the same drawing output module. In addition, the printer driver 103 itself may have a rendering function. However, in preparation for the expansion of the drawing function supported by the GDI 102 (107), development is performed so that the rendering function of the printer driver 103 supports each time. Since this is a burden for printer companies, it is desirable to render using the OS drawing function (GDI rendering engine 107).

しかし、その描画データが複雑なデータ等の場合には、プリンタ108やプリンタドライバ103の機能によっては、正常に印刷できないことがある。このため、アプリケーション101によっては、レンダリングをアプリケーション101で行い、その結果であるラスタイメージをプリンタドライバ103に出力するものがある。このような場合、通常、アプリケーション101からはプリンタドライバ103におけるレンダリング処理を行う場合と同じ解像度で、ページの画像全体をラスタイメージに変換して出力するため、ラスタイメージデータの解像度(プリンタ108の解像度)の増加とともにスプールデータ104自体も巨大化してしまうという問題が発生している。また、レンダリング処理を行わないアプリケーションでも、前述したようにスプールデータサイズの増大によるシステムエラーが発生するという問題がある。   However, when the drawing data is complicated data, printing may not be performed normally depending on the functions of the printer 108 and the printer driver 103. For this reason, some applications 101 perform rendering with the application 101 and output the resulting raster image to the printer driver 103. In such a case, the resolution of the raster image data (the resolution of the printer 108) is usually used since the application 101 converts the entire page image into a raster image at the same resolution as when rendering processing in the printer driver 103 is performed. ), The spool data 104 itself becomes huge. Even in an application that does not perform rendering processing, there is a problem that a system error occurs due to an increase in the spool data size as described above.

図2は、印刷対象の各用紙サイズ及びプリンタ108の各レンダリング解像度に対する、1ページ分のスプールファイル104のサイズの一例を示した図である。   FIG. 2 is a diagram illustrating an example of the size of the spool file 104 for one page with respect to each paper size to be printed and each rendering resolution of the printer 108.

図2は1ページ分のスプールファイル104の容量を示しており、ここではA4,B4,A3判のそれぞれに対する各解像度(600,720,1200dpi)でのスプールデータのデータ容量がメガバイトの単位で表わされている。当然、複数ページがスプールされた場合には、スプールファイル104の必要な容量は更に大きくなる。このようにしてスプールファイル104のサイズが大きくなると、印刷に要する時間が長くなるだけでなく、ハードディスクの容量不足でスプールエラーが発生したり、扱うラスタイメージデータが巨大化することから、アプリケーション101やスプーラ内部でメモリエラー等が発生したりして、正常に印刷されないという問題が発生する。   FIG. 2 shows the capacity of the spool file 104 for one page. Here, the data capacity of the spool data at each resolution (600, 720, 1200 dpi) for each of A4, B4, and A3 sizes is expressed in units of megabytes. It has been. Naturally, when a plurality of pages are spooled, the required capacity of the spool file 104 is further increased. When the size of the spool file 104 increases in this way, not only the time required for printing increases, but also a spool error occurs due to a lack of hard disk capacity, and the raster image data to be handled becomes enormous. A memory error or the like occurs inside the spooler, causing a problem that printing cannot be performed normally.

このような事態に対する対処法としては、レンダリングの解像度を下げる、即ち、ラスタイメージの解像度を下げることも考えられるが、文字やグラフィックを描画コマンドとして出力するアプリケーションの場合、これでは通常のキャラクタコードで出力されている文字列まで低い解像度でレンダリングされることになり、プリンタ108本来の印刷品位での印刷が不可能になる。   One way to deal with this situation is to lower the rendering resolution, that is, to lower the resolution of the raster image. However, for applications that output text and graphics as drawing commands, this is a normal character code. The output character string is rendered at a low resolution, and printing with the original print quality of the printer 108 becomes impossible.

そこで本実施形態では、レンダリング解像度、即ち、プリンタ108の解像度に応じた解像度でレンダリングしたラスタイメージデータを出力するアプリケーション101から出力されるスプールファイル104のサイズを小さくしながら、印刷キャラクタコードで出力される文字列などのように、解像度に依存せずに出力される描画データについては高品位でレンダリングすることを目的とする。   Therefore, in the present embodiment, the print character code is output while reducing the size of the spool file 104 output from the application 101 that outputs the raster image data rendered at the resolution corresponding to the resolution of the printer 108, that is, the resolution of the printer 108. The purpose is to render high-quality rendering data that is output independently of the resolution, such as a character string.

次に本実施形態1に係る処理について図3乃至図8を参照して詳しく説明する。   Next, processing according to the first embodiment will be described in detail with reference to FIGS. 3 to 8.

図5は、本実施形態1に係る印刷システムにおける処理の流れを説明するフローチャートである。ここではアプリケーション101が作成した描画データをスプールする処理について説明する。   FIG. 5 is a flowchart for explaining the flow of processing in the printing system according to the first embodiment. Here, a process of spooling drawing data created by the application 101 will be described.

まずアプリケーション101は、印刷するための描画データ(文書データや画像データ等の印刷データ)を、通常、対象とするプリンタ108の解像度や印刷領域(解像度に応じたピクセル数)に合わせて作成する。そしてステップS101で、アプリケーション101は、OSのGDI102に対してプリンタドライバ103の初期化を要求し、プリンタ108の印刷領域や解像度などのプリンタ情報を予め定められたAPI(Application Programming Interface)を用いて要求する。次にステップS102に進み、GDI102は、この要求に応じてプリンタドライバ103を初期化し、プリンタドライバ103に対して「GDIINFO」と呼ばれるプリンタ情報を要求する。   First, the application 101 creates drawing data (print data such as document data and image data) for printing in accordance with the resolution of the target printer 108 and the print area (the number of pixels corresponding to the resolution). In step S101, the application 101 requests the GDI 102 of the OS to initialize the printer driver 103, and uses printer API such as a printing area and resolution of the printer 108 in advance using an application programming interface (API). Request. In step S102, the GDI 102 initializes the printer driver 103 in response to this request, and requests printer information called “GDIINFO” from the printer driver 103.

この「GDIINFO」は、図3に示すようなデータ構造をしている。   This “GDIINFO” has a data structure as shown in FIG.

またプリンタドライバ103は、「DEVMODE」と呼ばれるユーザ設定値を基に用紙サイズや用紙内の印刷領域などを設定する。例えば、「ulLogPixelsX」301,「ulLogPixelsY」302はレンダリング解像度であり(画像の水平及び垂直方向の論理インチ当りの画素数)、このレンダリング解像度に応じて、「ulHorzRes」(画素単位での印刷幅)303/「ulVertRes」(画素単位での印刷高さ)304、「ptlPhysOffset.x」(印刷領域の左側オフセット)305/「ptlPhysOffset.y」(印刷領域の上側オフセット)306などの値を設定する。   The printer driver 103 sets a paper size, a print area in the paper, and the like based on a user setting value called “DEVMODE”. For example, “ulLogPixelsX” 301 and “ulLogPixelsY” 302 are rendering resolutions (number of pixels per logical inch in the horizontal and vertical directions of the image), and “ulHorzRes” (print width in pixels) depending on the rendering resolution. Values such as 303 / "ulVertRes" (print height in pixel units) 304, "ptlPhysOffset.x" (left offset of the print area) 305 / "ptlPhysOffset.y" (upper offset of the print area) 306, and the like are set.

図4は、ユーザ設定値「DEVMODE」の一例を示す図である。   FIG. 4 is a diagram illustrating an example of the user setting value “DEVMODE”.

この「DEVMODE」のデータ構造において、「dmDriverData」(デバイス固有の情報)401以外は、OSで共通の仕様となっている。この「dmDriverData」401は、各プリンタドライバ毎に自由に使用することが可能である。   In the data structure of “DEVMODE”, the specifications other than “dmDriverData” (device-specific information) 401 are common to the OS. This “dmDriverData” 401 can be freely used for each printer driver.

前述したレンダリング解像度でレンダリングしたラスタイメージデータを、アプリケーション101から出力するスプールファイル104のサイズを小さくするには、このレンダリング解像度の値を小さくすれば良い。しかし、このレンダリング解像度を小さくすると、キャラクタコードで表わされている文字列などのように、解像度に依存しない描画データについても、その印刷品位が下がってしまう。   In order to reduce the size of the spool file 104 output from the application 101 for raster image data rendered at the rendering resolution described above, the value of the rendering resolution may be reduced. However, if the rendering resolution is reduced, the print quality of drawing data that does not depend on the resolution, such as a character string represented by a character code, is lowered.

ここでプリンタドライバ103が初期化されるケースは2種類あり、一つは、前述したアプリケーション101がGDI102に描画データを出力する際に行う初期化である。もう一つは、プリントプロセッサ105がスプールファイル104のデータをプリンタ108に出力する際の初期化である。   Here, there are two types of cases where the printer driver 103 is initialized, and one is initialization performed when the application 101 described above outputs drawing data to the GDI 102. The other is initialization when the print processor 105 outputs the data of the spool file 104 to the printer 108.

OSの仕様に基づけば、「ulLogPixelsX」301,「ulLogPixelsY」302はレンダリング解像度を設定することになっている。ここで、従来のプリンタドライバは、両方の初期化に対して同じ解像度を返している。しかし、本実施形態に係るプリンタドライバ103は、アプリケーション101からの初期化の場合だけスプール軽減用の低解像度の値を返し、プリントプロセッサ105からの初期化の時には高解像度のレンダリング解像度(プリンタ108の解像度に対応)を返している。これにより、アプリケーション101において、レンダリング解像度でレンダリングしたラスタイメージデータを出力するスプールファイル104のサイズを小さくしながら、キャラクタコードで出力されている文字列など、解像度に依存せずに出力される描画データについては高品位のままで印刷することができる。   Based on the specifications of the OS, “ulLogPixelsX” 301 and “ulLogPixelsY” 302 are to set the rendering resolution. Here, the conventional printer driver returns the same resolution for both initializations. However, the printer driver 103 according to the present embodiment returns a low resolution value for spool reduction only in the case of initialization from the application 101, and in the case of initialization from the print processor 105, a high resolution rendering resolution (of the printer 108). (Resolution). As a result, the drawing data that is output independently of the resolution, such as a character string that is output in the character code, while the size of the spool file 104 that outputs the raster image data rendered at the rendering resolution is reduced in the application 101. Can be printed with high quality.

そこでまず、プリンタドライバ103は、スプールサイズ軽減用の解像度を返すか、即ち、スプールする描画データの解像度を低下させる必要があるかを判定する必要がある(ステップ103)。   Therefore, first, the printer driver 103 needs to return the resolution for reducing the spool size, that is, determine whether it is necessary to reduce the resolution of the drawing data to be spooled (step 103).

この判定処理について図6のフローチャートを参照して説明する。尚、図6において、図5と共通する部分は同じ記号で示している。   This determination process will be described with reference to the flowchart of FIG. In FIG. 6, parts common to FIG. 5 are denoted by the same symbols.

図6は、図5のステップS103における、プリンタドライバ103によりスプールサイズの軽減機能をオンするかどうかを判定し、それに応じた解像度を返す処理を示すフローチャートである。   FIG. 6 is a flowchart showing processing for determining whether or not the spool size reduction function is turned on by the printer driver 103 in step S103 of FIG. 5 and returning a resolution corresponding thereto.

まずステップS201で、プリンタドライバ103は、その初期化がスプール目的のGDI102を経由したアプリケーション101からの初期化か、実際に印刷するためのGDI102を経由したプリントプロセッサ105からの初期化かであるかを判定する。これを判定する一つの方法として、呼び元のモジュールを調べることが可能なので、呼び元のモジュールの中にプリントプロセッサ105を示すコードが含まれるかどうかで判定することができる。   First, in step S201, the printer driver 103 determines whether the initialization is from the application 101 via the spool-purpose GDI 102 or from the print processor 105 via the GDI 102 for actual printing. Determine. As one method for determining this, the caller module can be examined. Therefore, it can be determined whether or not the code indicating the print processor 105 is included in the caller module.

また他の方法としては、前述したようにプリントプロセッサ105としてOS標準のものを使う以外に、カスタマイズしたプリントプロセッサ105をプリンタドライバ103とともに供給することもあり得る。その場合、プリントプロセッサ105が、プリンタドライバ103を初期化する際に、「DEVMODE」にプリントプロセッサ105からの初期化であるというフラグを設定しておき、プリンタドライバ103がその値を参照して、その初期化がどこから指示されたかを判定することができる。   As another method, in addition to using the OS standard as the print processor 105 as described above, a customized print processor 105 may be supplied together with the printer driver 103. In this case, when the print processor 105 initializes the printer driver 103, a flag indicating that the initialization is from the print processor 105 is set in “DEVMODE”, and the printer driver 103 refers to the value, It is possible to determine where the initialization is directed from.

このステップS201で、アプリケーション101からの初期化であると判断した場合はステップS202に進み、プリンタドライバ103は、スプールサイズの軽減機能が必要かどうかを判定する。これを判定する一つの方法としては、ユーザが選択する方法がある。これは印刷中にエラーが発生して印刷されなかったり、印刷に要する時間が異常に長かったり、印刷してもページの一部又は全体の描画データが抜けて印刷された場合には、ユーザの判定により、プリンタドライバ103のユーザ設定機能を用いて、このスプールサイズの軽減機能をオンにする。   If it is determined in step S201 that the initialization is from the application 101, the process proceeds to step S202, and the printer driver 103 determines whether or not a spool size reduction function is necessary. One method for determining this is a method of selection by the user. This is because if an error occurs during printing and printing is not performed, the time required for printing is abnormally long, or even if printing is performed with some or all of the drawing data missing, the user's Based on the determination, the spool size reduction function is turned on using the user setting function of the printer driver 103.

図12は、このスプールサイズの軽減機能を設定するためのプリンタドライバ103によるユーザインターフェース画面例を示す図である。   FIG. 12 is a diagram showing an example of a user interface screen by the printer driver 103 for setting the spool size reduction function.

このユーザインタフェース画面は、プリンタドライバ103の印刷詳細設定のプロパティを開き、カスタム設定ボタン(図示省略)を指示することによりプリンタドライバ103により表示される。ユーザは印刷の開始を命令する際に、アプリケーション101の印刷設定画面から、プリンタドライバ103の印刷詳細画面を呼び出して、このカスタム設定用の画面を表示させ、このスプールサイズ軽減機能の設定を行うことができる。即ち、図12の例では「印刷データのサイズを小さくする」のチェックボックスをチェックすることにより、スプールサイズ軽減機能の設定を行う。プリンタドライバ103は、「DEVMODE」の「dmDriverData」401に、このスプールサイズの軽減機能を実行するか否かの情報を記憶しておき、印刷時にその情報を参照することで、スプールサイズを軽減させるかどうかを判定することができる。   This user interface screen is displayed by the printer driver 103 by opening the properties of the print detailed setting of the printer driver 103 and instructing a custom setting button (not shown). When the user gives an instruction to start printing, the print detail screen of the printer driver 103 is called from the print setting screen of the application 101 to display this custom setting screen, and the spool size reduction function is set. Can do. In other words, in the example of FIG. 12, the spool size reduction function is set by checking the “reduce print data size” check box. The printer driver 103 stores information on whether or not to execute the spool size reduction function in “dmDriverData” 401 of “DEVMODE”, and reduces the spool size by referring to the information at the time of printing. It can be determined whether or not.

また他の方法としては、プリンタドライバ103で、ページ全体をイメージで出力した場合を想定した1ページ当りのスプールファイル104のサイズが所定のサイズ以上かどうかに基づいて判定することも可能である。この方法では、「DEVMODE」の用紙のサイズを示す「dmSize」402や、印刷品位を示す「dmPrintQuality」(プリンタの解像度)403に基づいて判定される。またその他には、プリンタドライバ103で、ユーザがスプールサイズに基づいてスプールサイズを軽減させるかどうか判定するか、スプールサイズの軽減処理を常にオン又はオフにする設定機能を設け、その設定値とスプールサイズとからスプールサイズの軽減処理を実行するかどうかを判定することも可能である。   As another method, the printer driver 103 can make a determination based on whether the size of the spool file 104 per page is equal to or larger than a predetermined size assuming that the entire page is output as an image. In this method, the determination is made based on “dmSize” 402 indicating the paper size of “DEVMODE” and “dmPrintQuality” (printer resolution) 403 indicating the print quality. In addition, the printer driver 103 is provided with a setting function for determining whether or not the user reduces the spool size based on the spool size, or to always turn on or off the spool size reduction process. It is also possible to determine whether or not to execute the spool size reduction process from the size.

図13は、図12のユーザインタフェース画面を拡張した表示画面例を示す図であり、スプールサイズの軽減機能の設定に際して、スプールサイズに基づいて自動判定する機能を追加した例を示している。この例では、「印刷データのサイズを小さくする」のチェックボックスがチェックされている状態で「自動的に判定する」が選択できるようになる。「印刷データのサイズを小さくする」のチェックボックスがチェックされていて(スプールサイズの軽減処理が選択)、かつ「自動的に判定する」のチェックボックスがチェックされている場合に、スプールサイズに基づいて、自動的にスプール軽減処理を実行するかどうかが決定される。   FIG. 13 is a diagram showing an example of a display screen obtained by expanding the user interface screen of FIG. 12, and shows an example in which a function for automatically determining based on the spool size is added when setting the spool size reduction function. In this example, “automatically determine” can be selected in a state where the “reduce print data size” check box is checked. Based on the spool size when the “Resize print data” check box is checked (Spool size reduction processing is selected) and the “Automatically determine” check box is checked Thus, it is determined whether or not to execute the spool reduction processing automatically.

再び図6に戻り、ステップS201又はS202で「NO」と判定した場合(スプールサイズの軽減を行わない)にはステップS204に進み、プリンタドライバ103は、印刷用のレンダリング解像度(プリンタ108の解像度)を基にGDI102にプリンタ情報を返す。   Returning to FIG. 6 again, if “NO” is determined in step S201 or S202 (the spool size is not reduced), the process proceeds to step S204, and the printer driver 103 renders the rendering resolution for printing (the resolution of the printer 108). The printer information is returned to the GDI 102 based on the above.

一方、上記ステップS201及びS202で「YES」と判定した場合(スプールサイズの軽減を行う)はステップS203に進み、プリンタドライバ103は、GDI102経由で、スプールサイズを軽減するために、低解像度のプリンタ情報をアプリケーション101に返す。   On the other hand, if “YES” is determined in steps S201 and S202 (reduction of the spool size), the process proceeds to step S203, and the printer driver 103 transmits a low-resolution printer via the GDI 102 to reduce the spool size. Information is returned to the application 101.

本実施形態では、プリンタの印刷解像度が600dpiであり、スプールサイズ軽減機能を実行する際の解像度を300dpiとしている。この300dpiの場合、アプリケーションが描画データをラスタイメージで出力するものであっても、OSのスプール処理に伴うスプールサイズは、描画データが多値データであっても1GB(ギガバイト)を超えることがなくなる。これにより、情報処理装置のRAM領域やHDDの空き容量を加味しても、印刷処理でスプール処理エラーになることは一般にはありえないと予想できる。このようにして、前述したレンダリング解像度でレンダリングしたイメージを出力するアプリケーション101からのスプールファイル104の出力データサイズを小さくできる。しかし、レンダリング解像度でレンダリングしたイメージを出力するアプリケーション101の場合には、この低下させた解像度でレンダリングした結果を出力するため、解像度が低下するほどスプールサイズが小さくなるが、それに応じて、その印刷結果も劣化してしまう。そこで、用紙サイズや印刷品位などに応じて、この解像度を決定する必要がある。   In this embodiment, the printing resolution of the printer is 600 dpi, and the resolution when the spool size reduction function is executed is 300 dpi. In the case of 300 dpi, even if the application outputs drawing data as a raster image, the spool size accompanying the spool processing of the OS does not exceed 1 GB (gigabytes) even if the drawing data is multi-value data. . As a result, even if the RAM area of the information processing apparatus and the free space of the HDD are taken into account, it can be generally predicted that a spool processing error will not occur in the printing process. In this manner, the output data size of the spool file 104 from the application 101 that outputs an image rendered at the rendering resolution described above can be reduced. However, in the case of the application 101 that outputs an image rendered at the rendering resolution, the result of rendering at this reduced resolution is output, so the spool size decreases as the resolution decreases. The result will also deteriorate. Therefore, it is necessary to determine this resolution in accordance with the paper size, print quality, and the like.

こうしてステップS203或いはS204を実行した後ステップS106(図5)に進み、GDI102に返されたプリンタ情報は、そのGDI102を経由してアプリケーション101に返される。これによりアプリケーション101は、この返されたプリンタ情報に基づいて、その得られた解像度や印刷領域などに基づいて描画データを作成し、GDI102に出力する。   After executing step S203 or S204 in this way, the process proceeds to step S106 (FIG. 5), and the printer information returned to the GDI 102 is returned to the application 101 via the GDI 102. As a result, the application 101 creates drawing data based on the obtained resolution and print area based on the returned printer information, and outputs the drawing data to the GDI 102.

次にステップS107に進み、GDI102は、アプリケーション101から要求された描画データを、Windows(登録商標)の標準スプールファイル104のフォーマットであるEMFフォーマットで、スプールファイル104としてスプールする。このスプールが終了するとステップS108に進み、GDI102は、プリントプロセッサ105に印刷の開始を要求する。   In step S107, the GDI 102 spools the drawing data requested by the application 101 as a spool file 104 in the EMF format that is the format of the standard spool file 104 of Windows (registered trademark). When this spooling is completed, the process proceeds to step S108, and the GDI 102 requests the print processor 105 to start printing.

次にステップS109に進み、ステップS108で印刷開始が指示されたプリントプロセッサ105は、プリンタドライバ103を初期化するため、GDI102に初期化を要求する。ここで前述の図6のステップS201の判定で、「DEVMODE」にプリントプロセッサ105からの初期化であることを設定して判定する場合には、プリントプロセッサ105は、初期化する際に、この「DEVMODE」にプリントプロセッサ105からの初期化であることを示す情報を設定し、GDI102に対し、プリンタドライバ103の初期化を要求するとともに、プリンタ108の印刷領域や解像度などのプリンタ情報を要求する。次にステップS110に進み、こうしてプリントプロセッサ105からプリンタドライバ103の初期化を要求されたGDI102は、プリンタドライバ103を初期化し、プリンタドライバ103に対してプリンタ情報である「GDIINFO」を要求する。   In step S109, the print processor 105 instructed to start printing in step S108 requests the GDI 102 to perform initialization in order to initialize the printer driver 103. Here, in the determination of step S201 in FIG. 6 described above, when “DEVMODE” is determined to be initialization from the print processor 105, the print processor 105 performs this “when initialization”. Information indicating initialization from the print processor 105 is set in “DEVMODE”, the GDI 102 is requested to initialize the printer driver 103, and printer information such as the print area and resolution of the printer 108 is requested. In step S110, the GDI 102 requested to initialize the printer driver 103 from the print processor 105 initializes the printer driver 103 and requests the printer driver 103 for “GDIINFO” as printer information.

次にステップS111に進み、これに応じてプリンタドライバ103は、「GDIINFO」を設定して初期化する。この際、前述のステップS103と同じ初期化関数が呼ばれるため、ステップS103と同様に、ステップS201の判定を行う。ここでは、アプリケーション101からの初期化でないと判定されるので、プリンタ108の解像度である印刷用の高解像度でプリンタ情報を「GDIINFO」に設定し、このプリンタ情報をGDI102に返す。   In step S111, the printer driver 103 sets “GDIINFO” and initializes it. At this time, since the same initialization function as in step S103 is called, the determination in step S201 is performed in the same manner as in step S103. Here, since it is determined that the initialization is not from the application 101, the printer information is set to “GDIINFO” at the high resolution for printing which is the resolution of the printer 108, and this printer information is returned to the GDI 102.

次にステップS112に進み、プリントプロセッサ105は、このプリンタ情報を基に描画データをGDI102に出力する。この際、まずGDI102に対し、GDI102経由で得たプリンタ情報に従った解像度への変換(座標空間の変更)を要求する。次にステップS113に進み、GDI102は、プリントプロセッサ105が要求した解像度の変換指示に従って、スプールファイル104の描画データを1ページ毎に読み出してプリンタドライバ103に出力する。その結果、スプールされた時と異なる解像度になっても、GDI102内で解像度変換されてプリンタドライバ103に対して印刷要求されるので、同じレイアウトで印刷することができる。   In step S112, the print processor 105 outputs drawing data to the GDI 102 based on the printer information. At this time, first, the GDI 102 is requested to convert to a resolution (change of the coordinate space) according to the printer information obtained via the GDI 102. In step S113, the GDI 102 reads the drawing data of the spool file 104 page by page and outputs it to the printer driver 103 in accordance with the resolution conversion instruction requested by the print processor 105. As a result, even if the resolution becomes different from that at the time of spooling, the resolution is converted in the GDI 102 and a print request is made to the printer driver 103, so that it is possible to print with the same layout.

アプリケーション101からGDI102への出力コマンドと、GDI102からプリンタドライバ103への出力コマンドの簡易的に記述した例を図7と図8に示す。   FIGS. 7 and 8 show examples in which output commands from the application 101 to the GDI 102 and output commands from the GDI 102 to the printer driver 103 are simply described.

図7は、一般的な印刷による出力コマンドの一例を示す図、図8は、本実施形態に係る印刷コマンドの一例を示す図である。   FIG. 7 is a diagram illustrating an example of an output command by general printing, and FIG. 8 is a diagram illustrating an example of a print command according to the present embodiment.

図7において、グラフィックイメージ701は、アプリケーション101からの出力が、プリンタドライバ103のレンダリング解像度に合わせて印刷されている。即ち、イメージ701は600×600がそのイメージで、(200,200)を始点として600×600画素で出力されている。702はキャラクタコードで出力されている文字列の出力領域を示している。ここで文字列「abcdefghijk」は、サイズ200で位置(1000,400)に出力され、文字列「123456789」はサイズ200で、位置(1000,600)に出力される。703はプリンタドライバ103のレンダリング解像度に依存しないオリジナルイメージの拡大出力領域である。このイメージ703は、100×100のイメージを始点(200,1000)から1600×1600のサイズで拡大して出力されている。実際には、レンダリング解像度のラスタイメージデータで出力するアプリケーションの場合、このページ全体をレンダリング解像度のラスタイメージデータに変換して印刷するが、この図7では、ラスタイメージデータではなく、描画データによって、この印刷イメージを設定している。この図7に示す通常の印刷例では、アプリケーション101からの出力が、そのままGDI102からの出力になっている。従って図7の例では、GD1102は、上述の701〜703のサイズ及び表示位置、表示サイズをそのまま出力して描画している。即ち、図7の例では、「アプリケーションからの出力コマンド」と「GDIからの出力コマンド」とは完全に一致している。   In FIG. 7, the graphic image 701 is printed from the application 101 according to the rendering resolution of the printer driver 103. That is, the image 701 is 600 × 600, and is output with 600 × 600 pixels starting from (200, 200). Reference numeral 702 denotes an output area of a character string output as a character code. Here, the character string “abcdefghijk” is output to the position (1000, 400) with the size 200, and the character string “123456789” is output to the position (1000, 600) with the size 200. Reference numeral 703 denotes an enlarged output area of the original image that does not depend on the rendering resolution of the printer driver 103. The image 703 is output by enlarging a 100 × 100 image from the start point (200, 1000) to a size of 1600 × 1600. Actually, in the case of an application that outputs with raster image data of rendering resolution, this entire page is converted into raster image data of rendering resolution and printed. In FIG. 7, not the raster image data but drawing data, This print image is set. In the normal printing example shown in FIG. 7, the output from the application 101 is the output from the GDI 102 as it is. Accordingly, in the example of FIG. 7, the GD 1102 outputs and draws the above-described sizes 701 to 703, the display position, and the display size as they are. That is, in the example of FIG. 7, the “output command from the application” and the “output command from the GDI” completely match.

図8は図7と同じ描画データによる印刷結果を示す図であるが、この例では、アプリケーション101からの出力時にはスプール軽減用の低解像度として、印刷用のレンダリング解像度に対して縦横それぞれ1/2の値を返しており、これは図8の「アプリケーションから出力コマンド」(図8)に示すようなコマンドで指定される。   FIG. 8 is a diagram illustrating a printing result using the same drawing data as in FIG. 7. In this example, when output from the application 101, the low resolution for reducing the spool is ½ each in the vertical and horizontal directions with respect to the rendering resolution for printing. This value is specified by a command as shown in “output command from application” (FIG. 8) in FIG.

図7と比較すると明らかなように、図7の701では、「600×600ピクセルの画像」がスプールされているのに対し、この図8の801では、「300×300ピクセルの画像」がスプールされているので、スプールデータのサイズが減少している。しかし、レンダリング解像度に依存しない文字列及びイメージ802,803については、その座標情報やサイズが異なるだけで、同じデータサイズでスプールされる。即ち、文字列のサイズは、図7の702で示すサイズ「200」の半分「100」となり、座標情報も(1000,400),(1000,600)のそれぞれの半分である(500,200)、(500,300)となっている。また803で示すイメージに関しても、始点は図7の703の始点(200,1000)の半分の(100,500)、サイズも図7の703の(1600×1600)の半分である(800×800)となっている。   As is clear from comparison with FIG. 7, “600 × 600 pixel image” is spooled in 701 in FIG. 7, whereas “300 × 300 pixel image” is spooled in 801 in FIG. 8. As a result, the size of the spool data has decreased. However, the character strings and the images 802 and 803 that do not depend on the rendering resolution are spooled with the same data size except that their coordinate information and size are different. That is, the size of the character string is half “100” of the size “200” indicated by 702 in FIG. 7, and the coordinate information is also half of each of (1000, 400) and (1000, 600) (500, 200). (500, 300). Also for the image indicated by 803, the start point is half (100, 500) of the start point (200, 1000) of 703 in FIG. 7, and the size is also half of (1600 × 1600) of 703 in FIG. 7 (800 × 800). ).

上述の「アプリケーションから出力コマンド」(図8)では、イメージ801は、300×300画素のイメージで、(100,100)を始点として、サイズ300×300画素で出力されている。また文字列「abcdefghijk」は、サイズ100で、位置(500,200)に出力され、文字列「123456789」は、サイズ100で、位置(500,300)に出力される。更にイメージ803は、100×100のイメージを、始点(100,500)から800×800のサイズで拡大して出力されている。   In the above-mentioned “output command from application” (FIG. 8), the image 801 is an image of 300 × 300 pixels, and is output with a size of 300 × 300 pixels starting from (100, 100). The character string “abcdefghijk” is output at the position (500, 200) with the size 100, and the character string “123456789” is output at the position (500, 300) with the size 100. Further, the image 803 is output by enlarging a 100 × 100 image with a size of 800 × 800 from the start point (100, 500).

また後述の「GDI102からの出力コマンド」(図8)においては、グラフィック801に関しては、図7のグラフィック701と比べて、印刷されるイメージのサイズ(解像度)が1/2×1/2で(300×300)となっていて小さくなっているため、印刷された画像品位が低下している。しかし、プリントプロセッサ105の要請によるGDI102の解像度変換の結果、600×600のサイズで描画され、かつ文字列802,イメージ803に関しては、図7の702,703と全く同じコマンドで出力されるため、これら文字列802及びイメージ803は高いレンダリング解像度でレンダリングされ、図7の文字列702,イメージ703と同じ画像品位で印刷できることになる(ステップS113)。   In the “output command from GDI 102” (FIG. 8) described later, the graphic 801 has a size (resolution) of a printed image of 1/2 × 1/2 (compared to the graphic 701 of FIG. 300 × 300), which is smaller, the printed image quality is degraded. However, as a result of the resolution conversion of the GDI 102 at the request of the print processor 105, the image is drawn in a size of 600 × 600, and the character string 802 and the image 803 are output with exactly the same commands as 702 and 703 in FIG. The character string 802 and the image 803 are rendered at a high rendering resolution and can be printed with the same image quality as the character string 702 and the image 703 in FIG. 7 (step S113).

即ち、上述の「GDI102からの出力コマンド」(図8)では、イメージ801は、300×300画素のイメージで、(200,200)を始点として、サイズ600×600画素で描画されている。また文字列「abcdefghijk」は、サイズ200で、位置(1000,400)に描画され、文字列「123456789」は、サイズ200で、位置(1000,600)に描画される。更にイメージ803は、100×100のイメージを、始点(200,1000)から1600×1600のサイズで拡大して描画されている。   That is, in the above-mentioned “output command from GDI 102” (FIG. 8), the image 801 is an image of 300 × 300 pixels, and is drawn with a size of 600 × 600 pixels starting from (200, 200). The character string “abcdefghijk” is drawn at the position (1000, 400) with the size 200, and the character string “123456789” is drawn at the position (1000, 600) with the size 200. Further, the image 803 is drawn by enlarging a 100 × 100 image with a size of 1600 × 1600 from the start point (200, 1000).

次いでステップS114に進み、プリンタドライバ103は、上記スプールファイル104を、GDIレンダリングエンジン107を用いてラスタイメージデータにレンダリングする。ここで、前述したように、GDIレンダリングエンジン107はGDI102と同じモジュールである。そしてステップS115に進み、プリンタドライバ103は、そのレンダリングされたラスタイメージデータをプリンタコマンドの印刷データに変換してプリンタ108に出力する。そして、この処理を終了する。   In step S114, the printer driver 103 renders the spool file 104 into raster image data using the GDI rendering engine 107. Here, as described above, the GDI rendering engine 107 is the same module as the GDI 102. In step S115, the printer driver 103 converts the rendered raster image data into printer command print data, and outputs the print data to the printer 108. Then, this process ends.

以上説明したように本実施形態1によれば、印刷された画像の劣化を抑えて、アプリケーションにより印刷が指示されたデータをスプールするデータ量を削減できるという効果がある。   As described above, according to the first embodiment, it is possible to suppress the deterioration of the printed image and reduce the data amount for spooling the data instructed to be printed by the application.

[実施形態2]
上記実施形態1では、低解像度のレンダリング解像度用にスプールされたEMFフォーマットのスプールファイル104を、プリンタドライバ103で高解像度にレンダリングする方法について述べた。しかし、アプリケーション101の判断で、EMFフォーマットでのスプール自体を止めるように指示して印刷することがある。例えば、プリンタドライバ103がプリンタ108に送信する印刷コマンドデータそのものをスプールするRAWスプールなどに変更する場合である。その場合、前述の実施形態1では、「アプリケーションからの出力コマンド」(図8)がそのまま、GDI102経由でプリンタドライバ103に出力されるために、縮小されて印刷されてしまう。
[Embodiment 2]
In the first embodiment, the method of rendering the EMF format spool file 104 spooled for the rendering resolution of the low resolution to the high resolution by the printer driver 103 has been described. However, depending on the judgment of the application 101, there is a case where printing is instructed to stop the spool itself in the EMF format. For example, this is a case where the print command data itself sent from the printer driver 103 to the printer 108 is changed to a RAW spool for spooling. In this case, in the above-described first embodiment, the “output command from the application” (FIG. 8) is output to the printer driver 103 via the GDI 102 as it is, and thus is reduced and printed.

そこで、以下ではこれを防止する方法について説明する。   A method for preventing this will be described below.

図9は、本発明の実施形態2に係る印刷システムのRAWスプールの構成を示すブロック図で、前述の図1と共通する部分は同じ記号で示し、その説明を省略する。   FIG. 9 is a block diagram showing the configuration of the RAW spool of the printing system according to the second embodiment of the present invention. Portions that are the same as those in FIG.

前述の実施形態1では、アプリケーション101が印刷要求したデータはGDI102で一旦EMFデータとしてスプールファイル104にスプールされていた。これに対して本実施形態2に係るRAWスプールの場合には、GDI102は、直接プリンタドライバ103に印刷を要求する。こうして印刷が要求されたプリンタドライバ103は、GDIレンダリングエンジン107を用いて、その描画データをラスタイメージデータにレンダリングした後、色処理やプリンタコマンドの付加などを行って出力する。そして、そのプリンタコマンドがスプールファイル104としてスプールされる。このスプールされたプリンタコマンドは、プリントプロセッサ105及びポートモニタ106を経由してプリンタ108に送信される。   In the first embodiment described above, the data requested to be printed by the application 101 is once spooled in the spool file 104 as EMF data by the GDI 102. On the other hand, in the case of the RAW spool according to the second embodiment, the GDI 102 requests the printer driver 103 to print directly. The printer driver 103 requested to print in this manner renders the drawing data into raster image data using the GDI rendering engine 107, and then outputs the result by performing color processing or adding a printer command. Then, the printer command is spooled as a spool file 104. The spooled printer command is transmitted to the printer 108 via the print processor 105 and the port monitor 106.

本実施形態2における処理について、前述の実施形態1との違いを中心に図10A,10Bのフローチャートを参照して説明する。尚、図10A,10Bにおいて図5のフローチャートと共通する部分は同じ記号で示しており、それらの説明を省略する。   The processing in the second embodiment will be described with reference to the flowcharts of FIGS. 10A and 10B, focusing on the differences from the first embodiment. 10A and 10B, parts common to the flowchart of FIG. 5 are denoted by the same symbols, and description thereof is omitted.

ステップS106(図10A)で、アプリケーション101が描画データを作成してGDI102に出力する際に、アプリケーション101はEMFスプールを禁止することが可能である。   In step S106 (FIG. 10A), when the application 101 creates drawing data and outputs it to the GDI 102, the application 101 can prohibit EMF spooling.

図11は、アプリケーション101が初期化するときに指定する「DOCINFO」のデータ構造の一部を示した図である。   FIG. 11 is a diagram showing a part of the data structure of “DOCINFO” specified when the application 101 is initialized.

この「DOCINFO」の「lpszDatatype」1101で、スプールファイル104のデータタイプを指定することができる。通常は、0(NULLと呼ばれる)を指定し、システムの設定をそのままで印刷するが、文字列が「emf」であればEMFスプールを示し、「raw」であればRAWスプールへの切り替えを要求している。   The data type of the spool file 104 can be specified by “lpszDatatype” 1101 of “DOCINFO”. Normally, 0 (called NULL) is specified, and the system settings are printed as they are, but if the character string is "emf", EMF spool is indicated, and if it is "raw", switching to the RAW spool is requested. is doing.

こうしてステップS301で、GDI102は、「DOCINFO」の「lpszDatatype」1101に基づいて、アプリケーション101からEMFスプール以外が指定されたかを判定する。ここで「NO」、即ち、EMFスプールが指定されると前述のステップS107乃至ステップS113(図10A,10B)までの処理を行う。   In this way, in step S301, the GDI 102 determines whether a non-EMF spool is designated from the application 101 based on “lpszDatatype” 1101 of “DOCINFO”. If “NO”, that is, if the EMF spool is designated, the processing from step S107 to step S113 (FIGS. 10A and 10B) is performed.

一方ステップS301(図10A)で「YES」、即ち、EMFスプール以外が指定されるとステップS302(図10B)に進み、GDI102はアプリケーション101からの描画データをプリンタドライバ103に直接出力する。   On the other hand, if “YES” in step S301 (FIG. 10A), that is, other than the EMF spool is designated, the process proceeds to step S302 (FIG. 10B), and the GDI 102 directly outputs the drawing data from the application 101 to the printer driver 103.

こうしてステップS107乃至S113(図10A,10B)を実行するか、或いはステップS302の処理を実行するとステップS114(図10B)に進み、GDI102経由でプリンタドライバ103に印刷を要求する。しかし、ステップS301で「YES」と判定した場合には、スプール軽減用の低解像度でレンダリングされてしまう。   When steps S107 to S113 (FIGS. 10A and 10B) are executed in this way, or the processing of step S302 is executed, the process proceeds to step S114 (FIG. 10B), and the printer driver 103 is requested to print via the GDI. However, if “YES” is determined in step S301, rendering is performed at a low resolution for spool reduction.

そこでステップS303以降の処理では、低解像度でレンダリングされた場合だけ、プリンタ108に出力する前にスプール軽減用の低解像度から、印刷用の高解像度に拡大する。そのためステップS303で、レンダリングされたイメージのサイズなどからスプールサイズ軽減用の低解像度でレンダリングしたかどうかを判定する。このステップS303で「NO」と判定された場合にはステップS115(図10B)に進み、印刷用の高解像度でレンダリングされているので、プリンタドライバ103は、そのラスタイメージデータをそのままプリンタ108に出力する。   Therefore, in the processing after step S303, only when rendering is performed at a low resolution, the image is enlarged from a low resolution for spool reduction to a high resolution for printing before output to the printer 108. Therefore, in step S303, it is determined whether or not rendering has been performed at a low resolution for reducing the spool size based on the size of the rendered image. If “NO” is determined in the step S303, the process proceeds to a step S115 (FIG. 10B), and since it is rendered at a high resolution for printing, the printer driver 103 outputs the raster image data to the printer 108 as it is. To do.

一方、ステップS303で「YES」と判定した場合はステップS304に進み、この場合にはスプールサイズ軽減用の低解像度でレンダリングされているので、低解像度でラスタライズされているラスタイメージデータを、GDIレンダリングエンジン107が持つ拡大機能用いて印刷用の解像度に拡大する。そして最後にステップS305で、その拡大したラスタイメージデータをプリンタコマンドに変換してプリンタ108に出力する。そして、本処理を終了する。   On the other hand, if “YES” is determined in the step S303, the process proceeds to a step S304. In this case, since the rendering is performed at a low resolution for reducing the spool size, the raster image data rasterized at the low resolution is subjected to GDI rendering. Using the enlargement function of the engine 107, the image is enlarged to the printing resolution. Finally, in step S305, the enlarged raster image data is converted into a printer command and output to the printer 108. Then, this process ends.

以上説明したように本実施形態2によれば、プリンタ108の解像度に応じたレンダリング解像度でレンダリングしたラスタイメージデータを出力するアプリケーション101からの出力スプールファイルのサイズを小さくしながら、キャラクタコードで記述されている文字列などのように、解像度に依存せずに出力される描画データについては高品位でレンダリングできる。   As described above, according to the second embodiment, the size of the output spool file from the application 101 that outputs the raster image data rendered at the rendering resolution corresponding to the resolution of the printer 108 is reduced, and is described in the character code. Rendering data that is output independently of the resolution, such as a character string, can be rendered with high quality.

[実施形態3]
プリンタの高解像度化に伴い縮小しても視認性が損なわれにくいため、複数のページを縮小して一枚の用紙に印刷するというN−up印刷(縮小配置印刷)がよく使われるようになってきた。N−upのNは、1ページ当たりの印刷ページ数を示し、例えば1枚の用紙に4ページ分の描画データを印刷する場合は4−upと呼ばれている。
[Embodiment 3]
As the resolution of the printer is increased, the visibility is not impaired even when the image is reduced. Therefore, N-up printing (reduction layout printing) in which a plurality of pages are reduced and printed on one sheet is often used. I came. N in N-up indicates the number of printed pages per page. For example, when printing drawing data for four pages on one sheet, it is called 4-up.

図14は、4ページ分の描画データを1枚の用紙に2×2で印刷した4−up印刷の一例を示す図である。   FIG. 14 is a diagram illustrating an example of 4-up printing in which drawing data for four pages is printed 2 × 2 on one sheet.

このようにN−up印刷においては、各ページの描画データを縮小して印刷するため、図表等のアプリケーション101でよく用いられる細線などは、縮小された場合に線幅が「0」になってしまい、線として印刷されない場合がある。   As described above, in N-up printing, the drawing data of each page is reduced and printed. Therefore, a thin line often used in the application 101 such as a chart has a line width of “0” when reduced. As a result, there is a case where the line is not printed.

図15は、図14の印刷データを印刷した場合に、ページ1(Page1)の表の一部の細線が印刷されなかった例を示す図である。   FIG. 15 is a diagram illustrating an example in which some fine lines in the table of page 1 (Page 1) are not printed when the print data of FIG. 14 is printed.

図15の例では、1ページ(Page1)目の描画データにおいて細線の一部が印刷されていない。そこで本実施形態3では、N−up印刷時における細線の欠落を防止する技術について説明する。尚、この実施形態3における印刷システムのハードウェア構成は前述の実施形態1の場合と同様であるため、その説明を省略する。   In the example of FIG. 15, a part of the thin line is not printed in the drawing data of the first page (Page 1). Therefore, in the third embodiment, a technique for preventing a thin line from being lost during N-up printing will be described. Note that the hardware configuration of the printing system in the third embodiment is the same as that in the first embodiment, and a description thereof will be omitted.

前述の実施形態1で説明したように、アプリケーション101が印刷要求した描画データ(文書データ、画像データ等の印刷データ)は、通常、GDI102が一旦、EMFデータとしてスプールファイル104にスプールし、プリントプロセッサ105が、スプールファイル104から印刷出力情報と描画データをページ単位で読み込み、1ページずつGDI102を介してプリンタドライバ103に出力して印刷している。   As described in the first embodiment, drawing data (print data such as document data and image data) requested to be printed by the application 101 is normally once spooled in the spool file 104 by the GDI 102 as EMF data, and then printed by the print processor. Reference numeral 105 reads print output information and drawing data from the spool file 104 on a page-by-page basis, and outputs them to the printer driver 103 via the GDI 102 for printing.

このGDI102には、このスプールされたページ毎に用紙の一部の領域を指定し、その領域に1ページ分のデータを縮小して出力する機能があり、GDI102に対し用紙への出力終了命令を指定するまでは同じ用紙内に何ページでも出力できる。プリントプロセッサ105はこの機能を用いてN−up印刷を行っている。   The GDI 102 has a function of designating a partial area of the paper for each spooled page, and reducing and outputting data for one page in the area. Any number of pages can be output on the same paper until specified. The print processor 105 performs N-up printing using this function.

つまり、プリントプロセッサ105は、プリンタドライバ103に出力する際に、プリンタドライバ103が返した印刷領域をN等分し、スプールファイル104から印刷出力情報と描画データをページ単位で読み込み、1ページずつGDI102を介してN等分した領域に順番に出力している。   That is, when the print processor 105 outputs to the printer driver 103, the print area returned by the printer driver 103 is equally divided into N, and the print output information and the drawing data are read from the spool file 104 page by page. Are sequentially output to the N-divided areas.

本実施形態3では、プリンタドライバ103は、アプリケーション101に対しては、縮小されることを考慮して解像度に縮小率を掛けた解像度に基づくプリンタ情報を返す。一方、印刷時には、プリンタドライバ103は、印刷用の高解像のプリンタ情報を返すことで、印刷時に縮小された線幅は「1」のままで印刷できる。   In the third embodiment, the printer driver 103 returns, to the application 101, printer information based on the resolution obtained by multiplying the resolution by the reduction ratio in consideration of the reduction. On the other hand, at the time of printing, the printer driver 103 returns high-resolution printer information for printing, so that the line width reduced at the time of printing can be printed with “1”.

以下、本実施形態3に係る処理について説明する。この実施形態3に係るハードウェア構成は前述の実施形態1の印刷システムと同じハードウェア構成であるため、その説明を省略する。   Hereinafter, processing according to the third embodiment will be described. Since the hardware configuration according to the third embodiment is the same hardware configuration as that of the printing system according to the first embodiment, the description thereof is omitted.

図16は、本発明の実施形態3に係る印刷システムにおける処理の流れを説明するフローチャートで、前述の実施形態1のフローチャート(図5)と共通する処理ステップは同じ記号で示し、それらステップの説明を省略する。ここではアプリケーション101が作成した描画データをスプールする処理について説明する。   FIG. 16 is a flowchart for explaining the flow of processing in the printing system according to the third embodiment of the present invention. Processing steps that are the same as those in the flowchart of the first embodiment (FIG. 5) are indicated by the same symbols, and explanations of these steps are made. Is omitted. Here, a process of spooling drawing data created by the application 101 will be described.

ステップS102で、GDI102はプリンタドライバ103を初期化し、「GDIINFO」と呼ばれるプリンタ情報を要求する。次にステップS402に進み、プリンタ情報に基づいて、N−up用の細線欠け対策モードがオンであると判定されるとステップS403に進み、アプリケーション101からの初期化の場合だけ、プリンタドライバ103は、N−up用の細線欠けの対策用に低解像度の値を返す。N−up用の細線欠け対策モードがオフのとき、或いはプリントプロセッサ105からの初期化の時は、ステップS204で、高解像度のレンダリング解像度(プリンタ108の解像度に対応)を返す。   In step S102, the GDI 102 initializes the printer driver 103 and requests printer information called “GDIINFO”. In step S402, if it is determined that the N-up thin line deficiency countermeasure mode is on based on the printer information, the process advances to step S403, and the printer driver 103 performs the initialization only from the application 101. , A low resolution value is returned as a countermeasure against the lack of fine lines for N-up. When the N-up thin line defect countermeasure mode is off, or when initialization is performed from the print processor 105, a high resolution rendering resolution (corresponding to the resolution of the printer 108) is returned in step S204.

図17は、図16のステップS303における、プリンタドライバ103によりN−up用の細線欠け対策するかどうかを判定し、それに応じた解像度を返す処理を示すフローチャートである。   FIG. 17 is a flowchart showing a process of determining whether or not the N-up thin line defect countermeasure is to be taken by the printer driver 103 in step S303 of FIG.

図17において、ステップS201で、アプリケーション101からの初期化であると判断した場合はステップS402に進み、N−up用の細線欠けの対策機能がオンかどうかを判定する。これはユーザが、図18のユーザインターフェースを用いて、この機能をオンに設定したかどうかにより判定する。N−upで印刷した結果、細線の一部が抜けて印刷された場合には、ユーザの判定により、プリンタドライバ103のユーザ設定機能を用いて、このN−up用の細線欠け対策機能をオンにする。   In FIG. 17, when it is determined in step S201 that the initialization is from the application 101, the process proceeds to step S402, and it is determined whether or not the N-up thin line missing countermeasure function is on. This is determined based on whether or not the user has set this function to ON using the user interface of FIG. As a result of printing with N-up, if a part of the fine line is missing and printed, the user setting function of the printer driver 103 is used to turn on the fine line defect countermeasure function for N-up. To.

図18は、N−up用の細線欠け対策機能を設定するためのプリンタドライバ103のユーザインターフェースの画面例を示す図である。ここで「N−up時の細線欠けを防ぐ」のチェックボックスをチェックすることにより、N−up用の細線欠けの対策機能をオンに設定できる。   FIG. 18 is a diagram illustrating a screen example of the user interface of the printer driver 103 for setting the fine line deficiency countermeasure function for N-up. Here, by checking the check box of “Prevent thin line breakage at N-up”, the countermeasure function for thin line breakage for N-up can be set to ON.

ユーザは印刷開始する際に、アプリケーション101の印刷設定画面から、プリンタドライバ103の設定を行うことができる。プリンタドライバ103は、「DEVMODE」の「dmDriverData」401(図4)に、このN−up用の細線欠け対策機能を実行するか否かの情報を記憶し、その情報を、図17のステップS402で参照することで判定することができる。   When starting printing, the user can set the printer driver 103 from the print setting screen of the application 101. The printer driver 103 stores in the “dmDriverData” 401 (FIG. 4) of “DEVMODE” information on whether or not to execute the N-up thin line deficiency countermeasure function, and this information is stored in step S402 of FIG. It can be determined by referring to.

図17のステップS201又はS402で「NO」(N−up用の細線欠け対策を行わない)と判定した場合はステップS204に進み、プリンタドライバ103は、印刷用のレンダリング解像度(プリンタ108の解像度)を基にGDI102にプリンタ情報を返す。   If it is determined as “NO” in step S201 or S402 in FIG. 17 (the N-up thin line missing measure is not taken), the process proceeds to step S204, where the printer driver 103 renders the printing rendering resolution (resolution of the printer 108). The printer information is returned to the GDI 102 based on the above.

一方、上記ステップS201及びS402で「YES」(N−up用の細線欠け対策を行う)と判定した場合はステップS403に進み、プリンタドライバ103は、GDI102経由で、N−up用の細線欠け対策機能用の低解像度のプリンタ情報をアプリケーション101に返す。   On the other hand, if “YES” is determined in steps S201 and S402 (the N-up thin line missing countermeasure is taken), the process proceeds to step S403, and the printer driver 103 performs the N-up thin line missing countermeasure via the GDI 102. Return low-resolution printer information for the function to the application 101.

この場合の解像度の決定は、N−upの縮小率から決定できる。縦方向にNvページ分、横方向にNhページ分の描画データを一枚の用紙に印刷(Nv×Nh−up)する場合、縮小率の逆数Sは、Nh≧Nvの場合はS=Nh、Nh<Nvの場合はS=Nvとなる。   The resolution in this case can be determined from the N-up reduction rate. When drawing data for Nv pages in the vertical direction and Nh pages in the horizontal direction is printed on one sheet (Nv × Nh-up), the reciprocal S of the reduction ratio is S = Nh if Nh ≧ Nv, When Nh <Nv, S = Nv.

しかし、通常、N−upでは見やすさを向上するため、各ページ間や、各ページの周りに空白を入れることが多い。   However, in general, in order to improve visibility in N-up, a space is often inserted between pages or around each page.

図19は、N−up印刷において、各ページの印刷画像間に空白部分を挿入した例を説明する図である。図19の斜線分が空白部分を示している。この空白部をどのようにとるかは色々な方法があるが、水平方向、垂直方向に等間隔であることが望ましいので、等間隔である場合を例にして説明する。   FIG. 19 is a diagram illustrating an example in which a blank portion is inserted between print images of each page in N-up printing. A hatched portion in FIG. 19 indicates a blank portion. There are various methods for how to take the blank portion, but it is desirable that the space portions are equally spaced in the horizontal direction and the vertical direction.

いま用紙の幅をW、用紙高さをHとする。水平方向の各空白長さIh、垂直方向の各空白高さIvは、拡大/縮小率が決定した後でないと決まらないので、まず各空白長さの最低値Iを決め、これに基づいて縮小率を求めて決定する。   Assume that the paper width is W and the paper height is H. Each blank length Ih in the horizontal direction and each blank height Iv can be determined only after the enlargement / reduction ratio has been determined. Therefore, first, the minimum value I of each blank length is determined and reduced based on this. Determine the rate.

縮小後の各ページ分の画像幅は、[{W−I×(Nh+1)}÷Nh]で求めることができるので、水平方向の縮小率の逆数Shは、
Sh=W÷[{W−I×(Nh+1)}÷Nh]
で求まる。同様に、垂直方向の縮小率の逆数Svは、
Sv=H÷[{H−I×(Nv+1)}÷Nv]
で求まり、Sは次の様にして決定される。即ち、Sh≧Svの場合はS=Sh、Sh<Svの場合はS=Svとなる。
Since the image width for each page after reduction can be obtained by [{W−I × (Nh + 1)} ÷ Nh], the reciprocal Sh of the horizontal reduction ratio is
Sh = W ÷ [{W−I × (Nh + 1)} ÷ Nh]
It is obtained by Similarly, the reciprocal Sv in the vertical direction is
Sv = H ÷ [{HI × (Nv + 1)} ÷ Nv]
S is determined as follows. That is, when Sh ≧ Sv, S = Sh, and when Sh <Sv, S = Sv.

なお、この計算の結果、Sは整数にならない場合がある。   As a result of this calculation, S may not be an integer.

本実施形態3においても、前述の実施形態2と同様の処理を行うことが可能である。その場合にはレンダリング後に拡大することになるが、その拡大時に非整数倍で拡大すると処理時間がかかる等の問題があるため、少数以下を切り上げて整数化することも可能である。   In the third embodiment, it is possible to perform the same processing as in the second embodiment. In this case, the image is enlarged after rendering. However, since there is a problem that if the image is enlarged by a non-integer multiple at the time of enlargement, the processing time is increased.

印刷用のレンダリング解像度をRとすると、N−up印刷用の細線欠け対策用の解像度はR/S(S<1)となる。これにより、1ピクセル幅等で印刷するように要求された細線であっても、縮小後でも線幅が「0」にならない線としてスプールされる。   Assuming that the rendering resolution for printing is R, the resolution for thin line defect prevention for N-up printing is R / S (S <1). Thereby, even a thin line requested to be printed with a width of 1 pixel or the like is spooled as a line whose line width does not become “0” even after reduction.

次に図16のステップS110以降の処理について説明する。   Next, processing after step S110 in FIG. 16 will be described.

ステップS110で、プリントプロセッサ105からプリンタドライバ103の初期化を要求されたGDI102は、プリンタドライバ103を初期化し、プリンタドライバ103に対してプリンタ情報である「GDIINFO」を要求する。これに応じてプリンタドライバ103は、「GDIINFO」を設定して初期化する。この際、前述のステップS303の場合と同じ初期化関数が呼ばれるため、ステップS303と同様に、ステップS201(図17)の判定を行う。ここでは、アプリケーション101からの初期化でないと判定されるので、プリンタ108の解像度である印刷用の高解像度を用いてプリンタ情報を「GDIINFO」に設定し、このプリンタ情報をGDI102に返す。   In step S 110, the GDI 102 requested to initialize the printer driver 103 from the print processor 105 initializes the printer driver 103, and requests “GDIINFO” as printer information from the printer driver 103. In response to this, the printer driver 103 sets and initializes “GDIINFO”. At this time, since the same initialization function as in step S303 described above is called, the determination in step S201 (FIG. 17) is performed in the same manner as in step S303. Here, since it is determined that the initialization is not from the application 101, the printer information is set to “GDIINFO” using the high resolution for printing which is the resolution of the printer 108, and this printer information is returned to the GDI 102.

次にステップS312に進み、プリントプロセッサ105は、このプリンタ情報を基に、描画データをGDI102に出力する。N−up印刷の際には、スプールファイル104の描画データから1ページ毎に読み出してプリンタドライバ103に出力するという処理をN回行う。この際、プリントプロセッサ105は、ページ毎にGDI102経由で得たプリンタ情報に従い、GDI102に対し、印刷位置の指定及び、解像度変換(座標空間の変更)を要求する。そしてNページ分の印刷が終了すると、用紙への書き込みが終了したことをGDI102に通知する。   In step S <b> 312, the print processor 105 outputs drawing data to the GDI 102 based on the printer information. In N-up printing, a process of reading out the drawing data of the spool file 104 for each page and outputting it to the printer driver 103 is performed N times. At this time, the print processor 105 requests the GDI 102 to specify the print position and convert the resolution (change the coordinate space) according to the printer information obtained via the GDI 102 for each page. When printing for N pages is completed, the GDI 102 is notified that writing on the paper has been completed.

次にステップS113に進み、GDI102は、プリントプロセッサ105が要求した各ページの印刷データの印刷位置、解像度の変換指示に従って、Nページ分のスプールファイル104の描画データを1枚のページデータとしてプリンタドライバ103に出力する。次にステップS114に進み、プリンタドライバ103は、上記スプールファイル104を、GDIレンダリングエンジン107を用いてラスタイメージデータにレンダリングする。   In step S113, the GDI 102 uses the print data of each page requested by the print processor 105 as an instruction to convert the print position and resolution, and the printer driver uses the drawing data of the spool file 104 for N pages as one page data. To 103. In step S114, the printer driver 103 renders the spool file 104 into raster image data using the GDI rendering engine 107.

このとき、N−up印刷用の細線欠け対策がオフの場合には、アプリケーション101がレンダリング解像度600dpiのプリンタ108に対し、1ピクセル幅の細線を1インチ描画しようとした場合、ステップS204で600dpiのプリンタ情報が返されるために、(0,0)〜(1,600)の領域を塗りつぶすという描画命令を行う。しかし、例えば、4−up印刷の場合には、ステップS312の座標変換で縦横1/2の領域に縮小して印刷される。このため通常、1画素未満の値は切り捨てるため、(0,0)〜(0,300)、つまり幅「0」の領域を塗りつぶすと変換されてしまう。これによりGDI102は、プリンタドライバ103に描画命令を出力することなく、次の描画命令の処理を行い、細線が印刷されなくなってしまう。但し、(1,0)〜(2,600)の領域を塗りつぶすという描画命令は、1/2の領域に縮小しても(0,0)〜(1,300)の領域を描画すると変換されるため、1ピクセルの幅で描画されることになる。つまり、位置によって印刷されたりされなかったりする。   At this time, when the fine line missing countermeasure for N-up printing is off, when the application 101 tries to draw a thin line of 1 pixel width to the printer 108 with a rendering resolution of 600 dpi, in step S204, it is 600 dpi. In order to return the printer information, a drawing command for filling the area (0, 0) to (1,600) is performed. However, for example, in the case of 4-up printing, the image is reduced and printed in 1/2 vertical and horizontal areas by the coordinate conversion in step S312. For this reason, since values less than one pixel are usually rounded down, conversion is performed when a region of (0, 0) to (0, 300), that is, a width “0” is filled. As a result, the GDI 102 processes the next drawing command without outputting the drawing command to the printer driver 103, and fine lines are not printed. However, the drawing command to fill the area (1, 0) to (2,600) is converted when the area (0, 0) to (1,300) is drawn even if the area is reduced to 1/2. Therefore, it is drawn with a width of 1 pixel. That is, it may or may not be printed depending on the position.

一方、N−up印刷用の細線欠け対策がオンの場合には、1ピクセル幅の細線を1インチ描画しようとした場合、ステップS403で、4−upではプリンタドライバ103が解像度300dpiのプリンタ情報を返すので、アプリケーション101は、(0,0)〜(1,300)の領域を塗りつぶすという描画命令を実行する。しかし、実際に印刷するときには、ステップS204で、プリンタドライバ103が解像度600dpiのプリンタ情報を返す。これにより、前述の実施形態1で説明したように、プリントプロセッサ105がスプールされている描画データをプリンタドライバ103の解像度に合わせて座標情報を変換して出力する機能が働き、(0,0)〜(2,600)を塗りつぶすという描画命令に変換される。その結果、4−up印刷で1/2に縮小して印刷しても、(0,0)〜(1,300)の描画命令として、1ピクセル幅の細線が0.5インチ描画されることになる。   On the other hand, in the case where the measure for thin line missing for N-up printing is ON, when trying to draw one pixel wide thin line for 1 inch, in step S403, in 4-up, the printer driver 103 displays printer information with a resolution of 300 dpi. Since the application 101 returns, the application 101 executes a drawing command to fill the area (0,0) to (1,300). However, when printing is actually performed, in step S204, the printer driver 103 returns printer information with a resolution of 600 dpi. As a result, as described in the first embodiment, the print processor 105 functions to convert the coordinate data of the drawing data spooled in accordance with the resolution of the printer driver 103 and output the data (0, 0). To (2,600) is converted into a drawing command for painting. As a result, even if printing is reduced to 1/2 by 4-up printing, a thin line with a width of 1 pixel is drawn 0.5 inch as a drawing command of (0,0) to (1,300). become.

そしてステップS115に進み、そのレンダリングしたラスタイメージデータをプリンタコマンドに変換してプリンタ108に出力する。そして、この処理を終了する。   In step S115, the rendered raster image data is converted into a printer command and output to the printer 108. Then, this process ends.

以上説明したように本発明の実施形態3によれば、N−up印刷で各ページの印刷データを縮小して印刷しても、図表などのアプリケーション101で使われる細い細線などは縮小されて幅「0」になってしまう、即ち、細線が印刷されないという問題を回避できる。   As described above, according to the third embodiment of the present invention, even if the print data of each page is reduced and printed by N-up printing, the thin thin line used in the application 101 such as a chart is reduced and the width is reduced. It is possible to avoid the problem of “0”, that is, a thin line is not printed.

(その他の実施形態)
本発明の目的は前述したように、実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体をシステムあるいは装置に提供し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読み出し実行することによっても達成される。この場合、記憶媒体から読み出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。このようなプログラムコードを供給するための記憶媒体としては、例えば、フロッピィディスク、ハードディスク、光ディスク、光磁気ディスク、CD−ROM,CD−R、磁気テープ、不揮発性のメモリカード、ROMなどを用いることができる。
(Other embodiments)
As described above, an object of the present invention is to provide a storage medium recording a program code of software that realizes the functions of the embodiment to a system or apparatus, and a computer (or CPU or MPU) of the system or apparatus stores the storage medium. This is also achieved by reading and executing the stored program code. In this case, the program code itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program code constitutes the present invention. As a storage medium for supplying such a program code, for example, a floppy disk, a hard disk, an optical disk, a magneto-optical disk, a CD-ROM, a CD-R, a magnetic tape, a nonvolatile memory card, a ROM, or the like is used. Can do.

また、コンピュータが読み出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼動しているOS(オペレーティングシステム)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれている。   Further, by executing the program code read by the computer, not only the functions of the above-described embodiments are realized, but also an OS (operating system) operating on the computer based on the instruction of the program code. A case in which part or all of the actual processing is performed and the functions of the above-described embodiments are realized by the processing is also included.

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

本発明の実施形態1に係る印刷システムの構成を示すブロック図である。1 is a block diagram illustrating a configuration of a printing system according to Embodiment 1 of the present invention. 各用紙サイズ及び各レンダリング解像度に対する1ページ当りのスプールファイルのサイズの一例を示す図である。It is a figure which shows an example of the size of the spool file per page with respect to each paper size and each rendering resolution. GDIINFOのデータ構造の一部を示す図である。It is a figure which shows a part of data structure of GDIINFO. DEVMODEのデータ構造の一部を示す図である。It is a figure which shows a part of DEVMODE data structure. 本発明の実施形態1に係る印刷システムにおける処理の流れの一例を示すフローチャートである。6 is a flowchart illustrating an example of a processing flow in the printing system according to the first exemplary embodiment of the present invention. 図7のステップS103における判定及びその判定に基づく処理を説明するフローチャートである。It is a flowchart explaining the determination in step S103 of FIG. 7 and the process based on the determination. 通常の印刷におけるアプリケーションからの出力コマンドとGDIからの出力コマンドの例を簡易的に記述した図である。FIG. 6 is a diagram simply illustrating an example of an output command from an application and an output command from GDI in normal printing. 本実施形態に係る印刷におけるアプリケーションからの出力コマンドとGDIからの出力コマンドの例を簡易的に記述した図である。FIG. 5 is a diagram simply illustrating an example of an output command from an application and an output command from a GDI in printing according to the present embodiment. 本発明の実施形態2に係る印刷システムの構成を示すブロック図である。It is a block diagram which shows the structure of the printing system which concerns on Embodiment 2 of this invention. 本発明の実施形態2に係る印刷システムにおける処理の流れの一例を示すフローチャートである。6 is a flowchart illustrating an example of a processing flow in a printing system according to a second exemplary embodiment of the present invention. 本発明の実施形態2に係る印刷システムにおける処理の流れの一例を示すフローチャートである。6 is a flowchart illustrating an example of a processing flow in a printing system according to a second exemplary embodiment of the present invention. DOCINFOデータ構造の一部を示す図である。It is a figure which shows a part of DOCINFO data structure. スプールサイズの軽減機能を設定するためのプリンタドライバによるユーザインターフェース画面例を示す図である。6 is a diagram illustrating an example of a user interface screen by a printer driver for setting a spool size reduction function. FIG. スプールサイズから判定する機能を追加したスプールサイズの軽減機能を設定するためのプリンタドライバによるユーザインターフェース画面例を示す図である。FIG. 6 is a diagram illustrating an example of a user interface screen by a printer driver for setting a spool size reduction function to which a function for determining from a spool size is added. 4ページ分のデータを1枚の用紙に2×2で印刷した4−up印刷例を示す図である。It is a figure which shows the 4-up printing example which printed the data for 4 pages by 2x2 on the paper of 1 sheet. N−up印刷で細線の一部が印刷されなかった例を示す図である。It is a figure which shows the example where a part of fine line was not printed by N-up printing. 本発明の実施形態3に係る印刷システムにおける処理の流れを説明するフローチャートである。10 is a flowchart illustrating a processing flow in a printing system according to a third embodiment of the invention. 図16のステップS303における判定及びその判定に基づく処理を説明するフローチャートである。It is a flowchart explaining the determination in step S303 of FIG. 16, and the process based on the determination. N−up用の細線欠け対策機能を設定するためのプリンタドライバによるユーザインターフェース画面例を示す図である。It is a figure which shows the example of a user interface screen by the printer driver for setting the fine line missing countermeasure function for N-up. N−up印刷で、各ページの印刷データ間に空白を挿入した様子を説明する図である。It is a figure explaining a mode that the blank was inserted between the printing data of each page by N-up printing.

Claims (9)

プリンタコマンドへの変換処理を実行するプリンタドライバを備える情報処理装置であって、
複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止する細線欠け防止モードが指定された場合、前記細線欠け防止モードが指定されない場合に通知される解像度よりも低い解像度をアプリケーションプログラムに対して通知する第一通知手段と、
前記第一通知手段により通知された前記解像度に従って前記アプリケーションプログラム作成した前記描画データを、前記第一通知手段により通知された前記解像度よりも高い解像度を用いることにより得られるラスタイメージに基づいて前記プリンタコマンドへの変換処理を実行する変換手段と、
を有することを特徴とする情報処理装置。
An information processing apparatus including a printer driver that executes conversion processing into a printer command ,
In N-up printing in which a plurality of pages are arranged on the surface of a sheet, when a fine line missing prevention mode for preventing thin lines from being missing is designated, a resolution lower than the resolution notified when the fine line missing prevention mode is not designated is specified. A first notification means for notifying the program ;
The drawing data to which the application program created in accordance with by Ri notified the resolution in the first notifying unit, based on the raster image obtained by using the notified higher resolution than the resolution by the first notification unit Conversion means for executing conversion processing into the printer command ;
An information processing apparatus comprising:
前記細線欠け防止モードが指定されない場合に通知される解像度を通知する第二通知手段を更に有し、A second notification means for notifying the resolution to be notified when the fine line missing prevention mode is not designated;
前記変換手段は、前記第一通知手段により通知された前記解像度に従って前記アプリケーションプログラムが作成した前記描画データから前記第二通知手段により通知された前記解像度に従って変換された描画データに基づいて前記プリンタコマンドへの変換処理を実行することを特徴とする請求項1に記載の情報処理装置。The conversion means includes the printer command based on the drawing data converted according to the resolution notified by the second notification means from the drawing data created by the application program according to the resolution notified by the first notification means. The information processing apparatus according to claim 1, wherein a conversion process is performed.
前記プリンタドライバにより提供される画面を介して入力された指示に従って前記細線欠け防止モードを指定する指定手段を更に備えることを特徴とする請求項1に記載の情報処理装置。The information processing apparatus according to claim 1, further comprising a specifying unit that specifies the thin line missing prevention mode in accordance with an instruction input via a screen provided by the printer driver. プリンタコマンドへの変換処理を実行するプリンタドライバを備える情報処理装置の情報処理方法であって、
複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止する細線欠け防止モードが指定された場合、前記細線欠け防止モードが指定されない場合に通知される解像度よりも低い解像度をアプリケーションプログラムに対して通知する第一通知工程と、
前記第一通知工程で通知された前記解像度に従って前記アプリケーションプログラム作成した前記描画データを、前記第一通知手段により通知された前記解像度よりも高い解像度を用いることにより得られるラスタイメージに基づいて前記プリンタコマンドへの変換処理を実行する変換工程と、
を有することを特徴とする情報処理方法。
An information processing method of an information processing apparatus including a printer driver that executes conversion processing into a printer command ,
In N-up printing in which a plurality of pages are arranged on the surface of a sheet, when a fine line missing prevention mode for preventing thin lines from being missing is designated, a resolution lower than the resolution notified when the fine line missing prevention mode is not designated is specified. A first notification step for notifying the program ;
Wherein said drawing data application program created on the basis of the raster image obtained by using a higher than notified the resolution resolution by the first notification unit in accordance with the resolution that has been notified by the first notification step A conversion step for executing conversion processing into a printer command ;
An information processing method characterized by comprising:
前記細線欠け防止モードが指定されない場合に通知される解像度を通知する第二通知工程を更に有し、A second notification step of notifying the resolution to be notified when the fine line missing prevention mode is not designated,
前記変換工程は、前記第一通知工程で通知された前記解像度に従って前記アプリケーションプログラムが作成した前記描画データから前記第二通知工程で通知された前記解像度に従って変換された描画データに基づいて前記プリンタコマンドへの変換処理を実行することを特徴とする請求項4に記載の情報処理方法。The converting step includes the printer command based on the drawing data converted according to the resolution notified in the second notification step from the drawing data created by the application program according to the resolution notified in the first notification step. 5. The information processing method according to claim 4, wherein a conversion process is performed.
前記プリンタドライバにより提供される画面を介して入力された指示に従って前記細線欠け防止モードを指定する指定工程を更に備えることを特徴とする請求項4に記載の情報処理方法。The information processing method according to claim 4, further comprising a designation step of designating the thin line missing prevention mode according to an instruction input via a screen provided by the printer driver. プリンタコマンドへの変換処理を実行するプリンタドライバを備える情報処理装置における情報処理方法を実行させるために、該コンピュータを
複数ページを用紙の面に配置するNアップ印刷において細線が欠けることを防止する細線欠け防止モードが指定された場合、前記細線欠け防止モードが指定されない場合に通知される解像度よりも低い解像度をアプリケーションプログラムに対して通知する第一通知手段と、
前記第一通知手段により通知された前記解像度に従って前記アプリケーションプログラム作成した前記描画データを、前記第一通知手段により通知された前記解像度よりも高い解像度を用いることにより得られるラスタイメージに基づいて前記プリンタコマンドへの変換処理を実行する変換手段と、
を有する情報処理装置として機能させるための印刷制御プログラム。
Fine line for preventing thin lines from being lost in N-up printing in which a plurality of pages are arranged on a sheet surface in order to execute an information processing method in an information processing apparatus having a printer driver that executes conversion processing into a printer command First notification means for notifying the application program of a resolution lower than the resolution notified when the fine line chipping prevention mode is not designated when the chipping prevention mode is designated ;
The drawing data to which the application program created in accordance with by Ri notified the resolution in the first notifying unit, based on the raster image obtained by using the notified higher resolution than the resolution by the first notification unit Conversion means for executing conversion processing into the printer command ;
A print control program for causing an information processing apparatus to function.
前記情報処理装置は、前記前記細線欠け防止モードが指定されない場合に通知される解像度を通知する第二通知手段を更に有し、The information processing apparatus further includes second notification means for notifying the resolution notified when the fine line missing prevention mode is not designated,
前記変換手段は、前記第一通知手段により通知された前記解像度に従って前記アプリケーションプログラムが作成した前記描画データから前記第二通知手段により通知された前記解像度に従って変換された描画データに基づいて前記プリンタコマンドへの変換処理を実行することを特徴とする請求項7に記載の印刷制御プログラム。The conversion means includes the printer command based on the drawing data converted according to the resolution notified by the second notification means from the drawing data created by the application program according to the resolution notified by the first notification means. The print control program according to claim 7, wherein the conversion process is executed.
前記情報処理装置は、前記プリンタドライバにより提供される画面を介して入力された指示に従って前記細線欠け防止モードを指定する指定手段を更に備えることを特徴とする請求項7に記載の印刷制御プログラム。The print control program according to claim 7, wherein the information processing apparatus further includes a specifying unit that specifies the thin line missing prevention mode in accordance with an instruction input via a screen provided by the printer driver.
JP2008167849A 2002-09-06 2008-06-26 Information processing apparatus, information processing method, and print control program Expired - Fee Related JP4560570B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008167849A JP4560570B2 (en) 2002-09-06 2008-06-26 Information processing apparatus, information processing method, and print control program

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2002261979 2002-09-06
JP2008167849A JP4560570B2 (en) 2002-09-06 2008-06-26 Information processing apparatus, information processing method, and print control program

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
JP2003197271A Division JP4250470B2 (en) 2002-09-06 2003-07-15 Information processing apparatus, information processing method, and print control program

Related Child Applications (1)

Application Number Title Priority Date Filing Date
JP2010136643A Division JP4709317B2 (en) 2002-09-06 2010-06-15 Information processing apparatus, information processing method, and print control program

Publications (2)

Publication Number Publication Date
JP2008243235A JP2008243235A (en) 2008-10-09
JP4560570B2 true JP4560570B2 (en) 2010-10-13

Family

ID=39914406

Family Applications (2)

Application Number Title Priority Date Filing Date
JP2008167849A Expired - Fee Related JP4560570B2 (en) 2002-09-06 2008-06-26 Information processing apparatus, information processing method, and print control program
JP2010136643A Expired - Lifetime JP4709317B2 (en) 2002-09-06 2010-06-15 Information processing apparatus, information processing method, and print control program

Family Applications After (1)

Application Number Title Priority Date Filing Date
JP2010136643A Expired - Lifetime JP4709317B2 (en) 2002-09-06 2010-06-15 Information processing apparatus, information processing method, and print control program

Country Status (1)

Country Link
JP (2) JP4560570B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101760343B1 (en) 2010-08-23 2017-07-21 에스프린팅솔루션 주식회사 Image forming apparatus and method for printing reduction image thereof
JP5954353B2 (en) * 2014-04-03 2016-07-20 セイコーエプソン株式会社 Control method of controller
JP6222474B2 (en) * 2014-10-21 2017-11-01 京セラドキュメントソリューションズ株式会社 Printer driver
JP2015149077A (en) * 2015-03-05 2015-08-20 セイコーエプソン株式会社 Program for changing printer, method for changing printer, and host device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000078403A (en) * 1998-08-31 2000-03-14 Fujitsu Ltd Method and device for reducing binary image
JP2002190950A (en) * 2000-12-21 2002-07-05 Ricoh Co Ltd Facsimile equipment

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2778825B2 (en) * 1990-11-28 1998-07-23 株式会社東芝 Graphic display device
JPH0976555A (en) * 1995-09-12 1997-03-25 Canon Inc Printer and its printing method
JPH09156158A (en) * 1995-12-06 1997-06-17 Nec Corp Printer
JP3778242B2 (en) * 1998-10-05 2006-05-24 セイコーエプソン株式会社 Medium recording print data generation program, print data generation apparatus, and print data generation method
JP2000255120A (en) * 1999-03-05 2000-09-19 Ricoh Co Ltd Printer control device
JP2001195213A (en) * 1999-11-05 2001-07-19 Seiko Epson Corp Medium for recording picture processing control program and picture processing controller and picture processing control method

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000078403A (en) * 1998-08-31 2000-03-14 Fujitsu Ltd Method and device for reducing binary image
JP2002190950A (en) * 2000-12-21 2002-07-05 Ricoh Co Ltd Facsimile equipment

Also Published As

Publication number Publication date
JP2008243235A (en) 2008-10-09
JP4709317B2 (en) 2011-06-22
JP2010211831A (en) 2010-09-24

Similar Documents

Publication Publication Date Title
US8670150B2 (en) Information processing apparatus, information processing method and printing control method
US20030103221A1 (en) Print control apparatus and method
US8724153B2 (en) Information processing apparatus, method of information processing, and storage mediurn for performing scaling processing on image data
JP2004126871A (en) Method and device for controlling printing
US8274719B2 (en) Printing system, print preview method, and preview method using a printer driver
JP3745179B2 (en) Information processing apparatus, control method therefor, and storage medium
JP4709317B2 (en) Information processing apparatus, information processing method, and print control program
JPH10297050A (en) Output controller, output control method, image processor, image processing method, and recording medium
JP4280606B2 (en) Image formation control device, control method therefor, printer driver, print control device, and print control method
JP6904717B2 (en) Image processing equipment, its control method, and programs
JP4461361B2 (en) Drawing processing method and program, drawing command output device and image forming apparatus
JP3833107B2 (en) Information processing apparatus, information processing method, program, and storage medium
JP2007025845A (en) Printer control method and program
JP4100912B2 (en) Information processing apparatus, control method therefor, program, and storage medium
JP3833106B2 (en) Information processing apparatus, information processing method, program, and storage medium
JP4136894B2 (en) Printing apparatus, printing method, and storage medium storing computer-readable program
JP2003173446A (en) Image processing device, system and method, storage medium and program
JP4006068B2 (en) Information processing apparatus, information processing method, and storage medium storing computer-readable program
JP4325339B2 (en) Printing system, host computer and printer driver
JP2006019931A (en) Apparatus and method for image processing, computer program, and storage medium
JP2006018441A (en) Information processing device, print setting method, storage medium storing computer-readable program, and program
JP3864520B2 (en) Print processing apparatus and print processing method
JP2002259101A (en) Printer driver and information processor
JP2004094719A (en) Printing system, print previewing method, program, and storage medium
JP2009116596A (en) Print processing system

Legal Events

Date Code Title Description
A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20100416

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20100615

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

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

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

Ref document number: 4560570

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

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

Free format text: PAYMENT UNTIL: 20130730

Year of fee payment: 3

LAPS Cancellation because of no payment of annual fees