Add support for invert and super pixel

This commit is contained in:
2022-04-09 11:10:07 +02:00
parent 68fbcfbb59
commit 46a4715ce5
11 changed files with 150 additions and 126 deletions
+2
View File
@@ -18,6 +18,8 @@ public slots:
signals:
void paramChanged(float low, float mid, float high);
void autoStretch();
void invert(bool enable);
void superPixel(bool enable);
};
#endif // STRETCHPANEL_H