schmouk / CppBMPLoader

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

implement RGB bitmap loading #35

Closed schmouk closed 1 month ago

schmouk commented 2 months ago

Current code only implements BGR loading per default, whatever the type of color expected as resulting image.

schmouk commented 1 month ago

Completed via #39 completion. Still to be tested.