Device link profiles.
Posted: 2009-08-18T09:47:36-07:00
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:
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.
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
The tifficc tool comes with lcms is capable of this but I can't seem to make it work in ImageMagick.