标签: iphone
有人可以帮助我解决上述问题。
答案 0 :(得分:1)
如果您想从相机捕获图像并将其发送到Web服务,则可以复制此SO问题。 Sending the iphone camera captured images to the web service and getting response?
并获取UIImage的RGB尝试此链接
UIImage
IPHONE: How do I extract the RGB channels of a UIIMage?