Writing new tags to Panasonic files

Started by mn, February 15, 2012, 11:14:46 AM

Previous topic - Next topic

mn

Hello,

I noticed that I cannot add tags to Panasonic RAW files. For example, when I remove all exif data from RAW and then I try to add some random tags, exiftool doesn't write anything. Is this a limitation of exiftool?


$ exiftool -P "-IFD0:ModifyDate=2009:02:15 15:25:21" -IFD0:HostComputer=hrusticka -n -X -v Panasonic.RAW
======== Panasonic.RAW
Rewriting Panasonic.RAW...
  Editing tags in: IFD0 TIFF
  FileType = RAW
  MIMEType = image/x-raw
  ExifByteOrder = II
  Rewriting IFD0
  Rewriting ExifIFD
  Copying 1 image data blocks
Nothing changed in Panasonic-FZ8.RAW
    0 image files updated
    1 image files unchanged


Phil Harvey

First, I wouldn't recommend deleting all EXIF from any RAW image because many manufacturers store important white balance information in this section.

But to answer your question, only certain tags may be written into IFD0 of Panasonic RAW images.  See the Panasonic Raw tags documentation for details.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).