Skip to content

Instantly share code, notes, and snippets.

@HerbFargus
Created April 8, 2022 22:47
Show Gist options
  • Save HerbFargus/3de13c3060c3664cce1aef2a2a7b7726 to your computer and use it in GitHub Desktop.
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)
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