标签: ios objective-c core-image
如果我想将MPMediaItemArtwork图像传递给Core Image,我应该尝试使用哪种方法?我似乎无法弄清楚这一点。
MPMediaItemArtwork
我知道这是url然后我会使用:
url
CIImage *image = [CIImage imageWithContentsOfURL:myURL];
但我无法弄清楚用于MPMediaItemArtwork图像的类方法。
答案 0 :(得分:0)
正如@matt所说,initWithImage:是完美的解决方案。
initWithImage: