schmouk / CppBMPLoader

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

implement masked 16- and 32- bits decoding #39

Closed schmouk closed 1 month ago

schmouk commented 2 months ago

This is NT and Windows 4.x encoding mode for Bitmaps.

schmouk commented 1 month ago

Completed. Still to be tested.