-
Notifications
You must be signed in to change notification settings - Fork 164
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 format? #639
Comments
Yes, I think it's a very good idea to support the format.
I'm not aware of any ongoing developments for this.
Since there are no ongoing efforts, the best way is to
|
any progress? |
Nope, none that I'm aware of. |
No, not really. ;) If somebody really needs this urgently, then I could probably create a first iteration within the next one or two weeks. (Given that I find some spare time to dive into this.) The first iteration will probably be just able to read WebP images and have no writing capabilities, and it will probably only support reading into |
@striezel Thanks for the interest in working on this feature! |
Is your feature request related to a problem? Please describe.
GIL does not support images in the WebP format. In my experience, this format is becoming increasingly more common as a replacement for JPEG and PNG image formats. So at least read support for that format would be really nice. :)
Describe the solution you'd like
There should be an I/O extension which can read WebP images (and possibly write such images, too).
Easiest way would probably be to use the existing libwebp library to do the reading and writing. Encoding/decoding of such images in one go is possible via libwebp's API.
Questions
The text was updated successfully, but these errors were encountered: