Reputation: 3
I am trying to get a string output using Exiftool. The original value should be:
1.00000095367432 -0.00040300001273863 -0.000503999995999038 0.000391999987186864 0.9999960064888 0.00425100000575185 -0.00258799991570413 -0.00425100000575185 0.999997973442078
But when I run the command:
exiftool -a -u -TAG image.jpg
Exiftool shortens the output. It returns:
1.00000095367432 -0.00040300001273863 -0.00050399999599[...]
How can I get the entire string value?
Upvotes: 0
Views: 157