JP2008258916A - Image processor, control method for image processor and computer program - Google Patents

Image processor, control method for image processor and computer program Download PDF

Info

Publication number
JP2008258916A
JP2008258916A JP2007098705A JP2007098705A JP2008258916A JP 2008258916 A JP2008258916 A JP 2008258916A JP 2007098705 A JP2007098705 A JP 2007098705A JP 2007098705 A JP2007098705 A JP 2007098705A JP 2008258916 A JP2008258916 A JP 2008258916A
Authority
JP
Japan
Prior art keywords
image processing
image data
image
setting
history information
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2007098705A
Other languages
Japanese (ja)
Inventor
Naoki Matsuki
直紀 松木
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Canon Inc
Original Assignee
Canon Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Canon Inc filed Critical Canon Inc
Priority to JP2007098705A priority Critical patent/JP2008258916A/en
Publication of JP2008258916A publication Critical patent/JP2008258916A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Image Processing (AREA)
  • Facsimile Image Signal Circuits (AREA)
  • Color Image Communication Systems (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To facilitate management of image data without requiring to store two pieces of image data, one being image data before subjected to image processing and one being image data subjected to image processing, each time the image processing is performed. <P>SOLUTION: The image processor for performing image processing of the image data is provided with a history setting judging means for judging whether history information of image processing is set in the image data (step S402), and an inverse processing means for performing image processing of inverse processing of image data before subjected to image processing of the history information, with respect to the image data for which the history setting judging means judges that history information is set (step S403). <P>COPYRIGHT: (C)2009,JPO&INPIT

Description

本発明は、例えば、デジタルカメラにより撮影して得られたデジタル画像データを処理する画像処理装置、画像処理装置の制御方法及びコンピュータプログラムに関する。   The present invention relates to an image processing apparatus that processes digital image data obtained by photographing with a digital camera, for example, a control method for the image processing apparatus, and a computer program.

デジタルスチルカメラ等の撮像装置は、CMOS、CCD等の撮像素子により被写体光学像を光電変換して得られた撮影画像の電気信号を、デジタルデータに変換してRAWデータとして保存する。前記撮像素子は、R、G、Bの各色を受容する受容体が規則的に並べられたものであり、そのため、RAWデータとして保存されるデジタルデータも同様の並びとなる。   An imaging apparatus such as a digital still camera converts an electrical signal of a captured image obtained by photoelectrically converting a subject optical image with an imaging element such as a CMOS or CCD into digital data and stores it as RAW data. The image pickup device is configured such that receptors for receiving R, G, and B colors are regularly arranged. Therefore, digital data stored as RAW data is also arranged in the same manner.

撮影画像を画像出力装置で出力するためには、RAWデータに対して色補間、ガンマ補正処理、ホワイトバランス調整処理等を行い、RGB画像やJPG等の画像データを作成する必要がある。ここで、RAWデータからRGB画像やJPG等の画像データを作る一連の処理を、以降では現像、又は現像処理と呼ぶ。RAWデータを用いると、ホワイトバランス等の画像パラメータをユーザが任意に設定することが可能であり、更に画質の劣化を抑えることができる。   In order to output a captured image with an image output device, it is necessary to perform color interpolation, gamma correction processing, white balance adjustment processing, and the like on RAW data to create image data such as RGB images and JPGs. Here, a series of processes for creating image data such as RGB images and JPG from RAW data is hereinafter referred to as development or development processing. When RAW data is used, the user can arbitrarily set image parameters such as white balance, and deterioration of image quality can be further suppressed.

デジタルスチルカメラで撮影される画像の解像度は非常に高く、現像して得られる画像データのデータ量も非常に大きくなる。そのため、画像データはJPG等に圧縮して保存されることが多い。又、現像処理には非常に多くの時間を要するため、RAWデータと現像後の画像データは別々の場所に保存されることも多く、画像の閲覧や微調整には現像後の画像データが用いられる。   The resolution of an image taken with a digital still camera is very high, and the amount of image data obtained by development is very large. For this reason, image data is often compressed and stored in JPG or the like. In addition, since the development process takes a very long time, the RAW data and the developed image data are often stored in different locations, and the developed image data is used for browsing and fine-tuning the image. It is done.

しかし、現像後の画像データからは、現像時にRAWデータに対して行なわれた処理を知ることができず、一度、現像してしまうと現像前に行った処理のやり直しができなくなってしまうという問題がある。また、現像の元となるRAWデータを紛失してしまった場合等も同様である。   However, the image data after development cannot know the processing performed on the RAW data at the time of development, and once developed, the processing performed before development cannot be redone. There is. The same applies to the case where RAW data that is the source of development is lost.

さらに、RAWデータの現像処理に限らず、画像データに何らかの画像処理を加えて保存した場合にも同様の問題が起こりうる。例えば、画像データ1に対してプロファイルを適用して画像データ2として上書き保存してしまうと、画像データ1に対してプロファイルを変更することはできない。   Further, the same problem may occur not only in the development processing of RAW data, but also when image data is subjected to some image processing and stored. For example, if a profile is applied to image data 1 and is overwritten and saved as image data 2, the profile cannot be changed for image data 1.

このような問題を解決するため、画像処理を行う画像処理装置では様々な工夫がされている。例えば、特許文献1の発明は、画像データに対して編集履歴を記憶する履歴ファイルが設けられ、編集者が履歴ファイルを視覚的に判断して、元の画像データに対して再度処理をやり直すことで、画像データの編集のやり直しや変更を行うことができる。   In order to solve such a problem, various contrivances have been made in image processing apparatuses that perform image processing. For example, in the invention of Patent Document 1, a history file that stores an editing history is provided for image data, and the editor visually determines the history file and performs the process again on the original image data. Thus, the image data can be edited again or changed.

特開2000−57322号公報JP 2000-57322 A 特開2005−159995号公報JP 2005-159995 A

しかしながら、上記特許文献1の発明は、画像データの編集のやり直しや変更を行うためには、画像処理を行う前の画像データが必ず必要となる。すなわち、画像データに対して画像処理を行うたびに、画像処理を行う前の画像データと画像処理を行った後の画像データとの2つを保存しなければならない。そのため、画像処理を多く行うと、記憶媒体に画像データを保存するための保存領域を多く確保しなければならない。また、画像処理を行う前の画像データを別ファイルとして保存した場合、画像処理を行う前の画像データを紛失してしまうと、画像データの編集のやり直しや変更ができなくなってしまうという問題が生じる。   However, in the invention of the above-mentioned Patent Document 1, in order to redo or change image data, image data before image processing is necessarily required. That is, every time image processing is performed on image data, the image data before image processing and the image data after image processing must be stored. For this reason, if a large amount of image processing is performed, a large storage area for storing image data in the storage medium must be secured. In addition, when image data before image processing is saved as a separate file, if the image data before image processing is lost, the image data cannot be re-edited or changed. .

本発明は上記のような問題点に鑑みてなされたものであり、画像処理を行うたびに、画像処理を行う前の画像データと画像処理を行った後の画像データとの2つを保存する必要がなく、画像データの管理を簡単に行えるようにすることを目的とする。   The present invention has been made in view of the above-described problems, and each time image processing is performed, the image data before image processing and image data after image processing are stored. The object is to make it easy to manage image data.

本発明に係る画像処理装置は、画像データに対して画像処理を行う画像処理装置であって、前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段と、前記履歴設定判断手段により履歴情報が設定されていると判断された画像データに対して、前記履歴情報の画像処理が行われる以前の画像データに逆処理の画像処理を行う逆処理手段とを備えたことを特徴とする。   An image processing apparatus according to the present invention is an image processing apparatus that performs image processing on image data, and history setting determination means that determines whether image processing history information is set in the image data; A reverse processing unit that performs reverse processing on the image data before the history information image processing is performed on the image data for which the history information is determined to be set by the history setting determination unit; It is characterized by that.

また、本発明に係る別の画像処理装置は、画像データに対して画像処理を行う画像処理装置であって、画像処理のパラメータを設定するパラメータ設定手段と、前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段とを備え、前記履歴設定判断手段により履歴情報が設定されていると判断された画像データに対してのみ前記パラメータ設定手段によりパラメータを設定できることを特徴とする。   Another image processing apparatus according to the present invention is an image processing apparatus that performs image processing on image data, parameter setting means for setting image processing parameters, and image processing history information in the image data. A history setting determination means for determining whether or not the history information is set, and the parameter setting means can set the parameter only for the image data for which the history information is determined to be set by the history setting determination means. Features.

また、本発明に係る別の画像処理装置は、画像データに対して画像処理を行う画像処理装置であって、画像処理のパラメータを設定するパラメータ設定手段と、前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段と、前記履歴設定判断手段により履歴情報が設定されていると判断された画像データの履歴情報から逆処理可能な処理を判別する可逆処理判別手段とを備え、前記可逆処理判別手段により逆処理可能な処理と判別したパラメータのみ前記パラメータ設定手段により前記パラメータを設定できることを特徴とする。   Another image processing apparatus according to the present invention is an image processing apparatus that performs image processing on image data, parameter setting means for setting image processing parameters, and image processing history information in the image data. A history setting determining unit that determines whether or not the history information is set, and a reversible process determining unit that determines a process that can be reversely processed from the history information of the image data that has been determined that the history information is set by the history setting determining unit. And the parameter setting unit can set the parameter only for the parameter determined to be a process that can be reversely processed by the reversible process determination unit.

また、本発明に係る別の画像処理装置は、画像データに対して画像処理を行う画像処理装置であって、画像処理のパラメータを設定するパラメータ設定手段と、前記パラメータ設定手段により設定されたパラメータに従って画像データに対して画像処理を行う画像処理実行手段と、前記画像処理実行手段により画像処理を行った画像データに対して、その画像処理の履歴情報を設定する履歴情報設定手段とを備えたことを特徴とする。   Another image processing apparatus according to the present invention is an image processing apparatus that performs image processing on image data, and includes parameter setting means for setting image processing parameters and parameters set by the parameter setting means. Image processing execution means for performing image processing on the image data according to the information processing apparatus, and history information setting means for setting image processing history information for the image data subjected to image processing by the image processing execution means. It is characterized by that.

本発明によれば、画像処理を行うたびに、画像処理を行う前の画像データと画像処理を行った後の画像データとの2つを保存する必要がなく、画像処理を行った画像データの管理を容易に行うことができる。また、画像処理を行う前の画像データを失ったとしても、画像処理のやり直しを行うことができる。   According to the present invention, each time image processing is performed, there is no need to save two of the image data before image processing and the image data after image processing. Management can be performed easily. Further, even if the image data before the image processing is lost, the image processing can be performed again.

(第1の実施形態)
以下、図面を参照して本発明に係る実施形態について説明する。
図1は、本実施形態に係る画像処理装置のハードウェア構成を示す図である。
CPU101は、画像処理装置に係る動作をコントロールし、一次記憶102に格納されたプログラムの実行等を行う。
(First embodiment)
Embodiments according to the present invention will be described below with reference to the drawings.
FIG. 1 is a diagram illustrating a hardware configuration of the image processing apparatus according to the present embodiment.
The CPU 101 controls operations related to the image processing apparatus, and executes a program stored in the primary storage 102.

一次記憶102は、記憶媒体であり、主としてメモリで構成される。二次記憶103は、記憶媒体であり、例えばハードディスク等で構成される。一般に、一次記憶の容量は二次記憶の容量より小さいので、二次記憶103には、一次記憶に格納しきれないプログラムやデータ等が格納される。また、長時間記憶しなくてはならないデータ等も二次記憶に格納される。本実施形態では、本実施形態の処理手順を実現するプログラムが、二次記憶103に格納されており、プログラム実行時に一次記憶102に読み込まれ、CPU101が、そのプログラムの実行処理を行う。   The primary storage 102 is a storage medium and is mainly composed of a memory. The secondary storage 103 is a storage medium, and is composed of, for example, a hard disk. In general, since the capacity of the primary storage is smaller than the capacity of the secondary storage, the secondary storage 103 stores programs, data, and the like that cannot be stored in the primary storage. Data that must be stored for a long time is also stored in the secondary storage. In the present embodiment, a program that realizes the processing procedure of the present embodiment is stored in the secondary storage 103, and is read into the primary storage 102 when the program is executed, and the CPU 101 executes the execution process of the program.

入力デバイス104は、例えばマウスやキーボード等である。ユーザは、入力デバイス104を用いて、出力デバイス105に表示された表示画面に対して選択や入力をしたり、プログラム等に割り込み信号を送ったりすることができる。出力デバイス105は、例えば、モニタやプリンタであり、画像処理を行う画像データを表示したり、画像処理を行うパラメータを表示したりする。読込デバイス106は、CCD素子等で構成されている撮像装置で撮像された画像データを直接又は間接的に読み込み、一次記憶102や二次記憶103に記憶させる。   The input device 104 is, for example, a mouse or a keyboard. The user can use the input device 104 to select or input to the display screen displayed on the output device 105, or to send an interrupt signal to a program or the like. The output device 105 is, for example, a monitor or a printer, and displays image data for performing image processing and displays parameters for performing image processing. The reading device 106 directly or indirectly reads image data picked up by an image pickup device constituted by a CCD element or the like, and stores it in the primary storage 102 or the secondary storage 103.

図2は、本実施形態に係る画像処理装置の基本的な動作処理を示すフローチャートである。まず、ステップS201では、ユーザが画像処理の対象となる画像データを選択し、CPU101が指定した画像データを検出する。次に、ステップS202では、選択した画像データに対し、ユーザが画像処理を行う画像処理のパラメータを設定し(パラメータ設定手段)、CPU101がその画像処理のパラメータを検出する。次に、ステップS203では、ステップS202で設定したパラメータに従い、ステップS201で選択した画像データに対して画像処理を行う(画像処理実行手段)。以下、図面を参照して各ステップにおける処理動作について説明する。   FIG. 2 is a flowchart showing basic operation processing of the image processing apparatus according to the present embodiment. First, in step S201, the user selects image data to be subjected to image processing, and detects image data designated by the CPU 101. In step S202, the user sets image processing parameters for performing image processing on the selected image data (parameter setting unit), and the CPU 101 detects the image processing parameters. Next, in step S203, image processing is performed on the image data selected in step S201 according to the parameters set in step S202 (image processing execution means). Hereinafter, the processing operation in each step will be described with reference to the drawings.

図3は、上述したステップS201、ステップS202での、出力デバイス105のモニタに表示される表示画面の一例を示す図である。図3に示すように、表示画面は、画像プレビュー部301、パラメータ設定部としての色変換マトリクス選択部302、実行ボタン303等でGUI(Graphical User Interface)を構成している。   FIG. 3 is a diagram illustrating an example of a display screen displayed on the monitor of the output device 105 in step S201 and step S202 described above. As shown in FIG. 3, the display screen forms a GUI (Graphical User Interface) with an image preview unit 301, a color conversion matrix selection unit 302 as a parameter setting unit, an execution button 303, and the like.

画像プレビュー部301には、ステップS201において、ユーザが選択した画像処理の対象となる画像データを、CPU101がプレビュー表示する。なお、処理対象の画像データは、例えば、オペレーティングシステムのファイル管理システム上から画像プレビュー部301に画像データのファイルをドラッグアンドドロップすることによって指定されようにしてもよい。また、入力デバイス104を用いて画像データのファイル名を直接入力してもよい。   In step S <b> 201, the CPU 101 displays a preview of the image data targeted for image processing selected by the user in the image preview unit 301. The image data to be processed may be designated by dragging and dropping an image data file from the file management system of the operating system to the image preview unit 301, for example. Alternatively, the file name of the image data may be directly input using the input device 104.

色変換マトリクス選択部302は、ステップS202において、ユーザが画像処理を行う画像処理のパラメータを選択することができる。本実施形態では、画像処理として色変換を行い、画像処理のパラメータとして色変換マトリクスを例に挙げて説明する。色変換マトリクス選択部302では、予め設定された色変換マトリクス群の中から、ユーザが任意のマトリクスを選択することができる。CPU101は、色変換マトリクス選択部302で選択されたマトリクスを適用して画像処理を行った結果を、リアルタイムで画像プレビュー部301に反映する。実行ボタン303は、ユーザが押下することで、色変換マトリクス選択部302で選択された色変換マトリクスを、対象となる画像データに適用する。   In step S202, the color conversion matrix selection unit 302 can select an image processing parameter for the user to perform image processing. In the present embodiment, color conversion is performed as image processing, and a color conversion matrix is described as an example of image processing parameters. The color conversion matrix selection unit 302 allows the user to select an arbitrary matrix from a preset color conversion matrix group. The CPU 101 reflects the result of image processing by applying the matrix selected by the color conversion matrix selection unit 302 in the image preview unit 301 in real time. The execute button 303 applies the color conversion matrix selected by the color conversion matrix selection unit 302 to the target image data when pressed by the user.

図4は、本実施形態に係る上述したステップS203における動作処理を示すフローチャートである。以下の処理は、ステップS201において、選択された処理対象の画像データについて行う。
まず、ステップS401では、CPU101が、ユーザにより、新しく画像処理を行うマトリクスが選択されたか否かを判定する。マトリクスが変更されていれば、ステップS402へ進む。変更されていなければ、処理を行わずに終了する。
FIG. 4 is a flowchart showing the operation process in step S203 described above according to the present embodiment. The following processing is performed on the selected image data to be processed in step S201.
First, in step S401, the CPU 101 determines whether a new matrix for performing image processing has been selected by the user. If the matrix has been changed, the process proceeds to step S402. If it has not been changed, the process ends without performing any processing.

次に、ステップS402において、CPU101は、処理対象の画像データに前回色変換マトリクスが適用されて、画像処理が行われたかを示す履歴情報が付加されているか否かを判断する(履歴設定判断手段)。履歴情報が付加されているならば、ステップS403へ進む。付加されていなければ、ステップS404へ進む。   Next, in step S402, the CPU 101 determines whether or not history information indicating whether image processing has been performed by applying the previous color conversion matrix to the image data to be processed is added (history setting determination unit). ). If history information has been added, the process proceeds to step S403. If not added, the process proceeds to step S404.

次に、ステップS403において、CPU101は、画像データに付加された履歴情報を参照し、処理対象の画像データに対して前回適用された色変換マトリクスM0の逆行列、すなわちM0-1を適用して逆処理の画像処理を行う。すなわち、履歴情報が付加されていると判断された画像データに対して、履歴情報の画像処理が行われる以前の画像データに逆処理の画像処理を行う(逆処理手段)。ステップS403により、処理対象の画像データに対し、色変換マトリクスM0の逆行列を適用して画像処理を行うことで、履歴情報の画像処理が行われる前の状態に近似的に戻すことができる。なお、画像データに対して色変換マトリクスを適用して画像処理を行う手順については、後述する。 Next, in step S403, the CPU 101 refers to the history information added to the image data, and applies the inverse matrix of the color conversion matrix M0 previously applied to the image data to be processed, that is, M0 −1. Reverse image processing is performed. That is, reverse image processing is performed on image data before history information image processing is performed on image data for which history information is determined to be added (reverse processing means). By performing image processing on the image data to be processed by applying the inverse matrix of the color conversion matrix M0 in step S403, it is possible to approximately return to the state before the history information image processing is performed. A procedure for performing image processing by applying a color conversion matrix to image data will be described later.

次に、ステップS404において、CPU101は、逆処理の画像処理を行った画像データ、又は履歴情報が付加されていない画像データに対して、新しく適用する色変換マトリクスM1を適用して画像処理を行う。   In step S <b> 404, the CPU 101 performs image processing by applying the color conversion matrix M <b> 1 that is newly applied to image data that has been subjected to reverse image processing or image data to which no history information has been added. .

次に、ステップS405において、CPU101は、新しく適用して画像処理を行った色変換マトリクスM1の情報を、履歴情報として処理対象の画像データに付加する(履歴情報設定手段)。ここで、処理対象の画像データがJPGであれば、履歴情報は、例えば、JPGのファイル構造の外側の殻部分であるAPP2部分等の画像データの読み込みに影響を与えない場所へ埋め込まれる。   Next, in step S405, the CPU 101 adds the information of the color conversion matrix M1 newly applied and subjected to image processing to the image data to be processed as history information (history information setting unit). If the image data to be processed is JPG, the history information is embedded in a location that does not affect the reading of the image data, such as the APP2 portion that is the outer shell portion of the JPG file structure.

本実施形態によれば、履歴情報が付加されている画像データに対して、履歴情報の画像処理が行われる以前の画像データに逆処理の画像処理を行った後、前記逆処理の画像処理を行った画像データに対して設定されたパラメータに従って画像処理を行う。したがって、画像処理を行うたびに、画像処理を行う前の画像データと画像処理を行った後の画像データとの2つを保存する必要がなく、画像処理を行った画像データの管理を容易に行うことができる。   According to the present embodiment, the reverse image processing is performed on the image data to which the history information is added, after the reverse image processing is performed on the image data before the historical information image processing is performed. Image processing is performed according to the parameters set for the performed image data. Therefore, each time image processing is performed, there is no need to save the image data before the image processing and the image data after the image processing, and management of the image data subjected to the image processing is facilitated. It can be carried out.

(色変換マトリクスを適用する手順についての説明)
ここで、図13に示すフローチャートを参照して、Wピクセル×Hピクセルの大きさの画像に対して、色変換マトリクスMにより色変換を行う画像処理について説明する。ここで、色変換マトリクスとは、3×3のマトリクスであり、画素の色配列(R、G、B)に対して掛け合わせることで、色配列(R’、G’、B’)に変換することができる。
(Explanation for applying color conversion matrix)
Here, with reference to a flowchart shown in FIG. 13, image processing for performing color conversion on an image having a size of W pixels × H pixels by the color conversion matrix M will be described. Here, the color conversion matrix is a 3 × 3 matrix, and is converted into a color array (R ′, G ′, B ′) by multiplying the pixel color array (R, G, B). can do.

まず、Wピクセル×Hピクセルの領域を、一次記憶102上に確保し、画像データをコピーする。この領域は画素の2次元配列としてアクセスでき、左上を起点として水平方向にi番目、垂直方向にj番目の画素をp (i、j)とする。次にステップS1301で変数jに1を代入する。次に、ステップS1302で変数iに1を代入する。次に、ステップS1303で、画素p (i、 j)の色配列(R、G、B)に対して色変換マトリクスMを掛け合わせ、画素の色を変換する。   First, an area of W pixels × H pixels is secured on the primary storage 102, and image data is copied. This area can be accessed as a two-dimensional array of pixels, and the i-th pixel in the horizontal direction and the j-th pixel in the vertical direction starting from the upper left are p (i, j). In step S1301, 1 is substituted for variable j. In step S1302, 1 is substituted for the variable i. In step S1303, the color conversion matrix M is multiplied by the color array (R, G, B) of the pixel p (i, j) to convert the color of the pixel.

次に、ステップS1304で変数iを値1だけインクリメントする。次に、ステップS1305でiとWの比較を行い、i>WであるならばステップS1306へ進み、そうでなければステップS1303へ進む。ステップS1306で変数jを値1だけインクリメントする。次に、ステップS1307でjとHの比較を行い、j> Hであれば処理を終了し、そうでなければステップS1302へ進む。   Next, the variable i is incremented by 1 in step S1304. Next, i and W are compared in step S1305. If i> W, the process proceeds to step S1306. Otherwise, the process proceeds to step S1303. In step S1306, the variable j is incremented by “1”. In step S1307, j is compared with H. If j> H, the process ends. If not, the process proceeds to step S1302.

上述した処理を行った結果、画像データに対して色変換マトリクスMを適用し画像処理を行った画像データを得ることができる。以下、色変換マトリクスを適用して画像処理を行う場合には、上記の処理により行うものとする。   As a result of performing the processing described above, it is possible to obtain image data that has been subjected to image processing by applying the color conversion matrix M to the image data. Hereinafter, when image processing is performed by applying a color conversion matrix, the above processing is performed.

(第2の実施形態)
第1の実施形態では、JPG等の一般的な画像データについて説明したが、RAWデータの現像についても同様に処理が可能である。本実施形態では、第1の実施形態で説明した画像処理装置に、RAWデータの現像機能を加えた場合について説明する。以下ではRAWデータではない画像データを、RGB画像という。なお、現像処理は画像処理の一部であるものとする。
(Second Embodiment)
In the first embodiment, general image data such as JPG has been described. However, development of RAW data can be similarly performed. In the present embodiment, a case where a RAW data developing function is added to the image processing apparatus described in the first embodiment will be described. Hereinafter, image data that is not RAW data is referred to as an RGB image. It is assumed that the development process is part of the image process.

ここで、RAWデータの現像処理については、特許文献2の方法を用いればよい。ここで、現像処理について図14を参照して簡単に説明する。図14は、図1の読込デバイス106が読み込む画像データを撮像する撮像装置である。この撮像装置のカラー処理ブロック22及びJPG処理ブロック23において現像処理が行われる。本実施形態の画像処理装置には、このカラー処理ブロック22及びJPG処理ブロック23が含まれて構成されている。   Here, the method disclosed in Patent Document 2 may be used for the RAW data development processing. Here, the developing process will be briefly described with reference to FIG. FIG. 14 shows an imaging apparatus that captures image data read by the reading device 106 of FIG. Development processing is performed in the color processing block 22 and the JPG processing block 23 of the image pickup apparatus. The image processing apparatus according to the present embodiment includes the color processing block 22 and the JPG processing block 23.

まず、被写体像が、主撮影光学系30を通して撮像素子10上に結像し、この撮像素子10からの出力信号をCDS/AGC/AD回路13を介して各画素毎に順々に所定のデジタル信号、つまりRAWデータに変換される。その後、RAWデータは、補正ブロック14にて、パターンノイズを除去するための補正が実行され、フロントメモリーコントローラ15を介してバッファメモリ16に記憶される。フロントメモリーコントローラ15の制御により、撮影データを記憶しているバッファメモリ16のデータをリアメモリーコントローラ18を介してワークメモリ21へ転送する。次に、ワークメモリ21のデータを、バスAに接続されているカラー処理ブロック22にて色補完処理やマトリックス補正を行ってR、G、Bの変換処理を行い、再度、ワークメモリ21に記憶する。ワークメモリ21に記憶したデータは、JPG処理ブロック23を介して所定の圧縮フォーマットに基づきデータ圧縮する。このように、RAWデータはカラー処理ブロック22及びJPG処理ブロック23で現像処理される。   First, a subject image is formed on the image sensor 10 through the main photographing optical system 30, and an output signal from the image sensor 10 is sequentially transmitted to a predetermined digital for each pixel via the CDS / AGC / AD circuit 13. It is converted into a signal, that is, RAW data. Thereafter, the RAW data is subjected to correction for removing pattern noise in the correction block 14 and stored in the buffer memory 16 via the front memory controller 15. Under the control of the front memory controller 15, the data in the buffer memory 16 storing the photographing data is transferred to the work memory 21 via the rear memory controller 18. Next, the data in the work memory 21 is subjected to color interpolation processing and matrix correction in the color processing block 22 connected to the bus A to perform R, G, and B conversion processing, and stored in the work memory 21 again. To do. Data stored in the work memory 21 is compressed based on a predetermined compression format via the JPG processing block 23. In this way, the RAW data is developed by the color processing block 22 and the JPG processing block 23.

本実施形態に係る画像処理装置の基本的な動作処理は、第1の実施形態における図2で示されるフローチャートと同様である。次に、図面を参照して各ステップにおける処理動作について説明する。なお、本実施形態に係る画像処理装置はRAWデータを現像することができる現像ツールとして説明する。   The basic operation processing of the image processing apparatus according to this embodiment is the same as the flowchart shown in FIG. 2 in the first embodiment. Next, the processing operation in each step will be described with reference to the drawings. Note that the image processing apparatus according to this embodiment will be described as a development tool capable of developing RAW data.

図5は、本実施形態に係るステップS201、ステップS202での、出力デバイス105のモニタに表示される表示画面の一例を示す図である。図5に示すように、表示画面は、画像プレビュー部501、パラメータ設定部としてのホワイトバランス選択部502、及び、パラメータ設定部としてのガンマ値選択部503、実行ボタン504等でGUIを構成している。なお、第1の実施形態と同じ構成については説明を省略する。   FIG. 5 is a diagram illustrating an example of a display screen displayed on the monitor of the output device 105 in step S201 and step S202 according to the present embodiment. As shown in FIG. 5, the display screen includes a GUI including an image preview unit 501, a white balance selection unit 502 as a parameter setting unit, a gamma value selection unit 503 as a parameter setting unit, an execution button 504, and the like. Yes. Note that description of the same configuration as in the first embodiment is omitted.

画像プレビュー部501には、ステップS201において、ユーザが選択した画像処理の対象となるRAWデータ又はRGB画像を、CPU101がプレビュー表示する。ホワイトバランス選択部502とガンマ値選択部503は、ステップS202において、ユーザが画像処理を行う画像処理のパラメータを選択することができる。   In step S <b> 201, the CPU 101 displays a preview of the RAW data or RGB image that is the target of image processing selected by the user in step S <b> 201. In step S202, the white balance selection unit 502 and the gamma value selection unit 503 can select image processing parameters for the user to perform image processing.

本実施形態では、画像処理としてホワイトバランス調整と、ガンマ値補正を行い、画像処理のパラメータとして、ホワイトバランスのマトリクスと、ガンマ値を例に挙げて説明する。ホワイトバランス選択部502とガンマ値選択部503では、予め設定されたマトリクス群の中から、ユーザが任意のマトリクスを選択することができる。CPU101は、ホワイトバランス選択部502と、ガンマ値選択部503で選択されたマトリクスを適用して画像処理を行った結果を、リアルタイムで画像プレビュー部501に反映する。実行ボタン504は、ユーザが押下することで、ホワイトバランス選択部502とガンマ値選択部503で選択されたマトリクスを、対象となる画像データに適用する。   In this embodiment, white balance adjustment and gamma value correction are performed as image processing, and a white balance matrix and gamma values are described as examples of image processing parameters. In the white balance selection unit 502 and the gamma value selection unit 503, the user can select an arbitrary matrix from a preset matrix group. The CPU 101 reflects the result of image processing using the matrix selected by the white balance selection unit 502 and the gamma value selection unit 503 in the image preview unit 501 in real time. The execution button 504 applies the matrix selected by the white balance selection unit 502 and the gamma value selection unit 503 to target image data when pressed by the user.

図7は、本実施形態に係る上述したステップS203における動作処理を示すフローチャートである。以下の処理は、ステップS201において、選択されたRAWデータ又はRGB画像について行う。
まず、ステップS701では、CPU101が、ユーザにより、新しく画像処理を行うマトリクスが変更されたか否かを判定する。マトリクスが変更されていれば、ステップS702へ進む。変更されていなければ、処理を行わずに終了する。
FIG. 7 is a flowchart showing the operation process in step S203 described above according to the present embodiment. The following processing is performed on the selected RAW data or RGB image in step S201.
First, in step S <b> 701, the CPU 101 determines whether a new matrix for performing image processing has been changed by the user. If the matrix has been changed, the process proceeds to step S702. If it has not been changed, the process ends without performing any processing.

次に、ステップS702において、CPU101は、処理対象の画像データがRAWデータであるか否かを判定する。RAWデータである場合には、ステップS703へ進む。RGB画像である場合には、ステップS704へ進む。   In step S <b> 702, the CPU 101 determines whether the image data to be processed is RAW data. If it is RAW data, the process proceeds to step S703. If it is an RGB image, the process proceeds to step S704.

次に、ステップS703において、CPU101は、RAWデータに対して、ホワイトバランス選択部502とガンマ値選択部503で選択した新しいパラメータを適用して、上述した現像処理を行う。   In step S703, the CPU 101 applies the new parameters selected by the white balance selection unit 502 and the gamma value selection unit 503 to the RAW data, and performs the above-described development processing.

ステップS704において、CPU101は、処理対象の画像データであるRGB画像に前回画像処理が行われたかを示す履歴情報が付加されているか否かを判断する。履歴情報が付加されているならば、ステップS705へ進む。付加されていなければ、ステップS707へ進む。   In step S <b> 704, the CPU 101 determines whether history information indicating whether the previous image processing has been performed is added to the RGB image that is the processing target image data. If history information has been added, the process proceeds to step S705. If not added, the process proceeds to step S707.

次に、ステップS705において、CPU101は、RGB画像に付加された履歴情報を参照し、RGB画像に対して前回適用されたガンマ値γ0を特定し、RGB画像に対してガンマ値(1/γ0)でガンマ補正をする逆処理の画像処理を行う。ステップS705により、RGB画像にガンマ値(1/γ0)を適用して逆処理の画像処理を行うことで、履歴情報の画像処理が行われる前の状態に近似的に戻すことができる。なお、ガンマ補正の手順については既存の技術を用いればよく、ここではその説明を省略する。   Next, in step S705, the CPU 101 refers to the history information added to the RGB image, identifies the gamma value γ0 previously applied to the RGB image, and determines the gamma value (1 / γ0) for the RGB image. In reverse image processing to perform gamma correction at. In step S705, by applying the gamma value (1 / γ0) to the RGB image and performing reverse image processing, it is possible to approximate the state before the history information image processing is performed. Note that an existing technique may be used for the gamma correction procedure, and the description thereof is omitted here.

次に、ステップS706において、CPU101は、RGB画像に付加された履歴情報を参照し、RGB画像に対して前回適用されたマトリクスM0を特定し、RGB画像に対してマトリクスM0の逆行列、すなわちM0-1を適用して逆処理の画像処理を行う。ステップS706により、RGB画像にホワイトバランスマトリクスM0の逆行列を適用して逆処理の画像処理を行うことで、履歴情報の画像処理が行われる前の状態に近似的に戻すことができる。 Next, in step S706, the CPU 101 refers to the history information added to the RGB image, identifies the matrix M0 previously applied to the RGB image, and inverse matrix of the matrix M0 to the RGB image, that is, M0. -1 is applied to perform reverse image processing. In step S706, by applying the inverse processing of the white balance matrix M0 to the RGB image and performing the inverse processing, it is possible to approximate the state before the history information image processing is performed.

次に、ステップS707において、CPU101は、逆処理の画像処理を行ったRGB画像、又は履歴情報が付加されていないRGB画像に対して、新しく適用するマトリクスM1を適用し画像処理を行う。次に、ステップS708において、CPU101は、マトリクスM1を適用し画像処理を行ったRGB画像に対して、新しく適用するガンマ値γ1で、ガンマ補正をする画像処理を行う。   In step S <b> 707, the CPU 101 performs image processing by applying the newly applied matrix M <b> 1 to the RGB image subjected to the reverse image processing or the RGB image to which no history information is added. Next, in step S708, the CPU 101 performs image processing for performing gamma correction with a newly applied gamma value γ1 on the RGB image that has been subjected to image processing by applying the matrix M1.

次に、ステップS709において、CPU101は、RGB画像に対して新しく適用したマトリクスM1及びガンマ値γ1の情報を、履歴情報としてRGB画像に埋め込む。ここで、画像処理が現像処理であれば、すなわち、画像処理を行う前の画像データがRAWデータであれば、履歴情報は、例えば、RAWデータのヘッダ部分の処理対象の画像データの読み込みに影響を与えない場所へ保存する。   Next, in step S709, the CPU 101 embeds information on the matrix M1 and the gamma value γ1 newly applied to the RGB image as history information in the RGB image. Here, if the image processing is the development processing, that is, if the image data before the image processing is RAW data, the history information affects, for example, the reading of the image data to be processed in the header portion of the RAW data. Save it in a place where it will not be given.

図8は、本実施形態における現像ツールに、RAWデータ又はRGB画像を読み込んだ際の動作処理を示すフローチャートである。なお、このフローチャートでは、RGB画像に履歴情報が付加されていない場合、ユーザがパラメータを変更できないようにされている。
まず、ステップS801において、CPU101は、処理対象となる画像データを読み込む。次に、ステップS802において、CPU101は、処理対象の画像データがRAWデータか否かを判定する。RAWデータである場合には、ステップS804へ進む。RGB画像である場合には、ステップS803へ進む。
FIG. 8 is a flowchart showing an operation process when RAW data or an RGB image is read into the development tool in this embodiment. In this flowchart, when history information is not added to the RGB image, the user cannot change the parameter.
First, in step S801, the CPU 101 reads image data to be processed. In step S802, the CPU 101 determines whether the image data to be processed is RAW data. If it is RAW data, the process proceeds to step S804. If it is an RGB image, the process proceeds to step S803.

ステップS803において、CPU101は、RGB画像に前回画像処理が行われたかを示す履歴情報が付加されているか否かを判断する(履歴設定判断手段)。履歴情報が付加されているならば、ステップS804へ進む。付加されていないならば、ステップS805へ進む。   In step S803, the CPU 101 determines whether or not history information indicating whether the previous image processing has been performed is added to the RGB image (history setting determination unit). If history information has been added, the process proceeds to step S804. If not, the process proceeds to step S805.

ステップS804において、CPU101は、RGB画像に履歴情報が付加されており、図5のホワイトバランス選択部502及びガンマ値選択部503を有効にし、ユーザがパラメータを自由に変更できるようにする。ここで、CPU101は、履歴情報から逆処理可能な処理を判別し(可逆処理判別手段)、可逆処理可能な処理のパラメータのみを設定できるようにしている。
ステップS805において、CPU101は、RGB画像に履歴情報が付加されておらず、図5のホワイトバランス選択部502及びガンマ値選択部503を無効にし、ユーザがパラメータを変更できないようにする。
In step S804, the CPU 101 adds history information to the RGB image, enables the white balance selection unit 502 and the gamma value selection unit 503 in FIG. 5, and allows the user to freely change the parameters. Here, the CPU 101 determines processing that can be reversely processed from the history information (reversible processing determination means), and can set only parameters of processing that can be reversibly processed.
In step S805, the CPU 101 does not add history information to the RGB image, invalidates the white balance selection unit 502 and the gamma value selection unit 503 in FIG. 5, and prevents the user from changing parameters.

本実施形態によれば、RAWデータを読み込んで現像処理を行った場合には、履歴情報が埋め込まれたRGB画像が作成される。また、RGB画像を読み込んで画像処理を行った場合は、RGB画像を新しいものに更新し、履歴情報を付加して保存される。   According to the present embodiment, when RAW data is read and development processing is performed, an RGB image in which history information is embedded is created. Also, when an RGB image is read and image processing is performed, the RGB image is updated to a new one, and history information is added and stored.

本実施形態によれば、履歴情報が設定されていると判断された画像データに対して画像処理のパラメータを設定できるようにしている。   According to the present embodiment, it is possible to set image processing parameters for image data for which history information is determined to be set.

(第3の実施形態)
第1の実施形態、及び第2の実施形態では、処理対象の画像データがJPGのように圧縮された画像データであり、画像処理を行う度にデコード、エンコードを繰り返すために、画質が劣化してしまう。それを防ぐために、現像後の画像データにRAWデータへのリンクを埋め込み、現像後の画像データに対して画像処理を行う場合、自動的にRAWデータの現像から画像処理をやり直すような動作にしてもよい。本実施形態に係る画像処理装置について具体的に説明する。以下では、現像処理後の画像データをRGB画像といい、また、現像処理は画像処理の一部であるものとする。
(Third embodiment)
In the first embodiment and the second embodiment, the image data to be processed is compressed image data like JPG, and the image quality deteriorates because decoding and encoding are repeated each time image processing is performed. End up. In order to prevent this, when a link to RAW data is embedded in the developed image data and image processing is performed on the developed image data, the operation is automatically performed from the development of the RAW data to the image processing. Also good. The image processing apparatus according to this embodiment will be specifically described. Hereinafter, the image data after the development process is referred to as an RGB image, and the development process is a part of the image process.

本実施形態に係る画像処理装置の基本的な動作処理は、第1の実施形態における図2で示されるフローチャートと同様である。また、本実施形態に係る画像処理装置の出力デバイス105のモニタに表示される表示画面は図5と同様のものとして説明する。   The basic operation processing of the image processing apparatus according to this embodiment is the same as the flowchart shown in FIG. 2 in the first embodiment. The display screen displayed on the monitor of the output device 105 of the image processing apparatus according to the present embodiment will be described as being the same as that shown in FIG.

図9は、本実施形態に係る上述したステップS203における動作処理を示すフローチャートである。以下の処理は、ステップS201において、選択されたRAWデータ又はRGB画像について行う。
まず、ステップS901では、CPU101が、ユーザにより、新しく画像処理を行うパラメータが変更されたか否かを判定する。パラメータが変更されていれば、ステップS902へ進む。変更されていなければ、処理を行わずに終了する。
FIG. 9 is a flowchart showing the operation process in step S203 described above according to the present embodiment. The following processing is performed on the selected RAW data or RGB image in step S201.
First, in step S901, the CPU 101 determines whether or not a parameter for newly performing image processing has been changed by the user. If the parameter has been changed, the process proceeds to step S902. If it has not been changed, the process ends without performing any processing.

次に、ステップS902において、CPU101は、処理対象の画像データがRAWデータであるか否かを判定する。RAWデータである場合には、ステップS903へ進む。RGB画像である場合には、ステップS905へ進む。   Next, in step S902, the CPU 101 determines whether the image data to be processed is RAW data. If it is RAW data, the process proceeds to step S903. If it is an RGB image, the process proceeds to step S905.

次に、ステップS903において、CPU101は、RAWデータに対して、設定された新しいパラメータを適用して、上述した現像処理を行う。   In step S903, the CPU 101 applies the set new parameter to the RAW data and performs the above-described development processing.

次に、ステップS904において、CPU101は、現像処理を行って作成されたRGB画像の画像データに、RAWデータの所在情報を付加する。ここで、所在情報とは、フルパスのことであり、履歴情報の一部である。また、特にRGB画像に対して、RAWデータの所在情報を付加する構成を所在情報設定手段という。   Next, in step S904, the CPU 101 adds location information of RAW data to the image data of the RGB image created by performing the development process. Here, the location information is a full path and is a part of history information. In particular, a configuration for adding location information of RAW data to an RGB image is called location information setting means.

ステップS905において、CPU101は、処理対象のRGB画像に、前回画像処理が行われたかを示す履歴情報が付加されているか否かを判断する。履歴情報が付加されているならば、ステップS906へ進む。付加されていなければ、ステップS909へ進む。   In step S905, the CPU 101 determines whether history information indicating whether the previous image processing has been performed is added to the RGB image to be processed. If history information has been added, the process proceeds to step S906. If not added, the process proceeds to step S909.

次に、ステップS906において、CPU101は、処理対象のRGB画像に、RAWデータのフルパスを表す所在情報が付加されているか否かを判断する。所在情報が付加されているならば、ステップS907へ進む。付加されていなければ、ステップS908へ進む。ここで、特に、RAWデータのフルパスを表す所在情報が付加されているか否かを判断する構成を所在設定判断手段という。   Next, in step S906, the CPU 101 determines whether or not location information representing the full path of the RAW data is added to the RGB image to be processed. If the location information is added, the process proceeds to step S907. If not added, the process proceeds to step S908. Here, in particular, a configuration for determining whether or not location information indicating the full path of the RAW data is added is referred to as location setting determination means.

次に、ステップS907において、ステップS906で付加されていた所在情報が表す場所に、RAWデータが存在するか否かを判定する。RAWデータを特定することができれば、ステップS903へ進む。特定できなければ、ステップS908へ進む。   Next, in step S907, it is determined whether or not RAW data exists at the location represented by the location information added in step S906. If the RAW data can be specified, the process proceeds to step S903. If not specified, the process proceeds to step S908.


次に、ステップS908において、図7に示すフローチャートのステップS705〜S706と同様に、CPU101は、履歴情報を参照し、RGB画像に対して逆処理の画像処理を行う。
次に、ステップS909において、図7に示すフローチャートのステップS707〜S708と同様に、CPU101は、RGB画像に対して、新しく適用するパラメータを適用し画像処理を行う。
.
Next, in step S908, as in steps S705 to S706 of the flowchart shown in FIG. 7, the CPU 101 refers to the history information and performs reverse image processing on the RGB image.
Next, in step S909, as in steps S707 to S708 of the flowchart shown in FIG. 7, the CPU 101 performs image processing by applying the newly applied parameters to the RGB image.

次に、ステップS910において、図7に示すフローチャートのステップS709と同様に、CPU101は、RGB画像に対して新しく適用したパラメータの情報を、履歴情報として付加する。   Next, in step S910, as in step S709 in the flowchart shown in FIG. 7, the CPU 101 adds information on parameters newly applied to the RGB image as history information.

図10は、本実施形態における現像ツールに、RAWデータ又はRGB画像を読み込んだ際の動作処理を示すフローチャートである。なお、このフローチャートでは、RGB画像に履歴情報が付加されていない場合、ユーザがパラメータを変更できないようにされている。
まず、ステップS1001において、CPU101は、処理対象となる画像データを読み込む。次に、ステップS1002において、CPU101は、処理対象の画像データがRAWデータか否かを判定する。RAWデータである場合には、ステップS1006へ進む。RGB画像である場合には、ステップS1003へ進む。
FIG. 10 is a flowchart showing an operation process when RAW data or an RGB image is read into the development tool in this embodiment. In this flowchart, when history information is not added to the RGB image, the user cannot change the parameter.
First, in step S1001, the CPU 101 reads image data to be processed. In step S1002, the CPU 101 determines whether the image data to be processed is RAW data. If it is RAW data, the process proceeds to step S1006. If it is an RGB image, the process proceeds to step S1003.

ステップS1003において、CPU101は、RGB画像に、RAWデータのフルパスを表す所在情報が付加されているか否かを判断する。所在情報が付加されているならば、ステップS1004へ進む。存在しなければ、ステップS1005へ進む。   In step S1003, the CPU 101 determines whether or not location information indicating the full path of the RAW data is added to the RGB image. If the location information has been added, the process proceeds to step S1004. If not, the process proceeds to step S1005.

次に、ステップS1004において、CPU101は、ステップS1003で付加されていた所在情報が表す場所に、RAWデータが存在するかどうかを判定する。RAWデータを特定することができれば、ステップS1006へ進む。特定できなければ、ステップS1005へ進む。   Next, in step S1004, the CPU 101 determines whether or not RAW data exists at the location represented by the location information added in step S1003. If the RAW data can be specified, the process proceeds to step S1006. If not specified, the process proceeds to step S1005.

ステップS1005において、CPU101は、RGB画像に、前回画像処理が行われたかを示す履歴情報が付加されているか否かを判別する。履歴情報が付加されているならば、ステップS1006へ進む。付加されていないならば、ステップS1007へ進む。   In step S1005, the CPU 101 determines whether or not history information indicating whether the previous image processing has been performed is added to the RGB image. If history information has been added, the process proceeds to step S1006. If not, the process proceeds to step S1007.

ステップS1006において、CPU101は、RGB画像に履歴情報が付加されており、図5のホワイトバランス選択部502及びガンマ値選択部503を有効にし、ユーザがパラメータを自由に変更できるようにする。
ステップS1007において、CPU101は、RGB画像に付加されていないならば、図5のホワイトバランス選択部502及びガンマ値選択部503を無効にし、ユーザがパラメータを変更できないようにする。
In step S1006, the CPU 101 adds history information to the RGB image, enables the white balance selection unit 502 and the gamma value selection unit 503 in FIG. 5, and allows the user to freely change the parameters.
In step S1007, if not added to the RGB image, the CPU 101 invalidates the white balance selection unit 502 and the gamma value selection unit 503 in FIG. 5 so that the user cannot change the parameter.

本実施形態によれば、現像処理後の画像データに現像処理前の画像データの所在情報を付加したので、現像処理後の画像データの画像処理において、現像処理前の画像データを特定することができる。したがって、現像後の画像データに対して画像処理を行う場合、現像処理前の画像データから画像処理をやり直すことができる。すなわち、処理対象の画像データがJPGのように圧縮された画像データであっても、現像処理前の画像データに対して画像処理をするので、画質が劣化することがない。   According to the present embodiment, since the location information of the image data before the development process is added to the image data after the development process, the image data before the development process can be specified in the image processing of the image data after the development process. it can. Therefore, when image processing is performed on the developed image data, the image processing can be performed again from the image data before the development processing. That is, even if the image data to be processed is image data compressed like JPG, the image processing is performed on the image data before the development processing, so that the image quality does not deteriorate.

(第4の実施形態)
第3の実施形態では、現像後の画像データにRAWデータの所在情報を付加した後、RAWデータのファイルをリネーム、移動、削除してしまうと、現像後の画像データとRAWデータの所在情報との間のリンクが切れてしまう。それを防ぐために、RAWデータのファイルのリネーム、移動、削除をした場合、所在情報を更新するようにしてもよい。本実施形態について具体的に説明する。なお、現像処理後の画像データをRGB画像といい、また、現像処理は画像処理の一部であるものとする。
(Fourth embodiment)
In the third embodiment, if RAW data location information is added to developed image data and then the RAW data file is renamed, moved, or deleted, the developed image data and RAW data location information The link between will break. In order to prevent this, the location information may be updated when a RAW data file is renamed, moved, or deleted. This embodiment will be specifically described. The image data after the development process is referred to as an RGB image, and the development process is a part of the image process.

本実施形態に係る画像処理装置の基本的な動作処理は、第1の実施形態における図2で示されるフローチャートと同様である。   The basic operation processing of the image processing apparatus according to this embodiment is the same as the flowchart shown in FIG. 2 in the first embodiment.

図6は、本実施形態に係るステップS201、ステップS202での、出力デバイス105のモニタに表示される表示画面の一例を示す図である。図6に示すように、表示画面は、画像プレビュー部601、ファイル移動ボタン602、ファイル削除ボタン603、リネームボタン604、ホワイトバランス選択部605、ガンマ値選択部606、実行ボタン607等でGUIを構成している。なお、上述した実施形態と同じ構成については説明を省略する。   FIG. 6 is a diagram illustrating an example of a display screen displayed on the monitor of the output device 105 in step S201 and step S202 according to the present embodiment. As shown in FIG. 6, the display screen includes a GUI including an image preview unit 601, a file movement button 602, a file deletion button 603, a rename button 604, a white balance selection unit 605, a gamma value selection unit 606, an execution button 607, and the like. is doing. Note that the description of the same configuration as the above-described embodiment is omitted.

画像プレビュー部601には、画像処理の対象となるRAWデータ又はRGB画像を、CPU101がプレビュー表示する。ファイル移動ボタン602をユーザが押下すると、CPU101は、現在開いている画像データのファイルの移動を行う。ここで、ファイルの移動の操作としては、例えば、ユーザが移動先のパスを入力デバイス104によりユーザが直接入力してもよいし、フォルダ一覧を開いて移動先を選択させるようにしてもよい。   In the image preview unit 601, the CPU 101 displays a preview of RAW data or an RGB image that is an object of image processing. When the user presses the file move button 602, the CPU 101 moves the file of the currently opened image data. Here, as an operation of moving the file, for example, the user may directly input the destination path by the input device 104, or the folder list may be opened to select the destination.

ファイル削除ボタン603をユーザが押下すると、現在開いている画像データのファイルを削除する。リネームボタン604をユーザが押下すると、現在開いている画像データのファイルの名前を変更する。ここで、ファイルの名前を変更する操作としては、例えば、ユーザが入力デバイス104により新しいファイルの名前を直接入力する。   When the user presses the file deletion button 603, the currently opened image data file is deleted. When the user presses the rename button 604, the name of the currently opened image data file is changed. Here, as an operation for changing the name of the file, for example, the user directly inputs the name of the new file with the input device 104.

ホワイトバランス選択部605とガンマ値選択部606では、予め設定されたマトリクス群の中から、ユーザが任意のマトリクスを選択することができる。実行ボタン607は、ユーザが押下することで、ホワイトバランス選択部605とガンマ値選択部606で選択されたマトリクスを、対象となる画像データに適用する。   In the white balance selection unit 605 and the gamma value selection unit 606, the user can select an arbitrary matrix from a preset matrix group. The execute button 607 applies the matrix selected by the white balance selection unit 605 and gamma value selection unit 606 to target image data when pressed by the user.

図11は、本実施形態に係る上述したステップS203における動作処理を示すフローチャートである。以下の処理は、ステップS201において、選択されたRAWデータ又はRGB画像について行う。
まず、ステップS1101では、CPU101が、ユーザにより、新しく画像処理を行うパラメータが変更されたか否かを判定する。パラメータが変更されていれば、ステップS1102へ進む。変更されていなければ、処理を行わずに終了する。
FIG. 11 is a flowchart showing the operation process in step S203 described above according to the present embodiment. The following processing is performed on the selected RAW data or RGB image in step S201.
First, in step S1101, the CPU 101 determines whether or not a parameter for newly performing image processing has been changed by the user. If the parameter has been changed, the process proceeds to step S1102. If it has not been changed, the process ends without performing any processing.

次に、ステップS1102において、CPU101は、処理対象の画像データがRAWデータであるか否かを判定する。RAWデータである場合には、ステップS1103へ進む。RGB画像である場合には、ステップS1106へ進む。   Next, in step S1102, the CPU 101 determines whether the image data to be processed is RAW data. If it is RAW data, the process proceeds to step S1103. If it is an RGB image, the process proceeds to step S1106.

次に、ステップS1103において、CPU101は、RAWデータに新しいパラメータを適用して、現像処理を行う。   In step S1103, the CPU 101 applies a new parameter to the RAW data and performs development processing.

次に、ステップS1104において、CPU101は、現像処理を行って作成されたRGB画像の画像データに、RAWデータの所在情報を付加する。
次に、ステップS1105において、CPU101は、RAWデータに、現像処理を行って作成されたRGB画像の所在情報を付加する。
Next, in step S1104, the CPU 101 adds location information of RAW data to the image data of the RGB image created by performing the development process.
In step S1105, the CPU 101 adds location information of an RGB image created by performing development processing to the RAW data.

次に、ステップS1106〜S1110の処理は、図9に示すフローチャートのステップS905〜S909と同様である。
また、ステップS1111の処理は、図7に示すフローチャートのステップS709と同様で、CPU101は、RGB画像に対して、新しく適用したパラメータの情報を、履歴情報として付加する。
Next, the processing of steps S1106 to S1110 is the same as steps S905 to S909 of the flowchart shown in FIG.
The processing in step S1111 is similar to step S709 in the flowchart shown in FIG. 7, and the CPU 101 adds newly applied parameter information as history information to the RGB image.

図12は、本実施形態における現像ツールで、画像データのファイルのリネーム、移動、削除といったファイル操作を行う際の動作処理を示すフローチャートである。以下の処理はCPU101が実行する。
まず、ステップS1201において、処理対象となるファイルがRAWデータか否かを判定する。RAWデータである場合には、ステップS1202へ進む。RGB画像である場合には、ステップS1209へ進む。
FIG. 12 is a flowchart showing an operation process when performing a file operation such as renaming, moving, or deleting a file of image data with the development tool in the present embodiment. The CPU 101 executes the following processing.
First, in step S1201, it is determined whether a file to be processed is RAW data. If it is RAW data, the process proceeds to step S1202. If it is an RGB image, the process advances to step S1209.

ステップS1202において、RAWデータに、現像後のRGB画像のフルパスを表す所在情報が付加されているか否かを判断する。所在情報が付加されているならば、ステップS1203へ進む。付加されていないならば、処理対象のRAWデータにファイル操作を行った後、終了する。   In step S1202, it is determined whether or not location information indicating the full path of the developed RGB image is added to the RAW data. If the location information is added, the process proceeds to step S1203. If not added, the file operation is performed on the RAW data to be processed, and the process ends.

次に、ステップS1203において、ステップS1202で付加されていた所在情報の数を、定数nとして保存する。次に、ステップS1204において、変数iに0を代入する。次に、ステップS1205において、変数iを値1だけインクリメントする。次に、ステップS1206において、ステップS1202の所在情報のうちi番目の所在情報を表す場所に、現像後のRGB画像が存在するかどうかを判定する。現像後のRGB画像を特定することができれば、ステップS1207へ進む。特定できなければ、ステップS1208へ進む。   In step S1203, the number of location information added in step S1202 is stored as a constant n. In step S1204, 0 is substituted for variable i. In step S1205, the variable i is incremented by “1”. Next, in step S1206, it is determined whether or not a developed RGB image exists at a location representing the i-th location information in the location information in step S1202. If the developed RGB image can be specified, the process proceeds to step S1207. If not specified, the process proceeds to step S1208.

ステップS1207において、ステップS1206で特定した現像後のRGB画像に付加されているRAWデータの所在情報を更新する。すなわち、RAWデータをリネーム、移動する場合にはRGB画像に新しい所在情報を付加する。RAWデータを削除する場合にはRGB画像に付加されたRAWデータの所在情報を削除する。   In step S1207, the location information of the RAW data added to the developed RGB image specified in step S1206 is updated. That is, when RAW data is renamed or moved, new location information is added to the RGB image. When deleting the RAW data, the location information of the RAW data added to the RGB image is deleted.

次に、ステップS1208において、変数iと定数nの値を比較する。i=nであれば、処理対象のRAWデータのファイルをリネーム、移動、削除等のファイル操作を行った後、終了する。i=nでなければ、ステップS1205へ戻る。   Next, in step S1208, the value of the variable i and the constant n are compared. If i = n, a file operation such as renaming, moving, or deleting the RAW data file to be processed is performed, and the process ends. If i = n is not true, the process returns to step S1205.

次に、ステップS1209において、RGB画像のファイルに、RAWデータのフルパスを表す所在情報が付加されているか否かを判断する。所在情報が付加されているならば、ステップS1210へ進む。付加されていないならば、処理対象のRGB画像のファイルにファイル操作を行った後、終了する。   In step S1209, it is determined whether location information indicating the full path of the RAW data is added to the RGB image file. If the location information has been added, the process proceeds to step S1210. If it has not been added, the file operation is performed on the RGB image file to be processed, and the process ends.

次に、ステップS1210において、ステップS1209で付加されていた所在情報が表す場所に、RAWデータが存在するかどうかを判定する。RAWデータを特定することができれば、ステップS1211へ進む。特定できなければ、処理対象のRGB画像のファイルにファイル操作を行った後、終了する。   Next, in step S1210, it is determined whether or not RAW data exists at the location represented by the location information added in step S1209. If RAW data can be specified, the process proceeds to step S1211. If not specified, the file operation is performed on the RGB image file to be processed, and then the process ends.

次に、ステップS1211において、ステップS1210で特定したRAWデータに対して付加されている現像後のRGB画像のファイルの所在情報を更新する。RGB画像のファイルをリネーム、移動する場合にはRAWデータに新しい所在情報を付加する。RGB画像を削除する場合にはRAWデータに付加されたRGB画像の所在情報を削除する。   Next, in step S1211, the location information of the RGB image file after development added to the RAW data specified in step S1210 is updated. When renaming or moving an RGB image file, new location information is added to the RAW data. When deleting the RGB image, the location information of the RGB image added to the RAW data is deleted.

本実施形態によれば、画像処理後の画像データに対し画像処理前の画像データの所在情報を付加し、画像処理前の画像データに対して画像処理後の画像データの所在情報を付加する。また、一方の画像データのファイルについてファイル操作をした場合、他方の画像データに対してファイル操作後のファイルの所在情報を付加するので、画像処理後の画像データと画像処理前の画像データとの間のリンクが切れることがない。   According to this embodiment, the location information of image data before image processing is added to the image data after image processing, and the location information of image data after image processing is added to the image data before image processing. Also, when file operation is performed on one image data file, the location information of the file after file operation is added to the other image data, so that the image data after image processing and the image data before image processing are The link between is not broken.

上述した本発明の実施形態における画像処理装置を構成する各手段、並びに画像処理装置の制御方法の各ステップは、コンピュータのRAMやROM等に記憶されたプログラムが動作することによって実現できる。このプログラム及び前記プログラムを記録したコンピュータ読み取り可能な記録媒体は本発明に含まれる。   Each means constituting the image processing apparatus and each step of the control method of the image processing apparatus according to the embodiment of the present invention described above can be realized by operating a program stored in a RAM, a ROM, or the like of the computer. This program and a computer-readable recording medium recording the program are included in the present invention.

また、本発明は、例えば、システム、装置、方法、プログラムもしくは記録媒体等としての実施形態も可能であり、具体的には、複数の機器からなるシステムに適用してもよい。   In addition, the present invention can be implemented as, for example, a system, apparatus, method, program, or recording medium. Specifically, the present invention may be applied to a system including a plurality of devices.

なお、本発明は、上述した実施形態の機能を実現するソフトウェアのプログラムを、システム又は装置に直接、又は遠隔から供給する。そして、そのシステム又は装置のコンピュータが前記供給されたプログラムコードを読み出して実行することによっても達成される場合を含む。   The present invention supplies a software program for realizing the functions of the above-described embodiments directly or remotely to a system or apparatus. In addition, this includes a case where the system or the computer of the apparatus is also achieved by reading and executing the supplied program code.

したがって、本発明の機能処理をコンピュータで実現するために、前記コンピュータにインストールされるプログラムコード自体も本発明を実現するものである。つまり、本発明は、本発明の機能処理を実現するためのコンピュータプログラム自体も含まれる。その場合、プログラムの機能を有していれば、オブジェクトコード、インタプリタにより実行されるプログラム、OSに供給するスクリプトデータ等の形態であってもよい。   Accordingly, since the functions of the present invention are implemented by computer, the program code installed in the computer also implements the present invention. In other words, the present invention includes a computer program itself for realizing the functional processing of the present invention. In that case, as long as it has the function of a program, it may be in the form of object code, a program executed by an interpreter, script data supplied to the OS, and the like.

また、コンピュータが、読み出したプログラムを実行することによって、前述した実施形態の機能が実現される。さらに、そのプログラムの指示に基づき、コンピュータ上で稼動しているOS等が、実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現され得る。   Further, the functions of the above-described embodiments are realized by the computer executing the read program. Furthermore, based on the instructions of the program, the OS or the like running on the computer performs part or all of the actual processing, and the functions of the above-described embodiments can be realized by the processing.

さらに、その他の方法として、まず記録媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わるメモリに書き込まれる。そして、そのプログラムの指示に基づき、その機能拡張ボードや機能拡張ユニットに備わるCPU等が実際の処理の一部又は全部を行い、その処理によっても前述した実施形態の機能が実現される。   As another method, the program read from the recording medium is first written in a memory provided in a function expansion board inserted into the computer or a function expansion unit connected to the computer. Then, based on the instructions of the program, the CPU or the like provided in the function expansion board or function expansion unit performs part or all of the actual processing, and the functions of the above-described embodiments are also realized by the processing.

なお、上述の実施形態では、画像データに履歴情報や所在情報を付加する場合として埋め込む場合についてのみ説明した。しかしながら、画像データに対して履歴情報や所在情報をリンクさせる等して、画像データに対して履歴情報や所在情報を設定してもよい。   In the above-described embodiment, only the case of embedding as a case where history information or location information is added to the image data has been described. However, history information and location information may be set for image data by linking history information and location information to image data.

なお、上述の本実施形態では、画像処理を行った後に、画像処理を行う前の画像データを削除することができるが、そのまま保存しておいてもよい。   In the above-described embodiment, image data before image processing can be deleted after image processing, but may be stored as it is.

本実施形態に係る画像処理装置の構成を示す図である。It is a figure which shows the structure of the image processing apparatus which concerns on this embodiment. 本実施形態に係る画像処理装置の動作処理を示すフローチャートである。3 is a flowchart showing an operation process of the image processing apparatus according to the present embodiment. 第1の実施形態に係る出力デバイスに表示される表示画面の一例を示す図である。It is a figure which shows an example of the display screen displayed on the output device which concerns on 1st Embodiment. 第1の実施形態に係る画像処理装置の画像処理を示すフローチャートである。3 is a flowchart illustrating image processing of the image processing apparatus according to the first embodiment. 第2の実施形態に係る出力デバイスに表示される表示画面の一例を示す図である。It is a figure which shows an example of the display screen displayed on the output device which concerns on 2nd Embodiment. 第4の実施形態に係る出力デバイスに表示される表示画面の一例を示す図である。It is a figure which shows an example of the display screen displayed on the output device which concerns on 4th Embodiment. 第2の実施形態に係る画像処理装置の画像処理を示すフローチャートである。10 is a flowchart illustrating image processing of the image processing apparatus according to the second embodiment. 第2の実施形態に係る画像処理装置の表示画面の起動時の処理を示すフローチャートである。10 is a flowchart illustrating processing at the time of starting a display screen of the image processing apparatus according to the second embodiment. 第3の実施形態に係る画像処理装置の画像処理を示すフローチャートである。10 is a flowchart illustrating image processing of an image processing apparatus according to a third embodiment. 第3の実施形態に係る画像処理装置の表示画面の起動時の処理を示すフローチャートである。14 is a flowchart illustrating processing at the time of starting a display screen of the image processing apparatus according to the third embodiment. 第4の実施形態に係る画像処理装置の画像処理を示すフローチャートである。10 is a flowchart illustrating image processing of an image processing apparatus according to a fourth embodiment. 第4の実施形態に係る画像処理装置のファイルの名前変更・移動時の処理示すフローチャートである。14 is a flowchart illustrating processing when a file is renamed / moved in the image processing apparatus according to the fourth embodiment. 色変換マトリクス適用して画像処理をする一例を示すフローチャートである。10 is a flowchart illustrating an example of performing image processing by applying a color conversion matrix. 現像処理について説明するための図である。It is a figure for demonstrating development processing.

符号の説明Explanation of symbols

101 CPU
102 一次記憶
103 二次記憶
104 入力デバイス
105 出力デバイス
106 読込デバイス
301 画像プレビュー部
302 色変換マトリクス選択部
303 実行ボタン
501 画像プレビュー部
502 ホワイトバランス選択部
503 ガンマ値選択部
503 実行ボタン
601 画像プレビュー部
602 ファイル移動ボタン
603 ファイル削除ボタン
604 リネームボタン
605 ホワイトバランス選択部
606 ガンマ値選択部
607 実行ボタン
101 CPU
102 Primary storage 103 Secondary storage 104 Input device 105 Output device 106 Reading device 301 Image preview section 302 Color conversion matrix selection section 303 Execution button 501 Image preview section 502 White balance selection section 503 Gamma value selection section 503 Execution button 601 Image preview section 602 File move button 603 File delete button 604 Rename button 605 White balance selection part 606 Gamma value selection part 607 Execution button

Claims (16)

画像データに対して画像処理を行う画像処理装置であって、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段と、
前記履歴設定判断手段により履歴情報が設定されていると判断された画像データに対して、前記履歴情報の画像処理が行われる以前の画像データに逆処理の画像処理を行う逆処理手段とを備えたことを特徴とする画像処理装置。
An image processing apparatus that performs image processing on image data,
History setting determination means for determining whether image processing history information is set in the image data;
Reverse processing means for performing reverse image processing on image data before image processing of the history information is performed on image data for which history information is determined to be set by the history setting determination means. An image processing apparatus characterized by that.
画像処理のパラメータを設定するパラメータ設定手段と、
前記パラメータ設定手段により設定されたパラメータに従って画像データに対して画像処理を行う画像処理実行手段とを備え、
前記画像処理実行手段は、前記パラメータ設定手段により設定されたパラメータに従って、前記逆処理手段により逆処理の画像処理を行った画像データに対して画像処理を行うことを特徴とする請求項1に記載の画像処理装置。
Parameter setting means for setting image processing parameters;
Image processing execution means for performing image processing on image data in accordance with the parameters set by the parameter setting means,
The image processing execution unit performs image processing on image data that has been subjected to reverse processing by the reverse processing unit in accordance with the parameters set by the parameter setting unit. Image processing apparatus.
前記画像処理実行手段により画像処理を行った画像データに対して、前記画像処理の履歴情報を設定する履歴情報設定手段を備えたことを特徴とする請求項2に記載の画像処理装置。   The image processing apparatus according to claim 2, further comprising history information setting means for setting history information of the image processing for the image data subjected to image processing by the image processing execution means. 画像データに対して画像処理を行う画像処理装置であって、
画像処理のパラメータを設定するパラメータ設定手段と、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段とを備え、
前記履歴設定判断手段により履歴情報が設定されていると判断された画像データに対してのみ前記パラメータ設定手段によりパラメータを設定できることを特徴とする画像処理装置。
An image processing apparatus that performs image processing on image data,
Parameter setting means for setting image processing parameters;
History setting determination means for determining whether image processing history information is set in the image data;
An image processing apparatus characterized in that a parameter can be set by the parameter setting means only for image data for which history information is determined to be set by the history setting determination means.
画像データに対して画像処理を行う画像処理装置であって、
画像処理のパラメータを設定するパラメータ設定手段と、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段と、
前記履歴設定判断手段により履歴情報が設定されていると判断された画像データの履歴情報から逆処理可能な処理を判別する可逆処理判別手段とを備え、
前記可逆処理判別手段により逆処理可能な処理と判別したパラメータのみ前記パラメータ設定手段により前記パラメータを設定できることを特徴とする画像処理装置。
An image processing apparatus that performs image processing on image data,
Parameter setting means for setting image processing parameters;
History setting determination means for determining whether image processing history information is set in the image data;
Reversible process determination means for determining a process that can be reversely processed from the history information of image data for which history information is determined to be set by the history setting determination means,
An image processing apparatus characterized in that the parameter can be set by the parameter setting means only for a parameter that has been determined to be a reverse processable process by the reversible process determination means.
画像データに対して画像処理を行う画像処理装置であって、
画像処理のパラメータを設定するパラメータ設定手段と、
前記パラメータ設定手段により設定されたパラメータに従って画像データに対して画像処理を行う画像処理実行手段と、
前記画像処理実行手段により画像処理を行った画像データに対して、その画像処理の履歴情報を設定する履歴情報設定手段とを備えたことを特徴とする画像処理装置。
An image processing apparatus that performs image processing on image data,
Parameter setting means for setting image processing parameters;
Image processing execution means for performing image processing on image data in accordance with the parameters set by the parameter setting means;
An image processing apparatus comprising: history information setting means for setting history information of image processing on image data subjected to image processing by the image processing execution means.
前記履歴情報は、前記画像処理実行手段により画像処理が行われる以前の画像データの所在情報を含むことを特徴とする請求項6に記載の画像処理装置。   The image processing apparatus according to claim 6, wherein the history information includes location information of image data before image processing is performed by the image processing execution unit. 前記画像処理が行われる以前の画像データは、RAWデータであることを特徴とする請求項7に記載の画像処理装置。   The image processing apparatus according to claim 7, wherein the image data before the image processing is RAW data. 画像データに対して画像処理を行う画像処理装置の制御方法であって、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断ステップと、
前記履歴設定判断ステップにより履歴情報が設定されていると判断された画像データに対して、前記履歴情報の画像処理が行われる以前の画像データに逆処理の画像処理を行う逆処理ステップとを有することを特徴とする画像処理装置の制御方法。
A control method of an image processing apparatus that performs image processing on image data,
A history setting determination step for determining whether image processing history information is set in the image data;
A reverse processing step of performing reverse image processing on the image data before the image processing of the history information is performed on the image data determined to have history information set by the history setting determination step. And a control method for the image processing apparatus.
画像データに対して画像処理を行う画像処理装置の制御方法であって、
画像処理のパラメータを設定するパラメータ設定ステップと、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断ステップとを有し、
前記履歴設定判断ステップにより履歴情報が設定されていると判断された画像データに対してのみ前記パラメータ設定ステップによりパラメータを設定できることを特徴とする画像処理装置の制御方法。
A control method of an image processing apparatus that performs image processing on image data,
A parameter setting step for setting image processing parameters;
A history setting determination step for determining whether image processing history information is set in the image data;
A method for controlling an image processing apparatus, wherein a parameter can be set by the parameter setting step only for image data for which history information is determined to be set by the history setting determination step.
画像データに対して画像処理を行う画像処理装置の制御方法であって、
画像処理のパラメータを設定するパラメータ設定ステップと、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断ステップと
前記履歴設定判断ステップにより履歴情報が設定されていると判断された画像データの履歴情報から逆処理可能な処理を判別する可逆処理判別ステップとを有し、
前記可逆処理判別ステップにより逆処理可能な処理と判別したパラメータのみ前記パラメータ設定ステップにより前記パラメータを設定できることを特徴とする画像処理装置の制御方法。
A control method of an image processing apparatus that performs image processing on image data,
A parameter setting step for setting image processing parameters;
A history setting determining step for determining whether or not image processing history information is set in the image data; and reverse processing is possible from the history information of the image data determined to be set in the history setting determining step. A reversible process determination step for determining the process,
The control method for an image processing apparatus, wherein only the parameter determined to be a process that can be reversely processed by the reversible process determination step can set the parameter by the parameter setting step.
画像データに対して画像処理を行う画像処理装置の制御方法であって、
画像処理のパラメータを設定するパラメータ設定ステップと、
前記パラメータ設定ステップにより設定されたパラメータに従って画像データに対して画像処理を行う画像処理実行ステップと、
前記画像処理実行ステップにより画像処理を行った画像データに対して、前記画像処理の履歴情報を設定する履歴情報設定ステップとを有することを特徴とする画像処理装置の制御方法。
A control method of an image processing apparatus that performs image processing on image data,
A parameter setting step for setting image processing parameters;
An image processing execution step for performing image processing on image data in accordance with the parameters set in the parameter setting step;
A control method for an image processing apparatus, comprising: a history information setting step for setting history information of the image processing for the image data subjected to image processing in the image processing execution step.
画像データに対して画像処理を行う画像処理装置を制御するコンピュータプログラムであって、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段、
前記履歴設定判断手段により履歴情報が設定されていると判断された画像データに対して、前記履歴情報の画像処理が行われる以前の画像データに逆処理の画像処理を行う逆処理手段としてコンピュータを機能させるためのコンピュータプログラム。
A computer program for controlling an image processing apparatus that performs image processing on image data,
History setting determination means for determining whether image processing history information is set in the image data;
A computer as reverse processing means for performing reverse image processing on image data before history information image processing is performed on image data for which history information is determined to be set by the history setting determination means. Computer program to make it function.
画像データに対して画像処理を行うパラメータを設定するパラメータ設定手段、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段としてコンピュータを機能させるためのコンピュータプログラムであって、
前記履歴設定判断手段により履歴情報が設定されていると判断された画像データに対してのみ前記パラメータ設定手段によりパラメータを設定できることを特徴とするコンピュータプログラム。
Parameter setting means for setting parameters for performing image processing on image data;
A computer program for causing a computer to function as history setting determination means for determining whether image processing history information is set in the image data,
A computer program characterized in that a parameter can be set by the parameter setting means only for image data for which history information is determined to be set by the history setting determination means.
画像データに対して画像処理を行うパラメータを設定するパラメータ設定手段、
前記画像データに画像処理の履歴情報が設定されているかどうかを判断する履歴設定判断手段、
前記履歴設定判断手段により履歴情報が設定されていると判断された画像データの履歴情報から逆処理可能な処理を判別する可逆処理判別手段としてコンピュータを機能させるためのコンピュータプログラムであって、
前記可逆処理判別手段により逆処理可能な処理と判別したパラメータのみ前記パラメータ設定手段により前記パラメータを設定できることを特徴とするコンピュータプログラム。
Parameter setting means for setting parameters for performing image processing on image data;
History setting determination means for determining whether image processing history information is set in the image data;
A computer program for causing a computer to function as a reversible process determination unit that determines a process that can be reversely processed from the history information of image data determined to have history information set by the history setting determination unit,
A computer program characterized in that the parameter can be set by the parameter setting means only for a parameter that is determined to be a process that can be reversely processed by the reversible process determination means.
画像データに対して画像処理を行う画像処理装置を制御するコンピュータプログラムであって、
画像処理のパラメータを設定するパラメータ設定手段、
前記パラメータ設定手段により設定されたパラメータに従って画像データに対して画像処理を行う画像処理実行手段、
前記画像処理実行手段により画像処理を行った画像データに対して、前記画像処理の履歴情報を設定する履歴情報設定手段としてコンピュータを機能させるためのコンピュータプログラム。
A computer program for controlling an image processing apparatus that performs image processing on image data,
Parameter setting means for setting image processing parameters;
Image processing execution means for performing image processing on image data in accordance with the parameters set by the parameter setting means;
A computer program for causing a computer to function as history information setting means for setting history information of the image processing for image data subjected to image processing by the image processing execution means.
JP2007098705A 2007-04-04 2007-04-04 Image processor, control method for image processor and computer program Pending JP2008258916A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2007098705A JP2008258916A (en) 2007-04-04 2007-04-04 Image processor, control method for image processor and computer program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2007098705A JP2008258916A (en) 2007-04-04 2007-04-04 Image processor, control method for image processor and computer program

Publications (1)

Publication Number Publication Date
JP2008258916A true JP2008258916A (en) 2008-10-23

Family

ID=39982053

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2007098705A Pending JP2008258916A (en) 2007-04-04 2007-04-04 Image processor, control method for image processor and computer program

Country Status (1)

Country Link
JP (1) JP2008258916A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010157088A (en) * 2008-12-26 2010-07-15 Nikon Corp Image processing apparatus and image processing program
JP2010157089A (en) * 2008-12-26 2010-07-15 Nikon Corp Image processing apparatus and program
WO2020196671A1 (en) * 2019-03-28 2020-10-01 富士フイルム株式会社 File generation device, file data structure, file generation method, and file generation program

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2010157088A (en) * 2008-12-26 2010-07-15 Nikon Corp Image processing apparatus and image processing program
JP2010157089A (en) * 2008-12-26 2010-07-15 Nikon Corp Image processing apparatus and program
WO2020196671A1 (en) * 2019-03-28 2020-10-01 富士フイルム株式会社 File generation device, file data structure, file generation method, and file generation program

Similar Documents

Publication Publication Date Title
JP4845382B2 (en) Image processing apparatus, control method therefor, computer program, and computer-readable storage medium
JP4440120B2 (en) Image processing apparatus, control method therefor, computer program, and computer-readable storage medium
JP6429588B2 (en) Image processing apparatus and image processing method
KR101054486B1 (en) Recording medium recording data processing system, image display device and program
JP4743179B2 (en) Image display control device, photographing device, image display method and program thereof
JP4743180B2 (en) Image display control device, photographing device, image display method and program thereof
JP4857069B2 (en) Image processing apparatus and control method thereof
JP2008245151A (en) Imaging apparatus, image processor, image processing system, their control method and program
JP2008258916A (en) Image processor, control method for image processor and computer program
JP6951168B2 (en) Image processing device and its control method and program
JP7414564B2 (en) Information processing device and method
JP4612871B2 (en) Image processing apparatus and method
JP4612856B2 (en) Information processing apparatus and control method thereof
EP2811732B1 (en) Image processing apparatus, image processing method, computer-readable storage medium and program
JP2007201935A (en) Control method of image processing apparatus, and image processing apparatus
JP5854826B2 (en) Image browsing apparatus, control method thereof, and recording medium
JP2011228897A (en) Image processing program and image processing apparatus
JP2013183305A (en) Information processing apparatus and information processing method
JP7458806B2 (en) Image processing device and image processing method
JP2007124150A (en) Apparatus and method for image processing, and for processing image data file, computer program, and recording medium
JP6579925B2 (en) Image reproducing apparatus, control method therefor, program, and recording medium
JP2006287588A (en) Image processing apparatus and method, data file structure, computer program, and storage medium
JP2006173931A (en) Image processing apparatus, control method thereof, computer program, and computer readable storage medium
JP2021103451A (en) Image processing device, external device, and control method therefore, system, program, and storage medium
JP7340973B2 (en) Image processing device and its control method and program