path/FastImageCache

!!Color Copied Images!!

Closed this issue · 1 comments

https://stackoverflow.com/questions/44453942/fastimagecache-on-ios-using-copied-images

As per documentation :

Color Copied Images—Sometimes the way that backing images are created means that Core Animation is forced to make a copy of the image and send it to the render server instead of just sending a pointer to the original. This option colors such images blue in the interface. Copying images is very expensive in terms of memory and CPU usage and should be avoided if possible.

Please see the image from FastCacheImage Demo project (https://i.stack.imgur.com/sGSZr.jpg)

Here all the images showing with blue overlay, mean they are copied. How to fix it?

Closing it, As on simulation it shows like this. On actual device it is proper.