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?".
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.