Expand description
This module provides a way to register decoding hooks for image formats not directly supported by this crate.
Structs§
- Generic
Reader - A wrapper around a type-erased trait object that implements
Read
andSeek
.
Functions§
- decoding_
hook_ registered - Returns whether a decoding hook has been registered for the given format.
- register_
decoding_ hook - Register a new decoding hook or returns false if one already exists for the given format.
- register_
format_ detection_ hook - Registers a format detection hook.
Type Aliases§
- Decoding
Hook - A function to produce an
ImageDecoder
for a given image format.