quantette 0.6.0

Fast and high quality image quantization and palette generation.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
mod bounded;
mod error;
mod image;
mod indexed_image;
mod palette;
mod palette_counts;

pub use bounded::*;
pub use error::*;
pub use image::*;
pub use indexed_image::*;
pub use palette::*;
pub use palette_counts::*;