schmouk / CppBMPLoader

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

implement high dynamic range values (i.e. 64-bits per pixel) #65

Closed schmouk closed 1 month ago

schmouk commented 1 month ago

It appears that this format is used by some Windows dedicated software.

schmouk commented 1 month ago

Completed. Tested. Notice : HDR seems to be coded on 13 bits.