Relax dependency from procparams.h
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
#ifndef _RTSETTINGS_
|
||||
#define _RTSETTINGS_
|
||||
|
||||
#include "procparams.h"
|
||||
|
||||
namespace rtengine
|
||||
{
|
||||
|
||||
@@ -39,10 +37,10 @@ public:
|
||||
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
|
||||
int 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
|
||||
int 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)
|
||||
bool autoMonitorProfile; ///< Try to auto-determine the correct monitor color profile
|
||||
bool autocielab;
|
||||
|
Reference in New Issue
Block a user