Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created September 22, 2014 07:18
Show Gist options
  • Save willgarcia/b872249517c6cd06efdc to your computer and use it in GitHub Desktop.
Save willgarcia/b872249517c6cd06efdc to your computer and use it in GitHub Desktop.
Merge two image
brew install imagemagick
convert +append a.png b.png # horizontal merge
convert +append a.png b.png # vertical merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment