Fix support for Input color spaces

Not really a common use-case and shouldnt be in images anyway, but
we have the code to support it, except it had a typo in it.

Change-Id: I8585eaf7be82f13e61c94430743d765359fa48fe
Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
(cherry picked from commit b697de79b041cd47e86b578a3a119fb3e7b62f71)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
(cherry picked from commit 50417e36dddab3fd040168dc00e61b714bad7568)
(cherry picked from commit b8618d1726cefc9d9a7bc6fbe9a5bc98c1c8df4c)
This commit is contained in:
Allan Sandfeld Jensen 2024-02-22 10:54:32 +01:00 committed by Qt Cherry-pick Bot
parent 82653080aa
commit 62e1607703

View File

@ -63,7 +63,7 @@ enum class ColorSpaceType : quint32 {
};
enum class ProfileClass : quint32 {
Input = IccTag('s', 'c', 'r', 'n'),
Input = IccTag('s', 'c', 'n', 'r'),
Display = IccTag('m', 'n', 't', 'r'),
// Not supported:
Output = IccTag('p', 'r', 't', 'r'),