Encode an image to the Targa format.
List<int> encodeTga(Image image) => TgaEncoder().encodeImage(image);