On Tue, 2 Aug 2016 00:49:30 +0900 Jiwon Kim said:
technically that blur still is wrong. especially at the boundaries. you need to
do for a simple 3x3 box blur which is what it's trying, to do pixel x -1, x, x
+1 and same for y and handle the boundary cases AND write to the current pixel.
you can
Hello,
You could actually make edits directly on that page. You will have to
register and login in order to do so.
On Tue, Aug 2, 2016 at 12:49 AM, Jiwon Kim wrote:
> Hi All.
>
> I found some doubtful example code on EFL Programming guide.
> (https://www.enlightenment.org/program_guide/evas/imag
Hi All.
I found some doubtful example code on EFL Programming guide.
(https://www.enlightenment.org/program_guide/evas/image_objects)
We can notify that result(blur) image is too much spread only horizontally,
when if set higher value to "blur_size".
Because, calculation about average color is