[Gimp-developer] GIMP Filters

Martin Nordholts enselic at gmail.com
Sat Jan 31 14:26:03 PST 2009


Kirk wrote:
> Hello,
>
>     I'm attempting to create a plugin/filter for GIMP with GEGL since
> that appears to be the preferred future.
>
>     Does anyone here know of any good examples on properly using GEGL
> within GIMP for this purpose or where to start?

Hi

If you want to play with a GEGL operation within the context of GIMP the
easiest way is currently to use the Tools -> GEGL Operation.. tool.

If you are working in a simple point-filter then yes, it should be
fairly easy to get such a filter to work in a Color-tool like way.

The final GEGL based plug-in architecture is yet to be designed and written.

Some key files:
app/tools/gimpgegltool.c
app/core/gimpimagemap.c
app/gegl/*

BR,
Martin


More information about the Gimp-developer mailing list