图像的像素数据
可能的重复:
如何获取像素来自 UIImage (Cocoa Touch) 或 CGImage (Core Graphics) 的数据?
我想以数组形式获取 UIImage
的像素值。我真的在寻找像 getallPixel(theImage)
这样的预定义函数。我怎样才能弄清楚这一点?任何帮助表示赞赏。
Possible Duplicate:
How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)?
I want to get a UIImage
's pixel values as an array. I am really searching for a predefined function like getallPixel(theImage)
. How can I figure this out? Any help is appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看SO帖子
如何从 UIImage (Cocoa Touch) 或 CGImage (Core Graphics) 获取像素数据?
这是关于图像操作检索和更新
UIImage
像素值的博客文章http://brandontreb.com/image-manipulation -检索和更新uiimage的像素值/
Check the SO post
How to get pixel data from a UIImage (Cocoa Touch) or CGImage (Core Graphics)?
Here is the blog post for image manipulation retrieving and updating pixel values for a
UIImage
http://brandontreb.com/image-manipulation-retrieving-and-updating-pixel-values-for-a-uiimage/