为什么我的_getexif()返回None?

时间:2017-10-30 18:27:48

标签: python python-imaging-library exif nonetype

我有以下Python脚本:

from PIL import Image
from PIL.ExifTags import TAGS

img = Image.open('/path/1.jpg')
info = img._getexif()
print info

为什么info作为None返回,虽然我确保已img已被阅读?

感谢。

1 个答案:

答案 0 :(得分:2)

我认为这个问题是因为我正在阅读的图像似乎没有首先使用exif数据,而不是使用手机相机拍摄的图像,我正在阅读的图像显然没有'吨。