hellosiyan / Viewnior

Elegant Image Viewer
https://siyanpanayotov.com/project/viewnior/
GNU General Public License v3.0
319 stars 55 forks source link

Add Support for WEBP images #99

Closed Lonniebiz closed 3 years ago

Lonniebiz commented 3 years ago

WEBP is a standard image format, but Viewnior doesn't display them.

Browser Support of WEBP images: https://caniuse.com/webp

WEBP Info: https://developers.google.com/speed/webp

ncmprhnsbl commented 3 years ago

https://github.com/hellosiyan/Viewnior/issues/20 ie. get webp-pixbuf-loader the only other thing would be to edit viewnior.desktop line: MimeTypes and add image/webp

hellosiyan commented 3 years ago

Duplicate of #20 As mentioned above, there are loader modules for GDK-PixBuf that add support for "exotic" file formats.