Changes between Version 6 and Version 7 of gdalplugin


Ignore:
Timestamp:
Oct 16, 2010, 9:51:01 AM (14 years ago)
Author:
pborissow
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • gdalplugin

    v6 v7  
    1111}}}
    1212
    13 Note that there is some overlap between formats supported via GDAL and the other plugins (e.g. jpeg, png, nitf, tif, etc.). Let's take PNG as an example. The [wiki:pngplugin PNG Plugin] uses ossim_png. GDAL's png driver is called gdal_PNG. In [wiki:orthoigen] you can specify which writer to use. Example:
     13Note that there is some overlap between formats supported via GDAL and the other plugins (e.g. jpeg, png, nitf, tif, etc.). Let's take PNG as an example. The [wiki:pngplugin PNG Plugin] uses ossim_png. GDAL's png driver is called gdal_PNG. In [wiki:orthoigen] you can specify which writer to use using the -w argument. Example:
    1414{{{
    1515ossim-orthoigen -w ossim_png input.tif output.png
     
    1818ossim-orthoigen -w gdal_PNG input.tif output.png
    1919}}}
     20If the writer argument is not specified, OSSIM will use whichever plugin appears first in the ossim_prefs file.