CGImageRef 可以視為UIKit與CoreImage之間的介接,如下所示 UIImage *image = [imageView image]; CGImageRef cgImage = image.CGImage;
確定! 回上一頁