Batch Processing / Script Export uses unexists lrotate param

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

Moderators: helmut, XnTriq, xnview

Post Reply
sailormax
Posts: 1
Joined: Fri Jul 01, 2011 10:27 am

Batch Processing / Script Export uses unexists lrotate param

Post by sailormax »

Using Batch Process dialog I created Script (xbs-file):
~~~~~
lrotate( )
resize( 1 lanczos 90 60 0 1 0 )
settings( 1 0 0 0 0 0 0 )
output_path( D:\ )
output( jpeg 80 0 0 0 0 0 1 1 1 0 1 )
~~~~~

But if export these settings to bat-file (`Export` button in Batch Process dialog), we will have:
nconvert -npcd 2 -size 256x256+0 -ctype grey -corder inter -out jpeg -o D:\\%%.jpg -lrotate 0-ratio -rtype lanczos -rflag orient -resize 90 60 "D:\programs\XnView\hor.jpg"

with `lrotate`-parameter. But Nconvert don't know about it... and can't complete converting.
~~~
P.S. Xnview v1.98.1; Nconvert v5.91
User avatar
xnview
Author of XnView
Posts: 46255
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Batch Processing / Script Export uses unexists lrotate p

Post by xnview »

right, it's -jpegtrans rot90
Pierre.
Post Reply