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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for decoding WebP images #747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

notjosh
Copy link

@notjosh notjosh commented Apr 21, 2024

Hiya 馃憢

I was hoping to use WebP in a project, and noticed (via #575) that the image-webp project has been published now. This PR adds support for the project within resvg.

As noted in #575 there may be performance issues - I haven't tested extensively. However in my use case, it saves a step of converting .webp images to a compatible format, so even a slow(ish) implementation is an overall positive. With that in mind, it feels like a step forward for resvg to support WebP, even if there's still room in future for their (pre-1.0) project to improve.

@RazrFalcon
Copy link
Owner

Looks good to me. All we have to do now is to ask them nicely to stop using thiserror.

@RazrFalcon
Copy link
Owner

image-rs/image-webp#66

@RazrFalcon
Copy link
Owner

Looks like we need a MSRV bump as well.

@RazrFalcon
Copy link
Owner

Ok, waiting for 0.1.3 and I'm ready to merge.

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

Successfully merging this pull request may close these issues.

None yet

2 participants