Changes between Version 28 and Version 29 of orthoigen


Ignore:
Timestamp:
Oct 14, 2010, 9:12:19 PM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • orthoigen

    v28 v29  
    239239== Output !Width/Height ==
    240240Users can specify the output image dimensions on one of two ways:
    241  * '''t''' Specify the maximum width/height for the output image in pixels. Ensures correct aspect ratio is maintained with the source.
    242  * '''cut-pixel-width-height''' User defined width/height value in pixels.
     241 * '''t''' Specify the maximum width/height for the output image in pixels. Ensures correct aspect ratio is maintained with the source. Example:
     242{{{
     243ossim-orthoigen --geo -t 512 image.tif image_tn.jpg
     244}}}
     245Creates an image in geographic projection that is at most 512 pixels on a side - ideal for thumbnail generation.
     246 * '''cut-pixel-width-height''' User defined width/height value in pixels. Example:
     247{{{
     248ossim-orthoigen --geo --cut-pixel-width-height 683 332 image.tif output.jpg
     249}}}
     250Creates an image in geographic projection that has an arbitrary width/height specification - ideal for WMS responses.
     251
    243252
    244253== !Clipping/Subsetting ==