3 unstable releases
0.2.1 | Jan 29, 2019 |
---|---|
0.2.0 | Jan 29, 2019 |
0.1.0 | Jan 26, 2019 |
#5 in #perception
12KB
300 lines
looke
A rust port of a subset of node.js module looks-same.
To determine if two images look the same to human color perception.
Install
cargo install looke
Usage
USAGE:
looke [FLAGS] [OPTIONS] <ref-image> <image>
FLAGS:
-h, --help Prints help information
-t, --tolerance tolerance for image diff
-V, --version Prints version information
OPTIONS:
-d, --diff-image <diff-image> path for saving diff output image
ARGS:
<ref-image> path to reference image
<image> path to image
If they look not the same, exit with 1.
Dependencies
~7MB
~115K SLoC