Struct ispc_downsampler::Image
source · pub struct Image<'a> { /* private fields */ }Expand description
Describes a source image which can be used for with downsample
The pixel data is stored as a slice to avoid unnecessarily cloning it.
pub struct Image<'a> { /* private fields */ }Describes a source image which can be used for with downsample
The pixel data is stored as a slice to avoid unnecessarily cloning it.