Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GEGL graph
#2
Gegl graph filter can only use the active layer you're working on.
One trick is to export your bump-map layer into a file and use the gegl:load into the graph:

Code:
bump-map aux=[ load path="/path/to/your/bumpmapfile" ]

According to the code, there is nothing to handle a curve parameter, neither by the gegl graph filter nor the gegl binary.
There is only a support for graphs described as XML.
Reply


Messages In This Thread
GEGL graph - by Kevin - 09-17-2020, 03:23 PM
RE: GEGL graph - by tmanni - 09-17-2020, 03:42 PM

Forum Jump: