标签: iphone ruby exif
我正在从iphone上传png图片。我想从图像中读取gps信息。我使用的是EXIF Reader(GitHub),但它仅适用于gif和tiff格式。
从png图像中读取Exif数据的任何解决方案都很有用
答案 0 :(得分:3)
exiftool支持PNG,还有rubygems包装它:
我不确定这两者之间有什么区别。
答案 1 :(得分:0)
ChunkyPNG(https://github.com/wvanbergen/chunky_png)支持此
img = ChunkyPNG::Image.from_file('image.png') p img.metadata