schmouk / CppBMPLoader

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

test cpp14 #20

Closed schmouk closed 4 months ago

schmouk commented 5 months ago

Let's test the implemented code with standard c++14

schmouk commented 4 months ago

This test will be finally done on the BMP test suite, since it has already been completed with our own BMP test image.

schmouk commented 4 months ago

Completed. Fixed missing tests in code.