Skip to main content

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


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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page