ianare / exif-py

Easy to use Python module to extract Exif metadata from digital image files.
BSD 3-Clause "New" or "Revised" License
833 stars 191 forks source link

Does stop_tag=`EXIF DateTimeOriginal` work? #56

Open rjt opened 9 years ago

rjt commented 9 years ago

i have tried many variations of

tags = exifread.process_file(f, stop_tag=EXIF DateTimeOriginal) but tags.items() is always empty.

There are tags, when stop_tag parameter is omitted, it returns everything, including 'EXIF DateTimeOriginal'.

rjt commented 8 years ago

Anyone?

EtiennePelletier commented 3 years ago

This section of the README explains using stop_tag='DateTimeOriginal' works.