标签: objective-c c quartz-2d core-foundation
为什么(__bridge CGImageRef)(self.theCanvas.imageData)会给我这个错误?
(__bridge CGImageRef)(self.theCanvas.imageData)
不兼容的类型将'CGImageRef'(又名'struct CGImage *)转换为 带有__bridge演员的'CGImageRef'
请注意,self.theCanvas.imageData是一个CGImageRef。