added SoftLight tool

This commit is contained in:
Alberto Griggio
2018-04-10 09:42:22 +02:00
parent c5e606e310
commit 112de05700
19 changed files with 330 additions and 2 deletions

View File

@@ -3221,7 +3221,8 @@ void ImProcFunctions::rgbProc (Imagefloat* working, LabImage* lab, PipetteBuffer
}
}
softLight(rtemp, gtemp, btemp, istart, jstart, tW, tH, TS);
if (!blackwhite) {
if (editImgFloat || editWhatever) {
for (int i = istart, ti = 0; i < tH; i++, ti++) {