Inserting "special headers" into TIF files possible?

Started by Lurentor, May 28, 2021, 02:37:44 AM

Previous topic - Next topic

Lurentor

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,


Phil Harvey

Writing EXIF tags to a TIFF file is exactly the same as with a JPEG file using ExifTool.

- 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 ($).