We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
EXIF UserComment
tags = exifread.process_file(imgpathF, details=false)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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)
The text was updated successfully, but these errors were encountered: