Device link profiles.

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
jyelloz

Device link profiles.

Post by jyelloz »

I wanted to know if there is a way to use device link profiles in ImageMagick.
The advantage to these is that you can combine multiple color profile transformations into a single mapping so that it's considerably faster (especially when dealing with large images).
Instead of something like:

Code: Select all

-intent Relative -profile sRGB.icm -profile CMYK.icc -profile sRGB.icm
I could use a single profile that does the necessary conversion so I could do quicker soft proofing.
The tifficc tool comes with lcms is capable of this but I can't seem to make it work in ImageMagick.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Device link profiles.

Post by magick »

Device-link profiles are not supported within ImageMagick. Support is on on list of things to do but we do not have an ETA at this time.
Post Reply