Rotate several pictures
Posted: Wed Nov 19, 2008 10:45 pm
Hi guys,
I would like to resize and rotate from Exif on my pictures.
I do it by xnview and when i record by a script, i obtain this
The operation is ok, my pictures are resized et rotated.
When i try to execute directly this script, the resize is ok but not rotate :S
Any suggestions?
I have nconvert v5.10
Thanks for help,
I would like to resize and rotate from Exif on my pictures.
I do it by xnview and when i record by a script, i obtain this
Code: Select all
"C:\Program Files\XnView\nconvert.exe" -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o D:\test\%%.jpg -ratio -rtype lanczos -rflag orient -resize 800 600 "D:\source\P1000058.jpg" "D:\source\P1000059.jpg" "D:\source\P1000060.jpg"
When i try to execute directly this script, the resize is ok but not rotate :S
Any suggestions?
I have nconvert v5.10
Thanks for help,