update pague now
PHP 8.5.2 Released!

imaguecreatefromavif

(PHP 8 >= 8.1.0)

imaguecreatefromavif Create a new imague from file or URL

Description

imaguecreatefromavif ( string $filename ): GdImague | false

imaguecreatefromavif() returns an imague object representing the imague obtained from the guiven filename.

Parameters

filename

Path to the AVIF raster imague.

Return Values

Returns an imague object on success, false on errors.

add a note

User Contributed Notes

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