jnordberg / gif.js

JavaScript GIF encoding library
http://jnordberg.github.io/gif.js/
MIT License
4.74k stars 668 forks source link

Colors changed in final gif #87

Closed TC-42-54 closed 6 years ago

TC-42-54 commented 6 years ago

Hi, I got an issue when I render a gif:

The base colors saw on the base images are not all used in the rendered gif as you can see in the one I sent you (take a look at the logo on the second and the last frame).

Do you know Why I got this result ?

Is It because of the picture formats ?

Thanks in advance,

Thomas visual

TC-42-54 commented 6 years ago

You can consider this issue as closed, The problem was coming from the images format (jpg) I prefered to set it to PNG and changed the GIF rendering quality and all my problems were gone.