-
Notifications
You must be signed in to change notification settings - Fork 12
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
Rewrite of image meta #48
Conversation
Pull Request Test Coverage Report for Build 4275534749Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
|
Issues addressed:
|
@evanoberholster I finally had a chance to clone this down and try it out. So far, it works! The Is there a way to get all the extracted EXIF fields? Like a map I can iterate over? It's OK if these fields don't have any special interpreation: just a key-value store of whatever fields were discovered. This would be easier for me to work with than a huge struct with hard-coded fields. (I think some struct fields are OK, especially if they are common or need interpretation to be useful -- but I'd still like a map of everything that was parsed anyway.) Sorry if I have a lot of requests 🙃 I think we're getting close to something that works for my use case! 🎉 Excellent job with this, and thank you very much again. |
Thanks for the suggestion, as this is an enhancement that will need further work. Would prefer that it were merged from a new PR request. There for I have opened issue #49 The goal is to merge |
Makes sense - thanks! |
Congrats on the rewrite 😃 |
Rewrite of imagemeta