-
-
Notifications
You must be signed in to change notification settings - Fork 851
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
WebP: Missing features #1802
Comments
@bytehydrant Do you still have your fork with the in-progress animation support? We're in a good place now to continue working against. #121 (comment) |
@JimBobSquarePants, sorry for the (yikes) 3-month delay in response. Apparently, I had notifications turned off and didn't see this 'til just now. Yeah, the fork linked from my original post is still there. I've not touched it since then. |
No worries @bytehydrant , Thanks for getting back to me. @brianpopow has recently opened a PR for supporting decoding animated Webp in #1985 It's be really useful to us if you could cast an eye over that code and do a review. Thanks! |
Fixed with #2569 |
Description
This is a tracking issue for missing webp features.
The following features for webp are still missing.
Decode animated webp images.done with Add support for decoding webp images with animations #1985Decode and store XMP profile.done with Support for XMP metadata #1918Encode Alpha channel of Lossy images with the lossless encoder and store it indone in Add support for encoding lossy webp images with alpha channels #1971ALPH
chunk.Any help from the community would be highly appreciated.
The text was updated successfully, but these errors were encountered: