Expand description
Structs§
- 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
Hash - A 256-bit hash for image entries.
- Image
Hasher - Hasher that computes a
ImageHash. - Image
Limits - Limits for image loading and decoding.
- Image
Manager - Application extension that provides an image cache.
- Image
Render Args - Arguments for the
ImageSource::Renderclosure. - Img
- State of an
ImageVar.
Enums§
- Image
Cache Mode - Cache mode of
IMAGES. - Image
Data Format - Format of the image bytes.
- Image
Downscale - Defines how an image is downscaled after decoding.
- 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. - Proxy
GetResult - Result of an
ImageCacheProxyget redirect. - Proxy
Remove Result - Result of an
ImageCacheProxyremove redirect.
Traits§
- Image
Cache Proxy - A custom proxy in
IMAGES. - 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. - render_
retain
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
Imgtracked by theIMAGEScache. - Path
Filter - Represents a
ImageSource::Readpath request filter. - UriFilter
- Represents a
ImageSource::Downloadpath request filter.