Merge pull request #3029 from Beep6581/add-monitor-profile-and-softproofing

Add easy selection of monitor profile and rendering intent, closes #2744
This commit is contained in:
Beep6581
2016-01-02 14:08:04 +01:00
60 changed files with 7825 additions and 538 deletions

View File

@@ -1152,6 +1152,7 @@ void FileCatalog::developRequested (std::vector<FileBrowserEntry*> tbe, bool fas
params.icm.input = options.fastexport_icm_input ;
params.icm.working = options.fastexport_icm_working ;
params.icm.output = options.fastexport_icm_output ;
params.icm.outputIntent = options.fastexport_icm_outputIntent ;
params.icm.gamma = options.fastexport_icm_gamma ;
params.resize.enabled = options.fastexport_resize_enabled ;
params.resize.scale = options.fastexport_resize_scale ;