Does anyone know if there's a codec or app to let me view .webp
files without using a browser?
Asked
Active
Viewed 56 times
-1

ajmeese7
- 117
-
What do you mean? When I double click on a webp file, it doesn't open in my browser but rather opens up in GIMP, where it loads fine – Daniel T Mar 04 '24 at 01:46
-
1Does this answer your question? Cannot open 90% of recently saved images (webp format) – karel Mar 04 '24 at 17:48
1 Answers
0
According to this thread, you can add native support to the default Ubuntu image viewer via the WebP GDK Pixbuf Loader library:
sudo add-apt-repository ppa:krifa75/eog-ordissimo
sudo apt update
sudo apt install webp-pixbuf-loader
An alternative suggestion is gThumb:
sudo apt install gthumb

ajmeese7
- 117