jnordberg / gif.js

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

Option to restrict color palette #18

Open michaelhue opened 10 years ago

michaelhue commented 10 years ago

Would it be possible to add an option for restricting the number of colors used in the generated GIF?

jhagege commented 10 years ago

+1.. Keep up the AMAZING work!

Fauntleroy commented 9 years ago

+1 For some reason I thought this was already implemented.

felixturner commented 9 years ago

+1 this would allow generating much smaller files

Kirkman commented 5 years ago

I want to request this, also. I have cases where I want to convert animations from emulated retrocomputers to GIFs. The animations already have limited color palettes, so I don't need color quantization or anything. Just want a simple 2-color animated GIF, etc.

amihanya commented 4 years ago

+1 for that