Expand description
Modules§
- color
- Color formats, implementations and conversions.
- image
- A greenfield image representation
- io
- IO output of the Greenfield image format
- pixel
- Pixel type and related functions/methos for pixel manipulation.
- prelude
- Create prelude
- quantization
- Rgb quantization data structures and algorithms for greenfield images.
Enums§
- Greenfield
Error - Error type for the greenfield crate
Type Aliases§
- Greenfield
Result - A wrapper around
std::result::Resultwith the error type set toGreenfieldError.