Thursday, July 8, 2010

Watermarking photos using GIMP - now much easier

Few months back I wrote about a custom GIMP Script I use for watermarking the photos. In that post I briefly mentioned about another script which can watermark files in a specified directory. Thanks my friend Yogi's interest in the scripts, I made some modifications and now we have a slightly better script in which all the parameters can be changed from a window.

Follow these instructions to install the new script.
  1. Download GIMP from http://gimp.org install it.
  2. Download the script EasyWM.scm
  3. Save the script in the script folder of gimp installation. In GIMP select Edit->Preferences. In the preferences window expand the "Folders" in the left pane and select Scripts. You will be able find the scripts directories listed in the right pane. Make sure that the file is saved with the extension .scm.
  4. Restart GIMP.
  5. Open an image using GIMP and the menu EasyWM be visible. Select the sub-menu item EasyWM and the following screen will pop up.
Change the directory, font, font size and text and the text color to suite your needs and press OK. The script will modify all the JPG files in the specified directory.

Caution : The script will modify the files in the specified directory and this operation is irreversible. I would strongly advice to use a separate directory and *copy* images to this directory to run this script.

The script will try to position the text based on the font size and text length. However the x offset and y offset can be used to fine tune the position of the text. The offset can be positive or negative values.

The default values in the above screen are set in the following section of the code and you can change them to suit your needs.
SF-STRING "Directory" "C:\\Prime\\Blog\\export\\*.JPG"
SF-FONT "Font Name" "Flat Brush"
SF-STRING "Text" "http://primej.blogspot.com"
SF-VALUE "Font Size (px)" "25"
SF-VALUE "x Offset" "0"
SF-VALUE "y Offset" "0"
SF-COLOR "Color" "#000000"

If you do not see the new menu item, make sure that the script is saved to the correct directory and with the extension .scm
In Linux the file names are case sensitive and the JPG part should match that of the files being modified.
The EasyWM sub menu will not be enabled if no images are opened in GIMP. Either open a image or refresh the scripts by selecting the "Filters->Script-Fu->Refresh Scripts" option.

3 comments:

  1. Will try it out when time permits.

    ReplyDelete
  2. Could you show us a quick example of what it looks like?

    ReplyDelete
  3. @ Albert Lui, thanks for your interest. Here is a quick link : http://primej.blogspot.com/2010_07_01_archive.html

    Most of the photos in this blog are water marked using this script or its variants. Of late I made some minor modifications to add borders.

    ReplyDelete

Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) License

Creative Commons License
The images and photographs posted in this blog by Prime Jyothi are licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) License.