TemplateFile=

 

Command Line Examples

 

imagecom *.jpg templatefile=thumbnail.ini

imagecom *.jpg templatefile=thumbnail.ini textcaption="2002"

 

There is a limitations on the number of characters you can enter per command line and thus to overcome this limitation, Batch Image Commander allows you to store constant parameters in template profile files.

 

All the parameters would be loaded from the template files prior to including or modifying existing parameters would the additional defined parameters.

 

For example, in template file you might have textcaption defined as "2001" by adding a new value for textcaption in the command line, it would replace it with the new values. In the second example, the textcaption would thus be defined as "2002".

 

Note : You can create the template profile file using the Configuration Module. Alternatively, you can use any text editor to create it. For an example, you can check out our default.ini . Basically, each switch should start in its new line. Enclose all values in double quotes.

 

For example,

 

resizemethod="1/2x"

savein="x:\saved"

imageformat="jpeg"

quality="95"

smoothing="0"

textcaption="Copyright 2002"

textfont="Arial"

textsize="24"

 

Note : You can save the template files using any filename you want.