looke

Crates.iolooke
lib.rslooke
version0.2.1
sourcesrc
created_at2019-01-26 16:41:55.569556
updated_at2019-01-29 14:11:22.155669
descriptionTo determine if two images look the same to human color perception
homepage
repositoryhttps://github.com/hikerpig/looke
max_upload_size
id110787
size11,221
hikerpig (hikerpig)

documentation

README

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.

Commit count: 14

cargo fmt