Build from Sources and icc-Files

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
sashs
Posts: 6
Joined: 2010-04-12T23:50:31-07:00
Authentication code: 8675308

Build from Sources and icc-Files

Post by sashs »

Hello,

which lib and which configure-option do i need for icc-support? I didn't find anything about this.

Regards

Sascha
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: Build from Sources and icc-Files

Post by anthony »

ICC is a image profile. IM has that support, but it does not have the ICC files.
IMv6 Examples, Image Profiles
http://www.imagemagick.org/Usage/formats/#profiles

You can extract them from images, or get them from another package, or from the web.

You may even have them already on your system. On my linux box I found ICC profiles using "locate" command in the /usr/share/color directory, for example..
/usr/share/color/icc/Argyll/sRGB.icm
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply