Module sixel

Source
Available on crate feature alloc and crate feature term and (crate features io or std) and (crate features dep_hashbrown or std) and crate feature image only.
Expand description

Sixel encoding functionality.

§Vendored

This is adapted work from icy_sixel.

Structs§

Sixel
A configurable sixel string builder from a slice of pixel data bytes.

Enums§

Dither
Dithering methods of error diffusion.
PixelFormat
Pixel format type of input image.
SixelError
A sixel-related error.
SixelMean
Method for selecting a representative color from a color space partition (box).
SixelQuality
Quality modes.
SixelSplit
Method for finding the largest dimension for splitting, and sorting by that component.