- This will allow tags to be matched from any IFD if not found in the
primary and to go with whatever type is encoded into the tag even if
it disagrees with what is officially supported.
Supports https://github.com/dsoprea/go-exif/issues/53
- ifd_enumerate.go
- Bugfixes for various broken log messages.
- Bugfix for ErrTagNotFound not actually skipping.
- common/parser.go: Parsing ASCII now panics if there's binary (8-bit)
characters.
- utility.go: GetFlatExifData() just logs and skips these.
- exif.go: Add searchAndExtractExifWithReaderWithDiscarded(), to return
how many bytes it seeks through.
Supports https://github.com/dsoprea/go-exif/issues/53