Crate zng_ext_image
source ·Expand description
Structs§
- Image loading, cache and render service.
- Images render window hook.
- Controls properties of the render window used by
IMAGES.render
. - A 256-bit hash for image entries.
- Hasher that computes a
ImageHash
. - Limits for image loading and decoding.
- Application extension that provides an image cache.
- Pixels-per-inch of each dimension of an image.
- Arguments for the
ImageSource::Render
closure. - State of an
ImageVar
.
Enums§
- Cache mode of
IMAGES
. - Format of the image bytes.
- Defines how an image is downscaled after decoding.
- Defines how the A8 image mask pixels are to be derived from a source mask image.
- The different sources of an image resource.
- Represents a
PathFilter
andUriFilter
. - Result of an
ImageCacheProxy
get redirect. - Result of an
ImageCacheProxy
remove redirect.
Traits§
- A custom proxy in
IMAGES
. - Implemented for the root window type.
- Reference to a windows manager service that
IMAGES
can use to render images.
Functions§
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§
- Represents a
ImageSource::Read
path request filter. - Represents a
ImageSource::Download
path request filter.