[][src]Crate eimg

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.