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