mirror of
https://github.com/dsoprea/go-exif.git
synced 2025-05-31 11:41:57 +00:00
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.
This commit is contained in:
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…
x
Reference in New Issue
Block a user