Skip to content

Instantly share code, notes, and snippets.

@codeincontext
Created October 8, 2012 14:59
Show Gist options
  • Select an option

  • Save codeincontext/3852976 to your computer and use it in GitHub Desktop.

Select an option

Save codeincontext/3852976 to your computer and use it in GitHub Desktop.
Generate a thumbnail with imagemagick, maintining aspect ratio and cropping as needed
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