merge with dev
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user