I recently found a .webp file on Google Images. I have never seen this format I wanted a png so I looked into how to convert it

Google provides a tool to decode webp images

First install the package. In Ubuntu run sudo apt-get install webp


dwebp foo.webp -o bar.png

Done deal.


Related External Links: