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.
Hi, I am not sure if this is a bug in IM or Ghostscript. When converting from a PDF document to a raster image format (png for example), on PPC machines the colorspace comes out completely off. The same command on an Intel machine works fine. I'm assuming some endian-specific code is off somewhere. My command is:
The correct solution to this problem is to use two color profiles, generally a Swop for CMYK and an sRGB for RGB. First check to ensure LCMS is supported in your ImageMagick distribution otherwise you will get unexpected results. Type
identify -list configure
and assure LCMS is associated with the DELEGATES tag.