Open julienalofs opened 11 months ago
There is no details about the pixel organisation. By example, It seems that PixelFormat::ycbcr_422_8 is Cb/Y/Cr but it is not documented.
PixelFormat::ycbcr_422_8
Cb
Y
Cr
Another example is PixelFormat::rgb_444_8: is that r/g/b or b/g/r or something else ? => it appears to be r/g/b but the documentation is not clear
PixelFormat::rgb_444_8
r
g
b
There is no details about the pixel organisation. By example, It seems that
PixelFormat::ycbcr_422_8
isCb
/Y
/Cr
but it is not documented.Another example is
PixelFormat::rgb_444_8
: is thatr
/g
/b
orb
/g
/r
or something else ? => it appears to be r/g/b but the documentation is not clear