Skip to content

Instantly share code, notes, and snippets.

@timabell
Created December 13, 2011 15:40
Show Gist options
  • Save timabell/1472575 to your computer and use it in GitHub Desktop.
Save timabell/1472575 to your computer and use it in GitHub Desktop.
resize with imagemagick
ls *.jpg | xargs -l -i convert -resize 1024x1024 -quality 50% -verbose {} small/{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment