Two questions(in addition to question above):
1 How can I convert image to sRGB color profile?
Is this code correct?
1 How can I convert image to sRGB color profile?
Is this code correct?
bitmap.AddProfile(ColorProfile.SRGB);
2 How can I determine which color profile used for image?var profile = bitmap.GetColorProfile();
// profile.Name always equals 'icc'