Decode a Targa formatted image.
Image? decodeTga(List<int> bytes) => TgaDecoder().decodeImage(bytes);