exif-read-tool/main.go: Log size of EXIF blob

Remember that this is typically from the EXIF signature to the end of
the file.
dustin/add_skipped_tags_tracking
Dustin Oprea 2020-05-16 01:46:26 -04:00
parent 687250767b
commit 5fdad87477
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ func main() {
log.Panic(err)
}
mainLogger.Debugf(nil, "EXIF blob is (%d) bytes.", len(rawExif))
// Run the parse.
im := exif.NewIfdMappingWithStandard()