Crate aurum_image [] [src]

Structs

Bounded

Image which adds bounds to an unbounded source.

Fill

Unbounded image with a solid color.

Map

Image which maps pixels from a source.

Size1

Bounds with a 1D size limit.

Size2

Bounds with a 2D size limit.

Size3

Bounds with a 3D size limit.

Transform

Image which transforms an index before getting pixels from a source.

Unbounded

Image bounds in which any index is valid.

VecImage2

2D raster image with pixels stored as a Vec.

Traits

Bounds

Image boundaries trait.

FromImage

Trait for rendering an image buffer from a source image.

Image

Raster image trait.

IsUnbounded

Marker which indicates that a Bounds type is unbounded.

Functions

fill

Constructs an unbounded image with a solid color.