Performance improvements, espc. using monitor profiles

see issue 1310
This commit is contained in:
Oliver Duis
2012-04-07 11:10:16 +02:00
parent 37ae5773b7
commit 6f26d26abb
7 changed files with 20 additions and 19 deletions

View File

@@ -182,9 +182,9 @@ void Crop::update (int todo) {
}
// switch back to rgb
parent->ipf.lab2rgb (labnCrop, cropImg);
parent->ipf.lab2monitorRgb (labnCrop, cropImg);
//parent->ipf.lab2rgb (laboCrop, cropImg);
//parent->ipf.lab2monitorRgb (laboCrop, cropImg);
//cropImg = baseCrop->to8();
/*