Page 1 of 1

Re: CMYK text

Posted: 2007-11-19T11:51:27-07:00
by Bonzo
This works for me - the colours are wrong I know.

Code: Select all

convert -size 100x100 xc:cmyk(100,0,0,0) -pointsize 20 -fill cmyk(100,0,0,0)  -annotate +25+70 Test Test.jpg

Re: CMYK text

Posted: 2007-11-19T12:11:06-07:00
by magick
Drawing is performed in the RGB colorspace. We might add CMYK support to the drawing/annotation engine in the future but we don't have an ETA just yet.