Re: [gdal-dev] Reproject raster map in buffer on-the-fly

2014-06-26 Thread Even Rouault
Le lundi 23 juin 2014 11:49:58, Oliver Eichler a écrit : > Hi > > I would like to read a region of a raster map and re-project the resulting > image on-the-fly before it is displayed. I had a look at the GDAL Warp API > tutorial. And I stumbled across GDALWarpRegionToBuffer() while reading the > h

[gdal-dev] Reproject raster map in buffer on-the-fly

2014-06-23 Thread Oliver Eichler
Hi I would like to read a region of a raster map and re-project the resulting image on-the-fly before it is displayed. I had a look at the GDAL Warp API tutorial. And I stumbled across GDALWarpRegionToBuffer() while reading the header files. I had a look into the setup functions and found quit