my program reads a tif file starting left-top point. But I want to read starting left-bottom(LowerLeft). How can I solve this problem?
Example: band.ReadRaster(0, 0, 500, 500, pixels, 500, 500, 0, 0); -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Gdal-read-starting-left-bottom-tp5016496.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
