Optionally showing the content of binary tags as base64

Started by dma_k, March 29, 2017, 05:53:02 PM

Previous topic - Next topic

dma_k

I might have overlooked this feature... I find it handy to compare the text output of exiftool produced for different images, but for some of the fields the utility reports

[ICC_Profile]   Blue Tone Reproduction Curve    : (Binary data 14 bytes, use -b option to extract)

When I run it with -b it produces completely binary data. Is it possible to output data in textual "field: value" format but encode binary data as base64 for example? I know that -php -b or -X -b do the right thing, but I dream about the same feature for plaintext.
P.S. The command line I use is exiftool --File:* -G -sort image.jpg
Thanks in advance.

Phil Harvey

There is no plaintext binary formatting option.  The only alternatives are -php and -X (as you mentioned), and -json with -b.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

dma_k

Thanks for the answer. Then please consider this as feature request.