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

EXIF UserComment tag is not being read #135

Open
gjsa73 opened this issue Dec 11, 2020 · 1 comment
Open

EXIF UserComment tag is not being read #135

gjsa73 opened this issue Dec 11, 2020 · 1 comment

Comments

@gjsa73
Copy link

gjsa73 commented Dec 11, 2020

Apparent regression in version 2.1.2-2

In version 2.1.2-2, the EXIF UserComment tag is no longer being read by the command:
tags = exifread.process_file(imgpathF, details=false)

@EtiennePelletier
Copy link
Contributor

UserComment is ignored if details is set to False.
You may see for yourself those two code snippets from version 2.1.1:
https://github.com/ianare/exif-py/blob/2.1.1/exifread/tags/__init__.py#L27
https://github.com/ianare/exif-py/blob/2.1.1/exifread/classes.py#L143

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

2 participants