Share Facebook Twitter LinkedIn Pinterest Email To convert a WEBP image to PNG or JPG, following the steps below: (1) Install the ‘webp’ tool # apt update # apt install webp (2) Convert input.webp to file2.png $ dwebp input.webp -o file2.png And you’re done!