Convert .webp Files To .png From The Terminal

Posted By Weston Ganger

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:

Article Topic:Software Development - Linux

Date:April 26, 2016