Skip to content

Instantly share code, notes, and snippets.

@sirleech
Created April 3, 2012 05:42
Show Gist options
  • Save sirleech/2289568 to your computer and use it in GitHub Desktop.
Save sirleech/2289568 to your computer and use it in GitHub Desktop.
Imagemagick make thumbnails
convert -resize 133x100 -extent 133x100 -gravity center annualClimateSummary2011.jpg
convert -resize 300x225 -extent 300x225 -gravity center annualClimateSummary2011.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment