SourceForge.net Logo

exifstats


Download
  Welcome to... exifstats -- a command line tool for gathering and displaying data about how your photos were taken. Such data may include the shutter speed, focal length and aperture and much more, and is stored in the image files according to the EXIF standard. The program works by parsing the EXIF data stored in each file in a directory and its sub directories. When all files have been parsed, it prints the results.
  Supported platforms: Windows and Linux variants.
  License: GNU General Public License
  Usage: Change directory to where your images are, and type: exifstats
  Advanced usage: A number of arguments are available to modify the behaviour of the program:
exifstats [-e <semi-colon separated list of extensions to scan for> -c -g <EXIF name to group output by> -n <Number of values to print>] -floatStat <EXIF name and Caption separated by a semi-colon> -stringStat <EXIF name and Caption separated by a semi-colon>
Look for files in a specific directory:-d<path of directory in which to look for files>
Only include files with sepcific extensions:-e<semi-colon separated list of extensions to scan for>
Do not recurse (current directory only):-c
Group output by EXIF value:-g<EXIF name to group output by>
Print n entries for each EXIF value:-n<Number of values to print>]
Include specific float EXIF value in output:-floatStat<EXIF name and Caption separated by a semi-colon>
Include specific string EXIF value in output:-stringStat<EXIF name and Caption separated by a semi-colon>
EXIF entities are specified using the convention of the exiv2 library. A complete list can be retrieved from http://home.arcor.de/ahuggel/exiv2/. Here are some examples:
Exif.Image.ImageWidth
Exif.Image.ImageLength
Exif.Image.BitsPerSample
Exif.Image.Compression
Exif.Image.PhotometricInterpretation
Exif.Image.ImageDescription
Exif.Image.Make
Exif.Image.Model
Exif.Image.StripOffsets
Exif.Image.Orientation
Exif.Image.SamplesPerPixel
Exif.Image.RowsPerStrip
Exif.Image.StripByteCounts
Exif.Image.XResolution
Exif.Image.YResolution
Exif.Image.PlanarConfiguration
Exif.Image.ResolutionUnit
Exif.Image.TransferFunction
Exif.Image.Software
Exif.Image.DateTime
Exif.Image.Artist
Exif.Image.WhitePoint
Exif.Image.PrimaryChromaticities
Exif.Image.JPEGInterchangeFormat
Exif.Image.JPEGInterchangeFormatLength
Exif.Image.YCbCrCoefficients
Exif.Image.YCbCrSubSampling
Exif.Image.YCbCrPositioning
Exif.Image.ReferenceBlackWhite
Exif.Image.Copyright
Exif.Image.ExifTag
Exif.Image.GPSTag
Exif.Photo.ExposureTime
Exif.Photo.FNumber
Exif.Photo.ExposureProgram
Exif.Photo.SpectralSensitivity
Exif.Photo.ISOSpeedRatings
Exif.Photo.OECF
Exif.Photo.ExifVersion
Exif.Photo.DateTimeOriginal
Exif.Photo.DateTimeDigitized
Exif.Photo.ComponentsConfiguration
Exif.Photo.CompressedBitsPerPixel
Exif.Photo.ShutterSpeedValue
Exif.Photo.ApertureValue
Exif.Photo.BrightnessValue
Exif.Photo.ExposureBiasValue
Exif.Photo.MaxApertureValue
Exif.Photo.SubjectDistance
Exif.Photo.MeteringMode
Exif.Photo.LightSource
Exif.Photo.Flash
Exif.Photo.FocalLength
Exif.Photo.SubjectArea
Exif.Photo.MakerNote
Exif.Photo.UserComment
Exif.Photo.SubSecTime
Exif.Photo.SubSecTimeOriginal
Exif.Photo.SubSecTimeDigitized
Exif.Photo.FlashpixVersion
Exif.Photo.ColorSpace
Exif.Photo.PixelXDimension
Exif.Photo.PixelYDimension
Exif.Photo.RelatedSoundFile
Exif.Photo.InteroperabilityTag
Exif.Photo.FlashEnergy
Exif.Photo.SpatialFrequencyResponse
Exif.Photo.FocalPlaneXResolution
Exif.Photo.FocalPlaneYResolution
Exif.Photo.FocalPlaneResolutionUnit
Exif.Photo.SubjectLocation
Exif.Photo.ExposureIndex
Exif.Photo.SensingMethod
Exif.Photo.FileSource
Exif.Photo.SceneType
Exif.Photo.CFAPattern
Exif.Photo.CustomRendered
Exif.Photo.ExposureMode
Exif.Photo.WhiteBalance
Exif.Photo.DigitalZoomRatio
Exif.Photo.FocalLengthIn35mmFilm
Exif.Photo.SceneCaptureType
Exif.Photo.GainControl
Exif.Photo.Contrast
Exif.Photo.Saturation
Exif.Photo.Sharpness
Exif.Photo.DeviceSettingDescription
Exif.Photo.SubjectDistanceRange
Exif.Photo.ImageUniqueID

Copyright 2005 Henrik Nordberg.