CMYK Channel Separation - Odd Result - How Do It?
Posted: 2012-04-11T08:24:44-07:00
First: I really dig IM! Powerful tool! Having big trouble with this issue:
With this command I would expect all image information separated to CMYK channels:
convert test_black_grey_blue.png -colorspace cmyk -separate test_bgb_%d.jpg
The result is four images but the black channel is different from what I expect.
Example image here: http://qr-code-scanner.com/test_black_grey_blue.png
version: ImageMagick-6.7.6-Q16, windows32
The manual says:
http://www.imagemagick.org/Usage/color_basics/#separate
The last image (the 'Black' or 'K' channel) is especially interesting as it appears to be a negated gray-scale image of the original image. In reality it represents the amount of 'ink' a CMYK printer should deposit on the paper, reducing the amount of color needed by the other color channels.
But the black image information is missing in the separated images.
Is there a way to get the black channel, all the greyscale information that is missing from the CMY images?
Converting to CMY works as expected.
With this command I would expect all image information separated to CMYK channels:
convert test_black_grey_blue.png -colorspace cmyk -separate test_bgb_%d.jpg
The result is four images but the black channel is different from what I expect.
Example image here: http://qr-code-scanner.com/test_black_grey_blue.png
version: ImageMagick-6.7.6-Q16, windows32
The manual says:
http://www.imagemagick.org/Usage/color_basics/#separate
The last image (the 'Black' or 'K' channel) is especially interesting as it appears to be a negated gray-scale image of the original image. In reality it represents the amount of 'ink' a CMYK printer should deposit on the paper, reducing the amount of color needed by the other color channels.
But the black image information is missing in the separated images.
Is there a way to get the black channel, all the greyscale information that is missing from the CMY images?
Converting to CMY works as expected.