pillow-avif-plugin icon indicating copy to clipboard operation
pillow-avif-plugin copied to clipboard

could not open avif file which generated by aom

Open MrWuZhenQuan opened this issue 10 months ago • 1 comments

img_2.zip the zip include the avif image

MrWuZhenQuan avatar Apr 08 '24 07:04 MrWuZhenQuan

the error msg is

File "D:\anaconda3\lib\site-packages\PIL\Image.py", line 3339, in open raise UnidentifiedImageError(msg) PIL.UnidentifiedImageError: cannot identify image file 'G:\image-quality\avif\img_2.avif'

MrWuZhenQuan avatar Apr 08 '24 07:04 MrWuZhenQuan

This was fixed with the merge of #57, which was just uploaded to pypi in the 1.4.4 release.

fdintino avatar Jul 09 '24 01:07 fdintino