802 * 802 * 4 = 2,572,816
Your files are less than that.
Most likely, your bitmaps are RLE encoded (a simple compression scheme which works well for large amounts of solid colour).
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953
> Bit Depth : 32
This is why
> mybmp.Save(yer);
Did you write the Save() method yourself?
Do you know how it works?
Sure, you store 800x800 pixels into the object, but that says nothing about how they're "encoded" for saving to disk.
Salem
Posting Sage
11,531 posts since Dec 2005
Reputation Points: 5,862
Solved Threads: 953