Created
March 29, 2012 08:08
-
-
Save abhiomkar/2234799 to your computer and use it in GitHub Desktop.
Imagemagick Convert Quick Commands
This file contains 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
# Resize Image | |
find . -maxdepth 1 -iname '*jpg' -exec convert -resize 800x500\> -quality 85 {} low/{} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment