access black (K) chanel in CMYK tiff file

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Akierum

access black (K) chanel in CMYK tiff file

Post by Akierum »

How to access black (K) chanel in CMYK tiff file?

I need to write text on this file and black chanel is empty?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: access black (K) chanel in CMYK tiff file

Post by anthony »

If you want the channels you should be able to use -separate.

however if you just want to write text on the file. Annotate the text on the file!
Forget the 'CMYK' aspect, and let Im handle it.

see IM Examples, Labeling on top of the Image itself...
http://www.imagemagick.org/Usage/annotating/#anno_on
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply