Enum oxipng::headers::Headers [] [src]

pub enum Headers {
    None,
    Some(Vec<String>),
    Safe,
    All,
}

Options to use for performing operations on headers (such as stripping)

Variants

None

Some, with a list of 4-character chunk codes

Headers that won't affect rendering (all but cHRM, gAMA, iCCP, sBIT, sRGB, bKGD, hIST, pHYs, sPLT)

All non-critical headers

Trait Implementations

impl Debug for Headers
[src]

Formats the value using the given formatter.

impl PartialEq for Headers
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Headers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more