Skip to content

Instantly share code, notes, and snippets.

@JayHoltslander
Last active August 9, 2023 19:23
Show Gist options
  • Star 6 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save JayHoltslander/d2a61d9cb82518639def452fb9278fb2 to your computer and use it in GitHub Desktop.
Save JayHoltslander/d2a61d9cb82518639def452fb9278fb2 to your computer and use it in GitHub Desktop.
find ./ -type f -name '*.jpg' -exec sh -c 'cwebp -q 75 $1 -o "${1%.png}.webp"' _ {} \;
@kcharlesbusiness
Copy link

Perfect just what I was looking for! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment