benjaminadk / gif-encoder-2

Encode GIFs with Node
The Unlicense
58 stars 18 forks source link

colors not accurate #14

Closed skeddles closed 2 years ago

skeddles commented 2 years ago

is there any way to make sure the gif has the correct colors (I'm definitely using under 256)

I'm creating a gif with canvas by drawing the frames by combining other png images

i have encoder.setQuality(1);

Whats weird is it's changing it from a color that's already used elsewhere in the frame, to one that isn't. Plus it's only changing it on some frames, so it's blinking.

any idea why this could happen?

skeddles commented 2 years ago

idk whats going on