On 30 January 2018 at 04:26, Tom Chadwin <[email protected]> wrote: > Next issue... translate.py uses QgsRasterFileWriter.driverForExtension(). > Perhaps I'm using this wrong, but is it outputting empty strings?
Confirmed - fixed by https://github.com/qgis/QGIS/pull/6216. Currently it's only working for gdal drivers with the GDAL_DCAP_RASTER capability, which excludes common ones like JPEG. Nyall _______________________________________________ QGIS-Developer mailing list [email protected] List info: https://lists.osgeo.org/mailman/listinfo/qgis-developer Unsubscribe: https://lists.osgeo.org/mailman/listinfo/qgis-developer
