Page 1 of 1

How to I assign an ICC profile

Posted: 2009-08-28T09:05:57-07:00
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.

Re: How to I assign an ICC profile

Posted: 2009-08-28T11:25:57-07:00
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.