摘要:
import piexif from PIL import Image # Read Image fname = 'Wide.JPG' img = Image.open(fname) exif_dict = {"GPS":{}} exif_dict['GPS'][piexif.GPSIFD.GPSL 阅读全文
摘要:
缺点是图片必须带有经纬度信息否者就会报错,仅限于在含有gps信息的jpg上修改图片。 import piexif from PIL import Image # Read Image fname = 'Wide.JPG' img = Image.open(fname) exif_dict = pie 阅读全文