Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added option for keeping print conversion active. #25

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

bbliem
Copy link

@bbliem bbliem commented Jan 18, 2019

For some tags, disabling print conversion (as was the default before)
would not make much sense. For example, if print conversion is
deactivated, the value of the Composite:LensID tag could be reported as
something like "8D 44 5C 8E 34 3C 8F 0E". It is doubtful whether this is
useful here, as we would then need to look up what this means in a table
supplied with exiftool. We would probably like the human-readable value,
which is in this case "AF-S DX Zoom-Nikkor 18-70mm f/3.5-4.5G IF-ED".

Disabling print conversion makes sense for a lot of tags (e.g., it's
nicer to get as the exposure time not the string "1/2" but the number
0.5). In such cases, even if we enable print conversion, we can disable
it for individual tags by appending a # symbol to the tag name.

For some tags, disabling print conversion (as was the default before)
would not make much sense. For example, if print conversion is
deactivated, the value of the Composite:LensID tag could be reported as
something like "8D 44 5C 8E 34 3C 8F 0E". It is doubtful whether this is
useful here, as we would then need to look up what this means in a table
supplied with exiftool. We would probably like the human-readable value,
which is in this case "AF-S DX Zoom-Nikkor 18-70mm f/3.5-4.5G IF-ED".

Disabling print conversion makes sense for a lot of tags (e.g., it's
nicer to get as the exposure time not the string "1/2" but the number
0.5). In such cases, even if we enable print conversion, we can disable
it for individual tags by appending a # symbol to the tag name.
sylikc added a commit to sylikc/pyexiftool that referenced this pull request Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants