diff options
Diffstat (limited to 'graphics/py-exif/pkg-descr')
-rw-r--r-- | graphics/py-exif/pkg-descr | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/graphics/py-exif/pkg-descr b/graphics/py-exif/pkg-descr new file mode 100644 index 000000000000..1832ef3d551a --- /dev/null +++ b/graphics/py-exif/pkg-descr @@ -0,0 +1,16 @@ +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. + +WWW: http://pyexif.sourceforge.net/ +EXIF specification: http://www.pima.net/standards/it10/PIMA15740/exif.htm + +-- Johann Visagie <wjv@FreeBSD.org> |