According to "GDAL Raster Formats",GDAL supports JP2 with OpenJPEG library
(v2). So I download openjpeg-2.0.0-win32-x86.zip , but I do not know how to
use it. I copy all the dlls in the bin folder to my project's debug folder
and write "Driver drv = Gdal.GetDriverByName("JP2OpenJPEG");", but the
driver is null.Anyone knows how to create a JP2 file? Thanks. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/gdal-dev-How-to-use-JP2OpenJPEG-with-C-tp5064685.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
