Nikos Alexandris wrote: > Question: how can I tell which driver is used? Just empirically, e.g. > Jasper precedes OpenJPEG2? Oh well, I'll have to search in the manuals I > guess...
gdalinfo --formats | grep JP JPEG (rwv): JPEG JFIF JP2OpenJPEG (rwv): JPEG-2000 driver based on OpenJPEG library JPEG2000 (rwv): JPEG-2000 part 1 (ISO/IEC 15444-1) According to <http://trac.osgeo.org/gdal/wiki/ConfigOptions>, GDAL_SKIP: export GDAL_SKIP="JPEG JPEG2000" && gdalinfo --formats | grep JP JP2OpenJPEG (rwv): JPEG-2000 driver based on OpenJPEG library Nice! Thanks, Nikos _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
