color_reducer 0.3.3

Simplify images by reducing the number of colors based on a predefined palette.
Documentation
1
2
3
4
5
mod color_reducer;

pub mod prelude {
    pub use super::color_reducer::ColorReducer;
}