https://github.com/yu-icchi/pixel
https://github.com/yu-icchi/pixel
golang image-diff
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/yu-icchi/pixel
- Owner: yu-icchi
- License: mit
- Created: 2017-08-22T15:12:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-23T14:42:56.000Z (over 8 years ago)
- Last Synced: 2024-06-20T12:03:17.866Z (over 1 year ago)
- Topics: golang, image-diff
- Language: Go
- Size: 564 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pixel
```go
import (
"github.com/yu-ichiko/pixel"
)
diffPixels := pixel.Match(img1, img2, rect, outimg, opt)
```