[][src]Crate pix

Pix is a library for 2D image manipulation.

Structs

Alpha8

8-bit alpha pixel format.

Gray8

8-bit grayscale pixel format.

Raster

A raster image with owned pixel data. If the pixel data must be owned elsewhere, consider using RasterB.

RasterB

A raster image with borrowed pixel data. This is more tricky to use than Raster, so it should only be used when pixel data must be owned elsewhere.

Rgb8

8-bit per channel RGB pixel format.

Rgba8

8-bit per channel RGBA pixel format.

Traits

PixFmt

Pixel format.