schmouk / CppBMPLoader

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

create classes for each bitmap type #56

Closed schmouk closed 1 month ago

schmouk commented 1 month ago

1-, 4-, 8-, 16-, 24- and 32- bits per pixel bitmaps. Create them into a dedicated directory bitmaps. Will be a copy of code already coded in BMPLoader classes. Will eventually lead to the refactoring of BMPLoader classes.

schmouk commented 1 month ago

Completed. Tested.