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
Ppi - Pixels-per-inch of each dimension of an image.
- Image
Render Args - Arguments for the
ImageSource::Render
closure. - 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
PathFilter
andUriFilter
. - Proxy
GetResult - Result of an
ImageCacheProxy
get redirect. - Proxy
Remove Result - Result of an
ImageCacheProxy
remove 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
IMAGES
can use to render images. - render_
retain
Functions§
- render_
retain P
If the render task is kept alive after a frame is produced, this isfalse
by default meaning the image only renders once, if set totrue
the image will automatically update when the render widget requests a new frame.
Type Aliases§
- Image
Var - Represents an
Img
tracked by theIMAGES
cache. - Path
Filter - Represents a
ImageSource::Read
path request filter. - UriFilter
- Represents a
ImageSource::Download
path request filter.