Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Add option to prevent truncation of tags. #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TZdyrski
Copy link

IMPORTANT: Do not merge until next release of ExifRead after 2.1.2. This
relies on a new option, truncate_tags, being passed to
exifread.process_file.

Add option to prevent EXIF tag data from being truncated. Currently,
exifread was truncating EXIF tag data to 20 characters and appending an
ellipsis, ... . This ellipsis would then throw an error. To resolve
this, set the option truncate_tag=false (default true) in the ini file
to prevent this truncation and resolve the error.

IMPORTANT: Do not merge until next release of ExifRead after 2.1.2. This
relies on a new option, truncate_tags, being passed to
exifread.process_file.

Add option to prevent EXIF tag data from being truncated. Currently,
exifread was truncating EXIF tag data to 20 characters and appending an
ellipsis, ... .  This ellipsis would then throw an error. To resolve
this, set the option truncate_tag=false (default true) in the ini file
to prevent this truncation and resolve the error.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant