update retinexadd with master 4d6833c

This commit is contained in:
Desmis
2016-01-03 15:48:22 +01:00
parent c9a6f74efa
commit 4e229fe928
58 changed files with 7810 additions and 533 deletions

View File

@@ -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;