avatar_url

Sandesh Rana | Python

I'm a developer from Himalayas, with a passion for crafting efficient and elegant code, with creativity and precision.

Google Webp Conversion In Archlinux

01 Jan 2019 » google

Download package from AUR(archlinux)

- [https://www.archlinux.org/packages/extra/x86_64/libwebp/](https://www.archlinux.org/packages/extra/x86_64/libwebp/)
- Type in `yarout -S libwebp`

Command to convert webp to png

$ cwebp -q 80 image.png -o image.webp

Command to convert png to webp

$ dwebp image.webp -o image.png

Original source: https://developers.google.com/speed/webp/