Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- imagemagic
- find . -name '*.jpg' -printf "mv %p %h/%TY-%Tm-%Td+%TH:%TM:%TS_%f\n" | sh
- find . -maxdepth 1 -iname "*.jpg" | xargs -L1 -I{} mogrify -resize 1067x800 "{}" "{}"
- find . -maxdepth 1 -iname "*.jpg" | xargs -L1 -I{} mogrify -resize 1067x800 "{}" _resized/"{}"
- ls -1 *.jpg | xargs mogrify -strip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement