如何从ALAsset获取exif信息?
我需要从所选资产中获取 exif 信息并将其部分显示在屏幕上。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我需要从所选资产中获取 exif 信息并将其部分显示在屏幕上。
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
返回给定资产表示的元数据字典的字典。查看此字典中是否有您感兴趣的数据。我不确定,但我认为该字典(和子字典)中的键与 CGImageProperties 参考。
returns a dictionary of dictionaries of metadata for the given asset representation. Check out this dictionary for the data you're interested in. I am not sure but I think the keys in that dictionary (and subdictionaries) are the same as the ones listed under CGImageProperties Reference.
这是一个完整的答案......全部集中在一个
输出中:
This is a complete answer ... all in one spot
output: