Expand description
Structs§
- Color
Type - Basic info about a color model.
- IMAGES
- Image loading, cache and render service.
- IMAGES_
WINDOW - Images render window hook.
- IMAGE_
RENDER - Controls properties of the render window used by
IMAGES.render. - Image
Entries Mode - Defines what images are decoded from multi image containers.
- Image
Entry - State of an
ImageVar. - Image
Format - Represents an image codec capability.
- Image
Format Capability - Capabilities of an
ImageFormatimplementation. - Image
Hash - A 256-bit hash for image entries.
- Image
Hasher - Hasher that computes a
ImageHash. - Image
Limits - Limits for image loading and decoding.
- Image
Options - Options for
IMAGES.image. - Image
Render Args - Arguments for the
ImageSource::Renderclosure.
Enums§
- Image
Cache Mode - Cache mode of
IMAGES. - Image
Data Format - Format of the image bytes.
- Image
Downscale Mode - Defines how an image is downscaled after decoding.
- Image
Entry Kind - Kind of image container entry an image was decoded from.
- Image
Mask Mode - Defines how the A8 image mask pixels are to be derived from a source mask image.
- Image
Source - The different sources of an image resource.
- Image
Source Filter - Represents a
PathFilterandUriFilter. - Partial
Image Kind - Represents what kind of partial data was decoded.
Traits§
- Image
Render Window Root - Implemented for the root window type.
- Image
Render Windows Service - Reference to a windows manager service that
IMAGEScan use to render images. - Images
Extension - A custom extension for the
IMAGESservice.
Functions§
- render_
retain PIf the render task is kept alive after a frame is produced, this isfalseby default meaning the image only renders once, if set totruethe image will automatically update when the render widget requests a new frame.
Type Aliases§
- Image
Var - Represents an
ImageEntrytracked by theIMAGEScache. - Path
Filter - Represents an
ImageSource::Readpath request filter. - UriFilter
- Represents an
ImageSource::Downloadpath request filter.