C++ 2d array to bitmap - CodeProject - CodeProject - For those who code
Hello, I have a question regrading about converting int into bmp. my objective is to convert the int into a greyscale bmp so i set Red blue green into the same value. however because the value of 2d array is int array_ptr[1000][1536];(1536 col x 1000rows)...