dchest / webp-quicklook

[DEPRECATED] QuickLook plugin to generate thumbnails and previews for WebP images
MIT License
284 stars 24 forks source link

Support animated WebP #1

Open mathiasbynens opened 10 years ago

mathiasbynens commented 10 years ago

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

dchest commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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