Introduction - If you have any usage issues, please Google them yourself
The img2tif program converts an Imagine .img file into one or more GeoTIFF files.
Usage: img2tif [-i img_filename] [-o tif_basename] [-c] [-v n...]
[-rgb [red_band green_band blue_band]] [-?] [-quiet]
Arguments:
-i input .img file
-o output base file name
Output files will be named base_name1.tif ... base_nameN.tif,
where N = no. of bands.
-rgb produce an RGB image file from the indicated band numbers
within an existing imagine file.
-s output file is in strips (tiles is default)
-c packbits compress flag (def=uncompressed)
-v overview sampling increment(s) (0=single, 98=full set minus 2x,
99=full set) Examples: -v 2 4 8 -v 0 -v 99
-quiet Don t produce a translation report.
-? Print this explanation of command line arguments