kohler / gifsicle

Create, manipulate, and optimize GIF images and animations
http://www.lcdf.org/gifsicle/
GNU General Public License v2.0
3.79k stars 241 forks source link

Is there a JavaScript port of gifsicle ? #157

Closed cuixiping closed 1 year ago

cuixiping commented 4 years ago

We can use gifsicle in web browser if there is a JavaScript port of gifsicle.

jamsinclair commented 4 years ago

@cuixiping Someone attempted a WASM port a while ago here: https://github.com/kohler/gifsicle/issues/148

To port an existing library to work with Web Assembly is a bit of an art form in fine-tuning and debugging. Would love to see a GIF library officially compiling down to wasm 🤞

chebum commented 3 years ago

@cuixiping Here is a port to JS: https://github.com/zx6733090/gifmin

renzhezhilu commented 2 years ago

gifsicle-wasm-browser