Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated WebP support #5

Open
mathiasbynens opened this issue Jan 27, 2014 · 2 comments
Open

Animated WebP support #5

mathiasbynens opened this issue Jan 27, 2014 · 2 comments

Comments

@mathiasbynens
Copy link

No description provided.

@antimatter15
Copy link
Owner

I'm a little disappointed that browser vendors don't just allow IMG with
WebM as a SRC, treating it like a video with autoplay, loop, nocontrols and
mute. In part because it would have made updating weppy trivial.

I need to read more about how animated webp works, but I figure it (by way
of alpha transparency or what not) does a mild amount interframe
compression that I'm not sure can be implemented without a full blown
decoder.
On Jan 27, 2014 6:33 AM, "Mathias Bynens" notifications@github.com wrote:


Reply to this email directly or view it on GitHubhttps://github.com//issues/5
.

@maxstepin
Copy link

Take a look at this implementation of Animated PNG support without a full blown decoder:

https://github.com/davidmz/apng-canvas

Some interesing ideas there, could be worth borrowing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants