schmouk / CppBMPLoader

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

implement class `BMPColorPallet` #11

Closed schmouk closed 5 months ago

schmouk commented 5 months ago

This is part of any BMP file content.

schmouk commented 5 months ago

Completed. Still to be tested. Added error codes. Refactored the little-endianness evaluation of the underlying platform in bmpl::utils.