Click to See Complete Forum and Search --> : Graphics


AJITH BABU
April 25th, 2001, 03:59 AM
I am a beginner and wanted to strip out the header information bytes from my bmp files. How can I do it? how many bytes I have to skip?

cksiow
April 25th, 2001, 04:58 AM
if u r talking about getting the header information for a bitmap file, maybe u can try
http://vblib.virtualave.net, there is a GetBMPHeader in the vbGraphics class which do this.

HTH