Printer profile added in Preferences for soft-proofing
The output profiles now retain only 'Display' device class as well as the Monitor profile - and they both have to have rgb color space, the printer profile retain only 'Output' device class. MacOS can use soft-proofing but due to undocumented feature of OSX, and since Cairo assume that the image data are sRGB, the monitor profile is forced to 'RT_sRGB'. A warning message replace the combobox for this OS.
This commit is contained in:
@@ -38,6 +38,9 @@ public:
|
||||
int leveldnliss; // level of auto multi zone
|
||||
int leveldnautsimpl; // STD or EXPERT
|
||||
|
||||
Glib::ustring printerProfile; ///< ICC profile name used for soft-proofing a printer output
|
||||
RenderingIntent printerIntent; ///< Colorimetric intent used with the above profile
|
||||
bool printerBPC; ///< Black Point Compensation for the Labimage->Printer->Monitor transform
|
||||
Glib::ustring monitorProfile; ///< ICC profile name used for the monitor
|
||||
RenderingIntent monitorIntent; ///< Colorimetric intent used with the above profile
|
||||
bool monitorBPC; ///< Black Point Compensation for the Labimage->Monitor transform (directly, i.e. not soft-proofing and no WCS in between)
|
||||
|
Reference in New Issue
Block a user