ensure infile is likely a 24-bit uncompressed BMP 4.0 | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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)

24th Sep 2019, 10:52 PM
David
David - avatar
2 Réponses
+ 3
Martin Taylor wow this helps alot! Thank you for anwsering my questions, Martin. Really do appreciate it.
25th Sep 2019, 12:40 AM
David
David - avatar
0
Yes , great help for me also
3rd Oct 2020, 11:49 AM
mahesh balasuriya
mahesh balasuriya - avatar