mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-31 11:41:57 +00:00
We now keep track of the further offset that we have accessed (though not necessarily the furthest offset of data that is unparseable by us). It sometimes supports debugging efforts to have a ballpark idea of how much EXIF data there is, rather than just "from the signature to the end of the file" or however big the EXIF container is in the enclosing image format. The latter can be buggy or ambiguous.