image-merge
Merge multiple images into one!
Install
$ npm install -g image-merge
Usage
$ image-merge a.png b.png -o output.jpg
Preview
a.png:

b.png:

output.jpg:

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