Download Img - 20221022 Wa0000 Jpg
import os from PIL import Image from PIL.ExifTags import TAGS
if exif_data: for tag, value in exif_data.items(): tag_name = TAGS.get(tag, tag) properties[tag_name] = value Download IMG 20221022 WA0000 jpg
return { 'image_size': image_size, 'image_width': image_width, 'image_height': image_height, 'exif_data': properties } import os from PIL import Image from PIL