Hi guys,
we needed additional Meta Data in our JPG files. So I successfully used ExifTool to insert new metadata fields and values into the header of the actual JPG file.
They look like this:
Exif_0xfdf2,EXIF:Exif_0xfdf3,EXIF:Exif_0xfdf4,EXIF:Exif_0xfdf5,EXIF:Exif_0xfdf6,EXIF:Exif_0xfdf7,EXIF:Exif_0xfdf8,
Now we also want to inject the same headers in TIF files. Is this possible? Somehow I only found the option to do it with JPG :/
best regards,
Writing EXIF tags to a TIFF file is exactly the same as with a JPEG file using ExifTool.
- Phil