Thread: bmp file
View Single Post
Old 05-31-2005, 08:45 AM   #2 (permalink)
QUantumAnenome
Code Monkey
 
Join Date: Mar 2005
Posts: 55
QUantumAnenome is on a distinguished road
Send a message via Yahoo to QUantumAnenome
For BMPs, the width pixel data must be padded to a multiple of 4 pixels (not bytes!).
For 201 x 201, keep the headers as such, but pad the pixel data to be 204 x 204.
QUantumAnenome is offline   Reply With Quote