Created
April 26, 2013 15:59
-
-
Save mcav/5468358 to your computer and use it in GitHub Desktop.
Recursively, losslessly convert all JPEGs into Progressive JPEGs
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
brew install jpeg | |
find . -type f -name '*.jpg' -exec jpegtran -progressive -outfile {} {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment