Skip to content
This repository has been archived by the owner on Sep 21, 2023. It is now read-only.

Support animated WebP #1

Open
mathiasbynens opened this issue Jan 18, 2014 · 4 comments
Open

Support animated WebP #1

mathiasbynens opened this issue Jan 18, 2014 · 4 comments
Assignees
Labels

Comments

@mathiasbynens
Copy link

This boils down to upgrading to the latest libwebp.

Example animated WebP image to test on: https://08334865990100544955.googlegroups.com/attach/8c6f234c4ae89d2d/Zipper_animated.webp

@ghost ghost assigned dchest Jan 18, 2014
@dchest
Copy link
Owner

dchest commented Jan 18, 2014

Looks like we'll need more than just a libwebp upgrade. I'm not sure how to handle animation with CGBitmapContextCreate, so I'll need to learn about it first :-) Any help is appreciated.

@mathiasbynens
Copy link
Author

No experience in that area either :( Here’s the source code for an old Quick Look plugin for animated GIFs (nowadays OS X supports those by default), does that help? http://sourceforge.net/p/animgifqlgen/code/HEAD/tree/

@dchest
Copy link
Owner

dchest commented Jan 18, 2014

Thanks for the help, but it looks like the linked plugin just renders the GIF with WebKit, which we can't do. Anyway, I'll look into how to implement this. Thank you!

@dchest
Copy link
Owner

dchest commented May 9, 2014

Nope, haven't had time to look into it, sorry. Pull requests are welcomed :-)

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

No branches or pull requests

2 participants