watermark

'watermark' by Doug Reynolds allows the user to add text as a watermark into an image. The watermark text is done as a lighter overlay of the background of the image. Besides the text itself, the user can choose the font from a pull-down menu, size (in pixels), location (one of the four corners), and opacity (in percent).
After installation the plugin script is availbe under the menu: Script-Fu/MyScripts/Watermark.

AttachmentSize
watermark.scm2.18 KB

Comments

asdkl;

i've noticed that this script could be MUCH improved if there was more control. though, its easy to bypass some of the automation by hitting ctrlZ and then individually changing bump map and opacity etc

Thanks

Thanks. It worked !

troubles with scriptFu "watermark"

Hallo, I'm a newby. I'm trying to install the script watermark.scm, wich I desperately need for my job. After a many attempts I could save it in a folder and it appeared in the top menu bar, under: Script-Fu/MyScripts/Watermark. Ok. Then I tried to use it in a file, but I got this error message:Error: eval: unbound variable: fmod .
What happened?
Thank you for your help!
Mara
from Rome, Italy.

troubles with scriptFu "watermark"

ENGLISH after the line

Ciao Mara controlla qui
http://gimpfx-foundry.sourceforge.net/browse26/index.html
forse quello script è giastato "riparato"
MA ..tu usi gimp 2.6 vero? versioni precedenti hanno script incompatibili
-----------------------------------------

If you use gimp 2.6 check here
http://gimpfx-foundry.sourceforge.net/browse26/index.html
i believe there is a updated version of that script

fmod is undefined. It is

fmod is undefined.

It is a modulo operation, defined by the former Scheme interpreter used in GIMP, SIOD.

If I'm not mistaken, it should be possible to replace this with the standard Scheme modulo.