Type Alias image::RgbImage

source ·
pub type RgbImage = ImageBuffer<Rgb<u8>, Vec<u8>>;
Expand description

Sendable Rgb image buffer

Aliased Type§

struct RgbImage { /* private fields */ }

Trait Implementations§

source§

impl From<DynamicImage> for RgbImage

source§

fn from(value: DynamicImage) -> Self

Converts to this type from the input type.