exif_parser v0.2.4 API Reference
Modules
Parse EXIF/TIFF metadata from JPEG and TIFF files. Exif/TIFF referes to the metadata added to jpeg images. It is encoded as part of the jpeg file
Tiff header parser. Parses the 8 byte TIFF header that provides the information needed to decode the TIFF tags
Tiff Image File Directory parser. Parses the IFD that provides the number of tags in the IFD and offset from the start of the file buffer
Options that are passed to the API. Currently only two options are used
The module provides a simple function to make the output pretty. This removes all the data that is read as part of the parsing
Tiff Tag parser. Parses the 12 bytes that represent the information contained in the TIFF tags