jnordberg / gif.js

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

option to predefine the color palette for speedup #1

Open leeoniya opened 11 years ago

jnordberg commented 11 years ago

:+1:

It would also make sense to move the color lookup out of NeuQuant.js and have it so you can supply your own function

iangilman commented 3 years ago

It looks like this has been implemented by https://github.com/jnordberg/gif.js/pull/27, though not yet documented (as noted in https://github.com/jnordberg/gif.js/issues/109).