Add 2 methods for magenta highlight

This commit is contained in:
Desmis
2015-10-05 15:19:36 +02:00
parent 058f5b8f98
commit 731ccb3ef5
16 changed files with 252 additions and 25 deletions

View File

@@ -365,6 +365,7 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
}
*/
imgsrc->convertColorSpace(orig_prev, params.icm, currWB);
printf("improc color r=%f g=%f b=%f\n",orig_prev->r(50, 2300),orig_prev->g(50, 2300),orig_prev->b(50, 2300));
ipf.firstAnalysis (orig_prev, &params, vhist16);
}