Top "Python-fu" questions

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

python can't import gimpfu

I'm trying to write a gimp script using pythonfu. However, when I try to run script locally, I get an …

python gimp python-fu gimpfu
Writing a GIMP python script

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 gimpfu
How do I save (export) all layers with gimp's script fu?

With gimp fu, I can save the content of one layer (at least, that is how I interprete the definition …

python gimp python-fu
Gimp: python script not showing in menu

I followed this tutorial and this is what I have come up so far: #!/usr/bin/python # -*- coding: …

python gimp python-fu gimpfu