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

Bugs found in XnView Classic. Please report only one bug per topic!

Moderators: XnTriq, helmut, xnview

Post Reply
User avatar
larsen
Posts: 66
Joined: Thu Mar 20, 2008 10:07 am

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

Post 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
User avatar
xnview
Author of XnView
Posts: 43326
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post by xnview »

yes currently if you have a lossless operation, other will not be executed. A known issue
Pierre.
User avatar
larsen
Posts: 66
Joined: Thu Mar 20, 2008 10:07 am

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

Post by larsen »

Perhaps it would be possible to warn the user as long as a fix isn't available?
User avatar
larsen
Posts: 66
Joined: Thu Mar 20, 2008 10:07 am

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

Post by larsen »

Would it be possible to get this fixed in one of the next versions?
Still buggy in 2.49.3
Post Reply