jnordberg / gif.js

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

Enhancement: Reduce file size of GIF animation like gifsicle #127

Open cuixiping opened 3 years ago

cuixiping commented 3 years ago

The gif 89a file generated by gif.js is a bit large. It will be very nice if the file size can be reduced. See gifsicle

qq15725 commented 1 year ago

You can now use modern-gif to obtain the smallest GIF

cuixiping commented 1 year ago

You can now use modern-gif to obtain the smallest GIF

Is there a comparison sheet between modern-gif and other products like gifsicle?