标签: objective-c cocoa-touch ios uiimage pixels
可能重复: How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)?
我希望将UIImage的像素值作为数组。我正在寻找像getallPixel(theImage)这样的预定义函数。我怎么能搞清楚这一点?任何帮助表示赞赏。
UIImage
getallPixel(theImage)
答案 0 :(得分:2)
检查SO帖子
How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)?
以下是图片处理检索和更新UIImage
http://brandontreb.com/image-manipulation-retrieving-and-updating-pixel-values-for-a-uiimage/