Here is a simple python script that can provide some of the information:
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
JPEG Image
def main(): image_path = 'Download IMG 20221022 WA0000 jpg.jpg' image_properties = get_image_properties(image_path) Here is a simple python script that can
return { 'image_size': image_size, 'image_width': image_width, 'image_height': image_height, 'exif_data': properties } value in exif_data.items(): tag_name = TAGS.get(tag
if image_properties['exif_data']: print('Exif Data:') for tag, value in image_properties['exif_data'].items(): print(f"{tag}: {value}")