Crate pixelfmt

Crate pixelfmt 

Source
Expand description

Pixel format conversions.

Re-exports§

pub use arrayvec;

Modules§

frame
Image frame abstractions.

Structs§

ConversionError
Error type for pixel format conversions.
PlaneDims
Dimensions of a particular image plane.

Enums§

PixelFormat
Pixel format: layout of pixels in memory, defining the number/meaning of planes including the size of each sample in bits.

Constants§

MAX_PLANES
The maximum number of image planes defined by any supported PixelFormat.

Functions§

convert_uyvy_to_i420
Converts UYVY to I420.