[Compile] lcms(1) and libxml2 in ImageMagick

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?".
Post Reply
henrywho
Posts: 188
Joined: 2011-08-17T06:46:40-07:00
Authentication code: 8675308

[Compile] lcms(1) and libxml2 in ImageMagick

Post by henrywho »

I have two questions compiling ImagMagick 6.

[1] I have both lcms1 and lcms2 compiled and installed under MinGW x64. ImageMagick's configure found both but ended up using lcms2 only (-llcms2 but no -llcms). Is it how the config is meant to be?

[2] What is the use of libxml2? ImageMagick seems to be able to read the XML config files even if I did not compile in libxml2.
Post Reply