mirror of https://github.com/GNOME/gimp.git
05c86dad8a
GEGL graph is a free-form effect which can just run any other effect. It is very useful for GEGL operation developers, but it's dangerous because it allows running any of the operations, even the ones which cannot be run through a GUI in GIMP, or the ones otherwise forbidden as layer effects. In particular, you could run some of the sink effects to overwrite local files, even with a vanilla GIMP. So by default, we forbid the GEGL Graph tool to be used as a non-destructive effect, and we discard any gegl:gegl layer effect found in a XCF. Yet we leave a way for developers to create and load a GEGL Graph effect through an environment variable which can be discovered through appropriate warnings (on XCF load) and tooltip (in GEGL Graph dialog). |
||
---|---|---|
.. | ||
meson.build | ||
xcf-load.c | ||
xcf-load.h | ||
xcf-private.h | ||
xcf-read.c | ||
xcf-read.h | ||
xcf-save.c | ||
xcf-save.h | ||
xcf-seek.c | ||
xcf-seek.h | ||
xcf-utils.c | ||
xcf-utils.h | ||
xcf-write.c | ||
xcf-write.h | ||
xcf.c | ||
xcf.h |