Created
May 11, 2017 12:12
-
-
Save daltonnyx/c7544d60f28de50e9885e5499ce5b178 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
#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