Customising The Defaults

If you are comfortable editing a Javascript, you can permanently customise several default settings. Using a text editor such as Notepad, open the file "WS-WatermarkPlusII,js". After the opening comments, you will see the lines:

defaultWatermarkDocument = "watermark.psd";
defaultWatermarkLayer = "Background";
defaultWatermarkPattern = "%copyrightNotice";
defaultPoints = 12;
defaultLayerStyle = "";
defaultLeft = 15;
defaultTop = 15;
defaultRight = 15;
defaultBottom = 15;
defaultBorderRed = 255;
defaultBorderGreen = 255;
defaultBorderBlue = 255;

Simply replace the existing values with your preferred values. Make sure you keep the double-quotes correct.

These are the values that will be used when you click [Reset Text] or [Reset Image] .

When you are satisfied with your changes, save the file remembering to keep the "js" extension and place the edited script in the ../Presets/Scripts folder.