Changes between Initial Version and Version 1 of img2rr


Ignore:
Timestamp:
May 14, 2007, 12:02:23 PM (17 years ago)
Author:
mlucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • img2rr

    v1 v1  
     1= img2rr =
     2
     3This command creates reduced resolution images, also known as a pyramid image structure from the input image.
     4Reduced resolution layers are created by iteratively downsampling the full resolution image.  The results are stored in a .ovr (overview) file.  This structure improves the efficiency of arbitrary access to different spatial resolutions and areas of interest.  The OSSIM library will automatically select the appropriate layer and area of interest for needed operations.
     5{{{
     6Usage: img2rr [options] <input file>
     7Options:
     8  --disable-elev           Will disable the elevation
     9  --disable-notify         Takes an argument. Arguments are ALL, WARN, NOTICE,
     10                           INFO, FATAL, DEBUG.  If you want multiple disables
     11                           then just do multiple --disable-notify on the command
     12                           line.  All argument are case insensitive.  Default is
     13                           all are enabled.
     14  --list-entries           Lists the entries within the image
     15  --ossim-logfile          takes a logfile as an argument.  All output messages
     16                           are redirected to the specified log file.  By default
     17                           there is no log file and all messages are enabled.
     18  -K                      specify individual keywords to add to the preferences
     19                           keyword list: name=value
     20  -P                      specify a preference file to load
     21  -T                      specify the classes to trace, ex:
     22                           ossimInit|ossimImage.*
     23                           will trace ossimInit and all ossimImage classes
     24  -a or --include-fullres  Wants to include full res dataset as well as reduced
     25                           res sets.
     26  -e or --entry            Give the entry(zero based) to build an overview for.
     27  -h or --help             Shows help
     28}}}