-
Notifications
You must be signed in to change notification settings - Fork 48
Open
Labels
Description
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.