Batch Processing incorrectly parses some script files
Posted: Wed Oct 15, 2008 6:19 am
Using the XnView GUI, I created a new batch processing script with the following transformations:
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.
- Resize
- Add Text
- Add Watermark
- Resize
Code: Select all
resize( ... )
text( ... )
watermark( ...)
resize( ... )
settings( ... )
output_path( ... )
output( ... )