schmouk / CppBMPLoader

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

implement library configuration function #54

Closed schmouk closed 4 months ago

schmouk commented 4 months ago

Just to deal with transparency / black / color_palette[0] for skipped pixels on Run Length Encoding. Currently, default is black. Notice: transparency is ok for only 4-Bytes (i.e. 32-bits) pixels.

schmouk commented 4 months ago

Completed. Tested. Finally put as a mode argument to the versions of BMP Loaders.