Hi,<br><br>I'm writing a python plugin for QGIS. I need to implement a "Save As" dialog and the user should choose among all GDAL's supported file formats.<br>Is there a method inside the GDAL API to iterate over all the supported raster (and only raster) file formats and get the file extension and the format definition, i.e. the tuple ("*.TIF, *.tif", "GeoTIFF")?<br>
<br>Thanks!<br><br>Diego<br>