Open yly6518 opened 1 year ago
private lazy var imageView = AnimatedImageView()
let urlString = "some webp url"
let url = URL(string: urlString)
imageView.kf.setImage(with: url)
This is my code. 这是我的代码。 Developed on ios 14.0. 开发版本基于iOS 14.0
The support for animated WebP is yet done in Kingfisher. Let me check it.
When will support for animated WebP be completed? thx
Any news ?
and now?)
bump
expectation
Any updates?()
Any news plz?
Any news? thx
从webp动图的加载比较来看,webp的动图是不是还是 YYWebimage比较好
对。暂时 webp 动画的支持不在 plan list 上...如果需要 webp 动图,暂时建议使用 SDWebImage 作为替代。
我们的项目是纯Swift项目,因为要支持webp动图被迫从Kingfisher切到SDWebImage。 Kingfisher支持了livephoto的效果,很迫切地准备再接入Kingfisher。 如果Kingfisher支持webp动图,我们就直接全部替换Kingfisher了 😄
自己动手撸一个吧
I tried using Kingfisher to load webp animations, but it didn't work. 我使用Kingfisher加载webp动态图片,但是没有效果,展示的webp并不会动。