(PHP 7 >= 7.4.0, PHP 8)
imagecreatefromtga — Crea una nueva imagen a partir de un fichero o de una URL
imagecreatefromtga() returns an image object representing the image obtained from the given filename.
filename
Path to the Truevision TGA image.
En caso de éxito, devuelve un identificador de recurso de imagen, y false
en caso de error.
Versión | Descripción |
---|---|
8.0.0 | On success, this function returns a GDImage instance now; previously, a recurso was returned. |