Skip to content

Instantly share code, notes, and snippets.

@whoo
Created June 18, 2018 00:23
Show Gist options
  • Save whoo/5f642f3e399380ec8085f23ae62cecc0 to your computer and use it in GitHub Desktop.
Save whoo/5f642f3e399380ec8085f23ae62cecc0 to your computer and use it in GitHub Desktop.
Montage | photocollage imagemagick
montage -gravity center *JPG -tile 5x6 -thumbnail 250x250 -sharpen 10 -bordercolor grey20 +polaroid -geometry '1x1-60-60<' -tile 5x6 out.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment