Python obtains EXIF information of pictures through PIL module

From , 4 Years ago, written in Python, viewed 50 times.
URL https://pastebin.vip/view/ba500f04
  1. from PIL import Image
  2. #code from http://www.sharejs.com
  3. img = Image.open('img.jpg')
  4. exif_data = img._getexif()
  5.  
  6.  

Reply to "Python obtains EXIF information of pictures through PIL module"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website