Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GEGL pythonfu usage
#2
(12-28-2021, 06:59 AM)Undertaker666 Wrote: Hello,
I've been trying to get a script to save me some hassle, and I got 2 thirds of my things I can automate to kinda figured out with pythonfu.
The last feature is the shadows-highlights with a saved preset, which is a GEGL function.

Is there anyway to invoke it in the pythonfu script?
Thanks

First, you need to download and install this gegl plugin: gegl_command zip from here (post #31):  http://gimpchat.com/viewtopic.php?f=9&t=...30#p264354   and use the code line in you python script.

Code:
pdb.python_gegl(image, layer,
       "shadows=parameter highlights=parameter whitepoint=parameter radius=parameter compress=parameter shadows-ccorrect=parameter highlights-ccorrect=parameter")
Reply


Messages In This Thread
GEGL pythonfu usage - by Undertaker666 - 12-28-2021, 06:59 AM
RE: GEGL pythonfu usage - by Pocholo - 01-29-2022, 11:54 PM
RE: GEGL pythonfu usage - by Undertaker666 - 01-30-2022, 08:38 AM
RE: GEGL pythonfu usage - by Ofnuts - 01-30-2022, 08:46 AM
RE: GEGL pythonfu usage - by Undertaker666 - 01-30-2022, 09:19 AM
RE: GEGL pythonfu usage - by Pocholo - 01-30-2022, 09:55 PM

Forum Jump: