readTga function

Image? readTga(
  1. List<int> bytes
)

Renamed to decodeTga, left for backward compatibility.

Implementation

Image? readTga(List<int> bytes) => decodeTga(bytes);