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
Powering the best of the internet | Fastly
Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
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!