When trying to guess image format from raw data this library fail to recognize some AVIF (mainly those generated by this library)
Expected
Following image shoud have its type guessed thanks to the magic bytes
image.zip
Actual behaviour
unknown format error
Reproduction steps
Create an image reader with the content of the image in the zip and try to guess the format
Proposed fix: #2408
When trying to guess image format from raw data this library fail to recognize some AVIF (mainly those generated by this library)
Expected
Following image shoud have its type guessed thanks to the magic bytes
image.zip
Actual behaviour
unknown format error
Reproduction steps
Create an image reader with the content of the image in the zip and try to guess the format
Proposed fix: #2408