Expand description
Error types and image container for ithmb-core.
§DecodeError
Every decoder path returns DecodeError on failure — never Box<dyn Error> or
raw I/O errors (this crate is pure, no I/O).
§DecodedImage
The canonical output type: a decoded bitmap with its dimensions.
Structs§
- Decoded
Image - A fully decoded bitmap.
Enums§
- Decode
Error - Errors that can occur while decoding an
.ithmbthumbnail.