Fixed Auto Levels Clip malfunction issue 2104
This commit is contained in:
@@ -141,6 +141,7 @@ class ImProcCoordinator : public StagedImageProcessor {
|
||||
AutoExpListener* aeListener;
|
||||
AutoCamListener* acListener;
|
||||
AutoBWListener* abwListener;
|
||||
AutoHLListener* ahlListener;
|
||||
|
||||
HistogramListener* hListener;
|
||||
std::vector<SizeListener*> sizeListeners;
|
||||
@@ -213,6 +214,7 @@ class ImProcCoordinator : public StagedImageProcessor {
|
||||
void setHistogramListener(HistogramListener *h) {hListener = h; }
|
||||
void setAutoCamListener (AutoCamListener* acl) {acListener = acl; }
|
||||
void setAutoBWListener (AutoBWListener* abw) {abwListener = abw; }
|
||||
void setAutoHLListener (AutoHLListener* ahl) {ahlListener = ahl; }
|
||||
|
||||
void saveInputICCReference (const Glib::ustring& fname);
|
||||
|
||||
|
Reference in New Issue
Block a user