Exexif.Decode (nextexif v0.1.1)
Decode tags and (in some cases) their parameters.
Link to this section Summary
Functions
Returns the decoded and humanized tag out of raw exif representation.
Link to this section Functions
Link to this function
tag(type, tag, value)
Specs
tag(atom(), non_neg_integer(), value) :: {atom() | <<_::64, _::_*8>>, value} when value: binary() | float() | non_neg_integer()
Returns the decoded and humanized tag out of raw exif representation.