Incomplete saving options to script for "Convert to colors"
Posted: Sat Mar 30, 2013 11:59 am
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:
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.
More to the point, in the script file one gets:
Code: Select all
colors( 0 256 )
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.