();
GDALDataset* srcDataset =
(GDALDataset*)GDALOpen("/home/jason.liu/0783.tif", GA_ReadOnly);
char **papszOptions = NULL;
papszOptions = CSLSetNameValue( papszOptions, "QUALITY", "20" );
GDALDriver *driver = GetGDALDriverManager()->GetDriverB
Hi gdal-dev,
I am having trouble using GDAL to write 4-band RGBA jp2 file with Kakadu
7.8. The following minimal code
GDALAllRegister();
GDALDataset* srcDataset =
(GDALDataset*)GDALOpen("/home/jason.liu/0783.tif", GA_ReadOnly);
char **papszOptions = NULL;
pa