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.
如何在不渲染 CGImage 的情况下从另一个 CIImage 复制 CIImage
CIImage *copiedImage = [originalImage copy];
正如您在文档中所读到的,CIImage符合NSCopying.
CIImage
NSCopying