Re: [Gegl-developer] Composite operations



On Mon, Dec 15, 2014 at 11:00 PM, Nanley Chery <nanleychery gmail com> wrote:
Is there a way for an operation (e.g. blur) to call another operation (e.g.
rotate) in it's process function?

Composite operations do exist, in GEGL they are called
meta-operations, some examples are gegl:unsharp-mask, gegl:dropshadow
and gegl:difference-of-gaussians. It would also be possible, though
more cumbersome, to run a GEGL graph as part of the implementation of
a GEGL operation; off-hand I am not sure of such an example.

/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]