有没有什么gem可以从png图像中读取exif数据

发布于 2024-12-11 10:50:47 字数 131 浏览 0 评论 0原文

我正在从 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

橪书 2024-12-18 10:50:47

exiftool 支持 PNG,并且有 ruby​​gems 包裹它:

不过,我不确定这两者之间有什么区别。

exiftool supports PNG, and there are rubygems wrapping it:

I'm not sure what the difference between these two are, though.

难得心□动 2024-12-18 10:50:47

ChunkyPNG 支持此功能

img = ChunkyPNG::Image.from_file('image.png')
p img.metadata

ChunkyPNG supports this

img = ChunkyPNG::Image.from_file('image.png')
p img.metadata
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文