Enum aci_png::DecodeErrorPNG [] [src]

pub enum DecodeErrorPNG {
    NotPNG,
    BadNum,
    GrayscaleNYI,
    IndexedNYI,
    AGrayscaleNYI,
    BitsNYI,
}

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

Variants

Not a PNG file (bad header)

Dimensions are not numbers

Not yet implemented

Not yet implemented

Not yet implemented

Bits NYI

Trait Implementations

impl Debug for DecodeErrorPNG
[src]

[src]

Formats the value using the given formatter.

impl Display for DecodeErrorPNG
[src]

[src]

Formats the value using the given formatter. Read more