/ Published in: Bash
Expand |
Embed | Plain Text
# http://dptnt.com/2007/09/batch-resize-images-using-imagemagick/ find /var/www/ -name "*.jpg" -exec mogrify -quality 80 -sharpen .14 {} \; find * -name "*.jpg" -exec mogrify -quality 80 -sharpen .14 {} \;
You need to login to post a comment.
