Type Alias image::GrayAlphaImage
source · pub type GrayAlphaImage = ImageBuffer<LumaA<u8>, Vec<u8>>;
Expand description
Sendable grayscale + alpha channel image buffer
Aliased Type§
struct GrayAlphaImage { /* private fields */ }
Trait Implementations§
source§impl From<DynamicImage> for GrayAlphaImage
impl From<DynamicImage> for GrayAlphaImage
source§fn from(value: DynamicImage) -> Self
fn from(value: DynamicImage) -> Self
Converts to this type from the input type.