How to I assign an ICC profile
How to I assign an ICC profile
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.
Re: How to I assign an ICC profile
Figured it out myself: convert my.jpg icc:mydata.icc will extract a binary version of the ICC profile that convert will digest.