|
On Wed, 17 Mar 2010 19:42:08 -0400, Chris Gat <gatman02@hotmail.com>
wrote:
> "Rudolf " <timbobel@gmail.com> wrote in message
> <hcapia$d1f$1@fred.mathworks.com>...
>> Hello all. I have stumbled upon a difficulty.
>> I want to assign colorprofiles to images. I know i can read them
>> (iccread) and write icc files themselves (iccwrite). But how can i
>> attach a colorprofile to an image itself!? I cant find any information
>> about that anywhere. Is it even possible?
>
> Hi Rudolf,
>
> Did you ever find a solution to this? I need to assign a profile to an
> image as well.
>
> Thanks,
>
> Chris
What kind of 'image'? Specifically, what kind of image file format are you
look for?
I believe the TIFF file format has a 'ICCProfile' tag which lets you
associate the profile with an image. If you the latest MATLAB version,
look at 'help Tiff'.
|