Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/remogatto/imagetest
A suite of testing tool for images
https://github.com/remogatto/imagetest
Last synced: 14 days ago
JSON representation
A suite of testing tool for images
- Host: GitHub
- URL: https://github.com/remogatto/imagetest
- Owner: remogatto
- License: mit
- Created: 2014-01-07T07:45:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-23T15:15:10.000Z (almost 11 years ago)
- Last Synced: 2024-11-07T02:14:41.092Z (2 months ago)
- Language: Go
- Size: 773 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What's that?
The imagetest package asserts the equality of two images
between a tolerance interval using a naive distance algorithm. It's
useful in black-box testing for comparing the expected screen with the
actual one. In future it may grow in a complete suite of matching tool
for images.# Install
go get https://github.com/remogatto/imagetest# Example
See [imagetest_test.go](imagetest_test.go).
# License
See [LICENSE](LICENSE).