Script to convert jpeg to webp – github
#/bin/sh # Inpiration: http://engineeringblog.yelp.com/2016/05/yelp-android-app-went-on-a-diet.html # `-lossless` not used to give support for Android 4.0+ # Make sure cwebp is installed. if ! type "cwebp" > /dev/null; then echo "Please install…