Wavelet Levels - My kingdom for more wavelets - issue2594

This commit is contained in:
jdc
2015-01-29 07:07:00 +01:00
parent bc856c2377
commit 13e26d3979
39 changed files with 4008 additions and 136 deletions

View File

@@ -120,6 +120,10 @@ class ImProcCoordinator : public StagedImageProcessor {
OpacityCurve ctOpacityCurve;
NoiseCurve noiseLCurve;
NoiseCurve noiseCCurve;
WavCurve wavCLVCurve;
WavOpacityCurveRG waOpacityCurveRG;
WavOpacityCurveBY waOpacityCurveBY;
ColorAppearance customColCurve1;
ColorAppearance customColCurve2;
ColorAppearance customColCurve3;
@@ -142,6 +146,7 @@ class ImProcCoordinator : public StagedImageProcessor {
AutoBWListener* abwListener;
AutoColorTonListener* actListener;
AutoChromaListener* adnListener;
WaveletListener* awavListener;
HistogramListener* hListener;
std::vector<SizeListener*> sizeListeners;
@@ -226,6 +231,7 @@ class ImProcCoordinator : public StagedImageProcessor {
void setAutoBWListener (AutoBWListener* abw) {abwListener = abw; }
void setAutoColorTonListener (AutoColorTonListener* bwct) {actListener = bwct; }
void setAutoChromaListener (AutoChromaListener* adn) {adnListener = adn; }
void setWaveletListener (WaveletListener* awa) {awavListener = awa; }
void saveInputICCReference (const Glib::ustring& fname);