Open jrafaaael opened 11 months ago
From what I see, it looks like a standard quantization of an image with many colours down to an image with 256 colours, and that creates banding that shows on the colourful gradients. toDataURL
generates an image with many more colours than 256, but GIF is limited to 256 colours.
There is not a very easy way around this, but here's some suggestions:
The examples show better what I'm trying to say:
gifenc
resultcanvas.toDataUrl()
resultCode: