Hello,
when I try to rotate a jpeg the picture is rotated, but the thumbnail isn't. Even after refreshing etc... Some jpeg do work, but some don't... very strange.
The command I use is:
nconvert.exe -rotate 270 -overwrite c:\test.jpg
How can I attach a jpg to supply a not working file?
thanks, Rob
SOLVED: rotate bug?
Moderator: xnview
-
robjuffermans
- Posts: 5
- Joined: Tue Feb 15, 2011 3:44 pm
SOLVED: rotate bug?
Last edited by robjuffermans on Wed Feb 16, 2011 9:44 am, edited 1 time in total.
-
marsh
- XnThusiast
- Posts: 2443
- Joined: Sun May 15, 2005 6:31 am
Re: rotate bug?
Try:
nconvert.exe -rotate 270 -buildexifthumb -o out.jpg test.jpg
nconvert.exe -rotate 270 -buildexifthumb -o out.jpg test.jpg
-
xnview
- Author of XnView
- Posts: 47518
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
-
robjuffermans
- Posts: 5
- Joined: Tue Feb 15, 2011 3:44 pm
Re: rotate bug?
buildexifthumb did the trick.
thanks!
thanks!