Remove Imagefloat::ExecCMSTransform2, #5025

This commit is contained in:
heckflosse
2018-11-25 14:45:28 +01:00
parent 20577ccab6
commit c9817e369c
3 changed files with 2 additions and 57 deletions

View File

@@ -644,7 +644,7 @@ void ImProcFunctions::workingtrc(Imagefloat* src, Imagefloat* dst, int cw, int c
cmsHTRANSFORM hTransform = cmsCreateTransform(iprof, TYPE_RGB_FLT, oprofdef, TYPE_RGB_FLT, params->icm.outputIntent, flags);
lcmsMutex->unlock();
dst->ExecCMSTransform2(hTransform, false);
dst->ExecCMSTransform(hTransform);
cmsDeleteTransform(hTransform);
if (normalizeOut) {