이미지 처리 및 GD imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavif — 파일 또는 URL에서 새 이미지 만들기


설명

imagecreatefromavif(string $filename): GdImage|false

imagecreatefromavif()는 주어진 파일 이름에서 얻은 이미지를 나타내는 이미지 객체를 반환합니다.


매개변수

filename
AVIF 래스터 이미지의 경로입니다.

반환 값

성공하면 이미지 개체를 반환하고 오류에는 false를 반환합니다.