New option [Color Management]/LCMSSafeMode (no GUI) to allow disabled multithreading on LCMS

This commit is contained in:
Oliver Duis
2011-04-14 19:54:13 +02:00
parent af91e3bfb5
commit f258169b08
10 changed files with 92 additions and 72 deletions

View File

@@ -90,7 +90,7 @@ class Imagefloat : public ImageIO, public IImagefloat {
virtual float** getGPlane () { return g; }
virtual float** getBPlane () { return b; }
void ExecCMSTransform(cmsHTRANSFORM hTransform);
void ExecCMSTransform(cmsHTRANSFORM hTransform, bool safe);
};
};
#endif