Expand description
Pixel format conversions.
Re-exports§
pub use arrayvec;
Modules§
- frame
- Image frame abstractions.
Structs§
- Conversion
Error - Error type for pixel format conversions.
- Plane
Dims - Dimensions of a particular image plane.
Enums§
- Pixel
Format - 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.