[gegl] Issue #118 - Distorts/Waves filter: default period too high



commit 9bef289c0b85155abd085e600f4bf4724321825d
Author: Michael Natterer <mitch gimp org>
Date:   Wed Jan 2 13:55:48 2019 +0100

    Issue #118 - Distorts/Waves filter: default period too high
    
    Reduce the default period to 100 so it produces an immediately obvious
    effect on more image sizes.

 operations/common-gpl3+/waves.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/operations/common-gpl3+/waves.c b/operations/common-gpl3+/waves.c
index 9f4a44fd3..066dc101e 100644
--- a/operations/common-gpl3+/waves.c
+++ b/operations/common-gpl3+/waves.c
@@ -37,7 +37,7 @@ property_double (amplitude, _("Amplitude"), 25.0)
     description(_("Amplitude of the ripple"))
     value_range (0.0, 1000.0)
 
-property_double (period, _("Period"), 200.0)
+property_double (period, _("Period"), 100.0)
     description(_("Period (wavelength) of the ripple"))
     value_range (0.1, 1000.0)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]