Re: [Lcms-user] How do I embed profile data to a tiff file

2008-06-21 Thread Alastair M. Robinson
Hi Mitesh wrote: > So, my problem is how do I obtain the raw ICC profile data from HPROFILE and > embed into the Tiff file? Provided the profile is generated with one of LCMS's built in "virtual profile" functions, as described in the API documentation, you can save it to memory like this: si

Re: [Lcms-user] How do I embed profile data to a tiff file

2008-06-21 Thread Mitesh
Hello all, I have a handle to a profile and I want to embed this data to a tiff file. The handle to the profile was created from one of the stock profiles which means that I don't have an ordinary profile file which I can read into the buffer then embed it into the Tiff file through SetField. So