merge with dev

This commit is contained in:
U-PC-BUREAU\jacques
2018-07-07 13:46:18 +02:00
92 changed files with 2399 additions and 1322 deletions

View File

@@ -688,6 +688,7 @@ public:
bool width;
bool height;
bool enabled;
bool allowUpscaling;
};
class ColorManagementParamsEdited
@@ -831,6 +832,13 @@ public:
bool strength;
};
class SoftLightParamsEdited
{
public:
bool enabled;
bool strength;
};
class RAWParamsEdited
{
@@ -840,6 +848,7 @@ public:
public:
bool method;
bool border;
bool imageNum;
bool ccSteps;
bool exBlack0;
@@ -968,6 +977,7 @@ public:
WaveletParamsEdited wavelet;
HSVEqualizerParamsEdited hsvequalizer;
FilmSimulationParamsEdited filmSimulation;
SoftLightParamsEdited softlight;
MetaDataParamsEdited metadata;
bool exif;
bool iptc;