Skip to content

Instantly share code, notes, and snippets.

@rtanglao
Created March 26, 2015 00:18
Show Gist options
  • Save rtanglao/dc12cc78e8b792b59ead to your computer and use it in GitHub Desktop.
Save rtanglao/dc12cc78e8b792b59ead to your computer and use it in GitHub Desktop.
gm montage -verbose -adjoin -tile 192x1080 +f +shadow +label \
+adjoin -geometry '10x1+0+0<' @all_jpgs.txt %06d-hd-all-vancouver-2014.jpg
@rtanglao
Copy link
Author

probably can get ride of '-adjoin' and '+f'

@rtanglao
Copy link
Author

gm montage -verbose 192x1080 +frame +shadow +label +adjoin -geometry '10x1+0+0<' @first_206730jpgs.txt frame1-206730.png

@rtanglao
Copy link
Author

gm montage -verbose -tile 192x1080 +frame +shadow +label +adjoin -geometry '10x1+0+0<' @first_206730jpgs.txt frame1-206730.png

@rtanglao
Copy link
Author

hmmm maybe adjoin isn't needed if you are only producing one file!

@rtanglao
Copy link
Author

gm montage -verbose -tile 192x1080 +frame +shadow +label -geometry '10x1+0+0<' @first_207360jpgs.txt frame1-try3.png -> 3456 x 2160 px png why?

@rtanglao
Copy link
Author

because some images were small (< 10 colours?!?) had to use 1x1+0+0<
gm montage -verbose -tile 192x1080 +frame +shadow +label -geometry '1x1+0+0<' @first_207360jpgs.txt frame1-try4.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment