decodeExr function

Image? decodeExr(
  1. Uint8List bytes
)

Decode an OpenEXR formatted image. EXR is a high dynamic range format.

Implementation

Image? decodeExr(Uint8List bytes) => ExrDecoder().decode(bytes);