Crate dimage [] [src]

Modules

png

Portable Network Graphics support.

Structs

Bounded

Imposes boundaries on a boundless image.

Boundless

Limitless boundaries.

Cloned

Clones pixels from references.

Fill

Unbounded image which returns the same value at any index.

Map

Maps pixel values.

Size2

2-dimensional sized boundaries.

SubImage2

Sub image within another 2-dimensional image.

Transform

Transforms pixel indices.

VecImage2

Buffered image backed by a Vec.

Traits

Bounds

Image boundaries trait.

Image

Raster image trait.

ImageExt

Image extensions.

IsBoundless

Marker indicating that a Bounds type is boundless.

RenderFrom

Renders an image from a source.

Functions

fill

Constructs a Fill.

Type Definitions

Coord

Integer coordinate type.