auto-palette 0.9.0

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

pub use algorithm::ClusteringAlgorithm;
pub use cluster::Cluster;
pub use dbscan::DBSCAN;