USAGE =========================================================================== Files: =========================================================================== HDC -f is the width of the final collage, in pixels is the height of the final collage, in pixels is the filename containing hotspot locations and image names The filename must be of the following format: The coordinate format used is the lower left of the image represents the origin, and the values increase to the right and up. is the left x-coordinate of the hotspot is the bottom y-coordinate of the hotspot is the right x-coordinate of the hotspot is the top y-coordinate of the hotspot is the absolute path to the image Currently, the program only supports tga images ========================================================================== Randomly generated input: ========================================================================== HDC -r is the width of the final collage, in pixels is the height of the final collage, in pixels is the number of images to generate is the maximum width of an image to generate. All images widths will be [.5 * max_width, max_width] is the maximum height of an image to generate. All images widths will be [.5 * max_height, max_height] Colors are randomly assigned to each image. Hotspot areas are whited out, so the effectiveness of the tiling can be seen. ========================================================================= No command line parms: ========================================================================= If no command line parameters are specified, the user will be prompted for his choices, with a dialog box explaining each input.