Skip to content
This repository has been archived by the owner on Nov 24, 2017. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 392 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 392 Bytes

img-merger

image merge command line tool

install

sudo npm install img-merger --global

usage

use img-merger -h to see the more command options

Ex:

img-merger -o x.png --dir ~/Downloads/1 --background #FF0000  ~/Downloads/IMG_4334.JPG ~/Download/File2.jpg

This will merge all images in folder '~/Downloads/1' and the other two specified images together, and output x.png.