Re: [Gdal-dev] Getting Single Band (grayscale) GeoTiff to pass through C# wrapper into bitmap (or othe manipulation of raster data)

2009-11-03 Thread dbitner
That was insanely easy, I feel like a total idiot...I seriously contemplated going the 1 for 1 route, but decided that I wasn't getting the correct data into my buffer. I guess I wasn't fiddling with the correct datatype (which I thought I did try to force it to float). To get the bitmap image I

[Gdal-dev] Getting Single Band (grayscale) GeoTiff to pass through C# wrapper into bitmap (or othe manipulation of raster data)

2009-11-03 Thread dbitner
Hello, I normally try to figure this out, but I've spent two days on it: I'm currently attempting to get the GeoTIFF raster information which is my elevation data for a given dataset. I'm basically attempting to use GDAL to drape a bitmap over my GeoTIFF (which will generate a 3d geometry).