Skip to content

Python script to extract image exif statistics in an easy to read format.

License

Notifications You must be signed in to change notification settings

JasonMillward/photography-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Photography Statistics

Python library to extract statistics in an easy to read format.

Installation

Requirements

  • python 2.7
  • exifread pip install exifread

Usage

photostats.py <EXIF Attr>... [--dir=<dir>]

Results

$ python stats.py FocalLength WhiteBalance ISOSpeedRatings --dir ./images/


EXIF ISOSpeedRatings
    100     +
    200     ++++++
    250     ++++++++
    400     +
    500     +
    1600    +
EXIF FocalLength
    18      +
    21      ++++++
    96      +
    109     +
    135     ++++++++
    163     +
EXIF WhiteBalance
    Auto    ++++++++++++++++++

About

Python script to extract image exif statistics in an easy to read format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages