auto-palette 0.9.0

🎨 A Rust library that extracts prominent color palettes from images automatically.
Documentation
1
2
3
4
5
mod algorithm;
mod error;

pub use algorithm::KmeansSegmentation;
use error::KmeansError;