dithr 0.3.0

Buffer-first rust dithering and halftoning library.
Documentation
1
2
3
4
5
6
7
pub mod layout;
pub mod pixel;
pub mod sample;

pub use layout::{Gray, PixelLayout, Rgb, Rgba};
pub use pixel::{alpha_index, read_unit_pixel, write_unit_pixel};
pub use sample::{Sample, SampleMath};