Decode a TIFF formatted image.
Image? decodeTiff(List<int> bytes) => TiffDecoder().decodeImage(bytes);