Replies: 1 comment
-
Is your input image a CMYK image and can you share the image? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I am trying to convert a JPG image with USWebCoatedSWOP color profile to AdobeRGB1998.
However, there is a bit of a color shift when I try to use the following function,
_image.TransformColorSpace(ColorProfile.USWebCoatedSWOP, ColorProfile.AdobeRGB1998);
I have attached a screenshot of the images in Photoshop. You'll see that the black parts became somewhat grayish.
Original:

Converted:

I have tried doing the conversion on Adobe Photoshop and that doesn't seem to happen there.
Am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions