antimatter15 / jsgif

Save a HTML5 Canvas to GIF and Animations. A port of as3gif GIFPlayer to JS
http://antimatter15.com/
MIT License
1.07k stars 138 forks source link

jsapng? can you make convas into animated PNG? #19

Closed Owyn closed 9 years ago

Owyn commented 10 years ago

would be great because it's losless and can be animated like gif

antimatter15 commented 9 years ago

APNG isn't really well supported anywhere. I think there's probably more potential in WebP which supports animations and transparency nowadays.

Sent from my iPhone

On Jul 12, 2014, at 4:52 AM, Owyn notifications@github.com wrote:

would be great because it's losless and can be animated like gif

— Reply to this email directly or view it on GitHub.

Owyn commented 9 years ago

I heard WebP isn't loseless and I wanted something to save with original quality, but WebP is a nice idea anyway.

antimatter15 commented 9 years ago

WebP has a lossless mode nowadays too. On Jul 23, 2014 2:15 AM, "Owyn" notifications@github.com wrote:

I heard WebP isn't loseless and I wanted something to save with original quality, but WebP is a nice idea anyway.

— Reply to this email directly or view it on GitHub https://github.com/antimatter15/jsgif/issues/19#issuecomment-49850404.

ghost commented 9 years ago

Now you can https://github.com/acterhd/jsapng

antimatter15 commented 9 years ago

Cool, I guess this is closed then.