On Wed, Dec 27, 2017 at 6:04 AM, felipeek2 <[email protected]> wrote: > Thank you very much for your help! The filter is working now. > > Is it possible to manually create/manage threads inside a GEGL operation? This > would improve our filter a bit.
When opting out of threading, like outlined in prior response, you are free to manage threads; ideally using the multi- threading APIs of glib which are platform independent. The GeglBuffer API itself is written to be thread safe. /pippin - http://pippin.gimp.org/ _______________________________________________ gimp-user-list mailing list List address: [email protected] List membership: https://mail.gnome.org/mailman/listinfo/gimp-user-list List archives: https://mail.gnome.org/archives/gimp-user-list
