pub type SamplingMethod = GenericSampleMethod<RgbaImage>;
Aliased Type§
pub enum SamplingMethod {
All,
Ignore,
Image(ImageBuffer<Rgba<u8>, Vec<u8>>),
}
pub type SamplingMethod = GenericSampleMethod<RgbaImage>;
pub enum SamplingMethod {
All,
Ignore,
Image(ImageBuffer<Rgba<u8>, Vec<u8>>),
}