auto-palette 0.9.0

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

pub use algorithm::SnicSegmentation;