Skip to content

Instantly share code, notes, and snippets.

@superbrothers
Created October 30, 2010 15:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save superbrothers/655386 to your computer and use it in GitHub Desktop.
Save superbrothers/655386 to your computer and use it in GitHub Desktop.
find * -name "*\.png" -maxdepth 0 -exec convert -strip -crop 1600x2200+0+0 -type GrayScale -threshold 80% -resize 600x800 -quality 80 {} r_{} \;;\
zip archive.zip r_*;\
rm -f r_*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment