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? ----------------------------- From: Ryan Schmidt [mailto:[email protected]] 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. ----------------------------- Is it a good idea to add +gs also. I did this on a test machine and the activity monitor no longer lists gs as a running process while an image is resized. Is there any difference in the quality of pdf (CMYK) --> tif (CMYK) conversions with or without the +gs variant added when port installing? Thanks for the help. _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
