Skip to content

PicciMario/EXIF-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PicciMario EXIF analyzer v. 0.1

[email protected]

This command line tool is a wrapper of the text-only utility exiv2. Analyzes a JPG picture and creates a forensically sound PDF report with informations about the file (as told by the filesystem) and about the image itself via its EXIF/IPTC/XMP tags.

Special features:

  • If GPS data are found in the EXIF tags, the report will contain a map of the location and an approximate reverse geocoding of the coordinates into their location name. Everything thanks to OpenStreetMap.org.

  • If thumbnails are embedded in the original file, these will be extracted, analyzed and included in the report.

Usage:

./exif2reporter.py -f inputfile

Other options:

-o reportname (default: report.pdf)

Requires:

  • Tested on Python 2.6 on Linux and Mac Os X.

  • Python Imaging Library (PIL). For Mac Os download from here. For Linux you should do something like:

    sudo apt-get install python-imaging python-imaging-tk

  • ReportLab Toolkit (open source version). You can download it here.

  • The command line utility exiv2 must be present on your computer. You can download and install it from here.

About

EXIF data viewer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages