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
nel_h2
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!