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
Sales CRM and Pipeline Management Software | Pipedrive
Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
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!