Exiftool 缩短字符串输出

Exiftool shortens string output

我正在尝试使用 Exiftool 获取字符串输出。原始值应为:

  1.00000095367432 -0.00040300001273863 -0.000503999995999038 0.000391999987186864 0.9999960064888 0.00425100000575185 -0.00258799991570413 -0.00425100000575185 0.999997973442078

但是当我运行命令时:

exiftool -a -u -TAG image.jpg

Exiftool 缩短输出。它returns:

1.00000095367432 -0.00040300001273863 -0.00050399999599[...]

如何获取整个字符串值?

要获得完整输出,请尝试禁用 printConv。您可以使用 -n 选项对所有标签执行此操作,但如果您同时提取其他标签,则可以通过在标签名称末尾添加 # 来使用每个标签选项,例如 exiftool -u -a -Manufacturer0x7121#.