jnordberg / gif.js

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

adds support for frame disposal setting in gif89a spec #72

Closed ebrensi closed 7 years ago

ebrensi commented 7 years ago

Frame disposal code spec is given in https://www.w3.org/Graphics/GIF/spec-gif89a.txt. This adds support for setting dispose to addFrame. I modified the source code but did not re-compile it, because I don't know how to do that yet.

jnordberg commented 7 years ago

Thanks! But before I can merge this you need to rebase w/o touching the dist/ directory

ebrensi commented 7 years ago

What do you mean? I am relatively new to this. Oh I see what you mean! ok I will figure that out.

jnordberg commented 7 years ago

You removed the dist/gif.js and dist/gif.min.js files

ebrensi commented 7 years ago

I see. I will figure that out.

ebrensi commented 7 years ago

yes, I think that happened when I tried to compile them myself with npm.

ebrensi commented 7 years ago

fixed