go-exiftool icon indicating copy to clipboard operation
go-exiftool copied to clipboard

Binary data extraction

Open barasher opened this issue 4 years ago • 1 comments

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.

barasher avatar Jun 12 '21 21:06 barasher

Following issue #29

barasher avatar Jun 12 '21 21:06 barasher