(PHP 7 >= 7.4.0, PHP 8)
imagecreatefromtga — Erzeugt ein neues Bild aus einer Datei oder URL
imagecreatefromtga() returns an image object representing the image obtained from the given filename.
filename
Path to the Truevision TGA image.
Gibt im Erfolgsfall eine Bildobjekt zurück, im Fehlerfall false
.