Wei Wang

Results 259 comments of Wei Wang

It seems that a certain image conversion with alpha channel fails inside Apple's Accelerate framework when processing the image. Do you know some more information about it? For example the...

Do not have much idea of what is going on. I noticed that the log gives an incorrect file/line number: > DownsamplingImageProcessor.process(item:options:) + 198 (Image.swift:198) This method should not be...

The `NSAllocateMemoryPages` usually indicates lack of memory. If your app is consuming a lot of memory, I suggest you can try to lower down the available memory of Kingfisher, which...

Can I know the image you are trying to load? The progressive JPEG option will not work if your image is saved as a Baseline JPEG (the normal/default format). It...

Oh. I ignored your context. Yes, maybe it is not working in SwiftUI. Due to the platform limitation, currently not all options are available for `KFImage`. Let me check soon.

Thanks for reporting. I'd check and try to fix it in the next release version!

- `.cacheMemoryOnly` means Kingfisher will skip caching the image to disk. - `.fromMemoryCacheOrRefresh` means Kingfisher will try to find an image from memory cache first. If not matched, it will...

Hi, Yes, I can understand your confusion. But as I mentioned, there are [some limitations](https://github.com/onevcat/Kingfisher/wiki/Cheat-Sheet#set-limit-for-cache) on the memory cache. If these conditions are met, the underlying `NSCache` will purge the...

> As I was getting redownload behaviour pretty early after downloading 20-50 images each of around 50-200 KB in size, maybe using a custom cache with more memory space, would...

@kjt0429 Thanks for the report. Is there any more information like crash stack or screenshot? It would help us to track and know the crash better.