JP2004192217A - Print filter - Google Patents

Print filter Download PDF

Info

Publication number
JP2004192217A
JP2004192217A JP2002358061A JP2002358061A JP2004192217A JP 2004192217 A JP2004192217 A JP 2004192217A JP 2002358061 A JP2002358061 A JP 2002358061A JP 2002358061 A JP2002358061 A JP 2002358061A JP 2004192217 A JP2004192217 A JP 2004192217A
Authority
JP
Japan
Prior art keywords
print
image data
data
start position
filter
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
JP2002358061A
Other languages
Japanese (ja)
Inventor
Kazuyoshi Sumiuchi
一芳 隅内
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 JP2002358061A priority Critical patent/JP2004192217A/en
Publication of JP2004192217A publication Critical patent/JP2004192217A/en
Withdrawn legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To provide a print filter allowing easy designation of a print start position by only command line option designation without processing image data themselves. <P>SOLUTION: By providing a print start coordinate calculation part to the print filter, a user can easily designate arrangement of the image data by only the designation of a print start position index to a command line option. <P>COPYRIGHT: (C)2004,JPO&NCIPI

Description

【0001】
【発明の属する技術分野】
本発明は、LinuxなどのUNIX(R)系OS(オペレーティングシステム)のターミナル端末上において、コマンドライン操作により画像データ等を変換し、カラープリンタの印刷データを生成するプログラムであるプリントフィルタに関するものである。
【0002】
【従来の技術】
近年、米国Microsoft社のWindows(R)や米国Apple社のMacOSなどの商用OSに加え、フリーのUNIX(R)系OSであるLinuxのシェアが拡大しつつある。このような状況の中でプリンタベンダは、Linuxにおいてプリンタドライバの役割を果たすプリントフィルタをリリースし始めている。プリントフィルタとは、図1に示すようにTIFFファイルやJPEGファイル等のビットマップ画像データを、プリンタの印刷データに変換するプログラムである。ユーザは、テキストベースのターミナル端末上で、例えば下記のように印刷時の設定をコマンドラインのオプションで設定し、印刷を行う。
【0003】
photo.tifを普通紙の設定で印刷する場合
printfilter −−model printermodel −−media plain photo.tif > /dev/lp0
プリントフィルタが出力する印刷データは、コマンドラインオプションで指定される画像ファイルのビットマップ画像データのみから生成されるため、図2に示すように印字領域の左上部分から印刷されるが、図3に示すように印字領域の中心に印刷する「センタリング」機能などを備えたものあり、プリントフィルタの高機能化が図られている。
【0004】
【発明が解決しようとする課題】
しかしながら、従来のプリントフィルタにおける印刷開始位置を指定する機能としては、センタリング機能だけであるため、ユーザの印刷開始位置の選択肢は、左上から印刷(センタリング指定せず)、および、センタリング指定しかなかった。そのため、印刷用紙が白紙でなく挿絵等がある場合、図4で示したように挿絵に重なってしまい、印刷用紙の余白部分に対して印刷することができなかった。このような場合には、図5のようにユーザがアプリケーションやツール等を用いて、画像データ自体に余白部分を付加する加工を施した上で印刷する必要があった。
【0005】
本発明は、上記従来例に鑑みてなされたもので、画像データ自体に加工することなくプリントフィルタのオプション指定のみで、容易に印刷開始位置を指定することのできるプリントフィルタを提供することを目的とする。
【0006】
【課題を解決するための手段】
上記目的を達成するために本発明のプリントフィルタは以下のような構成を備える。すなわち、ターミナル端末上において、コマンドライン操作により画像データ等を変換し、カラープリンタの印刷データを生成するプリントフィルタであって、ユーザに指定された印刷設定をコマンドラインオプションより解析するオプション解析部を有し、前記オプション解析部にて得られた前記印刷設定を格納する印刷設定格納バッファを有し、画像ファイルより画像データを読み込む画像データ読み取り部を有し、前記画像データ読み取り部が読み込んだ画像データを格納する画像データバッファを有し、前記画像データバッファに格納された画像データに対して印刷データを生成する際に、ユーザに指定された印刷開始位置インデックスに応じて、印刷データの生成を開始する座標を算出する印刷開始位置算出部を有し、前記印刷開始位置算出部により算出された印刷データの生成を開始する座標と印字領域を元に印刷データを生成する位置を決定し、前記画像データバッファより画像データを読み込んで印刷データを生成する印刷データ生成部を有することを特徴とする。
【0007】
【発明の実施の形態】
以下、本発明に係る一実施形態のプリントフィルタの実施例を、図面を参照して詳細に説明する。
【0008】
図6は、本発明に係るプリントフィルタの構成図を示したものである。プリントフィルタ100は、ユーザにより画像ファイル200のファイル名と、用紙の種類、サイズなどの印刷設定をコマンドラインオプションとして指示される。プリントフィルタ100では、指定された画像ファイルを読み込み、印刷設定に応じた印刷データを生成する。ユーザは、生成された印刷データをプリンタ300に送信することで、印刷を行うことができる。
【0009】
ここで、印刷開始位置を指定する場合には、ユーザにより印刷開始位置インデックスをコマンドラインオプションとしてとして受け取る。印刷開始位置インデックスは、例えば図7のように3×3=9箇所指定できる場合、1〜9の印刷開始位置インデックスを指定することができる。図8に1〜9の印刷開始位置インデックスを指定したときの印刷結果の概略を示す。
【0010】
次に、実際にユーザにより印刷開始位置インデックスを指定された場合の処理の流れを図6を用いて説明する。
【0011】
プリントフィルタ100は、ユーザによるオプション指定を解析するオプション解析部150により、指定されたオプション情報を印刷設定格納バッファ170に格納する。オプション情報には、コマンドラインにより指定された用紙の種類、用紙のサイズなどの印刷設定や画像ファイルのファイル名のほかに、指定された印刷モードにおけるプリンタ解像度、印字領域情報なども含まれる。
【0012】
画像データ読み取り部110は、印刷設定格納バッファ170よりユーザが指定した画像ファイルのファイル名を取得し、画像ファイル200から画像データを読み込む。読み込まれた画像データは、画像データバッファ160に格納される。
【0013】
次に、印刷開始位置インデックスが指定された場合は、印刷開始座標算出部120において印刷開始する座標が算出される。以下、図7のように印刷開始位置インデックスが3×3=9箇所指定できる場合を例に、具体的に説明する。
【0014】
ここで、印字領域のプリンタ解像度でのピクセル数を横Pxピクセル、縦Pyピクセル、原画像データのプリンタ解像度でのピクセル数を横Dxピクセル、縦Dyピクセルとする。印刷開始座標算出部120では、ユーザに指定されたインデックスに応じて、印字領域に対する印刷開始座標(Sx,Sy)を式(1)〜(6)により算出する。
【0015】
インデックス1、4、7のとき Sx=0 (1)
インデックス2、5、8のとき Sx=(Px−Dx)/2 (2)
インデックス3、6、9のとき Sx=Px−Dx (3)
インデックス1、2、3のとき Sy=0 (4)
インデックス4、5、6のとき Sy=(Py−Dy)/2 (5)
インデックス7、8、9のとき Sy=Py−Dy (6)
次に、印刷データ生成部130は印刷開始座標算出部120により算出された印刷開始座標および、画像データバッファ160に格納された画像データ、印刷設定格納バッファに格納された各種情報に基づき、印刷データを生成する。
【0016】
ここで、印刷開始座標(Sx,Sy)について、SxまたはSyが正数になる場合は、x方向(横方向)またはy方向(縦方向)に対し、印字領域よりも画像データが小さい場合である。このような場合には、印字領域の原点から、x方向にはSxまで、y方向にはSyまでが余白部分と判断される。その結果、x方向またはy方向に余白部分が付加された印刷データが生成され、図8で示したよう印刷される。
【0017】
また、印刷開始座標(Sx,Sy)について、SxまたはSyが負数になる場合は、x方向(横方向)またはy方向(縦方向)に対し、印字領域よりも画像データが大きい場合である。このような場合には、x方向ではSx、y方向ではSyが画像データの中での印刷データ生成を開始するオフセット座標となり、画像データの中で印刷データ生成の対象となる範囲が決定される。その結果、印字領域に含まれる部分に対してのみ印刷データが生成され、図9で示したように画像データが切り取られて印刷されることになる。
【0018】
このように、印刷開始座標算出部120をプリントフィルタに設けることで、ユーザは画像データ自体に加工することなく、印刷開始位置インデックスを指定するだけで容易に画像データの配置を指定することが可能となる。
【0019】
なお、本実施例では、印刷開始位置インデックスを3×3=9箇所指定できる場合について説明したが、(m×n)個所に印刷開始位置インデックスiを指定できるプリントフィルタとして適用することも可能である(ただし、m、nは2以上の整数、iは1以上の整数)。この場合、印刷開始座標算出部120における印刷開始位置座標は、以下の式(7)(8)で算出することができる。
【外1】

Figure 2004192217
【0020】
ただし、Mx=(i−1)% m、My=(i−1)% n (%は剰余演算をあらわす)
ここで、ユーザが上記m、nの分割数および印刷開始位置インデックスiを自由に指定できる構成にしてもよい。
【0021】
なお、本発明は、複数の機器(例えばホストコンピュータ,インタフェイス機器,リーダ,プリンタなど)から構成されるシステムに適用しても、一つの機器からなる装置(例えば、複写機,ファクシミリ装置など)に適用してもよい。
【0022】
また、本発明の目的は、前述した実施形態の機能を実現するソフトウェアのプログラムコードを記録した記憶媒体を、システムあるいは装置に供給し、そのシステムあるいは装置のコンピュータ(またはCPUやMPU)が記憶媒体に格納されたプログラムコードを読出し実行することによっても、達成されることは言うまでもない。
【0023】
この場合、記憶媒体から読出されたプログラムコード自体が前述した実施形態の機能を実現することになり、そのプログラムコードを記憶した記憶媒体は本発明を構成することになる。
【0024】
プログラムコードを供給するための記憶媒体としては、例えば、フロッピディスク,ハードディスク,光ディスク,光磁気ディスク,CD−ROM,CD−R,磁気テープ,不揮発性のメモリカード,ROMなどを用いることができる。
【0025】
また、コンピュータが読出したプログラムコードを実行することにより、前述した実施形態の機能が実現されるだけでなく、そのプログラムコードの指示に基づき、コンピュータ上で稼働しているOS(オペレーティングシステム)などが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0026】
さらに、記憶媒体から読出されたプログラムコードが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書込まれた後、そのプログラムコードの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPUなどが実際の処理の一部または全部を行い、その処理によって前述した実施形態の機能が実現される場合も含まれることは言うまでもない。
【0027】
【発明の効果】
以上説明したように本発明によれば、印刷開始座標算出部をプリントフィルタに設けることで、ユーザは画像データ自体に加工することなく、印刷開始位置インデックスを指定するだけで容易に画像データの配置を指定することが可能となるという効果がある。
【図面の簡単な説明】
【図1】一般的なプリンタフィルタを説明する図である。
【図2】プリントフィルタの印刷結果を説明する図である。
【図3】プリントフィルタのセンタリング機能を説明する図である。
【図4】印刷用紙に挿絵がある場合のプリントフィルタ印刷結果を説明する図である。
【図5】印刷用紙に挿絵がある場合に、挿絵に重ならないよう原画像を加工した場合を説明する図である。
【図6】本発明に係るプリントフィルタの構成例を示す概略図である。
【図7】印刷開始位置インデックスが3×3=9箇所指定できる場合を説明する図である。
【図8】印刷開始位置インデックスが3×3=9箇所指定できる場合の印刷結果を示す図である。
【図9】画像データが切り取られて印刷される場合を示す図である。
【符号の説明】
100 プリントフィルタ
110 画像データ読み取り部
120 印刷開始座標算出部
130 印刷データ生成部
150 オプション解析部
160 画像データバッファ
170 印刷設定格納バッファ
200 画像ファイル
300 プリンタ[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a print filter which is a program for converting image data and the like by a command line operation on a terminal terminal of a UNIX (R) OS (operating system) such as Linux to generate print data of a color printer. is there.
[0002]
[Prior art]
In recent years, the market share of Linux, which is a free UNIX (R) -based OS, is increasing in addition to commercial OSs such as Windows (R) of Microsoft Corporation of the United States and MacOS of Apple Corporation of the United States. Under these circumstances, printer vendors have begun to release print filters that play the role of printer drivers in Linux. The print filter is a program for converting bitmap image data such as a TIFF file or a JPEG file into print data of a printer as shown in FIG. The user performs the printing on the text-based terminal terminal by setting, for example, the settings at the time of printing using command line options as described below.
[0003]
photo. When printing tiff with plain paper settings printfilter --- model printermodel --- media plane photo. tif> / dev / lp0
Since the print data output by the print filter is generated only from the bitmap image data of the image file specified by the command line option, the print data is printed from the upper left portion of the print area as shown in FIG. As shown in the figure, a print filter is provided with a "centering" function for printing at the center of a print area, and the print filter is enhanced in function.
[0004]
[Problems to be solved by the invention]
However, the function of designating the print start position in the conventional print filter is only the centering function, and the only options for the print start position of the user are printing from the upper left (no centering is designated) and centering designation. . For this reason, when the printing paper is not blank paper but has an illustration or the like, as shown in FIG. 4, it overlaps with the illustration, and it is not possible to print on the margin of the printing paper. In such a case, as shown in FIG. 5, it is necessary for the user to use an application, a tool, or the like to perform a process of adding a blank portion to the image data itself and then perform printing.
[0005]
The present invention has been made in view of the above conventional example, and has as its object to provide a print filter capable of easily designating a print start position only by designating a print filter option without processing the image data itself. And
[0006]
[Means for Solving the Problems]
In order to achieve the above object, a print filter of the present invention has the following configuration. That is, on a terminal terminal, a print filter that converts image data and the like by a command line operation and generates print data of a color printer, and an option analysis unit that analyzes print settings specified by a user from command line options. A print setting storage buffer for storing the print settings obtained by the option analysis unit, an image data reading unit for reading image data from an image file, and an image read by the image data reading unit. An image data buffer for storing data, and when generating print data for the image data stored in the image data buffer, generating print data in accordance with a print start position index specified by a user. A print start position calculation unit for calculating a start coordinate; A print data generation unit that determines a position where print data is to be generated based on the coordinates at which the generation of print data calculated by the position calculation unit and the print area are to be generated, and reads image data from the image data buffer to generate print data. It is characterized by having.
[0007]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, examples of the print filter according to one embodiment of the present invention will be described in detail with reference to the drawings.
[0008]
FIG. 6 shows a configuration diagram of a print filter according to the present invention. For the print filter 100, the user instructs the file name of the image file 200 and print settings such as the type and size of paper as command line options. The print filter 100 reads the designated image file and generates print data according to the print settings. The user can perform printing by transmitting the generated print data to the printer 300.
[0009]
Here, when the print start position is specified, the user receives the print start position index as a command line option. For example, if 3 × 3 = 9 print start position indexes can be specified as shown in FIG. 7, print start position indexes 1 to 9 can be specified. FIG. 8 shows an outline of a print result when the print start position indexes 1 to 9 are designated.
[0010]
Next, the flow of processing when the user actually designates the print start position index will be described with reference to FIG.
[0011]
The print filter 100 stores the specified option information in the print setting storage buffer 170 by the option analysis unit 150 that analyzes the option specification by the user. The option information includes print settings such as the paper type and paper size specified by the command line and the file name of the image file, as well as printer resolution and print area information in the specified print mode.
[0012]
The image data reading unit 110 acquires the file name of the image file specified by the user from the print setting storage buffer 170, and reads the image data from the image file 200. The read image data is stored in the image data buffer 160.
[0013]
Next, when the print start position index is designated, the print start coordinate calculation unit 120 calculates the coordinates at which printing is started. Hereinafter, a specific description will be given of an example in which 3 × 3 = 9 print start position indexes can be designated as shown in FIG.
[0014]
Here, the number of pixels at the printer resolution of the print area is defined as horizontal Px pixels and vertical Py pixels, and the number of pixels of the original image data at the printer resolution is defined as horizontal Dx pixels and vertical Dy pixels. The print start coordinate calculation unit 120 calculates the print start coordinates (Sx, Sy) for the print area according to the index specified by the user by using equations (1) to (6).
[0015]
For indexes 1, 4, and 7 Sx = 0 (1)
For indexes 2, 5, and 8 Sx = (Px-Dx) / 2 (2)
For indexes 3, 6, and 9 Sx = Px-Dx (3)
When the index is 1, 2 or 3, Sy = 0 (4)
For indexes 4, 5, and 6 Sy = (Py-Dy) / 2 (5)
For indexes 7, 8, and 9 Sy = Py-Dy (6)
Next, the print data generation unit 130 prints the print data based on the print start coordinates calculated by the print start coordinate calculation unit 120, the image data stored in the image data buffer 160, and various information stored in the print setting storage buffer. Generate
[0016]
Here, when Sx or Sy is a positive number with respect to the print start coordinates (Sx, Sy), the case where the image data is smaller than the print area in the x direction (horizontal direction) or the y direction (vertical direction). is there. In such a case, a margin from the origin of the print area to Sx in the x direction and Sy in the y direction is determined. As a result, print data to which a blank portion is added in the x direction or the y direction is generated and printed as shown in FIG.
[0017]
When the print start coordinates (Sx, Sy) have a negative value of Sx or Sy, the image data is larger than the print area in the x direction (horizontal direction) or the y direction (vertical direction). In such a case, Sx in the x direction and Sy in the y direction are offset coordinates at which print data generation starts in the image data, and the range of print data generation in the image data is determined. . As a result, print data is generated only for the portion included in the print area, and the image data is cut out and printed as shown in FIG.
[0018]
As described above, by providing the print start coordinate calculation unit 120 in the print filter, the user can easily specify the arrangement of the image data only by specifying the print start position index without processing the image data itself. It becomes.
[0019]
In this embodiment, a case has been described in which 3 × 3 = 9 print start position indexes can be specified. However, the present invention can be applied as a print filter that can specify a print start position index i at (m × n) positions. (Where m and n are integers of 2 or more and i is an integer of 1 or more). In this case, the print start position coordinates in the print start coordinate calculation unit 120 can be calculated by the following equations (7) and (8).
[Outside 1]
Figure 2004192217
[0020]
Here, Mx = (i−1)% m, My = (i−1)% n (% represents a remainder operation)
Here, the configuration may be such that the user can freely specify the number of divisions of m and n and the print start position index i.
[0021]
Note that the present invention is applied to a system including a plurality of devices (for example, a host computer, an interface device, a reader, a printer, etc.), but is not limited to a single device (for example, a copier, a facsimile device, etc.). May be applied.
[0022]
Further, an object of the present invention is to provide a storage medium storing a program code of software for realizing the functions of the above-described embodiments to a system or an apparatus, and a computer (or CPU or MPU) of the system or apparatus to store the storage medium. It is needless to say that the present invention can also be achieved by reading and executing the program code stored in the program.
[0023]
In this case, the program code itself read from the storage medium realizes the function of the above-described embodiment, and the storage medium storing the program code constitutes the present invention.
[0024]
As a storage medium for supplying the 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, and the like can be used.
[0025]
When the computer executes the readout program code, not only the functions of the above-described embodiments are realized, but also an OS (Operating System) running on the computer based on the instruction of the program code. It goes without saying that a part or all of the actual processing is performed and the functions of the above-described embodiments are realized by the processing.
[0026]
Further, after the program code read from the storage medium is written into a memory provided on a function expansion board inserted into the computer or a function expansion unit connected to the computer, the function expansion is performed based on the instruction of the program code. It goes without saying that a CPU or the like provided in the board or the function expansion unit performs part or all of the actual processing, and the processing realizes the functions of the above-described embodiments.
[0027]
【The invention's effect】
As described above, according to the present invention, by providing the print start coordinate calculation unit in the print filter, the user can easily arrange the image data only by specifying the print start position index without processing the image data itself. Has the effect that it is possible to specify
[Brief description of the drawings]
FIG. 1 is a diagram illustrating a general printer filter.
FIG. 2 is a diagram illustrating a print result of a print filter.
FIG. 3 is a diagram illustrating a centering function of a print filter.
FIG. 4 is a diagram illustrating a print filter print result when an illustration is present on a print sheet.
FIG. 5 is a diagram illustrating a case where an original image is processed so as not to overlap an illustration when an illustration is present on printing paper.
FIG. 6 is a schematic diagram showing a configuration example of a print filter according to the present invention.
FIG. 7 is a diagram illustrating a case where 3 × 3 = 9 print start position indexes can be designated;
FIG. 8 is a diagram illustrating a print result when 3 × 3 = 9 print start position indexes can be designated;
FIG. 9 is a diagram illustrating a case where image data is cut out and printed.
[Explanation of symbols]
REFERENCE SIGNS LIST 100 print filter 110 image data reading unit 120 printing start coordinate calculating unit 130 print data generating unit 150 option analyzing unit 160 image data buffer 170 print setting storage buffer 200 image file 300 printer

Claims (1)

ターミナル端末上において、コマンドライン操作により画像データ等を変換し、カラープリンタの印刷データを生成するプリントフィルタであって、
ユーザに指定された印刷設定をコマンドラインオプションより解析するオプション解析部を有し、
前記オプション解析部にて得られた前記印刷設定を格納する印刷設定格納バッファを有し、
画像ファイルより画像データを読み込む画像データ読み取り部を有し、
前記画像データ読み取り部が読み込んだ画像データを格納する画像データバッファを有し、
前記画像データバッファに格納された画像データに対して印刷データを生成する際に、ユーザに指定された印刷開始位置インデックスに応じて、印刷データの生成を開始する座標を算出する印刷開始位置算出部を有し、
前記印刷開始位置算出部により算出された印刷データの生成を開始する座標と印字領域を元に印刷データを生成する位置を決定し、前記画像データバッファより画像データを読み込んで印刷データを生成する印刷データ生成部を有することを特徴とするプリントフィルタ。
A print filter that converts image data and the like by a command line operation on a terminal terminal and generates print data of a color printer,
It has an option analysis unit that analyzes the print settings specified by the user from command line options,
A print setting storage buffer for storing the print setting obtained by the option analysis unit,
An image data reading unit that reads image data from the image file,
An image data buffer for storing the image data read by the image data reading unit,
A print start position calculation unit that calculates coordinates at which to start generating print data according to a print start position index specified by a user when generating print data for image data stored in the image data buffer; Has,
A print that determines print data generation positions based on coordinates at which print data generation is calculated by the print start position calculation unit and a print area, and reads image data from the image data buffer to generate print data. A print filter comprising a data generation unit.
JP2002358061A 2002-12-10 2002-12-10 Print filter Withdrawn JP2004192217A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002358061A JP2004192217A (en) 2002-12-10 2002-12-10 Print filter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002358061A JP2004192217A (en) 2002-12-10 2002-12-10 Print filter

Publications (1)

Publication Number Publication Date
JP2004192217A true JP2004192217A (en) 2004-07-08

Family

ID=32757887

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002358061A Withdrawn JP2004192217A (en) 2002-12-10 2002-12-10 Print filter

Country Status (1)

Country Link
JP (1) JP2004192217A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739572A (en) * 2008-11-24 2010-06-16 三星电子株式会社 Terminal apparatus to control a printing operation and method thereof

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101739572A (en) * 2008-11-24 2010-06-16 三星电子株式会社 Terminal apparatus to control a printing operation and method thereof

Similar Documents

Publication Publication Date Title
JP2007158613A (en) Image processing apparatus and control method thereof, and control program
JP4928497B2 (en) Image processing apparatus, image processing method, image processing program, and storage medium
JP2004054898A (en) Printing data generating device, printing data generating method and program
JP2010182100A (en) Image processing apparatus and control method for the same
JP2007083728A (en) Printer accompanied by extensible image-improving resource
JP2008167375A (en) Image data processor and program
JP2004192217A (en) Print filter
JP6058042B2 (en) Image processing device
JP2004025576A (en) Image processor, image processing method, and storage medium and program readable by computer
JP2006268493A (en) Image processor, image processing method program and recording medium
JP2006211553A (en) Image processing apparatus and method thereof
JP2006041624A (en) Print control apparatus and method thereof
JP2002211071A (en) Image printer, apparatus and method for processing image, and storage medium
JP5825941B2 (en) Printing apparatus, printing method, and program
JP3972752B2 (en) Document data generator
JP2007249403A (en) Image data processing system and method for it
JP7293577B2 (en) Image processing device, program, information processing system and image processing method
JP2003099216A (en) Print setting method for printer driver, information processor, program, and storage medium
JP2006011954A (en) Information processor, information processing method, and information processing program
JP2005196241A (en) Method, device, and program for extracting facial area
JP2014232930A (en) Image processing apparatus, image reader, method for controlling image processing apparatus, and control program for image processing apparatus
JP2001075769A (en) Computer readable recording medium, printing method and printer
JP2003177903A (en) Information processor, information processing system, print control method, storage medium, and program
JPH09218741A (en) Information controller and its control method
JP2006166168A (en) Image forming system

Legal Events

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

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20060307