Changes between Version 2 and Version 3 of image_info


Ignore:
Timestamp:
Oct 14, 2010, 2:50:52 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • image_info

    v2 v3  
    11= image_info =
    2 {{{
    3  
    4 Usage: image_infoimage_info [-i] [-p] <full path to file> [-v] [-o <geom file>]
    5 Options:
    6   --disable-elev    Will disable the elevation
    7   --disable-notify  Takes an argument. Arguments are ALL, WARN, NOTICE, INFO,
    8                     FATAL, DEBUG.  If you want multiple disables then just do
    9                     multiple --disable-notify on the command line.  All argument
    10                     are case insensitive.  Default is all are enabled.
    11   --ogeom-format    Formats the data to an ossim gemetry file, seperate files
    12                     for multi image file formats
    13   --ossim-logfile   takes a logfile as an argument.  All output messages are
    14                     redirected to the specified log file.  By default there is
    15                     no log file and all messages are enabled.
    16   -K                specify individual keywords to add to the preferences
    17                     keyword list: name=value
    18   -P                specify a preference file to load
    19   -T                specify the classes to trace, ex: ossimInit|ossimImage.*
    20                     will trace ossimInit and all ossimImage classes
    21   -d                A generic dump if one is available.
    22   -h                Display this information
    23   -i                Will print out the general image information.
    24   -o                Will output the information to the file specified.  Default
    25                     is to standard out.
    26   -p                Will print out the projection information.
    27   -s                Force the ground rect to be the specified datum
    28   -v                Overwrite existing geometry.
    292
    30  examples:
    31 
    32     image_info -d ./myfile.tif
    33       A dump of all tags/keys.
    34 
    35     image_info -i ./myfile.tif
    36       prints out only general image information
    37 
    38     image_info -p ./myfile.tif
    39       prints out only image projection information
    40 
    41     image_info -p -s wge ./myfile.tif
    42       prints out only image projection information and shifts to wgs84
    43 
    44     image_info -p -i ./myfile.tif
    45       prints out both image and projection information
    46 
    47     image_info -p -i ./myfile.tif -o ./myfile.geom
    48       writes geometry file with both image and projection information
    49 
    50     image_info -p -i ./myfile.tif -v -o ./myfile.geom
    51       writes geometry file with both image and projection information
    52       while overwriting exisitng .geom file.
    53 }}}
     3Image info has been replaced by [wiki:ossim-info]