Oct-10-2018, 10:22 AM
Hi all
What better way to get EXIF from RAW file?
What better way to get EXIF from RAW file?
EXIF from RAW
|
Oct-10-2018, 10:22 AM
Hi all
What better way to get EXIF from RAW file?
Oct-10-2018, 07:05 PM
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. |
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
|SOLVED] Glob JPGs, read EXIF, update file timestamp? | Winfried | 5 | 3,816 |
Oct-21-2021, 03:29 AM Last Post: buran |
|
Python with win32com and EXIF renaming files. | Amrcodes | 4 | 4,938 |
Apr-03-2021, 08:51 PM Last Post: DeaD_EyE |
|
piexif rewrite exif data | yawstick | 2 | 4,078 |
Oct-09-2018, 08:56 PM Last Post: yawstick |
|
Getting EXIF data from image AND video files | kahlenberg | 2 | 16,452 |
Jan-07-2018, 10:34 PM Last Post: metulburr |