CGBitmapContextCreate是线程安全的!

https://forums.developer.apple.com/thread/29031

  • Core Graphics is thread safe on a context-by-context basis, and you’re creating your own context to work in
  • UIImage is thread safe on modern systems (iOS 4 and later IIRC), making it 

评论

此博客中的热门博文

viewWillAppear不执行的解决办法

iOS中使用xpc/xpc.h

图片旋转时的边缘抗锯齿的三种方法以及性能