update retinexadd with master 4d6833c
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include <vector>
|
||||
#include <cstdio>
|
||||
#include <cmath>
|
||||
#include <lcms2.h>
|
||||
#include "LUT.h"
|
||||
#include "coord.h"
|
||||
|
||||
@@ -41,6 +42,14 @@ class WavOpacityCurveW;
|
||||
class WavOpacityCurveWL;
|
||||
class RetinextransmissionCurve;
|
||||
|
||||
enum RenderingIntent {
|
||||
RI_PERCEPTUAL = INTENT_PERCEPTUAL,
|
||||
RI_RELATIVE = INTENT_RELATIVE_COLORIMETRIC,
|
||||
RI_SATURATION = INTENT_SATURATION,
|
||||
RI_ABSOLUTE = INTENT_ABSOLUTE_COLORIMETRIC,
|
||||
RI__COUNT
|
||||
};
|
||||
|
||||
namespace procparams
|
||||
{
|
||||
|
||||
@@ -953,6 +962,7 @@ public:
|
||||
int dcpIlluminant;
|
||||
Glib::ustring working;
|
||||
Glib::ustring output;
|
||||
RenderingIntent outputIntent;
|
||||
static const Glib::ustring NoICMString;
|
||||
|
||||
Glib::ustring gamma;
|
||||
|
Reference in New Issue
Block a user