Re: [Lcms-user] cmsCreateTransform is not thread safe

2007-06-07 Thread Kai-Uwe Behrmann
Would you try setting a mutex for cmsOpenProfileFromXXX(). With success this could be a solution for lcms. I would expect the slow part in the computation of the transform, not in data i/o. kind regards Kai-Uwe Behrmann -- developing for colour management www.behrmann.name + www.oyranos.org + w

Re: [Lcms-user] cmsCreateTransform is not thread safe

2007-06-07 Thread Louis Solomon [SteelBytes]
nteresting addition for next release, unfortunately > not for 1.17 since I am already out of schedule. > > Thanks again. > Marti > > - Original Message - > From: "Louis Solomon [SteelBytes]" <[EMAIL PROTECTED]> > To: "lcms-user" > Sen

Re: [Lcms-user] cmsCreateTransform is not thread safe

2007-06-07 Thread Marti.Maria
- From: "Louis Solomon [SteelBytes]" <[EMAIL PROTECTED]> To: "lcms-user" Sent: Tuesday, June 05, 2007 8:13 AM Subject: [Lcms-user] cmsCreateTransform is not thread safe Hi, cmsCreateTransform is not thread safe using 1.16 or 1.17b. Note, using cmsCreat

[Lcms-user] cmsCreateTransform is not thread safe

2007-06-04 Thread Louis Solomon [SteelBytes]
Hi, cmsCreateTransform is not thread safe using 1.16 or 1.17b. Note, using cmsCreate_sRGBProfile() instead of cmsOpenProfileFromFile("AdobeRGB1998.icc","rb") does work, and so does calling the two cmsCreateTransform()'s in succession. Test env: 32bit debug target built with VS2005 on Vist