New Vibrance tool from Jacques Desmis ; see issue 1065, and it's attached HTML document describing how to use it

This commit is contained in:
Hombre
2011-10-27 21:23:37 +02:00
parent 885308c2c8
commit 55541cff12
31 changed files with 3077 additions and 94 deletions

View File

@@ -29,6 +29,7 @@
#include <whitebalance.h>
#include <coarsepanel.h>
#include <tonecurve.h>
#include <vibrance.h>
#include <shadowshighlights.h>
#include <impulsedenoise.h>
#include <defringe.h>
@@ -84,6 +85,7 @@ class ToolPanelCoordinator : public ToolPanelListener,
PerspCorrection* perspective;
CACorrection* cacorrection;
HLRecovery* hlrecovery;
Vibrance* vibrance;
ChMixer* chmixer;
Resize* resize;
ICMPanel* icm;