Created
May 19, 2014 12:11
-
-
Save zdravkok/02de5da8d9032b6c5a8d to your computer and use it in GitHub Desktop.
Optimize jpeg images
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 media/ -name "*.jpg" -type f -exec echo jpegtran -copy none -optimize -outfile {} {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment