Enum rustiff::ImageHeaderError[][src]

pub enum ImageHeaderError {
    IncompatibleData {
        photometric_interpretation: PhotometricInterpretation,
        bits_per_sample: BitsPerSample,
    },
}

Variants

Fields of IncompatibleData

Trait Implementations

impl From<ImageHeaderError> for DecodeError
[src]

Performs the conversion.

impl Debug for ImageHeaderError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations