20:12
À : Ismael BELAAOUAD
Objet : Re: [gdal-dev] TR: Load GDALDataset Into DIB
glad to be of help.
Just curious -
did you read one scan line at a time, or did you read the whole array and
reverse it?
(And your English is great - far better than my French.)
On 8/31/2013 11:50 AM, Ismael
13 23:46
À : Ismael BELAAOUAD
Cc : gdal-dev@lists.osgeo.org
Objet : Re: [gdal-dev] TR: Load GDALDataset Into DIB
If this is pretty much a one-time thing, just reverse the order in which you
read the dataset.
If this is going to be a regular thing for different kinds of data sources, you
need to
}
if (( gdErr != CE_None ) || !nBandsRead )
{
::DeleteObject(hbm);
return FALSE;
}
}
-Message d'origine-
De : gdal-dev-boun...@lists.osgeo.org [mailto:gdal-dev-boun...@lists.osgeo.org]
Hello,
Can someone help me on loading GDALDataset into DIB in C++ project?
Best regards,
Ismaël BELAAOUAD
Project Manager
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/gdal-dev
Hello,
I'm trying to load GDAL Raster dataset into DIB (Device Independent Bitmap) in
C++ project.
Can someone help me with that?
Best regards,
Ismaël BELAAOUAD
Project Manager
Conception & Développement Corolle
Tél. : 03 2964 3940
Gsm : 06 3785 4420 ou 06 2747 0006 (Perso)
Circet Est : 4,
Hi Alain,
I know that this subject is too old but I'm trying to use GDALCreateDib
function you've posted in 2005 but It's not working and there is no error.
I've only detected that bmi variable don't take any value during debug...
Can you please help me?
Best regards,
___