Skip to main content

Module error

Module error 

Source
Expand description

Error handling.

Enums§

AsyncTiffError
Enum with all errors in this crate.
TiffError
Tiff error kinds.
TiffFormatError
The image is not formatted properly.
TiffUnsupportedError
The Decoder does not support features required by the image.
UsageError
User attempted to use the Decoder in a way that is incompatible with a specific image.

Type Aliases§

AsyncTiffResult
Crate-specific result type.
TiffResult
Result of an image decoding/encoding process