Re: [Lcms-user] Moving from lcms to lcms2 problems

2010-07-09 Thread Steve Mills
On Jun 26, 2010, at 03:41:05, marti.ma...@littlecms.com wrote: > One way would be to get the iohandler and then use it on > cmsOpenProfileFromIOhandlerTHR(), then you have not to know > whatever the profile was memory, file or stream based. How can I get the cmsIOHANDLER from the cmsHPROFILE? It'

Re: [Lcms-user] Moving from lcms to lcms2 problems

2010-07-09 Thread Steve Mills
On Jul 9, 2010, at 13:31:41, Steve Mills wrote: > cmsIOHANDLER* cmsGetProfileIOHandler(cmsHPROFILE* prof) > CMSAPI cmsIOHANDLER* CMSEXPORT cmsGetProfileIOHandler(cmsHPROFILE* profile); Whoops, I don't need the '*' in the parameter, since it's already a pointer.

Re: [Lcms-user] Moving from lcms to lcms2 problems

2010-07-09 Thread Steve Mills
The next problem I've come across is that cmsAddTag is no longer around. It's being called by the CentraDoc library we use from Liberty Systems. Is there a new name for this function that I'm not seeing? Also, cmsAdaptMatrixToD50, cmsFreeGamma, and cmsCreateLabProfile. I'll also contact Liberty