Skip to content

Instantly share code, notes, and snippets.

@abhiomkar
Created March 29, 2012 08:08
Show Gist options
  • Save abhiomkar/2234799 to your computer and use it in GitHub Desktop.
Save abhiomkar/2234799 to your computer and use it in GitHub Desktop.
Imagemagick Convert Quick Commands
# 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