Img 20221022 Wa0000 Jpg - Download
def main(): image_path = 'Download IMG 20221022 WA0000 jpg.jpg' image_properties = get_image_properties(image_path)
import os from PIL import Image from PIL.ExifTags import TAGS
[Insert file size]
if __name__ == "__main__": main()
properties = {}
def get_image_properties(image_path): image = Image.open(image_path) exif_data = image._getexif()
Download IMG 20221022 WA0000 jpg
Here is a simple python script that can provide some of the information: