...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
Changed image resolution...
Moderators: helmut, XnTriq, xnview
Re: Changed image resolution...
you resize and save the picture file?Dominius wrote:...XnView MP did not notice the change. XnView Windows (running in Wine) saw it right away.
Pierre.
Re: Changed image resolution...
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.xnview wrote:you resize and save the picture file?Dominius wrote:...XnView MP did not notice the change. XnView Windows (running in Wine) saw it right away.
Dominius
Re: Changed image resolution...
What follows is for another file (with this one, X-MP saw the change right away).xnview wrote:please tell me the command used with exiftool?
Code: Select all
file0="gae77-7765-047-009.jpg"
exiftool "$file0" -xresolution=108 -yresolution=108 -f -resolutionunit="inches"
Dominius