fthaler / rawhdr

A simple HDR image merger that converts multiple RAW files into a single HDR image.
https://fthaler.github.io/rawhdr
Other
30 stars 1 forks source link

Fix range error #4

Closed nullus closed 1 year ago

nullus commented 1 year ago

Conversion currently produces output [0, 1), but range should be inclusive [0, 1]