go-exiftool
go-exiftool copied to clipboard
Binary data extraction
ExtractAllBinaryMetadata option extracts binary metadata among other metadata. Exiftool encode binary values using base64, which is not optimized when you're only interested in the binary fileds.
The idea is to add a tool that extracts binary metadata directly as []byte instead of base64 string.
Following issue #29