Changes between Version 5 and Version 6 of orthoigen

Show
Ignore:
Timestamp:
10/14/10 19:25:31 (3 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v5 v6  
    180180 
    181181== Output Format == 
    182 By default, the output writer type is determined by the extension of the output file. You can specify a specific writer to use via the -w argument. Example: 
     182By default, the output writer type is determined by the extension of the output file. You can specify a specific writer to use via the -w argument. You may alos pass in writer specific parameters via the --writer-prop argument. Example: 
    183183{{{ 
    184184ossim-orthoigen -w ossim_kakadu_jp2 --writer-prop threads=4 --writer-prop compression_quality=visually_lossless --srs EPSG:4326 N10-E024.tif N10-E024.jp2 
    185185}}} 
     186 
    186187 
    187188