schmouk / CppBMPLoader

An exhaustive BMP Loader, MIT-licensed, implemented for c11 and c20
MIT License
0 stars 0 forks source link

implement class `BMPInfo` #18

Closed schmouk closed 2 months ago

schmouk commented 2 months ago

Loads the BMPInfoHeader and the BMPColorPallet (if present) structures

schmouk commented 2 months ago

Completed. Still to be tested. Enhanced code of BMPInfoHeader and BMPColorPallett.

schmouk commented 2 months ago

Added loading of the BMPInfo structure in the code of the BMP Loader.