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

Map for iterating over extracted EXIF fields #49

Open
evanoberholster opened this issue Feb 23, 2023 · 1 comment
Open

Map for iterating over extracted EXIF fields #49

evanoberholster opened this issue Feb 23, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@evanoberholster
Copy link
Owner

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.)

Originally posted by @mholt in #48 (comment)

@evanoberholster evanoberholster added the enhancement New feature or request label Feb 23, 2023
@mholt
Copy link
Collaborator

mholt commented Feb 27, 2023

I might add too, since I see this package supports more than just EXIF (which is awesome!) that it'd be useful to iterate over any/all extracted metadata even if it's not EXIF. Doesn't have to be in the same structure, but some way to iterate EXIF, a way to iterate XMP, etc. Maybe it's the same way, that's cool too.

Thanks for your excellent work on this lib 💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants