我有以下Python
脚本:
from PIL import Image
from PIL.ExifTags import TAGS
img = Image.open('/path/1.jpg')
info = img._getexif()
print info
为什么info
作为None
返回,虽然我确保已img
已被阅读?
感谢。
答案 0 :(得分:2)
我认为这个问题是因为我正在阅读的图像似乎没有首先使用exif数据,而不是使用手机相机拍摄的图像,我正在阅读的图像显然没有'吨。