Type Alias image::Rgba32FImage

source ·
pub type Rgba32FImage = ImageBuffer<Rgba<f32>, Vec<f32>>;
Expand description

An image buffer for 32-bit float RGBA pixels, where the backing container is a flattened vector of floats.

Aliased Type§

struct Rgba32FImage { /* private fields */ }

Trait Implementations§

source§

impl From<DynamicImage> for Rgba32FImage

source§

fn from(value: DynamicImage) -> Self

Converts to this type from the input type.