Closed lbussell closed 4 years ago
This is the image in question:
I think that the quantize algorithm returns a palette that is too large, and the palette has no restrictions on size, so it constructs and draws a palette that's too big.
Quantize: Limited paletteColorArray to length of 256
This is the image in question:
I think that the quantize algorithm returns a palette that is too large, and the palette has no restrictions on size, so it constructs and draws a palette that's too big.