Answer by Seppo Erviälä for How to add WebP support to Eye of GNOME?
Ubuntu 22.04You simply need to install webp-pixbuf-loader and make EOG the default program for webp extensions.sudo apt install webp-pixbuf-loaderUbuntu 20.04For previous versions of Ubuntu you can add...
View ArticleAnswer by Bastian Gebhardt for How to add WebP support to Eye of GNOME?
I found this OMG! Ubuntu! article: How to Add WebP Support to Ubuntu 22.04 LTSJust add the ppa:helkaluin/webp-pixbuf-loader PPA:sudo add-apt-repository ppa:helkaluin/webp-pixbuf-loaderThen install...
View ArticleAnswer by mkiuchi for How to add WebP support to Eye of GNOME?
These dependent packages should be installed.sudo apt install libwebp-dev libgdk-pixbuf2.0-dev libgtk-3-dev meson build-essentialthen, build and install like this.git clone...
View ArticleAnswer by Pablo Bianchi for How to add WebP support to Eye of GNOME?
2023-10-11 Update: There is a huge vulnerability on libwebp,...
View ArticleHow to add WebP support to Eye of GNOME?
WebP image files are becoming more and more common on the web. Eye of GNOME (eog) doesn't support it out-of-the-box. Some browsers do, and ImageMagick as well by just installing the webp package...
View Article