schmouk / CppBMPLoader

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

fix decoding error on image `q/rgb16-4444.bmp` #64

Closed schmouk closed 1 month ago

schmouk commented 1 month ago

This file is a BMP format version 5. Fixing the test on headers versions fixed this issue.