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:00 GMT-03:00 Nanley Chery <nanleych...@gmail.com>:
>
> Hi all,
>
> Is there a way for an operation (e.g. blur) to call another operation
> (e.g. rotate) in it's process function?
>
> Thanks,
> Nanley
>
> _______________________________________________
> gegl-developer-list mailing list
> List address:    gegl-developer-list@gnome.org
> List membership:
> https://mail.gnome.org/mailman/listinfo/gegl-developer-list
>
>
>

-- 
.. manuq ..
_______________________________________________
gegl-developer-list mailing list
List address:    gegl-developer-list@gnome.org
List membership: https://mail.gnome.org/mailman/listinfo/gegl-developer-list

Reply via email to