Batch processing: Cannot exif rotate and resize at the same time?
Posted: Mon Sep 24, 2018 3:44 pm
I have some images that I want to rotate based on EXIF information and afterwards resize it. I was able to succesfully do this separately with batch processing but had no luck when I tried to do this at the same time. Images were rotated but not resized.
Using 2.45 on Windows 10.
Lars
Code: Select all
jpegtrans( )
resize( 1 lanczos 1920 1200 -1 0 0 )
settings( 0 0 1 0 0 0 1 )
output( jpeg 80 0 1 0 0 0 1 1 1 1 1 )
Lars