Home
Simple Image Tools Online Help Prev Page Prev Page
Introduction
About Simple Image Tools
Version history
Contact us
General Reference Guide
Welcome screen
Select files to process
Select tool options
Select output file options
Select source files post-processing options
Summary and settings
Monitor process progress
Product Guide
Image Sort
Using tags to name folder and files
Image Convert
Conversion options
Image Encrypt
Encryption options
Image Exif Remover
Removal options
Image Frame
Frame options
Image Orientate
Orientation options
Image PDF Creator
PDF options
Image Resize
Resizing options
Image Scan
Scan options
Image Secret
Image Secret options
Image Watermark
Watermark options
Watermark tags
Miscellaneous Topics
Command line interface
Example: scheduling a watermark task
What are Exif tags?
Processing speed

Example: scheduling a watermark task

In this example, we have a folder that is populated with images every night at 2 a.m. from external sources. We then want to add watermarks to each of those images.

We first set up the watermark settings that we require using the Image Watermark GUI, and save the settings to a file. The contents of the file could look something like this:

cmdline-example-01

Looking at the [Input settings] section of the settings file, we can see that we are processing all jpeg images found in the 'e:\photos\' folder.

eixf-sample-02

If we had wanted to process images from more than 1 folder, we could simple add more lines e.g.

eixf-sample-03

Image Watermark would then pick up all jpeg images found in the 'E:\Photos\', 'G:\Photos\FromDavid\' and 'G:\Photos\FromPeter\' folders.

Next, we have the [Output settings] section, which shows us that all the processed images will be saved in the 'E:\Photos\processed\' folder. The [Image watermark] section contains the watermark settings.

Finally, the [Post processing settings] section shows us that we will move all the original images to the 'E:\Photos\processed\original' folder once they have been processed successfully. We do this so that we do not repeatedly process the same images every time Image Watermark runs.

Once we are satisfied with the settings, we should perform a test run using the command line interface:

cmdline-03

As everything looks fine, we can then set up a scheduled to run daily. We could do this using Windows Scheduler.

cmdline-04