Merge branch 'dev' into spot-removal-tool
This commit is contained in:
@@ -673,6 +673,15 @@ struct MetaDataParamsEdited {
|
||||
bool mode;
|
||||
};
|
||||
|
||||
struct FilmNegativeParamsEdited {
|
||||
bool enabled;
|
||||
bool redRatio;
|
||||
bool greenExp;
|
||||
bool blueRatio;
|
||||
|
||||
bool isUnchanged() const;
|
||||
};
|
||||
|
||||
struct ParamsEdited {
|
||||
GeneralParamsEdited general;
|
||||
ToneCurveParamsEdited toneCurve;
|
||||
@@ -718,6 +727,7 @@ struct ParamsEdited {
|
||||
SoftLightParamsEdited softlight;
|
||||
DehazeParamsEdited dehaze;
|
||||
MetaDataParamsEdited metadata;
|
||||
FilmNegativeParamsEdited filmNegative;
|
||||
bool exif;
|
||||
bool iptc;
|
||||
|
||||
|
Reference in New Issue
Block a user