pub type Sampler = FilterType;Expand description
Algorithm used to downsample images.
Aliased Type§
pub enum Sampler {
Nearest,
Triangle,
CatmullRom,
Gaussian,
Lanczos3,
}pub type Sampler = FilterType;Algorithm used to downsample images.
pub enum Sampler {
Nearest,
Triangle,
CatmullRom,
Gaussian,
Lanczos3,
}