Re: [Gegl-developer] Composite operations

2014-12-15 Thread Manuel Quiñones
Hi Nanley, the idea of GEGL is that you can compose by chaining operations. GEGL is a graph based image processing, and each operation is a node in a graph. To connect the output of the blur node to the input of the rotate node, see http://www.gegl.org/api.html#Making_connections 2014-12-15 19:

[Gegl-developer] [PATCH] gegl-gtk - Update Python example

2014-01-14 Thread Manuel Quiñones
Hi, here is a patch for gegl-gtk that makes the Python example with gobject introspection work. Cheers, -- .. manuq .. From 25ceebaaaef824d683b8715e42b88d3407feee32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20Qui=C3=B1ones?= Date: Tue, 14 Jan 2014 14:47:06 -0300 Subject: [PATCH] Update P