dssim 3.0.1

Tool that measures structural similarity between images using a multi-scale variant of the SSIM algorithm.
Documentation
[[bin]]
doctest = false
name = "dssim"
path = "src/main.rs"
[dependencies.dssim-core]
version = "3"

[dependencies.getopts]
version = "0.2.21"

[dependencies.imgref]
version = "1.7.1"

[dependencies.load_image]
features = ["static"]
version = "2.12.1"

[dependencies.lodepng]
version = "3.4.3"

[dependencies.rayon]
version = "1.5.0"

[dependencies.rgb]
version = "0.8.25"

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