2011/3/30 Victor Oliveira <victormath...@gmail.com>:
> Hello everyone. As a way to learn how GEGL works, I decided to
> implement some GIMP plug-ins in it [1,2]. I hope this code can help
> someone in the task of making your own plugins.
> I've done a sobel and a laplace filter. Both use RGBA float format for
> input and output. Basically, I just do a convolution with the
> appropriate mask, although in sobel filter I implemented some of the
> options of the original GIMP plugin.
>
> There are some differences in the results, but I think this code is
> "almost there" to whom wants to port these plugins to GEGL.
>
> [1] http://git.gnome.org/browse/gimp/tree/plug-ins/common/edge-sobel.c
> [2] http://git.gnome.org/browse/gimp/tree/plug-ins/common/edge-laplace.c

(BCC:ing gimp-developer)

Thanks! I haven't done a thorough review, but it looks like a good
start. Can you create a patch with git format-patch and attach it to
bugzilla please?

Regards,
Martin



-- 

My GIMP Blog:
http://www.chromecode.com/
"Why GIMP 2.8 is not released yet"
_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer

Reply via email to