How to: generate CMYK TIFF with additional spot color channels
Posted: 2016-08-17T14:37:28-07:00
I've looked at following posts for reference:
"Combining multichannel images" http://imagemagick.org/discourse-server ... hp?t=21159
"Combining Channel Images with custom colors" http://imagemagick.org/discourse-server ... hp?t=28146
The first post is closest to what I need. In Photoshop I've taken a CMYK image with extra spot color channels, split the channels into separate PNG files and then tried to re-assemble them using -channel-fx:
The extra channels are dropped from the image. Any suggestions?
Version: ImageMagick 7.0.2-7 Q8 x64 2016-08-06
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib
"Combining multichannel images" http://imagemagick.org/discourse-server ... hp?t=21159
"Combining Channel Images with custom colors" http://imagemagick.org/discourse-server ... hp?t=28146
The first post is closest to what I need. In Photoshop I've taken a CMYK image with extra spot color channels, split the channels into separate PNG files and then tried to re-assemble them using -channel-fx:
Code: Select all
magick cyan.png magenta.png yellow.png black.png spot_1.png spot_2.png -channel-fx "gray=>cyan | gray=>magenta | gray=>yellow | gray=>black | gray=>10 | gray=>11" -colorspace CMYK combined.tif
Version: ImageMagick 7.0.2-7 Q8 x64 2016-08-06
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pangocairo png ps rsvg tiff webp xml zlib