MagickSetResolution turns wand GRAY

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
hankr

MagickSetResolution turns wand GRAY

Post by hankr »

I am having trouble with MagickWand for PHP turn the wand colorspace to GRAY after a call to MagickSetResolution. When I then read a file that is CMYK, the resultant image is all scrambled. Everything works fine if I don't call MagickSetResolution.

I posted detailed code over the in the PHP forum, but not much response yet: http://redux.imagemagick.org/discourse- ... php?t=8372

Has anybody seen this with the C++ API, etc.?
Post Reply