Well, I'm a newbie in C++, and it's been two days since I'm looking for examples, explanations, I try different libraries, but I can not do it, so I just ask for help.
I have a picture in .bmp, I know the height and length, I would like to use in my program as a 2D array.
So I found this code, but it does not work. The problem is that my image is 64 bpp, although visually monochrome.
I have read the documentation, but I do not understand, due to my poor skills in C++ and everything related to the low-level programming.
Do you think it is possible to adapt the previous code for bmp image of 64 bits per pixel?