Skip to content

Instantly share code, notes, and snippets.

@tejaskhot
Created August 11, 2018 00:23
Show Gist options
  • Save tejaskhot/2d6e4d26eeec0f691648c0cf0b7d3575 to your computer and use it in GitHub Desktop.
Save tejaskhot/2d6e4d26eeec0f691648c0cf0b7d3575 to your computer and use it in GitHub Desktop.
Generating a horizontal image montage
Source:
https://stackoverflow.com/questions/2853334/glueing-tile-images-together-using-imagemagicks-montage-command-without-resizin
montage -mode concatenate -tile 12x *.jpg out.jpg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment