User Profile
yamma_ma
Copper Contributor
Joined Oct 23, 2021
User Widgets
Recent Discussions
Re: Windows 11 color management not working? Chrome on secondary display is not color managed
You will have to wait until the Windows bug is fixed or the apps apply a workaround (using WcsGetDefaultColorProfile() or ColorProfileGetDisplayDefault()). It is recommended that you send feedback if possible.29KViews0likes2CommentsRe: Windows 11 color management not working? Chrome on secondary display is not color managed
This is a sample program to check the difference in behavior of GetICMProfile, WcsGetDefaultColorProfile and ColorProfileGetDisplayDefault. https://bitbucket.org/yamma-ma/monitorprofilesample30KViews0likes5CommentsRe: Windows 11 color management not working? Chrome on secondary display is not color managed
It 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/AAdt7vs30KViews0likes0CommentsRe: Windows 11 color management not working? Chrome on secondary display is not color managed
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.30KViews0likes2Comments
Recent Blog Articles
No content to show