Python Forum

Full Version: EXIF from RAW
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all

What better way to get EXIF from RAW file?
pillow (https://pillow.readthedocs.io/en/5.3.x/index.html) has exif data as an attribute of an Image object, if it knows how to read the file format.

There's also exifread (https://github.com/ianare/exif-py).

But RAW might not have that data. exif isn't part of any standard, and a couple camera manufacturers kind of hack the data in there so if you convert to a jpeg the data is maybe still available.