Crate libsixel_rs

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