CMYK resolution

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

You did not provide enough information to be helpful. Lets assume you mean you are not getting proper CMYK colors from an RGB image. If so, you need to use two color profiles. One defining the RGB colorspace and the other for CMYK, perhaps an sRGB and Swop color profile. You can engage these with the -profile option.
Post Reply