Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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).