It looks like there is no support for WebP images on the desktop
(There is the AndroidBufferImageLoader that supports WebP, but it looks like this is only for Android)
I've been using https://github.com/sejda-pdf/webp-imageio for reading/writing WepP recently. It has a Maven Central release. And it seemed to work smoothly.
Is there any reason to not add WebP support based on this?
(One reason is that it could be a low-hanging fruit, and allow supporting the EXT_texture_webp extension of glTF)
It looks like there is no support for WebP images on the desktop
(There is the
AndroidBufferImageLoaderthat supports WebP, but it looks like this is only for Android)I've been using https://github.com/sejda-pdf/webp-imageio for reading/writing WepP recently. It has a Maven Central release. And it seemed to work smoothly.
Is there any reason to not add WebP support based on this?
(One reason is that it could be a low-hanging fruit, and allow supporting the
EXT_texture_webpextension of glTF)