CMYK: xc:cmyk(0,255,255,100) vs. -fill cmyk(0,255,255,100)

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Some operations are performed in the RGB colorspace such as drawing. Here the fill color is auto converted to CMYK. Other operations use fill directly in the CMYK colorspace. Which operation are you performing with the fill color?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Annotating an image with text is performed in the RGB colorspace. So the CMYK fill color is auto-converted to RGB.
Post Reply