Created
August 11, 2018 00:23
-
-
Save tejaskhot/2d6e4d26eeec0f691648c0cf0b7d3575 to your computer and use it in GitHub Desktop.
Generating a horizontal image montage
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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