https://github.com/murooka/go-diff-image
https://github.com/murooka/go-diff-image
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/murooka/go-diff-image
- Owner: murooka
- License: mit
- Created: 2017-07-05T16:18:49.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-28T14:39:39.000Z (over 7 years ago)
- Last Synced: 2024-11-07T21:42:45.251Z (8 months ago)
- Language: Go
- Size: 277 KB
- Stars: 165
- Watchers: 4
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome - murooka/go-diff-image - 12 star:0.2k fork:0.0k (Go)
README
# go-diff-image
A diff tool for images.
## Installation
```
$ go get -u github.com/murooka/go-diff-image/...
```## Usage
```bash
diff-image -o=diff.png before.png after.png
# open diff.png
```
## Example