Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想逐个像素地修改 UIImage 。
我在这里和其他地方发现了一些关于将图像数据作为 char* 指针访问的帖子。我的转折是我想修改这些数据,然后根据我的像素数据创建一个新的 UIImage。以前有人做过吗?
也许这可以帮助你:http: //developer.apple.com/iphone/library/qa/qa2007/qa1509.html
附言。如果你想重新打开页面,你需要登录到 iphone 开发者页面 :)