Re: [Gegl-developer] Qt bindings and gegl_node_set*

2013-06-27 Thread Jon Nordby
results or performance? Setting properties on a node in a graph invalidates the graph. Computing/rendering the invalidated regions is done as a separate step, and it is the application code which controls this. So whether multiple invalidation are coalesced or not depends on that code. -- Jon

Re: [Gegl-developer] imgflo: Visually programming image processing pipelines with GEGL Flowhub

2014-04-14 Thread Jon Nordby
On 14 April 2014 08:17, Victor Oliveira victormath...@gmail.com wrote: It looks cool! Sorry for not having much time to give a look at the code now, but how does it run gegl in the browser? It's calling the gegl lib through node.js? Only the IDE runs in the browser. Flowhub has a standardized

Re: [Gegl-developer] [Gimp-developer] Don't make an architectural mistake based on a groundless premise

2014-10-11 Thread Jon Nordby
to improve it step-by-step. -- Jon Nordby - www.jonnor.com ___ gegl-developer-list mailing list List address:gegl-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gegl-developer-list

Re: [Gegl-developer] [Gimp-developer] babl roadmap

2014-10-16 Thread Jon Nordby
primaries will work.' -- Jon Nordby - www.jonnor.com ___ gegl-developer-list mailing list List address:gegl-developer-list@gnome.org List membership: https://mail.gnome.org/mailman/listinfo/gegl-developer-list

Re: [Gegl-developer] porting a GEGL filter to OpenCL

2014-12-16 Thread Jon Nordby
On 17 December 2014 at 01:33, Qichang Liang kcleung.sourcefo...@gmail.com wrote: Currently I am working on MacbookPro Retina installed with OS X 10.10. I have a VMware virtual machine on my USB 3 hard drive, which I can run using VMware Fusion 7.1 However for correctness and performance

Re: [Gegl-developer] directory structure of opencl in gegl, and unit test framework for each plugin?

2014-12-25 Thread Jon Nordby
The majority of tests are in tests/compositions, both OpenCL and not. On Dec 25, 2014 6:06 AM, kcle...@users.sourceforge.net wrote: I had a go at tests/opencl, but found out that the opencl is NOT included in Makefile.am and Makefile.in under opencl/ so no tools are made to test the opencl

Re: [Gegl-developer] RFC: Including operation source code as op class metadata

2015-01-20 Thread Jon Nordby
Merged, since there were no objections. Can now get the source code of majority of components provided by GEGL (primary exception is the generated ones) using: const gchar *source = gegl_operation_get_key(opname, source); On 11 January 2015 at 17:55, Jon Nordby jono...@gmail.com wrote

Re: [Gegl-developer] Returning to python-gegl

2015-02-13 Thread Jon Nordby
proved impossible without changing the API, due to the strict conventions that GI requires. https://bugzilla.gnome.org/show_bug.cgi?id=673422 -- Jon Nordby - www.jonnor.com ___ gegl-developer-list mailing list List address:gegl-developer-list@gnome.org