Create a new image from file or URL
$filename
imagecreatefromtga returns an image object representing the image obtained from the given filename.
filename
Path to the Truevision TGA image.
Returns an image object on success, false on errors.
false