'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.
| Attachment | Size |
|---|---|
| watermark.scm | 2.18 KB |
Comments
Image or logo as watermark.
Very nice extension. I also found this plugin which can add an image as a watermark. Same options - image file, opacity, location, offset etc.
http://www.skipser.com/p/2/p/how-to-watermark-photos-using-gimp.html
Thanks
Really nice and easy to use tool ! Cheers !
asdkl;
Thanks
troubles with scriptFu "watermark"
troubles with scriptFu "watermark"
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.