Module image

Source
Available on crate feature advanced only.
Expand description

Load and draw raster graphics.

Structs§

Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Id
The unique identifier of some Handle data.
Image
A raster image that can be drawn.

Enums§

FilterMethod
Image filtering strategy.
Handle
A handle of some image data.

Traits§

Renderer
A Renderer that can render raster graphics.