iphone - UIImagePicker 覆盖照片中的地理标记 - 在 os4 中修复?
据我了解,目前如果您使用 UIImagePicker 来抓取照片,它会传回一个不包含任何地理标记信息的 UIImage 对象。我想知道是否已确认在 OS 4 中此问题已修复?或者有什么建议可以去哪里查看这个问题是否已修复吗?
谢谢,马克
It is my understanding that currently if you use UIImagePicker to grab a photo, it passes back back a UIImage object which doesn't include any of the geotagging information. I was wondering if it's confirmed that in OS 4 this is fixed? Or any suggestions on where to go look to see if this is fixed?
Thanks, Mark
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现一个名为 PixelPipe 的应用程序保留了地理标记信息。尝试一下。如果原生 Flickr 应用程序支持地理标记保留,我想使用它。
I found an app call PixelPipe that retains the geotag information. Give that a try. I'd like to use the native Flickr app if it supported geotag retention.
新的较低级别 AVFoundation 调用提供了获取元数据和图像数据的方法。
The new lower level AVFoundation calls provide means to get metadata along with image data.