schmouk / CppBMPLoader

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

implement RGBA BMP Loader #25

Closed schmouk closed 1 month ago

schmouk commented 2 months ago

Countiguous pixels are 4 bytes long with a transparency alpha channel set to 0.

schmouk commented 1 month ago

Finally completed with #32 - templated version of BMP Loader.