Crate greenfield

Crate greenfield 

Source
Expand description

§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.

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§

GreenfieldError
Error type for the greenfield crate

Type Aliases§

GreenfieldResult
A wrapper around std::result::Result with the error type set to GreenfieldError.