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?".
Using iMagick I've converted a CMYK EPS file to RGB JPEG. The colours however, are quite different after conversion with for example the main dark blue being converted to a more vibrant blue.
Is there anything I need to bear in mind when converting from CMYK to RGB? I've seen people talk about color profiles and colorspaces but to be honest I don't know much about them.
I've not posted in the iMagick forum as I think this is probably more a fundamental ImageMagick question than it is an iMagick question but correct me if I'm wrong.
Can anyone shed any light on why I'm getting the color transformations and what I can do to prevent it?
After some more searching I found some notes on getting Ghostscript to convert CMYK to RGB more effectively as apparently the default conversion isn't very good. I checked out this page: http://john.ukmn.com/2007/06/19/imagema ... yk-to-rgb/ but unfortunately it didn't work for me though I have a feeling I could be missing something.