Struct gifski::Settings [] [src]

pub struct Settings {
    pub width: Option<u32>,
    pub height: Option<u32>,
    pub quality: u8,
    pub once: bool,
    pub fast: bool,
}

Fields

Resize to max this width if set

Resize to max this height if width is set. Note that aspect ratio is not preserved.

1-100

If true, looping is disabled

Lower quality, but faster encode

Trait Implementations

impl Copy for Settings
[src]

impl Clone for Settings
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more