Expand description
Sixel image encoding/decoding.
Re-exports§
pub use device_control_string::*;
Modules§
- color
- Types and functions for Sixel colors.
- config
- Configuration settings for the library and binary.
- device_
control_ string - Types and functions for encoding Sixel image control strings.
- dimension
- Container types for basic dimensions
- dither
- Types and functions for Sixel dither.
- palette
- Built-in monochrome and RGB palettes.
- pixel_
format - quant
- Types and methods for handling color map operations.
Enums§
- Error
- Error type for the library.
Constants§
- SIXEL_
HEIGHT_ LIMIT - Maximum Sixel height
- SIXEL_
OUTPUT_ PACKET_ SIZE - 16 KiB output packet size
- SIXEL_
PALETTE_ MAX - Maximum number of palette colors;
- SIXEL_
PALETTE_ MIN - Minimum number of palette colors;
- SIXEL_
WIDTH_ LIMIT - Maximum Sixel width
Type Aliases§
- Result
- Result type for the library.