An enum describing supported raw image formats.
mp
.
ImageFormat
()
SRGB: sRGB, interleaved: one byte for R, then one byte for G, then one byte for B for each pixel.
SRGBA: sRGBA, interleaved: one byte for R, one byte for G, one byte for B, one byte for alpha or unused.
SBGRA: sBGRA, interleaved: one byte for B, one byte for G, one byte for R, one byte for alpha or unused.
GRAY8: Grayscale, one byte per pixel.
GRAY16: Grayscale, one uint16 per pixel.
SRGB48: sRGB, interleaved, each component is a uint16.
SRGBA64: sRGBA, interleaved, each component is a uint16.
VEC32F1: One float per pixel.
VEC32F2: Two floats per pixel.
Members
SRGBA
SBGRA
GRAY8
GRAY16
SRGB48
SRGBA64
VEC32F1
VEC32F2
Methods
__eq__
__eq__
()
__ne__
__ne__
()
Class Variables
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat
mp.ImageFormat

