okra pushed a commit to branch master.

http://git.enlightenment.org/apps/ephoto.git/commit/?id=91d2dceee5912ddc1f63b9752848c6e55c1a1abc

commit 91d2dceee5912ddc1f63b9752848c6e55c1a1abc
Author: Stephen Houston <stephen@localhost.localdomain>
Date:   Thu Sep 28 14:06:15 2017 -0500

    Ephoto: Don't make the painting effect so dramatic.
---
 src/bin/ephoto_filters.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/ephoto_filters.c b/src/bin/ephoto_filters.c
index 8ab5fbc..3c8867a 100644
--- a/src/bin/ephoto_filters.c
+++ b/src/bin/ephoto_filters.c
@@ -1122,7 +1122,7 @@ ephoto_filter_painting(Ephoto *ephoto, Evas_Object *image)
    Ephoto_Filter *ef = _initialize_filter(EPHOTO_IMAGE_FILTER_PAINTING,
                                           ephoto, image);
 
-   ef->rad = 5;
+   ef->rad = 3;
    ef->drad = 5.0;
    ef->qpos = 0;
    ef->qcount = 1;

-- 


Reply via email to