find . -name "*.png" -exec sh -c 'cwebp $1 -q 90 -o ${1%.*}.webp' sh {} \;