Module cosmic::iced_runtime::core::image
source · Expand description
Load and draw raster graphics.
Structs§
- A cheaply cloneable and sliceable chunk of contiguous memory.
- The unique identifier of some
Handle
data. - A raster image that can be drawn.
Enums§
- Image filtering strategy.
- A handle of some image data.
Traits§
- A
Renderer
that can render raster graphics.