Change thresholds for Blur and noise

This commit is contained in:
Desmis
2017-10-26 10:50:23 +02:00
parent ff26f0642e
commit c77913b775
4 changed files with 10 additions and 10 deletions

View File

@@ -904,7 +904,7 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
int t_currentspot = 1;
int t_radius = 1;
int t_strength = 0;
int t_sensibn = 19;
int t_sensibn = 40;
int t_inversrad = 0;
int t_str = 0;
int t_chrrt = 0;
@@ -1844,7 +1844,7 @@ void ImProcCoordinator::updatePreviewImage (int todo, Crop* cropCall)
int t_currentspot = 1;
int t_radius = 1;
int t_strength = 0;
int t_sensibn = 19;
int t_sensibn = 40;
int t_inversrad = 0;
int t_str = 0;
int t_chrrt = 0;