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

Add support for webp image format #51

Closed
styfle opened this issue Oct 18, 2020 · 8 comments · Fixed by #165
Closed

Add support for webp image format #51

styfle opened this issue Oct 18, 2020 · 8 comments · Fixed by #165
Labels
enhancement New feature or request

Comments

@styfle
Copy link
Contributor

styfle commented Oct 18, 2020

It would be great for photon to support WebP image format now that most web browsers support it.

@daggy1234
Copy link
Contributor

daggy1234 commented May 1, 2022

Hi, currently the image crate that photon uses for encoding and decoding of images doesn't support saving images as webp (no encoding) but can decode them (open webp images).

https://github.com/image-rs/image/#supported-image-formats

@mirzap
Copy link

mirzap commented Sep 23, 2022

It would seem webp encoding has been implemented in image create
image-rs/image@e9ccfcf

@dtruffaut
Copy link

Very interested in this. Let us know when it works !

@RaphaelBronsveld
Copy link

Interested in this as well!

@daggy1234
Copy link
Contributor

Okey! I'll start testing webp and see how it performs.

@aliflux-omo
Copy link

Hi, is there any update on webp support?

@ccbikai
Copy link

ccbikai commented Dec 18, 2023

Hope webp can be supported

https://github.com/image-rs/image/blob/master/CHANGES.md
Version 0.24.4
New Features:

Encoding for webp is now available with the native library. This needs to be activate explicitly with the web-encoder feature.

@yangm2
Copy link

yangm2 commented Feb 12, 2024

Looks like #164 resolves webp encoding

styfle added a commit to styfle/photon that referenced this issue Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

9 participants