Rank: Member
Groups: Guest
Joined: 6/29/2007(UTC) Posts: 9
|
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: Guest
Joined: 1/31/2005(UTC) Posts: 458
Was thanked: 5 time(s) in 5 post(s)
|
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. Edited by user Thursday, May 22, 2008 6:40:08 PM(UTC)
| Reason: Not specified |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.