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

Support --printConv for numeric output format #7

Open
mattburns opened this issue May 9, 2014 · 0 comments
Open

Support --printConv for numeric output format #7

mattburns opened this issue May 9, 2014 · 0 comments

Comments

@mattburns
Copy link
Owner

In exiftool there is this feature:

-n (--printConv)
Read and write values as numbers instead of words. By default, extracted values are converted to a more human-readable format for printing, but the -n option disables this print conversion for all tags. For example:

exiftool -Orientation -S a.jpg
Orientation: Rotate 90 CW

exiftool -Orientation -S -n a.jpg
Orientation: 6

In exiftool.js, output is currently a bit mixed, we should replicate exiftool behaviour.

@mattburns mattburns changed the title Support printConv for pretty output format Support --printConv for pretty output format May 9, 2014
@mattburns mattburns changed the title Support --printConv for pretty output format Support --printConv for numeric output format May 9, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant