Crate dimage [] [src]

Structs

Bounded

Imposes boundaries on a boundless image.

Boundless

Limitless boundaries.

Fill

Unbounded image which returns the same value at any index.

Size2

2-dimensional sized boundaries.

VecImage2

Buffered image backed by a Vec.

Traits

Bounds

Image boundaries trait.

Image

Raster image trait.

Render

Renders a value from an image.

Functions

fill

Constructs a Fill.

Type Definitions

Coord

Integer coordinate type.