Wish list: suggestions for QColorSpace Class
-
Hello,
I worked on various image plug-ins supporting new image formats (AVIF, HEIF, JPEG-XL) and I’d like to propose improvements to QColorSpace Class so all features of the new image formats could be supported conveniently.Add BT.2100 primaries to
enum class QColorSpace::Primaries
Ability to get primaries from QColorSpace as numerical values, for example a fuction like for example
void getPrimaries(QPointF *whitePoint, QPointF *redPoint, QPointF *greenPoint, QPointF *bluePoint)
Add PQ and HLG transfer functions to
enum class QColorSpace::TransferFunction
These transfer functions are suitable for HDR content, I believe every future image format will support these transfer functions too. -
@novomeskyd
This is a user forum, with users just like yourself. We do not decide what goes into Qt. If you want to make a suggestion you might post at https://bugreports.qt.io/. -
@artwaw I know that Qt supported HEIF on Mac but not on other systems like Windows or Linux. Did something change?
-
To add a wish/suggestion please create a ticket at bugreports.qt.io
But you can also create patch and push it to gerrit for review.