Home > Back-end >  Gdal cannot read three color tiff file, how to solve?
Gdal cannot read three color tiff file, how to solve?

Time:09-16

I use vs2012 + qt5.5 + gdal1.9.2 read a tiff file, after GDALOpen, the return value of 0 x0000000, open the failure, but to open the picture with envi, is content, what is the problem? How to solve?
The attached code:
GDALDataset * pSet=(GDALDataset *) GDALOpen (" C: \ \ code \ \ QT \ \ PRD tiff ", GA_Update);

Envi open:
  • Related