![]() |
|
Datafile Creation |
Rick
Member #3,572
June 2003
![]() |
Via http://alleg.sourceforge.net/onlinedocs/en/datafile.html Quote:
DAT_BITMAP = What is var for bitmap data supposed to be? A BITMAP structure or just the bytes that make up the bitmap. ======================================================== |
Evert
Member #794
November 2000
![]() |
I think it's the raw data for each scanline one after the other, but why don't you check the code in allegro/tools/plugins/datimage.c? |
Rick
Member #3,572
June 2003
![]() |
Didn't know to look there. It looks like it is the raw image data
Now I just have to figure out a way to do this in VB.NET. The way I'm doing it must be incorrect as the image looks all messed up in the grabber. ======================================================== |
|