Page 1 of 1

Incomplete saving options to script for "Convert to colors"

Posted: Sat Mar 30, 2013 11:59 am
by andrixnet
If one uses "Convert to colors" transformation and set the number of colors and dithering other then NONE, then save this into a script, the dithering option is not properly saved.

More to the point, in the script file one gets:

Code: Select all

colors( 0 256 )
This corresponds to 256 colors, no dithering.
Regardless of the selected dithering method, the script is saved with first value "0" and loaded back as Dithering: NONE.

If one manually edits the file (with notepad), and put 1 or 2 in the first field, XNVIEW loads the script as Dithering: Bayer for both 1 and 2.
I was unable to save a script that uses Floyd Steinberg dithering.

Re: Incomplete saving options to script for "Convert to colo

Posted: Tue Apr 02, 2013 8:19 am
by xnview
right