writing 3 tags to one file in 1 operation

Started by Raketten, January 21, 2013, 01:38:49 AM

Previous topic - Next topic

Raketten

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

Phil Harvey

Hi Henrik

This is the command:

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

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