You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use piexif for reading image metadata. This works fine, but faster (and more actively maintained) libraries may be faster and/or be able to parse manufacturer-specific maker notes.
We currently use
piexif
for reading image metadata. This works fine, but faster (and more actively maintained) libraries may be faster and/or be able to parse manufacturer-specific maker notes.Alternatives to consider include:
Todo
Exif(path: pathlib.Path)
(onlyExif(path: str)
is currently supported)BodySerialNumber
,CameraSerialNumber
, maker notes (e.g.Canon.SerialNumber
,Nikon3.SerialNumber
)LensSerialNumber
LensMake
LensModel
LensSpecification
,LensInfo
, maker notes (e.g.Canon.LensModel
,Canon.LensInfo
)Nikon3.ImageCount
)'IMG_1234.JPG'
), maker notes (e.g.Canon.FileNumber
,NikonFi.FileNumber
,NikonFi.DirectoryNumber
)GPSLatitudeRef
,GPSLatitude
,GPSLongitudeRef
,GPSLongitude
,GPSAltitudeRef
,GPSAltitude
,GPSMapDatum
GPSDateStamp
,GPSTimeStamp
The text was updated successfully, but these errors were encountered: