AgImageComposer

AgImageComposer.exe, is a stand-alone application that you can use to combine multiple images.

Using the application

You can run AgImageComposer.exe from a command prompt window or from another application. The command format is:

AgImageComposer <directory> <output directory> <tiles across> <tiles down>
Input Description
<directory>

The directory that contains all the image files (.ppm) that will be combined to create CombinedImage.ppm. For each image file, the directory must also contain a position file (.pos) that will define its position in CombinedImage.ppm.

<output directory> The directory where the combined image file, CombinedImage.ppm, will be saved. A position file, CombinedImage.pos, is also created and saved in this directory.
<tiles across> The number of image files to be combined in a row of CombinedImage.ppm.
<tiles down> The number of image files to be combined in a column of CombinedImage.ppm.

Example

The following example combines 18 image files into one:

AgImageComposer C:\Data\Inputimages/ C:\Data\Outputimages/ 6 3