Page 1 of 1

Specifying -colors?

Posted: 2009-03-13T08:07:51-07:00
by pwnedd
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,