Solving issue 2411: "HaldCLUT: Film emulation from G'MIC in RawTherapee"
This commit is contained in:
@@ -487,6 +487,13 @@ class HSVEqualizerParamsEdited {
|
||||
bool vcurve;
|
||||
};
|
||||
|
||||
class FilmSimulationParamsEdited {
|
||||
public:
|
||||
bool enabled;
|
||||
bool clutFilename;
|
||||
bool strength;
|
||||
};
|
||||
|
||||
class RAWParamsEdited {
|
||||
|
||||
public:
|
||||
@@ -585,6 +592,7 @@ class ParamsEdited {
|
||||
RAWParamsEdited raw;
|
||||
DirPyrEqualizerParamsEdited dirpyrequalizer;
|
||||
HSVEqualizerParamsEdited hsvequalizer;
|
||||
FilmSimulationParamsEdited filmSimulation;
|
||||
bool exif;
|
||||
bool iptc;
|
||||
|
||||
|
Reference in New Issue
Block a user