Decode a GIF formatted image (first frame for animations).
Image? decodeGif(List<int> bytes) => GifDecoder().decodeImage(bytes);