Thursday, May 29, 2008

Bitmap Loading 1

After hours of aggravation with the Bitmap file format l thought discussing it might be helpful. Perhaps tho most confusing part is the extra bytes added on the end of each Line. The width of each line must be divisible by 4. Also the image is flipped vertically, but not horizontally. I think each rgb value is reversed. check out the source for implementation details.

No comments: