Module image

Module image 

Source
Expand description

A component for rendering raster images.

§Usage

Use to display static or dynamically loaded images.

Re-exports§

pub use crate::pipelines::image::ImageData;

Structs§

ImageArgs
Arguments for the image component.
ImageArgsBuilder
Builder for ImageArgs.

Enums§

ImageArgsBuilderError
Error type for ImageArgsBuilder
ImageSource
Specifies the source for image data, which can be either a file path or raw bytes.

Functions§

image
image
load_image_from_source
Decodes an image from a given ImageSource.