gegl-0.0.0.5: Haskell bindings to GEGL library

Safe HaskellNone
LanguageHaskell2010

GEGL

Description

Central hub module of this library. reexports all necessary submodules

Synopsis

Documentation

gegl_init :: IO () #

Initialize the GEGL evnironment. This function must be called before any other GEGL calls. It does not pass any argc or argv values to c_gegl_init

gegl_exit :: IO () #

Exit and clean up after GEGL has been used. Must be called at the end of the program