Created
September 28, 2010 18:34
-
-
Save mpj/601507 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
# handy little script i wrote to compress the enourmous image folder my girlfriend had, | |
sudo port install ImageMagick | |
find . -type f -name '*.jp*' -exec mogrify -resize '1280>' -compress jpeg -quality 85 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment