JP2007134918A - Image data processing apparatus, method therefor, and program therefor - Google Patents

Image data processing apparatus, method therefor, and program therefor Download PDF

Info

Publication number
JP2007134918A
JP2007134918A JP2005325527A JP2005325527A JP2007134918A JP 2007134918 A JP2007134918 A JP 2007134918A JP 2005325527 A JP2005325527 A JP 2005325527A JP 2005325527 A JP2005325527 A JP 2005325527A JP 2007134918 A JP2007134918 A JP 2007134918A
Authority
JP
Japan
Prior art keywords
image data
thumbnail
image
main image
file
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
JP2005325527A
Other languages
Japanese (ja)
Inventor
Tetsuto Kajita
哲人 梶田
Keiji Katada
啓二 片多
Kimio Matsuzaka
公雄 松坂
Kenichi Enoki
憲一 榎
Kazuki Sakai
一樹 酒井
Motoyasu Aoki
基泰 青木
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.)
Pioneer Corp
Original Assignee
Pioneer Electronic 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 Pioneer Electronic Corp filed Critical Pioneer Electronic Corp
Priority to JP2005325527A priority Critical patent/JP2007134918A/en
Publication of JP2007134918A publication Critical patent/JP2007134918A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Television Signal Processing For Recording (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an image data editing apparatus, capable of quickly executing a processing for appropriately making a main image file correspond to a thumbnail file. <P>SOLUTION: A processing section 450 of the image data editing apparatus 400 acquires a main image file, including main image file name information and main image data from an imaging apparatus 250 or the like and stores the acquired file to a storage means 430. The processing section 450 acquires extracted thumbnail image data for displaying thumbnail images, resulting from reducing main images of the main image data and generates concerned main image specific information specific to the main image data. The processing section 450 generates a thumbnail file, including thumbnail file name information recording a file name the same as that of the main image file as the file name of the thumbnail file; the concerned main image unique information; and the extracted thumbnail image data, and makes the thumbnail file stored in a memory 440. <P>COPYRIGHT: (C)2007,JPO&INPIT

Description

本発明は、所定の画像の縮小画像を表示させるためのサムネイル画像データに関する処理を実施する画像データ処理装置、その方法、および、そのプログラムに関する。   The present invention relates to an image data processing apparatus that performs processing related to thumbnail image data for displaying a reduced image of a predetermined image, a method thereof, and a program thereof.

近年、画像表示装置において、所定の画像(以下、主画像と称す)を縮小した縮小画像(以下、サムネイル画像と称す)を表示させるためのサムネイル画像データは、主画像を表示させるための主画像データに比べてデータ量が少ないため、画像表示のレスポンス向上の手法として、主画像データの代用画像データとして使用されることが多い。Exif(Exchangeable Image File Format)規格(デジタルカメラ用ファイルフォーマット規格)に準拠した主画像ファイル内部には、サムネイル画像データを記録できるエリアが存在する。ここに記録されたサムネイル画像データのサムネイル画像を表示させるためには、以下の2つの手法が考えられる。   In recent years, in an image display device, thumbnail image data for displaying a reduced image (hereinafter referred to as a thumbnail image) obtained by reducing a predetermined image (hereinafter referred to as a main image) is a main image for displaying the main image. Since the amount of data is smaller than that of data, it is often used as substitute image data for main image data as a method for improving the response of image display. There is an area in which thumbnail image data can be recorded in the main image file compliant with the Exif (Exchangeable Image File Format) standard (a file format standard for digital cameras). In order to display the thumbnail image of the thumbnail image data recorded here, the following two methods can be considered.

第1の手法は、常に主画像データからサムネイル画像データを抽出して表示させる手法である。この第1の手法は、毎回主画像データからサムネイル画像データを抽出するため、主画像とサムネイル画像との関連性が損なわれるおそれがない。このため、常に主画像とサムネイル画像とは、同一のオブジェクトであることが保証される。   The first method is a method of always extracting and displaying thumbnail image data from main image data. In this first method, thumbnail image data is extracted from the main image data every time, so there is no possibility that the relationship between the main image and the thumbnail image is impaired. For this reason, it is always guaranteed that the main image and the thumbnail image are the same object.

第2の手法は、あらかじめ主画像ファイルを保存するときなどに、主画像データから抽出したサムネイル画像データを含むサムネイルファイルを別に保存し、サムネイル画像の表示時には、主画像ファイルと同一ファイル名で存在するサムネイルファイルのサムネイル画像データを直接読み出して表示させる手法である。この第2の手法は、表示毎にサムネイル画像データを抽出しないため、第1の手法と比べて表示開始レスポンスが速くなる特徴を有している。   The second method saves a thumbnail file including thumbnail image data extracted from the main image data separately when the main image file is stored in advance, and exists with the same file name as the main image file when displaying the thumbnail image. In this method, thumbnail image data of a thumbnail file to be read is directly read and displayed. Since the second method does not extract thumbnail image data for each display, the second method has a feature that the display start response is faster than the first method.

また、上述した第1の手法および第2の手法とは異なる手法を用いて、主画像データとサムネイル画像データとを対応させる構成が知られている(例えば、特許文献1参照)。この特許文献1に記載のものは、画像圧縮手段にて、デジタルカメラなどから入力される圧縮対象画像を圧縮(再圧縮)する。そして、保存場所情報付加手段にて、画像圧縮手段で圧縮された後の圧縮画像に対し、圧縮対象画像のURL(Uniform Resource Locator)を符号データ形成時にヘッダ部分に付加する。   In addition, a configuration is known in which main image data and thumbnail image data are associated with each other using a method different from the first method and the second method described above (see, for example, Patent Document 1). In the apparatus disclosed in Patent Document 1, an image to be compressed is compressed (recompressed) by an image compression unit from a digital camera or the like. Then, the storage location information adding unit adds a URL (Uniform Resource Locator) of the compression target image to the header portion when forming the code data for the compressed image compressed by the image compressing unit.

特開2004−274710号公報(第14頁−第16頁)JP 2004-274710 A (pages 14 to 16)

ところで、上述した第2の手法、および、特許文献1に記載のような手法では、主画像や圧縮対象画像(以下、主画像および圧縮対象画像を、まとめて主画像と適宜称す)と、サムネイル画像や圧縮画像(以下、サムネイル画像および圧縮画像を、まとめてサムネイル画像と適宜称す)と、は、ファイル名あるいはURLのみで関連付けられている。このため、一度保存した例えばサムネイルファイルが同一ファイル名で他のサムネイルファイルに差し替えられてしまった場合、主画像とは異なるサムネイル画像が表示されてしまうおそれがある。また、圧縮画像が他の圧縮画像に差し替えられてしまった場合、圧縮対象画像とは異なる圧縮画像が表示されてしまうおそれがある。そこで、これらのような不具合を解決する手法として、主画像からサムネイル画像を再度抽出し、主画像およびサムネイル画像を上述した第2の手法や特許文献1の手法で対応させる手法が考えられる。   By the way, in the second method described above and the method described in Patent Document 1, a main image and a compression target image (hereinafter, the main image and the compression target image are collectively referred to as a main image as appropriate) and a thumbnail. Images and compressed images (hereinafter, thumbnail images and compressed images are collectively referred to as thumbnail images as appropriate) are associated only with a file name or URL. For this reason, when a thumbnail file once saved, for example, is replaced with another thumbnail file with the same file name, a thumbnail image different from the main image may be displayed. Further, when the compressed image is replaced with another compressed image, a compressed image different from the compression target image may be displayed. Therefore, as a method for solving such problems, a method is conceivable in which a thumbnail image is extracted again from the main image, and the main image and the thumbnail image are made to correspond by the above-described second method or the method of Patent Document 1.

しかしながら、上述したような手法では、複数のサムネイルファイルや圧縮画像のうち例えば1つのサムネイルファイルや圧縮画像が差し替えられてしまった場合、複数のサムネイルファイルのうちいずれのサムネイルファイルが差し替えられたかを特定できないため、全ての主画像およびサムネイル画像を適切に対応させた状態にするために、差し替えられたサムネイル画像に加え、差し替えられていないサムネイル画像に対しても第2の手法や特許文献1の手法で対応させる処理を実施する必要がある。このため、全ての主画像およびサムネイル画像を適切に対応させた状態にするための処理時間が長くなるおそれがあるという問題点が一例として挙げられる。   However, in the method as described above, when one thumbnail file or compressed image is replaced among a plurality of thumbnail files or compressed images, it is specified which thumbnail file is replaced among the plurality of thumbnail files. In order to make all main images and thumbnail images correspond to each other appropriately, the second method and the method of Patent Document 1 are applied to the thumbnail images that have not been replaced in addition to the replaced thumbnail images. It is necessary to carry out the processing corresponding to. For this reason, the problem that processing time for making all the main images and thumbnail images appropriately correspond to each other may be long.

本発明の目的は、このような実情などに鑑みて、画像データおよび縮小画像データを適切に対応させる処理を迅速に実施可能な画像データ処理装置、その方法、および、そのプログラムを提供することである。   In view of such circumstances, an object of the present invention is to provide an image data processing apparatus, a method thereof, and a program thereof that can quickly perform processing for appropriately matching image data and reduced image data. is there.

請求項1に記載の発明は、所定の画像を表示手段で表示させるための画像データを取得して、この画像データを識別するための画像識別情報に関連付けて記憶させる第1の記憶制御手段と、前記画像を縮小した縮小画像を前記表示手段で表示させるための縮小画像データを取得する縮小画像データ取得手段と、前記画像データ固有の情報が記録された対応画像固有情報を生成する対応画像固有情報生成手段と、前記縮小画像データおよび前記対応画像固有情報を、前記画像識別情報に対応し前記縮小画像データを識別するための縮小画像識別情報に関連付けて記憶させる第2の記憶制御手段と、を具備したことを特徴とした画像データ処理装置である。   The invention according to claim 1 is a first storage control means for acquiring image data for displaying a predetermined image on the display means and storing it in association with image identification information for identifying the image data. Reduced image data acquisition means for acquiring reduced image data for displaying on the display means a reduced image obtained by reducing the image; and corresponding image unique information for generating corresponding image unique information in which information unique to the image data is recorded Information generating means; second storage control means for storing the reduced image data and the corresponding image unique information in association with reduced image identification information for identifying the reduced image data corresponding to the image identification information; An image data processing apparatus characterized by comprising:

請求項11に記載の発明は、演算手段により、所定の画像の縮小画像を表示手段で表示させるための縮小画像データに関する処理を実施する画像データ処理方法であって、前記演算手段は、前記画像を前記表示手段で表示させるための画像データを取得して、この画像データを識別するための画像識別情報に関連付けて記憶させ、前記縮小画像データを取得し、前記画像データ固有の情報が記録された対応画像固有情報を生成し、前記縮小画像データおよび前記対応画像固有情報を、前記画像識別情報に対応し前記縮小画像データを識別するための縮小画像識別情報に関連付けて記憶させることを特徴とする画像データ処理方法である。   The invention according to claim 11 is an image data processing method for performing processing related to reduced image data for displaying a reduced image of a predetermined image on the display means by the calculating means, wherein the calculating means includes the image Is acquired and stored in association with image identification information for identifying the image data, the reduced image data is acquired, and information unique to the image data is recorded. Corresponding image unique information is generated, and the reduced image data and the corresponding image unique information are stored in association with reduced image identification information for identifying the reduced image data corresponding to the image identification information. This is an image data processing method.

請求項12に記載の発明は、請求項1ないし請求項10のいずれかに記載の画像データ処理装置として機能させることを特徴とした画像データ処理プログラムである。   A twelfth aspect of the present invention is an image data processing program that causes an image data processing apparatus according to any one of the first to tenth aspects to function.

以下、本発明に係る一実施の形態を図面に基づいて説明する。本実施の形態では、本発明の画像データ処理装置を備えた画像データ編集システムであって、所定の画像(以下、主画像と称す)を縮小したサムネイル画像を表示させるためのサムネイル画像データに関する処理を実施する構成を例示して説明する。ここで、サムネイル画像が、本発明の縮小画像に対応する。また、主画像やサムネイル画像のファイルの名称は、ファイル名と、拡張子と、で表現されるものとして説明する。なお、本発明の画像データ処理装置としては、主画像のサムネイル画像に限らず、複数の連続した画像から構成される映像に対するサムネイル画像のサムネイル画像データに関する処理を実施する構成に適用してもよい。図1は、本実施の形態における画像データ編集システムの概略構成を示すブロック図である。図2は、主画像ファイルリストの概略構成を示す模式図である。図3は、サムネイルファイルリストの概略構成を示す模式図である。図4は、画像データ編集装置を構成する処理部の概略構成を示すブロック図である。図5は、主画像選択画面の概略構成を示す模式図である。   Hereinafter, an embodiment according to the present invention will be described with reference to the drawings. In the present embodiment, an image data editing system provided with an image data processing apparatus of the present invention, which is a process related to thumbnail image data for displaying a thumbnail image obtained by reducing a predetermined image (hereinafter referred to as a main image). A configuration for implementing the above will be described as an example. Here, the thumbnail image corresponds to the reduced image of the present invention. Further, the description will be made assuming that the file names of the main image and the thumbnail image are expressed by the file name and the extension. The image data processing apparatus of the present invention is not limited to the thumbnail image of the main image, and may be applied to a configuration that performs processing related to thumbnail image data of a thumbnail image for a video composed of a plurality of continuous images. . FIG. 1 is a block diagram showing a schematic configuration of an image data editing system in the present embodiment. FIG. 2 is a schematic diagram showing a schematic configuration of the main image file list. FIG. 3 is a schematic diagram showing a schematic configuration of the thumbnail file list. FIG. 4 is a block diagram showing a schematic configuration of a processing unit constituting the image data editing apparatus. FIG. 5 is a schematic diagram showing a schematic configuration of the main image selection screen.

〔画像データ編集システムの構成〕
図1において、100は画像データ編集システムである。この画像データ編集システム100は、所定の主画像のサムネイル画像を表示させるためのサムネイル画像データに関する処理を実施する。そして、画像データ編集システム100は、撮像装置200と、メモリリーダ300と、画像データ編集装置400と、を備えている。
[Configuration of image data editing system]
In FIG. 1, reference numeral 100 denotes an image data editing system. The image data editing system 100 performs processing related to thumbnail image data for displaying a thumbnail image of a predetermined main image. The image data editing system 100 includes an imaging device 200, a memory reader 300, and an image data editing device 400.

撮像装置200は、画像データ編集装置400に着脱可能に接続される。この撮像装置200は、例えば風景や人物などを撮影して、この撮影した画像を表示させるための各種データを生成する。そして、撮像装置200は、撮像手段210と、操作手段220と、撮像表示手段230と、撮像記憶手段240と、撮像メモリ250と、撮像処理部260と、などを備えている。   The imaging device 200 is detachably connected to the image data editing device 400. The imaging apparatus 200 shoots a landscape or a person, for example, and generates various data for displaying the captured image. The imaging apparatus 200 includes an imaging unit 210, an operation unit 220, an imaging display unit 230, an imaging storage unit 240, an imaging memory 250, an imaging processing unit 260, and the like.

撮像手段210は、図示しないケース体の例えば正面に配設された、いわゆるCCD(Charge Coupled Devices)カメラやCMOS(Complementary Metal Oxide Semiconductor)カメラなどである。この撮像手段210は、撮像処理部260の制御により、風景や人物を適宜撮影すなわち撮像する。そして、撮像手段210は、撮像した風景などに関する撮像情報を撮像処理部260へ出力する。   The imaging unit 210 is a so-called CCD (Charge Coupled Devices) camera, a CMOS (Complementary Metal Oxide Semiconductor) camera, or the like disposed on the front surface of a case body (not shown). The imaging unit 210 appropriately captures, that is, images a landscape or a person under the control of the imaging processing unit 260. Then, the imaging unit 210 outputs imaging information related to the captured landscape and the like to the imaging processing unit 260.

操作手段220は、ケース体の例えば上面に配設され、入力操作される図示しない各種操作ボタンや操作つまみなどを有している。これら操作ボタンや操作つまみなどの入力操作は、撮像の倍率設定や、撮像中の風景などを主画像として記録する処理の実施などの設定入力である。そして、操作手段220は、設定事項の入力操作により、設定事項に対応する信号を撮像処理部260へ適宜出力して設定入力させる。   The operation means 220 is disposed on, for example, the upper surface of the case body, and includes various operation buttons and operation knobs (not shown) that are input. These input operations such as operation buttons and operation knobs are setting inputs for setting a magnification for imaging and performing processing for recording a landscape being captured as a main image. Then, the operation unit 220 appropriately outputs a signal corresponding to the setting item to the imaging processing unit 260 and inputs the setting by an input operation of the setting item.

撮像表示手段230は、ケース体の例えば背面に臨んで配設された図示しない表示面を有している。そして、撮像表示手段230は、撮像処理部260により制御され、撮像処理部260からの撮像中の風景、主画像、サムネイル画像、各種情報などを表示させるための信号を表示面で画面表示させる。   The imaging display means 230 has a display surface (not shown) arranged facing the back surface of the case body, for example. The imaging display unit 230 is controlled by the imaging processing unit 260 and causes the display screen to display a signal for displaying the scenery being captured, the main image, the thumbnail image, various information, and the like from the imaging processing unit 260.

撮像記憶手段240は、例えば図2に示すような主画像ファイルリスト800などを適宜読み出し可能に記憶する。この撮像記憶手段240としては、HD(Hard Disc)、DVD(Digital Versatile Disc)、光ディスク、メモリカードなどの記録媒体に読み出し可能に記憶するドライブやドライバなどが例示できる。   The imaging storage means 240 stores, for example, a main image file list 800 as shown in FIG. Examples of the imaging storage means 240 include a drive and a driver that are readable and stored in a recording medium such as an HD (Hard Disc), a DVD (Digital Versatile Disc), an optical disc, or a memory card.

ここで、主画像ファイルリスト800は、主画像に関する少なくとも1つの主画像ファイル810を備えている。主画像ファイル810は、撮像処理部260により生成され、Exif(Exchangeable Image File Format)規格に準拠した構成を有している。そして、主画像ファイル810は、主画像ファイルヘッダ情報811と、サムネイル画像データ812と、主画像データ813と、などを備えている。   Here, the main image file list 800 includes at least one main image file 810 related to the main image. The main image file 810 is generated by the imaging processing unit 260 and has a configuration conforming to the Exif (Exchangeable Image File Format) standard. The main image file 810 includes main image file header information 811, thumbnail image data 812, main image data 813, and the like.

主画像ファイルヘッダ情報811は、主画像ファイル810に関する各種情報である。そして、主画像ファイルヘッダ情報811は、画像識別情報としての主画像ファイル名称情報811Aと、主画像撮像日時情報811Bと、主画像サイズ情報811Cと、などを備えている。   The main image file header information 811 is various information regarding the main image file 810. The main image file header information 811 includes main image file name information 811A as image identification information, main image shooting date / time information 811B, main image size information 811C, and the like.

主画像ファイル名称情報811Aには、主画像ファイル810の名称が記録されている。具体的には、主画像ファイル名称情報811Aには、ファイル名と、拡張子の「jpeg」と、で表現される主画像ファイル810の名称が記録されている。主画像撮像日時情報811Bには、主画像が撮像されて記録された、すなわち主画像データ813が生成された日時が記録されている。主画像サイズ情報811Cには、主画像データ813のデータサイズが記録されている。   In the main image file name information 811A, the name of the main image file 810 is recorded. Specifically, the main image file name information 811A records the name of the main image file 810 represented by the file name and the extension “jpeg”. The main image capturing date / time information 811B records the date and time when the main image was captured and recorded, that is, the main image data 813 was generated. The main image size information 811C records the data size of the main image data 813.

サムネイル画像データ812は、主画像データ813で表示される主画像を縮小したサムネイル画像を表示させるためのデータである。   The thumbnail image data 812 is data for displaying a thumbnail image obtained by reducing the main image displayed in the main image data 813.

主画像データ813は、JPEG(Joint Photographic Expert Group)規格に準拠し、主画像を表示させるためのデータである。   The main image data 813 is data for displaying a main image according to the JPEG (Joint Photographic Expert Group) standard.

撮像メモリ250は、操作手段220で入力操作される設定事項などの各種情報を適宜読み出し可能に記憶する。また、撮像装置200全体を動作制御するOS(Operating System)上に展開される各種プログラムなどをも情報として記憶している。   The imaging memory 250 stores various information such as setting items input by the operation unit 220 so that they can be read out as appropriate. In addition, various programs developed on an OS (Operating System) that controls the operation of the entire imaging apparatus 200 are also stored as information.

撮像処理部260は、図示しない各種入出力ポート、例えば撮像手段210が接続される撮像ポート、操作手段220が接続される操作ポート、撮像表示手段230が接続される撮像表示ポート、撮像記憶手段240が接続される撮像記憶ポートなどを有する。また、撮像処理部260は、画像データ編集装置400に適宜接続される。そして、撮像処理部260は、各種プログラムとして、図1に示すように、撮像表示制御手段261と、主画像ファイル生成手段262と、を備えている。   The imaging processing unit 260 includes various input / output ports (not shown) such as an imaging port to which the imaging unit 210 is connected, an operation port to which the operation unit 220 is connected, an imaging display port to which the imaging display unit 230 is connected, and an imaging storage unit 240. Has an imaging storage port to which is connected. Further, the imaging processing unit 260 is appropriately connected to the image data editing device 400. The imaging processing unit 260 includes, as various programs, an imaging display control unit 261 and a main image file generation unit 262 as shown in FIG.

撮像表示制御手段261は、撮像表示手段230を適宜制御して、撮像手段210で撮像中の風景などや、主画像ファイル810に基づく主画像やサムネイル画像を撮像表示手段230で表示させる。具体的には、撮像表示制御手段261は、操作手段220の入力操作に基づいて、撮像手段210から撮像情報を取得して、この撮像情報に基づいて、撮像手段210で撮像中の風景などを撮像表示手段230で表示させる。また、撮像表示制御手段261は、操作手段220の入力操作に基づいて、所定の主画像ファイル810からサムネイル画像データ812や主画像データ813を適宜取得して、これらサムネイル画像データ812や主画像データ813に基づいて、記録された主画像やサムネイル画像を撮像表示手段230で表示させる。また、撮像表示制御手段261は、操作手段220による入力操作を促して各種情報を設定入力するための各種表示画面などをも表示制御する。   The imaging display control unit 261 controls the imaging display unit 230 as appropriate, and causes the imaging display unit 230 to display a landscape being captured by the imaging unit 210, a main image or a thumbnail image based on the main image file 810, and the like. Specifically, the imaging display control unit 261 acquires imaging information from the imaging unit 210 based on an input operation of the operating unit 220, and based on the imaging information, the scenery being captured by the imaging unit 210 is displayed. Displayed by the imaging display means 230. In addition, the imaging display control unit 261 appropriately acquires thumbnail image data 812 and main image data 813 from a predetermined main image file 810 based on an input operation of the operation unit 220, and these thumbnail image data 812 and main image data. Based on 813, the recorded main image and thumbnail image are displayed on the imaging display unit 230. The imaging display control means 261 also controls display of various display screens for setting and inputting various information by prompting an input operation by the operation means 220.

主画像ファイル生成手段262は、主画像ファイル810を適宜生成する。具体的には、主画像ファイル生成手段262は、操作手段220の風景などを主画像として記録する旨の入力操作を認識すると、このとき撮像手段210から出力される撮像情報を取得する。そして、この撮像情報を、主画像を表示させるための主画像データ813に変換する。また、この主画像のサムネイル画像を表示させるためのサムネイル画像データ812を生成する。さらに、主画像ファイル名称情報811A、主画像撮像日時情報811B、主画像サイズ情報811Cを有する主画像ファイルヘッダ情報811を生成する。そして、これらを備えた主画像ファイル810を生成して、撮像記憶手段240に記憶させる。また、主画像ファイル生成手段262は、画像データ編集装置400の制御により、所定の主画像ファイル810を画像データ編集装置400に適宜出力する。   The main image file generation unit 262 generates the main image file 810 as appropriate. Specifically, when the main image file generation unit 262 recognizes an input operation for recording a landscape or the like of the operation unit 220 as a main image, the main image file generation unit 262 acquires imaging information output from the imaging unit 210 at this time. Then, the imaging information is converted into main image data 813 for displaying the main image. Also, thumbnail image data 812 for displaying the thumbnail image of the main image is generated. Further, main image file header information 811 having main image file name information 811A, main image shooting date / time information 811B, and main image size information 811C is generated. Then, a main image file 810 including these is generated and stored in the imaging storage unit 240. Further, the main image file generation unit 262 appropriately outputs a predetermined main image file 810 to the image data editing apparatus 400 under the control of the image data editing apparatus 400.

メモリリーダ300は、画像データ編集装置400に着脱可能に接続される。また、メモリリーダ300は、主画像ファイル810などの各種情報を適宜読み出し可能に記憶するリムーバブルメモリ310が着脱可能に構成されている。ここで、リムーバブルメモリ310としては、例えばUSB(Universal Serial Bus)メモリ、磁気カード、IC(Integrated Circuit)チップを有するICカードなどが例示できる。このメモリリーダ300は、画像データ編集装置400の制御により、リムーバブルメモリ310から所定の主画像ファイル810を取得して、画像データ編集装置400に適宜出力する。   The memory reader 300 is detachably connected to the image data editing device 400. In addition, the memory reader 300 is configured to be detachable from a removable memory 310 that stores various information such as the main image file 810 so as to be appropriately readable. Here, examples of the removable memory 310 include a USB (Universal Serial Bus) memory, a magnetic card, and an IC card having an IC (Integrated Circuit) chip. The memory reader 300 acquires a predetermined main image file 810 from the removable memory 310 under the control of the image data editing device 400 and outputs it to the image data editing device 400 as appropriate.

画像データ編集装置400は、設置型や携帯型のパーソナルコンピュータ、PDA(Personal Digital Assistant)、携帯電話、PHS(Personal Handyphone System)などである。この画像データ編集装置400は、撮像装置200やメモリリーダ300から主画像ファイル810を適宜取得して、サムネイル画像データ812に関する処理を実施する。そして、画像データ編集装置400は、入力手段410と、報知手段としても機能する表示手段420と、記憶手段430と、メモリ440と、演算手段としての処理部450と、などを備えている。   The image data editing apparatus 400 is an installation type or portable personal computer, a PDA (Personal Digital Assistant), a mobile phone, a PHS (Personal Handyphone System), or the like. The image data editing apparatus 400 appropriately acquires the main image file 810 from the imaging apparatus 200 or the memory reader 300, and performs processing related to the thumbnail image data 812. The image data editing apparatus 400 includes an input unit 410, a display unit 420 that also functions as a notification unit, a storage unit 430, a memory 440, a processing unit 450 as a calculation unit, and the like.

入力手段410は、例えばキーボードやマウスなどで、入力操作される図示しない各種操作ボタンや操作つまみなどを有している。これら操作ボタンや操作つまみなどの入力操作は、画像データ編集装置400の動作内容の設定などの設定事項の設定入力である。そして、入力手段410は、設定事項の入力操作により、設定事項に対応する信号を処理部450へ適宜出力して設定入力させる。なお、入力操作としては、操作ボタンや操作つまみなどの操作に限らず、例えば表示手段420に設けられたタッチパネルによる入力操作や、音声による入力操作などにより、各種設定事項を設定入力する構成としてもできる。   The input unit 410 includes various operation buttons and operation knobs (not shown) that are input and operated with, for example, a keyboard and a mouse. These input operations such as operation buttons and operation knobs are setting input for setting items such as setting of operation contents of the image data editing apparatus 400. Then, the input unit 410 appropriately outputs a signal corresponding to the setting item to the processing unit 450 by the input operation of the setting item, and inputs the setting. Note that the input operation is not limited to operation of operation buttons, operation knobs, and the like. For example, various setting items may be set and input by an input operation using a touch panel provided on the display unit 420 or an input operation using voice. it can.

表示手段420は、処理部450にて制御され処理部450からの主画像、サムネイル画像、各種情報などを表示させるための信号を画面表示させる。この表示手段420としては、例えば液晶パネルや有機EL(Electro Luminescence)パネル、PDP(Plasma Display Panel)、CRT(Cathode-Ray Tube)、FED(Field Emission Display)、電気泳動ディスプレイパネルなどが例示できる。   The display unit 420 is controlled by the processing unit 450 to display a signal for displaying the main image, thumbnail image, various information, and the like from the processing unit 450 on the screen. Examples of the display means 420 include a liquid crystal panel, an organic EL (Electro Luminescence) panel, a PDP (Plasma Display Panel), a CRT (Cathode-Ray Tube), an FED (Field Emission Display), and an electrophoretic display panel.

記憶手段430は、撮像装置200やメモリリーダ300から取得した図2に示すような主画像ファイルリスト800を適宜読み出し可能に記憶する。この記憶手段430としては、撮像記憶手段240と同様の構成、すなわちHD、DVD、光ディスク、メモリカードなどのドライブやドライバなどが例示できる。   The storage unit 430 stores the main image file list 800 acquired from the imaging device 200 or the memory reader 300 as shown in FIG. The storage unit 430 can be exemplified by the same configuration as the imaging storage unit 240, that is, a drive or driver such as an HD, DVD, optical disk, or memory card.

メモリ440は、図3に示すようなサムネイルファイルリスト900や、入力手段410で入力操作される設定事項などの各種情報を適宜読み出し可能に記憶する。また、画像データ編集装置400全体を動作制御するOS上に展開される各種プログラムなどをも情報として記憶している。なお、メモリ440としては、HD、DVD、光ディスク、メモリカードなどの記録媒体に読み出し可能に記憶するドライブやドライバなどを備えた構成としてもよい。また、サムネイルファイルリスト900を記憶手段430に記憶させる構成としてもよい。   The memory 440 stores various information such as a thumbnail file list 900 as shown in FIG. 3 and setting items input by the input unit 410 so that they can be read out as appropriate. In addition, various programs developed on the OS for controlling the operation of the entire image data editing apparatus 400 are also stored as information. Note that the memory 440 may include a drive, a driver, and the like that are readable and stored in a recording medium such as an HD, a DVD, an optical disk, or a memory card. The thumbnail file list 900 may be stored in the storage unit 430.

ここで、サムネイルファイルリスト900は、サムネイル画像に関する少なくとも1つのサムネイルファイル910を備えている。サムネイルファイル910は、処理部450により生成される。そして、サムネイルファイル910は、サムネイルファイルヘッダ情報911と、縮小画像データとしての抽出サムネイル画像データ912と、などを備えている。   Here, the thumbnail file list 900 includes at least one thumbnail file 910 relating to thumbnail images. The thumbnail file 910 is generated by the processing unit 450. The thumbnail file 910 includes thumbnail file header information 911, extracted thumbnail image data 912 as reduced image data, and the like.

サムネイルファイルヘッダ情報911は、サムネイルファイル910に関する各種情報である。そして、サムネイルファイルヘッダ情報911は、縮小画像識別情報としてのサムネイルファイル名称情報911Aと、対応主画像固有情報911Bと、などを備えている。   The thumbnail file header information 911 is various information regarding the thumbnail file 910. The thumbnail file header information 911 includes thumbnail file name information 911A as reduced image identification information, corresponding main image unique information 911B, and the like.

サムネイルファイル名称情報911Aには、サムネイルファイル910の名称が記録されている。具体的には、サムネイルファイル名称情報911Aには、サムネイル画像に対応する主画像の主画像ファイル810と同一のファイル名と、拡張子の例えば「dhm」と、で表現されるサムネイルファイル910の名称が記録されている。   In the thumbnail file name information 911A, the name of the thumbnail file 910 is recorded. Specifically, in the thumbnail file name information 911A, the name of the thumbnail file 910 expressed by the same file name as the main image file 810 of the main image corresponding to the thumbnail image and the extension “dhm”, for example. Is recorded.

対応主画像固有情報911Bは、サムネイル画像に対応する主画像の固有の情報である。この対応主画像固有情報911Bは、対応画像識別情報としての対応主画像ファイル名称情報911B1と、生成日時情報としての対応主画像撮像日時情報911B2と、画像データサイズ情報としての対応主画像サイズ情報911B3と、などを備えている。これら対応主画像ファイル名称情報911B1、対応主画像撮像日時情報911B2、および、対応主画像サイズ情報911B3には、サムネイル画像に対応する主画像の主画像ファイル名称情報811A、主画像撮像日時情報811B、および、主画像サイズ情報811Cと同一の内容が記録されている。ここで、対応主画像ファイル名称情報911B1には、主画像ファイル810のファイル名と、「jpeg」の拡張子と、で表現される名称が記録されている。   The corresponding main image unique information 911B is unique information of the main image corresponding to the thumbnail image. The corresponding main image unique information 911B includes corresponding main image file name information 911B1 as corresponding image identification information, corresponding main image shooting date / time information 911B2 as generation date / time information, and corresponding main image size information 911B3 as image data size information. And so on. The corresponding main image file name information 911B1, the corresponding main image shooting date / time information 911B2, and the corresponding main image size information 911B3 include main image file name information 811A of the main image corresponding to the thumbnail image, main image shooting date / time information 811B, The same contents as the main image size information 811C are recorded. Here, in the corresponding main image file name information 911 B 1, a name represented by the file name of the main image file 810 and the extension “jpeg” is recorded.

抽出サムネイル画像データ912は、対応主画像固有情報911Bで特定される主画像のサムネイル画像を表示させるためのデータである。具体的には、抽出サムネイル画像データ912は、対応主画像固有情報911Bで特定される主画像の主画像ファイル810が有するサムネイル画像データ812と同一のデータである。   The extracted thumbnail image data 912 is data for displaying a thumbnail image of the main image specified by the corresponding main image unique information 911B. More specifically, the extracted thumbnail image data 912 is the same data as the thumbnail image data 812 included in the main image file 810 of the main image specified by the corresponding main image unique information 911B.

処理部450は、図示しない各種入出力ポート、例えば入力手段410が接続されるキー入力ポート、表示手段420が接続される表示制御ポート、記憶手段430が接続される記憶ポート、メモリ440が接続されるメモリポートなどを有する。また、処理部450は、撮像装置200やメモリリーダ300に適宜接続される。そして、処理部450は、各種プログラムとして、図4に示すように、第1の記憶制御手段としての主画像保存処理手段451と、縮小画像データ取得手段としてのサムネイル取得手段452と、対応画像固有情報生成手段としても機能するサムネイルヘッダ情報生成手段453と、識別情報検索手段としての対応サムネイル検索手段454と、固有内容一致判断手段455と、第2の記憶制御手段としてのサムネイル保存処理手段456と、画像データ検索手段としての対応主画像検索手段457と、報知制御手段および縮小画像表示制御手段としての選択画面表示処理手段458と、表示制御手段459と、などを備えている。なお、主画像保存処理手段451と、サムネイル取得手段452と、サムネイルヘッダ情報生成手段453と、対応サムネイル検索手段454と、固有内容一致判断手段455と、サムネイル保存処理手段456と、対応主画像検索手段457と、選択画面表示処理手段458と、にて、本発明の画像データ処理装置が構成されている。   The processing unit 450 is connected to various input / output ports (not shown) such as a key input port to which the input unit 410 is connected, a display control port to which the display unit 420 is connected, a storage port to which the storage unit 430 is connected, and a memory 440. Memory port. The processing unit 450 is appropriately connected to the imaging device 200 and the memory reader 300. Then, as shown in FIG. 4, the processing unit 450 includes a main image storage processing unit 451 as a first storage control unit, a thumbnail acquisition unit 452 as a reduced image data acquisition unit, and a corresponding image specific as shown in FIG. Thumbnail header information generation means 453 that also functions as information generation means, corresponding thumbnail search means 454 as identification information search means, unique content match determination means 455, and thumbnail storage processing means 456 as second storage control means , Corresponding main image search means 457 as image data search means, selection screen display processing means 458 as notification control means and reduced image display control means, display control means 459, and the like. The main image storage processing unit 451, the thumbnail acquisition unit 452, the thumbnail header information generation unit 453, the corresponding thumbnail search unit 454, the unique content match determination unit 455, the thumbnail storage processing unit 456, and the corresponding main image search The means 457 and the selection screen display processing means 458 constitute the image data processing apparatus of the present invention.

主画像保存処理手段451は、撮像装置200やメモリリーダ300から主画像ファイル810を取得して、記憶手段430に記憶させる。具体的には、主画像保存処理手段451は、例えば撮像装置200が接続された状態において、撮像メモリ250の所定の主画像ファイル810を記憶手段430に記憶させる旨の入力操作を認識すると、撮像装置200を制御して、この主画像ファイル810を出力させる。そして、撮像装置200から出力された主画像ファイル810を取得して、記憶手段430に記憶させる。また、主画像保存処理手段451は、メモリリーダ300が接続された状態においても上述した制御と同様の制御をして、リムーバブルメモリ310の主画像ファイル810に記憶させる。   The main image storage processing unit 451 acquires the main image file 810 from the imaging device 200 or the memory reader 300 and stores it in the storage unit 430. Specifically, when the main image storage processing unit 451 recognizes an input operation for storing a predetermined main image file 810 of the imaging memory 250 in the storage unit 430 in a state where the imaging device 200 is connected, for example, imaging is performed. The apparatus 200 is controlled to output the main image file 810. Then, the main image file 810 output from the imaging device 200 is acquired and stored in the storage unit 430. Further, the main image storage processing unit 451 performs the same control as described above even when the memory reader 300 is connected, and stores it in the main image file 810 of the removable memory 310.

サムネイル取得手段452は、抽出サムネイル画像データ912を適宜取得する。具体的には、サムネイル取得手段452は、サムネイル保存処理手段456の制御により、記憶手段430に記憶された所定の主画像ファイル810を取得する。そして、この主画像ファイル810からサムネイル画像データ812を抽出して、抽出サムネイル画像データ912として取得する。   The thumbnail acquisition unit 452 acquires the extracted thumbnail image data 912 as appropriate. Specifically, the thumbnail acquisition unit 452 acquires a predetermined main image file 810 stored in the storage unit 430 under the control of the thumbnail storage processing unit 456. Then, thumbnail image data 812 is extracted from the main image file 810 and obtained as extracted thumbnail image data 912.

サムネイルヘッダ情報生成手段453は、サムネイルファイルヘッダ情報911を適宜生成する。具体的には、サムネイルヘッダ情報生成手段453は、サムネイル保存処理手段456の制御により、サムネイル取得手段452で取得された主画像ファイル810の主画像ファイル名称情報811Aに基づいて、主画像ファイル810のファイル名を認識する。そして、この認識したファイル名と同一のファイル名と、「dhm」の拡張子と、で表現される名称をサムネイルファイル910の名称として記録したサムネイルファイル名称情報911Aを生成する。   The thumbnail header information generating unit 453 appropriately generates thumbnail file header information 911. Specifically, the thumbnail header information generation unit 453 controls the thumbnail storage processing unit 456 based on the main image file name information 811 A of the main image file 810 acquired by the thumbnail acquisition unit 452. Recognize the file name. Then, thumbnail file name information 911A in which the name represented by the same file name as the recognized file name and the extension “dhm” is recorded as the name of the thumbnail file 910 is generated.

また、サムネイルヘッダ情報生成手段453は、主画像ファイルヘッダ情報811の主画像ファイル名称情報811A、主画像撮像日時情報811B、および、主画像サイズ情報811Cの内容を記録した対応主画像ファイル名称情報911B1、対応主画像撮像日時情報911B2、および、対応主画像サイズ情報911B3を生成する。さらに、これら生成した各種情報を組み込んだ対応主画像固有情報911Bを生成する。そして、サムネイルヘッダ情報生成手段453は、サムネイルファイル名称情報911Aおよび対応主画像固有情報911Bを組み込んだサムネイルファイルヘッダ情報911を生成する。   Also, the thumbnail header information generating unit 453 has the main image file name information 811A, the main image shooting date / time information 811B, and the corresponding main image file name information 911B1 in which the contents of the main image size information 811C are recorded. Corresponding main image imaging date / time information 911B2 and corresponding main image size information 911B3 are generated. Further, the corresponding main image unique information 911B in which the generated various information is incorporated is generated. Then, the thumbnail header information generation unit 453 generates thumbnail file header information 911 incorporating the thumbnail file name information 911A and the corresponding main image unique information 911B.

対応サムネイル検索手段454は、所定の主画像ファイル810と同一ファイル名のサムネイルファイル910を検索する。具体的には、対応サムネイル検索手段454は、サムネイル保存処理手段456の制御により、記憶手段430に記憶された所定の主画像ファイル810を取得する。さらに、メモリ440から、この主画像ファイル810の主画像ファイル名称情報811Aに記録されたファイル名と同一のファイル名が記録されたサムネイルファイル名称情報911Aを検索する。そして、検索できた場合、その旨の同一ファイル名存在信号を固有内容一致判断手段455へ出力する。また、検索できない場合、その旨の同一ファイル名未存在信号をサムネイル保存処理手段456へ出力する。   Corresponding thumbnail search means 454 searches for a thumbnail file 910 having the same file name as a predetermined main image file 810. Specifically, the corresponding thumbnail search unit 454 acquires a predetermined main image file 810 stored in the storage unit 430 under the control of the thumbnail storage processing unit 456. Further, the memory 440 is searched for thumbnail file name information 911A in which the same file name as the file name recorded in the main image file name information 811A of the main image file 810 is recorded. If the search is successful, the same file name presence signal to that effect is output to the unique content match determination means 455. If the search cannot be performed, a signal indicating that the same file name does not exist is output to the thumbnail storage processing unit 456.

固有内容一致判断手段455は、所定のサムネイルファイル910の対応主画像固有情報911Bの内容が主画像ファイル810と一致しているか否かを判断する。具体的には、固有内容一致判断手段455は、対応サムネイル検索手段454から同一ファイル名存在信号が入力されると、対応サムネイル検索手段454で検索されたサムネイルファイル名称情報911Aを有するサムネイルファイル910を取得する。また、検索に利用された主画像ファイル810を取得する。さらに、主画像ファイル810の主画像ファイルヘッダ情報811、および、サムネイルファイル910の対応主画像固有情報911Bの内容が、全て一致するか否かを判断する。すなわち、主画像ファイルヘッダ情報811および対応主画像固有情報911Bにそれぞれ記録された主画像ファイル810のファイル名、主画像の撮像日時、および、主画像データ813のデータサイズが一致するか否かを判断する。そして、全て一致すると判断した場合に一致サムネイル信号を、少なくともいずれか1つが一致していないと判断した場合に不一致サムネイル信号を、サムネイル保存処理手段456へ出力する。   The unique content match determination unit 455 determines whether the content of the corresponding main image unique information 911B of the predetermined thumbnail file 910 matches the main image file 810. Specifically, when the same file name presence signal is input from the corresponding thumbnail search unit 454, the unique content match determination unit 455 selects the thumbnail file 910 having the thumbnail file name information 911A searched by the corresponding thumbnail search unit 454. get. Also, the main image file 810 used for the search is acquired. Further, it is determined whether or not the contents of the main image file header information 811 of the main image file 810 and the corresponding main image unique information 911B of the thumbnail file 910 all match. That is, whether or not the file name of the main image file 810 recorded in the main image file header information 811 and the corresponding main image unique information 911B, the imaging date and time of the main image, and the data size of the main image data 813 match. to decide. Then, when it is determined that all match, a matching thumbnail signal is output to the thumbnail storage processing unit 456, and when it is determined that at least one of them does not match, a mismatching thumbnail signal is output to the thumbnail storage processing unit 456.

サムネイル保存処理手段456は、新たな主画像ファイル810が記憶手段430に記憶された場合、この主画像ファイル810に対応するサムネイルファイル910を新たに生成する。具体的には、サムネイル保存処理手段456は、主画像保存処理手段451により主画像ファイル810が記憶されたことを認識すると、サムネイル取得手段452およびサムネイルヘッダ情報生成手段453を制御して、抽出サムネイル画像データ912を取得させるとともに、サムネイルファイルヘッダ情報911を生成させる。そして、これらサムネイルファイルヘッダ情報911および抽出サムネイル画像データ912を組み込んだサムネイルファイル910を生成して、メモリ440に記憶させる処理、すなわち保存する処理を実施する。なお、サムネイル保存処理手段456にて、サムネイルファイル910を生成する旨の入力操作を認識した際に、上述した処理を実施する構成としてもよい。   When a new main image file 810 is stored in the storage unit 430, the thumbnail saving processing unit 456 newly generates a thumbnail file 910 corresponding to the main image file 810. Specifically, when the thumbnail storage processing unit 456 recognizes that the main image file 810 is stored by the main image storage processing unit 451, the thumbnail storage processing unit 456 controls the thumbnail acquisition unit 452 and the thumbnail header information generation unit 453 to extract the extracted thumbnail. Image data 912 is acquired and thumbnail file header information 911 is generated. Then, a thumbnail file 910 incorporating the thumbnail file header information 911 and the extracted thumbnail image data 912 is generated and stored in the memory 440, that is, stored. Note that the above-described processing may be performed when the thumbnail storage processing unit 456 recognizes an input operation for generating the thumbnail file 910.

また、サムネイル保存処理手段456は、所定の主画像ファイル810に対応するサムネイルファイル910が不正に削除されたことを認識した場合、この削除されたサムネイルファイル910を修復する処理を実施する。具体的には、サムネイル保存処理手段456は、サムネイルファイル910を修復する旨の入力操作を認識すると、対応サムネイル検索手段454を制御して、所定の主画像ファイル810と同一ファイル名のサムネイルファイル910を検索させる。そして、対応サムネイル検索手段454から同一ファイル名未存在信号が入力されると、主画像ファイル810に対応するサムネイルファイル910が削除されたと認識する。そして、サムネイル保存処理手段456は、サムネイル取得手段452およびサムネイルヘッダ情報生成手段453に上述したような処理を実施させ、この主画像ファイル810に対応するサムネイルファイル910を生成してメモリ440に保存する処理を実施する。すなわち、主画像ファイル810に対応するサムネイルファイル910を修復する処理を実施する。   Further, when the thumbnail storage processing unit 456 recognizes that the thumbnail file 910 corresponding to the predetermined main image file 810 has been deleted illegally, the thumbnail storage processing unit 456 performs a process of repairing the deleted thumbnail file 910. Specifically, when the thumbnail storage processing unit 456 recognizes an input operation for repairing the thumbnail file 910, the thumbnail storage processing unit 456 controls the corresponding thumbnail search unit 454 to control the thumbnail file 910 having the same file name as the predetermined main image file 810. To search. When the same file name nonexistence signal is input from the corresponding thumbnail search means 454, it is recognized that the thumbnail file 910 corresponding to the main image file 810 has been deleted. Then, the thumbnail storage processing unit 456 causes the thumbnail acquisition unit 452 and the thumbnail header information generation unit 453 to perform the above-described processing, generates a thumbnail file 910 corresponding to the main image file 810, and stores it in the memory 440. Implement the process. That is, a process of repairing the thumbnail file 910 corresponding to the main image file 810 is performed.

さらに、サムネイル保存処理手段456は、所定の主画像ファイル810に対応するサムネイルファイル910が不正に差し替えられたことを認識した場合、この差し替えられたサムネイルファイル910を修復する処理を実施する。具体的には、サムネイル保存処理手段456は、固有内容一致判断手段455から不一致サムネイル信号が入力されたことを認識すると、所定の主画像ファイル810に対応するサムネイルファイル910が不正に差し替えられたと認識する。そして、サムネイル保存処理手段456は、サムネイル取得手段452に主画像ファイル810から抽出サムネイル画像データ912を取得させるとともに、サムネイルヘッダ情報生成手段453に対応主画像固有情報911Bを生成させる。ここで、サムネイルファイル910が不正に差し替えられている場合、サムネイルファイル名称情報911Aには、主画像ファイル名称情報811Aと同一のファイル名と、「dhm」の拡張子と、で表現される名称が記録されている。このため、サムネイルヘッダ情報生成手段453に、サムネイルファイル名称情報911Aを新たに生成させない。そして、サムネイル保存処理手段456は、抽出サムネイル画像データ912および対応主画像固有情報911Bを差し替えられたサムネイルファイル910に上書きして保存する処理を、サムネイルファイル910を修復する処理として実施する。なお、サムネイルファイル910が差し替えられた場合にも、削除された場合と同様の処理によりサムネイルファイル910を新たに生成する構成としてもよい。   Further, when the thumbnail storage processing unit 456 recognizes that the thumbnail file 910 corresponding to the predetermined main image file 810 has been illegally replaced, the thumbnail storage processing unit 456 performs a process of repairing the replaced thumbnail file 910. Specifically, when the thumbnail storage processing unit 456 recognizes that a mismatched thumbnail signal is input from the unique content match determination unit 455, it recognizes that the thumbnail file 910 corresponding to the predetermined main image file 810 has been illegally replaced. To do. Then, the thumbnail storage processing unit 456 causes the thumbnail acquisition unit 452 to acquire the extracted thumbnail image data 912 from the main image file 810 and causes the thumbnail header information generation unit 453 to generate the corresponding main image unique information 911B. Here, when the thumbnail file 910 is illegally replaced, the thumbnail file name information 911A has a name represented by the same file name as the main image file name information 811A and an extension of “dhm”. It is recorded. For this reason, the thumbnail header information generation unit 453 does not newly generate the thumbnail file name information 911A. Then, the thumbnail storage processing unit 456 performs processing for overwriting and saving the extracted thumbnail image data 912 and the corresponding main image unique information 911B over the replaced thumbnail file 910 as processing for restoring the thumbnail file 910. Even when the thumbnail file 910 is replaced, the thumbnail file 910 may be newly generated by the same processing as when the thumbnail file 910 is deleted.

さらに、サムネイル保存処理手段456は、固有内容一致判断手段455から一致サムネイル信号が入力されたことを認識すると、所定の主画像ファイル810に対応するサムネイルファイル910が存在していると認識する。そして、他の主画像ファイル810について、上述したような処理を実施させて、サムネイルファイル910を適宜修復する。   Further, when the thumbnail storage processing unit 456 recognizes that the matching thumbnail signal is input from the unique content matching determination unit 455, it recognizes that the thumbnail file 910 corresponding to the predetermined main image file 810 exists. Then, the processing described above is performed on the other main image file 810, and the thumbnail file 910 is appropriately restored.

対応主画像検索手段457は、所定のサムネイルファイル910に対応する主画像ファイル810を検索する。具体的には、対応主画像検索手段457は、選択画面表示処理手段458の制御により、メモリ440に記憶された所定のサムネイルファイル910を取得する。さらに、記憶手段430から、このサムネイルファイル910の対応主画像固有情報911Bと全ての内容が一致する主画像ファイルヘッダ情報811を検索する。そして、検索できた場合に一致主画像存在信号を、検索できない場合に一致主画像未存在信号を、選択画面表示処理手段458へ出力する。   Corresponding main image search means 457 searches for a main image file 810 corresponding to a predetermined thumbnail file 910. Specifically, the corresponding main image search unit 457 acquires a predetermined thumbnail file 910 stored in the memory 440 under the control of the selection screen display processing unit 458. Further, the main image file header information 811 whose contents all match the corresponding main image unique information 911 B of the thumbnail file 910 is searched from the storage unit 430. If the search is successful, the matching main image presence signal is output to the selection screen display processing means 458, and if the search is impossible, the matching main image non-existence signal is output.

選択画面表示処理手段458は、表示手段420で表示させる主画像を選択する旨の入力操作を認識すると、表示手段420の図示しない表示領域に、図5に示すような主画像選択画面421を表示させる。ここで、主画像選択画面421は、2行2列に配置された長方形形状の4個のサムネイル画像領域422を備えている。なお、X行Y列(X、Yは自然数)に配置された(X×Y)個のサムネイル画像領域422を備えた構成としてもよい。これらサムネイル画像領域422内には、抽出サムネイル画像データ912に基づくサムネイル画像425、または、サムネイルファイル910が不正に差し替えられた旨を表す差替警告マーク426が表示される。また、サムネイル画像領域422の下方には、サムネイルファイル名称情報911Aに基づくサムネイルファイル910のファイル名、すなわち主画像のファイル名を示すファイル名情報427が表示されるファイル名領域423が設けられている。   When the selection screen display processing unit 458 recognizes an input operation for selecting a main image to be displayed on the display unit 420, the selection screen display processing unit 458 displays a main image selection screen 421 as shown in FIG. Let Here, the main image selection screen 421 includes four thumbnail image areas 422 having a rectangular shape arranged in two rows and two columns. It should be noted that (X × Y) thumbnail image areas 422 arranged in X rows and Y columns (X and Y are natural numbers) may be provided. In these thumbnail image areas 422, a thumbnail image 425 based on the extracted thumbnail image data 912 or a replacement warning mark 426 indicating that the thumbnail file 910 has been illegally replaced is displayed. Further, below the thumbnail image area 422, a file name area 423 for displaying the file name of the thumbnail file 910 based on the thumbnail file name information 911A, that is, the file name information 427 indicating the file name of the main image is provided. .

そして、選択画面表示処理手段458は、主画像選択画面421を表示させる際、対応主画像検索手段457を制御して、所定のサムネイルファイル910の対応主画像固有情報911Bの内容と一致する主画像ファイル810を検索させる。さらに、対応主画像検索手段457から一致主画像存在信号が入力されたことを認識すると、サムネイルファイル910に対応する主画像ファイル810が存在していると認識する。そして、対応主画像検索手段457で取得させたサムネイルファイル910に基づいて、サムネイル画像領域422にサムネイル画像425を、ファイル名領域423にファイル名情報427を、それぞれ表示させる。   Then, when displaying the main image selection screen 421, the selection screen display processing unit 458 controls the corresponding main image search unit 457 so that the main image that matches the content of the corresponding main image unique information 911B of the predetermined thumbnail file 910 is displayed. The file 810 is searched. Further, when it is recognized that the matching main image presence signal is input from the corresponding main image search means 457, it is recognized that the main image file 810 corresponding to the thumbnail file 910 exists. Then, based on the thumbnail file 910 acquired by the corresponding main image search unit 457, the thumbnail image 425 is displayed in the thumbnail image area 422, and the file name information 427 is displayed in the file name area 423, respectively.

また、選択画面表示処理手段458は、対応主画像検索手段457から一致主画像未存在信号が入力されたことを認識すると、サムネイルファイル910が不正に差し替えられたため、このサムネイルファイル910に対応する主画像ファイル810が存在していないと認識する。そして、対応主画像検索手段457で取得させたサムネイルファイル910に基づいて、ファイル名領域423にファイル名情報427を表示させる。さらに、サムネイル画像領域422に差替警告マーク426を表示させる。なお、ファイル名情報427を表示させずに、差替警告マーク426のみを表示させる構成としてもよい。   When the selection screen display processing unit 458 recognizes that the matching main image non-existence signal is input from the corresponding main image search unit 457, the thumbnail file 910 has been illegally replaced. It recognizes that the image file 810 does not exist. Then, based on the thumbnail file 910 acquired by the corresponding main image search unit 457, the file name information 427 is displayed in the file name area 423. Further, a replacement warning mark 426 is displayed in the thumbnail image area 422. Note that only the replacement warning mark 426 may be displayed without displaying the file name information 427.

表示制御手段459は、主画像ファイル810に基づいて、表示手段420で所定の主画像を表示させる。具体的には、表示制御手段459は、主画像選択画面421のいずれかのサムネイル画像領域422を選択する旨の入力操作を認識すると、このサムネイル画像領域422にサムネイル画像425が表示されているか否かを判断する。そして、サムネイル画像425が表示されていると判断した場合、主画像選択画面421の表示を終了させ、対応主画像検索手段457で検索した主画像ファイル810の主画像データ813に基づいて、サムネイル画像425の主画像を表示させる。   The display control unit 459 causes the display unit 420 to display a predetermined main image based on the main image file 810. Specifically, when the display control unit 459 recognizes an input operation for selecting any one of the thumbnail image areas 422 on the main image selection screen 421, whether or not the thumbnail image 425 is displayed in the thumbnail image area 422. Determine whether. If it is determined that the thumbnail image 425 is displayed, the display of the main image selection screen 421 is terminated, and the thumbnail image is based on the main image data 813 of the main image file 810 searched by the corresponding main image search unit 457. 425 main images are displayed.

〔画像データ編集システムの動作〕
次に、画像データ編集システム100の動作として、主画像の表示処理およびサムネイルファイルの修復処理について、図面を参照して説明する。図6は、主画像の表示処理およびサムネイルファイルの修復処理を示すフローチャートである。図7は、主画像選択表示処理を示すフローチャートである。図8は、サムネイルファイル保存処理を示すフローチャートである。
[Operation of image data editing system]
Next, main image display processing and thumbnail file restoration processing will be described as operations of the image data editing system 100 with reference to the drawings. FIG. 6 is a flowchart showing main image display processing and thumbnail file restoration processing. FIG. 7 is a flowchart showing main image selection display processing. FIG. 8 is a flowchart showing the thumbnail file saving process.

まず、画像データ編集システム100の画像データ編集装置400は、処理部450にて、所定の主画像に関する主画像ファイル810およびサムネイルファイル910を、記憶手段430およびメモリ440にそれぞれ適宜保存する。そして、処理部450は、選択画面表示処理手段458にて、図6に示すように、主画像を選択して表示させる旨の設定入力が実施されたか否か、すなわち主画像選択表示要求がされたか否かを判断する(ステップS101)。このステップS101において、主画像選択表示要求がされたと判断した場合、主画像選択表示処理を実施して(ステップS102)、処理を終了する。   First, in the image data editing apparatus 400 of the image data editing system 100, the processing unit 450 appropriately stores a main image file 810 and a thumbnail file 910 relating to a predetermined main image in the storage unit 430 and the memory 440, respectively. Then, the processing unit 450 requests the selection screen display processing unit 458 whether or not a setting input for selecting and displaying the main image has been performed, as shown in FIG. It is determined whether or not (step S101). If it is determined in step S101 that a main image selection display request has been made, a main image selection display process is performed (step S102), and the process ends.

一方、ステップS101において、処理部450は、主画像選択表示要求がされていないと判断した場合、サムネイル保存処理手段456にて、サムネイルファイル910を修復する旨の設定入力が実施されたか否か、すなわちサムネイルファイル910の修復要求がされたか否かを判断する(ステップS103)。そして、修復要求がされていないと判断した場合、処理を終了する。また、ステップS103において、サムネイル保存処理手段456は、修復要求がされたと判断した場合、対応サムネイル検索手段454を制御して、所定の主画像ファイル810と同一ファイル名のサムネイルファイル910が存在するか否かを判断させる(ステップS104)。   On the other hand, if the processing unit 450 determines in step S101 that a main image selection display request has not been made, whether or not a setting input for restoring the thumbnail file 910 has been performed by the thumbnail storage processing unit 456, That is, it is determined whether a repair request for the thumbnail file 910 has been made (step S103). If it is determined that no repair request has been made, the process ends. In step S103, if the thumbnail storage processing unit 456 determines that a repair request has been made, the thumbnail storage processing unit 456 controls the corresponding thumbnail search unit 454 to check whether a thumbnail file 910 having the same file name as the predetermined main image file 810 exists. It is determined whether or not (step S104).

このステップS104において、対応サムネイル検索手段454は、同一ファイル名のサムネイルファイル910が存在しないと判断した場合、サムネイル保存処理手段456に同一ファイル名未存在信号を出力する。そして、サムネイル保存処理手段456は、同一ファイル名未存在信号が入力されると、主画像ファイル810に対応するサムネイルファイル910が削除されたと認識して、主画像ファイル810に対応するサムネイルファイル910を生成して保存するサムネイルファイル保存処理を実施する(ステップS105)。この後、サムネイル保存処理手段456は、記憶手段430に記憶された全ての主画像ファイル810に対して、同一ファイル名のサムネイルファイル910を検索させたか否かを判断する(ステップS106)。このステップS106において、全ての主画像ファイル810に対して検索させたと判断した場合、処理を終了する。一方、ステップS106において、全ての主画像ファイル810に対して検索させていないと判断した場合、ステップS104に戻る。   In step S104, when the corresponding thumbnail search unit 454 determines that there is no thumbnail file 910 having the same file name, the corresponding thumbnail search unit 454 outputs an identical file name nonexistence signal to the thumbnail storage processing unit 456. Then, when the same file name nonexistence signal is input, the thumbnail saving processing unit 456 recognizes that the thumbnail file 910 corresponding to the main image file 810 has been deleted, and selects the thumbnail file 910 corresponding to the main image file 810. A thumbnail file saving process to be generated and saved is performed (step S105). Thereafter, the thumbnail storage processing unit 456 determines whether or not the thumbnail file 910 having the same file name has been searched for all the main image files 810 stored in the storage unit 430 (step S106). If it is determined in step S106 that all main image files 810 have been searched, the process ends. On the other hand, if it is determined in step S106 that all main image files 810 have not been searched, the process returns to step S104.

また、ステップS104において、対応サムネイル検索手段454は、同一ファイル名のサムネイルファイル910が存在すると判断した場合、固有内容一致判断手段455に同一ファイル名存在信号を出力する。そして、固有内容一致判断手段455は、同一ファイル名存在信号が入力されると、主画像ファイル810と同一ファイル名を有するサムネイルファイル910を取得する。この後、このサムネイルファイル910の対応主画像固有情報911Bの内容が主画像ファイル810と一致しているか否かを判断する(ステップS107)。   In step S104, when the corresponding thumbnail search unit 454 determines that there is a thumbnail file 910 having the same file name, the corresponding thumbnail search unit 454 outputs the same file name presence signal to the unique content match determination unit 455. Then, when the same file name presence signal is input, the unique content match determination unit 455 acquires a thumbnail file 910 having the same file name as the main image file 810. Thereafter, it is determined whether or not the content of the corresponding main image unique information 911B of the thumbnail file 910 matches the main image file 810 (step S107).

このステップS107において、固有内容一致判断手段455は、一致していると判断した場合、サムネイル保存処理手段456に一致サムネイル信号を出力する。そして、サムネイル保存処理手段456は、一致サムネイル信号が入力されたことを認識すると、所定の主画像ファイル810に対応するサムネイルファイル910が存在すると認識して、ステップS106の処理を実施する。一方、ステップS107において、固有内容一致判断手段455は、一致していないと判断した場合、不一致サムネイル信号を出力する。そして、サムネイル保存処理手段456は、不一致サムネイル信号が入力されたことを認識すると、所定の主画像ファイル810に対応するサムネイルファイル910が不正に差し替えられたと認識して、ステップS105の処理を実施する。   In this step S107, when the unique content matching determination unit 455 determines that they match, it outputs a matching thumbnail signal to the thumbnail storage processing unit 456. When the thumbnail storage processing unit 456 recognizes that the matching thumbnail signal has been input, the thumbnail storage processing unit 456 recognizes that the thumbnail file 910 corresponding to the predetermined main image file 810 exists, and performs the process of step S106. On the other hand, if the unique content match determination unit 455 determines in step S107 that they do not match, it outputs a mismatched thumbnail signal. When the thumbnail storage processing unit 456 recognizes that the mismatched thumbnail signal has been input, it recognizes that the thumbnail file 910 corresponding to the predetermined main image file 810 has been illegally replaced, and performs the process of step S105. .

一方、主画像選択表示処理では、選択画面表示処理手段458は、主画像選択画面421を表示させる。具体的には、選択画面表示処理手段458は、図7に示すように、対応主画像検索手段457を制御して、所定のサムネイルファイル910の対応主画像固有情報911Bと内容が一致する主画像ファイル810が存在するか否かを判断させる(ステップS201)。このステップS201において、対応主画像検索手段457は、内容が一致する主画像ファイル810が存在すると判断した場合、一致主画像存在信号を選択画面表示処理手段458に出力する。そして、選択画面表示処理手段458は、一致主画像存在信号が入力されると、サムネイルファイル910に基づいて、サムネイル画像425およびファイル名情報427を表示させる(ステップS202)。一方、ステップS201において、対応主画像検索手段457は、内容が一致する主画像ファイル810が存在しないと判断した場合、一致主画像未存在信号を出力する。そして、選択画面表示処理手段458は、一致主画像未存在信号が入力されると、差替警告マーク426およびファイル名情報427を表示させる処理、すなわちサムネイルファイル910が不正に差し替えられた旨を報知する処理を実施する(ステップS203)。   On the other hand, in the main image selection display process, the selection screen display processing means 458 displays the main image selection screen 421. Specifically, as shown in FIG. 7, the selection screen display processing unit 458 controls the corresponding main image search unit 457, and the main image whose contents match the corresponding main image unique information 911B of the predetermined thumbnail file 910. It is determined whether or not the file 810 exists (step S201). In step S201, the corresponding main image search unit 457 outputs a matching main image presence signal to the selection screen display processing unit 458 when determining that there is a main image file 810 whose contents match. When the matching main image presence signal is input, the selection screen display processing unit 458 displays the thumbnail image 425 and the file name information 427 based on the thumbnail file 910 (step S202). On the other hand, if the corresponding main image search unit 457 determines in step S201 that there is no main image file 810 having the same content, it outputs a matching main image nonexistence signal. When the matching main image non-existence signal is input, the selection screen display processing means 458 notifies that the replacement warning mark 426 and the file name information 427 are displayed, that is, that the thumbnail file 910 has been illegally replaced. The process to perform is implemented (step S203).

この後、選択画面表示処理手段458は、ステップS202またはステップS203の処理を実施すると、表示対象の全てのサムネイルファイル910、すなわち4個のサムネイルファイル910について内容が一致する主画像ファイル810を調べさせたか否かを判断する(ステップS204)。そして、ステップS204において、全てのサムネイルファイル910について調べさせていないと判断した場合、ステップS201に戻る。一方、ステップS204において、全てのサムネイルファイル910について調べさせたと判断した場合、表示制御手段459は、主画像選択画面421における所定のサムネイル画像領域422の選択を適宜認識し、このサムネイル画像領域422に対応する主画像を表示させて(ステップS205)、処理を終了する。   Thereafter, when the selection screen display processing means 458 performs the processing of step S202 or step S203, the selection screen display processing means 458 checks the main image file 810 having the same content for all the thumbnail files 910 to be displayed, that is, the four thumbnail files 910. It is determined whether or not (step S204). If it is determined in step S204 that all the thumbnail files 910 have not been checked, the process returns to step S201. On the other hand, if it is determined in step S204 that all the thumbnail files 910 have been examined, the display control unit 459 appropriately recognizes the selection of the predetermined thumbnail image area 422 on the main image selection screen 421, and stores the thumbnail image area 422 in the thumbnail image area 422. The corresponding main image is displayed (step S205), and the process ends.

また、サムネイルファイル保存処理では、サムネイル保存処理手段456は、図8に示すように、サムネイル取得手段452を制御して、不正に削除あるいは差し替えられたサムネイルファイル910に対応する主画像ファイル810からサムネイル画像データ812を抽出させ(ステップS301)、抽出サムネイル画像データ912として取得させる。さらに、削除されている場合、サムネイルヘッダ情報生成手段453を制御して、サムネイルファイル名称情報911Aを生成させる。この後、サムネイル保存処理手段456は、主画像ファイル810の対応主画像固有情報911Bを生成させる(ステップS302)。そして、サムネイル保存処理手段456は、サムネイルファイル910を適宜生成して保存し(ステップS303)、処理を終了する。ここで、サムネイルファイル910が削除されている場合、サムネイルファイル910を新たに生成して保存する。また、サムネイルファイル910が差し替えられている場合、抽出サムネイル画像データ912および対応主画像固有情報911Bを差し替えられたサムネイルファイル910に上書きして保存する。   In the thumbnail file storage process, the thumbnail storage processing unit 456 controls the thumbnail acquisition unit 452 as shown in FIG. 8, and the thumbnail from the main image file 810 corresponding to the thumbnail file 910 that has been deleted or replaced illegally. Image data 812 is extracted (step S301) and acquired as extracted thumbnail image data 912. Further, if it has been deleted, the thumbnail header information generation means 453 is controlled to generate thumbnail file name information 911A. Thereafter, the thumbnail storage processing unit 456 generates corresponding main image unique information 911B of the main image file 810 (step S302). Then, the thumbnail storage processing unit 456 generates and stores the thumbnail file 910 as appropriate (step S303), and ends the processing. If the thumbnail file 910 has been deleted, a new thumbnail file 910 is generated and saved. If the thumbnail file 910 has been replaced, the extracted thumbnail image data 912 and the corresponding main image unique information 911B are overwritten and stored on the replaced thumbnail file 910.

〔画像データ編集システムの作用効果〕
上述したように、上記実施の形態では、画像データ編集システム100の画像データ編集装置400は、処理部450の主画像保存処理手段451にて、撮像装置200などから、ファイル名および「jpeg」の拡張子で表現される主画像ファイル810の名称が記録された主画像ファイル名称情報811Aと、主画像データ813と、を有する主画像ファイル810を取得して、記憶手段430に記憶させる。また、処理部450は、サムネイル取得手段452にて、主画像データ813の主画像を縮小したサムネイル画像425を表示させるための抽出サムネイル画像データ912を取得する。さらに、サムネイルヘッダ情報生成手段453にて、主画像ファイル名称情報811Aに記録されたファイル名と同一のファイル名および「dhm」の拡張子で表現されるサムネイルファイル910の名称を記録したサムネイルファイル名称情報911Aと、主画像データ813固有の対応主画像固有情報911Bと、を生成する。そして、サムネイル保存処理手段456は、サムネイルファイル名称情報911A、対応主画像固有情報911B、および、抽出サムネイル画像データ912を有するサムネイルファイル910を生成してメモリ440に記憶させる。
[Effects of image data editing system]
As described above, in the above-described embodiment, the image data editing apparatus 400 of the image data editing system 100 receives the file name and “jpeg” from the imaging apparatus 200 or the like by the main image storage processing unit 451 of the processing unit 450. A main image file 810 having main image file name information 811A in which the name of the main image file 810 expressed by an extension is recorded and main image data 813 is acquired and stored in the storage unit 430. In addition, the processing unit 450 acquires the extracted thumbnail image data 912 for displaying the thumbnail image 425 obtained by reducing the main image of the main image data 813 in the thumbnail acquisition unit 452. Further, the thumbnail header information generating means 453 records the name of the thumbnail file 910 represented by the same file name as the file name recorded in the main image file name information 811A and the extension “dhm”. Information 911A and corresponding main image unique information 911B unique to main image data 813 are generated. Then, the thumbnail storage processing unit 456 generates a thumbnail file 910 having thumbnail file name information 911A, corresponding main image unique information 911B, and extracted thumbnail image data 912, and stores the thumbnail file 910 in the memory 440.

このため、例えばサムネイルファイル910が不正に差し替えられた場合、以下のような処理により差し替えられた旨を認識できる。すなわち、主画像ファイル名称情報811Aおよびサムネイルファイル名称情報911Aに基づいて、主画像ファイル810と同一ファイル名を有するサムネイルファイル910を検索する。さらに、この検索したサムネイルファイル910の対応主画像固有情報911Bの内容が主画像ファイル810と一致しているか否かを判断する。そして、一致していないと判断した場合に、サムネイルファイル910が差し替えられたと認識し、一致していると判断した場合に、差し替えられていないと認識することができる。したがって、対応主画像固有情報911Bの参照により差し替えられたサムネイルファイル910を特定でき、この特定したサムネイルファイル910のみに対して修復処理を実施するだけで、全ての主画像ファイル810およびサムネイルファイル910を適切に対応させた状態にすることができる。よって、従来の構成と比べて、全ての主画像ファイル810およびサムネイルファイル910を適切に対応させた状態にするための処理時間を短くすることができる。   Therefore, for example, when the thumbnail file 910 is illegally replaced, it can be recognized that the thumbnail file 910 has been replaced by the following processing. That is, a thumbnail file 910 having the same file name as the main image file 810 is searched based on the main image file name information 811A and the thumbnail file name information 911A. Further, it is determined whether or not the content of the corresponding main image unique information 911 B of the searched thumbnail file 910 matches the main image file 810. When it is determined that they do not match, it is recognized that the thumbnail file 910 has been replaced, and when it is determined that they match, it can be recognized that they have not been replaced. Therefore, the replaced thumbnail file 910 can be specified by referring to the corresponding main image unique information 911B, and all the main image files 810 and thumbnail files 910 can be stored only by performing the repair process on only the specified thumbnail file 910. It is possible to make it correspond appropriately. Therefore, as compared with the conventional configuration, it is possible to shorten the processing time for making all the main image files 810 and thumbnail files 910 appropriately correspond to each other.

また、主画像保存処理手段451は、Exif規格に準拠した主画像ファイル810を取得する。そして、サムネイル取得手段452は、この主画像ファイル810にあらかじめ組み込まれたサムネイル画像データ812を抽出して、抽出サムネイル画像データ912として取得する。このため、主画像ファイル810の主画像データ813に基づいて、抽出サムネイル画像データ912を生成して取得する構成と比べて、抽出サムネイル画像データ912を取得する処理を迅速にできる。   The main image storage processing unit 451 acquires a main image file 810 that conforms to the Exif standard. Then, the thumbnail acquisition unit 452 extracts the thumbnail image data 812 previously incorporated in the main image file 810 and acquires it as extracted thumbnail image data 912. For this reason, compared with the structure which produces | generates and acquires the extraction thumbnail image data 912 based on the main image data 813 of the main image file 810, the process which acquires the extraction thumbnail image data 912 can be expedited.

さらに、処理部450は、主画像ファイル810と同一ファイル名を有するサムネイルファイル910を検索する対応サムネイル検索手段454と、この対応サムネイル検索手段454で検索されたサムネイルファイル910の対応主画像固有情報911Bの内容が主画像ファイル810と一致しているか否かを判断する固有内容一致判断手段455と、を備えている。そして、サムネイル保存処理手段456は、固有内容一致判断手段455で一致していないと判断された場合、サムネイルファイル910が差し替えられたと認識して、修復処理を実施する。このため、画像データ編集装置400は、上述したような差し替えられたサムネイルファイル910の認識処理および修復処理により、主画像ファイル810およびサムネイルファイル910を適切に対応させた状態にするための処理を迅速にできる。したがって、画像データ編集装置400の利便性を向上できる。   Further, the processing unit 450 searches for a corresponding thumbnail search unit 454 for searching for a thumbnail file 910 having the same file name as the main image file 810, and corresponding main image unique information 911B of the thumbnail file 910 searched by the corresponding thumbnail search unit 454. Specific content matching determination means 455 for determining whether or not the content of the file matches the main image file 810. If the unique content match determination unit 455 determines that the thumbnails do not match, the thumbnail storage processing unit 456 recognizes that the thumbnail file 910 has been replaced, and performs a repair process. For this reason, the image data editing apparatus 400 quickly performs processing for making the main image file 810 and the thumbnail file 910 appropriately correspond to each other by the recognition processing and restoration processing of the replaced thumbnail file 910 as described above. Can be. Therefore, the convenience of the image data editing device 400 can be improved.

そして、処理部450は、対応主画像検索手段457にて、所定のサムネイルファイル910の対応主画像固有情報911Bと内容が一致する主画像ファイル810を検索する。このため、対応主画像検索手段457の検索結果に基づいて、サムネイルファイル910が不正に差し替えられた旨を認識でき、画像データ編集装置400の利便性をより向上できる。   Then, the processing unit 450 uses the corresponding main image search unit 457 to search for the main image file 810 whose content matches the corresponding main image unique information 911B of the predetermined thumbnail file 910. Therefore, it is possible to recognize that the thumbnail file 910 has been illegally replaced based on the search result of the corresponding main image search means 457, and the convenience of the image data editing apparatus 400 can be further improved.

さらに、選択画面表示処理手段458は、対応主画像検索手段457で内容が一致する主画像ファイル810が検索できない場合、サムネイルファイル910に対応する主画像ファイル810が記憶されていない旨、すなわちサムネイルファイル910が不正に差し替えられた旨を報知する。このため、所定のサムネイルファイル910が差し替えられた場合、その旨を利用者に認識させることができる。   Further, the selection screen display processing means 458 indicates that the main image file 810 corresponding to the thumbnail file 910 is not stored when the corresponding main image search means 457 cannot search the main image file 810 whose contents match, that is, the thumbnail file. Notify that 910 has been illegally replaced. For this reason, when the predetermined thumbnail file 910 is replaced, the user can be made aware of that.

また、選択画面表示処理手段458は、主画像を選択して表示する旨の要求を認識すると、対応主画像検索手段457を制御して、主画像選択画面421にサムネイル画像425を表示させるためのサムネイルファイル910に対して主画像ファイル810を検索させる。このため、主画像選択画面421を表示させる際に、サムネイルファイル910が不正に差し替えられたため、表示対象のサムネイル画像に対応する主画像ファイル810が記憶されていない旨を利用者に認識させることができる。したがって、利用者に、サムネイル画像に適切に対応した主画像のみを選択させて視認させることができる。   When the selection screen display processing unit 458 recognizes a request to select and display the main image, the selection screen display processing unit 458 controls the corresponding main image search unit 457 to display the thumbnail image 425 on the main image selection screen 421. The main image file 810 is searched for the thumbnail file 910. For this reason, when displaying the main image selection screen 421, the user can be made aware that the main image file 810 corresponding to the thumbnail image to be displayed is not stored because the thumbnail file 910 has been illegally replaced. it can. Therefore, the user can select and view only the main image appropriately corresponding to the thumbnail image.

さらに、選択画面表示処理手段458は、サムネイルファイル910が不正に差し替えられた旨を、サムネイル画像を表示させないことにより報知する。このため、利用者に、サムネイル画像に対応する主画像ファイル810が記憶されていない旨を容易に認識させることができる。   Further, the selection screen display processing means 458 notifies that the thumbnail file 910 has been illegally replaced by not displaying the thumbnail image. For this reason, the user can easily recognize that the main image file 810 corresponding to the thumbnail image is not stored.

また、選択画面表示処理手段458は、サムネイルファイル910が不正に差し替えられた旨を、差替警告マーク426を表示させることにより報知する。このため、利用者に、サムネイル画像に対応する主画像ファイル810が記憶されていない旨を確実に認識させることができる。また、文字と比べて認識しやすい差替警告マーク426を表示させるため、主画像ファイル810が記憶されていない旨をより容易に認識させることができる。   Further, the selection screen display processing means 458 notifies that the thumbnail file 910 has been illegally replaced by displaying a replacement warning mark 426. Therefore, the user can be surely recognized that the main image file 810 corresponding to the thumbnail image is not stored. Further, since the replacement warning mark 426 that is easier to recognize than characters is displayed, it can be recognized more easily that the main image file 810 is not stored.

そして、対応主画像固有情報911Bに、主画像ファイル810の名称が記録された対応主画像ファイル名称情報911B1を設けている。このため、主画像ファイル810の生成時に必ず生成される主画像ファイル810の名称を対応主画像固有情報911Bに記録するため、対応主画像固有情報911Bの生成を容易にできる。   Corresponding main image file name information 911B1 in which the name of the main image file 810 is recorded is provided in the corresponding main image unique information 911B. For this reason, since the name of the main image file 810 that is always generated when the main image file 810 is generated is recorded in the corresponding main image unique information 911B, the generation of the corresponding main image unique information 911B can be facilitated.

さらに、対応主画像固有情報911Bに、主画像データ813が生成された日時が記録された対応主画像撮像日時情報911B2を設けている。このため、一般的に主画像ファイル810の生成時に生成される主画像データ813の生成日時を対応主画像固有情報911Bに記録するため、対応主画像固有情報911Bの生成をより容易にできる。   Furthermore, corresponding main image capturing date / time information 911B2 in which the date / time when the main image data 813 was generated is recorded is provided in the corresponding main image unique information 911B. For this reason, since the generation date and time of the main image data 813 generally generated when the main image file 810 is generated is recorded in the corresponding main image unique information 911B, the corresponding main image unique information 911B can be more easily generated.

また、対応主画像固有情報911Bに、主画像データ813のデータサイズが記録された対応主画像サイズ情報911B3を設けている。このため、一般的に主画像ファイル810の生成時に生成される主画像データ813のデータサイズを対応主画像固有情報911Bに記録するため、対応主画像固有情報911Bの生成をさらに容易にできる。   Corresponding main image size information 911B3 in which the data size of the main image data 813 is recorded is provided in the corresponding main image unique information 911B. For this reason, since the data size of the main image data 813 generally generated when the main image file 810 is generated is recorded in the corresponding main image specific information 911B, the generation of the corresponding main image specific information 911B can be further facilitated.

〔実施の形態の変形〕
なお、本発明は、上述した一実施の形態に限定されるものではなく、本発明の目的を達成できる範囲で以下に示される変形をも含むものである。
[Modification of Embodiment]
Note that the present invention is not limited to the above-described embodiment, and includes the following modifications as long as the object of the present invention can be achieved.

すなわち、サムネイル取得手段452を本発明の縮小画像データ生成手段として機能させ、以下のような処理を実施する構成としてもよい。例えば主画像保存処理手段451にて、サムネイル画像データ812を含まない主画像ファイル810を取得する。そして、サムネイル取得手段452にて、主画像ファイル810の主画像データ813に基づいて、抽出サムネイル画像データ912を生成して取得する構成としてもよい。このような構成にすれば、サムネイル画像データ812を含む主画像ファイル810を生成できない撮像装置から取得した主画像ファイル810に対しても、サムネイルファイル910を適切に対応させる処理を迅速に実施することができる。したがって、画像データ編集装置400の利便性を向上できる。なお、サムネイル取得手段452を本発明の縮小画像データ生成手段として機能させる構成の場合、サムネイル取得手段452にサムネイル画像データ812を抽出して取得する機能を設けない構成としてもよい。   That is, the thumbnail acquisition unit 452 may function as the reduced image data generation unit of the present invention, and the following processing may be performed. For example, the main image storage processing unit 451 acquires a main image file 810 that does not include the thumbnail image data 812. The thumbnail acquisition unit 452 may generate and acquire the extracted thumbnail image data 912 based on the main image data 813 of the main image file 810. With such a configuration, it is possible to quickly execute processing for appropriately handling the thumbnail file 910 even for the main image file 810 acquired from an imaging apparatus that cannot generate the main image file 810 including the thumbnail image data 812. Can do. Therefore, the convenience of the image data editing device 400 can be improved. In the case where the thumbnail acquiring unit 452 is configured to function as the reduced image data generating unit of the present invention, the thumbnail acquiring unit 452 may not have a function of extracting and acquiring the thumbnail image data 812.

さらに、処理部450に、対応サムネイル検索手段454および固有内容一致判断手段455を設けない構成としてもよい。また、処理部450に、対応主画像検索手段457および選択画面表示処理手段458を設けない構成、すなわち所定のサムネイルファイル910に対応する主画像ファイル810が存在するか否かを調べて報知する機能を設けないとしてもよい。これらのような構成にすれば、処理部450の構成を簡略にできる。   Further, the processing unit 450 may not be provided with the corresponding thumbnail search unit 454 and the unique content match determination unit 455. Further, the processing unit 450 does not include the corresponding main image search unit 457 and the selection screen display processing unit 458, that is, a function for checking whether or not the main image file 810 corresponding to the predetermined thumbnail file 910 exists and informing the user. May not be provided. With such a configuration, the configuration of the processing unit 450 can be simplified.

そして、対応主画像検索手段457にて、所定のサムネイルファイル910に対応する主画像ファイル810が存在するか否かを調べる旨の入力操作を認識した際に、対応主画像固有情報911Bと内容が一致する主画像ファイル810を検索する構成としてもよい。このような構成にすれば、利用者が所望するタイミングでサムネイルファイル910に対応する主画像ファイル810が存在するか否かを調べることができ、画像データ編集装置400の利便性を向上できる。   When the corresponding main image search unit 457 recognizes an input operation for checking whether or not the main image file 810 corresponding to the predetermined thumbnail file 910 exists, the corresponding main image unique information 911B and the content are displayed. It may be configured to search for a matching main image file 810. With such a configuration, it is possible to check whether or not the main image file 810 corresponding to the thumbnail file 910 exists at a timing desired by the user, and the convenience of the image data editing apparatus 400 can be improved.

また、対応サムネイル検索手段454や対応主画像検索手段457にて、所定の日時、曜日、あるいは電源のオンオフ操作時などに、上述した検索処理を自動的に実施する構成としてもよい。このような構成にすれば、利用者の手を煩わせることなく、主画像ファイル810およびサムネイルファイル910を適切に対応させることができる。   The corresponding thumbnail search unit 454 and the corresponding main image search unit 457 may be configured to automatically perform the above-described search process at a predetermined date and time, day of the week, or power on / off operation. With such a configuration, the main image file 810 and the thumbnail file 910 can be appropriately handled without bothering the user.

そして、選択画面表示処理手段458にて、サムネイルファイル910が不正に差し替えられた旨を、以下のような構成により報知する構成としてもよい。すなわち、音声や警告音により報知する構成としてもよい。また、差替警告マーク426を表示させずに、サムネイル画像を表示させないことのみで報知する構成としてもよい。さらに、差し替えられたサムネイルファイル910の抽出サムネイル画像データ912に基づいて、主画像ファイル810に対応しないサムネイル画像425を表示させるとともに、このサムネイル画像425に重畳させてあるいはサムネイル画像425の近傍に差替警告マーク426を表示させる構成としてもよい。また、差替警告マーク426の代わりに、文字を表示させる構成としてもよい。そして、差し替えられたサムネイルファイル910の抽出サムネイル画像データ912に基づいて、主画像ファイル810に対応しないサムネイル画像425を主画像ファイル810に対応するサムネイル画像425とは異なる表示形態で表示させる構成としてもよい。これらのような構成にしても、上記実施の形態と同様の作用により、利用者に、サムネイル画像に適切に対応した主画像のみを選択させて視認させることができる。   Then, the selection screen display processing unit 458 may notify that the thumbnail file 910 has been illegally replaced by the following configuration. That is, it is good also as a structure alert | reported by an audio | voice and a warning sound. Alternatively, the notification may be made only by not displaying the thumbnail image without displaying the replacement warning mark 426. Further, based on the extracted thumbnail image data 912 of the replaced thumbnail file 910, a thumbnail image 425 that does not correspond to the main image file 810 is displayed, and the thumbnail image 425 is superposed on the thumbnail image 425 or replaced in the vicinity of the thumbnail image 425. The warning mark 426 may be displayed. Moreover, it is good also as a structure which displays a character instead of the replacement warning mark 426. FIG. Based on the extracted thumbnail image data 912 of the replaced thumbnail file 910, a thumbnail image 425 that does not correspond to the main image file 810 may be displayed in a different display form from the thumbnail image 425 that corresponds to the main image file 810. Good. Even with such a configuration, the user can select and view only the main image appropriately corresponding to the thumbnail image by the same operation as the above embodiment.

さらに、対応主画像固有情報911Bに、対応主画像ファイル名称情報911B1、対応主画像撮像日時情報911B2、および、対応主画像サイズ情報911B3のうち1個または2個を設けない構成としてもよい。このような構成にすれば、対応主画像固有情報911Bの内容と主画像ファイル810との一致状態を判断する処理時の処理負荷を低減できる。なお、対応主画像ファイル名称情報911B1、対応主画像撮像日時情報911B2、および、対応主画像サイズ情報911B3に加え、あるいは、これらの代わりに、主画像ファイル810固有の情報を対応主画像固有情報911Bに設ける構成としてもよい。ここで、主画像ファイル810固有の情報としては、主画像の撮像場所、撮像装置200の機種、利用者により設定入力されたコメントなどが例示できる。   Furthermore, the corresponding main image unique information 911B may be configured not to include one or two of the corresponding main image file name information 911B1, the corresponding main image shooting date / time information 911B2, and the corresponding main image size information 911B3. With such a configuration, it is possible to reduce the processing load at the time of processing for determining the matching state between the content of the corresponding main image unique information 911B and the main image file 810. In addition to or instead of the corresponding main image file name information 911B1, the corresponding main image imaging date / time information 911B2, and the corresponding main image size information 911B3, information unique to the main image file 810 is associated with the corresponding main image specific information 911B. It is good also as a structure provided in. Here, examples of the information unique to the main image file 810 include the main image capturing location, the model of the image capturing apparatus 200, and a comment set and input by the user.

そして、本発明の画像データ処理装置を、複数の連続した画像から構成される映像に対するサムネイル画像のサムネイル画像データに関する処理を実施する構成に適用してもよい。   The image data processing apparatus of the present invention may be applied to a configuration that performs processing related to thumbnail image data of a thumbnail image for a video composed of a plurality of continuous images.

また、上述した各機能をプログラムとして構築したが、例えば回路基板などのハードウェアあるいは1つのIC(Integrated Circuit)などの素子にて構成するなどしてもよく、いずれの形態としても利用できる。なお、プログラムや別途記録媒体から読み取らせる構成とすることにより、上述したように取扱が容易で、利用の拡大が容易に図れる。   Each function described above is constructed as a program. However, for example, it may be configured by hardware such as a circuit board or an element such as one integrated circuit (IC), and can be used in any form. Note that, by using a configuration that allows reading from a program or a separate recording medium, as described above, handling is easy, and usage can be easily expanded.

その他、本発明の実施の際の具体的な構造および手順は、本発明の目的を達成できる範囲で他の構造などに適宜変更できる。   In addition, the specific structure and procedure for carrying out the present invention can be appropriately changed to other structures and the like within a range in which the object of the present invention can be achieved.

〔実施の形態の効果〕
上述したように、上記実施の形態では、画像データ編集装置400は、処理部450にて、主画像ファイル名称情報811Aおよび主画像データ813を有する主画像ファイル810を取得して記憶手段430に記憶させる。また、処理部450は、主画像データ813の主画像を縮小したサムネイル画像425を表示させるための抽出サムネイル画像データ912を取得するとともに、主画像データ813固有の対応主画像固有情報911Bを生成する。そして、主画像ファイル810と同一のファイル名をサムネイルファイル910のファイル名として記録したサムネイルファイル名称情報911A、対応主画像固有情報911B、および、抽出サムネイル画像データ912を有するサムネイルファイル910を生成してメモリ440に記憶させる。
[Effect of the embodiment]
As described above, in the above embodiment, the image data editing apparatus 400 acquires the main image file 810 having the main image file name information 811A and the main image data 813 in the processing unit 450 and stores it in the storage unit 430. Let Further, the processing unit 450 obtains extracted thumbnail image data 912 for displaying a thumbnail image 425 obtained by reducing the main image of the main image data 813, and generates corresponding main image unique information 911B unique to the main image data 813. . Then, a thumbnail file 910 having thumbnail file name information 911A, corresponding main image unique information 911B, and extracted thumbnail image data 912 in which the same file name as the main image file 810 is recorded as the file name of the thumbnail file 910 is generated. Store in the memory 440.

このため、例えばサムネイルファイル910が不正に差し替えられた場合、以下のような処理により差し替えられた旨を認識できる。すなわち、主画像ファイル名称情報811Aおよびサムネイルファイル名称情報911Aに基づいて、主画像ファイル810と同一ファイル名を有するサムネイルファイル910を検索し、この検索したサムネイルファイル910の対応主画像固有情報911Bの内容が主画像ファイル810と一致しているか否かを判断する。そして、一致していないと判断した場合に、サムネイルファイル910が差し替えられたと認識し、一致していると判断した場合に、差し替えられていないと認識することができる。したがって、対応主画像固有情報911Bの参照により差し替えられたサムネイルファイル910を特定でき、この特定したサムネイルファイル910のみに対して修復処理を実施するだけで、全ての主画像ファイル810およびサムネイルファイル910を適切に対応させた状態にすることができる。よって、従来の構成と比べて、全ての主画像ファイル810およびサムネイルファイル910を適切に対応させた状態にするための処理時間を短くすることができる。   Therefore, for example, when the thumbnail file 910 is illegally replaced, it can be recognized that the thumbnail file 910 has been replaced by the following processing. That is, based on the main image file name information 811A and the thumbnail file name information 911A, a thumbnail file 910 having the same file name as the main image file 810 is searched, and the contents of the corresponding main image unique information 911B of the searched thumbnail file 910 are searched. Is determined to match the main image file 810. When it is determined that they do not match, it is recognized that the thumbnail file 910 has been replaced, and when it is determined that they match, it can be recognized that they have not been replaced. Therefore, the replaced thumbnail file 910 can be specified by referring to the corresponding main image unique information 911B, and all the main image files 810 and thumbnail files 910 can be stored only by performing the repair process on only the specified thumbnail file 910. It is possible to make it correspond appropriately. Therefore, as compared with the conventional configuration, it is possible to shorten the processing time for making all the main image files 810 and thumbnail files 910 appropriately correspond to each other.

本発明の一実施の形態に係る画像データ編集システムの概略構成を示すブロック図である。1 is a block diagram illustrating a schematic configuration of an image data editing system according to an embodiment of the present invention. 前記一実施の形態における主画像ファイルリストの概略構成を示す模式図である。It is a schematic diagram which shows schematic structure of the main image file list | wrist in the said one Embodiment. 前記一実施の形態におけるサムネイルファイルリストの概略構成を示す模式図である。It is a schematic diagram which shows schematic structure of the thumbnail file list | wrist in the said one Embodiment. 前記一実施の形態における画像データ編集装置を構成する処理部の概略構成を示すブロック図である。It is a block diagram which shows schematic structure of the process part which comprises the image data editing apparatus in the said embodiment. 前記一実施の形態における主画像選択画面の概略構成を示す模式図である。It is a schematic diagram which shows schematic structure of the main image selection screen in the said embodiment. 前記一実施の形態における主画像の表示処理およびサムネイルファイルの修復処理を示すフローチャートである。4 is a flowchart showing main image display processing and thumbnail file restoration processing in the embodiment. 前記一実施の形態における主画像選択表示処理を示すフローチャートである。It is a flowchart which shows the main image selection display process in the said embodiment. 前記一実施の形態におけるサムネイルファイル保存処理を示すフローチャートである。It is a flowchart which shows the thumbnail file preservation | save process in the said one Embodiment.

符号の説明Explanation of symbols

420…報知手段としても機能する表示手段
425…縮小画像としてのサムネイル画像
450…演算手段としての処理部
451…画像データ処理装置を構成する第1の記憶制御手段としての主画像保存処理手段
452…画像データ処理装置を構成する縮小画像データ生成手段としても機能しうる縮小画像データ取得手段としてのサムネイル取得手段
453…画像データ処理装置を構成する対応画像固有情報生成手段としても機能するサムネイルヘッダ情報生成手段
454…画像データ処理装置を構成する識別情報検索手段としての対応サムネイル検索手段
455…画像データ処理装置を構成する固有内容一致判断手段
456…画像データ処理装置を構成する第2の記憶制御手段としてのサムネイル保存処理手段
457…画像データ処理装置を構成する画像データ検索手段としての対応主画像検索手段
458…画像データ処理装置を構成する報知制御手段および縮小画像表示制御手段としての選択画面表示処理手段
810…主画像ファイル
811A…画像識別情報としての主画像ファイル名称情報
813…主画像データ
911A…縮小画像識別情報としてのサムネイルファイル名称情報
911B…対応主画像固有情報
911B1…対応画像識別情報としての対応主画像ファイル名称情報
911B2…生成日時情報としての対応主画像撮像日時情報
911B3…画像データサイズ情報としての対応主画像サイズ情報
912…縮小画像データとしての抽出サムネイル画像データ
420 ... Display means that also functions as notification means 425 ... Thumbnail image as reduced image 450 ... Processing section as calculation means 451 ... Main image storage processing means 452 as first storage control means constituting the image data processing apparatus ... Thumbnail acquisition means 453 as reduced image data acquisition means that can also function as reduced image data generation means constituting the image data processing apparatus 453... Thumbnail header information generation that also functions as corresponding image unique information generation means constituting the image data processing apparatus Means 454 ... Corresponding thumbnail search means as identification information search means constituting the image data processing apparatus 455 ... Unique content matching judgment means constituting the image data processing apparatus 456 ... As second storage control means constituting the image data processing apparatus Thumbnail storage processing means 457... Image data processing Corresponding main image search means as image data search means constituting the device 458... Selection screen display processing means as the notification control means and reduced image display control means constituting the image data processing device 810... Main image file 811 A. Main image file name information as 813 ... Main image data 911A ... Thumbnail file name information as reduced image identification information 911B ... Corresponding main image unique information 911B1 ... Corresponding main image file name information as corresponding image identification information 911B2 ... Generation date information Corresponding main image shooting date / time information as 911B3 ... Corresponding main image size information as image data size information 912 ... Extracted thumbnail image data as reduced image data

Claims (12)

所定の画像を表示手段で表示させるための画像データを取得して、この画像データを識別するための画像識別情報に関連付けて記憶させる第1の記憶制御手段と、
前記画像を縮小した縮小画像を前記表示手段で表示させるための縮小画像データを取得する縮小画像データ取得手段と、
前記画像データ固有の情報が記録された対応画像固有情報を生成する対応画像固有情報生成手段と、
前記縮小画像データおよび前記対応画像固有情報を、前記画像識別情報に対応し前記縮小画像データを識別するための縮小画像識別情報に関連付けて記憶させる第2の記憶制御手段と、
を具備したことを特徴とした画像データ処理装置。
First storage control means for acquiring image data for displaying a predetermined image on the display means and storing the image data in association with image identification information for identifying the image data;
Reduced image data acquisition means for acquiring reduced image data for causing the display means to display a reduced image obtained by reducing the image;
Corresponding image unique information generating means for generating corresponding image unique information in which the information specific to the image data is recorded;
Second storage control means for storing the reduced image data and the corresponding image unique information in association with the reduced image identification information for identifying the reduced image data corresponding to the image identification information;
An image data processing apparatus comprising:
請求項1に記載の画像データ処理装置であって、
前記第1の記憶制御手段は、Exif(Exchangeable Image File Format)規格に準拠し前記画像データおよび前記縮小画像データを備えた画像ファイルを取得して記憶させ、
前記縮小画像データ取得手段は、前記画像ファイルから前記縮小画像データを抽出して取得する
ことを特徴とした画像データ処理装置。
The image data processing apparatus according to claim 1,
The first storage control means acquires and stores an image file including the image data and the reduced image data in conformity with the Exif (Exchangeable Image File Format) standard,
The reduced image data acquisition means extracts and acquires the reduced image data from the image file.
請求項1または請求項2に記載の画像データ処理装置であって、
前記第1の記憶制御手段で取得された前記画像データに基づいて前記縮小画像データを生成する縮小画像データ生成手段を具備し、
前記縮小画像データ取得手段は、前記縮小画像データ生成手段で生成された前記縮小画像データを取得する
ことを特徴とした画像データ処理装置。
The image data processing apparatus according to claim 1 or 2,
Comprising reduced image data generation means for generating the reduced image data based on the image data acquired by the first storage control means;
The reduced image data acquisition unit acquires the reduced image data generated by the reduced image data generation unit.
請求項1ないし請求項3のいずれかに記載の画像データ処理装置であって、
所定の前記画像データの前記画像識別情報に対応する前記縮小画像識別情報を検索する識別情報検索手段と、
この識別情報検索手段で前記縮小画像識別情報を検索できたことを認識すると、前記縮小画像識別情報で識別される前記縮小画像データの前記対応画像固有情報の内容が前記画像識別情報で識別される前記画像データ固有の内容と一致するか否かを判断する固有内容一致判断手段と、
を具備し、
前記縮小画像データ取得手段は、前記固有内容一致判断手段で前記一致していないと判断されたことを認識すると、前記画像識別情報で識別される前記画像データに対応する前記縮小画像データを新たに取得し、
前記対応画像固有情報生成手段は、前記識別される前記画像データ固有の情報が記録された前記対応画像固有情報を新たに生成し、
前記第2の記憶制御手段は、前記新たに取得された前記縮小画像データおよび前記新たに生成された前記対応画像固有情報を、前記縮小画像識別情報に関連付けて記憶させる
ことを特徴とした画像データ処理装置。
An image data processing apparatus according to any one of claims 1 to 3,
Identification information search means for searching for the reduced image identification information corresponding to the image identification information of the predetermined image data;
When recognizing that the reduced image identification information can be searched by the identification information search means, the content of the corresponding image unique information of the reduced image data identified by the reduced image identification information is identified by the image identification information. Unique content match determination means for determining whether or not it matches the content specific to the image data;
Comprising
When the reduced image data acquisition unit recognizes that the unique content match determination unit determines that they do not match, the reduced image data acquisition unit newly adds the reduced image data corresponding to the image data identified by the image identification information. Acquired,
The corresponding image unique information generating means newly generates the corresponding image unique information in which information specific to the identified image data is recorded,
The second storage control means stores the newly acquired reduced image data and the newly generated corresponding image unique information in association with the reduced image identification information. Processing equipment.
請求項1ないし請求項4のいずれかに記載の画像データ処理装置であって、
所定の前記縮小画像データの前記対応画像固有情報で内容が表される前記画像データを検索する画像データ検索手段を具備した
ことを特徴とした画像データ処理装置。
An image data processing apparatus according to any one of claims 1 to 4,
An image data processing device comprising image data search means for searching for the image data whose contents are represented by the corresponding image unique information of the predetermined reduced image data.
請求項5に記載の画像データ処理装置であって、
前記画像データ検索手段で前記画像データを検索できないことを認識すると、前記縮小画像データに対応する前記画像データが記憶されていない旨を報知手段で報知させる報知制御手段を具備した
ことを特徴とした画像データ処理装置。
The image data processing apparatus according to claim 5,
When the image data search means recognizes that the image data cannot be searched, it has a notification control means for informing the notification means that the image data corresponding to the reduced image data is not stored. Image data processing device.
請求項5または請求項6に記載の画像データ処理装置であって、
前記縮小画像を前記表示手段で表示させる縮小画像表示制御手段を具備し、
前記画像データ検索手段は、前記縮小画像表示制御手段による表示対象の前記縮小画像の前記縮小画像データに対して前記検索する処理を実施する
ことを特徴とした画像データ処理装置。
The image data processing apparatus according to claim 5 or 6, wherein
Comprising reduced image display control means for displaying the reduced image on the display means;
The image data search means performs the search processing on the reduced image data of the reduced image to be displayed by the reduced image display control means.
請求項1ないし請求項7のいずれかに記載の画像データ処理装置であって、
前記対応画像固有情報は、前記画像識別情報の内容が記録された対応画像識別情報を備えた
ことを特徴とした画像データ処理装置。
An image data processing apparatus according to any one of claims 1 to 7,
The image data processing apparatus, wherein the corresponding image unique information includes corresponding image identification information in which contents of the image identification information are recorded.
請求項1ないし請求項8のいずれかに記載の画像データ処理装置であって、
前記対応画像固有情報は、前記画像データが生成された日時に関する生成日時情報を備えた
ことを特徴とした画像データ処理装置。
An image data processing apparatus according to any one of claims 1 to 8,
The corresponding image unique information includes generation date / time information related to a date / time when the image data was generated.
請求項1ないし請求項9のいずれかに記載の画像データ処理装置であって、
前記対応画像固有情報は、前記画像データのサイズに関する画像データサイズ情報を備えた
ことを特徴とした画像データ処理装置。
An image data processing apparatus according to any one of claims 1 to 9,
The image data processing apparatus, wherein the corresponding image unique information includes image data size information related to a size of the image data.
演算手段により、所定の画像の縮小画像を表示手段で表示させるための縮小画像データに関する処理を実施する画像データ処理方法であって、
前記演算手段は、
前記画像を前記表示手段で表示させるための画像データを取得して、この画像データを識別するための画像識別情報に関連付けて記憶させ、
前記縮小画像データを取得し、
前記画像データ固有の情報が記録された対応画像固有情報を生成し、
前記縮小画像データおよび前記対応画像固有情報を、前記画像識別情報に対応し前記縮小画像データを識別するための縮小画像識別情報に関連付けて記憶させる
ことを特徴とする画像データ処理方法。
An image data processing method for performing processing related to reduced image data for displaying a reduced image of a predetermined image on a display means by a calculation means,
The computing means is
Obtaining image data for displaying the image on the display means, storing the image data in association with image identification information for identifying the image data;
Obtaining the reduced image data;
Generating corresponding image specific information in which the information specific to the image data is recorded;
The reduced image data and the corresponding image unique information are stored in association with reduced image identification information for identifying the reduced image data corresponding to the image identification information.
演算手段を、請求項1ないし請求項10のいずれかに記載の画像データ処理装置として機能させる
ことを特徴とした画像データ処理プログラム。
An image data processing program characterized by causing an arithmetic means to function as the image data processing device according to any one of claims 1 to 10.
JP2005325527A 2005-11-10 2005-11-10 Image data processing apparatus, method therefor, and program therefor Withdrawn JP2007134918A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005325527A JP2007134918A (en) 2005-11-10 2005-11-10 Image data processing apparatus, method therefor, and program therefor

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005325527A JP2007134918A (en) 2005-11-10 2005-11-10 Image data processing apparatus, method therefor, and program therefor

Publications (1)

Publication Number Publication Date
JP2007134918A true JP2007134918A (en) 2007-05-31

Family

ID=38156225

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005325527A Withdrawn JP2007134918A (en) 2005-11-10 2005-11-10 Image data processing apparatus, method therefor, and program therefor

Country Status (1)

Country Link
JP (1) JP2007134918A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112734882A (en) * 2020-12-30 2021-04-30 维沃移动通信有限公司 Image processing method and device

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112734882A (en) * 2020-12-30 2021-04-30 维沃移动通信有限公司 Image processing method and device
CN112734882B (en) * 2020-12-30 2024-03-05 维沃移动通信有限公司 Image processing method and device

Similar Documents

Publication Publication Date Title
US7822295B2 (en) Image processing apparatus, image searching method, and program
EP2105930B1 (en) Selection and positioning of images within a template based on relative comparison of image attributes
JP5834879B2 (en) Image printing apparatus, method, program, image processing apparatus, method, and program
JP5412133B2 (en) Playback apparatus and playback method
US8705878B2 (en) Imaging apparatus, character information association method and character information association program
JP2010117816A (en) Communication terminal
JP2008035149A (en) Video recording and reproducing system and video recording and reproducing method
JP4692614B2 (en) Printing apparatus and program
JP5336759B2 (en) Image output apparatus and image output method
JP2010125779A (en) Printing apparatus and program
JP2007134918A (en) Image data processing apparatus, method therefor, and program therefor
JP6850323B2 (en) Information processing device, its control method and program
JP2008040850A (en) Information processor, information processing method, and computer program
JP2009055272A (en) Image processing apparatus, image processing method, and image processing program
JP2009277140A (en) Information processor, processing flow creation system, processing flow display method, processing flow display program, and recording medium
JP2008098811A (en) Image browsing device, image browsing system, and program for image browsing
JP2007011762A (en) Area extraction apparatus and area extraction method
JP4474348B2 (en) Information processing apparatus, information processing method, program, and storage medium
JP4707735B2 (en) Information processing apparatus, imaging apparatus, image display method, storage medium, and program
JP4592447B2 (en) Image data filing system
JP5215427B2 (en) Information processing apparatus, information processing method, program, and recording medium
JP2011035593A (en) Electronic apparatus
JP5149616B2 (en) File management apparatus, file management method, and file management program
JP2006080670A (en) Image processing apparatus and image processing method
JP2008219425A (en) Image processor and image processing method

Legal Events

Date Code Title Description
RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20070705

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20070814

A300 Withdrawal of application because of no request for examination

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20090203