Skip to content

Instantly share code, notes, and snippets.

@arbakker
Last active August 29, 2015 14:19
Show Gist options
  • Save arbakker/33a4c152f80fba8860d8 to your computer and use it in GitHub Desktop.
Save arbakker/33a4c152f80fba8860d8 to your computer and use it in GitHub Desktop.
Create highres square images
gm convert ~/Downloads/DSC_0255.jpg -resize "600x" -unsharp 2x0.5+0.7+0 -quality 98 jpg:- | gm convert -size 600x600 jpg:- -thumbnail 600x600^ -gravity north -extent 600x600 disc-thumb.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment