Extract Exif data from image files
Project description
Exif-extractor
This is an package that is used to extract meta data and Exif information from images. This package is published in PyPI as named Exif-extractor.
Installing
pip install Exif-extractor
Usage
get_exif_for_file() takes an image as argument and return meta information as dictionary
get_exif() takes list of images as argument and return meta information as list
>>> import Exif
>>> imagename = "image.jpg"
>>> Exif.get_exif_for_file(imagename)
>>> Exif.get_exif(imagename)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Exif-python-1.0.4.tar.gz
(4.6 kB
view details)
File details
Details for the file Exif-python-1.0.4.tar.gz.
File metadata
- Download URL: Exif-python-1.0.4.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e004824f28ef5721e4aad77854ba2a87c24dc37487c2807b864ff349a6690394
|
|
| MD5 |
07c141b338f2d07fe2007f36ad540a14
|
|
| BLAKE2b-256 |
07a71fc39a237ab8e66594ebf8ec2cfb4a32b78140df4b7e6a2f68a05b46b5f6
|