Created
October 17, 2024 00:15
-
-
Save piouc/6eefb9f90c52ba6f6c2a1092c6102dd5 to your computer and use it in GitHub Desktop.
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
find . -type f \( -iname "*.jpg" -o -iname "*.png" \) -exec sh -c 'cwebp -q 75 "$0" -o "${0%.*}.webp"' {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment