[][src]Crate pix

Pix is a library for 2D image manipulation.

Structs

Alpha

Linear alpha pixel format.

Cu8

Unsigned 8-bit color channel

Cu16

Unsigned 16-bit color channel

Gray

Linear grayscale pixel format.

Raster

A 2D raster image.

Rgb

Linear RGB pixel format.

Rgba

Linear RGBA pixel format.

Srgb

sRGB pixel format.

Traits

Channel

Color channel trait

PixFmt

Pixel format determines attributes of pixels: