I have an indexed cmyk jpeg. MagickImageInfo for the file is showing the colorspace as sRGB. And when the file is saved it loses track of the correct color scheme information.
I tried creating the MagickImageInfo from both a stream and a file. With the same results.
Comments: ** Comment from web user: dlemstra **
I tried creating the MagickImageInfo from both a stream and a file. With the same results.
Comments: ** Comment from web user: dlemstra **
Do you get the correct result when you use MagickImage instead of MagickImageInfo? Can you attach an image that I can use to test your issue?