Batch processing: Only one transformation is applied
Posted: Mon Jan 03, 2022 3:12 pm
Hello,
I want to rotate and resize multiple images at once with this script:
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
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 )
XnView 2.50.4
Windows 10 21H1