Enum aci_png::GraphicDecodeErr [] [src]

pub enum GraphicDecodeErr {
    IncorrectFormat,
    BadNum,
    GrayscaleNYI,
    IndexedNYI,
    AGrayscaleNYI,
    BitsNYI,
}

The errors that can be returned if decode() fails when loading graphics.

Variants

Not correct format. (bad header)

Dimensions are not numbers

Not yet implemented

Not yet implemented

Not yet implemented

Bits NYI

Trait Implementations

impl Display for GraphicDecodeErr
[src]

[src]

Formats the value using the given formatter. Read more

impl Debug for GraphicDecodeErr
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations