1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
gegl command-line
-----------------
In addition to installing a library, GEGL also installs gegl - a
binary/program that permits doing image processing from the command-line
as well as an aid during development of GEGL operations. GEGL behaviour
can be modified at runtime by setting appropriate
link:environment.html[environment variables].
Some examples::
Render a composition to a PNG file, the composition can be in GEGLs XML
format or the one-liner friendly terser link:gegl-chain.html[gegl-chain]
format.
$ gegl composition.xml -o composition.png
gegl usage
~~~~~~~~~~
The following is the usage information of the gegl binary, this
documentation might not be complete.
.....
include::{build_root}/docs/gegl-usage.txt[]
.....
|