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?
Printable View
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?
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