exif_parser v0.2.4 ExifParser.Options View Source

Options that are passed to the API. Currently only two options are used.

prettify

This enables makes the tag output pretty. The values can be set to false to get data used to parse.

Default: true

tag_offsets_and_names

This lets the user parse custom tags at custom memory locations.

  %ExifParser.Options {
    tag_offsets_and_names: [{MEMORY_LOCATION, :custom_tag_name}]
  }

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %ExifParser.Options{prettify: Boolean, tag_offsets_and_names: map()}