Creates a shining glow as demonstrated in the tutorial here:
http://www.gimpusers.com/tutorials/rays-of-light-behind-text.html
This script will only operate on the alpha-layer
It assumes that the layer size is the same size as the image size
It will not add color to the rays as in the tutorial
The rays are now created much like an outer glow, rather than being merged with a background as in the tutorial
Tested in v2.4.2 only
Attachment | Size |
---|---|
rays-of-light.scm | 5.35 KB |
Comments
Plugin fails with syntax error
This looks like a really cool plugin if it worked. I'm using Gimp 2.6.10 and if I fire this plugin up I get the following error:
Error: Bad syntax of binding spec in let* : ((ray-letter) (overlay-layer) (orig-drawable) (orig-foreground))
If I knew how to fix it .. I would! But it's busted =(( Hope if gets fixed!
Plugin fix
You could fix plugin by yourself. Just add zero value to ray-letter variable (at line #42). Like here:
(ray-letter 0)
Help debugging Rays of Light
wow!