Skip to content

Instantly share code, notes, and snippets.

@mattbates
Created July 3, 2015 17:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattbates/c9bde9655b574243bb14 to your computer and use it in GitHub Desktop.
Save mattbates/c9bde9655b574243bb14 to your computer and use it in GitHub Desktop.
Montage of images with labels and border output to PDF - with ImageMagick
montage -label 'Receipt %t' -font Ubuntu-Regular -pointsize 12 *.jpg -tile 2x2 -verbose -geometry 600x600+2+2 -frame 5 expenses.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment