How can I get the raw exif data from the image file in the format like the following?: ``` { 271: "Apple", 272: "iPhone XS", 274: 1, 282: 72, 283: 72, … } ``` Is that possible?