decodeExr function
Decode an OpenEXR formatted image, tone-mapped using the
given exposure
to a low-dynamic-range Image.
Implementation
Image? decodeExr(List<int> bytes, {double exposure = 1.0}) =>
ExrDecoder(exposure: exposure).decodeImage(bytes);