Page 1 of 1

Batch processing: Only one transformation is applied

Posted: Mon Jan 03, 2022 3:12 pm
by larsen
Hello,

I want to rotate and resize multiple images at once with this script:

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 )
However, XnView only applies the first transformation, but not the second. If I switch the commands for rotate/resize, still only the first one gets applied. Not sure what I could be doing wrong here, so this seems to be a bug.

XnView 2.50.4
Windows 10 21H1

Re: Batch processing: Only one transformation is applied

Posted: Tue Jan 04, 2022 12:08 pm
by xnview
it's a known issue, if you use a lossless transformation, commands after it will not be applied

Re: Batch processing: Only one transformation is applied

Posted: Tue Jan 04, 2022 12:37 pm
by larsen
Is there an ETA when this will be fixed?

Re: Batch processing: Only one transformation is applied

Posted: Tue Jan 04, 2022 3:55 pm
by xnview
Sorry no, currently it's not easy to fix

Re: Batch processing: Only one transformation is applied

Posted: Tue Jan 04, 2022 5:39 pm
by larsen
Ok =(
Thanks for the info though.