Dithering of GIF animation
Posted: 2008-02-13T16:20:26-07:00
I am trying to export GIF image files with the MagickWriteImages API. This API automatically dithers the animated GIF. I wonder what would be the way to turn off that dithering?
The command line tool "convert" lets to turn off that default dithering with the "+dither +map" options. So far I was not able to find API calls that lets the client do that via the magick wand API.
Any help, guidance is appreciated,
Thank you.
The command line tool "convert" lets to turn off that default dithering with the "+dither +map" options. So far I was not able to find API calls that lets the client do that via the magick wand API.
Any help, guidance is appreciated,
Thank you.