ExifTool Forum

ExifTool => Newbies => Topic started by: Raketten on January 21, 2013, 01:38:49 AM

Title: writing 3 tags to one file in 1 operation
Post by: Raketten on January 21, 2013, 01:38:49 AM
Hi all,

truly a newbie to this program, so bear with my easy question.

I need to write both XResolution and YResolution that last tag that defines that resolution is in dpi to the same tif file, So far I only managed to do this by executing exiftool 3 times, but I am sure that can be done smarter. Can you share my best option?

Thanks in advance,
Henrik
Title: Re: writing 3 tags to one file in 1 operation
Post by: Phil Harvey on January 21, 2013, 07:15:44 AM
Hi Henrik

This is the command:

exiftool -xresolution=300 -yresolution=300 -resolutionunit=inches FILE

- Phil