Created
October 30, 2010 15:12
-
-
Save superbrothers/655386 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
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