Re-exports§
pub use image;
Structs§
- Img
- Image as a flat buffer of pixels; accessible by (x, y) Index
- RGB
- RGB represents a triplet of pixels (r, g, b). u8, i8, i16, and u16 are all one-word COPY types.
Functions§
- clamp_
f64_ to_ u8 - clamp a f64 to the closest u8, rounding non-integers.