Crate convert_image
source ·Structs§
- A view of image to have pixel format
FMT2
. - An RoiImage maintains a reference to the original image but views a subregion of the original data.
- YUV420 planar data
Enums§
- Defines the colorspace used by the encode_y4m_frame function.
Functions§
- Convert input frame with pixel_format
SRC
into pixel_formatDEST
- Convert input frame with pixel_format
SRC
into pixel_formatDEST
- Convert input frame with pixel_format
SRC
into pixel_formatDEST
- Convert any type implementing
ImageStride<FMT>
to a y4m buffer. - Force interpretation of data from frame into another pixel_format.
- Convert any type implementing
ImageStride<FMT>
to a Jpeg or Png buffer. - Convert an input image to an RGB8 image.