Packages

Extract dominant colors from given image (using kmeans), wrapper on top of rust kmeans_colors.

Current section

Files

Jump to
dominant_colors native dominantcolors Cargo.toml
Raw

native/dominantcolors/Cargo.toml

[package]
name = "dominantcolors"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "dominantcolors"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
image = "0.24.7"
kmeans_colors = "0.6.0"
palette = "0.7.3"
rustler = "0.30.0"