//! ## greenfield image format
//!
//! A create for reading and writing the greenfield image format. For a description of the format,
//! see [`image`].
//!
//! Also, it includes some utilities for manipulating images in the greenfield format, like
//! quantization, dithering and conversion to other formats.
pub use cratecolor;
pub use crateimage;
pub use cratepixel;
pub use cratequantization;
pub use crate;