JUCE icon indicating copy to clipboard operation
JUCE copied to clipboard

Feature Request: Add support for reading and writing WebP (.webp) images

Open jrlanglois opened this issue 8 years ago • 2 comments

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

jrlanglois avatar Sep 28 '17 01:09 jrlanglois

I've created a pull request implementing support for decoding and encoding WEBP image format.

https://github.com/juce-framework/JUCE/pull/1338

MajorMurphy avatar Jan 26 '24 18:01 MajorMurphy

Just discovered it was already available here: https://github.com/FigBug/Gin/tree/master/modules/gin_webp

MajorMurphy avatar Feb 20 '24 15:02 MajorMurphy