quantette 0.6.0

Fast and high quality image quantization and palette generation.
Documentation
1
2
3
4
5
//! Re-exports of third party crates whose types are present in `quantette`'s public API.

#[cfg(feature = "image")]
pub use image;
pub use palette;