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