dssim-core 3.2.0

Library that measures structural similarity between images using a multi-scale variant of the SSIM algorithm.
Documentation
[dependencies.imgref]
version = "1.9.1"

[dependencies.itertools]
version = "0.10.3"

[dependencies.rayon]
optional = true
version = "1.5.1"

[dependencies.rgb]
version = "0.8.31"
[dev-dependencies.lodepng]
version = "3.6.0"

[features]
default = ["threads"]
threads = ["rayon"]

[lib]
crate-type = ["lib", "staticlib"]

[package]
authors = ["Kornel <pornel@pornel.net>"]
categories = ["multimedia::images"]
description = "Library that measures structural similarity between images using a multi-scale variant of the SSIM algorithm."
documentation = "https://docs.rs/dssim-core"
edition = "2018"
homepage = "https://kornel.ski/dssim"
include = ["README.md", "Cargo.toml", "src/*.rs", "LICENSE"]
keywords = ["ssim", "image", "comparison", "objective", "metric"]
license = "AGPL-3.0"
name = "dssim-core"
readme = "README.md"
repository = "https://github.com/kornelski/dssim.git"
version = "3.2.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]