Forum Discussion
Aleqq
Oct 21, 2021Copper Contributor
Windows 11 color management not working? Chrome on secondary display is not color managed
Hi, I have the feeling color management is not working completely. I have ThinkPad with external Eizo display. There is ICC profile installed for the external display (settings compared to my older ...
yamma_ma
Oct 23, 2021Copper Contributor
Windows 11 has a problem with getting the ICC profile by GetICMProfile() function, and applications using it are affected.
"Photo" app is a UWP app, so it should not be using GetICMProfile().
Also, desktop apps that use WcsGetDefaultColorProfile() or ColorProfileGetDisplayDefault() to get the ICC profile are not affected.
"Photo" app is a UWP app, so it should not be using GetICMProfile().
Also, desktop apps that use WcsGetDefaultColorProfile() or ColorProfileGetDisplayDefault() to get the ICC profile are not affected.
- AleqqOct 23, 2021Copper ContributorThanks for the technical details / explanation.
Anybody knows this issue was acknowledged by Microsoft yet?- yamma_maOct 24, 2021Copper ContributorIt seems to have been reported on the Feedback Hub, but I don't know if Microsoft has the details.
Note that EnumICMProfiles() also does not work correctly on Windows 11, but only a few apps use it for color management of graphics.
https://aka.ms/AAdt7vs