Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow created graphs to be used as GEGL meta operations #9

Closed
jonnor opened this issue Apr 27, 2014 · 4 comments
Closed

Allow created graphs to be used as GEGL meta operations #9

jonnor opened this issue Apr 27, 2014 · 4 comments

Comments

@jonnor
Copy link
Member

jonnor commented Apr 27, 2014

GEGL has the concept of meta operations: operations implemented in terms of other operations. This maps very nicely to the subgraph concept in FBP/imgflo. It has always been the intention that GEGL could load a serialized description of, but the current GEGL XML format does not support that.

This will require:

  • Upstreaming the .json FBP graph loading code to GEGL (currently in lib/graph.c)
  • Implement construction of a GeglMetaOperation from this format
  • Fix the GEGL module/operation loader to load the .json files found in GEGL_PATH as operations in library
@jonnor
Copy link
Member Author

jonnor commented Apr 27, 2014

Such operations would then be available for use in applications like GIMP like any other GEGL operation.

@jonnor
Copy link
Member Author

jonnor commented Jul 16, 2014

@jonnor jonnor added this to the 0.3 milestone Jul 24, 2014
@jonnor
Copy link
Member Author

jonnor commented Jan 5, 2015

Progress on this here: https://git.gnome.org/browse/gegl/log/?h=meta-json

@jonnor
Copy link
Member Author

jonnor commented Jan 20, 2015

@jonnor jonnor closed this as completed Jan 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant