I using the the new php8.1 function is imageavif but that throw error message undefined function and then print the gdinfo() but avif is not enabled so how to enable it?
Asked
Active
Viewed 438 times
1 Answers
0
You must compile PHP 8.1 GD extension (--enable-gd
) with AVIF support (--with-avif
) in the ./configure
script.

user83129
- 13
- 2
- 5