Changes between Version 22 and Version 23 of img2rr


Ignore:
Timestamp:
Oct 16, 2010, 7:47:32 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • img2rr

    v22 v23  
    7878
    7979== Overview Types ==
    80 Valid overview types include:
     80img2rr provides users the option to specify file format for the output overviews via the -t argument. Valid overview types include:
    8181 * ossim_tiff_box*
    8282 * ossim_tiff_nearest
     
    118118}}}
    119119
    120 Note a default can be set in the ossim preferences file, setting the keyword "overview_stop_dimension".
     120Note a default can be set in the [wiki:ossimPreferenceFile OSSIM Preference File], setting the keyword "overview_stop_dimension".
    121121
    122122== Histogram Operations ==
     
    162162ossim-img2rr -t ossim_tiff_box <your-file>
    163163}}}
    164 Build overviews specifying the type:
    165 {{{
    166 ossim-img2rr -t ossim_tiff_nearest <your-file>
    167 }}}
    168 Build overviews specifying the type, nitf with j2k compressed blocks (requires Kakadu plugin):
    169 {{{
    170 ossim-img2rr -t ossim_kakadu_nitf_j2k <your-file>
    171 }}}
    172 
    173 
    174 
    175164Build overviews copy r0 (full res layer) (ossim_tiff types only)
    176165{{{
    177166ossim-img2rr -a <your-file>
    178167}}}
    179 
    180 
    181 == Related Links ==
    182 [http://trac.osgeo.org/ossim/browser/trunk/ossim/etc/templates/ossim_preferences_template][[BR]]
    183 [http://trac.osgeo.org/ossim/wiki/ossimPreferenceFile][[BR]]
    184 [http://trac.osgeo.org/ossim/wiki/UserDocs]
    185