Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PDFページをバックグラウンドスレッドの画像にレンダリングしようとしていますが、使用しないpdfContext / contextから画像を生成するスレッドセーフな方法はありますか?
UIGraphicsGetImageFromCurrentImageContext
AFAIK(ほぼ)すべてのCore Graphics呼び出しは、画面に描画したり、複数のスレッド間でリソース(グラフィックスコンテキストなど)を共有したりしない限り、バックグラウンドスレッドで安全に使用できるはずです。