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

WebP support #114

Open
mufumbo opened this issue Jul 15, 2015 · 3 comments
Open

WebP support #114

mufumbo opened this issue Jul 15, 2015 · 3 comments

Comments

@mufumbo
Copy link

mufumbo commented Jul 15, 2015

Does anyone knows if there's a way to enable WebP encoding somehow?

@ghost
Copy link

ghost commented Jul 15, 2015

Answer looks like YES - https://bitbucket.org/luciad/webp-imageio

imgscalr only operates on raw, unencoded image data (in the form of a
BufferedImage instance) -- image format support is handled at the ImageIO
encoder/decoder layer - that link above registers new encoders/decoders
that handle the format to the ImageIO library so when you do read/write
operations it will give you back a BufferedImage that you can use imgscalr
on.

Hope that helps!


Riyad
http://thebuzzmedia.com

On Tue, Jul 14, 2015 at 9:32 PM, Rafael Sanches notifications@github.com
wrote:

Does anyone knows if there's a way to enable WebP encoding somehow?


Reply to this email directly or view it on GitHub
#114.

@rmuller
Copy link

rmuller commented Sep 18, 2016

I recommend to look at https://bitbucket.org/luciad/webp-imageio

@n2o
Copy link

n2o commented May 24, 2022

The repository webp-imageio is not available, and the forks don't work either... Seems like we need a differekt solution :-)

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

No branches or pull requests

3 participants