You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eightyeightthirtyone currently does not scrape/save AVIF 88x31 images.
This could be fixed by bumping the version of image-rs to the latest version (0.25.2 at the time of writing) and adding the "avif-native" feature.1
Alternatively it seems that enabling the "avif-decoder" feature on 0.24.8 might work as well.2
eightyeightthirtyone currently does not scrape/save AVIF 88x31 images.
This could be fixed by bumping the version of image-rs to the latest version (0.25.2 at the time of writing) and adding the "avif-native" feature.1
Alternatively it seems that enabling the "avif-decoder" feature on 0.24.8 might work as well.2
1 https://docs.rs/image/latest/image/codecs/index.html
2 https://docs.rs/image/0.24.8/image/codecs/avif/struct.AvifDecoder.html
The text was updated successfully, but these errors were encountered: