Join 149,958 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,348 people online right now. Registration is fast and FREE... Join Now!
How could we implement the code if I want to read a grayscale image file into two dimensional byte array? A grayscale image is single band image and each pixel has a value between 0 and 255. Lets say my binary file has 20 rows and 10 columns (that is it is made of a total of 200 pixels).