In some development environments using GEGL, like imgflo+Flowhub it is useful to be able to see the source code of an operation in used. Both to understand how existing operations work and as a basis when writing new ops*.
If there are no objections I'd like to merge this some time next week.
- Jon
* As mentioned to pippin at 31c3 I've found a way to basically implement live-code operations. Compile new/changed operation code as a .so file, using a unique suffix on the operation name, and then trigger gegl_load_module_directory()
This will leak/keep the old operation class data, but this is small amounts of data for even long-ish development sessions compared to the images being processed.
https://github.com/jonnor/imgflo-server/blob/master/components/example.c
https://github.com/jonnor/imgflo/blob/master/lib/library.c#L357
--
Jon Nordby - www.jonnor.com
_______________________________________________ gegl-developer-list mailing list List address: gegl-developer-list@xxxxxxxxx List membership: https://mail.gnome.org/mailman/listinfo/gegl-developer-list