Skip to content

Instantly share code, notes, and snippets.

@eckelon
Created March 19, 2019 12:43
Show Gist options
  • Save eckelon/0b97d048ca03278dd48f282cd170dae3 to your computer and use it in GitHub Desktop.
Save eckelon/0b97d048ca03278dd48f282cd170dae3 to your computer and use it in GitHub Desktop.
find . -type f -name '*.jpg' -print0 | xargs -0 -I{} -P4 guetzli --quality 84 {} {}_optim.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment