schmouk / CppBMPLoader

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

fix scaling failures #59

Closed schmouk closed 4 months ago

schmouk commented 4 months ago

Some test images have proven bad implementation of colros scaling. Let's fix this.

schmouk commented 4 months ago

Fixed bug on bad bit-operation. Completed. tested.