Skip to content

Instantly share code, notes, and snippets.

@sewerk
Created May 27, 2020 12:34
Show Gist options
  • Save sewerk/8263fbad81f83c0f724261ccaea3896c to your computer and use it in GitHub Desktop.
Save sewerk/8263fbad81f83c0f724261ccaea3896c to your computer and use it in GitHub Desktop.
#!/bin/sh
function merge_2_images() {
convert +append -border 1 -bordercolor "#d3d3d3" $1 $2 merged.png
}
montage -geometry 100% -border 1 $1 $2 merged.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment