Rank: Member Groups: Member
Joined: 6/29/2007 Posts: 7 Points: 0
|
Hello,
We are trying to manipulate a CMYK PSD and the placeholder layers that we are editing work fine but when we try and render the other cmyk layers we get "The specified pixel format is not supported"
I've tried
resultBitmap.ColorManagement.ConvertToContinuous(Aurigma.GraphicsMill.ColorSpace.Rgb, False, False)
and nor does that work.
Any suggestions?
Cheers!
|
Rank: Advanced Member Groups: Administration
, Member
Joined: 1/31/2005 Posts: 386 Points: 403
|
Hello, Please check that your code doesn't combine RGB or grayscale or indexed bitmaps with CMYK ones. Another possible reason of the exception is that you are trying to draw text on CMYK image directly. It is not allowed too, look at this article for more detail: Drawing Text on CMYK Bitmaps. If it doesn't help - provide us with some code sample, which illustrates the problem and we will do our best to help you. You can submit case if it is not acceptable for you to post your source code on the public forum.
Best wishes, Alex.
|