Skip to main content

Module error

Module error 

Source
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§

DecodedImage
A fully decoded bitmap.

Enums§

DecodeError
Errors that can occur while decoding an .ithmb thumbnail.