color-thief 0.2.1

Grabs the dominant color or a representative color palette from an image.
Documentation
[[bench]]
harness = false
name = "find_palette"
[dependencies.rgb]
version = "0.8"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.image]
default-features = false
features = ["jpeg", "png_codec"]
version = "0.22"

[package]
authors = ["Reizner Evgeniy <razrfalcon@gmail.com>"]
categories = ["algorithms", "multimedia"]
description = "Grabs the dominant color or a representative color palette from an image."
documentation = "https://docs.rs/color-thief/"
keywords = ["graphics", "color"]
license = "MIT"
name = "color-thief"
readme = "README.md"
repository = "https://github.com/RazrFalcon/color-thief-rs"
version = "0.2.1"