jnordberg / gif.js

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

gif alpha issue #45

Open Julyyq opened 9 years ago

Julyyq commented 9 years ago

I have 2 frames png source files, wanna to generate a gif. I use this library and get the following gif:

hand-false

But I use rmagick library getting another different:

hand-true

Here are my 2 frames source files:

hand-false2 hand-false-1

Maybe it's about alpha issue.