Change int by double - deltaEweakening - exposure comp - sharpening radius and blur radius
This commit is contained in:
@@ -61,7 +61,7 @@ public:
|
||||
int qualityMethod; // 0 = Standard, 1 = Enhanced, 2 = Enhanced + chroma denoise
|
||||
int transit;
|
||||
int thresh;
|
||||
int iter;
|
||||
double iter;
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -273,7 +273,7 @@ private:
|
||||
Gtk::TreeModelColumn<int> qualityMethod; // 0 = Standard, 1 = Enhanced, 2 = Enhanced + chroma denoise
|
||||
Gtk::TreeModelColumn<int> transit;
|
||||
Gtk::TreeModelColumn<int> thresh;
|
||||
Gtk::TreeModelColumn<int> iter;
|
||||
Gtk::TreeModelColumn<double> iter;
|
||||
};
|
||||
|
||||
class RenameDialog:
|
||||
|
Reference in New Issue
Block a user