How to specify TIL when converting JPEG RGB to CMYK TIFF?

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
10110111

How to specify TIL when converting JPEG RGB to CMYK TIFF?

Post by 10110111 »

I need to convert a RGB JPEG image to CMYK TIFF one with TIL=280. As i have researched, TIL means total ink limit, or, in terms used by ImageMagick, total ink density. I found a way to determine this value for existing TIFF using identify -verbose command. But how can i specify it when i convert to CMYK color space? I tried changing saturation of source image hoping it would help :), but total ink density stays 300%.
Post Reply