Search found 2 matches

by P-Tux7
2019-02-11T00:39:34-07:00
Forum: Users
Topic: Color Quantization Not Reducing To Proper Amount
Replies: 4
Views: 3398

Re: Color Quantization Not Reducing To Proper Amount

-colors will quantize to at most the number of colors you request. But it may be less. See https://imagemagick.org/script/command-line-options.php#colors Ah, thank you. I guess a mod can move this to some better forum since this isn't a bug. Is there a way to get it to use that exact amount of colo...
by P-Tux7
2019-02-10T22:18:34-07:00
Forum: Users
Topic: Color Quantization Not Reducing To Proper Amount
Replies: 4
Views: 3398

Color Quantization Not Reducing To Proper Amount

Hello, I use on this image: https://i.imgur.com/m5YRxbG.png This code: magick convert ganondorfcolors.png -quantize XYZ +dither -colors 15 -posterize 15 ganondorfcolors2.png This is meant to result in that it gets quantized to 15 colors, using no dither, and using XYZ colorspace as the basis for qua...