On Dec 30, 2009, at 14:45, Mark Workman wrote: > It seems that imagemagick needs lcms installed to support using color > profiles. In configure.xml, my original installation had '--without > lcms' so I assumed that it wasn't installed (also wasn't listed under > delegates). So I installed lcms with the port command, then uninstalled > and reinstalled imagemagick (figuring the delegate needs installed > before IM). It still doesn't seem to be working. Is there a way to use > port command to add to an existing imagemagick installation?
To add lcms support to ImageMagick, install ImageMagick with the +lcms variant. "sudo port install ImageMagick +lcms" "port variants ImageMagick" will tell you about all the variants that are available. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
