Registry / other / gegl
library0.4.68vcpkgunverified

Generic Graphical Library.

vcpkg install gegl
INSTALL
IMPORT
SIG · GEGL
G
gegl
othercppv0.4.68
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gegl.h
#include <gegl.h>

Initialize GEGL and create a simple node graph

#include <gegl.h> int main() { gegl_init(nullptr, nullptr); GeglNode *node = gegl_node_new(); gegl_node_link_many(node, NULL); gegl_exit(); return 0; }
Debug
Known issues
gotchaGEGL requires initialization with gegl_init() before use; failing to do so causes crashes.
fix
Always call gegl_init() at program start.
affects: *
Upgrade
Version history
0.4.68latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources

No resource links recorded.

gegl — pip install gegl · libregistry