On Fri, 27 May 2005, Phong Le wrote:

I am trying to convert a CMYK pdf to a RGB jpeg.   When I use convert
the color is washed out, so I thought I would installed lcms and use
the profile option.  However when I do

convert -profile /path/to/cmyk.icm -profile /path/to/rgb.icm
-colorspace rgb cmyk.pdf rgb.jpg

It says that the lcms library is missing.  Am I doing something wrong.
I can see the lcms installed files in /usr/local/lib

This is an ImageMagick building issue and should be discussed on the ImageMagick lists.

As a hint, there is a configuration summary printed at the end of the configure run. Check to see if it says it discovered lcms. If not you may need to add

  CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib

to the configure arguments as documented in the ImageMagick installation instructions.

There also be no need to specify '-colorspace rgb' since that should be a function of the CMS colorspace translation request.

Bob
======================================
Bob Friesenhahn
[EMAIL PROTECTED], http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/


-------------------------------------------------------
This SF.Net email is sponsored by Yahoo.
Introducing Yahoo! Search Developer Network - Create apps using Yahoo!
Search APIs Find out how you can build Yahoo! directly into your own
Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005
_______________________________________________
Lcms-user mailing list
Lcms-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lcms-user

Reply via email to