Created
April 18, 2021 15:30
-
-
Save Risyandi/333aa66ea07314a13cbe3754f9b2206b to your computer and use it in GitHub Desktop.
convert all format to webp automate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for file in *.jpg; do cwebp -q 80 "$file" -o "${file%.jpg}.webp"; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment