We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d75e1b commit f7eb99dCopy full SHA for f7eb99d
Flow.Launcher.Infrastructure/Image/ImageLoader.cs
@@ -252,6 +252,7 @@ private static BitmapImage LoadFullImage(string path)
252
image.BeginInit();
253
image.CacheOption = BitmapCacheOption.OnLoad;
254
image.UriSource = new Uri(path);
255
+ image.CreateOptions = BitmapCreateOptions.IgnoreColorProfile;
256
image.EndInit();
257
return image;
258
}
0 commit comments