Given:

Code:
For y = 1 to 99
    For x = 1 to 629
        BitmapOffset = ?
Next x, y
What would be the formula for getting the bitmaps file offset?
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!