groundh0g / FannyPack

A texture packing "app" (and more) written in HTML and JS.
http://fpack.moreoncode.com
MIT License
0 stars 0 forks source link

Add support for animated GIFs #15

Closed groundh0g closed 10 years ago

groundh0g commented 10 years ago

Integrate my tweaked libgif.js to parse frames, and (based on user options) add only the first frame, or expand each frame in the GIF as a new sprite.

Was going to try something similar with animated PNGs, but browser support for them is laughable. I think only Firefox and the next version of Safari support (will support) them.

Option (in Left nav) is already there.

groundh0g commented 10 years ago

Implemented in ALPHA.