Does anyone know if there's a codec or app to let me view .webp files without using a browser?
Asked
Active
Viewed 803 times
0
ajmeese7
- 146
Lisa Gibson
- 11
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
- 146