DreamPiggy

Results 295 comments of DreamPiggy

Yes...The performance issue is mainly because of aom project. I use another AVIF library in [libheif](https://github.com/strukturag/libheif/tree/avif) avif branch. And use the same aom commit to test. It looks like their...

> I want to use SDWebImagePrefetcher download some files, preload and cache > but in the SDWebImageDownloaderOperation, the data must is ImageData @huangboju You mean, you want to download something...

Actually, I think using NSURLSession directlly is not hard as our API...

Seems a feature request which will effect the API (Because now, the completion block does not contains `Image`, maybe we can make it a protocol to callback anything). Marked as...

For temp workaround, you can use [Custom Download Operation](https://github.com/SDWebImage/SDWebImage/wiki/Advanced-Usage#custom-download-operation-40), to override the `URLSession:task:didCompleteWithError:` method.

This is the draft proposal. I need some SDWebImage's Swift user about the design and idea for this. You can leave comment here about this. The SDWebImage 6.0 development is...

We can learn more from Facebook iOS SDK what they do: https://github.com/facebook/facebook-ios-sdk It create a separate Swift Module(target) for Swift user, new naming and Swift Helper code. I think, SDWebImage...

Yes. I think it does not help so much if we rewrite SD with Swift. None of the things changed in performance if you're a SDWebImage users. Only change the...

If someone agree that it's hard to maintain such 3 types of combination is a good way out. We can simply to remove the support for type 2 user. All...

> Or is it better to keep the ones we have and just add that extra framework SwiftWebImage on top of what we have? I'm not sure at this point....