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
Hi Henrik
This is the command:
exiftool -xresolution=300 -yresolution=300 -resolutionunit=inches FILE
- Phil