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

WebPImageCodec does not correctly decode animated WEBP images #8

Open
gsemac opened this issue Mar 10, 2022 · 0 comments
Open

WebPImageCodec does not correctly decode animated WEBP images #8

gsemac opened this issue Mar 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@gsemac
Copy link
Owner

gsemac commented Mar 10, 2022

Since #6 was resolved, animated WEBP images no longer throw an exception when decoding. However, the decoded image is simply a black box. This appears to be a problem with how WebP-wrapper is implemented: JosePineiro/WebP-wrapper/issues/27

This could be resolved by implementing the decoder myself and forgoing the dependency on WebP-wrapper, or adding special handling for animated WEBP images, which can already be detected through the Animation property on IImage.

@gsemac gsemac added the bug Something isn't working label Mar 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant