fdintino / pillow-avif-plugin

A pillow plugin that adds avif support via libavif
BSD 2-Clause "Simplified" License
90 stars 13 forks source link

could not open avif file which generated by aom #47

Closed MrWuZhenQuan closed 4 months ago

MrWuZhenQuan commented 7 months ago

img_2.zip the zip include the avif image

MrWuZhenQuan commented 7 months ago

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'

fdintino commented 4 months ago

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