Batch Watermarker Batch Watermarker is a simple application that allows you to add a logo or a watermark to many pictures at once. You can choose the position and opacity of your watermark. Features
System requirements
Installing Batch Watermarker Download the file Batch Watermarker 2.0.zip. Create a folder (directory) "watermarker" or something similar which fits your needs. Unzip "Batch Watermarker 2.0.zip" to the new folder "watermarker". The used Watermarker.cmd file Batch Watermarker works very well with Open JDK in OS/2-eCS. I have made a Watermarker.cmd file with the following contents; @echo off set path=[drive: java]\JAVA160\bin set BEGINLIBPATH=[drive: java]\JAVA160\bin set CLASSPATH= [drive: watermarker] cd [drive: watermarker]\watermarker java -Duser.home=[drive: watermarker]\watermarker -jar watermarker.jar 2>watermarker-bugs.txtI use 2 separate folders (directories), one for Java and one for Batch Watermarker with the files created by this program. The references used in the cmd file;
should be replaced by real drive letters. Adjust the file from the distribution below, ie. different drive and directories (maps). Save Watermarker.cmd and copy it to the watermarker directory (map). Create a new program object or copy it from the file below. Specify the path and file name: "[drive: watermarker]\watermarker\Watermarker.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "Batch Watermarker". Parameters / options explained
Download In the file you can find the above command file (all drive letters are on set to C:) and an OS/2 Batch Watermarker icon: BatchWatermarker-ecs.zip. revision July 5, 2015 |