summaryrefslogtreecommitdiff
path: root/graphics/py-exif/pkg-descr
blob: 5648e5c95f9d4f31532769f67c92c4241902b7a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Pyexif is a Python library and associated command line tool to extract EXIF
format metadata from the headers of JPEG and TIFF image files.  EXIF
information is typically included in images created using digital imaging
devices such as digital cameras and digital film scanners.

Currently, pyexif provides the following functionality:
- Parse EXIF headers in JPEG files.
- Parse EXIF headers in TIFF files.
- Support for camera-specific MakerNote tags (e.g. Nikon, Canon, etc.).
- Provide a simple cmdline interfaces to format the data in human-readable
  format.

EXIF specification:  http://www.pima.net/standards/it10/PIMA15740/exif.htm

WWW: http://pyexif.sourceforge.net/