I installed ImageMagick via MacPorts, but unfortunately it was installed with "--without-lcms" and "--with-lcms=no" even though it lists lcms as a dependency on the website: http://www.macports.org/ports.php?by=name&substr=imagemagick There is also no lcms variant to turn this on, that I can see. Lcms can be found here, by the way: http://www.littlecms.com/
Aside from MacPorts, I'm not aware of any other easy way to install ImageMagick.
Also, as background information, from what I've read on the internet, lcms is the best way to use ImageMagick to convert images between color profiles, say from CYMK to RGB in order to make them web-compatible (well, IE compatible). I've tried using ImageMagick without lcms to convert between color profiles using -colorspace and -profile options without success.
Anyway, any help on either installing ImageMagick with lcms support or alternative methods of converting image color profiles would be welcomed. Thanks!