We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
laurent-radoux
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: