Top "Gimpfu" questions

gimpfu is a python module similar to python-fu which provides an interface for writing plug-ins for gimp in python

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 to run python scripts using gimpfu from command line?

I'm trying to use functions of gimp 2.8.22 to convert a pdf to jpeg and i want to do that with …

python gimp gimpfu
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