Skip to content

Deep-Dey/Exif-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

This is an package that is used to extract meta data and Exif information from images and videos.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages