ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Lurentor on May 28, 2021, 02:37:44 AM

Title: Inserting "special headers" into TIF files possible?
Post by: Lurentor on May 28, 2021, 02:37:44 AM
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,

Title: Re: Inserting "special headers" into TIF files possible?
Post by: Phil Harvey on May 28, 2021, 08:15:01 AM
Writing EXIF tags to a TIFF file is exactly the same as with a JPEG file using ExifTool.

- Phil