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 safe
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 n
Quoting Didier Bretin :
> 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 été appelée av
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 0