Merge pull request #3563 from Beep6581/printer-profile

Printer profile added in Preferences for soft-proofing
This commit is contained in:
Jean-Christophe
2017-01-01 23:12:28 +01:00
committed by GitHub
18 changed files with 296 additions and 86 deletions

View File

@@ -946,7 +946,7 @@ IImage8* Thumbnail::processImage (const procparams::ProcParams& params, int rhei
ImProcFunctions ipf (&params, false);
ipf.setScale (sqrt(double(fw * fw + fh * fh)) / sqrt(double(thumbImg->width * thumbImg->width + thumbImg->height * thumbImg->height))*scale);
ipf.updateColorProfiles (params.icm, options.rtSettings.monitorProfile, options.rtSettings.monitorIntent, false, false);
ipf.updateColorProfiles (options.rtSettings.monitorProfile, options.rtSettings.monitorIntent, false, false);
LUTu hist16 (65536);