-
Notifications
You must be signed in to change notification settings - Fork 7.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AVIF image errors #13919
Comments
This is because the Windows builds ship an older version of libavif which does not work with these files. |
There is different error on Debian (Docker php:8.3-apache). Updated on the post. |
The notice is non-fatal. |
winlibs/libavif#3 would fix this issue. |
Description
The following code:
Resulted in this output:
There are different errors.
If you downloaded image from https://github.com/AOMediaCodec/av1-avif/tree/master/testFiles/Apple/multilayer_examples where file name is animals_00_multilayer_a1lx.avif
The result on Windows will be:
The result on Linux will be:
If you downloaded image file name animals_00_multilayer_grid_a1lx.avif
The result on Windows will be:
The result on Linux will be:
If you downloaded image file name animals_00_singlelayer.avif
The result on Windows will be:
The result on Linux will be:
But I expected this output instead:
\GdImage
PHP Version
PHP 8.3.1, PHP 8.3.4
Operating System
Windows 11 x64, Debian (based on Docker php:8.3-apache).
The text was updated successfully, but these errors were encountered: