PHP 8.5.0 Alpha 1 available for testing

imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavifCreate a new image from file or URL

Descripción

imagecreatefromavif(string $filename): GdImage|false

imagecreatefromavif() devuelve un objeto imagen obtenido a partir del fichero filename.

Parámetros

filename

Ruta de acceso a la imagen AVIF.

Valores devueltos

Returns an image object on success, false on errors.

add a note

User Contributed Notes

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