imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavifErzeugt ein neues Bild aus einer Datei oder URL

Beschreibung

imagecreatefromavif(string $filename): GdImage|false

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.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top