Given:
What would be the formula for getting the bitmaps file offset?Code:For y = 1 to 99 For x = 1 to 629 BitmapOffset = ? Next x, y
My brain is fryed,I've been tryin to figure this out all afternoon!
BTW, a lil info on 24-bit bitmaps for the uninformed:
Data segment offset is about 54 (1 as base)
They scan left to right, then in this case +1
Then bottem to top.
Any help would be much appreciated.
Thanks!




I've been tryin to figure this out all afternoon!
Reply With Quote