There must be something I'm not understanding. Like you said, the original image has two sRGB profile that I can tell using identify:glennrp wrote:The American flag image is a grayscale JPEG. It contains at least two sRGB profiles. Grayscale images are only allowed to have grayscale ICC profiles.
Code: Select all
icc:description: sRGB IEC61966-2.1
...
photoshop:ICCProfile: sRGB IEC61966-2.1
I'm guessing that I would need to mitigate this issue by converting from sRGB to a grayscale icc profile like you said but how would I go about to do that? I can't find any grayscale ICC profile out there.