[][src]Crate eimg

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.

Type Definitions

Error

Re-export of image::ImageError;

Result

Re-export of std::result::Result<T, image::ImageError>