Changes between Version 6 and Version 7 of orthoigen


Ignore:
Timestamp:
Oct 14, 2010, 7:32:02 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v6 v7  
    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. You may alos pass in writer specific parameters via the --writer-prop 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 also 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}}}
    186186
    187 
     187Normally orthoigen outputs a physical file but there is a way to redirect the output to the standard output stream. This is particularly useful if you want to create a composite application like a web map server. Currently the output writer is selected from the output file's extension so you must supply a dummy arg. Example:
     188{{{
     189ossim-orthoigen --stdout input.ntf dummy.png
     190}}}
     191It is recommended that you use the log file option to avoid corrupting the image stream from any program output (see --ossim-logfile).
    188192
    189193== Output Projection ==