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

@@ -775,7 +775,7 @@ IImage8* Thumbnail::processImage (const procparams::ProcParams& params, int rhei
// obtain final image
Image8* readyImg = new Image8 (fw, fh);
ipf.lab2rgb (labView, readyImg);
ipf.lab2monitorRgb (labView, readyImg);
delete labView;
delete baseImg;