Spot Removal tool

It is not working yet, but the GUI is (almost) done.
See issue #2239.
This commit is contained in:
Hombre
2016-04-23 00:43:48 +02:00
parent 43329b89b1
commit 56dafcf8c1
52 changed files with 1955 additions and 106 deletions

View File

@@ -262,7 +262,7 @@ enum ProcEvent {
EvBWAfterCurve = 232,
EvBWAfterCurveMode = 233,
EvAutoch = 234,
// EvFixedch=235, -- can be reused --
EvSpotEntry = 235,
EvNeutralBW = 236,
EvGradientFeather = 237,
EvGradientStrength = 238,
@@ -467,6 +467,7 @@ enum ProcEvent {
EvRetinexmapcurve = 437,
EvviewMethod = 438,
EvcbdlMethod = 439,
EvSpotEnabled = 440,
NUMOFEVENTS
};