Problem Drawing in CMYK Images
Posted: 2008-10-07T15:54:10-07:00
I'm using ImageMagick 6.3.4.
When I try to draw text in a CMYK file only the CMY channels are affected. The K (black) channel is left untouched. I've read some of the post that are related, but there isn't a clear answer in any of them.
The command line I'm using is:
convert -colorspace CMYK -depth 8 -pointsize 100 -fill "cmyk(255, 255, 255, 255)" -draw "text 100,100 'Text to Draw'" CMYK.tif CMYK_Text.tif
I've also tried the cmyka fill command without result in the K or Alpha channel.
Thank you for your response in advance.
When I try to draw text in a CMYK file only the CMY channels are affected. The K (black) channel is left untouched. I've read some of the post that are related, but there isn't a clear answer in any of them.
The command line I'm using is:
convert -colorspace CMYK -depth 8 -pointsize 100 -fill "cmyk(255, 255, 255, 255)" -draw "text 100,100 'Text to Draw'" CMYK.tif CMYK_Text.tif
I've also tried the cmyka fill command without result in the K or Alpha channel.
Thank you for your response in advance.