Inspired by https://github.com/morishin/image-stitcher
$imgstitcher -h (git)-[master]
Usage of imgstitcher:
-o string
Output File Name(Short)
-output string
Output File Name
-version
Print version information and quit.
execute
$ imgstitcher -o output.png image-1.png image-2.png
To install, use go get
:
$ go get -d github.com/futabooo/imgstitcher
- Fork (https://github.com/futabooo/imgstitcher/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request