python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GIMP pythonfu get drawable from current image
I am iterating over all open images. I want to apply threshold on each of them. Since the threshold plugin takes drawable as argument, the drawable should be changed every time the image is changed, a...
Masum
Votes: 0
Answers: 1
looking for syntax example of 'gimp.Channel(image,name,width,height,opacity,color)'
No problems with 'pdb.gimp_channel_new(image, width, height, name, opacity, color)'
but I cannot get the syntax for 'gimp.Channel(image,name,width,height,opacity,color)'
>>> image=gimp.image_...

Kevin York
Votes: 0
Answers: 1
How to change layer parent in python in Gimp?
Simple problem. I want to change the parent of LayerA to GroupB.
The member "parent" of layer is read only, and I can't use pdb.gimp_image_insert_layer because the layer already has been add...
krokots
Votes: 0
Answers: 1
Draw line in gimp with macro
I have calculated a set of lines to be drawn onto the image I calculated the geometry from.
I was hoping for a macro recorder so I could just hack my geometry calculating program to spit out something...

Mark Lester
Votes: 0
Answers: 1