Page 1 of 1

Batch processing: Cannot exif rotate and resize at the same time?

Posted: Mon Sep 24, 2018 3:44 pm
by larsen
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.

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 )
Using 2.45 on Windows 10.


Lars

Re: Batch processing: Cannot exif rotate and resize at the same time?

Posted: Tue Sep 25, 2018 7:35 am
by xnview
yes currently if you have a lossless operation, other will not be executed. A known issue

Re: Batch processing: Cannot exif rotate and resize at the same time?

Posted: Tue Sep 25, 2018 7:36 am
by larsen
Perhaps it would be possible to warn the user as long as a fix isn't available?

Re: Batch processing: Cannot exif rotate and resize at the same time?

Posted: Fri Jun 05, 2020 7:46 pm
by larsen
Would it be possible to get this fixed in one of the next versions?
Still buggy in 2.49.3