Structs§
- Image
Metadata - Small image metadata bundle for callers that already know or discovered a format.
Enums§
- Image
Format - Common image formats handled by this crate.
- Image
Kind - Broad classification for image container types.
Functions§
- image_
kind - Returns the broad image kind for a format.
- is_
raster_ image - Returns true when the format is raster-based.
- is_
vector_ image - Returns true when the format is vector-based.
- is_
web_ image_ format - Returns true for formats commonly used in browsers and web asset pipelines.
- supports_
animation - Returns true when the format commonly supports animation.
- supports_
transparency - Returns true when the format can commonly carry transparency.