I just study on GIS systemwhen I create the tiff file, there is no any data in tiff fileI want to make 4 channel tiff file
my code is below
void crop(const char *inputPath, const char *cropPath, double topLeftX, double topLeftY,double width, double height){
GDALDataset *pInputRaster...