exif_parser v0.2.4 ExifParser.CustomLocationTag View Source

Link to this section Summary

Functions

Parses tags from at custom tag locations in the memory. Some manufacturers add custom tags at specific memory locations. It can be easily read using this function

Link to this section Functions

Link to this function parse_custom_tags(tag_offsets_and_names, endian, buffer, prettify \\ true) View Source

Parses tags from at custom tag locations in the memory. Some manufacturers add custom tags at specific memory locations. It can be easily read using this function.

I know this is a bad way of accessing stuff. Hence, its an option. Sometimes you just can’t choose how you get your data. :(