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

Accessing Path in GEGL-based plug-in

This discussion is connected to the gimp-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.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Accessing Path in GEGL-based plug-in Saul Goode 08 Mar 04:31
Saul Goode
2012-03-08 04:31:52 UTC (over 12 years ago)

Accessing Path in GEGL-based plug-in

What is the proper way for a GEGL-based plug-in to grab the path points from the image's active path?

The examples that I've seen all seem to, for the most part, keep the GEGL operations separate from the GIMP interface (other than UI "chants").

Should a "standalone" GEGL operation be written separate from GIMP -- one that accepts path control points as parameters; and then a traditional GIMP plug-in be written which invokes the operation? If so, how should the two entities be packaged (should the GEGL op go in $HOME/.local/)? And how should the plug-in check for existence of the operation?