Is it possible to specify the number of colors to use during conversion?
e.g.
Code: Select all
convert -colors 256 original.png new.png
I looked through the documents, but the closest I could find was "quantizeImage," which requires a bunch of extra parameters.
Any ideas?
Thanks,