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

exifread returns empty dict #190

Open
4frag opened this issue Dec 21, 2023 · 0 comments
Open

exifread returns empty dict #190

4frag opened this issue Dec 21, 2023 · 0 comments

Comments

@4frag
Copy link

4frag commented Dec 21, 2023

idk why it's happening cause i use code from description

import exifread


with open('jpeg-home.jpg', "rb") as file_handle:
    tags = exifread.process_file(file_handle)

print(tags)

this code prints an empty dict
whats wrong?

@4frag 4frag changed the title exifread return empty dict exifread returns empty dict Dec 21, 2023
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

No branches or pull requests

1 participant