Page 1 of 1
Changed image resolution...
Posted: Fri Dec 02, 2016 1:42 pm
by Dominius
...XnView MP did not notice the change. XnView Windows (running in Wine) saw it right away.
This is one of the times I'm inclined to think that somebody else should be working on MP. Just thought I'd mention it.
Dominius
Re: Changed image resolution...
Posted: Fri Dec 02, 2016 1:53 pm
by xnview
Dominius wrote:...XnView MP did not notice the change. XnView Windows (running in Wine) saw it right away.
you resize and save the picture file?
Re: Changed image resolution...
Posted: Fri Dec 02, 2016 2:19 pm
by Dominius
xnview wrote:Dominius wrote:...XnView MP did not notice the change. XnView Windows (running in Wine) saw it right away.
you resize and save the picture file?
No. The picture was the same size (dimensions) and in the same directory. All that might have changed (though I used Exiftool's
-P for preserve mod date flag in the bash script by which I did the resolution change) besides the res was the
mdate.
Dominius
Re: Changed image resolution...
Posted: Fri Dec 02, 2016 2:34 pm
by xnview
please tell me the command used with exiftool?
Re: Changed image resolution...
Posted: Sat Dec 10, 2016 6:23 pm
by Dominius
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