Converting a bitmap to an array of pixels
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
I have a question that may or may not be difficult to answer... I've never done anything like this before. Could anyone provide me with information about how I could use visual basic 6 (not .net) to convert a bitmap image to a 2D array of pixels? I've found a reference page on the format of a BMP file, but it's not as detailed as I would hope... and when I try to use file input from the BMP file, I just come up with mostly null strings instead of usable bytes.