EXIF.py
Python library to extract Exif data from TIFF and JPEG files
Install
- All systems
-
curl cmd.cat/EXIF.py.sh
- Debian
-
apt-get install python3-exif
- Ubuntu
-
apt-get install python3-exif
- Kali Linux
-
apt-get install python3-exif
- Fedora
-
dnf install python3-exif
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-exif
- Raspbian
-
apt-get install python3-exif
- Dockerfile
- dockerfile.run/EXIF.py
python3-exif
Python library to extract Exif data from TIFF and JPEG files
This is a Python library to extract Exif information from digital camera image files. It contains the EXIF.py script and the exifread library. This package provides the Python 3.x module.
python-exif
Python library to extract Exif data from TIFF and JPEG files
This is a Python library to extract Exif information from digital camera image files. It contains the EXIF.py script and the exifread library. This package provides the Python 2.x module.