merge with dev

This commit is contained in:
U-PC-BUREAU\jacques
2018-11-01 08:37:28 +01:00
75 changed files with 1248 additions and 378 deletions

View File

@@ -837,6 +837,16 @@ public:
bool strength;
};
class DehazeParamsEdited
{
public:
bool enabled;
bool strength;
bool showDepthMap;
bool depth;
};
class RAWParamsEdited
{
@@ -981,6 +991,7 @@ public:
HSVEqualizerParamsEdited hsvequalizer;
FilmSimulationParamsEdited filmSimulation;
SoftLightParamsEdited softlight;
DehazeParamsEdited dehaze;
MetaDataParamsEdited metadata;
bool exif;
bool iptc;