Created
April 8, 2022 22:47
-
-
Save HerbFargus/3de13c3060c3664cce1aef2a2a7b7726 to your computer and use it in GitHub Desktop.
Imagemagick Montage Grid (combines two montage commands to make a grid of jpegs)
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
montage *.jpg -tile 1x9 -geometry +0+0 miff:- | montage - -geometry +0+0 -tile 10x1 "output.jpg" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment