-
Notifications
You must be signed in to change notification settings - Fork 15
Rounding values #22
Comments
Hello, This is not possible today. I can look at adding this in the future when I find some time. |
Don't close the issue please, just after fix this problem :-) |
It's been a while since I looked at this, and think I may have lied yesterday - sorry! It currently works by having exiftool dump out json which is then parsed in to Tag objects. I think what you are looking for is the "NumberValue" property on the Tags that are returned. When I add -n, exiftool only dumps the detailed value and looses the formated version that is currently in 'Value'. As it could be useful to have the friendly 'Value' or the detailed 'NumberValue' I am not planning on making any changes to support specifying -n, as it is effectively already working. Please have a look to make sure what you need is coming back in NumberValue, and if not, please provide an example photo and what is expected. Thanks! |
Hi. At the moment, using your library, I see that the values are rounded and I cannot get the "raw" numbers. For example, one of the parameters is equal to 1.7856901324568, and it is rounded up to 1.8. I would like to be able to get the full value, but not by default, but by setting some option. |
I checked, what option I need - it is print conversion. Could you please add it to this library? |
How to run this lib with -n tag? I don't want to round my values
The text was updated successfully, but these errors were encountered: