-
1. Re: How to create icc profile file from AC_Profile
lrosenth Mar 4, 2010 4:18 AM (in response to joeln3)Sorry, I have this in my list of things to check out realted to the AC APIs.
But if you have the CosObj/CosStream, just write it out to disk (remember to defilter, of course).
-
2. Re: How to create icc profile file from AC_Profile
joeln3 Mar 4, 2010 5:32 AM (in response to lrosenth)Thanks Leonard but I have another question related to the CosStream.
Once I read the cosStream and create an ASStm :
asStm = CosStreamOpenStm(oCosStream, cosOpenFiltered);
I set the ASStm to a buffer
char pBuffer[999999];
asBytesRead = ASStmRead(pBuffer, 1, 999999, asStm);
But I can't read the data in a file... Someone has an idea? It seems that the data are raw and thus can't be interpreted.
Thanks in advance,
Joe
-
3. Re: How to create icc profile file from AC_Profile
lrosenth Mar 4, 2010 9:08 AM (in response to joeln3)You're open the stream filtered, so that's correct. What is in the buffer? What gets returned? Any errors?
Obviously, we're only looking at snippets - but they are correct for what they are...



