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
ReadandSeek.
Staticsยง
- DECODING_
HOOKS ๐ - Stores ascii lowercase extension to hook mapping
- GUESS_
FORMAT_ ๐HOOKS
Traitsยง
- Read
Seek ๐
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
ImageDecoderfor a given image format. - Detection
Hook ๐