Enum image::FilterType [] [src]

pub enum FilterType {
    Nearest,
    Triangle,
    CatmullRom,
    Gaussian,
    Lanczos3,
}

Available Sampling Filters

Variants

Nearest Neighbor

Linear Filter

Cubic Filter

Gaussian Filter

Lanczos with window 3

Trait Implementations

impl Clone for FilterType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for FilterType
[src]