kmeans_colors 0.3.4

Simple k-means clustering to find dominant colors in images. Backed by a generic k-means implementation offered as a standalone library.
Documentation
[dependencies.image]
default-features = false
features = ["jpeg", "png"]
optional = true
version = "0.23"

[dependencies.palette]
default-features = false
features = ["std"]
optional = true
version = "0.5"

[dependencies.rand]
default-features = false
features = ["std"]
version = "0.7"

[dependencies.rand_chacha]
default-features = false
version = "0.2"

[dependencies.structopt]
default-features = false
optional = true
version = "0.3"

[features]
app = ["image", "palette_color", "structopt"]
default = ["app"]
palette_color = ["palette"]

[package]
authors = ["okaneco <47607823+okaneco@users.noreply.github.com>"]
categories = ["graphics", "multimedia::images", "mathematics"]
description = "Simple k-means clustering to find dominant colors in images.\nBacked by a generic k-means implementation offered as a standalone library."
edition = "2018"
exclude = ["test", "gfx"]
homepage = "https://github.com/okaneco/kmeans-colors"
keywords = ["kmeans", "clustering", "lab", "color", "rgb"]
license = "MIT OR Apache-2.0"
name = "kmeans_colors"
readme = "README.md"
repository = "https://github.com/okaneco/kmeans-colors"
version = "0.3.4"
[package.metadata.docs.rs]
features = ["palette_color"]
no-default-features = true
targets = []
[profile.release]
lto = "thin"