Python-Fu is a set of Python modules that act as a wrapper to libgimp allowing the writing of plug-ins or standalone scripts for GIMP
What I want to do is to open gimp from a python program (with subprocess.Popen, perhaps), and in the …
python subprocess gimp python-fu gimpfuWith gimp fu, I can save the content of one layer (at least, that is how I interprete the definition …
python gimp python-fu