Module image

Module image 

Source
Expand description

Images display raster graphics in different formats (PNG, JPG, etc.).

Modules§

viewer
Zoom and pan on an image.

Structs§

Allocation
A memory allocation of a Handle, often in GPU memory.
Image
A frame that displays an image while keeping aspect ratio.
Viewer
A frame that displays an image with the ability to zoom in/out and pan.

Enums§

Error
An image loading error.
FilterMethod
Image filtering strategy.
Handle
A handle of some image data.

Functions§

allocate
Allocates an image Handle.
draw
Draws an Image
layout
Computes the layout of an Image.
viewer
Creates a new Viewer with the given image Handle.