Skip to content

Instantly share code, notes, and snippets.

@mpj
Created September 28, 2010 18:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpj/601507 to your computer and use it in GitHub Desktop.
Save mpj/601507 to your computer and use it in GitHub Desktop.
# 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