merge with Dev another time

This commit is contained in:
Desmis
2017-04-10 08:42:20 +02:00
50 changed files with 1765 additions and 1658 deletions

View File

@@ -693,6 +693,9 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
#endif
lhist16 += lhist16thr;
}
#ifdef _OPENMP
static_cast<void> (numThreads); // to silence cppcheck warning
#endif
CurveFactory::complexLCurve (params.labCurve.brightness, params.labCurve.contrast, params.labCurve.lcurve, lhist16, lumacurve, histLCurve, scale == 1 ? 1 : 16, utili);
}