|
PSP 8 Bug Note: There is a bug in PSP 8 that makes it difficult to run the WatermarkFromPresetShape script in batch mode. You should be able to get the script to work if you open an image (any image) in PSP before running the script in Batch. Make sure the image has input focus (title bar is highlighted) and then run the script in Batch Process. The open image will not change in any way but it appears to be required by the PresetShapes command. This bug has been fixed in PSP 9.
These scripts allows easy batch and interactive application of watermarks. The Watermark-FromPresetShape script can use any preset shape, vector logo, or vector text for the watermark. For vector logos and text, export the shape as a preset shape before using them with the script. The WatermarkFromTube script uses a picture tube for the watermark. You can use any image you want, just make sure to export it as a tube before you use it with the script. If your watermark is already a tube or preset shape, you don't need to export it again to use the scripts. Both scripts can be run from batch or interactively. If you are running a script interactively, it will ask you where you want to place the watermark. The default is bottom left. When run in batch, the script will use the default without asking. However, you can change the placement and quite a few other things as well by editing the script and modifying the values at the beginning of the script.
Things you can change: Try the script as is. If it doesn't produce the results that you want, there are lots of settings you can change easily to accommodate your watermark desires. Select the script in the script list and press the Edit selected script button to bring up the text editor. Look for the following names and values. pictureTubeName (applies only to WatermarkFromTube) By default, the WatermarkFromTube script uses the currently selected picture tube for the watermark.
shapeName (applies only to WatermarkFromPresetShape) By default, the WatermarkFromShape script uses the currently selected preset shape.
style
placeHorizontal
placeVertical
blendMode
opacity
allowResize (applies only to WatermarkFromTube)
maxWidth The watermark will be as large as possible but no larger than these values specify. Values greater than one represent an explicit size in pixels. Values less than or equal to 1.0 represent a percentage of the image size (e.g. 25% is 0.25). These values are ignored if allowResize is 0.
marginVertical These values limit how close to the edge of the image the watermark can be drawn. Values greater than one represent an explicit size in pixels. Values less than or equal to 1.0 represent percentages (e.g. 25% is 0.25).
mergeWatermarkLayer
Copyright note:I feel obligated to point out that watermarking screenshots of dialogs to add copyright notices is not a great idea. Technically, the dialog look and feel is owned by the author of the dialog (e.g. Jasc) and thus already copyrighted by them. Going overboard on watermarking (especially in this case) can also irritate some members of your audience. Options to explore:
Installation instructions:Download the file. Unzip it and place the scripts in your Scripts-Restricted folder. To Run:Open or create a new image. Select the WaterMarkFromPresetShape or WaterMarkFromTube script in the scripts list and press play. Change history:Changes in 0.1 (11/12/03):
|
Last modified 11/01/2004 07:31:33 AM