-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
read args parm bug or clarification needed #45
Comments
OK, I thought of a way to do this and not break all the things. Please read the docs carefully before using! https://exiftool-vendored.js.org/classes/exiftool.html#readraw |
Thanks for the quick replies. Above snippet was just to illustrate and definitely need a much fuller set of metadata. I'll take a look at your link (thank you!) but this isn't a deal breaker for me either way -- just about perf tuning and wanting to measure impact from reduced set of tags to read. Thanks again! -Roland. |
Please share any performance numbers (and if you can, the benchmark code and example image inputs). If there's better performance we can wrestle out of this module, I'm all ears. |
I will do that. I'm quite pleased the perf relative to the perl implementation of app logic I'm porting to js so can leverage node / electron -- about 2-3x faster thanks to the parallelism and not reloading ExifTool. You did your homework! Thanks again :-) |
Great contribution. Thank you!
AFAICT, should be able to scope query to return tags listed in read args array as shown in following example:
Is this unsupported, bug, or on me?
Thanks again,
-Roland.
The text was updated successfully, but these errors were encountered: