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