Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
I've been having a bit of difficulty getting imagick to return a composited CMYK pdf with the same colors. Out of curiosity, I tried the simplest ImageMagick command that I know of: open convert and close, and the colors are still different.
before.pdf pdf version is 1.3 (from Adobe Illustrator) ImageMagick 6.9.2-5 Q16 x86_64 2015-11-09 Ghostscript 9.10 (2013-08-30)
the expected color of the line is #221E1F,
the resulting color is #090707.
At least white is ok .
Any advice on how to proceed will be greatly appreciated.
PS: What i'm trying to achieve is to get the color of the line to be #000000, from a cmyk pdf to a cmyk jpeg / tiff. It's something I can achieve with Illustrator, but for some reason, I can't with imagick.
Is your issue with Imagick or Imagemagick. They are two different things. If you are using the command above, the issue is Imagemagick.
Note to Developers: I have tried using the command line to convert his file with and without conversion to sRGB and using profiles and I cannot get a close enough conversion using IM 6.9.3.2 Q16 Mac OSX. GS 9.16. See my comments in the linked post.
Just a follow-up on Reptilee's post: we were experiencing issues with Imagick, so we tested the code in Imagemagick to locate the problem and found that problem lies with imagemagick. Updating Ghostscript to 9.15 has not solved the issue. Is there an alternative program to Imagemagick that might work for us?