JP2006092420A - Print information storage device, and method for determining group name in print information storage device - Google Patents
Print information storage device, and method for determining group name in print information storage device Download PDFInfo
- Publication number
- JP2006092420A JP2006092420A JP2004279277A JP2004279277A JP2006092420A JP 2006092420 A JP2006092420 A JP 2006092420A JP 2004279277 A JP2004279277 A JP 2004279277A JP 2004279277 A JP2004279277 A JP 2004279277A JP 2006092420 A JP2006092420 A JP 2006092420A
- Authority
- JP
- Japan
- Prior art keywords
- name
- group
- directory
- print information
- storage device
- 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
Links
Images
Landscapes
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
本発明は、印刷情報の保存の際のディレクトリ名称決定方法に関する。 The present invention relates to a directory name determination method for storing print information.
従来、プリンタは、ホストコンピュータから送られた印刷データに基づいて印刷を行なっていたが、近年は、画像データが記憶されたメモリーカード等を取り付けて、ホストコンピュータを通さずに印刷処理が実行できる機種(例えば、スタンドアロン型という)が普及してきている。この種のプリンタは一般にデジタルカメラで撮影した画像を印刷する場合に用いられることが多く、デジタルカメラの撮影画像が取り込まれたメモリーカードをスロットに差し込み、操作パネルでプリントする画像や枚数を指定して印刷処理が実行される。 Conventionally, a printer performs printing based on print data sent from a host computer, but recently, a printing process can be executed without a host computer by attaching a memory card or the like storing image data. A model (for example, a stand-alone type) has become widespread. This type of printer is generally used to print images taken with a digital camera. Insert a memory card that contains images taken with a digital camera into the slot and specify the images and number of prints on the operation panel. Print processing is executed.
また、スタンドアロン型のプリンタには外付けの外部記憶装置と接続可能な機種がある。外部記憶装置は、例えば、MO(Magnet-Opticaldisk)等の可搬型の記録媒体を用い、プリンタ備え付けのポートを介してプリンタに接続される。メモリーカードに記憶された画像データはプリンタを通して外部記憶装置に保存可能であり、保存作業(バックアップ処理)は、メモリーカードをスロットに差し込んだ状態で操作パネルを操作して行われる。 Some stand-alone printers can be connected to an external storage device. The external storage device uses, for example, a portable recording medium such as an MO (Magnet-Optical disk) and is connected to the printer via a port provided in the printer. The image data stored in the memory card can be stored in the external storage device through the printer, and the storing operation (backup processing) is performed by operating the operation panel with the memory card inserted into the slot.
このように、外部記憶装置に画像データを保存することで、メモリーカードの画像データを蓄積しておける。一般に、画像データは、デジタルカメラの統一フォーマットとして広く用いられているDCF(Design rule for Camera File system)準拠したディレクトリ形式で外部記憶装置に蓄積される。 As described above, the image data stored in the memory card can be stored by storing the image data in the external storage device. In general, image data is stored in an external storage device in a directory format conforming to DCF (Design Rule for Camera File system) widely used as a unified format for digital cameras.
メモリーカードの画像ファイルを外部記憶装置に蓄積する際に、すでに蓄積された画像ファイルを上書きしないように、特許文献1には以下の技術が開示されている。すなわち、保存作業の度に、図9に示すように外部記憶装置のルートディレクトリ47の直下に識別ディレクトリ51を作成する。そして、識別ディレクトリ51の下に、メモリーカードのサブディレクトリに対応するディレクトリ構造(DCIMディレクトリ48、MISCディレクトリ49、DCFディレクトリ50)を生成し、DCFディレクトリ50の下に画像データを保存する。これにより、すでに格納済みの画像データと同じファイル名を有する画像データがあったとしても、異なる識別ディレクトリ51の下のサブディレクトリに格納されることになり、画像データの上書きによる画像データの紛失を防止することができる。
上述のように、識別ディレクトリ51は保存処理の度に作成されるが、その名称は、「001」から始まり、以降、「002」「003」と連番になるように、作成の度に1増分していくように割り振られることが特許文献1の段落「0051」に記載されている。
As described above, the
このためには、ディレクトリ作成の際に、作成済みの識別ディレクトリ51の数をカウントし、その数に1を加えた数を作成する識別ディレクトリ51の名称としたり、作成済みの識別ディレクトリ51の名称のうち最も大きな数に1を加えた数を作成する識別ディレクトリ51の名称とすることが考えられる。
For this purpose, when the directory is created, the number of created
ところが、外部記憶装置に作成済みの識別ディレクトリ51が削除等され、名称の連番に空きが発生した場合には、識別ディレクトリの作成に失敗したり、外部記憶装置の利用効率が悪化することが起こり得る。
However, if the
すなわち、識別ディレクトリ数に1を加えた数を名称とする方法では、例えば、識別ディレクトリ51が「001」「002」「004」「005」となっており、「003」が削除されているような場合に、識別ディレクトリ数である4に1を加えた「005」を作成する識別ディレクトリ51の名称とすると、「005」はすでに存在しているため識別ディレクトリ51の作成に失敗してしまう。
That is, in the method of naming the number obtained by adding 1 to the number of identification directories, for example, the
また、最も大きな数に1を加えた数を名称とする方法では、最も大きな数である「005」に1を加えた「006」を作成する識別ディレクトリ51の名称とすると、識別ディレクトリ51の作成は可能であるが、連番に空きが残り、外部記憶装置の利用効率が悪化してしまう。特に、本例では、外部記憶装置に作成可能な識別ディレクトリ51の名称は「001」から「999」までの有限個であるため、外部記憶装置の利用効率の悪化は避けることが望ましい。
Also, in the method of naming the largest number plus one, if the name of the
本発明は、記録媒体に作成するディレクトリ等のグループの名称決定において、グループ作成の成功率を向上させるとともに、記録媒体の利用効率の悪化を避けることを目的とする。 An object of the present invention is to improve the success rate of group creation in determining the names of groups such as directories to be created on a recording medium and to avoid the deterioration of the utilization efficiency of the recording medium.
上記課題を解決するための本発明の一態様である印刷情報保存装置におけるグループ名称決定方法は、
印刷情報が記録された第1の記録媒体を読み込んで、第2の記録媒体に連番として表わすことのできる記号群による名称が付されたグループ単位で印刷情報を保存する印刷情報保存装置におけるグループ名称決定方法であって、
印刷情報の保存の際に作成するグループの名称について、第2の記録媒体に記録されているグループの名称の連続性を判断し、連番の空きがない場合には、連番に続く記号群をグループの名称とし、連番に空きがある場合には、いずれかの空きの記号群をグループの名称とすることを特徴とする。
The group name determination method in the print information storage device according to one aspect of the present invention for solving the above-described problem is as follows.
A group in a printing information storage device that reads a first recording medium on which printing information is recorded and stores the printing information in groups each having a name by a symbol group that can be expressed as a serial number on the second recording medium A name determination method,
For the name of the group created when storing the print information, the continuity of the name of the group recorded on the second recording medium is determined. If there is no consecutive number, the symbol group following the serial number Is the name of the group, and when there is a vacancy in the serial number, any vacant symbol group is the name of the group.
本発明によれば、グループ名称の連続性を判断し、連番に空きがある場合には、いずれかの空きの記号群をグループの名称とすることによりグループ作成の成功率を向上させるとともに、記録媒体の利用効率の悪化を避けることができる。 According to the present invention, when the continuity of the group name is determined and there is a vacancy in the serial number, the success rate of group creation is improved by making any vacant symbol group the name of the group, It is possible to avoid deterioration of the utilization efficiency of the recording medium.
ここで、第2の記録媒体に記録されているグループの名称の連続性の判断は、記録されているグループの個数を取得し、グループの個数に対応する記号群の次の記号群の名称のグループが作成可能か否かで判断することができ、
連番に空きがある場合には、グループの個数に対応する記号群の次の記号群から連番を順次繰り下げた記号群を名称としたグループが作成可能かを判断し、作成可能と判断された記号群をグループ名称とすることができる。
Here, the determination of the continuity of the names of the groups recorded on the second recording medium is obtained by acquiring the number of groups recorded and the name of the symbol group next to the symbol group corresponding to the number of groups. You can judge by whether or not the group can be created,
If there is a vacancy in the serial number, it is determined whether it is possible to create a group with the name of the symbol group obtained by sequentially decrementing the serial number from the symbol group next to the symbol group corresponding to the number of groups. A group of symbols can be used as a group name.
また、本発明は、より具体的には、
印刷情報が記録された第1の記録媒体を読み込んで、第2の記録媒体に番号を含む名称が付されたディレクトリ単位で印刷情報を保存する印刷装置におけるディレクトリ名称決定方法であって、
印刷情報の保存の際に作成するディレクトリの名称について、第2の記録媒体に記録されているディレクトリの名称の番号に空きがないかを判断し、番号に空きがない場合には、最大の番号+1の番号を含めてディレクトリの名称とし、番号に空きがある場合には、いずれかの空きの番号を含めてディレクトリの名称とすることを特徴とする印刷装置におけるディレクトリ名称決定方法とすることができる。
Further, the present invention more specifically,
A directory name determination method in a printing apparatus that reads a first recording medium in which print information is recorded and stores the print information in a directory unit in which a name including a number is attached to a second recording medium,
As for the name of the directory created when storing the print information, it is determined whether there is no space in the directory name number recorded on the second recording medium. A directory name determination method in a printing apparatus is characterized in that a directory name including a number of +1 is used as a directory name, and if the number is empty, a directory name is included including any empty number. it can.
以下、本発明を具体化した印刷装置及び印刷情報の保存方法の一実施形態を図1〜図7に従って説明する。 Hereinafter, an embodiment of a printing apparatus and a printing information storage method embodying the present invention will be described with reference to FIGS.
図1は、プリンタ1の斜視図である。印刷装置としてのプリンタ1は、本体2の上面右側に操作パネル3を備えたインジェック式プリンタである。本体2の背面側には用紙供給装置4が設けられ、シートフィーダー5にセットされた単票紙、あるいはロール紙支持部6にセットされたロール紙が本体2内部に給紙される。本体2の中央に設けられたカバー7の下方には後述する印刷機構が搭載され、印刷機構の作動により印刷処理が実行されて印刷後の用紙8が本体2の前側下部の排紙口9から排出される。
FIG. 1 is a perspective view of the
操作パネル3は設定画面10を有する表示装置11と、複数の操作スイッチ(操作ボタン)からなる操作部12とを備えている。設定画面10はモノクロ液晶であり、例えば用紙種類(単票紙又はロール紙)、用紙サイズ(A4等)、レイアウト、写真選択、印刷枚数等をマニュアル選択するためのメニュー画面をモノクロ表示する。また、操作部12にはプリンタ1に電源を投入するための電源スイッチ13aと、エラー発生時に押されるメテナンススイッチ13bと、ロール紙を操作するときに押されるロール紙スイッチ13cとが設けられている。
The
プリンタ1はデジタルカメラ用のメモリーカード14を挿着するための読取装置15を搭載し、ホストコンピュータ(例えばPC)16(図3参照)と接続することなく、メモリーカード14から読み取った画像を印刷可能なスタンドアロン型である。読取装置15にはそのスロット15aにメモリーカード14が着脱可能に取り付けられる。メモリーカード14は例えばコンパクトフラッシュ(登録商標)、スマートメディア(登録商標)、メモリースティック(登録商標)等があり、各々専用のアダプタ(図示省略)に取り付けられてスロット15aに差し込まれる。
The
プリンタ1の本体2の上部には、メモリーカード14から読み込んだ画像を表示する表示装置(モニタ)17が取り付けられている。モニタ17はカラー液晶であり、例えばモニタ画面18に1.6インチのものが採用されている。スタンドアロン型のプリンタ1ではメモリーカード14に記憶された画像を選択して印刷する場合、PC16と接続されず使用されるため、PC16の画面上で画像を確認することもできない。しかし、モニタ17のモニタ画面18にカラー画像を表示することで、PC16と接続しなくても画像確認やプリントレイアウトの確認が行える。
A display device (monitor) 17 for displaying an image read from the
図2は、操作パネル3の主要部を示す平面図である。操作部12には電源スイッチ13の他に、印刷開始スイッチ19、中止スイッチ20、上スイッチ21、下スイッチ22、決定スイッチ23、戻りスイッチ24が設けられている。印刷開始スイッチ19は操作パネル3で設定された設定条件に従って印刷を開始するときに押され、中止スイッチ20は印刷実行中の場合において直ちに印刷を中止するときや、非印刷状態の場合において設定画面10での入力内容(選択項目、数値等)を破棄するときに押される。
FIG. 2 is a plan view showing the main part of the
上スイッチ21および下スイッチ22は設定画面10のカーソル移動や、数値入力中において数値の増減を行うときに操作され、例えば上スイッチ21が押されるとカーソルが上方向に移動し、下スイッチ22が押されるとカーソルが下方向に移動する。また、決定スイッチ23は設定画面10の表示画面を一つ先に進めたり、設定画面10での入力内容を確定するときに押される。戻りスイッチ24は設定画面10を初期画面に戻すときや、設定画面10に表示された表示画面を一つ前に戻すときに押される。
The
図3は、プリンタ1のハードウェア構成および機能部を説明するブロック図である。プリンタ1はプリンタ部25と、そのプリンタ部25に対し通信可能なスタンドアロンプリント部26とを備え、このうちプリンタ部25は制御装置27と印刷処理部28とを有している。制御装置27はプリンタ1のメイン制御を司るもので、例えばCPU、ROM、RAM、EEPROM、駆動回路(以上、図示省略)等からなる。一方、印刷処理部28は印刷処理を行うメカ機構であり、例えば記録ヘッド、キャリッジモータ、紙送りモータ(以上、図示省略)等からなる。
FIG. 3 is a block diagram illustrating a hardware configuration and a function unit of the
制御装置27はPC16から送信される印刷データや、スロット15aを介してメモリーカード14から読み込んだ画像データに基づき、印刷処理部28を駆動して印刷処理を実行する。ここで、メモリーカード14の画像データを印刷処理する場合、制御装置27はメモリーカード14の画像データをRGBデータからYMCKデータに変換する画像処理を行う。なお、本例では画像処理として解像度変換処理、色変換処理、ハーフトーン処理、各色のインクドットデータをドット形成順序を考慮しながら並び替えるインターレース処理を実行している。
Based on the print data transmitted from the
スタンドアロンプリント部26にはCPU29と、CPU29にバス30を通じて接続されたROM31、RAM32、ASIC33とが内蔵されている。また、スタンドアロンプリント部26はバス30に接続された外部I/F34と、その外部I/F34に接続された接続手段としてのポート(例えばUSBポート)35とを備え、ポート35には第2の記憶媒体としての外部記憶装置(例えばMO)36が接続されている。さらに、バス30には操作パネル3、モニタ17、スロット15aが接続されている。
The stand-
ROM31にはCPU29により実行される制御プログラム、設定画面10に表示画面を表示するための表示用データ等が記憶されている。また、制御プログラムとしては設定画面10やモニタ17の表示制御を行う表示制御用プログラム、メモリーカード14の画像情報を読み取る読取制御用プログラム、メモリーカード14の画像情報を外部記憶装置36に保存する保存制御用プログラム等がある。
The
CPU29は操作パネル3、モニタ17、読取装置15を制御するもので、ROM31に記憶された制御プログラムに基づきRAM32を作業領域としてこれら制御を実行する。メモリーカード14の画像データを印刷を開始する場合には、操作パネル3を用いて所望の印刷条件を設定して印刷開始スイッチ19を押す。すると、CPU29はメモリーカード14の画像データのうち印刷条件から決まるものをプリンタ部25に送信し、プリンタ部25はその画像データに基づき印刷処理部28を駆動して用紙に印刷処理を実行する。
The
また、CPU29はスロット15aで読み込んだメモリーカード14の画像データをモニタ17に画像表示する。モニタ17の表示画像は操作パネル3を用いて切り換え可能であり、CPU29は操作パネル3で入力された入力条件(レイアウト、選択画像等)を取りこみ、その条件に応じた内容でメモリーカード14上の画像をモニタ17に表示させる。モニタ17の表示形式としては1枚の画像のみを表示する1コマ表示や、複数の画像を同一画面に表示する複数コマ表示や、メモリーカード14の画像を一覧表示するサムネイル表示等がある。
Further, the
プリンタ1はスロット15aに差し込まれたメモリーカード14の画像データに基づき印刷処理を実行するだけでなく、外部記憶装置36に保存された画像データに基づき印刷処理を実行することも可能である。即ち、プリンタ1は外部記憶装置36に保存された画像データをダイレクトに印刷可能となっている。このダイレクト印刷はスロット15aにメモリーカード14が挿入されておらず、かつメディア(例えば、MOディスク)挿入済みの外部記憶装置36がプリンタ1(ポート35)に接続されているときに実行される。
The
図4は、メモリーカード14のメモリマップである。メモリーカード14にはデジタルカメラ(図示省略)を用いて取り込まれた印刷情報としての画像情報40が記憶され、その画像情報40としてデジタルカメラで撮影した画像データの他に、画像データに関する各種情報が記憶されている。メモリーカード14の記憶領域Aには、このメモリーカード14に画像データ記憶されていることを示すID情報41が書き込まれている。メモリーカード14の記憶領域Bには、各画像がどの番地からどの番地まで書き込まれているかを示すアドレス情報42が記憶されている。
FIG. 4 is a memory map of the
メモリーカード14の記憶領域Cには、指定情報43が記憶されている。指定情報43はデジタルカメラを用いて入力される情報であり、複数の画像データにおいて例えば印刷する画像、印刷する枚数、印刷モード(インデックス又はスタンダード)、印刷の順番等を指定した情報である。ちなみに、指定情報43に基づく印刷形式が通称DPOF(Digital Print Order Format)(登録商標)と呼ばれ、指定情報43はDPOFファイルともいう。CPU29は指定情報43の内容を印刷条件として設定するため、プリンタ1側で印刷条件を設定する必要がなくなり、読取装置15のスロット15aにメモリーカード14をセットするだけで所望の印刷パターンで印刷が行える。
The
メモリーカード14の記憶領域Dには、書式情報44が記憶されている。書式情報44は印刷画像のフォーマットの一つであり、デジタルカメラを用いてユーザによって設定された新たなレイアウト情報である。この書式情報44は印刷画像のレイアウトを決めるためのものであり、例えば写真枠、線、マクロ文字等がある。また、写真枠は画像の配置情報、線は用紙に印刷する線の配置情報、マクロ文字は写真枠に割り当てられた画像の番号情報である。ここで、書式情報44で設定するレイアウトとは一枚の用紙8上における画像の配置パターン(線、マクロ文字を含む)である。また、書式情報44には印刷時における用紙種類、用紙サイズの設定も可能となっている。
CPU29は指定情報43の内容に優先して、書式情報44に基づく内容(レイアウト、用紙種類、用紙サイズ)を印刷条件として設定する。これにより、書式情報44としてレイアウトを書き込めばそれだけ印刷レイアウトが拡張され、プリンタ1に予め登録されたレイアウト以外に、ユーザの好みのレイアウトで印刷が行える。このとき、CPU29は書式情報44に基づく内容でメモリーカード14の画像データをモニタ画面18に画像表示している。なお、書式情報44が指定情報43よりも優先して設定されるが、操作パネル3の操作部12を操作することでレイアウト、用紙種類、用紙サイズ等の変更が行える。
The
メモリーカード14の記憶領域Eには、複数の単位画像情報D1,D2,…が記憶されている。単位画像情報D1,D2,…はデジタルカメラで撮影された各々一枚ずつの画像ファイルであり、画像再生情報Xと画像データとを有している。画像再生情報Xはデジタルカメラ撮影時に書き込まれる情報であり、印刷を行う場合には画像再生情報Xの基づき画質が補正されて印刷画像が出力される。また、画像再生情報Xは該画像データの画像番号を示すID、画像データのデータ量、印刷する際の色合い、明るさ、シャープネス、コントラストなどを設定する各種情報と、画質調整情報46とからなる。
A plurality of unit image information D 1 , D 2 ,... Are stored in the storage area E of the
このうち、画質調整情報46はデジタルカメラ撮影時に書き込まれ、印刷画像をデジタルカメラの撮影画像にできるだけ近づけるための補正データである。画質調整情報46は階調(色の濃さ)をコントロールするγ値、印刷時における色空間、細かい画質調整パラメータ(コントラスト、明るさ等に関するもの)からなる。画質調整情報46に基づき印刷が実行される場合、プリンタ部25は印刷処理を画質調整処理モードで実行し、この結果として印刷画像がデジタルカメラ撮影時の意図に沿った画質で印刷される。
Among these, the image
また、メモリーカード14のファイル構造はFAT型ディスクフォーマットであり、DCF準拠のデジタルカメラで撮影された場合、画像データは図5に示すディレクトリ形式でメモリーカード14に保存される。即ち、ディレクトリ構造はルートディレクトリ47を先頭として、その直下がDCFイメージルートディレクトリ48、MISCディレクトリ49となっている。MISCディレクトリ49には画像データ以外の画像情報(指定情報(DPOFファイル)43、書式情報44、画像再生情報X等)が保存されている。
Further, the file structure of the
DCFイメージルートディレクトリ48の直下はDCFディレクトリ50となっている。DCFディレクトリ50はDCFオブジェクトを格納するためのディレクトリであり、画像ファイルを外部記憶装置に保存する際にメーカー固有のものが一つ作成される。DCFディレクトリ50は先頭3文字に重複しないディレクトリ番号が、残りの5文字に自由文字が書き込まれる。また、DCFイメージルートディレクトリ48の直下にはDCFディレクトリ50以外のディレクトリがあってもよい。
Directly under the DCF
図3に示すCPU29は、スロット15aに差し込まれたメモリーカード14の画像情報40を外部記憶装置36に保存するバックアップ処理をASIC33に実行させる。その操作手順としては、操作パネル3の操作部12を操作して設定画面10に「バックアップ」を表示し、このパラメータを選択して決定スイッチ23を押す。このとき、ASIC33はCPU29からその旨の制御信号を受け取り、バックアップ処理を実行してメモリーカード14の画像情報40を外部記憶装置36に保存する。
The
ASIC33はROM31の制御用プログラムに基づき、ディレクトリ作成機能と保存実行機能とを実行する。ここで、図3においてはASIC33が実行するこれら機能を、それぞれディレクトリ作成部37と保存実行部38のブロック図として図示している。
The
以下に、ディレクトリ作成部37と保存実行部38が行う処理内容を図6のフロー図を参照して説明する。なお、本実施形態において、外部記憶装置36に作成されるディレクトリ構造自体は、図9に示した構造と同一である。本実施形態は、識別ディレクトリ51の名称決定方法に特徴を有するものである。
Hereinafter, processing contents performed by the directory creation unit 37 and the
バックアップ処理の前段階として、ディレクトリ作成部37は動作前チェックを実行する(S100)。そのチェック処理としては、プリンタ1が動作中か、プリンタ1のポート35に外部記憶装置36が接続されているか、スロット15aにメモリーカード14が差し込まれているかを確認する。また、転送元であるメモリーカード14の画像情報40のデータ量と、転送先である外部記憶装置36のメモリ容量とを比較し、保存が可能であるかも確認する。そして、ディレクトリ作成部37はこれら条件のうち一つでも満たされていない場合には、バックアップ処理を中止し、設定画面10にその旨(例えば「バックアップ中止」)を表示させる。
As a pre-stage of the backup process, the directory creation unit 37 performs a pre-operation check (S100). As the checking process, it is confirmed whether the
一方、条件を満たす場合には、バックアップ処理を開始し、ディレクトリ作成部37は、識別ディレクトリ51の名称を決定して外部記憶装置36に識別ディレクトリ51(フォルダともいう)を作成する(S101)。
On the other hand, if the condition is satisfied, the backup process is started, and the directory creation unit 37 determines the name of the
ここで、作成する識別ディレクトリ51の名称決定処理について図7のフロー図を参照して説明する。
Here, the name determination process of the
まず、ディレクトリ作成部37は、外部記憶装置36に作成されている識別ディレクトリ51(図9参照)の数を取得する(S200)。識別ディレクトリ51の数は、例えば、ROOTディレクトリ47(図9参照)の下に存在する識別ディレクトリ51の数をカウントすることで取得することができる。また、メモリーカード14等が識別ディレクトリ51の数を情報として記憶している場合には、その情報を参照することで取得することができる。
First, the directory creation unit 37 acquires the number of identification directories 51 (see FIG. 9) created in the external storage device 36 (S200). The number of
識別ディレクトリ51の数を取得すると、その数に1を加えた数を識別ディレクトリ51の仮の名称ととする(S201)。
When the number of
そして、仮の名称で識別ディレクトリ51が作成可能かどうかを判断する(S202)。仮の名称で識別ディレクトリ51が作成可能かどうかの判断は、すでに仮の名称と同一の名称の識別ディレクトリ51が存在するかどうかを調べ、存在している場合には作成不能と判断し、存在していない場合には作成可能であると判断する。
Then, it is determined whether or not the
ここで、仮の名称と同一の名称の識別ディレクトリ51が存在する場合は、過去に作成された識別ディレクトリ51が削除等された結果、識別ディレクトリ51の連番に空きがあるときに生じる。すなわち、ここでは、存在している識別ディレクトリ51の名称の連続性が保たれているかどうかが判断される。
Here, when the
その結果、作成可能、すなわち、同一名称の識別ディレクトリ51が存在しない場合(S202:Y)には、仮の名称を作成する識別ディレクトリ51の名称として決定する(S203)。
As a result, if the
一方、作成不能、すなわち、同一名称の識別ディレクトリ51がすでに存在している場合(S202:N)には、識別ディレクトリ51の連番に抜けがあると判断し、先ほどの仮の名称から1を引いた数を仮の名称として(S204)、再度、仮の名称で識別ディレクトリ51が作成可能かどうかを判断する(S202)。以下、仮の名称で識別ディレクトリ51が作成可能と判断されるまで、この処理を繰り返す。
On the other hand, when it is impossible to create, that is, when the
この処理により決定された識別ディレクトリ51の名称を用いることで、新たに作成する識別ディレクトリ51が連番の空きを埋めることができるため、識別ディレクトリ51の作成が保証されるとともに、外部記憶装置の有効理利用を図ることができる。
By using the name of the
すなわち、ここでは、識別ディレクトリ51の名称の連続性が高まるように、作成する識別ディレクトリ51の名称が決定されることになる。具体的には、連番の空きがない場合には、連番に続く数を識別ディレクトリ51の名称とし、連番に空きがある場合には、いずれかの空きの番号を識別ディレクトリ51の名称としている。
That is, here, the name of the
例えば、識別ディレクトリ51が「001」「002」「004」「005」となっており、「003」が削除されているような場合には、識別ディレクトリ51の数は4つであるから、始めに仮の名称を「005」として識別ディレクトリ51が作成可能かどうかを判断する。
For example, when the
この場合、すでに「005」が存在するため作成不能と判断されるので、次に、仮の名称を「004」として識別ディレクトリ51が作成可能かどうかを判断するが、「004」もすでに存在し、作成不能であるので、仮の名称を「003」とする。
In this case, since “005” already exists, it is determined that it cannot be created. Next, it is determined whether the
すると、「003」は識別ディレクトリ51として存在していないため、作成可能であると判断され、新たに作成する識別ディレクトリ51の名称は「003」と決定される。
Then, since “003” does not exist as the
図6のフロー図に戻り、上記の処理で決定された名称の識別ディレクトリ51を作成すると(S101)、作成した識別ディレクトリ51の下に、メモリーカード14の画像情報40をコピーする(S102)。そして、外部記憶装置36にメモリーカード14の画像情報40がすべてコピーされて画像情報40の保存が完了するとバックアップ処理を終了する。
Returning to the flowchart of FIG. 6, when the
なお、外部記憶装置36へのコピー処理では、メモリーカード14に記憶された図5に示すディレクトリ構造の画像情報40を、作成した識別ディレクトリ51を先頭にしたディレクトリ構造に変更し、それを外部記憶装置36にコピーして画像データを保存することで行なわれる。これにより、外部記憶装置36の画像データのディレクトリ構造は、作成した識別ディレクトリ51の直下に、バックアップ対象のメモリーカード14のルートディレクトリ以下のディレクトリ構造をコピーした構造となる(図9参照)。
In the copy process to the
なお、本発明の実施形態は上記に限定されず、以下の態様に変更してもよい。 In addition, embodiment of this invention is not limited above, You may change into the following aspects.
(変形例1)作成する識別ディレクトリ51の名称決定処理で、識別ディレクトリ51の数に1を加えた数を仮の名称としたときに作成不能と判断した場合に、仮の名称を「001」から1つずつ増加させながら、識別ディレクトリ51が作成可能かどうかを判断するようにしてもよい。
(Variation 1) In the name determination process of the
(変形例2)メモリーカード14の画像情報40の転送先は外部記憶装置36に限定されない。即ち、図8に示すようにプリンタ1の内部に、バス30に接続された内部記憶装置55を搭載し、メモリーカード14の画像情報40を内部記憶装置55に保存する構成でもよい。
(Modification 2) The transfer destination of the
(変形例3)メモリーカード14への画像情報40の取り込みは、デジタルカメラに限られず、携帯電話、画像閲覧装置(フォトビューワ)、スキャナ装置その他の画像を取り扱う装置を用いることができる。。
(Modification 3) The capturing of the
(変形例4)識別ディレクトリ51は保存実行ごとに作成されることに限定されず、例えば日にちごとなど、識別ディレクトリ51の作成タイミングは自由に設定してよい。
(Modification 4) The
(変形例5)操作手段はボタン式の操作部12に限らず、例えばタッチパネル式でもよい。また、印刷情報は画像情報40に限らず、例えばテキストファイルなどの文字データであってもよい。さらに、外部記憶装置36はMOに限らず、ハードディスク、半導体記憶装置等の他の記憶装置を用いてもよい。
(Modification 5) The operation means is not limited to the button-
(変形例6)プリンタ1はインクジェット式のものに限定されず、スタンドアロン型であれば例えばレーザプリンタ等を採用してもよく、プリンタ機種は特に限定されない。また、プリンタ1はインクジェット式であっても本例の構造のものに限定されず、例えばモニタ17がないものなどを採用してもよい。
(Modification 6) The
(変形例7)識別ディレクトリの名称決定に限られず、ファイル名、その他のオブジェクトの名称決定に適用することができる。 (Modification 7) The present invention is not limited to the identification directory name determination, but can be applied to the determination of file names and other object names.
(変形例8)識別ディレクトリの名称は、数字に限られず、規則的な順序を有する記号群(アルファベット、50音等)を用いてもよい。また、規則的な順序を有する記号群に自由文字列等を付加した名称としてもよい。 (Modification 8) The name of the identification directory is not limited to numbers, and a symbol group (alphabet, 50 sounds, etc.) having a regular order may be used. Moreover, it is good also as a name which added the free character string etc. to the symbol group which has a regular order.
1…プリンタ、12…操作部、14…メモリーカード、15…読取装置、35…ポート、36…外部記憶装置、37…ディレクトリ作成部、38…保存実行部、40…画像情報、51…識別ディレクトリ
DESCRIPTION OF
Claims (5)
印刷情報の保存の際に、第2の記録媒体に記録されているグループの名称の連続性を判断し、連番の空きがない場合には、連番に続く記号群を名称としたグループを作成し、連番に空きがある場合には、いずれかの空きの記号群を名称としたグループを作成するグループ作成手段と、
作成したグループ単位で、第1の記録媒体に記録された印刷情報を記録する保存手段とを備えることを特徴とする印刷情報保存装置。 A printing information storage device that reads a first recording medium on which printing information is recorded, and stores the printing information in groups each having a name by a symbol group that can be expressed as a serial number on the second recording medium. And
When storing print information, the continuity of the names of the groups recorded on the second recording medium is determined. If there is no vacant serial number, a group with the symbol group following the serial number as the name is selected. Create and create a group with the name of any empty symbol group when there is an empty serial number,
A print information storage device comprising: storage means for recording print information recorded on the first recording medium in units of created groups.
印刷情報の保存の際に作成するグループの名称について、第2の記録媒体に記録されているグループの名称の連続性を判断し、連番の空きがない場合には、連番に続く記号群をグループの名称とし、連番に空きがある場合には、いずれかの空きの記号群をグループの名称とすることを特徴とする印刷情報保存装置におけるグループ名称決定方法。 A group in a print information storage device that reads a first recording medium in which print information is recorded and stores the print information in units of groups each having a name by a symbol group that can be expressed as a serial number on the second recording medium A name determination method,
For the name of the group created when storing the print information, the continuity of the name of the group recorded on the second recording medium is determined. If there is no consecutive number, the symbol group following the serial number The group name determination method in the print information storage apparatus, wherein the group name is used, and if there is a vacancy in the serial number, any vacant symbol group is used as the group name.
第2の記録媒体に記録されているグループの名称の連続性の判断は、記録されているグループの個数を取得し、グループの個数に対応する記号群の次の記号群の名称のグループが作成可能か否かで判断することを特徴とする印刷情報保存装置におけるグループ名称決定方法。 A method for determining a group name in a print information storage device according to claim 2,
To determine the continuity of the group names recorded on the second recording medium, the number of the recorded groups is obtained, and the group of the name of the symbol group next to the symbol group corresponding to the number of groups is created. A method for determining a group name in a print information storage device, wherein the determination is based on whether or not it is possible.
連番に空きがある場合には、グループの個数に対応する記号群の次の記号群から連番を順次繰り下げた記号群を名称としたグループが作成可能かを判断し、作成可能と判断された記号群をグループ名称とすることを特徴とする印刷情報保存装置におけるグループ名称決定方法。 A method for determining a group name in a print information storage device according to claim 2 or 3,
If there is a vacancy in the serial number, it is determined whether it is possible to create a group with the name of the symbol group obtained by sequentially decrementing the serial number from the symbol group next to the symbol group corresponding to the number of groups. A method for determining a group name in a print information storage device, wherein a group of symbols is used as a group name.
印刷情報の保存の際に作成するディレクトリの名称について、第2の記録媒体に記録されているディレクトリの名称の番号に空きがないかを判断し、番号に空きがない場合には、最大の番号+1の番号を含めてディレクトリの名称とし、番号に空きがある場合には、いずれかの空きの番号を含めてディレクトリの名称とすることを特徴とする印刷装置におけるディレクトリ名称決定方法。 A directory name determination method in a printing apparatus that reads a first recording medium in which printing information is recorded and stores the printing information in a directory unit in which a name including a number is attached to a second recording medium,
As for the name of the directory created when storing the print information, it is determined whether there is no space in the directory name number recorded on the second recording medium. A directory name determination method in a printing apparatus, wherein a directory name including a number of +1 is used as a directory name, and if the number is empty, the directory name is included including any empty number.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004279277A JP2006092420A (en) | 2004-09-27 | 2004-09-27 | Print information storage device, and method for determining group name in print information storage device |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2004279277A JP2006092420A (en) | 2004-09-27 | 2004-09-27 | Print information storage device, and method for determining group name in print information storage device |
Publications (1)
Publication Number | Publication Date |
---|---|
JP2006092420A true JP2006092420A (en) | 2006-04-06 |
Family
ID=36233308
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004279277A Pending JP2006092420A (en) | 2004-09-27 | 2004-09-27 | Print information storage device, and method for determining group name in print information storage device |
Country Status (1)
Country | Link |
---|---|
JP (1) | JP2006092420A (en) |
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015011605A (en) * | 2013-07-01 | 2015-01-19 | キヤノン株式会社 | Data processing device, data processing method, and program |
-
2004
- 2004-09-27 JP JP2004279277A patent/JP2006092420A/en active Pending
Cited By (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2015011605A (en) * | 2013-07-01 | 2015-01-19 | キヤノン株式会社 | Data processing device, data processing method, and program |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US7999960B2 (en) | Printing system, printing system control method, program and storage medium | |
US7929172B2 (en) | Image supply device, control method of the device, and printing system | |
KR100738493B1 (en) | Image supply device and control method thereof and printing system | |
US7907291B2 (en) | Image supply device and control method of the same and printing system | |
JP4968888B2 (en) | Printing system, imaging apparatus, control method therefor, program, and storage medium | |
JP2007181029A (en) | Image processor, and method for controlling image processor | |
JP5412038B2 (en) | Image forming apparatus and image information storage method | |
JP4350476B2 (en) | Image recording / reading apparatus | |
JP2006094426A (en) | Image selection information display device, printer and image selection information display method | |
US20080018929A1 (en) | Image forming apparatus and method of controlling the same apparatus | |
JP4569710B2 (en) | Image processing device | |
JP2003260847A (en) | Printer and setting method for printing subject | |
JP2006092420A (en) | Print information storage device, and method for determining group name in print information storage device | |
JP2003256159A (en) | Printer and method of storing printing information | |
JP2005339217A (en) | Print management system and program used for the same | |
JP2005258630A (en) | Data transfer device and method, and program | |
JP4612822B2 (en) | Image supply device, method for controlling the device, and printing system | |
JP2005280285A (en) | Recording device with internal storage means | |
JP5862650B2 (en) | Image forming apparatus, job display / execution method, and job display / execution program | |
JP2006035611A (en) | Printing of image | |
JP5142882B2 (en) | Data processing apparatus, data processing method, and program | |
JP2001239723A (en) | Image recording device | |
JP2005333171A (en) | Image processing method, image processing apparatus, and control program for image processing apparatus | |
JP2012190196A (en) | Image forming device | |
JP2006060593A (en) | Image supply device, control method of the device, and print system |