image-merge

Merge multiple images into one!

MIT License

Downloads
15
Stars
12
Committers
1

image-merge

Merge multiple images into one!

Prerequisites

You should have GraphicsMagick installed first:

# use homebrew if you're on a Mac
$ brew install graphicsmagick
# otherwise head to official installation guide
# http://www.graphicsmagick.org/README.html#installation

Install

$ npm install -g image-merge

Usage

$ image-merge a.png b.png -o output.jpg

Preview

a.png:

b.png:

output.jpg:

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT © EGOIST