"-jpegtrans exif" disturbs "-resize"
Posted: Thu Jan 28, 2021 10:43 am
I have a command with uses "-resize" and "-rotate" (and some more), and it seems that "-jpegtrans exif" disturbs "-resize". When I use a simple "-rotate", then the resizing works fine.
No resizing:
Resizing OK:
No resizing:
Code: Select all
nconvert.exe" -keepfiledate -q 100 -out jpeg -ratio -rtype lanczos -rflag decr -resize longest 2000 -jpegtrans exif -iptc_set 80 "8" -iptc_set 90 "7" -iptc_set 116 "test" -iptc_set 120 "alt" -o "c:\tempg\2000_20120507_002.jpg" "D:\xxx\foto\x\IMG_3259.JPG"
Code: Select all
nconvert.exe" -keepfiledate -q 100 -out jpeg -ratio -rtype lanczos -rflag decr -resize longest 2000 -iptc_set 80 "8" -iptc_set 90 "7" -iptc_set 116 "test" -iptc_set 120 "6" -o "c:\tempg\end_20120507_001.jpg" "D:\xxx\foto\x\IMG_3259.JPG"
nconvert.exe" -keepfiledate -q 100 -out jpeg -ratio -rtype lanczos -rflag decr -resize longest 2000 -rotate 270 -iptc_set 80 "8" -iptc_set 90 "7" -iptc_set 116 "test" -iptc_set 120 "6" -o "c:\tempg\end_20120507_002.jpg" "D:\xxx\foto\x\IMG_3260.JPG"