YCbCr in QColor?
-
Is there interest in extending QColor::Spec with YCbCr, since that is the base for JPEG codecs?
-
Is there interest in extending QColor::Spec with YCbCr, since that is the base for JPEG codecs?
@Tony-OttoCODE hi and welcome to devnet,
That's a question you should rather ask on the developer mailing list. You'll finder there Qt developers/maintainers. This is a user forum.
I am currently unsure about the interest of having a different color space used with QColor. Typically a jpeg image shown on a QLabel has been converted to RGB before being shown.