如何修改iPhone上UIImage的像素数据?
我想逐个像素地修改 UIImage。
我在这里和其他地方找到了一些关于将图像数据作为 char* 指针访问的帖子。 我的想法是我想修改这些数据,然后根据我的像素数据创建一个新的 UIImage。 以前有人这样做过吗?
I want to modify a UIImage on a pixel-by-pixel basis.
I've found a couple of posts here and elsewhere about accessing the image data as a char* pointer. My twist is that I want to modify this data and then create a new UIImage based on my pixel data. Anyone done this before?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许这可以帮助您: http://developer.apple.com/ iphone/library/qa/qa2007/qa1509.html
ps。 如果您想查看该页面,您需要登录 iPhone 开发者页面:)
Perhaps this can help you: http://developer.apple.com/iphone/library/qa/qa2007/qa1509.html
ps. you need tho login to the iphone developer page, if you want to reed the page :)