Changes between Version 2 and Version 3 of ossim-preproc


Ignore:
Timestamp:
Apr 15, 2013, 5:43:22 AM (11 years ago)
Author:
dburken
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ossim-preproc

    v2 v3  
    1515                                    samples partial tiles.
    1616  --compression-quality             Compression quality for TIFF JPEG takes
    17                                     values from 0 to 100, where 100 is best. 
     17                                    values from 0 to 100, where 100 is best.
    1818                                    For J2K plugin, numerically_lossless,
    1919                                    visually_lossless, lossy
     
    6969  -P                                specify a preference file to load
    7070  -T                                specify the classes to trace, ex:
    71                                     ossimInit|ossimImage.* 
     71                                    ossimInit|ossimImage.*
    7272                                    will trace ossimInit and all ossimImage
    7373                                    classes
     
    8080                                    directory specified.
    8181  -h                                Display this information
     82  -i or --internal-overviews        Builds internal overviews. Requires -o
     83                                    option. Option only valid with tiff input
     84                                    image and tiff overview builder. WARNING:
     85                                    Modifies source image and cannot be undone!
    8286  -o                                Creates overviews. (default=ossim_tiff_box)
    8387  -r or --rebuild-overviews         Rebuild overviews even if they are already
    8488                                    present.
    8589  -s                                Stop dimension for overviews.  This controls
    86                                     how 
     90                                    how
    8791                                    many layers will be built. If set to 64 then
    8892                                    the builder will stop when height and width
     
    9397
    9498
    95 Valid overview types: 
    96 ossim_tiff_box 
    97 ossim_tiff_nearest     
    98 ossim_kakadu_nitf_j2k   
    99 gdal_tiff_nearest       
    100 gdal_tiff_average       
    101 gdal_hfa_nearest       
    102 gdal_hfa_average       
     99Valid overview types:
     100ossim_tiff_box
     101ossim_tiff_nearest
     102ossim_kakadu_nitf_j2k
     103gdal_tiff_nearest
     104gdal_tiff_average
     105gdal_hfa_nearest
     106gdal_hfa_average
    103107
    104108Example commands:
     
    125129  --ch  equals --create-histogram
    126130  --chf equals --create-histogram-fast
    127 
    128131}}}
    129132