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.
我正在构建一个需要将 UIImage 转换为 CGImageRef 的 Iphone 应用程序。我不知道如何做到这一点,并希望得到一些帮助。我没有处理图像的背景... :)
它就像一个对象image.CGImage在哪里一样简单。imageUIImage
image.CGImage
image
UIImage
CGImageRef cgImage = [someImage CGImage];
编写以下内容以从 UIImage 获取 CGImage:假设你有一个 UIImage 对象 ex imageObject 然后,
CGImage imageRef = imageObject.CGImage