Page 1 of 1

Device link profiles.

Posted: 2009-08-18T09:47:36-07:00
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.

Re: Device link profiles.

Posted: 2009-08-18T13:31:43-07:00
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.