Skip to main content

Crate epaper_dithering_core

Crate epaper_dithering_core 

Source

Modules§

algorithms
Error diffusion and ordered dithering on raw RGB pixel buffers.
color_space
color_space_lab
OKLab color space and color matching for dithering.
enums
error
measured_palettes
Measured color palettes for real e-paper displays.
palettes
Palette definitions and color schemes.
tone_map
Dynamic range and gamut compression for measured e-paper palettes.
types

Structs§

DitherConfig
Configuration for dither(). All fields have sensible defaults.

Functions§

dither
Dither an image for e-paper display.
dither_with_canonical
Dither an image using one palette for color matching and another for exact already-displayable RGB passthrough.