image-compare 0.4.1

Image comparison library based upon the image crate. Currently it provides SSIM and RMS for comparing grayscale and rgb images, a cool hybrid compare as well as several grayscale histogram distance metrics. All with a friendly license.
Documentation
[dependencies.image]
default-features = false
version = "0.25"

[dependencies.itertools]
version = "0.12"

[dependencies.rayon]
version = "1.9"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.cucumber]
version = "0.20"

[dev-dependencies.image]
default-features = false
features = ["png"]
version = "0.25"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1"

[package]
authors = ["Christopher Regali <christopher.regali@vdop.org>"]
categories = ["multimedia::images"]
description = "Image comparison library based upon the image crate. Currently it provides SSIM and RMS for comparing grayscale and rgb images, a cool hybrid compare as well as several grayscale histogram distance metrics. All with a friendly license."
documentation = "https://docs.rs/image-compare"
edition = "2021"
exclude = ["tests/data/*", ".github"]
homepage = "https://github.com/ChrisRega/image-compare"
license = "MIT"
name = "image-compare"
readme = "README.md"
repository = "https://github.com/ChrisRega/image-compare"
version = "0.4.1"

[profile.release-with-debug]
debug = 2
inherits = "release"

[[test]]
harness = false
name = "compare"