Kingfisher icon indicating copy to clipboard operation
Kingfisher copied to clipboard

How to use Kingfisher to load webp animations?

Open yly6518 opened this issue 1 year ago • 14 comments

I tried using Kingfisher to load webp animations, but it didn't work. 我使用Kingfisher加载webp动态图片,但是没有效果,展示的webp并不会动。

yly6518 avatar Jun 06 '23 06:06 yly6518

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

yly6518 avatar Jun 06 '23 06:06 yly6518

The support for animated WebP is yet done in Kingfisher. Let me check it.

onevcat avatar Jun 10 '23 13:06 onevcat

When will support for animated WebP be completed? thx

ttttfix avatar Sep 13 '23 07:09 ttttfix

Any news ?

Jack25apr avatar Oct 25 '23 13:10 Jack25apr

and now?)

rmelnik7777 avatar Dec 04 '23 19:12 rmelnik7777

bump

lschaupp avatar Jan 04 '24 20:01 lschaupp

expectation

ZhouLiuSheng avatar Jan 08 '24 09:01 ZhouLiuSheng

Any updates?()

VGrokhotov avatar Feb 07 '24 12:02 VGrokhotov

Any news plz?

wjling avatar Feb 23 '24 11:02 wjling

Any news? thx

lixiaonan avatar Mar 20 '24 06:03 lixiaonan

从webp动图的加载比较来看,webp的动图是不是还是 YYWebimage比较好

ZhouLiuSheng avatar Apr 29 '24 01:04 ZhouLiuSheng

对。暂时 webp 动画的支持不在 plan list 上...如果需要 webp 动图,暂时建议使用 SDWebImage 作为替代。

onevcat avatar Apr 29 '24 11:04 onevcat