I'm able to open the original in Photoshop without issue. If I use the code above, the resulting image(.jpg) gives me the embedded ICC message in Photoshop.
It appears that I am able to get around the above Photoshop error by adding the following line before I write it to the destination Stream at the end:
magickImageDestination.ColorType = ColorType.TrueColor;
Now, to be clear, and I'm sure you know by now, I'm not an image expert. So I am not sure if the above line produces results that are unfavorable in other ways.
It appears that I am able to get around the above Photoshop error by adding the following line before I write it to the destination Stream at the end:
magickImageDestination.ColorType = ColorType.TrueColor;
Now, to be clear, and I'm sure you know by now, I'm not an image expert. So I am not sure if the above line produces results that are unfavorable in other ways.