Created
April 3, 2012 05:42
-
-
Save sirleech/2289568 to your computer and use it in GitHub Desktop.
Imagemagick make thumbnails
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
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