Convert images to Webp

1) Install
sudo apt install libwebp-dev
sudo apt install webp

2) convert
cwebp source.png -o target.webp

see:
https://developers.google.com/speed/webp/docs/using

You may also like...

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.