我如何为 glReadPixels 选择 UIImage?
我有一个包含 50 张图像的视图。图像可能会重叠。我想(例如)选择图像编号 33 并找到像素颜色。我该怎么做? PS我使用glReadPixels。
I have a view with 50 images. Images may overlap. I want (for example) select image number 33 and find pixel color. How can i do this ?
PS i use glReadPixels.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除非您想首先将图像应用为纹理来消磨时间,否则您不会使用 glReadPixels。您可以直接从 UIImage 执行此操作:
Unless you want to kill time applying the image as a texture first, you wouldn't use glReadPixels. You can do this directly from the UIImage instead: