Incomplete saving options to script for "Convert to colors"

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

Moderators: helmut, XnTriq, xnview

Post Reply
andrixnet
Posts: 2
Joined: Sat Mar 30, 2013 11:46 am

Incomplete saving options to script for "Convert to colors"

Post 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.
User avatar
xnview
Author of XnView
Posts: 46238
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

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

Post by xnview »

right
Pierre.
Post Reply