0
ensure infile is likely a 24-bit uncompressed BMP 4.0
Can someone explain how this checks if its 24 bit. if (bf.bfType != 0x4d42 || bf.bfOffBits != 54 || bi.biSize != 40 || bi.biBitCount != 24 || bi.biCompression != 0)
2 Answers
+ 3
Martin Taylor wow this helps alot! Thank you for anwsering my questions, Martin. Really do appreciate it.
0
Yes , great help for me also