| Crates.io | looke |
| lib.rs | looke |
| version | 0.2.1 |
| created_at | 2019-01-26 16:41:55.569556+00 |
| updated_at | 2019-01-29 14:11:22.155669+00 |
| description | To determine if two images look the same to human color perception |
| homepage | |
| repository | https://github.com/hikerpig/looke |
| max_upload_size | |
| id | 110787 |
| size | 11,221 |
A rust port of a subset of node.js module looks-same.
To determine if two images look the same to human color perception.
cargo install looke
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.