jnordberg / gif.js

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

Performance & error fixes #62

Closed dylanwenzlau closed 7 years ago

dylanwenzlau commented 7 years ago

The two fixes I commited will simply make the GIFEncoder work again (it does not work on master).

The NeuQuant fix from pjm0616 is also very critical, as it fixes the ~3X performance regression from the commit that introduced dithering.

jnordberg commented 7 years ago

Thanks for this! Merged and released in 0.2.0

https://github.com/jnordberg/gif.js/compare/v0.1.6...v0.2.0