AgImageAlign

AgImageAlign.exe is a stand-alone application that you can use to align images.

Using the application

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

AgImageAlign -i "<input file>"
  • -o "<output file>"
  • -1 <lower left lat> <lower left lon>
       <lower right lat> <lower right lon>
       <upper right lat> <upper right lon>
       <upper left lat> <upper left lon>
  • -f <fill color red component>
       <fill color green component>
       <fill color blue component>
  • -s {TxmTxbUp | TxmTxbDown}
Argument Description
-i "<input file>" The binary .ppm file (name and path) that you want to align.
-o "<output file>" The binary .ppm file (name and path) that you want to create. A .pos file with the same name is also created and saved in the same directory.
-s {TxmTxbUp | TxmTxbDown} The scaling preference. TxmTxbUp scales the image dimension up to the next 2n dimension for use as a .txm or .txb file. TxmTxbDown scales the image dimension down to the next 2n dimension for use as a .txm or .txb file.