...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...
Moderator: xnview
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
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.
-
Dominius
- Posts: 45
- Joined: Mon Nov 28, 2016 9:58 am
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
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
Dominius
- Posts: 45
- Joined: Mon Nov 28, 2016 9:58 am
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