Wei Wang
Wei Wang
A new version 7.5.0 was released in which this new modifier is contained. I am closing this for now and if Apple can fix it one day I will append...
I can confirm that this issue has been fixed by Apple in Xcode 14.3 (now still in beta) and iOS 16.4. Since that, I will try to add some version...
From the crash log, it is an out-of-memory. As you set the memory limitation, Kingfisher will ensure the **accumulated** cache in memory not beyond the set value (here, 100MB as...
The support for animated WebP is yet done in Kingfisher. Let me check it.
对。暂时 webp 动画的支持不在 plan list 上...如果需要 webp 动图,暂时建议使用 SDWebImage 作为替代。
Hi, As I tried, it seems that the default image processor is already supporting AVIF with UIImageView extension, so I guess you can just give the URL of an AVIF...
> thanks for the quick reply! You're right, it works fine in most cases. I forgot to mention, that it doesn't works on iOS 15. I've checked on iPhone 13...
Thanks for reporting this. Is there any way to reproduce it stably? It is possibly an out-of-memory issue when you were trying to handle a big image. If you are...
暂时没有对应的方法,不过好像还挺容易加一个的。我试试看。 不过想要做的比较漂亮的话可能需要引入一些 breaking change。就算要加也是要下一个 major release (v8) 了。
@ElrB Sorry for the late reply. I don't think there is a "certain duration that `LocalFileImageDataProvider` works"...Regardless of a local data provider or a remote URL data fetching, both are...