RSS/Atom feed Twitter
Site is read-only, email is disabled

How to build GEGL op for gimp

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

How to build GEGL op for gimp DetectiveCakes 20 Oct 04:04
  How to build GEGL op for gimp Martin Nordholts 20 Oct 19:13
2009-10-20 04:04:41 UTC (over 15 years ago)
postings
1

How to build GEGL op for gimp

I've written a GEGL operation in C, but I can't find a scrap of documentation on how to actually build it appropriately and install it in gimp so I can access it from the tools menu with the rest of the gegl ops. I imagine I'm missing something obvious, a shove in the right direction would be much appreciated.

If it matters, I'm on Mac OS 10.6 or Ubuntu 9.10

Martin Nordholts
2009-10-20 19:13:08 UTC (over 15 years ago)

How to build GEGL op for gimp

On 10/20/2009 04:04 AM, Ben S. wrote:

I've written a GEGL operation in C, but I can't find a scrap of documentation on how to actually build it appropriately and install it in gimp so I can access it from the tools menu with the rest of the gegl ops. I imagine I'm missing something obvious, a shove in the right direction would be much appreciated.

The GIMP GEGL Operation tool uses the installed GEGL operations in $prefix/lib/gegl-0.1 so build your op normally and just put it in the GEGL lib dir and GIMP should pick it up.

/ Martin