-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
WebP support on desktop #2616
Copy link
Copy link
Open
Labels
Feature Request / ProposalRequest a feature or propose an ideaRequest a feature or propose an ideaTo be investigated
Metadata
Metadata
Assignees
Labels
Feature Request / ProposalRequest a feature or propose an ideaRequest a feature or propose an ideaTo be investigated
Type
Projects
Status
No status
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)