Merge pull request #6227 from Beep6581/spot-removal-tool
Spot removal tool
This commit is contained in:
@@ -1087,6 +1087,13 @@ struct ResizeParamsEdited {
|
||||
bool allowUpscaling;
|
||||
};
|
||||
|
||||
class SpotParamsEdited
|
||||
{
|
||||
public:
|
||||
bool enabled;
|
||||
bool entries;
|
||||
};
|
||||
|
||||
struct ColorManagementParamsEdited {
|
||||
bool inputProfile;
|
||||
bool toneCurve;
|
||||
@@ -1437,6 +1444,7 @@ struct ParamsEdited {
|
||||
ChannelMixerParamsEdited chmixer;
|
||||
BlackWhiteParamsEdited blackwhite;
|
||||
ResizeParamsEdited resize;
|
||||
SpotParamsEdited spot;
|
||||
ColorManagementParamsEdited icm;
|
||||
RAWParamsEdited raw;
|
||||
DirPyrEqualizerParamsEdited dirpyrequalizer;
|
||||
|
Reference in New Issue
Block a user