Skip to content

Instantly share code, notes, and snippets.

@opsb
Created June 7, 2012 17:40
Show Gist options
  • Select an option

  • Save opsb/2890262 to your computer and use it in GitHub Desktop.

Select an option

Save opsb/2890262 to your computer and use it in GitHub Desktop.
Create square thumbnail using imagemagick
convert source.jpg -thumbnail 100x100^ \
-gravity center -extent 100x100 target.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment