Meet the GIMP #129: Octave Sharpening Python Plugin
This is the second time I try to get into Python scripting for GIMP. My script in the first show about scripting was simple, just saving some clicks. Now it is more complicated, variables, loops and floating points included. But no parrots! You find a better version of the programs in the companion file. Following a tip in our Forum I included a Undo Group. So the action can be undone, a behavi...