about offloading image decoding to a secondary thread. Is imageWithData thread safe? thanks
Conversation
Yes. But that only offloads *deserialization*. Decoding happens lazily when the transaction using the image commits.
2
3
(but you can decode the image on a bg thread by drawing the image into a CGContext b4 use, or using ImageIO API)
1
5
Replying to
Replying to
* stuttery scrolling
* out of memory crashes
* insanely complex code
Pick at least two ¯\_(ツ)_/¯
2
8
27
1



