Piasy / BigImageViewer

Big image viewer supporting pan and zoom, with very little memory usage and full featured image loading choices. Powered by Subsampling Scale Image View, Fresco, Glide, and Picasso. Even with gif and webp support! 🍻
MIT License
3.98k stars 400 forks source link

求支持avif格式图片 #247

Open 1045290202 opened 10 months ago

1045290202 commented 10 months ago

可以支持一下avif格式的图片吗,可以参考一下 https://bumptech.github.io/glide/int/avif.html

Piasy commented 10 months ago

欢迎 pull request

On Fri, Oct 27, 2023 at 17:53 来一斤BUG @.***> wrote:

可以支持一下avif格式的图片吗,可以参考一下 https://bumptech.github.io/glide/int/avif.html

— Reply to this email directly, view it on GitHub https://github.com/Piasy/BigImageViewer/issues/247, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXUQUCBXEAZNWTC4QOOKD3YBOADNAVCNFSM6AAAAAA6SRVCEOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DKMJWHE3DEOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

1045290202 commented 10 months ago

欢迎 pull request On Fri, Oct 27, 2023 at 17:53 来一斤BUG @.> wrote: 可以支持一下avif格式的图片吗,可以参考一下 https://bumptech.github.io/glide/int/avif.html — Reply to this email directly, view it on GitHub <#247>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAXUQUCBXEAZNWTC4QOOKD3YBOADNAVCNFSM6AAAAAA6SRVCEOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE3DKMJWHE3DEOA . You are receiving this because you are subscribed to this thread.Message ID: @.>

我现在的解决办法是先用glide解码,然后写入缓存,最后用showImage显示出来了