JP2004021925A - Image processor - Google Patents

Image processor Download PDF

Info

Publication number
JP2004021925A
JP2004021925A JP2002180100A JP2002180100A JP2004021925A JP 2004021925 A JP2004021925 A JP 2004021925A JP 2002180100 A JP2002180100 A JP 2002180100A JP 2002180100 A JP2002180100 A JP 2002180100A JP 2004021925 A JP2004021925 A JP 2004021925A
Authority
JP
Japan
Prior art keywords
printer
image
data
bitmap data
image processing
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2002180100A
Other languages
Japanese (ja)
Other versions
JP2004021925A5 (en
Inventor
Katsuyuki Toda
戸田 勝之
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Ricoh Co Ltd
Original Assignee
Ricoh Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Ricoh Co Ltd filed Critical Ricoh Co Ltd
Priority to JP2002180100A priority Critical patent/JP2004021925A/en
Publication of JP2004021925A publication Critical patent/JP2004021925A/en
Publication of JP2004021925A5 publication Critical patent/JP2004021925A5/ja
Pending legal-status Critical Current

Links

Images

Landscapes

  • Accessory Devices And Overall Control Thereof (AREA)
  • Record Information Processing For Printing (AREA)
  • Editing Of Facsimile Originals (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To improve the reuse of printing data and the universal applicability of a printer driver by allowing output to any printer irrespective of a printer driver-objective printer. <P>SOLUTION: An image processor 3 outputs the printing data to the output-objective printer 2 by using a page image in which the printing data prepared by means of a host computer 1 are prepared by means of the rasterizer 4a of the printer driver 4. The image processor 3 saves image data in a storage means 5, and uses the saved page image as displaying data of the display means of the host computer 1 and confirms state information on a connected printer 2's and the propriety of the printing output of the page image from the printer driver 4 to obtain the image data meeting the processing capability of the printer 2', and executes banding processing meeting processing capability of image data buffer capacity, the resolution and color depth conversion of the page image, and expansion/reduction/rotation processing of the page image. The printing output is available even if the printer is not for the printer driver-objective printer for preparing the page image. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、プリンタを含み印刷機能を有するデジタル複写機,ファクシミリ等の印刷出力装置に応用され、プリンタ記述言語(Printer Description Language)の汎用化、および印刷情報の再利用を行う画像処理装置に関するものである。
【0002】
【従来の技術】
ホストコンピュータ上で稼働するアプリケーションプログラムにより作成された印刷データを印刷出力するために、ホストコンピュータとプリンタ間を、例えば、セントロニクスインタフェース等のパラレル通信手段、TCP/IP(Transmission Control Protocol/Internet Protocol)等のネットワーク通信手段を介して接続し、ホストコンピュータのプリンタドライバから出力が行われる。
【0003】
一般にPDLタイプのプリンタドライバから送信されるデータは、絵,文字をページ構成要素をベクトルデータとして表現し、プリンタはそのデータをページ単位でビットマップデータに変換(ラスタライズ)、印刷処理がなされ、特定のプリンタ言語に依存したプリンタ記述言語(PDL)のため、プリンタはそのデータを解釈してページイメージを作成するという負荷の高い処理が行われる。
【0004】
また、前述のPDLタイプの印刷データはプリンタへの出力を目的としているため、ファイル形式による印刷データの保存、およびその印刷データファイルの再利用は考慮されていない。例えば、保存された印刷データをホストコンピュータ上で画像として閲覧するような場合には、プリンタドライバが行うラスタライズ処理をホストコンピュータ上でエミュレーション処理が行われていた。
【0005】
これに対して、イメージタイプと呼ばれるホストコンピュータ上のプリンタドライバにおけるページイメージを作成する方式では、プリンタ側の負荷削減が可能であり、プリンタドライバに属するラスタライザによってビットマップ化したページイメージのイメージデータが作成される。
【0006】
また、特開2000−200161号公報には、PDLタイプとイメージタイプの処理方式を組み合わせて用いることによる印刷データの作成および印刷データの再利用を行うことについて記載されている。
【0007】
【発明が解決しようとする課題】
しかしながら、このような構成の画像処理を行うプリンタドライバにおいて、特定のプリンタ言語に依存するPDLタイプでは、そのデータを解釈してページイメージ作成という負荷の高い処理が必要であり、プリンタドライバに対応したコントローラの低コスト化が難しく、また、ファイル化して保存の印刷データを再利用するためホストコンピュータ上で画像閲覧するには、ラスタライズ処理のエミュレーション処理を一度ホストコンピュータにおいて行わなければならず利便性が悪い。また、イメージタイプでは、ビットマップデータであるためホストコンピュータ上での閲覧は容易にできるが、ラスタライザによりビットマップ化したページイメージを作成するため、プリンタに依存したデータとなってしまうという問題があった。
【0008】
本発明は、前記従来技術の問題を解決することに指向するものであり、ページイメージを作成するイメージタイプのプリンタドライバに、解像度変換や色深度変換といったデータ編集機能を有する画像処理装置をホストコンピュータとプリンタ間に実装することで、プリンタドライバが対象とするプリンタ種類にとらわれずに任意のプリンタへの出力を可能とし、印刷データの利便性、効果的な再利用、またプリンタドライバの汎用性の向上を図る画像処理装置を提供することを目的とする。
【0009】
【課題を解決するための手段】
この目的を達成するために、本発明に係る画像処理装置は、印刷出力要求された印刷データをイメージ展開するプリンタドライバを有するホストコンピュータと、プリンタドライバからのイメージ展開された印刷データを印刷出力するプリンタとの間に設けられ、プリンタドライバからプリンタへ印刷出力するためにイメージ展開されたビットマップデータを変換処理する手段を備え、前記ビットマップデータを変換処理する手段において、ビットマップデータを、再利用するため記憶手段に保存する処理、ホストコンピュータの表示手段に表示する処理、およびプリンタへの印刷出力をする処理を行うことを特徴とする。
【0010】
また、前記印刷出力するビットマップデータを、対象とするプリンタの処理能力に応じてビットマップデータを分割して順番に出力するバンディング処理を行う、また既にバンディング処理されたデータにおいては再度バンディング処理を行う手段、さらに、対象とするプリンタの処理能力に応じた解像度への変更処理を行う手段、色深度への変更処理を行う手段、および対象とするプリンタに有する用紙サイズ、用紙方向に応じてビットマップデータの回転・拡大・縮小処理を行う手段を備えたことを特徴とする。
【0011】
また、前記記憶手段に保存されたビットマップデータを用いて、保存された複数のビットマップデータ、または保存されたビットマップデータと新たに入力されたビットマップデータを合成して1つのビットマップデータを作成する手段を備えたことを特徴とする。
【0012】
前記構成によれば、ページイメージ(ビットマップデータ)を作成したプリンタドライバの対象となるプリンタでなくても、最適な印刷出力を行うことができ、さらに、対象とするプリンタの処理能力に適した印刷出力、また、記憶手段に保存のページイメージを再利用することができ表示手段への表示、合成処理を行うことができる。
【0013】
【発明の実施の形態】
以下、図面を参照して本発明における実施の形態を詳細に説明する。
【0014】
図1は本発明の実施の形態1における画像処理装置をホストコンピュータに実装した概略構成を示す図であり、図1に示すように、ホストコンピュータ1で作成された印刷要求の印刷データをプリンタドライバ4のラスタライザ4aによって、ページイメージ(ビットマップデータ)の変換作成が行われる。作成したページイメージを用いて画像処理装置3は出力対象となるプリンタ2に、例えば、プリンタドライバの対象プリンタに対しては、印刷が可能となるようにページイメージをイメージ送信コマンドにより印刷データとして出力する。
【0015】
さらに、画像処理装置3は、印刷データが再利用の設定がなされている場合に、イメージデータを記憶手段5に保存するための処理を行う。例えば、画像処理装置3において出力するページイメージをホストコンピュータ1に備えた記憶手段の空き領域に保存し、さらに、この保存したページイメージをホストコンピュータ1の表示手段(ディスプレイ)の表示用データとして用いることが可能で、PDLタイプのようにラスタライザ4aにより再度変換処理を行う必要がなく表示することができ、その処理を容易とする。
【0016】
また、画像処理装置3において、通常ホストコンピュータ1との接続により取得される接続プリンタ2の状態情報(解像度,用紙サイズ等の処理能力情報)と、プリンタドライバ4からのページイメージの印刷出力の可否を確認し、プリンタ2の処理能力に応じたイメージデータとする処理を行う。例えば、出力先のプリンタ2のイメージデータバッファの容量等の処理能力に応じて行われる、イメージデータを1ページの行方向に複数領域に分割し、この領域を1つ1つ順番にプリンタに転送して印刷するバンディング処理を行う。さらには、ネットワーク通信手段を介して複数のプリンタが接続された状態等において、印刷出力先のプリンタの指定変更等がなされた時など、プリンタの処理能力に合わせバンディング処理されたイメージデータがあれば再度バンディング処理を行う。
【0017】
同様に、プリンタ2’の状態情報において、プリンタドライバ4が作成したページイメージの解像度,色深度が印刷出力を行う対象プリンタ2’の処理能力に適さない場合に、必要に応じて解像度変換、色深度変換、またページイメージの拡大・縮小・回転処理を行う。これにより、前述したようなネットワーク通信手段を介して接続のプリンタにおいて、ページイメージを作成したプリンタドライバの対象となるプリンタでなくても、印刷出力を行うことができる。さらに、記憶手段5に保存したページイメージを再利用する際にも、異なるプリンタ2’に印刷出力することができ、プリンタ2’の処理能力に適した印刷を行うことができる。
【0018】
図2は本発明の実施の形態2における画像処理装置をプリンタに実装した概略構成を示す図である。ここで、前述の実施の形態1を示す図1において説明した構成部材と同等機能を有するものには同一の符号を付す。
【0019】
図2に示すように、ホストコンピュータ1のプリンタドライバ4により、対象となるプリンタ2へのラスタライズされて作成のページイメージを送信すると、画像処理装置3は受け取ったページイメージをプリンタ2の処理能力に応じて、各種の処理、例えば、ページイメージのデータフォーマットに応じて解像度,色深度変換、また印刷指定の用紙サイズ,印刷方向に応じて、ページイメージの拡大・縮小・回転処理を行ってプリンタエンジン7に送り、印刷能力に適した印刷出力をすることができる。
【0020】
また、実施の形態1と同様に、この画像処理装置3に記憶手段5を接続し、ページイメージを保存して再利用可能とし、再度印刷出力する際に用いる他にホストコンピュータ1からの要求に応じて、保存ページイメージを呼び出しホストコンピュータ1に送信、その表示手段によって表示出力することもできる。さらに、このプリンタに対応していないプリンタドライバにより作成されたページイメージを受信しても、前述した変換処理が行われてプリンタ2の能力に適した印刷出力をすることができる。
【0021】
特に、ネットワーク通信手段を介して複数の種類の異なるプリンタが接続された構成において、ホストコンピュータ1に各プリンタ2毎のプリンタドライバ4を必要とせずに、印刷出力の指定されたプリンタ2に適した印刷出力を行うことができる。
【0022】
また、画像処理装置3は、記憶手段5に保存したページイメージを用いて、受信したページイメージとの合成処理を行うこと、または記憶手段5に保存した複数のページイメージとの合成処理を行うことも可能であり、例えば、ページイメージの重ね合わせ、または連結して1つのページイメージとする処理を行い印刷出力することができる(図3参照)。この際に、新たに作成したページイメージを記憶手段5に保存して再利用可能としても良く、さらに表示手段により表示して合成処理の確認を行うようにしても良い。
【0023】
以上の処理により、記憶手段に保存したページイメージの再利用を効率的に行うことができる。
【0024】
なお、本実施の形態においては、画像処理装置をホストコンピュータまたはプリンタ内に設けた構成を例として説明したが、ホストコンピュータ、プリンタ間に接続して、そのどちらにも属さずに独立した構成としても良い。
【0025】
【発明の効果】
以上説明したように、本発明によれば、ページイメージを作成したプリンタドライバの対象となるプリンタでなくても、最適な印刷出力を行うことができ、さらに、プリンタの能力に適した印刷出力をすること、また、記憶手段に保存のページイメージの再利用を効率的に行うことができるという効果を奏する。
【図面の簡単な説明】
【図1】本発明の実施の形態1における画像処理装置をホストコンピュータに実装した概略構成を示す図
【図2】本発明の実施の形態2における画像処理装置をプリンタに実装した概略構成を示す図
【図3】(a)ホストコンピュータ、(b)プリンタに実装した画像処理装置における記憶手段に保存したページイメージの合成処理を説明する図
【符号の説明】
1 ホストコンピュータ
2,2’ プリンタ
3 画像処理装置
4 プリンタドライバ
4a ラスタライザ
5 記憶手段
6 表示手段
7 プリンタエンジン
[0001]
TECHNICAL FIELD OF THE INVENTION
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an image processing apparatus which is applied to a print output apparatus such as a digital copying machine and a facsimile which includes a printer and has a printing function and which generalizes a printer description language and reuses print information. It is.
[0002]
[Prior art]
In order to print out print data created by an application program running on the host computer, for example, parallel communication means such as a Centronics interface, TCP / IP (Transmission Control Protocol / Internet Protocol), etc., between the host computer and the printer. And output from the printer driver of the host computer.
[0003]
In general, data transmitted from a PDL type printer driver expresses pictures and characters as page components as vector data, and the printer converts (rasterizes) the data into bitmap data in page units, performs printing processing, and specifies the data. Since the printer description language (PDL) depends on the printer language, the printer performs a high-load process of interpreting the data and creating a page image.
[0004]
Further, since the above-described PDL type print data is intended for output to a printer, storage of the print data in a file format and reuse of the print data file are not considered. For example, when browsing stored print data as an image on a host computer, a rasterization process performed by a printer driver is emulated on the host computer.
[0005]
On the other hand, in a method of creating a page image in a printer driver on a host computer called an image type, the load on the printer side can be reduced, and image data of a page image bit-mapped by a rasterizer belonging to the printer driver can be obtained. Created.
[0006]
Japanese Patent Application Laid-Open No. 2000-200161 describes that print data is created and print data is reused by using a combination of PDL type and image type processing methods.
[0007]
[Problems to be solved by the invention]
However, in a printer driver that performs image processing with such a configuration, a PDL type that depends on a specific printer language needs a high-load process of interpreting the data and creating a page image. It is difficult to reduce the cost of the controller, and in order to reuse the print data stored in a file, browsing images on the host computer requires emulation of the rasterization process to be performed once in the host computer. bad. The image type is bitmap data and can be easily viewed on the host computer. However, since a page image is formed into a bitmap by a rasterizer, there is a problem that the data is dependent on a printer. Was.
[0008]
SUMMARY OF THE INVENTION The present invention is directed to solving the problems of the related art, and an image processing apparatus having a data editing function such as resolution conversion or color depth conversion is provided to a host computer by an image type printer driver for creating a page image. Between the printer and the printer, the printer driver can output to any printer regardless of the target printer type, making print data convenient, effective reuse, and versatility of the printer driver. It is an object of the present invention to provide an image processing device for improving the image processing.
[0009]
[Means for Solving the Problems]
In order to achieve this object, an image processing apparatus according to the present invention includes a host computer having a printer driver that develops print data requested to be printed out, and prints out the developed print data from the printer driver. Means for converting bitmap data, which has been image-developed for printing out from a printer driver to a printer, provided between the printer and the printer driver. It is characterized by performing processing for storing in a storage means for use, processing for displaying on a display means of a host computer, and processing for printing out to a printer.
[0010]
Further, the bitmap data to be printed out is subjected to banding processing for dividing the bitmap data in accordance with the processing capacity of the target printer and sequentially outputting the divided bitmap data. Means for performing, further, means for performing a process for changing to a resolution corresponding to the processing capability of the target printer, means for performing a process for changing to a color depth, and a bit corresponding to a paper size and a paper direction of the target printer. It is characterized by comprising means for performing rotation / enlargement / reduction processing of map data.
[0011]
Also, using the bitmap data stored in the storage means, a plurality of stored bitmap data or a combination of the stored bitmap data and newly input bitmap data to form one bitmap data Is provided.
[0012]
According to the above configuration, it is possible to perform optimal print output even if the printer is not the target printer of the printer driver that created the page image (bitmap data), and is suitable for the processing capability of the target printer. The printout and the page image stored in the storage unit can be reused, and the display and the combination processing can be performed on the display unit.
[0013]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described in detail with reference to the drawings.
[0014]
FIG. 1 is a diagram showing a schematic configuration in which an image processing apparatus according to Embodiment 1 of the present invention is mounted on a host computer. As shown in FIG. 1, print data of a print request created by the host computer 1 is printed by a printer driver. The conversion and creation of the page image (bitmap data) is performed by the fourth rasterizer 4a. Using the created page image, the image processing apparatus 3 outputs the page image as print data by an image transmission command to the printer 2 to be output, for example, to a target printer of a printer driver so that printing is possible. I do.
[0015]
Further, the image processing device 3 performs a process for storing the image data in the storage unit 5 when the print data is set to be reused. For example, a page image output from the image processing apparatus 3 is stored in an empty area of a storage unit provided in the host computer 1, and the stored page image is used as display data on a display unit (display) of the host computer 1. It is possible to perform display without having to perform conversion processing again by the rasterizer 4a as in the case of the PDL type, thereby facilitating the processing.
[0016]
In the image processing apparatus 3, status information (processing capability information such as resolution and paper size) of the connected printer 2 which is normally acquired by connection with the host computer 1, and whether a page image can be printed out from the printer driver 4. Is confirmed, and processing for converting the image data into image data corresponding to the processing capacity of the printer 2 is performed. For example, the image data is divided into a plurality of areas in the row direction of one page, which is performed according to the processing capacity such as the capacity of the image data buffer of the output destination printer 2, and the areas are sequentially transferred to the printer one by one. And perform banding processing for printing. Further, in a state where a plurality of printers are connected via a network communication unit, if there is image data that has been subjected to banding processing according to the processing capacity of the printer, for example, when designation of a printer of a print output destination is changed, etc. Perform banding processing again.
[0017]
Similarly, if the resolution and color depth of the page image created by the printer driver 4 in the status information of the printer 2 ′ are not suitable for the processing capability of the target printer 2 ′ that performs print output, resolution conversion and color Performs depth conversion and enlarge / reduce / rotate page images. As a result, a printer connected via the above-described network communication means can perform print output even if the printer is not the target of the printer driver that created the page image. Further, when the page image stored in the storage unit 5 is reused, the page image can be printed out to a different printer 2 ′, and printing suitable for the processing capability of the printer 2 ′ can be performed.
[0018]
FIG. 2 is a diagram showing a schematic configuration in which an image processing apparatus according to Embodiment 2 of the present invention is mounted on a printer. Here, components having the same functions as those of the components described in FIG. 1 showing the first embodiment are denoted by the same reference numerals.
[0019]
As shown in FIG. 2, when the rasterized and created page image is transmitted to the target printer 2 by the printer driver 4 of the host computer 1, the image processing device 3 converts the received page image to the processing capability of the printer 2. In response, the printer engine performs resolution, color depth conversion according to the data format of the page image, enlargement / reduction / rotation processing of the page image according to the paper size and print direction specified for printing. 7, and printout suitable for the printing ability can be performed.
[0020]
As in the first embodiment, a storage unit 5 is connected to the image processing apparatus 3 so that the page image can be stored and reused, and can be used when printing out again in addition to a request from the host computer 1. In response, the stored page image can be called and transmitted to the host computer 1 and displayed and output by the display means. Further, even if a page image created by a printer driver that is not compatible with the printer is received, the above-described conversion processing is performed and a printout suitable for the capability of the printer 2 can be performed.
[0021]
In particular, in a configuration in which a plurality of different types of printers are connected via network communication means, the host computer 1 does not require a printer driver 4 for each printer 2 and is suitable for a printer 2 designated for print output. Print output can be performed.
[0022]
Further, the image processing device 3 performs a combining process with the received page image using the page image stored in the storage unit 5 or performs a combining process with a plurality of page images stored in the storage unit 5. For example, it is possible to superimpose or combine the page images to form one page image and print out (see FIG. 3). At this time, the newly created page image may be stored in the storage unit 5 so as to be reusable, or may be displayed on the display unit to confirm the combination processing.
[0023]
Through the above processing, the page image stored in the storage unit can be efficiently reused.
[0024]
In the present embodiment, the configuration in which the image processing apparatus is provided in the host computer or the printer has been described as an example. However, the image processing apparatus is connected between the host computer and the printer, and has an independent configuration that does not belong to either of them. Is also good.
[0025]
【The invention's effect】
As described above, according to the present invention, it is possible to perform optimal print output even if the printer is not the target of the printer driver that created the page image, and furthermore, it is possible to perform print output suitable for the capability of the printer. In addition, it is possible to efficiently reuse the page image stored in the storage unit.
[Brief description of the drawings]
FIG. 1 is a diagram illustrating a schematic configuration in which an image processing device according to a first embodiment of the present invention is mounted on a host computer. FIG. 2 is a schematic diagram illustrating a configuration in which an image processing device according to a second embodiment of the present invention is mounted on a printer. FIG. 3A is a diagram illustrating a process of synthesizing a page image stored in a storage unit in an image processing apparatus mounted on a host computer and FIG. 3B.
DESCRIPTION OF SYMBOLS 1 Host computer 2, 2 'Printer 3 Image processing device 4 Printer driver 4a Rasterizer 5 Storage means 6 Display means 7 Printer engine

Claims (7)

印刷出力要求された印刷データをイメージ展開するプリンタドライバを有するホストコンピュータと、前記プリンタドライバからのイメージ展開された印刷データを印刷出力するプリンタとの間に設けられ、前記プリンタドライバから前記プリンタへ印刷出力するためにイメージ展開されたビットマップデータを変換処理する手段を備えたことを特徴とする画像処理装置。A printer is provided between a host computer having a printer driver for developing the print data requested to be printed out as an image and a printer for printing out the print data developed from the printer driver, and printing from the printer driver to the printer. An image processing apparatus comprising: means for converting bitmap data into which an image has been developed for output. 前記ビットマップデータを変換処理する手段において、前記ビットマップデータを、再利用するため記憶手段に保存する処理、前記ホストコンピュータの表示手段に表示する処理、および前記プリンタへの印刷出力をする処理を行うことを特徴とする請求項1記載の画像処理装置。In the means for converting the bitmap data, a process of storing the bitmap data in a storage unit for reuse, a process of displaying the bitmap data on a display unit of the host computer, and a process of printing out to the printer The image processing apparatus according to claim 1, wherein the image processing is performed. 前記印刷出力するビットマップデータを、対象とするプリンタの処理能力に応じて前記ビットマップデータを分割して順番に出力するバンディング処理を行う、また既にバンディング処理されたデータにおいて再度バンディング処理を行う手段を備えたことを特徴とする請求項1または2記載の画像処理装置。Means for performing banding processing of dividing the bitmap data to be printed and output in order according to the processing capacity of the target printer, and performing banding processing again on already banded data The image processing apparatus according to claim 1, further comprising: 前記印刷出力するビットマップデータを、対象とするプリンタの処理能力に応じた解像度への変更処理を行う手段を備えたことを特徴とする請求項1または2記載の画像処理装置。The image processing apparatus according to claim 1, further comprising a unit configured to perform a process of changing the bitmap data to be printed out to a resolution corresponding to a processing capability of a target printer. 前記印刷出力するビットマップデータを、対象とするプリンタの処理能力に応じた色深度への変更処理を行う手段を備えたことを特徴とする請求項1または2記載の画像処理装置。The image processing apparatus according to claim 1, further comprising a unit configured to perform a process of changing the bitmap data to be printed and output to a color depth according to a processing capability of a target printer. 前記印刷出力するビットマップデータを、対象とするプリンタに有する用紙サイズ、用紙方向に応じて前記ビットマップデータの回転・拡大・縮小処理を行う手段を備えたことを特徴とする請求項1または2記載の画像処理装置。3. A printing apparatus according to claim 1, further comprising means for rotating, enlarging, and reducing the bitmap data according to a sheet size and a sheet direction of the target printer. An image processing apparatus as described in the above. 前記記憶手段に保存されたビットマップデータを用いて、前記保存された複数のビットマップデータ、または前記保存されたビットマップデータと新たに入力されたビットマップデータを合成して1つのビットマップデータを作成する手段を備えたことを特徴とする請求項2記載の画像処理装置。Using the bitmap data stored in the storage means, the stored plurality of bitmap data, or the stored bitmap data and newly input bitmap data are combined to form one bitmap data. 3. The image processing apparatus according to claim 2, further comprising:
JP2002180100A 2002-06-20 2002-06-20 Image processor Pending JP2004021925A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002180100A JP2004021925A (en) 2002-06-20 2002-06-20 Image processor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002180100A JP2004021925A (en) 2002-06-20 2002-06-20 Image processor

Publications (2)

Publication Number Publication Date
JP2004021925A true JP2004021925A (en) 2004-01-22
JP2004021925A5 JP2004021925A5 (en) 2005-06-30

Family

ID=31177328

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002180100A Pending JP2004021925A (en) 2002-06-20 2002-06-20 Image processor

Country Status (1)

Country Link
JP (1) JP2004021925A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014523571A (en) * 2011-12-30 2014-09-11 北京大学 Inkjet digital printing method and system supporting distributed variable data
JP2014170470A (en) * 2013-03-05 2014-09-18 Brother Ind Ltd Information processor, program, and log data generation method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014523571A (en) * 2011-12-30 2014-09-11 北京大学 Inkjet digital printing method and system supporting distributed variable data
JP2014170470A (en) * 2013-03-05 2014-09-18 Brother Ind Ltd Information processor, program, and log data generation method

Similar Documents

Publication Publication Date Title
JP4543340B2 (en) Image processing apparatus, image forming system, and program
EP2093708B1 (en) Rendering apparatus, rendering method, and storage medium
EP1256903B1 (en) Method and system for combining print data
JP4817934B2 (en) Image processing apparatus and method
US8094327B2 (en) Image processing device, image processing method, computer readable recording medium stored with image processing program, image processing system, and image forming device
JP2004126871A (en) Method and device for controlling printing
JP4656623B2 (en) Drawing method, image processing apparatus, and recording medium
JPH08286860A (en) Output control method, its device and its computer program product
US6226095B1 (en) Image processing apparatus, method, and system
US20090231620A1 (en) Printing of printing job saved in image forming apparatus with changed print format
JP2006209430A (en) Virtual printer driver and virtual printer driver program
JP2005084898A (en) Print data processing system and program for this system
JP4418642B2 (en) HOST DEVICE, PRINTING DEVICE, PRINTING SYSTEM HAVING THEM, PRINT CONTROL METHOD, AND PROGRAM THEREOF
JP2006263969A (en) Image processing device, printing job forming device, and image processing system
JP6330790B2 (en) Print control system, print control apparatus, and program
JP2004021925A (en) Image processor
US20030160991A1 (en) Spool file modifying device
JP2002248829A (en) Image processor and storage medium with image processing program recorded therein
JP2001270167A (en) Printer and network print system
JP4109836B2 (en) Print data generation method, print data generation apparatus, computer program, and storage medium
US20040184052A1 (en) Information processing apparatus and method, and print control program
JP4035304B2 (en) Digital information output system
JP2006154912A (en) Document display, print system, method and storage medium
JP2017189968A (en) Image processing apparatus and image processing method
JP3655219B2 (en) Print processing device

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20041021

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041021

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20070222

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20070227

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20070703