imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavif新しい画像をファイルあるいは URL から作成する

説明

imagecreatefromavif(string $filename): GdImage|false

imagecreatefromavif() は、 指定されたファイルから取得した画像を表す、 画像オブジェクトを返します。

パラメータ

filename

AVIF ラスタ画像へのパス。

戻り値

成功した場合に画像オブジェクト、エラー時に false を返します。

add a note

User Contributed Notes

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