[][src]Module resize::Pixel

Supported pixel formats.

Structs

Gray8

Grayscale, 8-bit.

Gray16

Grayscale, 16-bit, native endian.

RGB24

RGB, 8-bit per component.

RGB48

RGB, 16-bit per component, native endian.

RGBA

RGBA, 8-bit per component.

RGBA64

RGBA, 16-bit per component, native endian.