Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
EXIF from RAW
#1
Hi all

What better way to get EXIF from RAW file?
Reply
#2
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.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  |SOLVED] Glob JPGs, read EXIF, update file timestamp? Winfried 5 2,411 Oct-21-2021, 03:29 AM
Last Post: buran
  Python with win32com and EXIF renaming files. Amrcodes 4 3,596 Apr-03-2021, 08:51 PM
Last Post: DeaD_EyE
  piexif rewrite exif data yawstick 2 3,272 Oct-09-2018, 08:56 PM
Last Post: yawstick
  Getting EXIF data from image AND video files kahlenberg 2 14,680 Jan-07-2018, 10:34 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020