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
- Host: GitHub
- URL: https://github.com/dewski/pngdiff
- Owner: dewski
- Created: 2013-04-17T09:15:59.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2019-01-22T04:08:42.000Z (about 7 years ago)
- Last Synced: 2025-01-23T16:54:00.960Z (about 1 year ago)
- Language: Go
- Size: 9.82 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`.