有没有什么gem可以从png图像中读取exif数据
我正在从 iphone 上传 png 图像。我想从图像中读取 GPS 信息。我正在使用 EXIF Reader(GitHub),但它仅适用于 gif 和 tiff 格式。
任何从 png 图像读取 Exif 数据的解决方案都会很有用
I am uploading png images from iphone. I would like to read the gps information from the image. I am using EXIF Reader(GitHub) but it works only for gif and tiff format.
Any solution to read Exif data from png images will be useful
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
exiftool 支持 PNG,并且有 rubygems 包裹它:
不过,我不确定这两者之间有什么区别。
exiftool supports PNG, and there are rubygems wrapping it:
I'm not sure what the difference between these two are, though.
ChunkyPNG 支持此功能
ChunkyPNG supports this