[Gimp-user] Error on script-fu

2009-06-24 Thread Didier Bretin
Hi, I'm new to the world of script-fu writing, and I'm trying to make a script for repetitive actions I need to make. Here is my script: (define (make-pion-3d image calque) (let * ( (newCalque (car (gimp-layer-copy calque TRUE))) ) (gimp-image-add-layer image newCalque

Re: [Gimp-user] Error on script-fu

2009-06-24 Thread saulgoode
Quoting Didier Bretin did...@bretin.net: And when I try to apply it on a layer, I got the following error: Erreur d'exécution « Make pion 3D » : Error: Procedure execution of gimp-image-get-active-drawable failed on invalid input arguments: La procédure « gimp-image-get-active-drawable » a

[Gimp-user] A new broken glass approach

2009-06-24 Thread John Culleton
I saw a book cover where a photo of some people was overlaid with a semi translucent layer with radiating cracks from a central point, something like the starburst effect but removing parts of the semi translucent layer instead of coloring them. A bullet hole in a dirty glass window is the

[Gimp-user] Random Script Tips

2009-06-24 Thread DJ
Hi Gimp-user, I'm a newbie when it comes to Gimp script writing, and I'm going through the paces to learn. I've come across a couple of items that might help others also in the learning process. - I've noticed a lot of folks say to restart Gimp after installing their script. Maybe that's the