pub fn init()
Expand description
Call this function before using any other GEGL functions. It will
initialize everything needed to operate GEGL and parses some
standard command line options. argc
and argv
are adjusted
accordingly so your own code will never see those standard
arguments.
Note that there is an alternative way to initialize GEGL: if you
are calling g_option_context_parse()
with the option group returned
by gegl_get_option_group()
, you don’t have to call gegl_init()
.
argv
a pointer to the array of command line arguments.