reduce colors to more than 256?
Posted: 2011-03-09T05:41:49-07:00
hi,
is it possible to reduce the number of colors of an image to more than 256?
what I'd like to do is
but it seems to limited to 256 colors only...
is there a way to use numbers higher than that?
thanks a lot in advance.
is it possible to reduce the number of colors of an image to more than 256?
what I'd like to do is
Code: Select all
convert input.png +dither -colors <half of the number of colors in the input image> output.png
is there a way to use numbers higher than that?
thanks a lot in advance.