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?".
To properly convert CMYK to RGB or RGB to CMYK you need proper color profiles which in turn requires that ImageMagick be built with LCMS. When you configure ImageMagick from source check the last few lines of the output to ensure LCMS was found. If not, check config.log for the reason why LCMS failed to validate. ImageMagick does have a built-in conversion for CMYK to RGB and back but it a linear algorithm and does not produce very good results.