JUCE
JUCE copied to clipboard
Feature Request: Add support for reading and writing WebP (.webp) images
Why do you want this?
It's an emerging web-directed image format made by Google, and it's apparently better than PNGs.
Also, QT supports it, but we all know JUCE > QT.
Info of sorts
Documentation:
- https://developers.google.com/speed/webp/
Source:
- https://chromium.googlesource.com/webm/libwebp/
Test files:
- https://developers.google.com/speed/webp/gallery1
I've created a pull request implementing support for decoding and encoding WEBP image format.
https://github.com/juce-framework/JUCE/pull/1338
Just discovered it was already available here: https://github.com/FigBug/Gin/tree/master/modules/gin_webp