Guest User

Untitled

a guest
Jun 20th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. find * -name "*\.png" -maxdepth 0 -exec convert -strip -crop 1600x2200+0+0 -type GrayScale -threshold 80% -resize 600x800 -quality 80 {} r_{} \;;\
  2. zip archive.zip r_*;\
  3. rm -f r_*
Add Comment
Please, Sign In to add comment