when i use gdal 3.9.1, i get a error as follows,
errror happen when tempDataset.FlushCache() called, how How do I use a higher version of gdal?
tempDataset = createDatasetFromImage(
inputRenderedImage, tempFile.getAbsolutePath(),
imageBounds, nBands, dataType, destinationWidth,
destinationHeight, xSubsamplingFactor, ySubsamplingFactor);
tempDataset.FlushCache();
