Created
October 8, 2012 14:59
-
-
Save codeincontext/3852976 to your computer and use it in GitHub Desktop.
Generate a thumbnail with imagemagick, maintining aspect ratio and cropping as needed
This file contains hidden or 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 1.jpg -scale '225x225^' -gravity center -extent 225x225 1-square.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment