mirror of https://github.com/dsoprea/go-exif.git
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
parent
687250767b
commit
5fdad87477
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue