How to I assign an ICC profile

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
gisle

How to I assign an ICC profile

Post by gisle »

I have extracted a text file (using identify -verbose) containing an ICC profile from a sample image. I want to assign this profile to other images. I know I can assign profiles with the convert command, but the text file is not currently on a format convert will recognize.
gisle

Re: How to I assign an ICC profile

Post by gisle »

Figured it out myself: convert my.jpg icc:mydata.icc will extract a binary version of the ICC profile that convert will digest.
Post Reply