Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/murooka/go-diff-image


https://github.com/murooka/go-diff-image

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

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

![example](https://raw.githubusercontent.com/murooka/go-diff-image/master/example.png)