HdrImage? decodeFrameHdr(int frame) { if (info == null) { return null; } return info!.images[frame].decodeHdr(_input); }