Tencent / LKImageKit

A high-performance image framework, including a series of capabilities such as image views, image downloader, memory caches, disk caches, image decoders and image processors.
Other
2.08k stars 287 forks source link

If support for webp ? #10

Closed markdashi closed 6 years ago

markdashi commented 6 years ago

The kit can support for webp?

kelingjie1 commented 6 years ago

support with plugin(LKImageWepbDecoder) like LKImageSystemDecoder. It is testing and will coming soon.

MountainHill commented 6 years ago

同问

kelingjie1 commented 6 years ago

项目已经有插件支持了,测试后就开源出来

markdashi commented 6 years ago

I want to know the Kit can perfrom better than SDWebImage?

MountainHill commented 6 years ago

@kelingjie1 测试完成了吗?

kelingjie1 commented 6 years ago

Done. We use a plugin(LKImageWebPDecoder) to decode webp include animated webp. See Example