Page 1 of 1

Batch Processing incorrectly parses some script files

Posted: Wed Oct 15, 2008 6:19 am
by TheEvilHammer
Using the XnView GUI, I created a new batch processing script with the following transformations:
  • Resize
  • Add Text
  • Add Watermark
  • Resize
I saved the list of transformations as a script (.xbs file), which looks like this (actual settings removed):

Code: Select all

resize( ... )
text( ... )
watermark( ...)
resize( ... )
settings( ... )
output_path( ... )
output( ... )
However, if I try to open this script in the Batch Processing dialog in XnView, the script file is not parsed correctly: the last transformation (the second resize) is missing from the list of transformations. Not surprisingly, if I run the batch processing task, the last resize operation is not performed.

Re: Batch Processing incorrectly parses some script files

Posted: Wed Oct 15, 2008 6:49 am
by xnview
With 1.95??

Posted: Thu Oct 16, 2008 4:26 am
by TheEvilHammer
XnView version 1.94.2

Posted: Thu Oct 16, 2008 9:57 am
by xnview
Could you try with 1.95? And send me the xbs?

Posted: Tue Oct 21, 2008 1:11 am
by TheEvilHammer
Yup, still a problem with 1.95. I will PM you the script file.

Posted: Tue Oct 21, 2008 8:27 am
by xnview
Ok, the problem is xbs save, add a space before ) for watermark

Posted: Wed Oct 22, 2008 2:55 am
by TheEvilHammer
Yup, that fixed it. Will this be fixed in the next version?