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

https://github.com/dewski/pngdiff

Go tool that will diff images on the fly
https://github.com/dewski/pngdiff

Last synced: 6 months ago
JSON representation

Go tool that will diff images on the fly

Awesome Lists containing this project

README

          

# pngdiff

Tool to diff 2 images and return:

- Total number of pixels changed.
- Total number of pixels added.
- Total number of pixels removed.

# Example

```go
pngdiff fixtures/large/base.png fixtures/large/target.png
```

# Compiling

Just run `make`.