[ 數位影像 ] Quick EXIF editor 操作方式

Mike 大的這篇「好用! Exif 修改工具 」中介紹了一個好用的 Exif 修改工具 - Quick EXIF editor ;不知道是不是我的悟性比較差的關係 大哭,一些關鍵性的用法一直找不到。

EX: 把想要增加修改的項目寫成 csv 檔,然後一次匯入

經過幾次努力之後,這個軟體的使用流程大概可以知曉一二,決定把他寫下來作為學習筆記。

下載的位置可以見官方網頁 ,或是 Mike 大也提供了一個下載點,這個軟體有一個基本需求,就是需要 .Net Framework 1.1,可以在 .Net Framework 的介紹首頁 找到下載點。請注意喔!檔案有點大,1.1 繁體中文版就要約 23.2 MB。

2007.08.19 更新

目前 Quick EXIF editor 最新版本為 2.0.2809.37966 ,但是需要 .Net Framework 2.0 喔!

下載執行後,您可以看到以下的視窗,首先點選由右上角的「Add picture」或是用鍵盤按下 ( Ctrl+O ) 來新增您想要「新增 / 修改」EXIF 的相片。

主畫面


在這裡選取所有想要「新增 / 修改」相同 EXIF 項目的相片,可以利用 Windows 軟體的特性,用「Ctrl + 滑鼠」多選。

接著請任選一個相片,請記住喔,一定要選一張相片,才可以繼續以下的步驟。當初我就是以為可以先寫好 Meta 再寫入,所以一直失敗。

在程式畫面的中間左邊,可以看到以下的圖示,這是程式的精華功能所在。分別代表的意思是:

  • 藍色 " n ":預覽相片
  • 橘色 " l ":察看目前相片的 EXIF
  • 綠色 " e ":把現有檔案的 EXIF 輸出
  • 淺綠色 " + ":加入現在沒有的 tags
  • 粉紅色 " - ":拿掉現有的 tags

察看目前相片的 EXIF

從這裡可以看到你現在的相片,有哪些已經存在的 EXIF,也可以從這裡知道,通常會有哪些常用的 EXIF。

察看目前相片的 EXIF從這裡可以看到你現在的相片,有哪些已經存在的 EXIF,也可以從這裡知道,通常會有哪些常用的 EXIF。

接下來的步驟可以分成兩種

  • 修改目前有的 EXIF
  • 新增目前沒有的 EXIF
  • 拿掉某些 EXIF

修改目前有的 EXIF

這是比較方便的方式,先由下拉選單,找到想要更改的項目

比如說,要改 copyright ,就在 Value 裡面寫上 " (C) by jerome@anyday.com.tw ",然後按下 " Commit Change(s) " 表示要修改這個部分。

新增目前沒有的 EXIF

請按 淺綠色 " + ":加入現在沒有的 tags,這個時候程式會問你,是不是要增加目前沒有的項目,並且有一些警告。

接下來就可以在下拉選單找到你要增加的項目,一樣填入數值即可

拿掉某些 EXIF

如果你跟我一樣,常常偷偷買了一個 L 鏡,但是又不想讓人家從 EXIF 不小心知道 :wub_tb:,找到你不想暴露的資訊,然後按下 粉紅色 " - ",就可以拿掉囉!

最後的檢查階段

想要增加的資訊都加上了,要拿掉的都拿掉了。這個時候可以從 " pending chanhe(s) " 看到增刪列表。

在這裡有一個重點是,如果你現在作的工作,是你以後會常做的,就可以按下 " Save Changes ",把他存下來,以後就可以重複叫進來使用。

EX: 我的數位相片,固定會增加作者資訊、版權宣告以及網址,就可以把這些做一次性的修改以後,儲存下來。以後只要 " Load Changes " 就好,不必做重複的工作。

按下左下角的 " Save to queue ",開始進行批次工作

最後就可以看到一個報表視窗,告訴你寫入 EXIF 的 tag 種類與進度,這樣應該就大功告成囉!

整體的重點在於,如果以後要省工,就是要多善用" Save Changes " 與 " Load Changes "囉!

.

相關文章:

14 thoughts on “[ 數位影像 ] Quick EXIF editor 操作方式

  1. 現在才有時間詳細看,真詳細! (y)
    有沒有 EXIF META 各欄位的說明啊?(最好是中文的)
    批次修改的部分~ 讚!

  2. if taking the picture at different time zone, now I want to change back all pictures to another time zone, want to keep the minute and seconds but change the hour, please tell me how ?

  3. 我如果對有紀錄GPS的照片,會出現錯誤訊息:

    Unhandled exception has occurred in your application.
    If you click Continue , the application will ignore this error and attempt to continue.If you click Quit, the application will close immediately.

    Arithmetic operation resulted in an overflow.

    底下有三個按鈕:
    Details Continue Quit
    點Details 就出現以下訊息 請問是哪裡出了問題?
    版本是最新版本 是用GSmart MS800拍的...
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.

    ************** Exception Text **************
    System.OverflowException: Arithmetic operation resulted in an overflow.
    at EXIFeditor.Form1.Dec2Hex(Int32 DecNum)
    at EXIFeditor.Form1.InfoView()
    at EXIFeditor.Form1.infobutton_Click(Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick(EventArgs e)
    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
    at System.Windows.Forms.Control.WndProc(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

    ************** Loaded Assemblies **************
    mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    ----------------------------------------
    EXIFeditor
    Assembly Version: 2.2.2994.38866
    Win32 Version: 2.2
    CodeBase: file:///D:/Program%20Files/kiwi.software.NET/EXIFeditor/EXIFeditor.exe
    ----------------------------------------
    Microsoft.VisualBasic
    Assembly Version: 8.0.0.0
    Win32 Version: 8.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
    ----------------------------------------
    System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
    ----------------------------------------
    GlassButton
    Assembly Version: 1.2.0.41852
    Win32 Version: 1.2.0.41852
    CodeBase: file:///D:/Program%20Files/kiwi.software.NET/EXIFeditor/GlassButton.DLL
    ----------------------------------------
    FlatCombobox
    Assembly Version: 1.0.2129.20886
    Win32 Version: 1.0.2129.20886
    CodeBase: file:///D:/Program%20Files/kiwi.software.NET/EXIFeditor/FlatCombobox.DLL
    ----------------------------------------
    fsButton
    Assembly Version: 1.0.2099.32440
    Win32 Version: 1.0.2099.32440
    CodeBase: file:///D:/Program%20Files/kiwi.software.NET/EXIFeditor/fsButton.DLL
    ----------------------------------------
    EXIFeditor.resources
    Assembly Version: 2.2.2994.38866
    Win32 Version: 2.2
    CodeBase: file:///D:/Program%20Files/kiwi.software.NET/EXIFeditor/en/EXIFeditor.resources.DLL
    ----------------------------------------
    System.Data
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    ----------------------------------------
    System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.1433 (REDBITS.050727-1400)
    CodeBase: file:///C:/WINDOWS/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    ----------------------------------------
    ExifReader
    Assembly Version: 1.0.2994.38865
    Win32 Version: 1.0.2994.38865
    CodeBase: file:///D:/Program%20Files/kiwi.software.NET/EXIFeditor/ExifReader.DLL
    ----------------------------------------

    ************** JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.

    For example:

    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.

  4. 請問~
    我用Quick EXIF editor
    只修改orientation tag後
    JPEG的格式也被修改了
    本來是4.2.2 後來變成4.2.0
    但是只有Main file被改掉
    Thumbnail還是4.2.2

    請問有什麼方法可以解決嗎?

  5. 您好
    我編輯完在寫入tag的時候,報表視窗最後一行卻顯示
    "save change(s),A generic error occurred in GDI+"
    請問這是哪邊的問題?
    檢查檔案也並沒有成功被寫入 😕

發佈回覆給「jason」的留言 取消回覆

發佈留言必須填寫的電子郵件地址不會公開。