by Dominius (Posted Sat Dec 10, 2016 6:23 pm)
What follows is for another file (with this one, X-MP saw the change right away).
The script didn't have the -f -resolutionunit="inches" part. I wasn't aware you could add that yet. (It does now.)
Dominius
Read Main Topic
xnview wrote:please tell me the command used with exiftool?
What follows is for another file (with this one, X-MP saw the change right away).
- Code: Select all
file0="gae77-7765-047-009.jpg"
exiftool "$file0" -xresolution=108 -yresolution=108 -f -resolutionunit="inches"
The script didn't have the -f -resolutionunit="inches" part. I wasn't aware you could add that yet. (It does now.)
Dominius
Read Main Topic