img-merger
v1.0.2
Published
command line tool to merge images
Readme
img-merger
image merge command line tool
install
sudo npm install img-merger --globalusage
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.jpgThis will merge all images in folder '~/Downloads/1' and the other two specified images together, and output x.png.
