All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- mworrell: Fix a problem with some cameras inserting 'no value' exif tags.
- mworrell: Fix parsing exif info when IFD block is at end of file.
- Fix code and tests to work with Erlang/OTP R16.
- Update
rebar.config
Erlang/OTP dependency to include R18.
- The read functions now return
{ok, Data}
instead of justData
, to make it easier to distinquish from the error case ({error, Reason}
).
- Library now detects and skips JFIF segments, if present. Previously it would fail to read the Exif data because the APP1 marker did not follow the SOI marker (which is, in fact, correct).
- Initial release, able to read Exif if APP1 marker immediately followed SOI marker.