Skip to content

Instantly share code, notes, and snippets.

@daltonnyx
Created May 11, 2017 12:12
Show Gist options
  • Save daltonnyx/c7544d60f28de50e9885e5499ce5b178 to your computer and use it in GitHub Desktop.
Save daltonnyx/c7544d60f28de50e9885e5499ce5b178 to your computer and use it in GitHub Desktop.
#https://jeremywagner.me/blog/bulk-image-optimization-in-bash
find ./ -type f -name '*.jpg' -exec jpeg-recompress -n 30 -x 75 -l 128 -a -s -c {} {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment