Replies: 2 comments 5 replies
-
No. It's not. All pixel formats are members of the RGB(A) color space. When we load CMYK images we convert them on decode/encode while preserving the embedded color profile. All our operations work against |
Beta Was this translation helpful? Give feedback.
-
Oh man :( I totally understand about the operational costs and complexities for the various operations!! But at least having the ability to use ImageSharp as an Encoder/Decoder to load CMYK images into a CMYK buffer so that a consumer could perform his own operations on them would be super awesome for .NET. Right now, I don't think there's any other existing library out there for .NET to deal with CMYK... which is sad if you want to do printing/press color-space work. :( Is there at least support for CMYK TIFF decoding? I'm wondering what it would take to support decoding into a CMYK buffer and giving that buffer to the consumer for his own operations. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to load an image into a buffer with CMYK colors??
I need to write images to CMYK PDF.
Image.Load<Cmyk>
causes:Beta Was this translation helpful? Give feedback.
All reactions