Python library to extract EXIF data from tiff and jpeg files.
Very easy to use - $ ./EXIF.py image.jpg.
Originally written by Gene Cash / Thierry Bousch.
Fork of https://sourceforge.net/projects/exif-py/
Ported to Python 3 by Kayo.
License
BSD LicenseFollow EXIF.py Python3 port
Other Useful Business Software
Get Avast Free Antivirus with 24/7 AI-powered online scam detection
Award-winning antivirus protection, as well as protection against online scams, dangerous Wi-Fi connections, hacked accounts, and ransomware. It includes Avast Assistant, your built-in AI partner, which gives you help with suspicious online messages, offers, and more.
Rate This Project
Login To Rate This Project
User Reviews
-
I really need to decode GPS data, so that I can search my image-library by location. The EXIF.py source file says "# GPS tags (not used yet, haven't seen camera with GPS)". Smart phones have been storing GPS data in images for quite a while. Any new plans ?
-
EXIF.py now supports python3, see its Github page...
-
Awsome! It helped me! It runs well on qpython3 which is a python3 env runs on android. Thank you!