If you'd like to upload plug-ins, please create an account below. Otherwise (e.g. for download or commenting) you do not need one! Enjoy :-)
Watermarks a bunch of photos with the watermark file specified. Files are output to the ./WM subdirectory in the format specified.
The watermark is applied with a difference mode overlay in the bottom right corner. Let me know if something should be parametrized.
I run this script like so:
gimp -i -b '(python-fu-watermarker RUN-NONINTERACTIVE "{PATH-TO-FILES}" "{PATH-TO-WATERMARK}" "jpg")' -b '(gimp-quit 0)'
Generates watermark by bump mapping the selected layer with the specified input text. Uses the bump mapping technique found here: http://www.gimp.org/tutorials/The_Basics/