JP2004148695A - Printer performing automatic printing according to print information file - Google Patents

Printer performing automatic printing according to print information file Download PDF

Info

Publication number
JP2004148695A
JP2004148695A JP2002317067A JP2002317067A JP2004148695A JP 2004148695 A JP2004148695 A JP 2004148695A JP 2002317067 A JP2002317067 A JP 2002317067A JP 2002317067 A JP2002317067 A JP 2002317067A JP 2004148695 A JP2004148695 A JP 2004148695A
Authority
JP
Japan
Prior art keywords
image
file
print
information
printer
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
JP2002317067A
Other languages
Japanese (ja)
Inventor
Masakatsu Endo
正勝 遠藤
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.)
Seiko Epson Corp
Original Assignee
Seiko Epson Corp
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 Seiko Epson Corp filed Critical Seiko Epson Corp
Priority to JP2002317067A priority Critical patent/JP2004148695A/en
Publication of JP2004148695A publication Critical patent/JP2004148695A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To solve such a problem of a printer that print operation stops temporarily during reading operation because reading of an image file from a memory card takes a long time. <P>SOLUTION: The printer is arranged to be fed with print information file having information of an image being printed and to print the image being printed according to the print information file. The printer comprises an image processing section for reading out the file of an image being printed externally according to the image information included in the print information file and creating print data by performing a specified image processing on the image file thus read out, and a section being fed with print data from the image processing section and printing an image. In parallel with image processing of first image information in the print information file or print processing at the print section, the image processing section reads out an image file corresponding to second image information different from the first image information in the print file externally and stores it in an incorporated storage means. <P>COPYRIGHT: (C)2004,JPO

Description

【0001】
【発明の属する技術分野】
本発明は、プリンタに関し、より詳しくはメモリカードに記憶された画像ファイルを高速に印刷するプリンタに関する。
【0002】
【従来の技術】
近年、デジタルカメラやデジタルビデオなどの市場が広がり、それらと直接接続して、それらの機器で撮影した画像ファイルを取り込んで、印刷するスタンドアロンタイプのプリンタが注目されている。スタンドアロンタイプのプリンタは、ホストコンピュータを起動することなしに、デジタルカメラ等で取得した画像の印刷を実行させることが可能なため利便性が高い。
【0003】
デジタルカメラ等の機器では、撮影した画像ファイルを格納するのにメモリカードを用いることが一般的になりつつある。メモリカードの種類も豊富であり、例えば、CF(コンパクトフラッシュ)メモリ、メモリスティック、スマートメディア、SDカード、マルチメディアカード等のメモリカードが存在する。
【0004】
最近では、デジタルカメラで撮像した画像を自動プリントする自動プリントフォーマット、例えばDPOF(Digital Print Order Format)が提唱されている。このDPOF対応下では、デジタルカメラ等で撮影された画像を格納するメモリカード内に、印刷する画像を指定するとともに、その画像を何枚印刷せよという印刷情報のファイル(DPOFファイル)が記録されている。そして、印刷情報ファイルと画像ファイルを格納したメモリカードをプリンタのカードスロットに挿入するだけで、プリンタは、メモリカードから印刷情報ファイルを自動的に読み出して、印刷情報内で指定された画像を、指定された枚数分だけ印刷する(例えば、特許文献1参照。)。
【0005】
図1は、メモリカードに記録された印刷情報ファイルと画像ファイルを説明するための図である。メモリカードに記録された印刷情報ファイルの先頭には必ず「AUTPRINT.MRK」というメッセージが存在する。プリンタは、メモリカードが挿入されると、格納されたファイルの先頭にある「AUTPRINT.MRK」を検出することによって、メモリカード内にDPOFファイルとそれに対応した画像ファイルが格納されていることを検知する。
【0006】
次に、DPOFファイルが格納されていると検知したプリンタは、各ジョブ情報を読み出す。例えば、図1の印刷情報ファイルにあるように「PRT QTY」は、印刷する枚数を指定しており、「IMG SRC」は、画像ファイルが存在しているパスと、画像ファイルの名称を指定する。これらのジョブ情報は、印刷対象の画像の数だけ存在する。画像ファイルは、印刷情報ファイルとは別個のファイルに、撮影時等に名称を付与されてメモリカード内に格納されている。そして、プリンタは印刷情報ファイルを解析し、指定されたジョブを一つずつ実行する。ジョブで指定された画像ファイルAをメモリカードから読み出して画像処理と印刷を実行すると、次のジョブで指定された画像ファイルBを、再びメモリカードから読み出す必要があった。この様に、印刷情報ファイルで指定された画像ファイルをメモリカードから読み出すステップと、その画像ファイルに対して画像処理及び印刷を実行するというステップとをシーケンシャルに繰り返していた。
【0007】
図2は、実際にDPOFファイルを格納したメモリカードを、カードスロットに挿入した後の、従来のプリンタの処理フローを示す図である。プリンタは、カードスロットにメモリカードが挿入(S101)されるとまず「AUTPRINT.MRK」を読み出して、まずメモリカード内にDPOFファイルが入っていることを検知する。次に、プリンタは、DPOFファイル内の印刷情報を解析する(S102)。この解析によって、プリンタはメモリカード内に格納された印刷対象の画像ファイルと、その印刷枚数を検知する。そして、プリンタは、メモリカードにアクセスして、印刷情報ファイルで指定された画像ファイルを読み出す(S103)。
【0008】
次に、読み出された画像ファイルは、JPEGデコード部(S104)にてデコード処理を施される。メモリカードから読み出された画像ファイルはJPEG形式のファイルであり、JPEG形式からRGB階調データへとデコードされる。更に、生成されたRGB階調データは、色変換及びハーフトーン処理(S105)により、RGB階調データは、まずインクの色、例えばシアン、マゼンタ、イエロー、ブラック(CMYK)データに色変換され、色変換されたデータは、ディザ法や誤差拡散法などによって、二値化される。その後インターレス処理によって、画像を構成する画素データを間引いて読み出し(S106)、印刷ヘッドの1パス分のノズルデータを生成する。生成されたノズルデータは、プリンタの印刷エンジンに送信されて、プリンタは印刷動作を行う(S107)。これら一連の動作を、印刷情報で指定された枚数分繰り返すと共に、DPOFファイルで指定された印刷ジョブに対して繰り返して、印刷を終了する(S108)。この様に、プリンタは印刷指定された画像ファイルを指定された枚数分印刷した後、新しい画像ファイルをメモリカードから、その都度読み出していた。
【0009】
【特許文献1】特開2000−289301号公報(2−7頁、図8)
【0010】
【発明が解決しようとする課題】
図2に示される処理フローにおいては、プリンタが、印刷情報ファイルによって指定された画像ファイルを、その都度メモリカードから読み出していた。つまり、プリンタが、指定された画像ファイルをメモリカードから読み出す工程と、読み出した画像ファイルに一連の画像処理を施す工程と、しかる後に印刷実行させる工程とを、印刷処理が完了するまでシーケンシャルに繰り返していた。しかしながら、メモリカードからの画像ファイルの読み出しには、時間がかかるため、自動プリント動作中にプリンタの印刷動作が一時的に停止してしまうという課題があった。
【0011】
仮に、メモリカードから読み出した画像ファイルをプリンタ内部のメモリに保存したとすると、同じ画像を指定枚数分印刷を繰り返す場合は、メモリカードからの画像ファイルの読み出しを繰り返す必要はない。しかし、複数の異なる画像ファイルを印刷するためには、やはりメモリカードから、画像ファイルを読み出す必要があるため、その間に印刷動作が一時的に停止したり遅延が生じたりしてしまう課題がある。
【0012】
特開2000−289301号公報においても、メモリカードから印刷情報を読み出し、そこに記述されたジョブ情報に従って、その都度指定された画像ファイルを、メモリカードから読み出すことが開示されている。
【0013】
そこで、本発明の目的は、DPOFファイルが格納されたメモリカード内の画像ファイルを、プリンタが高速に読み出して、印刷動作に遅延を生じない、スループットの高いプリンタを提供することにある。
【0014】
【課題を解決するための手段】
上記の目的を達成するために、本発明の一つの側面は、画像処理部と印刷処理部とが処理の実行をするのと並列に、次に印刷する画像ファイルを外部から読み出す動作を行い、読み出した画像ファイルを内蔵メモリに書き込むことにある。
【0015】
例えば、印刷対象の画像情報を有する印刷情報ファイルを供給され、印刷情報ファイルにしたがって印刷対象の画像を印刷するプリンタにおいて、印刷情報ファイルに含まれる画像情報にしたがって、印刷対象の画像ファイルを外部から読み出し、読み出した画像ファイルに所定の画像処理を行って印刷データを生成する画像処理部と、画像処理部から印刷データを供給され、画像を印刷する印刷部とを有し、画像処理部は、印刷情報ファイル内の第1の画像情報に対する画像処理または印刷部の印刷処理に並列して、印刷ファイル内の第1の画像情報とは異なる第2の画像情報に対応する画像ファイルを外部から読み出して、内蔵記憶手段に記憶することを特徴とするプリンタにある。
【0016】
プリンタの画像処理及び印刷処理と、画像ファイルの読み出しとを、並列に行うようにしたので、印刷を行う際に画像データをキャッシュメモリから高速に受け取ることが可能になり、スループットが向上するのである。
【0017】
【発明の実施の形態】
以下、図面を参照して本発明の実施の形態例を説明する。しかしながら、かかる実施の形態例が、本発明の技術的範囲を限定するものではなく、特許請求の範囲に記載された発明とその均等物にまで及ぶものである。
【0018】
図3は、本実施の形態例におけるプリンタの機能ブロックを説明するための図である。プリンタは、大きく分けて画像処理部100と、印刷部200とからなっている。まず、プリンタの画像処理部100は、CPU1、ROM2、RAM3によって制御されている。画像処理は、主として画像処理特化型IC4によって行われる。また、印刷部200はCPU10、ROM20と、RAM30とで印刷エンジン制御部40を制御して、印刷エンジン50に印刷を実行させる。
【0019】
まず、画像処理部100の各機能について説明する。メモリカード60が、カードスロット5に挿入されると、メモリカードインターフェイス6は、メモリカード内部のファイルを読み出す。読み出されたファイル内に「AUTPRINT.MRK」というメッセージが確認されると、メモリカード内にDPOFファイルが格納されていることが検知される。そして、そのDPOFファイルがキャッシュメモリに格納される。そしてCPU1によって、最初のジョブが解析される。最初のジョブで指定された画像ファイルは、メモリカード60から読み出され、画像処理特化型IC4によって画像処理を受ける。
【0020】
まず、JPEGデコード部7は、CPU1に命令を受けて、読み出された画像ファイルに、JPEGデコード処理を行う。JPEGデコード部7は、読み出された画像ファイルがJPEG形式であるため、それをデコードして各画素のRGB階調データに変換する。
【0021】
次に、変換されたRGB階調データは、色変換とハーフトーン処理部8において、RGB階調データから、シアン、マゼンタ、イエロー、ブラック(CMYK)等のインクデータに色変換される。色変換されたデータは、ディザ処理や誤差拡散法等によって、二値化される。以上で、色変換とハーフトーン処理は終了する。次に、二値化データがインターレス処理部9によって、インターレス処理がなされる。そして、その他11には、例えば、LCD12や制御ボタン13が装備されており、オペレータによって、印刷処理を制御することが可能となっている。インターレス処理によって、二値化されたデータは、プリンタの有する印刷ヘッドの1パス分のノズルデータとして、印刷エンジン制御部40に送信される。
【0022】
続いて、印刷部200の各機能について簡単に説明する。印刷部200では、CPU10、ROM20、RAM30によって印刷動作を制御している。印刷エンジン制御部40は、パラレルI/Fによって画像処理部100の画像処理特化型IC4と接続されている。印刷エンジン制御部40は、画像処理特化型IC4から、印刷ヘッドの1パス分のノズルデータを受け取って、印刷エンジン50に逐次送信して、印刷エンジン50に印刷を実行させる。
【0023】
図4は、本発明の実施の形態例を示すフローチャートである。以下、説明を簡単にするため、左側に示すフローをメインフローと呼び、右側に示すフローをサブフローと呼ぶ。
【0024】
まずメインフローにおいて、カードスロットにメモリカードが挿入される(S10)。メモリカードの挿入に応答して、カード内の印刷情報ファイルの読み出しが行われ(S20)、メモリカード内に格納された情報が読み出される。そして、メモリカード内に「AUTPRINT.MRK」というメッセージを発見すると、プリンタはメモリカード内にDPOFファイルが格納されていることを検知する。このDPOFファイルは、画像処理部100の内部RAM3内に格納される。
【0025】
次に、CPU1によりDPOFファイル(印刷情報ファイル)内の印刷情報の解析が行われ(S30)、印刷情報ファイルに記録された最初のジョブが解析される。解析とは、印刷情報ファイルを解析してプリンタが印刷する画像ファイルの存在するパスと、そのファイル名、そして、その印刷枚数等の情報を取得することである。印刷情報ファイルの記載に従って、最初のジョブを解析する。
【0026】
プリンタは、印刷情報ファイルによって指定された順番で、ジョブを実行する。例えば、ジョブ1を実行した後に、ジョブ2、ジョブ3を順次実行するのであれば、メインフローがジョブ1を実行している間に、ジョブ2、ジョブ3は実行されない。
【0027】
メインフローで解析されたジョブ1に対して、そのジョブで指定された画像ファイルが内蔵RAM3であるキャッシュメモリに要求される。そこで、キャッシュメモリ内に指定された画像ファイルが存在すれば、即座に画像ファイルを読み出して、一連の画像処理の実行を開始することができる。しかし、指定された画像ファイルがキャッシュメモリになかった場合は、外部のメモリカード60から読み出される。
【0028】
メモリカードから読み出された画像ファイルは、まずキャッシュメモリ3に書き込まれる。そして、JPEGデコードが施される(S90)。読み出された画像ファイルはJPEG形式なので、デコードされた各画素のRGB階調データへと変換される。そして、RGB階調データは、色変換とハーフトーン処理が施される(S100)。まず、色変換によりRGB階調データは、シアン、マゼンタ、イエロー、ブラック(CMYK)等のインクデータに色変換される。次にハーフト−ン処理により、色変換されたデータは、ディザ処理や誤差拡散法等により、二値化される。二値化されたデータは各画素の諧調値によってドットのオン・オフが設定される(S100)。次に、二値化データは、インターレス処理によって、画素データを間引いて読み出し(S110)、印刷ヘッドの1パス分のノズルデータとして、印刷実行される(S120)。
【0029】
次に、サブフローについて、図4を参照して説明をする。まず、基本的に、メインフローとサブフローとは、並列的に動作する。メインフローが一番目のジョブを実行し、そのジョブの画像ファイルを外部メモリカードから読み出した後に、一連の画像処理を施し印刷を実行している間に、サブフローにおいて、二番目以降のジョブを解析し、指定された画像ファイルを要求し(S51)、メモリカードにアクセスして画像ファイルの読み出しをして、キャッシュメモリに書き込む(S52)。
【0030】
この様に、メインフローが、上記した一連の画像処理や、印刷動作をしている間に、図示しないCPU1がリソースを無駄にすることなく、新しい画像ファイルの読み出しを命令する。サブフローは、画像ファイルの読み出し命令を受けて、画像データの要求を出す(S51)。
【0031】
サブフローは、要求された画像データをメモリカード60から読み出して、キャッシュメモリ3に書き込む(S52)。全ジョブの画像ファイルを読み出してキャッシュメモリに書き込まれると、処理を終了する(S53)。
【0032】
メインフローに話を戻して、キャッシュメモリについて説明を補足する。画像ファイルの要求(S50)で、要求された画像ファイルは、キャッシュメモリに書き込み済み(S60)であるかどうか確認がなされる。ここで、キャッシュメモリに要求された画像ファイルが存在すれば、キャッシュメモリから高速に読み出せるが、画像ファイルが存在しないこともある。この場合、プリンタはメモリカードから画像ファイルを読み出さなければならない。メインフローが、上記した一連の画像処理や、印刷動作をしている間に、サブフローが実行され、画像ファイルが先行読み出しされ、読み出された画像ファイルは、キャッシュメモリ3に書き込まれている。
【0033】
従って、メインフローでは、最初の画像ファイルに対する印刷処理が終わった時点で、次のジョブの画像ファイルの読み出し要求が出された時に、既に、その画像ファイルはキャッシュメモリ内に格納されていれば、外部のメモリカード60への低速の読みだし処理を行うことなく、キャッシュメモリから読み出すことができる。つまり、外部のメモリカードからの画像ファイルの読み出し工程S70をスキップすることができるので、全体の自動プリント動作のスループットを上げることができる。
【0034】
言うまでもないが、印刷情報ファイルと画像ファイルが別個の記憶手段に格納されていても良い。特に画像ファイルは、容量が多いため通常のメモリカードに格納しきれない場合もある。そのような場合は、カードタイプのハードディスク等の大容量の外部記憶手段に印刷情報ファイルと画像ファイルとを格納しても良い。
【0035】
以上、詳細に説明したとおり、本発明の実施の形態例によれば、メモリカードに格納されたDPOFファイル内の、ジョブを順次画像処理及び印刷処理をし、それと並行して、DPOFファイルの先行解析をして、外部メモリカードにアクセス可能な場合にメモリカードから画像ファイルを先読みして内蔵キャッシュメモリに書き込む。このため、前者は印刷要求のあった画像ファイルを、まずキャッシュメモリにアクセスし、所望の画像ファイルがあった場合、高速に画像ファイルを読み出すことができる。従って、指定された画像ファイルの印刷を実行するまでにかかる時間を大幅に短縮でき、スループットが向上する。
【図面の簡単な説明】
【図1】メモリカードに記録された印刷情報ファイルと画像ファイルを説明するための図である。
【図2】実際にDPOFファイルを格納したメモリカードを、カードスロットに挿入した後の、従来のプリンタの処理フローを示す図である。
【図3】本実施の形態例におけるプリンタの機能ブロックを説明するための図である。
【図4】本発明の実施の形態例を示すフローチャートである。
【符号の説明】
1 CPU 2 ROM 3 RAM 4 画像処理特化型IC
7 JPEGデコード部 8 色変換とハーフトーン処理部
9 インターレス処理部
[0001]
TECHNICAL FIELD OF THE INVENTION
The present invention relates to a printer, and more particularly, to a printer that prints an image file stored in a memory card at high speed.
[0002]
[Prior art]
2. Description of the Related Art In recent years, the market for digital cameras and digital videos has expanded, and stand-alone printers that directly connect to the devices, capture image files captured by these devices, and print the images have been receiving attention. A stand-alone type printer is highly convenient because it can print an image acquired by a digital camera or the like without activating a host computer.
[0003]
In a device such as a digital camera, a memory card is generally used to store a captured image file. There are many types of memory cards, and for example, there are memory cards such as CF (compact flash) memory, memory stick, smart media, SD card, and multimedia card.
[0004]
Recently, an automatic print format for automatically printing an image captured by a digital camera, for example, a DPOF (Digital Print Order Format) has been proposed. Under the DPOF support, an image to be printed is specified, and a print information file (DPOF file) for printing the number of images is recorded in a memory card for storing an image captured by a digital camera or the like. I have. Then, by simply inserting the memory card storing the print information file and the image file into the card slot of the printer, the printer automatically reads the print information file from the memory card and reads the image specified in the print information. Printing is performed for the specified number of sheets (for example, see Patent Document 1).
[0005]
FIG. 1 is a diagram for explaining a print information file and an image file recorded on a memory card. A message "AUTPRINT.MRK" always exists at the head of the print information file recorded on the memory card. When the memory card is inserted, the printer detects that the DPOF file and the corresponding image file are stored in the memory card by detecting “AUTPRINT.MRK” at the head of the stored file. I do.
[0006]
Next, the printer that detects that the DPOF file is stored reads out each job information. For example, as shown in the print information file of FIG. 1, “PRT QTY” specifies the number of prints, and “IMG SRC” specifies the path where the image file exists and the name of the image file. . These pieces of job information exist for the number of images to be printed. The image file is stored in the memory card with a name given to the file separate from the print information file at the time of photographing or the like. Then, the printer analyzes the print information file and executes the designated jobs one by one. When the image file A specified in the job is read from the memory card and the image processing and printing are executed, the image file B specified in the next job has to be read from the memory card again. As described above, the step of reading the image file specified by the print information file from the memory card and the step of executing image processing and printing on the image file have been sequentially repeated.
[0007]
FIG. 2 is a diagram showing a processing flow of a conventional printer after a memory card in which a DPOF file is actually stored is inserted into a card slot. When a memory card is inserted into the card slot (S101), the printer first reads "AUTPRINT.MRK" to detect that a DPOF file is contained in the memory card. Next, the printer analyzes the print information in the DPOF file (S102). By this analysis, the printer detects the image file to be printed stored in the memory card and the number of prints. Then, the printer accesses the memory card and reads out the image file specified by the print information file (S103).
[0008]
Next, the read image file is subjected to a decoding process in a JPEG decoding unit (S104). The image file read from the memory card is a JPEG format file, and is decoded from the JPEG format into RGB gradation data. Further, the generated RGB gradation data is subjected to color conversion and halftone processing (S105), and the RGB gradation data is first color-converted into ink colors, for example, cyan, magenta, yellow, and black (CMYK) data. The color-converted data is binarized by a dither method, an error diffusion method, or the like. Thereafter, by interlacing processing, pixel data constituting the image is thinned out and read (S106), and nozzle data for one pass of the print head is generated. The generated nozzle data is transmitted to the print engine of the printer, and the printer performs a printing operation (S107). These series of operations are repeated for the number of sheets specified by the print information and the print job specified by the DPOF file is repeated, and printing is completed (S108). In this way, the printer prints the specified number of image files, and then reads a new image file from the memory card each time.
[0009]
[Patent Document 1] JP-A-2000-289301 (pages 2-7, FIG. 8)
[0010]
[Problems to be solved by the invention]
In the processing flow shown in FIG. 2, the printer reads the image file specified by the print information file from the memory card each time. That is, the printer sequentially repeats a process of reading the designated image file from the memory card, a process of performing a series of image processing on the read image file, and a process of executing the printing after that, until the printing process is completed. I was However, since reading an image file from a memory card takes time, there is a problem that the printing operation of the printer is temporarily stopped during the automatic printing operation.
[0011]
Assuming that the image file read from the memory card is stored in the memory inside the printer, it is not necessary to repeat the reading of the image file from the memory card when the same image is repeatedly printed for a specified number of sheets. However, in order to print a plurality of different image files, it is still necessary to read the image files from the memory card, so that there is a problem that the printing operation is temporarily stopped or a delay occurs during that time.
[0012]
Japanese Patent Application Laid-Open No. 2000-289301 also discloses that print information is read from a memory card, and an image file designated each time is read from the memory card in accordance with the job information described therein.
[0013]
Therefore, an object of the present invention is to provide a high-throughput printer in which a printer reads out an image file in a memory card in which a DPOF file is stored at a high speed and does not cause a delay in a printing operation.
[0014]
[Means for Solving the Problems]
In order to achieve the above object, one aspect of the present invention performs an operation of reading an image file to be printed next from the outside in parallel with the image processing unit and the print processing unit performing processing, It is to write the read image file into the built-in memory.
[0015]
For example, in a printer which is supplied with a print information file having image information to be printed and prints an image to be printed according to the print information file, the image file to be printed is externally copied according to the image information included in the print information file. Read, an image processing unit that performs predetermined image processing on the read image file to generate print data, and a print unit that is supplied with print data from the image processing unit and prints an image, the image processing unit includes: The image file corresponding to the second image information different from the first image information in the print file is read out from the outside in parallel with the image processing for the first image information in the print information file or the print processing of the printing unit. And storing the data in a built-in storage means.
[0016]
Since the image processing and printing processing of the printer and the reading of the image file are performed in parallel, the image data can be received from the cache memory at high speed when printing is performed, and the throughput is improved. .
[0017]
BEST MODE FOR CARRYING OUT THE INVENTION
Hereinafter, embodiments of the present invention will be described with reference to the drawings. However, such embodiments do not limit the technical scope of the present invention, but extend to the inventions described in the claims and their equivalents.
[0018]
FIG. 3 is a diagram for explaining functional blocks of the printer according to the present embodiment. The printer is roughly composed of an image processing unit 100 and a printing unit 200. First, the image processing unit 100 of the printer is controlled by the CPU 1, the ROM 2, and the RAM 3. The image processing is mainly performed by the image processing specialized IC 4. The printing unit 200 controls the print engine control unit 40 with the CPU 10, the ROM 20, and the RAM 30, and causes the print engine 50 to execute printing.
[0019]
First, each function of the image processing unit 100 will be described. When the memory card 60 is inserted into the card slot 5, the memory card interface 6 reads a file in the memory card. When the message "AUTPRINT.MRK" is confirmed in the read file, it is detected that the DPOF file is stored in the memory card. Then, the DPOF file is stored in the cache memory. Then, the first job is analyzed by the CPU 1. The image file specified in the first job is read from the memory card 60 and undergoes image processing by the image processing specialized IC 4.
[0020]
First, the JPEG decoding unit 7 receives a command from the CPU 1 and performs a JPEG decoding process on the read image file. Since the read image file is in the JPEG format, the JPEG decoding unit 7 decodes the read image file and converts it into RGB gradation data of each pixel.
[0021]
Next, in the color conversion and halftone processing unit 8, the converted RGB gradation data is color-converted from the RGB gradation data to ink data such as cyan, magenta, yellow, and black (CMYK). The color-converted data is binarized by dither processing, error diffusion, or the like. Thus, the color conversion and the halftone processing are completed. Next, the binarized data is subjected to interlace processing by the interlace processing unit 9. The other unit 11 is provided with, for example, an LCD 12 and a control button 13, so that the printing process can be controlled by an operator. The data binarized by the interlace processing is transmitted to the print engine control unit 40 as nozzle data for one pass of the print head of the printer.
[0022]
Subsequently, each function of the printing unit 200 will be briefly described. In the printing unit 200, a printing operation is controlled by the CPU 10, the ROM 20, and the RAM 30. The print engine control unit 40 is connected to the image processing specialized IC 4 of the image processing unit 100 by a parallel I / F. The print engine control unit 40 receives the nozzle data for one pass of the print head from the image processing specialized IC 4, sequentially transmits the nozzle data to the print engine 50, and causes the print engine 50 to execute printing.
[0023]
FIG. 4 is a flowchart showing an embodiment of the present invention. Hereinafter, for the sake of simplicity, the flow shown on the left is called a main flow, and the flow shown on the right is called a subflow.
[0024]
First, in the main flow, a memory card is inserted into a card slot (S10). In response to the insertion of the memory card, the print information file in the card is read (S20), and the information stored in the memory card is read. When the printer finds the message “AUTPRINT.MRK” in the memory card, the printer detects that the DPOF file is stored in the memory card. This DPOF file is stored in the internal RAM 3 of the image processing unit 100.
[0025]
Next, the CPU 1 analyzes print information in the DPOF file (print information file) (S30), and analyzes the first job recorded in the print information file. The analysis is to analyze the print information file and obtain information such as the path where the image file to be printed by the printer exists, its file name, and the number of prints. The first job is analyzed according to the description of the print information file.
[0026]
The printer executes the jobs in the order specified by the print information file. For example, if the job 2 and the job 3 are executed sequentially after the execution of the job 1, the job 2 and the job 3 are not executed while the main flow is executing the job 1.
[0027]
For the job 1 analyzed in the main flow, the image file specified by the job is requested to the cache memory as the built-in RAM 3. Therefore, if the specified image file exists in the cache memory, the image file can be read out immediately and execution of a series of image processing can be started. However, if the specified image file is not in the cache memory, it is read from the external memory card 60.
[0028]
The image file read from the memory card is first written into the cache memory 3. Then, JPEG decoding is performed (S90). Since the read image file is in the JPEG format, it is converted into RGB gradation data of each decoded pixel. The RGB gradation data is subjected to color conversion and halftone processing (S100). First, the RGB gradation data is color-converted into ink data of cyan, magenta, yellow, black (CMYK) or the like by color conversion. Next, the data subjected to the color conversion by the halftone process is binarized by a dither process, an error diffusion method or the like. In the binarized data, dot on / off is set according to the gradation value of each pixel (S100). Next, the binarized data is read out by thinning out pixel data by interlace processing (S110), and printing is executed as nozzle data for one pass of the print head (S120).
[0029]
Next, the subflow will be described with reference to FIG. First, basically, the main flow and the sub flow operate in parallel. After the main flow executes the first job, reads the image file of the job from the external memory card, and performs a series of image processing and prints, the sub flow analyzes the second and subsequent jobs Then, the designated image file is requested (S51), the image file is read by accessing the memory card, and written to the cache memory (S52).
[0030]
As described above, while the main flow performs the above-described series of image processing and printing operations, the CPU 1 (not shown) instructs reading of a new image file without wasting resources. The sub-flow receives a read command of an image file and issues a request for image data (S51).
[0031]
The sub-flow reads the requested image data from the memory card 60 and writes it to the cache memory 3 (S52). When the image files of all the jobs have been read out and written into the cache memory, the process ends (S53).
[0032]
Returning to the main flow, the explanation of the cache memory will be supplemented. In the image file request (S50), it is confirmed whether the requested image file has been written to the cache memory (S60). Here, if the requested image file exists in the cache memory, it can be read from the cache memory at high speed, but the image file may not exist. In this case, the printer must read the image file from the memory card. While the main flow performs the above-described series of image processing and printing operations, the sub-flow is executed, the image file is read in advance, and the read image file is written in the cache memory 3.
[0033]
Therefore, in the main flow, when the print processing for the first image file is completed, and when a read request for the image file of the next job is issued, if the image file has already been stored in the cache memory, The data can be read from the cache memory without performing a low-speed reading process to the external memory card 60. That is, since the step of reading the image file from the external memory card S70 can be skipped, the throughput of the entire automatic print operation can be increased.
[0034]
Needless to say, the print information file and the image file may be stored in separate storage units. Particularly, the image file may not be able to be stored in a normal memory card due to its large capacity. In such a case, the print information file and the image file may be stored in a large-capacity external storage means such as a card-type hard disk.
[0035]
As described above in detail, according to the embodiment of the present invention, the job in the DPOF file stored in the memory card is sequentially subjected to image processing and printing processing, and, in parallel with this, the preceding job of the DPOF file is performed. Analysis is performed, and when an external memory card can be accessed, the image file is pre-read from the memory card and written into the built-in cache memory. For this reason, the former can first access the cache memory for an image file for which a print request has been made, and when there is a desired image file, can read the image file at high speed. Therefore, the time required to execute the printing of the designated image file can be greatly reduced, and the throughput is improved.
[Brief description of the drawings]
FIG. 1 is a diagram for explaining a print information file and an image file recorded on a memory card.
FIG. 2 is a diagram showing a processing flow of a conventional printer after a memory card actually storing a DPOF file is inserted into a card slot.
FIG. 3 is a diagram illustrating functional blocks of a printer according to the embodiment.
FIG. 4 is a flowchart showing an embodiment of the present invention.
[Explanation of symbols]
1 CPU 2 ROM 3 RAM 4 Image processing specialized IC
7 JPEG decoding unit 8 Color conversion and halftone processing unit 9 Interlace processing unit

Claims (4)

印刷対象の画像情報を有する印刷情報ファイルを供給され、当該印刷情報ファイルにしたがって当該印刷対象の画像を印刷するプリンタにおいて、
前記印刷情報ファイルに含まれる画像情報にしたがって、当該印刷対象の画像ファイルを外部から読み出し、当該読み出した画像ファイルに所定の画像処理を行って印刷データを生成する画像処理部と、
前記画像処理部から印刷データを供給され、前記画像を印刷する印刷部とを有し、
前記画像処理部は、前記印刷情報ファイル内の第1の画像情報に対する前記画像処理または前記印刷部の印刷処理に並列して、前記印刷ファイル内の前記第1の画像情報とは異なる第2の画像情報に対応する画像ファイルを外部から読み出して、内蔵記憶手段に記憶することを特徴とするプリンタ。
In a printer that is supplied with a print information file having image information to be printed and prints the image to be printed according to the print information file,
According to the image information included in the print information file, an image processing unit that reads the image file to be printed from the outside, performs predetermined image processing on the read image file, and generates print data,
A print unit supplied with print data from the image processing unit and printing the image,
The image processing unit is configured to execute a second image processing different from the first image information in the print file in parallel with the image processing on the first image information in the print information file or the print processing by the printing unit. A printer wherein an image file corresponding to image information is read from the outside and stored in a built-in storage means.
請求項1において、
前記印刷情報ファイルは、前記画像情報をそれぞれ有する複数の印刷ジョブを有し、当該画像情報は、印刷対象の画像ファイルのアドレス情報と、印刷枚数とを少なくとも有することを特徴とするプリンタ。
In claim 1,
The printer, wherein the print information file includes a plurality of print jobs each having the image information, and the image information includes at least address information of an image file to be printed and the number of prints.
請求項1において、
前記画像処理部は、前記第1の画像情報に対する印刷処理終了後、前記内蔵記憶手段に次の印刷対象の画像ファイルが記憶されている場合は、当該内蔵記憶手段から当該画像ファイルを読み出して、記憶されていない場合は外部から当該画像ファイルを読み出して、前記画像処理を行うことを特徴とするプリンタ。
In claim 1,
The image processing unit, after the printing process for the first image information is completed, when the next image file to be printed is stored in the internal storage unit, reads the image file from the internal storage unit, If the image file is not stored, the image file is read from the outside and the image processing is performed.
請求項1において、
前記画像処理部は、前記内蔵記憶手段に記憶可能な限り、前記第2の画像情報に対応する画像ファイルを外部から読み出して、前記内蔵記憶手段に記憶することを特徴とするプリンタ。
In claim 1,
The image processing unit reads an image file corresponding to the second image information from outside as long as the image file can be stored in the internal storage unit, and stores the image file in the internal storage unit.
JP2002317067A 2002-10-31 2002-10-31 Printer performing automatic printing according to print information file Pending JP2004148695A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2002317067A JP2004148695A (en) 2002-10-31 2002-10-31 Printer performing automatic printing according to print information file

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2002317067A JP2004148695A (en) 2002-10-31 2002-10-31 Printer performing automatic printing according to print information file

Publications (1)

Publication Number Publication Date
JP2004148695A true JP2004148695A (en) 2004-05-27

Family

ID=32460551

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2002317067A Pending JP2004148695A (en) 2002-10-31 2002-10-31 Printer performing automatic printing according to print information file

Country Status (1)

Country Link
JP (1) JP2004148695A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006110860A (en) * 2004-10-14 2006-04-27 Konica Minolta Business Technologies Inc Job execution device and job execution method
JP2007261025A (en) * 2006-03-28 2007-10-11 Seiko Epson Corp Printing equipment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2006110860A (en) * 2004-10-14 2006-04-27 Konica Minolta Business Technologies Inc Job execution device and job execution method
US7958278B2 (en) 2004-10-14 2011-06-07 Konica Minolta Business Technologies, Inc. Image forming apparatus, job execution apparatus, and job execution method
JP2007261025A (en) * 2006-03-28 2007-10-11 Seiko Epson Corp Printing equipment

Similar Documents

Publication Publication Date Title
US7821663B2 (en) Image supply device, control method of the device, and printing system
US7430054B2 (en) Printing apparatus, control method therefor, and storage medium
US20090067001A1 (en) Printer, image processing device, image processing method, and recording medium
US8547571B2 (en) Print control apparatus for performing preprocessing of image data
US7477788B2 (en) Image processing apparatus, image reading apparatus and image forming apparatus
JP2006213014A (en) Image output apparatus
JP2004148695A (en) Printer performing automatic printing according to print information file
JP5132451B2 (en) Image forming apparatus
JP2007129613A (en) Image processing apparatus and method therefor, and image forming apparatus
US20070024884A1 (en) Image processing apparatus, image processing method, and image processing program
JP2005064547A (en) Image processing apparatus and image processing method, and computer-readable recording medium for storing program and program
JP3975482B2 (en) Image processing apparatus and method, image forming apparatus, and computer-readable program
JP2007094973A (en) Print processing system
JP4901781B2 (en) Image forming apparatus
JP3927777B2 (en) Image processing apparatus, image processing method, and storage medium
JP4415359B2 (en) Image processing apparatus and printer
JP2008067002A (en) Image processor and printer equipped with the same
JP2003211747A (en) Imaging apparatus
JP2003333236A (en) Image processor
KR20060036262A (en) Printer image control apparatus and the method thereof
JP2003182165A (en) Printer and its control method
JP2001063156A (en) Printer
JP2006027055A (en) Image forming method and image forming apparatus
JP2007226326A (en) Direct print system
JP2006165614A (en) Multifunction system provided with automatic management function