Expand description
Quantization algorithms for GIF. Quantization algorithms for GIF.
Implements K-Means clustering for optimal palette generation.
Modules§
Structs§
- KMeans
Quantizer - A K-Means++ based quantizer that operates in CIELAB space.
- Palette
- A collection of colors representing a GIF palette.
- Quantization
Result - Result of quantization including the palette and a mapping from the intermediate refinement indices to the final reordered indices.
- Rgb
- Representation of an RGB color.
Enums§
- Dither
Type - Dithering algorithms supported by Pixie-Anim.
Traits§
- Quantizer
- Common trait for color quantizers.