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.
CMYK Channel Separation - Odd Result - How Do It?
CMYK Channel Separation - Odd Result - How Do It?
Last edited by fkjt79 on 2012-04-12T00:47:08-07:00, edited 1 time in total.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: CMYK Channel Separation - Odd Result - How Do It?
Cannot get to your link at http://qr-code-scanner.com/test_black_grey_blue.png
that should be -separate not -separatedconvert test_black_grey_blue.png -colorspace cmyk -separated test_bgb_%d.jpg
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: CMYK Channel Separation - Odd Result - How Do It?
It works for me. I get four images numbered 0 .. 3 the '3' is the black image.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: CMYK Channel Separation - Odd Result - How Do It?
thanks, corrected.fmw42 wrote:Cannot get to your link at http://qr-code-scanner.com/test_black_grey_blue.png
that should be -separate not -separatedconvert test_black_grey_blue.png -colorspace cmyk -separated test_bgb_%d.jpg
Re: CMYK Channel Separation - Odd Result - How Do It?
I had forgotten to upload the test image, did now.anthony wrote:It works for me. I get four images numbered 0 .. 3 the '3' is the black image.
are you sure it really is the black image and not something else?
my #3 looks like this: http://qr-code-scanner.com/test_black_g ... cmyk_3.jpg
it says only "blue" but it should say black, too. none of the output images says black...
just downloaded the latest version v6.7.6-5 but it did not help.
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: CMYK Channel Separation - Odd Result - How Do It?
The fact that the channel image has color means it is NOT a channel image - It was not separated from the original!!!!
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/
Re: CMYK Channel Separation - Odd Result - How Do It?
what you say makes 100% sense to me. but I just did it again with the same result.anthony wrote:The fact that the channel image has color means it is NOT a channel image - It was not separated from the original!!!!
convert test_black_grey_blue.png -colorspace cmyk -separate test_black_grey_blue_cmyk_%d.jpg
am I missing something? either I or IM is going nuts
- anthony
- Posts: 8883
- Joined: 2004-05-31T19:27:03-07:00
- Authentication code: 8675308
- Location: Brisbane, Australia
Re: CMYK Channel Separation - Odd Result - How Do It?
Looks like something has gone screwy. I am now seeing cyan colors in my Black channel images
Arrgghhh....
Reporting this are a serious bug...
Arrgghhh....
Code: Select all
convert rose: -colorspace cmyk -separate +append show:
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
https://imagemagick.org/Usage/